The Stangel Mansion

House • Woodbourne
  • 27 Guests
  • 9 Bedrooms

Share

Copie to Clipboard

Request Booking

About the property

this stunning property offers 9 bedrooms and 27 beds, ensuring ample space for everyone to relax and unwind.

Property Highlights

  • Prime Location: Conveniently located within a short walk to the local shul, Stangel Mansion offers easy access to nearby museums, exciting activities, and popular tourist attractions. Groceries, shopping, and Kosher restaurants are just minutes away, providing everything you need for a seamless vacation.
  • Fully Kosher Kitchen: A dream for any cook, the kitchen is fully equipped and designed to meet all Kosher dietary needs, making meal preparation easy and enjoyable.
  • Outdoor Oasis: The backyard is a true sanctuary, featuring an outdoor dining area, a playground for the kids, and a balcony perfect for morning coffee or evening relaxation.
  • Pool: Enjoy a refreshing swim in the pool during the summer months.

Stylish and Spacious Bedroom Arrangements

With thoughtfully designed bedrooms across two floors, Stangel Mansion accommodates groups of all sizes with style and comfort:

Upper Floor

  • Bedroom 1: A luxurious master bedroom with 2 queen-size beds, perfect for relaxing in privacy.
  • Bedroom 2: Cozy and inviting, featuring 2 full-size beds.
  • Bedroom 3: Another spacious option with 2 full-size beds.
  • Bedroom 4: Perfect for kids or singles with 2 twin beds.
  • Bedroom 5: A family-friendly setup with 1 bunk bed and 2 twin beds.

Lower Floor

  • Bedroom 6: A peaceful retreat with 2 twin beds.
  • Bedroom 7: Comfortable and private, featuring 2 full-size beds and its own bathroom.
  • Bedroom 8: Identical to Bedroom 7, with 2 full-size beds and a private bathroom.
  • Bedroom 9: The ultimate group space, offering 4 bunk beds and 1 folding bed, ideal for kids or larger groups.

Sleeping Arrangements

6 Single beds

2 Double bed

2 Queen size beds

5 Baby crib

1 Fold-away beds

5 Loft beds

Amenities

Please select listing to show.

Kitchen and dining

Entertainment

Heating and cooling

Bathroom and laundry

Home safety

Policies

Parking and facilities

Book The Stangel Mansion

Woodbourne

Nights

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.