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.7598,-99.8922)};var g_1b4219720cc03460e2e65140f5bad4db = new google.maps.Geocoder();g_1b4219720cc03460e2e65140f5bad4db.geocode( { 'address': "1021 12th St, Anson, TX 79501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anson-TX-first-national-bank-of-anson').style.display = '';map = new google.maps.Map(document.getElementById('anson-TX-first-national-bank-of-anson'), mapOptions);}document.getElementById('96603215').innerHTML += ' | View Map';var $l1b4219720cc03460e2e65140f5bad4db = '

First National Bank Of Anson

Address: 1021 12th St, Anson, TX 79501
Phone: (325) 823-3271
';var m_1b4219720cc03460e2e65140f5bad4db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Anson',});m_1b4219720cc03460e2e65140f5bad4db['infowindow'] = new google.maps.InfoWindow({content: $l1b4219720cc03460e2e65140f5bad4db});var infowindow = new google.maps.InfoWindow({content: $l1b4219720cc03460e2e65140f5bad4db});google.maps.event.addListener(m_1b4219720cc03460e2e65140f5bad4db, 'click', function() {infowindow.open(map,m_1b4219720cc03460e2e65140f5bad4db);});$marker.push(m_1b4219720cc03460e2e65140f5bad4db);}});}google.maps.event.addDomListener(window, 'load', initialize);