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.5211,-80.882)};var g_9ac4f88c3516c28af867598eba8b1ad5 = new google.maps.Geocoder();g_9ac4f88c3516c28af867598eba8b1ad5.geocode( { 'address': "2380 Chestnut St, Orangeburg, SC 29118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orangeburg-SC-south-state-bank---atm-only').style.display = '';map = new google.maps.Map(document.getElementById('orangeburg-SC-south-state-bank---atm-only'), mapOptions);}document.getElementById('ece9b3bf').innerHTML += ' | View Map';var $l9ac4f88c3516c28af867598eba8b1ad5 = '

South State Bank - ATM only

Address: 2380 Chestnut St, Orangeburg, SC 29118, USA
Phone: (800) 277-2175
';var m_9ac4f88c3516c28af867598eba8b1ad5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank - ATM only',});m_9ac4f88c3516c28af867598eba8b1ad5['infowindow'] = new google.maps.InfoWindow({content: $l9ac4f88c3516c28af867598eba8b1ad5});var infowindow = new google.maps.InfoWindow({content: $l9ac4f88c3516c28af867598eba8b1ad5});google.maps.event.addListener(m_9ac4f88c3516c28af867598eba8b1ad5, 'click', function() {infowindow.open(map,m_9ac4f88c3516c28af867598eba8b1ad5);});$marker.push(m_9ac4f88c3516c28af867598eba8b1ad5);}});}google.maps.event.addDomListener(window, 'load', initialize);