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(34.6268,-83.8041)};var g_2c51e75ad58d35221f903c1f48d2fc92 = new google.maps.Geocoder();g_2c51e75ad58d35221f903c1f48d2fc92.geocode( { 'address': "575 S Main St, Cleveland, GA 30528"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-GA-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-GA-south-state-bank'), mapOptions);}document.getElementById('f5422125').innerHTML += ' | View Map';var $l2c51e75ad58d35221f903c1f48d2fc92 = '

South State Bank

Address: 575 S Main St, Cleveland, GA 30528
Phone: (706) 219-1000
';var m_2c51e75ad58d35221f903c1f48d2fc92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_2c51e75ad58d35221f903c1f48d2fc92['infowindow'] = new google.maps.InfoWindow({content: $l2c51e75ad58d35221f903c1f48d2fc92});var infowindow = new google.maps.InfoWindow({content: $l2c51e75ad58d35221f903c1f48d2fc92});google.maps.event.addListener(m_2c51e75ad58d35221f903c1f48d2fc92, 'click', function() {infowindow.open(map,m_2c51e75ad58d35221f903c1f48d2fc92);});$marker.push(m_2c51e75ad58d35221f903c1f48d2fc92);}});}google.maps.event.addDomListener(window, 'load', initialize);