The Kineret

House • Liberty, 12783
  • 51 Guests
  • 16 Bedrooms
  • 16 Bathrooms
  • Pool

  • Shul

  • Mikvah

  • Hot Tub

$3900 /Night

Share

Copie to Clipboard

Request Booking

About the property

Discover The Kineret, a luxurious 11,000 sq. ft. strictly kosher villa in Liberty, NY, ideal for large events and celebrations. Accommodating up to 51 guests, with additional beds on request, it boasts modern elegance, top amenities like Wi-Fi, AC, and a fully equipped kitchen, all set in tranquil surroundings. Perfect for creating unforgettable memories.

Amenities

Accommodation Entire Home
Renting Rules
  • Maximum occupancy: 60
  • Children welcome
  • Infants welcome
  • Smoking not allowed
  • Wheelchair inaccessible
  • Minimum age of primary renter: 21
  • Pets not allowed
General
  • Air Conditioning
  • Central Heating
  • Linens Provided
  • Towels Provided
  • Washing Machine
  • Clothes Dryer
  • Hot Water
  • Wifi
Kitchen
  • Kitchen
  • Refrigerator
  • Stove
  • Oven
  • Freezer
  • Kitchen Island
Bathrooms 16 Bathrooms
Sleeping Arrangements 16 Bedrooms, sleeps 60

    Entertainment
    • Books
    • Game Room
    • Pool Table
    • Sound System
    • Arcade Machine
    Family
    • Pack N Play/Travel Crib
    Outdoor
    • Deck/Patio (uncovered)
    • Private Yard
    • Fire Pit
    • Fenced Yard
    • Playground
    Pool/Spa
    • Private Pool
    • Hot Tub
    • Indoor Pool
    • Heated Pool
    • Fenced Pool
    Theme
    • Family

    Sleeping Arrangements

    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

    Pool

    Private steam sauna

    Shul

    Mikvah

    Hot Tub

    Book The Kineret

    For $3900 /Night

    Liberty, 12783

    Nights
    Total All fees are included

    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.