Click on your preferences:
Places within 15 km of the town that fit your search
Available Options
Available Options
הסוויטות
Starting from
₪1,400 Per night
- 48 M²
- 1 Bedrooms
- Up to 2 Guests
- Open view from inside the unit
- Deluxe B&B vacation rentals with a private, heated pool
- Private jacuzzi in the unit
Full Info
לחצו כאן
Available Options
Available Options
סוויטת ספיר
Starting from
₪1,100 Per night
- 33 M²
- 1 Bedrooms
- Up to 2 Guests
- Open view from inside the unit
- B&B vacation rentals with private Hot Tub
- Deluxe B&B vacation rental accommodation for groups of friends
Full Info
לחצו כאן
Guests share their experiences:
What our visitors say
Tor Sinai | Organic Vacation Farm
Jerusalem Mountains - Jerusalem - Suites at jerusalem
We are especially proud to present to you, dear Hapisga Guide readers, a new hospitality venue, unique in style and trailblazing - Tor Sinai Boutique Hotel - an organic guest farm in Emek Ha'arazim in Jerusalem. There are three large units, ecologically constructed of local stone. This magical farm is located on stone terraces, with 30 dunams of gorgeous, organic orchards all around,in the heart of Emek Ha'arazim Park (1200 dunams), facing the Jerusalem hills - 45 minutes from Tel Aviv and 5 minutes from Jerusalem. The clear, Jerusalem air, tons of relaxation spots, glorously green foliage - all these create an other world kind of magic.
Me'al HaMe'ayan
Jerusalem Mountains - Jerusalem - Suites at jerusalem
Ein Kerem has always offered something different, even European, but with a luxurious oriental scent. This neighborhood on the outskirts of Jerusalem always surprises with its multitude of entertainment options, dining options, and also the option of contemplating the architectural landscape and the power of the green nature in which it is located. "Above the Spring" is a spacious suite that allows you to experience all of this between decorated stone walls, arched and azure windows, a stone-paved balcony with complete privacy, and a bathtub from another world.
termination + unwanted HTML escaping.
window.ecommData = [{"item_id":18654,"item_category":"צימר","item_category2":"Jerusalem Mountains","item_category3":"Even sapir","item_variant":"2 guests","price":1400,"quantity":1,"currency":"ILS","_clickValue":1.8,"item_brand":"booking"},{"item_id":18888,"item_category":"צימר","item_category2":"Jerusalem Mountains","item_category3":"Even sapir","item_variant":"2 guests","price":1100,"quantity":1,"currency":"ILS","_clickValue":1.8,"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_5536',
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_5536',
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);
});
});