Click on your preferences:
Luxurious boutique hotels at matat
Not just it ! We have more places that match your search preferences:
We stayed here:The double villa is private and secluded, open to the spectacular view seen through the glass walls
Available Options
Available Options
וילטה מתת גליל
Starting from
₪4,200 Per night
- 150 M²
- 1 Bedrooms
- Up to 2 Guests
- Isolated deluxe B&B vacation rentals
- Deluxe B&B vacation rentals- exclusive to our website
- Deluxe B&B vacation rentals with a view
Full Info
לחצו כאן
Guests share their experiences:
We really enjoyed the design of the villa. The place took care of every detail imaginable and of the highest quality. Everything is planned and designed with good taste!!. Lots of nice equipped and furnished corners including a gym and 2 treatment beds. The location is perfect and overlooks a spectacular view!! Sharon - the manager and owner of the place - just a lovely special personality!! We are already planning to go back for another dream vacation.. and this time for three days.
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":18485,"item_name":"Matat Galil Villa couples only","item_category":"סוויטה","item_category2":"Western Galilee","item_category3":"Matat","item_variant":"2 guests","price":4200,"quantity":1,"currency":"ILS","_clickValue":3.38}];
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_38764',
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_38764',
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);
});
});