Click on your preferences:
Luxurious 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
לחצו כאן
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
...
What our visitors say
Hatirot Hana'ot Beruach
The Golan Heights and the Hermon - Nimrod - B&BLuxurious b&b's at nimrod
This amazing place demands a different approach. The Wind-Moving Castles are a one-off creation, a brilliant invention of people with great talent and thinking "outside the box". The ultimate combination of inspiration, imagination and fruitful, skilled and intelligent work.
Room 1125
The Golan Heights and the Hermon - Nimrod - B&BLuxurious b&b's at nimrod
At the edge of the cliff at Nimrod, at a height of 1125 meters, are two wood cabins that border on the sky. But Michal's and Diego's talents at hospitality know no limits. Here, uncompromising quality meet harmoniously with real country simplicity. Where else can you splash in a Jacuzzi and have a bird's-eye-view of Lebanon? An open, panoramic in every direction: Mt. Hermon in its full splendor, Nimrod's Castle, a view deep into Lebanon, all the way to Balfour Castle, the Naftali mountains, the Hula Valley, Mt. Bental, Mt. Odem, the Odem Forest and Birkat Ram...breathless. Rare vacation rentals.
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"}];
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_39027',
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_39027',
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);
});
});