Ländliches Haus mit Pool und Whirlpool in Cómpeta (2023)

',title: '',//container: 'body',template: '

'});guests_popover.on('shown.bs.popover', function () {$j("#booking-gests-popover-content").appendTo($j("#popover-inner"));$ j(".popover-picker a.btn-aplicar").click(function(e){ e.stopImmediatePropagation(); e.preventDefault();guests_popover.popover('hide');});$j(" #booking-gests").addClass("focus");});guests_popover.on('hide.bs.popover', function () {$j("#popover-inner > div").appendTo($j ("#booking-gests-popover"));booking_form_update();$j("#booking-gests").removeClass("focus");});$j("#booking-gests").on( 'click', function(){guests_popover.popover('toggle');return false;});$j(document).on("click touchstart", function(e){var subject = $j(".popover "); var subject2 = $j("#booking-gests"); if ( e.target.class != subject.attr('class') && !subject.has(e.target).length&& e.target. id != subject2.attr('id') && !subject2.has(e.target).length ) {if ($j("#booking-gests").next('div.popover-picker:visible') .length) {guests_popover.popover('hide');}}});$j("#property-right").on('click', '.btn-number', {}, function(e){ e.preventDefault();var fieldName = $j(this).attr('data-field');var type = $j(this).attr('data-type');var input = $j("input [name='"+fieldName+"']");var currentVal = parseInt(input.val());if (!isNaN(currentVal)) {if(type == 'minus') {if(currentVal > input. attr('min')) {input.val(currentVal - 1).change();} if(parseInt(input.val()) == input.attr('min')) {$j(this). attr('disabled', true);}} else if(type == 'plus') {if(currentVal < input.attr('max')) {input.val(currentVal + 1).change();} if(parseInt(input.val()) == input.attr('max')) {$j(this).attr('disabled', true);}}} else {input.val(0);} return false;});var _enable = true;$j("#property-right").on('change', '.input-number', {}, function( event ) {var minValue = parseInt($j (this).attr('min'));var maxValue = parseInt($j(this).attr('max'));var valueCurrent = parseInt($j(this).val());var name = $j(this).attr('name');if (valueCurrent >= minValue) {$j(".btn-number[data-type='minus'][data-field='"+name+"'] ").removeAttr('disabled')} else {$j(this).val($j(this).data('oldValue'));}if(valueCurrent <= maxValue) {$j(".btn- number[data-type='plus'][data-field='"+name+"']").removeAttr('disabled')} else {$j(this).val($j(this).data( 'oldValue'));}//booking_form_update();});}function booking_form_submit() {var date_checkin = document.getElementById("booking-checkin-date").value;var date_checkout = document.getElementById("booking- checkout-date").value;var gests = parseInt(document.getElementById("booking-adults").value) + parseInt(document.getElementById("booking-children").value);document.getElementById("booking- gests-value").value = gests;if (date_checkin == '') {$j("#booking-checkin-date").focus();} else if (date_checkout == '') {$j( "#booking-checkout-date").focus();} else if (gests == '') {$j("#booking-gests").focus().click();$j("#booking -avail-msg .message").html('

Wählen Sie die Anzahl der Personen aus

');}if (gests == '' || date_checkin == '' || date_checkout == '') {return false;}return true;}function booking_form_update() { var propertyid = document.getElementById("booking- propertyid").innerHTML;var date_checkin = document.getElementById("booking-checkin-date").value;var date_checkout = document.getElementById("booking-checkout-date").value;var gests = parseInt(document.getElementById ("booking-adults").value) + parseInt(document.getElementById("booking-children").value);var adult = parseInt(document.getElementById("booking-adults").value);varchildren = parseInt (document.getElementById("booking-children").value); var infants = parseInt(document.getElementById("booking-infants").value);$j(".info-message-container").hide();document.getElementById("booking-gests-value").value = gests;var personen_value_text = '';if (adults == 1) {persons_value_text = adult + " adulto";} else {persons_value_text = adult + " Adultos";}if (children == 1) {persons_value_text += ", " + children + " niños";} else if (children > 1) {persons_value_text += ", " + children + " Niños";}if (infants == 1) {persons_value_text += ", " + infants + " Bebé ";} else if (infants > 1) {persons_value_text += ", " + infants + " Bebés";}if (persons_value_text != '' && gests > 0) {document.getElementById("booking-gests").innerHTML = personen_wert_text;} else {document.getElementById("booking-gests").innerHTML = "Nº Personas";}if (gests == 0) {$j("#booking-avail-msg .message").html( "

Wählen Sie die Anzahl der Personen aus

");}$j(".cancelacion_gratuita").hide().attr("data-cancelation-date","");$j(".free-cancelation-day").html(''); $j('#property-right form').block({message: '',css: { border: '0px none', Hintergrund: 'transparent none' },overlayCSS: { backgroundColor: '#ccc', opacity: 0.5, Cursor: 'wait' }});var datastring= 'propertyid=' +propertyid+'&date_checkin='+date_checkin+'&date_checkout='+date_checkout+'&gests='+gests+'&adults='+adults+'&children='+children+'&infants='+infants;$j.ajax({type: "GET" ,url: "https://www.ruralidays.com/index.php?option=com_prop&task=ajax_booking_availability_new",data: datastring,dataType: "json",success: function (data) {$j("#booking-form -submit-paid").removeAttr("disabled");$j("#booking-form-submit-info").removeAttr("disabled");$j("#booking-avail-msg .message") .html('');$j("#booking-avail-msg .price").css("display","none");$j("#booking-avail-msg .price-total-no- Rabatt").css("display","none");$j("#booking-avail-msg .price-total-value").html();$j("#booking-avail-msg .nights -value").html();$j("#booking-avail-msg .price-prepay-value").html();if (typeof(data.available_message) != 'undefiniert' && data.available_message ! = '' && data.status == 1) {$j("#booking-avail-msg .message").append('

' + data.available_message + '

'); }if (data.available !== true || data.status == 0) {if (typeof(data.message) != 'undefiniert') {var jmsg = data.message.join("
");$j("#booking-avail-msg .message").append('

' + jmsg + '

');}if (date_checkin != '' && date_checkout != '') {$j("#booking-form-submit- payment").attr("disabled","disabled");$j("# booking-form-submit-info").attr("disabled","disabled");}} else {if (data.price.total.amount != '' && data.price.total.amount != 0 && data.price.total.amount != '0') {msg = (data.message != '') ? '

'+data.message+'

' : '';if (msg != '') {$j("#booking-avail-msg .message").append(msg);}$j("#price-night .price-from-value" ).html(data.price_per_night_formated);$j("#price-night .price-from-text .from").css("display","none");$j("#booking-avail-msg . Preis").css("display","block");$j("#booking-avail-msg .price-total-value").html(data.price.total.amount_formatted+'€');if ( data.price.total_before_discount.amount > data.price.total.amount) {$j("#booking-avail-msg .price-total-no-discount").css("display","block");$ j("#booking-avail-msg .price-total-no-discount-value").html('

'+data.price.total_before_discount.amount+'€

');}$j("#booking-avail-msg .nights-value").html(data.nights);$j("#booking-avail-msg .price-prepay-value").html(data .price.prepay.amount_formatted+'€');}else {$j("#booking-avail-msg .message").append('

'+data.message+'

');}}if (typeof(data.info_message) != 'undefiniert' && typeof(data.info_message.title) != 'undefiniert') {$j(".info-message .icon").html(data .info_message.icon);$j(".info-message .body").html(data.info_message.body);$j(".info-message .title").html(data.info_message.title); $j(".info-message-container").show();} else {$j(".info-message-container").hide();}if (data.free_cancelation_day!='undefined'&& data .free_cancelation_day!='') {$j(".free-cancelation-day").html(data.free_cancelation_day);$j(".cancelacion_gratuita").attr("data-cancelation-date",data.free_cancelation_day ).show();}if (typeof(data.banner_phone_support) != 'undefiniert' && data.banner_phone_support.status == 1) {$j(".telefono-reservas").html(data.banner_phone_support.msg) .show();}if (typeof(data.cancellation_and_zahlungen) != 'undefiniert' && data.cancellation_and_zahlungen != '') {$j("#cancellation-and-zahlungen").html(data.cancellation_and_zahlungen);$ j("#product-date-range-picker").addClass("with-dates");}window.setTimeout(function(){affixBookingPanel();}, 450);$j('#property-right form ').unblock();},error: function (data) {// Nothing}});}function add_to_favorites_detail(alojamientoId) {var datastring = "alojamientoId="+alojamientoId;$j.ajax({type: "GET ",url: "https://www.ruralidays.com/index.php?option=com_prop&task=ajax_favorites_add",data: datastring,dataType: "json",success: function (data) {if (data.status == true) {if (data.msg == 'added') {$j(".btn-add-favorites").removeClass("track-like").addClass("track-dislike");$j(" .btn-add-favorites .fa-heart-o").css("display","none");$j(".btn-add-favorites .fa-heart").css("display"," ");}else if (data.msg == 'deleted') {$j(".btn-add-favorites").removeClass("track-dislike").addClass("track-like");$j ("".btn-add-favorites .fa-heart").css("display","none");$j(".btn-add-favorites .fa-heart-o").css("display" ,"");}$j(".wisthlist-items-counter span").html(data.cont);if (data.cont <= 0) {$j("#wishlist-link").css( "display", "none");$j("#wishlist-link2").css("display", "none");} else {$j("#wishlist-link").css("display" ,"block");$j("#wishlist-link2").css("display","none");}}}});}function show_availability_calendar() {if (tamanoventana_init <= 991) {$j ('#reservarPanel').modal().on('shown.bs.modal', function (e) {$j('#booking-checkin-date').datepicker('show');}).on ('hide.bs.modal', Funktion (e) {$j('#booking-checkin-date').datepicker('hide');$j('#booking-checkout-date').datepicker(' hide');});return false;} else {$j('html, body').animate({ scrollTop: 0 }, 0, function(){ setTimeout(function(){ $j('#booking- checkin-date').datepicker('show'); }, 500);});return false; }}function show_reviews(currentReviewsPage,showTranslated) {if (typeof(currentReviewsPage) == 'undefiniert') {currentReviewsPage = 1;}if (typeof(showTranslated) == 'undefiniert') {showTranslated = 2;}$j.ajax ({type: "GET",url: "https://www.ruralidays.com/index.php?option=com_prop&task=ajax_property_show_reviews&id_alojamiento=5014&page="+currentReviewsPage+"&show_translated="+showTranslated,data: '',dataType: "json",cache: false,success: function(response) {showTranslated = Response.show_translated;$j("#reviews-wrapper").html(response.html);$j("#btn-translate-reviews" ).on("click", function(){showTranslated = 1;show_reviews(currentReviewsPage,showTranslated);});$j("#btn-translate-reviews-original").on("click", function() {showTranslated = 0;show_reviews(currentReviewsPage,showTranslated);});$j('#reviews-pagination ul').pagination({items: Response.pagination.total_items,itemsOnPage: Response.pagination.items_per_page,currentPage: currentReviewsPage, onPageClick: function(pageNum) {currentReviewsPage = pageNum;show_reviews(pageNum,showTranslated);$j('html, body').animate({scrollTop: $j('#reviews').offset().top}, 150 );}});}});}function show_description() {}function show_stats_views_per_week() {$j.ajax({type: "GET",url: "https://www.ruralidays.com/index.php ?option=com_prop&task=ajax_property_stats&id_alojamiento="+5014,data: '',dataType: "json",success: function (response) {if (response.status == 1 && parseInt(response.data) > 30) {// $j(".stats-views-per-week span.views-per-week").html(response.data);//$j(".stats-views-per-week").show(); //$j(".visitas_semanales").attr("data-views",response.data);}}});}function resize_calendar() {setTimeout(function(){var tamanoventana = Math.max(document. documentElement.clientWidth, window.innerWidth || 0);var nmeses = 1;if (tamanoventana>=1200){nmeses = 3;}else if ((tamanoventana<1200) && (tamanoventana>768)){nmeses = 3;}else if ((tamanoventana<=768 ) && (tamanoventana>565)){nmeses = 2;} if (nmeses != $j( "#datepicker-availability" ).datepicker( "option", "numberOfMonths" )) {$j("#datepicker-availability ").datepicker("option", "numberOfMonths", nmeses);$j("#datepicker-availability").datepicker("option", "stepMonths", nmeses);}}, 300);}function open_modal_share( ) {BootstrapDialog.show({cssClass: 'clean-dialog',title: "

Aktie

",Nachricht: '

',onshown: function(dialogRef){$j("#shareButtons").jsSocials({showCount: false,showLabel: true,shareIn: "popup",shares: ["whatsapp",{ share: "facebook", label : „Facebook“ },{ share: „email“, label: „Email“ },{ share: „twitter“, label: „Twitter“ },{ share: „pinterest“, label: „Pinterest“ }]}) ;}});}function cambiarTamanoDivsPropiedades(){var tamanoventana = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);if (tamanoventana<=991){$j("#property-right") .appendTo("#reservarPanelFechas");$j(".visitas_semanales").hide();$j("#reservarPanel").css("min-height",$j(window).height()-167 );$j("#add-favorites").hide();}else {if ($j("#reservarPanel").is(":visible")){$j('#reservarPanel').modal ('hide');}$j("#property-right").appendTo("#PPder");if (parseInt($j(".visitas_semanales").attr("data-views")) > 30 ) {$j(".visitas_semanales").show();}if ($j(".cancelacion_gratuita").attr("data-cancelation-date") != "") {$j(".cancelacion_gratuita" ).show();}$j("#add-favorites").show();}}function affixBookingPanel(){$j('#property-right').affix({offset: {top: function ( ) {return (this.top = $j('#header').outerHeight(true) + $j('#fotos').outerHeight(true))},bottom: function () {return (this.bottom = $j('#footer-bottom').outerHeight(true) + $j('#footer').outerHeight(true) + $j('.section-location').outerHeight(true) + $j(' .section-prox').outerHeight(true) + $j('.propertypanel').outerHeight(true) + 40)}}});}var showPlanos = false;$j(document).ready(function() {returnAvailabilityCalendarData();//resize_calendar();popover_init();show_reviews();show_description();show_stats_views_per_week();booking_form_update();cambiarTamanoDivsPropiedades();$j("#property-nav li a").click( function(){var thisId = $j(this).attr("href");var scrollTopPoint = $j(thisId).offset().top;if (!$j("#menupropiedades").hasClass(" goToTop2")) {scrollTopPoint = $j(thisId).offset().top;}$j('html, body').animate({scrollTop: scrollTopPoint}, 100);return false;});$j( '.section-descr .section-body').css("height","auto").readmore({ maxHeight: 150, moreLink: "+ Mehr", lessLink:''});$j('.section-distancias .with-more').css("height","auto").readmore({ maxHeight: 80, moreLink: "+ Mehr", wenigerLink: "- Nicht weniger",});$j(document).on("click", ".btn-add-favorites", function(event){var alojamientoId = 5014;add_to_favorites_detail(alojamientoId);event.preventDefault();}); $j("#rural_recomienda .image a").mouseenter(function(){$j(this).find("img").animate({opacity: 0.75},250, function(){ return false; }) ;}).mouseleave(function(){$j(this).find("img").animate({opacity: 1}, 250, function(){ return false; });});$j(" #booking-form-submit-info").click(function(){$j("#frmreservafecha #mode").val("info");});$j("#booking-form-submit-paid ").click(function(){$j("#frmreservafecha #mode").val("zahlung");});$j(window).resize(function() {resize_calendar();affixBookingPanel(); cambiarTamanoDivsPropiedades();});window.setTimeout(function(){affixBookingPanel();$j('#menupropiedades').affix({ offset: {top: function () { return (this.top = $j(' #header').outerHeight(true) + $j('.breadcrumbs-section').outerHeight(true) + $j('#fotos').outerHeight(true))} }});}, 450); // lightGalleryvar $lg = $j('#fotos #fotos-bg-cover');var highlights = '{\"valoracion_general\":{\"title\":\"9.4 Excelente\",\"subtitle\ ":\"El 90% de los \\u00faltimos hu\\u00e9spedes han valorado esta casa con 5 estrellas\",\"icon\":\"<\\/i>\"},\"equipment\":{\"title\":\"Star-Ausstattung: Whirlpool\",\"subtitle\":\"Es ist eine der wenigen Unterkünfte, die über einen verfügt Whirlpool \",\"icon\":\"<\\/i>\"},\"valoracion_limpieza\":{\"title\":\"Tadellose Sauberkeit\",\"subtitle\":\"Die letzten 5 Gäste haben dieses Haus mit 5 Sternen bewertet\ ",\"Symbol\":\"<\\/i>\"},\"owners_rating\":{\"title\":\"Nette Besitzer\",\"subtitle\":\"90 % der \\u0022letzten Gäste Der Gastgeber war Mit 5 Sternen bewertet\",\"icon\":\"<\\/i>\"},\"immediate_booking\":{\"title\":\"Sofortige Buchung\",\"subtitle\":\"Warten Sie nicht länger. Reservierung sofort bestätigt.\",\"icon\":\"<\\/i>\"}}';$lg.on('click', function(e) { if ( e.target.offsetParent.attributes["data-btn-id"] != undefiniert && e. target.offsetParent.attributes["data-btn-id"] != "undefiniert" && e.target.offsetParent.attributes["data-btn-id"].value == 'layout-btn' ) { return false; }var dialogImageGallery = new BootstrapDialog({title: '35 Fotografías-Klicken Sie auf das Foto, um es zu vergrößern',message: '',animate: false,cssClass: 'modal-fullwidth modal-lightgallery',buttons: [],data: {'self': self,'images': [{"src": 'https:/ /img.ruralidays.com/images/rental-homes/large/prop_5014_2135810730.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large /prop_5014_2135810730.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Whirlpool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1354638776.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1354638776.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1545326939.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1545326939.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_732616649.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_732616649.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1948953792.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1948953792.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Veranda

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_990208700.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_990208700.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schlafzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_235126935.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_235126935.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schlafzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_173600273.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_173600273.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Badezimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1716111568.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1716111568.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Badezimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_577318691.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_577318691.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schlafzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1453507279.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1453507279.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schlafzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1050978104.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1050978104.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schlafzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_389569572.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_389569572.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schlafzimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1526412837.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1526412837.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Salon

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_69013784.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_69013784.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Salon

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1969070072.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1969070072.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Salon

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_617479426.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_617479426.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Salon

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1607150399.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1607150399.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Esszimmer

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1365553459.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1365553459.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Küche

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_2064712705.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_2064712705.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Küche

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_2135883059.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_2135883059.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Küche

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_705284113.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_705284113.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Veranda

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1713553519.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1713553519.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Veranda

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1065360947.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1065360947.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Grill

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_939310073.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_939310073.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1969052218.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1969052218.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_388711176.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_388711176.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_2129721946.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_2129721946.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Whirlpool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1368599648.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1368599648.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Whirlpool

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_698215434.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_698215434.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1593280708.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1593280708.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1611740692.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1611740692.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_846598876.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_846598876.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_973506576.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_973506576.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, {"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5014_1213140753.jpg?width=1600&height=900&func=crop','thumb': 'https://img .ruralidays.com/images/rental-homes/large/prop_5014_1213140753.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Schwimmbad

'}, ]},onshow: function(dialogRef){var this_highlights = JSON.parse(highlights);var this_highlights_arr = [];for (var key in this_highlights){this_highlights_arr.push(this_highlights[key]);}var this_images = dialogRef.getData('images');var this_dialog_content = '

';for (i = 0; i < this_images.length; i++) {this_dialog_content += '';if (i==4 & typeof(this_highlights_arr[0]) != 'undefiniert') {this_dialog_content += ''+ this_highlights_arr[0]['icon'] +''+ this_highlights_arr[0]['title' ] +''+ this_highlights_arr[0]['subtitle'] +'';} else if (i==11 & typeof(this_highlights_arr[1]) != 'undefiniert') {this_dialog_content += ''+ this_highlights_arr[1 ]['icon'] +''+ this_highlights_arr[1]['title'] +''+ this_highlights_arr[1]['subtitle'] +'';} else if (i==18 & typeof(this_highlights_arr[2 ]) != 'undefiniert') {this_dialog_content += ''+ this_highlights_arr[2]['icon'] +''+ this_highlights_arr[2]['title'] +''+ this_highlights_arr[2]['subtitle'] +'';} else if (i==25 & typeof(this_highlights_arr[3]) != 'undefiniert') {this_dialog_content += ''+ this_highlights_arr[3]['icon'] +''+ this_highlights_arr[3] ['title'] +''+ this_highlights_arr[3]['subtitle'] +'';} else if (i==32 & typeof(this_highlights_arr[4]) != 'undefiniert') {this_dialog_content += '' + this_highlights_arr[4]['icon'] +''+ this_highlights_arr[4]['title'] +''+ this_highlights_arr[4]['subtitle'] +'';} else if (i==39 & typeof (this_highlights_arr[5]) != 'undefiniert') {this_dialog_content += ''+ this_highlights_arr[5]['icon'] +''+ this_highlights_arr[5]['title'] +''+ this_highlights_arr[5][ 'subtitle'] +'';}this_dialog_content += ''}this_dialog_content += '

';dialogRef.setMessage(this_dialog_content);},onshown: function(dialogRef){$j(".group-btn-photos").clone().appendTo(".modal-lightgallery .bootstrap-dialog-header") ;var $lg2 = $j('.gallery-images');$lg2.lightGallery({addClass: 'lightgallery-alt',hideBarsDelay: 1500,download: false,preload: true,thumbWidth: 120,thumbContHeight: 90, thumbnail:false});if (showPlanos) { showPlanos = false; $j(".gallery-images a:last-child ").trigger("click"); }$lg2.on('onCloseAfter.lg',function(event, index, fromTouch, fromThumb){$j('.gallery-images .lazy').Lazy({scrollDirection: 'vertical',effect: 'fadeIn' ,Platzhalter: "data:image/gif;base64,R0lGODlhEALAPQAPzl5uLr9Nrl8e7...",appendScroll: $j('.modal-lightgallery .modal-body')});});$lg2.on('onAfterOpen.lg' ,function(event){$j(".lg-item").bind('contextmenu', function(e) {alert('© Ruralidays. Todos los derechos reservados.'); return false;});}) ;$j(".gallery-images a").on("click", function(event){event.preventDefault();});setTimeout(function(){$j('.gallery-images .lazy' ).Lazy({scrollDirection: 'vertical',effect: 'fadeIn',placeholder: "data:image/gif;base64,R0lGODlhEALAPQAPzl5uLr9Nrl8e7...",appendScroll: $j('.modal-lightgallery .modal-body') });$j(".gallery-images a, .gallery-images img").bind('contextmenu', function(e) {alert('© Ruralidays. Todos los derechos reservados.'); return false;} );}, 150);},onhide: function(dialogRef){},onhidden: function(dialogRef){}});dialogImageGallery.open();return false;});$lg.bind('contextmenu', function(e) {alert('© Ruralidays. Todos los derechos reservados.'); return false;});$j('body').scrollspy({ target: '#property-nav', offset: 62 }).on('activate.bs.scrollspy', function () {var position = $ j('#property-nav li.active').offset();var scroll_to_position = 0;if (position.left + ($j('#property-nav li.active').outerWidth() / 2) > $j("#property-nav").innerWidth()) {//scroll_to_position = position.left;scroll_to_position = position.left + ($j('#property-nav li.active').outerWidth()); }scroll_to_position = position.left - 30;$j("#property-nav ul").animate({scrollLeft: scroll_to_position}, 150);});});

Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated: 06/25/2023

Views: 5231

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.