Vakantiehuis met Wifi en zwembad in Marbella (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('

Selecteer het aantal personen

');}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 adults = parseInt(document.getElementById("booking-adults").value);var children = 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 persons_value_text = '';if (adults == 1) {persons_value_text = adults + " Volwassene";} else {persons_value_text = adults + " volwassenen";}if (children == 1) {persons_value_text += ", " + children + " kind";} else if (children > 1) {persons_value_text += ", " + children + " Kinderen";}if (infants == 1) {persons_value_text += ", " + infants + " Baby";} else if (infants > 1) {persons_value_text += ", " + infants + " Baby(´s)";}if (persons_value_text != '' && gests > 0) {document.getElementById("booking-gests").innerHTML = persons_value_text;} else {document.getElementById("booking-gests").innerHTML = "Aantal personen";}if (gests == 0) {$j("#booking-avail-msg .message").html("

Selecteer het aantal personen

");}$j(".cancelacion_gratuita").hide().attr("data-cancelation-date","");$j(".free-cancelation-day").html('');$j('#property-right form').block({message: '',css : { border: '0px none', background: '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.nl/index.php?option=com_prop&task=ajax_booking_availability_new",data: datastring,dataType: "json",success: function (data) {$j("#booking-form-submit-payment").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-discount").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) != 'undefined' && 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) != 'undefined') {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 .price").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) != 'undefined' && typeof(data.info_message.title) != 'undefined') {$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) != 'undefined' && data.banner_phone_support.status == 1) {$j(".telefono-reservas").html(data.banner_phone_support.msg).show();}if (typeof(data.cancellation_and_payments) != 'undefined' && data.cancellation_and_payments != '') {$j("#cancellation-and-payments").html(data.cancellation_and_payments);$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.nl/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', function (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) == 'undefined') {currentReviewsPage = 1;}if (typeof(showTranslated) == 'undefined') {showTranslated = 2;}$j.ajax({type: "GET",url: "https://www.ruralidays.nl/index.php?option=com_prop&task=ajax_property_show_reviews&id_alojamiento=5004&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() {//$j(".section-descr .description").prepend("

Las traducciones automáticas se realizan con Google Translate: puede que no siempre sean correctas.

");$j("#btn-translate-descr-original").on("click", function(){$j(this).hide();$j("#btn-translate-descr").show();$j(this).parent().parent().find(".original-description").show();$j(this).parent().parent().find(".description").hide();});$j("#btn-translate-descr").on("click", function(){$j(this).hide();$j("#btn-translate-descr-original").show();$j(this).parent().parent().find(".original-description").hide();$j(this).parent().parent().find(".description").show();});}function show_stats_views_per_week() {$j.ajax({type: "GET",url: "https://www.ruralidays.nl/index.php?option=com_prop&task=ajax_property_stats&id_alojamiento="+5004,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: "

Deel

",message: '

',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: "+ Meer", lessLink:''});$j('.section-distancias .with-more').css("height","auto").readmore({ maxHeight: 80, moreLink: "+ Meer", lessLink: "- Minder",});$j(document).on("click", ".btn-add-favorites", function(event){var alojamientoId = 5004;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-payment").click(function(){$j("#frmreservafecha #mode").val("payment");});$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 Excellent\",\"subtitle\":\"90% van de recente gasten gaf het huis een 5-sterrenbeoordeling\",\"icon\":\"<\\/i>\"},\"distancia_playa\":{\"title\":\"Dichtbij het strand\",\"subtitle\":\"Dit huis ligt op 2.48 km van het strand\",\"icon\":\"<\\/i>\"},\"valoracion_limpieza\":{\"title\":\"5-sterren schoonmaak\",\"subtitle\":\"De laatste 5 gasten hebben dit huis een 5-sterrenbeoordeling gegeven\",\"icon\":\"<\\/i>\"},\"valoracion_propietarios\":{\"title\":\"Zeer vriendelijke eigenaren\",\"subtitle\":\"90% van de recente gasten gaf de eigenaar een 5-sterrenbeoordeling\",\"icon\":\"<\\/i>\"},\"reserva_inmediata\":{\"title\":\"Directe bevestiging\",\"subtitle\":\"Wacht niet langer. Directe bevestiging.\",\"icon\":\"<\\/i>\"}}';$lg.on('click', function(e) { if ( e.target.offsetParent.attributes["data-btn-id"] != undefined && e.target.offsetParent.attributes["data-btn-id"] != "undefined" && e.target.offsetParent.attributes["data-btn-id"].value == 'layout-btn' ) { return false; }var dialogImageGallery = new BootstrapDialog({title: '33 Foto´s - Klik op de foto om te vergroten',message: '',animate: false,cssClass: 'modal-fullwidth modal-lightgallery',buttons: [],data: {'self': self,'images': [{"src": 'https://img.ruralidays.com/images/rental-homes/large/prop_5004_160339788.jpg?width=1600&height=900&func=crop','thumb': 'https://img.ruralidays.com/images/rental-homes/large/prop_5004_160339788.jpg?width=216&height=144&func=crop&wat=0','subHtml': '

Terras

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

Terras

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

Zwembad

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

Slaapkamer

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

Slaapkamer

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

Slaapkamer

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

Slaapkamer

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

Slaapkamer

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

Slaapkamer

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

Bad

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

Terras

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

Uitzicht op zee

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

Woonkamer

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

Woonkamer

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

Woonkamer

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

Woonkamer

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

Eetkamer

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

Wc

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

Keuken

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

Keuken

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

Keuken

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

Keuken

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

Uitzicht op zee

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

Veranda

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

Veranda

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

Exterior

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

Zwembad

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

Zwembad

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

Zwembad

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

Zwembad

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

Exterior

'}, ]},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]) != 'undefined') {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]) != 'undefined') {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]) != 'undefined') {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]) != 'undefined') {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]) != 'undefined') {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]) != 'undefined') {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',placeholder: "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. Alle rechten voorbehouden.'); 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. Alle rechten voorbehouden.'); return false;});}, 150);},onhide: function(dialogRef){},onhidden: function(dialogRef){}});dialogImageGallery.open();return false;});$lg.bind('contextmenu', function(e) {alert('© Ruralidays. Alle rechten voorbehouden.'); 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: Frankie Dare

Last Updated: 10/07/2023

Views: 5928

Rating: 4.2 / 5 (53 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Frankie Dare

Birthday: 2000-01-27

Address: Suite 313 45115 Caridad Freeway, Port Barabaraville, MS 66713

Phone: +3769542039359

Job: Sales Manager

Hobby: Baton twirling, Stand-up comedy, Leather crafting, Rugby, tabletop games, Jigsaw puzzles, Air sports

Introduction: My name is Frankie Dare, I am a funny, beautiful, proud, fair, pleasant, cheerful, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.