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.5441,-95.8587)};var g_b5e377fe23621b6d6ef4cc71e6b4d315 = new google.maps.Geocoder();g_b5e377fe23621b6d6ef4cc71e6b4d315.geocode( { 'address': "401 TX-243, Canton, TX 75103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-TX-american-national-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('canton-TX-american-national-bank-of-texas'), mapOptions);}document.getElementById('e47e98bd').innerHTML += ' | View Map';var $lb5e377fe23621b6d6ef4cc71e6b4d315 = '

American National Bank of Texas

Address: 401 TX-243, Canton, TX 75103, USA
Phone: (903) 567-6506
';var m_b5e377fe23621b6d6ef4cc71e6b4d315 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank of Texas',});m_b5e377fe23621b6d6ef4cc71e6b4d315['infowindow'] = new google.maps.InfoWindow({content: $lb5e377fe23621b6d6ef4cc71e6b4d315});var infowindow = new google.maps.InfoWindow({content: $lb5e377fe23621b6d6ef4cc71e6b4d315});google.maps.event.addListener(m_b5e377fe23621b6d6ef4cc71e6b4d315, 'click', function() {infowindow.open(map,m_b5e377fe23621b6d6ef4cc71e6b4d315);});$marker.push(m_b5e377fe23621b6d6ef4cc71e6b4d315);}});}google.maps.event.addDomListener(window, 'load', initialize);