About the property
Discover the enchantment of Ador Lago, nestled on the serene shores of White Lake, Bethel NY.
This luxurious retreat, set within a private gated 3+ acre estate, boasts 15 bedrooms and 14 bathrooms, offering unparalleled comfort and space. Revel in the beauty of our waterfront gazebo, explore the expansive playground, and unwind in cozy living spaces. With essentials, a washing machine, a fully equipped kitchen, and a refrigerator, every detail caters to your utmost convenience. 7 spacious bedrooms with luxurious bedding. All bedrooms on the 2nd and 3re floors are furnished with brand-new high-end beds, with seating, most with bathrooms ensuite.
Enjoy breathtaking lake views through abundant windows, making every moment at Ador Lago unforgettable.
Sleeping Arrangements
Amenities
Kitchen stove, Microwave, Refrigerator
Wireless Broadband Internet
Air conditioning, Heating available
Washing machine
Essentials, Shower, Towel-set
Book Ador Lago
For $3000 /Night
White Lake
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.