Click on your preferences:
Boutique hotels - available this weekend at zichron ya'akov
Not just it ! We have more places that match your search preferences:
Available Options
Available Options
כרם
Starting from
₪1,250 Per night
- 50 M²
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Open view from inside the unit
- Private jacuzzi in the unit
- Deluxe B&B vacation rentals with body treatments
אשכול
Starting from
₪950 Per night
- 35 M²
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Open view from inside the unit
- Private jacuzzi in the unit
- Deluxe B&B vacation rentals with body treatments
גפן
Starting from
₪1,450 Per night
- 60 M²
- Up to 3 Guests
- B&B vacation rentals next to the sea
- Open view from inside the unit
- B&B vacation rentals with private Hot Tub
- Deluxe B&B vacation rentals with body treatments
Full Info
לחצו כאן
Guests share their experiences:
We arrived at the "Vine" suite for 2 nights. The highlight of the suite is the view!!! There is no picture that can illustrate the power of this spectacular and breathtaking view! A sense of levitation in this open and endless view visible from every corner of this perfect suite and balcony. Absolute privacy, a quiet environment with music played on the high-quality home audio system. The suite is spacious, clean and well maintained. Thinking about the small details, the bed and pillows are high quality and the sleep is like at home. Quality treats in the kitchen and bathroom. Amit and Ariela the hosts were charming and generous. We had the perfect vacation thanks to this one-of-a-kind suite and look forward to returning soon.
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":15971,"item_name":"Yama-B\u0026B and Wine Spa couples only","item_category":"צימר","item_category2":"Carmel Beach","item_category3":"Zichron Yaakov","item_variant":"2 guests","price":1250,"quantity":1,"currency":"ILS","item_brand":"booking"}];
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_15297',
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_15297',
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);
});
});