var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(32.7872,-96.7985)};var g_59869eb209bd4d08a60fc30114855466 = new google.maps.Geocoder();g_59869eb209bd4d08a60fc30114855466.geocode( { 'address': "16660 Dallas Pkwy, Dallas, TX 75248"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-united-bank'), mapOptions);}document.getElementById('6f1197bd').innerHTML += ' | View Map';var $l59869eb209bd4d08a60fc30114855466 = '

United Bank

Address: 16660 Dallas Pkwy, Dallas, TX 75248
Phone: (972) 735-1417
';var m_59869eb209bd4d08a60fc30114855466 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_59869eb209bd4d08a60fc30114855466['infowindow'] = new google.maps.InfoWindow({content: $l59869eb209bd4d08a60fc30114855466});var infowindow = new google.maps.InfoWindow({content: $l59869eb209bd4d08a60fc30114855466});google.maps.event.addListener(m_59869eb209bd4d08a60fc30114855466, 'click', function() {infowindow.open(map,m_59869eb209bd4d08a60fc30114855466);});$marker.push(m_59869eb209bd4d08a60fc30114855466);}});}google.maps.event.addDomListener(window, 'load', initialize);