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.7338,-96.0132)};var g_04fcd001d06e915226785d4f82336c15 = new google.maps.Geocoder();g_04fcd001d06e915226785d4f82336c15.geocode( { 'address': "340 W North Commerce St, Wills Point, TX 75169"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wills-point-TX-american-national-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('wills-point-TX-american-national-bank-texas'), mapOptions);}document.getElementById('ac56df74').innerHTML += ' | View Map';var $l04fcd001d06e915226785d4f82336c15 = '

American National Bank-Texas

Address: 340 W North Commerce St, Wills Point, TX 75169
Phone: (903) 873-2501
';var m_04fcd001d06e915226785d4f82336c15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank-Texas',});m_04fcd001d06e915226785d4f82336c15['infowindow'] = new google.maps.InfoWindow({content: $l04fcd001d06e915226785d4f82336c15});var infowindow = new google.maps.InfoWindow({content: $l04fcd001d06e915226785d4f82336c15});google.maps.event.addListener(m_04fcd001d06e915226785d4f82336c15, 'click', function() {infowindow.open(map,m_04fcd001d06e915226785d4f82336c15);});$marker.push(m_04fcd001d06e915226785d4f82336c15);}});}google.maps.event.addDomListener(window, 'load', initialize);