About the property
About this Space
Welcome to President Villa, a grand 4,000-square-ft retreat located in Swan Lake. With luxurious amenities, spacious living areas, and exclusive features, this villa is the perfect destination for large family gatherings, retreats, or special occasions. With a big kids’ playroom, President Villa offers an all-encompassing experience for relaxation and entertainment.
PROPERTY FEATURES
Upper Floor (Second Floor):
Master Bedroom: Two Queen beds with an en-suite bathroom.
Bedroom 2: Two Bung beds with 1 trundle.
Bedroom 3: Two full beds ensuite bathroom.
First Floor Half Bathroom: Conveniently located for guests.
Lower Floor:
Bedroom 1: Two Twin beds with an en-suite bathroom with a shower.
Bedroom 2: Two full beds & Two twin beds with an en-suite bathroom with a shower, ideal for families.
Bedroom 3: Two bunk beds with 1 trundle.
Big playroom with toys!
Sleeping Arrangements
9 King-size beds
5 Queen size beds
2 Baby crib
4 Loft beds
Amenities
Grill, Kitchen stove, Refrigerator
Wireless Broadband Internet
Air conditioning, Heating available
Book Presidential Villa
For $415 /Night
Liberty
const booking_form = document.querySelector('.property--booking-form'); const book_now_btn = document.querySelector('.property--book-now'); if (booking_form) { book_now_btn.addEventListener('click', (e) => { const notice = booking_form.querySelector('.notice'); notice.style.display = 'none'; e.preventDefault(); if (booking_form.reportValidity()) { book_now_btn.classList.add('submitting'); book_now_btn.disabled = true; let data = new FormData(booking_form); data.append('action', 'submit_booking_form'); data.append('property_id', destiny_obj.property_id); data.append('room_id', destiny_obj.room_id); data.append('nonce', destiny_obj.nonce); let jsonObject = {}; data.forEach((value, key) => { jsonObject[key] = value; }); jQuery.post(destiny_obj.ajax_url, jsonObject, function (response, code) { console.log(response) book_now_btn.disabled = true; book_now_btn.classList.remove('submitting'); console.log(code === 'success' && response.data && response.data.status && response.data.message); console.log(response.data.message); if (code === 'success' && response.data && response.data.status && response.data.message) { booking_form.reset(); notice.innerHTML = response.data.message; notice.style.display = 'block'; } else { if(response.data.code && response.data.code === 666 && response.data.message){ alert(`Weekend reservations require at least 3 nights. Change your dates to proceed with booking..`); }else if(response.data.message) { alert(response.data.message); }else{ alert("Sorry!, There is some issue while creating your booking please try again latter!"); } } }); } else { } }); }
Similar properties
Similar listings explore other properties you might like.