}
function openZoom(src) {
zoomImg.src = src;
zoomOverlay.style.display = 'flex';
document.body.appendChild(zoomOverlay);
}
if (zoomClose) {
zoomClose.addEventListener('click', () => {
zoomOverlay.style.display = 'none';
});
}
function showImage(index) {
if (!items.length) items = document.querySelectorAll('.ocean-grid-item');
if (index < 0) index=items.length - 1; if (index>= items.length) index = 0;
currentZoomIndex = index;
const item = document.querySelector(`.ocean-grid-item[data-index="${index}"] img`);
if (item) {
zoomImg.src = item.getAttribute('data-full');
}
}
if (zoomPrev) zoomPrev.addEventListener('click', () => showImage(currentZoomIndex - 1));
if (zoomNext) zoomNext.addEventListener('click', () => showImage(currentZoomIndex + 1));
document.addEventListener('keydown', function(e) {
if (zoomOverlay.style.display === 'flex') {
if (e.key === 'ArrowLeft') showImage(currentZoomIndex - 1);
if (e.key === 'ArrowRight') showImage(currentZoomIndex + 1);
if (e.key === 'Escape') zoomOverlay.style.display = 'none';
}
if (modal.style.display === 'flex' && e.key === 'Escape') {
if (zoomOverlay.style.display !== 'flex') {
modal.style.display = 'none';
document.body.style.overflow = '';
}
}
});
});
2 beds
5 guests
2 baths
Ocean
86.4 mt2
The Pavilion is an elegant oceanfront condominium located in the heart of Mid Beach, one of Miami Beach’s most exclusive and peaceful areas. Its prime location offers direct access to the beach and the renowned Beachwalk, a promenade ideal for walking, jogging, or biking alongside the ocean.
The building features a wide variety of amenities to enjoy during your stay, including an oceanfront pool, gym, business center, 24-hour security, and free valet parking for guests, providing greater comfort and ease of access. Many of its residences offer panoramic ocean or city views, with spacious balconies and modern interiors.
The Pavilion is located just minutes from South Beach, Lincoln Road, Bal Harbour Shops, and a wide selection of dining and shopping options, allowing you to enjoy Miami Beach’s main attractions from a relaxed residential setting.
Beach Services:
Guests have access to complimentary lounge chairs directly on the beach. Umbrellas and beach/pool towels must be brought from the apartment, where they are provided for use throughout the stay.
The Pavilion is an excellent choice for those wishing to enjoy the Miami Beach experience with comfort, full amenities, and direct ocean access.