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(33.9112,-98.4912)};var g_3344cf7f60815b6a83d08b8360a55553 = new google.maps.Geocoder();g_3344cf7f60815b6a83d08b8360a55553.geocode( { 'address': "825 Scott Ave, Wichita Falls, TX 76301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-falls-TX-american-national-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('wichita-falls-TX-american-national-bank--trust'), mapOptions);}document.getElementById('933d2b16').innerHTML += ' | View Map';var $l3344cf7f60815b6a83d08b8360a55553 = '

American National Bank & Trust

Address: 825 Scott Ave, Wichita Falls, TX 76301, USA
Phone: (940) 723-0172
';var m_3344cf7f60815b6a83d08b8360a55553 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank & Trust',});m_3344cf7f60815b6a83d08b8360a55553['infowindow'] = new google.maps.InfoWindow({content: $l3344cf7f60815b6a83d08b8360a55553});var infowindow = new google.maps.InfoWindow({content: $l3344cf7f60815b6a83d08b8360a55553});google.maps.event.addListener(m_3344cf7f60815b6a83d08b8360a55553, 'click', function() {infowindow.open(map,m_3344cf7f60815b6a83d08b8360a55553);});$marker.push(m_3344cf7f60815b6a83d08b8360a55553);}});}google.maps.event.addDomListener(window, 'load', initialize);