Cozy Cabin

House • Fallsburg
  • 10 Guests
  • 3 Bedrooms
  • 1 Bathrooms
$300 /Night

Share

Copie to Clipboard

Request Booking

About the property

Discover the charm of Cozy Cabin in Fallsburg, a 4-bedroom, 3-bathroom haven with a spacious porch and lush big grounds. 2 Min away from a Shul, Near a Landau’s Supermarket, it offers an ideal stay for small family’s. featuring  a fully equipped House  for a comfortable retreat.

PROPERTY LAYOUT 

First Floor:

Livingroom.

Kitchen.

Dining room. 

Bedroom 1: One bunk bed with A High-riser with an En-suite Full Bathroom. (Ideal for couple room or Kids room)

One Hallway shared 1/2 Bathroom.

Second Floor:

Bedroom 1: one bunk bed featuring 2 Beds

Bedroom 2: one bunk bed featuring 2 Beds

Bedroom 3: Master, Two full Beds, with an en-suite Bathroom, with Shower.

Sleeping Arrangements

8 Single beds

2 Queen size beds

1 Baby crib

3 Loft beds

Amenities

Please select listing to show.

Kitchen and dining

Kitchen stove, Refrigerator

Entertainment

Wireless Broadband Internet

Heating and cooling

Air conditioning

Bathroom and laundry

Washing machine

Home safety

Policies

Parking and facilities

Book Cozy Cabin

For $300 /Night

Fallsburg

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.