Click on your preferences:
Isolated b&b's at metulla
Places within 15 km of the town that fit your search
Available Options
Available Options
סוויטות הגן
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
Al Mapalim | Suites
Upper Galilee - Matula - B&BIsolated b&b's at metulla
Imagine that you are sitting on a private terrace, verdant nature before you, a luxurious B&B vacation rental behind you. While sipping a refreshing soft drink that Perry will most likely serve you in summer, you are asked to turn your head to the east, to the green cliffs, from which you hear the sound of splashing waterfalls. Now try to remember where you are…yes, you're in Israel.
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":1050,"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_9446',
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_9446',
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);
});
});