No room available.
At the moment there is no availability for this period, we kindly ask to contact us by phone or send an email.
function removeBedSizeInfo() { const elements = document.querySelectorAll('.room_bed_div'); if (elements.length === 0) { return; } Array.from(elements).forEach((element) => { element.textContent = element.textContent.replace(/ *\([^)]*\) */g, ''); }); } removeBedSizeInfo();