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.8757,-81.2841)};var g_ef4bf7da22dde3ad4d8b270ff510ddca = new google.maps.Geocoder();g_ef4bf7da22dde3ad4d8b270ff510ddca.geocode( { 'address': "3700 US Highway 17, Richmond Hill, GA 31324"}, 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('bc58b4ef').innerHTML += ' | View Map';var $lef4bf7da22dde3ad4d8b270ff510ddca = '

South State Bank

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