$1350 /Night
About the property
Nestled in the serene and welcoming neighborhood of Blooming Grove, New York, Hotel 15 offers a comfortable, family-friendly retreat ideal for your next getaway. This spacious vacation rental features 10 thoughtfully designed bedrooms with a total of 26 cozy beds, providing ample space for large families or group gatherings.
Property Highlights
- Prime Location: Conveniently located in Blooming Grove, Hotel 15 is just a short drive away from the renowned Woodbury Common Premium Outlets, where you can shop to your heart’s content.
- Kosher Convenience: You’ll find yourself surrounded by an array of Kosher restaurants and eateries, as well as grocery stores and other shopping options, ensuring all your needs are met with ease.
- Fully Equipped Kosher Kitchen: Enjoy the convenience of preparing your meals in the property’s Kosher kitchen, thoughtfully set up to accommodate all your dietary needs.
- Recreational Amenities: During the summer months, relax and refresh in the outdoor pool, and unwind year-round in the jacuzzi, perfect for any season.
- Family-Friendly Backyard: The spacious backyard features a playground, offering hours of fun for the kids while you enjoy a peaceful outdoor space.
- Spiritual Accessibility: A quick and pleasant walk takes you to the local shul, making it simple to maintain your spiritual routine during your stay.
Sleeping Arrangements
Amenities
Please select listing to show.
Book Hotel 15
For $1350 /Night
Washingtonville
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.