Chester Retreat

House • Blooming Grove
  • 36 Guests
  • 11 Bedrooms
  • 6 Bathrooms
$1770 /Night

Share

Copie to Clipboard

Request Booking

About the property

Escape to Luxury at Chester Retreat

Experience the ultimate getaway in this stunning, state-of-the-art retreat, perfectly designed for relaxation, rejuvenation, and unforgettable memories. Boasting 11 spacious bedrooms and 6 luxurious bathrooms, Chester Retreat is the ideal haven for large families, groups of friends, or corporate events seeking a serene and luxurious escape. With a total of 36 comfortable beds, there’s ample space for everyone to rest and recharge.

Unwind in Style

Unleash your senses and unwind in the serene dry sauna or steam room, where you can let go of stress and melt into relaxation. As the stars twinkle above, relax under the night sky in the soothing hot tub, surrounded by peaceful ambiance and breathtaking views.

Create Lasting Memories

Chester Retreat is more than just a place to stay – it’s a haven for creating unforgettable memories with your loved ones. Whether you’re planning a family reunion, a friends’ getaway, or a corporate retreat, this incredible property offers the perfect blend of luxury, comfort, and relaxation.

Amenities and Highlights:

– 11 spacious bedrooms with plush bedding and modern amenities

– 36 comfortable beds for a restful stay

– 6 luxurious bathrooms for ultimate relaxation

– 2 fully-equipped kitchens for culinary delights

– Large living room for socializing and relaxation

– Large dining room for shared meals and laughter

– Playroom for endless fun and entertainment

– Large backyard for outdoor activities and relaxation

– A park area for children to play and explore safely

– Dry sauna and steam room for rejuvenation

– Soothing hot tub under the stars for a magical experience

Convenient Location:

– A short drive (a few minutes) to local groceries and amenities

– Walking distance to mikveh and shul for spiritual convenience and easy access

Book Your Stay Today!

Don’t miss the opportunity to experience the ultimate getaway at Chester Retreat. Book your stay today and immerse yourself in luxury, relaxation, and unforgettable moments with your loved ones. Whether you’re seeking adventure, relaxation, or quality time with family and friends, Chester Retreat promises an experience like no other.

Sleeping Arrangements

3 Single beds

16 King-size beds

5 Baby crib

7 Loft beds

Amenities

Please select listing to show.

Kitchen and dining

Entertainment

Wireless Broadband Internet

Heating and cooling

Air conditioning, Central heating, Fireplace, Heating available

Bathroom and laundry

Clothes dryer, Washing machine

Home safety

Policies

Parking and facilities

Parking available

Book Chester Retreat

For $1770 /Night

Blooming Grove

Nights
Total
Subtotal

Weekends require a minimum stay of 3 nights

845-213-6425
	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.