Click on your preferences:
Boutique hotels recommended by the community near the ocean
⚠ חסר : מומלצי הגולשים
Available Options
Available Options
סטנדרט
Starting from
₪1,000 Per night
- 16 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with body treatments
- Especially romantic, deluxe B&B vacation rentals
- Culinary vacation
- Deluxe B&B vacation rental accommodation for groups of friends
קלאסיק
Starting from
₪1,000 Per night
- 18 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with body treatments
- Especially romantic, deluxe B&B vacation rentals
- Culinary vacation
- Deluxe B&B vacation rental accommodation for groups of friends
קלאסיק עם מרפסת
Starting from
₪1,000 Per night
- 18 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with body treatments
- Especially romantic, deluxe B&B vacation rentals
- Culinary vacation
- Deluxe B&B vacation rental accommodation for groups of friends
דלאקס עם מרפסת
Starting from
₪1,000 Per night
- 18 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with body treatments
- Especially romantic, deluxe B&B vacation rentals
- Culinary vacation
- Deluxe B&B vacation rental accommodation for groups of friends
סופריור
Starting from
₪1,000 Per night
- 22 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with body treatments
- Especially romantic, deluxe B&B vacation rentals
- Culinary vacation
- Deluxe B&B vacation rental accommodation for groups of friends
סופריור עם מרפסת
Starting from
₪1,000 Per night
- 22 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with body treatments
- Especially romantic, deluxe B&B vacation rentals
- Culinary vacation
- Deluxe B&B vacation rental accommodation for groups of friends
סוויטה עם מרפסת
Starting from
₪1,000 Per night
- 44 M²
- 1 Bedrooms
- Up to 4 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with body treatments
- Especially romantic, deluxe B&B vacation rentals
- Culinary vacation
- Deluxe B&B vacation rental accommodation for groups of friends
סוויטה מרפסת עם אמבטיה
Starting from
₪1,000 Per night
- 44 M²
- 1 Bedrooms
- Up to 4 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rentals with body treatments
- Especially romantic, deluxe B&B vacation rentals
- Culinary vacation
- Deluxe B&B vacation rental accommodation for groups of friends
Full Info
לחצו כאן
⚠ חסר : מומלצי הגולשים
Available Options
Available Options
קלאסיק
- 15 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rental accommodation for groups of friends
אורבן
- 15 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rental accommodation for groups of friends
דלוקס
- 17 M²
- 1 Bedrooms
- Up to 2 Guests
- B&B vacation rentals next to the sea
- Deluxe B&B vacation rental accommodation for groups of friends
Full Info
לחצו כאן
Guests share their experiences:
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":18831,"item_category":"מלון בוטיק","item_category2":"Mishor Hahof","item_category3":"Tel Aviv-Yafo","item_variant":"2 guests","price":1000,"quantity":1,"currency":"ILS","item_brand":"booking"},{"item_id":18890,"item_category":"מלון בוטיק","item_category2":"Mishor Hahof","item_category3":"Tel Aviv-Yafo","item_variant":"2 guests","price":1,"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_10221',
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_10221',
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);
});
});