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.4513,-81.1252)};var g_6245dff7a3a58b09e7392277b6cef761 = new google.maps.Geocoder();g_6245dff7a3a58b09e7392277b6cef761.geocode( { 'address': "8403 Savannah Hwy, Norway, SC 29113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norway-SC-south-state-bank---atm-only').style.display = '';map = new google.maps.Map(document.getElementById('norway-SC-south-state-bank---atm-only'), mapOptions);}document.getElementById('2e4c9f7a').innerHTML += ' | View Map';var $l6245dff7a3a58b09e7392277b6cef761 = '

South State Bank - ATM only

Address: 8403 Savannah Hwy, Norway, SC 29113, USA
Phone: (800) 277-2175
';var m_6245dff7a3a58b09e7392277b6cef761 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank - ATM only',});m_6245dff7a3a58b09e7392277b6cef761['infowindow'] = new google.maps.InfoWindow({content: $l6245dff7a3a58b09e7392277b6cef761});var infowindow = new google.maps.InfoWindow({content: $l6245dff7a3a58b09e7392277b6cef761});google.maps.event.addListener(m_6245dff7a3a58b09e7392277b6cef761, 'click', function() {infowindow.open(map,m_6245dff7a3a58b09e7392277b6cef761);});$marker.push(m_6245dff7a3a58b09e7392277b6cef761);}});}google.maps.event.addDomListener(window, 'load', initialize);