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.5868,-79.0095)};var g_c2022b24f0b91de47194bcc16e578f02 = new google.maps.Geocoder();g_c2022b24f0b91de47194bcc16e578f02.geocode( { 'address': "11019 Tournament Blvd, Murrells Inlet, SC 29576"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murrells-inlet-SC-south-atlantic-bank').style.display = '';map = new google.maps.Map(document.getElementById('murrells-inlet-SC-south-atlantic-bank'), mapOptions);}document.getElementById('4dff5c4e').innerHTML += ' | View Map';var $lc2022b24f0b91de47194bcc16e578f02 = '

South Atlantic Bank

Address: 11019 Tournament Blvd, Murrells Inlet, SC 29576
Phone: (843) 848-2000
';var m_c2022b24f0b91de47194bcc16e578f02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Atlantic Bank',});m_c2022b24f0b91de47194bcc16e578f02['infowindow'] = new google.maps.InfoWindow({content: $lc2022b24f0b91de47194bcc16e578f02});var infowindow = new google.maps.InfoWindow({content: $lc2022b24f0b91de47194bcc16e578f02});google.maps.event.addListener(m_c2022b24f0b91de47194bcc16e578f02, 'click', function() {infowindow.open(map,m_c2022b24f0b91de47194bcc16e578f02);});$marker.push(m_c2022b24f0b91de47194bcc16e578f02);}});}google.maps.event.addDomListener(window, 'load', initialize);