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.1092,-100.271)};var g_91db811b080f2bcfd928589f2414b7aa = new google.maps.Geocoder();g_91db811b080f2bcfd928589f2414b7aa.geocode( { 'address': "136 W 7th St, Aspermont, TX 79502"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aspermont-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('aspermont-TX-first-national-bank'), mapOptions);}document.getElementById('ebdc585f').innerHTML += ' | View Map';var $l91db811b080f2bcfd928589f2414b7aa = '

First National Bank

Address: 136 W 7th St, Aspermont, TX 79502
Phone: (940) 989-3505
';var m_91db811b080f2bcfd928589f2414b7aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_91db811b080f2bcfd928589f2414b7aa['infowindow'] = new google.maps.InfoWindow({content: $l91db811b080f2bcfd928589f2414b7aa});var infowindow = new google.maps.InfoWindow({content: $l91db811b080f2bcfd928589f2414b7aa});google.maps.event.addListener(m_91db811b080f2bcfd928589f2414b7aa, 'click', function() {infowindow.open(map,m_91db811b080f2bcfd928589f2414b7aa);});$marker.push(m_91db811b080f2bcfd928589f2414b7aa);}});}google.maps.event.addDomListener(window, 'load', initialize);