About the property
Discover the charm of Monticello at The Wooden House, a serene retreat with 9 bedrooms and 7 bathrooms. Enjoy modern comforts like a 10Ft sealing and a fully equipped kitchen. Outdoor fun awaits with a trampoline and swing set. Located near a Shul, it’s perfect for family stays.
The space
PROPERTY FEATURES
o 9 Bedrooms.
o 8 Elegant Bathrooms.
o 8 Bedrooms have an en-suite bathroom
o 30 Beds total
o Playroom
o Nice Grounds
o Swing set – A playful addition for children to enjoy in the fresh air.
o Fully Equipped Kosher Kitchen
o High-speed Wi-Fi
• Upper Floor:
o Master Suite: A suite featuring two beds, with an en-suite bathroom for privacy and convenience.
o Second bedroom: 2 Twin beds With a Trundle
o Third bedroom: 2 Twin beds With a Trundle
o Fourth bedroom: 2 Twin beds With a Trundle
o Fifth Bedroom: 2 Twin beds With a Trundle
o Sixed Bedroom: 2 Twin beds With a Trundle
o Seventh Bedroom: 2 Twin beds With a Trundle
• Main Floor:
o Main Floor Bedroom: A thoughtfully designed bedroom on the main floor, providing easy access to common areas and essential amenities, en-suite large bathroom.
o Half bathroom
o Kitchen
o Living Room & Playroom
o Dining Room
o Bedroom 2: One Bung Bed with Trundle
o 1 Full Bathroom located on the lower level, providing easy access for all guests
Outdoor Amenities
• Playground & Enclosed Yard: A new playground with an enclosed yard
Sleeping Arrangements
10 Single beds
5 Double bed
4 Baby crib
Amenities
Kitchen stove, Refrigerator
Wireless Broadband Internet
Air conditioning
Washing machine
Book The Wooden House
For $833 /Night
Monticello
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.