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.402,-82.0614)};var g_c02787ce673636307244fa0daf481a2f = new google.maps.Geocoder();g_c02787ce673636307244fa0daf481a2f.geocode( { 'address': "Metter, GA 30439"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('metter-GA-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('metter-GA-south-state-bank'), mapOptions);}document.getElementById('cf79e1d9').innerHTML += ' | View Map';var $lc02787ce673636307244fa0daf481a2f = '

South State Bank

Address: Metter, GA 30439
Phone: (912) 667-6990
';var m_c02787ce673636307244fa0daf481a2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_c02787ce673636307244fa0daf481a2f['infowindow'] = new google.maps.InfoWindow({content: $lc02787ce673636307244fa0daf481a2f});var infowindow = new google.maps.InfoWindow({content: $lc02787ce673636307244fa0daf481a2f});google.maps.event.addListener(m_c02787ce673636307244fa0daf481a2f, 'click', function() {infowindow.open(map,m_c02787ce673636307244fa0daf481a2f);});$marker.push(m_c02787ce673636307244fa0daf481a2f);}});}google.maps.event.addDomListener(window, 'load', initialize);