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.5313,-80.5718)};var g_e052c5e5846bcf8a9f7c4d69f3cf66c1 = new google.maps.Geocoder();g_e052c5e5846bcf8a9f7c4d69f3cf66c1.geocode( { 'address': "6512 Old Number Six Hwy, Elloree, SC 29047"}, 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('abe718ab').innerHTML += ' | View Map';var $le052c5e5846bcf8a9f7c4d69f3cf66c1 = '

South State Bank

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