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.9742,-82.809)};var g_cebd648f9146a6345d604ab093b02c73 = new google.maps.Geocoder();g_cebd648f9146a6345d604ab093b02c73.geocode( { 'address': "603 S Harris St, Sandersville, GA 31082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandersville-GA-the-geo-d-warthen-bank').style.display = '';map = new google.maps.Map(document.getElementById('sandersville-GA-the-geo-d-warthen-bank'), mapOptions);}document.getElementById('ad642ab6').innerHTML += ' | View Map';var $lcebd648f9146a6345d604ab093b02c73 = '

The Geo. D. Warthen Bank

Address: 603 S Harris St, Sandersville, GA 31082, USA
Phone: (478) 552-1900
';var m_cebd648f9146a6345d604ab093b02c73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Geo. D. Warthen Bank',});m_cebd648f9146a6345d604ab093b02c73['infowindow'] = new google.maps.InfoWindow({content: $lcebd648f9146a6345d604ab093b02c73});var infowindow = new google.maps.InfoWindow({content: $lcebd648f9146a6345d604ab093b02c73});google.maps.event.addListener(m_cebd648f9146a6345d604ab093b02c73, 'click', function() {infowindow.open(map,m_cebd648f9146a6345d604ab093b02c73);});$marker.push(m_cebd648f9146a6345d604ab093b02c73);}});}google.maps.event.addDomListener(window, 'load', initialize);