Click on your preferences:
Places within 15 km of the town that fit your search
Available Options
Available Options
הסוויטה
Starting from
₪1,950 Per night
- 65 M²
- 2 Bedrooms
- Up to 3 Guests
- Deluxe B&B vacation rentals with a private, heated pool
- 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
סוויטת ג'וניור
Starting from
₪1,450 Per night
- 42 M²
- 1 Bedrooms
- Up to 4 Guests
- Deluxe B&B vacation rentals with a private, heated pool
- 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:
My partner and I stayed at the B&B in August. The place was amazing in every way, neat, organized and clean. You feel that the place is new and that the hostess cares a lot about the guests' experience. The place itself is beautiful, quiet and pastoral. The other day was very nice and the vacation was just perfect! Warmly encouraged!
...
What our visitors say
Ahuzat Gilboa
Gilboa - Magan Shaul - B&BB&b's at magen shaul
Would you like to travel just once to the end of the world? If so, Moshav Magen Shaul and the Gilboa Ranch will grant you this feeling. Everything here - the nature, so close to Mt. Gilboa and its nature reserves, the lifestyle, the weather, everything here is radically different from anything you've ever known. There is a feeling here of being on another planet. For those wishing to disassociate themselves from the routine, for those seeking the exotic and different, for those who crave old-time romance - Gilboa Ranch offers something rare and difficult to find these days.
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":18695,"item_name":"Sera Suites","item_category":"סוויטה","item_category2":"Emek Yizrael","item_category3":"Merhavia","item_variant":"2 guests","price":1950,"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_5516',
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_5516',
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);
});
});