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(33.53,-80.5721)};var g_48c166e714c21cbdb72f2e85d87fb118 = new google.maps.Geocoder();g_48c166e714c21cbdb72f2e85d87fb118.geocode( { 'address': "6512 Old Number 6 Hwy, Elloree, SC 29047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elloree-SC-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('elloree-SC-south-state-bank'), mapOptions);}document.getElementById('4c328f92').innerHTML += ' | View Map';var $l48c166e714c21cbdb72f2e85d87fb118 = '

South State Bank

Address: 6512 Old Number 6 Hwy, Elloree, SC 29047, USA
Phone: (803) 897-2121
';var m_48c166e714c21cbdb72f2e85d87fb118 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_48c166e714c21cbdb72f2e85d87fb118['infowindow'] = new google.maps.InfoWindow({content: $l48c166e714c21cbdb72f2e85d87fb118});var infowindow = new google.maps.InfoWindow({content: $l48c166e714c21cbdb72f2e85d87fb118});google.maps.event.addListener(m_48c166e714c21cbdb72f2e85d87fb118, 'click', function() {infowindow.open(map,m_48c166e714c21cbdb72f2e85d87fb118);});$marker.push(m_48c166e714c21cbdb72f2e85d87fb118);}});}google.maps.event.addDomListener(window, 'load', initialize);