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(31.9623,-83.7658)};var g_c32a934e7f13ec0080ccebc98f72e6fe = new google.maps.Geocoder();g_c32a934e7f13ec0080ccebc98f72e6fe.geocode( { 'address': "702 Pecan St S, Cordele, GA 31015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cordele-GA-south-georgia-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('cordele-GA-south-georgia-banking-co'), mapOptions);}document.getElementById('aa7aa775').innerHTML += ' | View Map';var $lc32a934e7f13ec0080ccebc98f72e6fe = '

South Georgia Banking Co

Address: 702 Pecan St S, Cordele, GA 31015, USA
Phone: (229) 271-3000
';var m_c32a934e7f13ec0080ccebc98f72e6fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Georgia Banking Co',});m_c32a934e7f13ec0080ccebc98f72e6fe['infowindow'] = new google.maps.InfoWindow({content: $lc32a934e7f13ec0080ccebc98f72e6fe});var infowindow = new google.maps.InfoWindow({content: $lc32a934e7f13ec0080ccebc98f72e6fe});google.maps.event.addListener(m_c32a934e7f13ec0080ccebc98f72e6fe, 'click', function() {infowindow.open(map,m_c32a934e7f13ec0080ccebc98f72e6fe);});$marker.push(m_c32a934e7f13ec0080ccebc98f72e6fe);}});}google.maps.event.addDomListener(window, 'load', initialize);