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.4533,-79.1351)};var g_50511ad8caa349f10d2b017d5320f74d = new google.maps.Geocoder();g_50511ad8caa349f10d2b017d5320f74d.geocode( { 'address': "10970 Ocean Hwy, Pawleys Island, SC 29585"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pawleys-island-SC-south-atlantic-bank').style.display = '';map = new google.maps.Map(document.getElementById('pawleys-island-SC-south-atlantic-bank'), mapOptions);}document.getElementById('28c41e24').innerHTML += ' | View Map';var $l50511ad8caa349f10d2b017d5320f74d = '

South Atlantic Bank

Address: 10970 Ocean Hwy, Pawleys Island, SC 29585
Phone: (843) 848-2049
';var m_50511ad8caa349f10d2b017d5320f74d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Atlantic Bank',});m_50511ad8caa349f10d2b017d5320f74d['infowindow'] = new google.maps.InfoWindow({content: $l50511ad8caa349f10d2b017d5320f74d});var infowindow = new google.maps.InfoWindow({content: $l50511ad8caa349f10d2b017d5320f74d});google.maps.event.addListener(m_50511ad8caa349f10d2b017d5320f74d, 'click', function() {infowindow.open(map,m_50511ad8caa349f10d2b017d5320f74d);});$marker.push(m_50511ad8caa349f10d2b017d5320f74d);}});}google.maps.event.addDomListener(window, 'load', initialize);