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_5d10ee297718495cdf18e0ee827e1766 = new google.maps.Geocoder();g_5d10ee297718495cdf18e0ee827e1766.geocode( { 'address': "2703 Oak Lawn Ave, Dallas, TX 75219"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-american-national-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-american-national-bank-of-texas'), mapOptions);}document.getElementById('96f7ca07').innerHTML += ' | View Map';var $l5d10ee297718495cdf18e0ee827e1766 = '

American National Bank of Texas

Address: 2703 Oak Lawn Ave, Dallas, TX 75219
Phone: (214) 863-7300
';var m_5d10ee297718495cdf18e0ee827e1766 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank of Texas',});m_5d10ee297718495cdf18e0ee827e1766['infowindow'] = new google.maps.InfoWindow({content: $l5d10ee297718495cdf18e0ee827e1766});var infowindow = new google.maps.InfoWindow({content: $l5d10ee297718495cdf18e0ee827e1766});google.maps.event.addListener(m_5d10ee297718495cdf18e0ee827e1766, 'click', function() {infowindow.open(map,m_5d10ee297718495cdf18e0ee827e1766);});$marker.push(m_5d10ee297718495cdf18e0ee827e1766);}});}google.maps.event.addDomListener(window, 'load', initialize);