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_284c2099f0edd7786c443222e5b67a18 = new google.maps.Geocoder();g_284c2099f0edd7786c443222e5b67a18.geocode( { 'address': "12222 Merit Dr, Dallas, TX 75251"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-united-texas-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-united-texas-bank'), mapOptions);}document.getElementById('431c6649').innerHTML += ' | View Map';var $l284c2099f0edd7786c443222e5b67a18 = '

United Texas Bank

Address: 12222 Merit Dr, Dallas, TX 75251
Phone: (972) 239-7000
';var m_284c2099f0edd7786c443222e5b67a18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Texas Bank',});m_284c2099f0edd7786c443222e5b67a18['infowindow'] = new google.maps.InfoWindow({content: $l284c2099f0edd7786c443222e5b67a18});var infowindow = new google.maps.InfoWindow({content: $l284c2099f0edd7786c443222e5b67a18});google.maps.event.addListener(m_284c2099f0edd7786c443222e5b67a18, 'click', function() {infowindow.open(map,m_284c2099f0edd7786c443222e5b67a18);});$marker.push(m_284c2099f0edd7786c443222e5b67a18);}});}google.maps.event.addDomListener(window, 'load', initialize);