Click on your preferences:
Boutique hotels with fireplace's at kfar vradim
Not just it ! We have more places that match your search preferences:
Available Options
Available Options
סוויטת הספא
Starting from
₪800 Per night
- 32 M²
- 1 Bedrooms
- Up to 2 Guests
- Deluxe B&B vacation rentals- exclusive to our website
- Deluxe B&B vacation rentals with a view
- B&B vacation rentals with private swimming pool
חופשה לשתי זוגות
Starting from
₪1,600 Per night
- 2 Bedrooms
- Up to 4 Guests
- Deluxe B&B vacation rentals- exclusive to our website
- Open view from inside the unit
- B&B vacation rentals with private swimming pool
הסוויטה הצפונית
Starting from
₪800 Per night
- 37 M²
- 1 Bedrooms
- Up to 2 Guests
- Deluxe B&B vacation rentals- exclusive to our website
- Open view from inside the unit
- B&B vacation rentals with private Hot Tub
Full Info
לחצו כאן
Guests share their experiences:
We arrived 4 adults to Villa Aviva with a small dog. We took both suites. As soon as we entered, we were happy to discover many surprises and treats, clean and fragrant robes and incredibly clean suites. We enjoyed the jacuzzi and the pool as well as the breakfast, which was very tasty and plentiful. The host Aviva, a very pleasant woman and took care of everything for us. Although on the website the check-out was until one, Aviva allowed us to leave at three. The suites are very spacious, a comfortable and luxurious bed and a fully equipped kitchen. Nice to be able to come with a dog. We had a great time and will certainly come back and recommend.
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":11324,"item_name":"Villa Aviva Guest Suites","item_category":"סוויטה","item_category2":"Western Galilee","item_category3":"Kfar Varedim","item_variant":"2 guests","price":800,"quantity":1,"currency":"ILS","_clickValue":2.5}];
window.ecommSend = 0;
function ecomm_push_list(){
if (!window.eCommHandle)
return console.log('no ecomm handle');
if (!Array.isArray(window.ecommData))
return console.log('ecommData not an array', typeof window.ecommData);
window.ecommData.forEach((item, i) => item.index = i);
window.eCommHandle.push_event('view_item_list', {
item_list_id: 'clp_29224',
item_list_name: $('h1').text().trim(),
send_attempt: ++window.ecommSend,
items: window.ecommData
});
// Fire search event once per page load
if (!window._searchFired) {
window._searchFired = true;
window.eCommHandle.push_event('search', {
search_term: $('h1').text().trim(),
results_count: window.ecommData.length
});
}
}
function ecomm_push_select(id, unit){
if (!window.eCommHandle || !Array.isArray(window.ecommData))
return;
for (const item of window.ecommData) {
if (item.item_id == id){
let selected = $.extend({}, item, unit || {});
window.eCommHandle.push_event('select_item', {
item_list_id: 'clp_29224',
item_list_name: $('h1').text().trim(),
items: [selected]
});
break;
}
}
}
$(function(){
ecomm_push_list();
$('a.newres-item.main-link').add('.hapisga-newres a.roomName').on('click', function(){
let id = $(this).closest('.hapisga-newres').data('elemId');
ecomm_push_select(id);
});
});