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.9486,-81.3107)};var g_a1189b7e052a29c4193e1b6290d3b5ed = new google.maps.Geocoder();g_a1189b7e052a29c4193e1b6290d3b5ed.geocode( { 'address': "9971 Ford Ave, Richmond Hill, GA 31324, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-hill-GA-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('richmond-hill-GA-south-state-bank'), mapOptions);}document.getElementById('268cc691').innerHTML += ' | View Map';var $la1189b7e052a29c4193e1b6290d3b5ed = '

South State Bank

Address: 9971 Ford Ave, Richmond Hill, GA 31324, USA
Phone: (912) 756-4444
';var m_a1189b7e052a29c4193e1b6290d3b5ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_a1189b7e052a29c4193e1b6290d3b5ed['infowindow'] = new google.maps.InfoWindow({content: $la1189b7e052a29c4193e1b6290d3b5ed});var infowindow = new google.maps.InfoWindow({content: $la1189b7e052a29c4193e1b6290d3b5ed});google.maps.event.addListener(m_a1189b7e052a29c4193e1b6290d3b5ed, 'click', function() {infowindow.open(map,m_a1189b7e052a29c4193e1b6290d3b5ed);});$marker.push(m_a1189b7e052a29c4193e1b6290d3b5ed);}});}google.maps.event.addDomListener(window, 'load', initialize);