About the property
About the property
Discover the charm of The Gold House in Monticello, a grand 10-bedroom, 7-bathroom haven perfect for large groups. Enjoy outdoor fun with a trampoline and swing set, and appreciate the convenience of being steps away from a Shul, shopping, and dining. A fully equipped kitchen ensures your stay is comfortable and effortless. Ideal for those seeking relaxation and adventure in a serene setting.
Property Features
– 2-minute walk to Shul and mikveh
– Spacious living room with comfortable couches
– Large dining room with seating for 22+
– Fully equipped kitchen with:
– Milchig and Flaishig sinks and ovens
– Fridge/freezer and additional fridge that can be converted to a freezer
– Washer/dryer
– Convenient amenities:
– Pack ‘n plays and toddler beds
– High chairs
– Comfortable linen and towels
– 2 hot plates and large percolator
– Modern comforts:
– High-speed Wi-Fi
– Central air conditioning
– Free on-premises parking
– Outdoor fun:
– Trampoline and swing set
Sleeping Arrangements
22 Single beds
4 Queen size beds
3 Child bed
3 Baby crib
Amenities
Child's high chair, Coffee machine, Grill, Kitchen stove, Oven, Refrigerator
Wireless Broadband Internet
Air conditioning, Fireplace, Heating available
Clothes dryer, Washing machine
Smoke Detector
Towel-set, Hot Tub
Parking available
Book The Gold house
For $1500 /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.