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(32.4742,-80.984)};var g_dfca8ea1eac031c9f447b5be54a370c9 = new google.maps.Geocoder();g_dfca8ea1eac031c9f447b5be54a370c9.geocode( { 'address': "10625 S Jacob Smart Blvd, Ridgeland, SC 29936, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-SC-south-state-bank---atm-only').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-SC-south-state-bank---atm-only'), mapOptions);}document.getElementById('1dab03b7').innerHTML += ' | View Map';var $ldfca8ea1eac031c9f447b5be54a370c9 = '

South State Bank - ATM only

Address: 10625 S Jacob Smart Blvd, Ridgeland, SC 29936, USA
Phone: (800) 277-2175
';var m_dfca8ea1eac031c9f447b5be54a370c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank - ATM only',});m_dfca8ea1eac031c9f447b5be54a370c9['infowindow'] = new google.maps.InfoWindow({content: $ldfca8ea1eac031c9f447b5be54a370c9});var infowindow = new google.maps.InfoWindow({content: $ldfca8ea1eac031c9f447b5be54a370c9});google.maps.event.addListener(m_dfca8ea1eac031c9f447b5be54a370c9, 'click', function() {infowindow.open(map,m_dfca8ea1eac031c9f447b5be54a370c9);});$marker.push(m_dfca8ea1eac031c9f447b5be54a370c9);}});}google.maps.event.addDomListener(window, 'load', initialize);