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.2871,-81.0229)};var g_79e1fee6c0536877167aecb619e669ee = new google.maps.Geocoder();g_79e1fee6c0536877167aecb619e669ee.geocode( { 'address': "2770 Main Hwy, Bamberg, SC 29003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bamberg-SC-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bamberg-SC-south-state-bank'), mapOptions);}document.getElementById('451cf7f8').innerHTML += ' | View Map';var $l79e1fee6c0536877167aecb619e669ee = '

South State Bank

Address: 2770 Main Hwy, Bamberg, SC 29003
Phone: (803) 245-2416
';var m_79e1fee6c0536877167aecb619e669ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_79e1fee6c0536877167aecb619e669ee['infowindow'] = new google.maps.InfoWindow({content: $l79e1fee6c0536877167aecb619e669ee});var infowindow = new google.maps.InfoWindow({content: $l79e1fee6c0536877167aecb619e669ee});google.maps.event.addListener(m_79e1fee6c0536877167aecb619e669ee, 'click', function() {infowindow.open(map,m_79e1fee6c0536877167aecb619e669ee);});$marker.push(m_79e1fee6c0536877167aecb619e669ee);}});}google.maps.event.addDomListener(window, 'load', initialize);