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.9255,-101.911)};var g_c10dd32be9aca68bcd3b9f3986589b42 = new google.maps.Geocoder();g_c10dd32be9aca68bcd3b9f3986589b42.geocode( { 'address': "402 9th St, Abernathy, TX 79311"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abernathy-TX-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('abernathy-TX-first-state-bank'), mapOptions);}document.getElementById('279d6587').innerHTML += ' | View Map';var $lc10dd32be9aca68bcd3b9f3986589b42 = '

First State Bank

Address: 402 9th St, Abernathy, TX 79311
Phone: (806) 298-2556
';var m_c10dd32be9aca68bcd3b9f3986589b42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_c10dd32be9aca68bcd3b9f3986589b42['infowindow'] = new google.maps.InfoWindow({content: $lc10dd32be9aca68bcd3b9f3986589b42});var infowindow = new google.maps.InfoWindow({content: $lc10dd32be9aca68bcd3b9f3986589b42});google.maps.event.addListener(m_c10dd32be9aca68bcd3b9f3986589b42, 'click', function() {infowindow.open(map,m_c10dd32be9aca68bcd3b9f3986589b42);});$marker.push(m_c10dd32be9aca68bcd3b9f3986589b42);}});}google.maps.event.addDomListener(window, 'load', initialize);