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.1648,-80.7547)};var g_9f8b589a684fa32acf81ed65a5c295f8 = new google.maps.Geocoder();g_9f8b589a684fa32acf81ed65a5c295f8.geocode( { 'address': "Hilton Head Island, SC 29928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilton-head-island-SC-oomens-catherine-l').style.display = '';map = new google.maps.Map(document.getElementById('hilton-head-island-SC-oomens-catherine-l'), mapOptions);}document.getElementById('13d2b76d').innerHTML += ' | View Map';var $l9f8b589a684fa32acf81ed65a5c295f8 = '

Oomens Catherine L

Address: Hilton Head Island, SC 29928, USA
Phone: (843) 384-0527
';var m_9f8b589a684fa32acf81ed65a5c295f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oomens Catherine L',});m_9f8b589a684fa32acf81ed65a5c295f8['infowindow'] = new google.maps.InfoWindow({content: $l9f8b589a684fa32acf81ed65a5c295f8});var infowindow = new google.maps.InfoWindow({content: $l9f8b589a684fa32acf81ed65a5c295f8});google.maps.event.addListener(m_9f8b589a684fa32acf81ed65a5c295f8, 'click', function() {infowindow.open(map,m_9f8b589a684fa32acf81ed65a5c295f8);});$marker.push(m_9f8b589a684fa32acf81ed65a5c295f8);}});}google.maps.event.addDomListener(window, 'load', initialize);