Palm Tree Villa

House • Kiryas Joel
[destiny_amenties view-type="after title services"]

Share

Copie to Clipboard

Request Booking

About the property

Discover the charm of Palm Tree Villa in Monroe, NY, nestled in the heart of Kiryas Joel. This 5-bedroom, 3-bathroom Designed for families and groups, this villa offers a comfortable stay with modern amenities and a layout that accommodates up to 20 guests. Situated in Kiryas Joel (KJ), this property is just steps away from shuls and a mikvah, making it an ideal destination for those seeking a convenient and relaxing getaway.

PROPERTY FEATURES

Upper Floor:

Master Bedroom: 2 Full beds with an en-suite bathroom.

Second Bedroom: 2 Twin beds.

Third Bedroom: 2 Twin beds.

Fourth Bedroom: 2 Twin beds.

A full bathroom is located in the hallway.

First Floor: Includes a fifth kids’ bedroom, a large dining room, and a big kitchen, perfect for group meals and gatherings.

Outdoor Amenities: The backyard features a summer-only pool and a trampoline, perfect for family fun.

Additional Features

Window air conditioning units throughout the house.

Located in Kiryas Joel, NY, close to shuls and a mikvah, providing convenience for religious observance.

Sleeping Arrangements

Total Bedrooms: 5

Beds: 2 Full beds, 6 Twin beds, and 12 bunk beds with trundles.

Extras: 3 cribs for families with young children.

Bathrooms

Upper Floor: One en-suite bathroom in the master bedroom and one hallway bathroom.

First Floor: One full bathroom.

LOCATION

Situated in a peaceful area of Monroe, NY, The Palm Tree Villa is close to local amenities and community spaces. Its proximity to shuls and a mikvah makes it an excellent choice for guests observing religious practices.

Sleeping Arrangements

[destiny_amenties view-type="Sleeping Arrangements"]

Amenities

Please select listing to show.
[destiny_amenties]

Book Palm Tree Villa

Kiryas Joel

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.