Carihuela Beach Apartments

Reserva directa

<!-- Start by including the following javascript on your pages -->
<script src="https://wubook.net/js/nebi/iframe.jgz"></script>

<!-- Define and identify a place where you would like the iframe to appear -->
<div id="the_place_where_iframe_will_be_installed"></div>

<!-- Finally apply -->
<script>
  var url= 'https://wubook.net/nneb/bk?f=today&n=2&ep=75c4843d&board=nb&seed=cb1&o=2.0.0.0';
  var target= '#the_place_where_iframe_will_be_installed';
  var Neb= new ZakNebIframe(target, url);
  Neb.render();
</script>