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.914,-96.7715)};var g_e6964314af433b4e0457fdba57c06f58 = new google.maps.Geocoder();g_e6964314af433b4e0457fdba57c06f58.geocode( { 'address': "12222 Merit Dr # 100, Dallas, TX 75251, USA"}, 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('8d66c393').innerHTML += ' | View Map';var $le6964314af433b4e0457fdba57c06f58 = '

United Texas Bank

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