Click on your preferences:
B&b's at galilean bethlehem
Places within 15 km of the town that fit your search
Available Options
Available Options
הסוויטות
Starting from
₪1,300 Per night
- 150 M²
- 2 Bedrooms
- Up to 6 Guests
Full Info
לחצו כאן
We stayed here:The image shows a large, rectangular outdoor space with a white pergola roof providing shade over the area.
Available Options
Available Options
Blue
Starting from
₪1,500 Per night
- 68 M²
- Up to 6 Guests
- Deluxe B&B vacation rentals with a view
- Deluxe B&B vacation rentals with a private, heated pool
- B&B vacation rentals with private Hot Tub
- Deluxe B&B vacation rentals recommended by Internet surfers
green
Starting from
₪1,300 Per night
- 68 M²
- Up to 6 Guests
- Deluxe B&B vacation rentals with a view
- Deluxe B&B vacation rentals with a private, heated pool
- B&B vacation rentals with private Hot Tub
- Deluxe B&B vacation rentals recommended by Internet surfers
grey
Starting from
₪1,300 Per night
- 68 M²
- Up to 6 Guests
- Deluxe B&B vacation rentals with a view
- Deluxe B&B vacation rentals with a private, heated pool
- B&B vacation rentals with private Hot Tub
- Deluxe B&B vacation rentals recommended by Internet surfers
Full Info
לחצו כאן
Guests share their experiences:
Stunning suites, just a dream vacation 🥰
...
We celebrated a family bachelorette party at the place, we really enjoyed the place, the pool is covered and clean, the rooms and the living room are so fun and intimate and contributed to the atmosphere! The place is very clean!!! Great, had privacy. The owners are very nice! We had a great time and there is no doubt that I will go back there again.
...
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":18678,"item_name":"LAZARAT","item_category":"סוויטה","item_category2":"Carmel Beach","item_category3":"Dalit al-Carmel","item_variant":"2 guests","price":1300,"quantity":1,"currency":"ILS","_clickValue":0.17},{"item_id":17720,"item_name":"Gold 68","item_category":"צימר","item_category2":"Lower Galilee","item_category3":"Kfar Baruch","item_variant":"2 guests","price":1500,"quantity":1,"currency":"ILS","_clickValue":0.5}];
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_5330',
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_5330',
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);
});
});