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.8376,-78.6672)};var g_960c1838685777544984ce89d8e7bea6 = new google.maps.Geocoder();g_960c1838685777544984ce89d8e7bea6.geocode( { 'address': "1020 Highway 17 North, North Myrtle Beach, SC 29582, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-myrtle-beach-SC-sandhills-holding-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('north-myrtle-beach-SC-sandhills-holding-co-inc'), mapOptions);}document.getElementById('452ec8a0').innerHTML += ' | View Map';var $l960c1838685777544984ce89d8e7bea6 = '

Sandhills Holding Co Inc

Address: 1020 Highway 17 North, North Myrtle Beach, SC 29582, USA
Phone: (843) 280-9922
';var m_960c1838685777544984ce89d8e7bea6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sandhills Holding Co Inc',});m_960c1838685777544984ce89d8e7bea6['infowindow'] = new google.maps.InfoWindow({content: $l960c1838685777544984ce89d8e7bea6});var infowindow = new google.maps.InfoWindow({content: $l960c1838685777544984ce89d8e7bea6});google.maps.event.addListener(m_960c1838685777544984ce89d8e7bea6, 'click', function() {infowindow.open(map,m_960c1838685777544984ce89d8e7bea6);});$marker.push(m_960c1838685777544984ce89d8e7bea6);}});}google.maps.event.addDomListener(window, 'load', initialize);