Apply All
2 Guests
1 Bedrooms
Weekly Price Range
Filters

Wild Dunes Condo Rentals

Isle of Palms Sunset

A gated resort community in Isle of Palms

Stay in a peaceful condo rental in Wild Dunes, Isle of Palms, just 17 miles from Charleston, SC. Enjoy beautiful beaches, scenic marsh views, and relaxing trails. Our condos offer comfort with fully equipped kitchens. You'll have access to excellent golf courses, pools, and local dining. A secure, enjoyable vacation awaits in this serene setting.


  • 10 properties returned
  • Sort by: Name (ASC)
// var availList = $('#availList').val().split(','); // var availMin = $('#availListMins').val().split(',').map(Number); // var index = availList.indexOf(selectedDate); // if (index !== -1) { // var minNights = availMin[index]; // var newDate = $(this).datepicker('getDate'); // if (minNights > 0) { // newDate.setDate(newDate.getDate() + minNights); // // Make the end date selectable and set its date and minDate options // $('#endDateDetail').removeAttr('disabled'); // $('#endDateDetail').datepicker('setDate', newDate); // $('#endDateDetail').datepicker('option', 'minDate', newDate); // } // } else { // console.log(`Selected date ${selectedDate} is not available.`); // // Handle the case where the selected date is not found in the available dates list // }