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.1536,-82.7796)};var g_22f266a9987440c2fcba09a845b638b1 = new google.maps.Geocoder();g_22f266a9987440c2fcba09a845b638b1.geocode( { 'address': "49 W Main St, Alamo, GA 30411"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamo-GA-wheeler-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('alamo-GA-wheeler-county-state-bank'), mapOptions);}document.getElementById('df731810').innerHTML += ' | View Map';var $l22f266a9987440c2fcba09a845b638b1 = '

Wheeler County State Bank

Address: 49 W Main St, Alamo, GA 30411
Phone: (912) 568-7191
';var m_22f266a9987440c2fcba09a845b638b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wheeler County State Bank',});m_22f266a9987440c2fcba09a845b638b1['infowindow'] = new google.maps.InfoWindow({content: $l22f266a9987440c2fcba09a845b638b1});var infowindow = new google.maps.InfoWindow({content: $l22f266a9987440c2fcba09a845b638b1});google.maps.event.addListener(m_22f266a9987440c2fcba09a845b638b1, 'click', function() {infowindow.open(map,m_22f266a9987440c2fcba09a845b638b1);});$marker.push(m_22f266a9987440c2fcba09a845b638b1);}});}google.maps.event.addDomListener(window, 'load', initialize);