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.9654,-88.0165)};var g_09cd6a70f2a9200798e660acc1b6d2e5 = new google.maps.Geocoder();g_09cd6a70f2a9200798e660acc1b6d2e5.geocode( { 'address': "12815 Highway 278, Beaverton, AL 35544"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaverton-AL-first-state-bank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('beaverton-AL-first-state-bank-of-the-south'), mapOptions);}document.getElementById('7fdc31ca').innerHTML += ' | View Map';var $l09cd6a70f2a9200798e660acc1b6d2e5 = '

First State Bank Of The South

Address: 12815 Highway 278, Beaverton, AL 35544
Phone: (205) 698-8119
';var m_09cd6a70f2a9200798e660acc1b6d2e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Of The South',});m_09cd6a70f2a9200798e660acc1b6d2e5['infowindow'] = new google.maps.InfoWindow({content: $l09cd6a70f2a9200798e660acc1b6d2e5});var infowindow = new google.maps.InfoWindow({content: $l09cd6a70f2a9200798e660acc1b6d2e5});google.maps.event.addListener(m_09cd6a70f2a9200798e660acc1b6d2e5, 'click', function() {infowindow.open(map,m_09cd6a70f2a9200798e660acc1b6d2e5);});$marker.push(m_09cd6a70f2a9200798e660acc1b6d2e5);}});}google.maps.event.addDomListener(window, 'load', initialize);