Click on your preferences:
B&b's בהזמנה אונליין at nimrod
Places within 15 km of the town that fit your search
Available Options
Available Options
סוויטות הנוף
Starting from
₪1,250 Per night
- 48 M²
- 1 Bedrooms
- Up to 4 Guests
- Deluxe B&B vacation rentals with a view
- Private jacuzzi in the unit
- Deluxe B&B vacation rentals with body treatments
סוויטות הגן
Starting from
₪1,050 Per night
- 41 M²
- 1 Bedrooms
- Up to 4 Guests
- Isolated deluxe B&B vacation rentals
- Deluxe B&B vacation rentals with a view
Full Info
לחצו כאן
We stayed here:A spectacular view can be seen from the balcony
Available Options
Available Options
סוויטה 1
Starting from
₪700 Per night
- 40 M²
- 1 Bedrooms
- Up to 5 Guests
- Open view from inside the unit
- Private jacuzzi in the unit
- Especially romantic, deluxe B&B vacation rentals
- Deluxe B&B vacation rentals in a special design
- Deluxe B&B vacation rental accommodation for groups of friends
סוויטה 2
Starting from
₪700 Per night
- 40 M²
- 1 Bedrooms
- Up to 5 Guests
- Open view from inside the unit
- Private jacuzzi in the unit
- Especially romantic, deluxe B&B vacation rentals
- Deluxe B&B vacation rentals in a special design
- Deluxe B&B vacation rental accommodation for groups of friends
Full Info
לחצו כאן
Guests share their experiences:
We traveled the whole family and the couples took boutique rooms in the hotel, each room included a living room with a kitchenette, toilet and shower and another bedroom equipped with a jacuzzi of course air conditioners and televisions at the entrance to the complex there is a large pool with sitting areas between the rooms there is another pleasant sitting area and of course the dining room really defines what it is Boutique was an amazing experience
...
The name of the place is not for nothing - the sunsets are amazing!
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":11800,"item_name":"Grand Vista","item_category":"מלון בוטיק","item_category2":"Upper Galilee","item_category3":"Kfar Yuval","item_variant":"2 guests","price":1250,"quantity":1,"currency":"ILS","item_brand":"booking"},{"item_id":18539,"item_name":"Sunset","item_category":"צימר","item_category2":"The Golan Heights and the Hermon","item_category3":"Ein Kaniya","item_variant":"2 guests","price":700,"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_46203',
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_46203',
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);
});
});