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.1382,-100.23)};var g_eb45b2ee7ceb14e0604c7e3a6bc95465 = new google.maps.Geocoder();g_eb45b2ee7ceb14e0604c7e3a6bc95465.geocode( { 'address': "136 W 7th St, Aspermont, TX 79502, USA"}, 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('0ed1da07').innerHTML += ' | View Map';var $leb45b2ee7ceb14e0604c7e3a6bc95465 = '

First National Bank

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