Description
Apartamentos en alquiler – Alquilamos hermosos apartamentos (nuevos) en una residencia frente al mar en Juan Dolio, para pasar sus vacaciones en la República Dominicana.
Apartamentos en alquiler vacaciones, detalles:
- 2 dormitorios (con baño en la habitación)
- Salón
- Cocina
- 2 cuartos de baño
- Balcón
Los apartamentos están totalmente amueblados (como se muestra en las imagenes), con todo lo necesario para pasar sus vacaciones y tenemos disponible en la 1ª, 2ª y 3ª planta.
Los apartamentos tienen nevera, estufa, ventiladores, TV, Internet WiFi, agua caliente. El precio incluye el consumo de gas y electricidad.
El precio es de 75 dólares por noche (precio válido de 1 a 4 personas), por períodos superiores a 15 noches, contáctenos, le daremos un presupuesto.
Address
Address:
Juan dolio
-
Country:
Dominican Republic
-
Province / State:
Region Este
-
City / Town:
Juan Dolio
Open on Google Maps
-
Property ID
3606
-
Price
$75 / por noche
-
Property Type
Alquiler de apartamentos por vacaciones, Ventas y alquileres
-
Property status
En alquiler
-
Rooms
4
-
Bedrooms
2
-
Bathrooms
2
-
Label
Nuevo
-
Planta
-
-
Amueblado
Si
-
Aparcamiento de coche
Aparcamiento descubierto
");
var marker = new google.maps.Marker({
map: map,
position: place.geometry.location,
icon: place_icon
});
google.maps.event.addListener(marker, 'click', function () {
infowindow.setContent('
' + place_label + '' + '' + place.name);
infowindow.open(map, this);
});
bounds.extend(marker.position);
//now fit the map to the newly inclusive bounds
map.fitBounds(bounds);
var google_map_style = ere_property_map_vars.google_map_style;
if (google_map_style !== '') {
var styles = JSON.parse(google_map_style);
map.setOptions({styles: styles});
}
var boundsListener = google.maps.event.addListener((map), 'idle', function (event) {
this.setZoom(12);
google.maps.event.removeListener(boundsListener);
});
}
google.maps.event.addDomListener(window, 'load', initialize);
function distance(latitude, longitude) {
var lat1 = lat;
var lng1 = lng;
var lat2 = latitude;
var lng2 = longitude;
var radlat1 = Math.PI * lat1 / 180;
var radlat2 = Math.PI * lat2 / 180;
var theta = lng1 - lng2;
var radtheta = Math.PI * theta / 180;
var dist = Math.sin(radlat1) * Math.sin(radlat2) + Math.cos(radlat1) * Math.cos(radlat2) * Math.cos(radtheta);
dist = Math.acos(dist);
dist = dist * 180 / Math.PI;
dist = dist * 60 * 1.1515;
if (distance_in == "km") {
dist = dist * 1.609344;
} else if (distance_in == "m") {
dist = dist * 1.609344 * 1000;
}
var result = Math.round(dist * 100) / 100;
result = result.toLocaleString().replace(/[^\d.]/ig, '.');
return result;
}
function setScroll() {
var $this = $('#nearby-places-detail');
var map_height = $('#googleMapNearestPlaces');
var height = $this.height();
if (height >= map_height.height()) {
$this.css('position', 'relative');
$this.css('max-height', +map_height.height());
$this.css('overflow-y', 'scroll');
$this.css('overflow-x', 'hidden');
$this.perfectScrollbar({
wheelSpeed: 0.5,
suppressScrollX: true
});
}
}
}
};
$(document).ready(G5PlusGoogleMap.init);
})
(jQuery);