Click on your preferences:
Villas with private swimming pool's at zichron ya'akov
Places within 15 km of the town that fit your search
We stayed here:Private pool for bathing in the season, size 10x4 meters with a pampering bench
Available Options
Available Options
הוילה
Starting from
₪4,200 Per night
- 210 M²
- 4 Bedrooms
- Up to 16 Guests
- Open view from inside the unit
- Deluxe B&B vacation rentals with only one unit in the building
- Deluxe B&B vacation rentals with a private, heated pool
וילה פרטית לזוג
Starting from
₪1,400 Per night
- 4 Bedrooms
- Up to 4 Guests
- Open view from inside the unit
- Deluxe B&B vacation rentals with only one unit in the building
- Deluxe B&B vacation rentals with a private, heated pool
- B&B vacation rentals with private Hot Tub
Share rest
Starting from
₪760 Per night
- 4 Bedrooms
- Up to 4 Guests
- Open view from inside the unit
- Deluxe B&B vacation rentals with only one unit in the building
Full Info
לחצו כאן
Available Options
Available Options
הוילה
Starting from
₪6,000 Per night
- 110 M²
- 7 Bedrooms
- Up to 12 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with only one unit in the building
Full Info
לחצו כאן
Guests share their experiences:
The villa is as beautiful as in the pictures and even more. Polished and very well maintained. Since it was cold, we only used the indoor area, but the outdoor area looks great too! The living room is beautiful, spacious and comfortable with a huge television of excellent quality. The dining area is also large and very comfortable. The rooms are clean, spacious and each equipped with a spacious private toilet and shower. The kitchen is well equipped - lots of beautiful dishes and serving dishes, cooking utensils - pots, pans, pasta strainer, cooking utensils - spoons, stirrers and more, oven trays and even baking paper. We also had at our disposal fine olive oil, spices and products for making coffee. The kitchen also has a Tami 4 appliance and a large marble for comfortable work. In short - everything you could want to prepare a good meal. The hostess is welcoming and pleasant. She greeted us with a huge smile, a light drink and a cake and even arrived during the evening with more treats. The breakfast was also excellent and much bigger and richer than what was promised to us. A small problem - in the morning for some unknown reason there was no hot water. All in all we had a perfect vacation and we are sure that we will come back and meet again in the future.
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":18613,"item_name":"Pastel Villa","item_category":"וילה","item_category2":"Carmel Beach","item_category3":"Dalit al-Carmel","item_variant":"16 guests","price":4200,"quantity":1,"currency":"ILS","_clickValue":5.14},{"item_id":18445,"item_name":"Villa Rouge","item_category":"וילה","item_category2":"Mishor Hahof","item_category3":"Beit Hanania","item_variant":"6 guests","price":6000,"quantity":1,"currency":"ILS","_clickValue":3.6}];
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_8802',
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_8802',
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);
});
});