Quadrant Condo 4404 – Paradise Vallarta Realty Paradise Vallarta Realty (811) 212-8168 Contact Us
Quadrant Condo 4404 – Riviera Nayarit
Luxury oceanview condominium in exclusive development. Professionally furnished and decorated.
$600,000 DLLS Schedule a Visit
Image Gallery
Previous Next
Property Details
Basic Information
Price: $600,000 DLLS Square Meters: 128.39 m² (1,381.47 ft²) Price per m²: $89,570 MXN Bedrooms: 3 Bathrooms: 2 Furnished: Yes Pets: Allowed Floor: 4th floor (of 5 levels) Primary View: Ocean Secondary View: Mountain
Location
Address: 100 Condominio Quadrant, AV LAS PA 4404, Riviera Nayarit Developer: Quadrant Location Type: Urban
Features
Parking: Assigned Accessibility: Accessible entrance, Accessible kitchen, Wheelchair access Appliances: Microwave, Refrigerator, Electric cooktop Air Conditioning: Mini-split Water Heater: Electric (120 L) Flooring: Ceramic tile
Common Amenities
Common Areas: Over 19,000 m² of common areas Facilities: Elevator, Garden, Gym, Kids’ area, Pool, 24/7 Security Maintenance: $5,976 MXN monthly
Description
Quadrant offers a luxury lifestyle with exclusive condos just minutes from the beach. Its five-level towers host unique units with high-end finishes and over 19,000 m² of common areas. This J1 unit features modern architecture and elegant details that reflect the comfort of a five-star resort—perfect for those seeking refined coastal living in a premium environment.
Directions: Take Highway 200 towards Tepic. After passing the traffic light for Bucerías Centro, continue driving and take the side road to Terralta. Quadrant will be on your left, just before entering Terralta.
Request Information
[tcb-script charset=”utf-8″ type=”text/javascript” src=”//js.hsforms.net/forms/embed/v2.js”][/tcb-script] [tcb-script] hbspt.forms.create({ portalId: “44113795”, formId: “dcea99bf-bd88-47b6-a9eb-0dc7fcf0494d”, region: “na1” }); [/tcb-script] Contact via WhatsApp
Location
×
Schedule a Visit
Paradise Vallarta Realty
Real estate specialists in Riviera Nayarit
Contact
(811) 212-8168 +52 (322) 113-3257 jorge@paradisevallartarealty.com
Mar Báltico 126, Colonia Joyas Vallarta, Jarretaderas, Bahía de Banderas
Property
Quadrant Condo 4404
3 Bedrooms, 2 Bathrooms
128.39 m² built area
$600,000 DLLS
© 2025 Paradise Vallarta Realty. All rights reserved.
[tcb-script] // Image gallery const images = []; for (let i = 1; i <= 26; i++) { images.push(`https://paradisevallartarealty.com/wp-content/uploads/2025/08/quadrant-39324-${i}.jpeg`); } const gallerySlider = document.getElementById(‘gallerySlider’); const thumbnailContainer = document.getElementById(‘thumbnailContainer’); const prevBtn = document.getElementById(‘prevBtn’); const nextBtn = document.getElementById(‘nextBtn’); const modal = document.getElementById(‘imageModal’); const modalImage = document.getElementById(‘modalImage’); const closeModal = document.getElementById(‘closeModal’); const openModalBtn = document.getElementById(‘openModalBtn’); let currentIndex = 0; // Load images into slider and thumbnails images.forEach((image, index) => { // Main slide const slide = document.createElement(‘div’); slide.className = ‘gallery-slide’; slide.innerHTML = `<img src=”${image}” alt=”Quadrant Condo 4404 – Image ${index + 1}” data-index=”${index}”>`; gallerySlider.appendChild(slide); // Thumbnail const thumbnail = document.createElement(‘img’); thumbnail.src = image; thumbnail.alt = `Thumbnail ${index + 1}`; thumbnail.className = ‘thumbnail’; thumbnail.dataset.index = index; thumbnailContainer.appendChild(thumbnail); // Click event for thumbnails thumbnail.addEventListener(‘click’, () => { currentIndex = index; updateSlider(); }); // Click event for large images (open modal) slide.querySelector(‘img’).addEventListener(‘click’, () => { openModal(image); }); }); // Navigation button events prevBtn.addEventListener(‘click’, () => { currentIndex = (currentIndex – 1 + images.length) % images.length; updateSlider(); }); nextBtn.addEventListener(‘click’, () => { currentIndex = (currentIndex + 1) % images.length; updateSlider(); }); // Update slider function updateSlider() { gallerySlider.style.transform = `translateX(-${currentIndex * 100}%)`; // Update active thumbnail document.querySelectorAll(‘.thumbnail’).forEach((thumb, idx) => { thumb.classList.toggle(‘active’, idx === currentIndex); }); } // Modal function openModal(imageSrc) { modal.style.display = ‘block’; modalImage.src = imageSrc; document.body.style.overflow = ‘hidden’; } closeModal.addEventListener(‘click’, () => { modal.style.display = ‘none’; document.body.style.overflow = ‘auto’; }); openModalBtn.addEventListener(‘click’, (e) => { e.preventDefault(); openModal(images[currentIndex]); }); // Close modal when clicking outside content window.addEventListener(‘click’, (e) => { if (e.target === modal) { modal.style.display = ‘none’; document.body.style.overflow = ‘auto’; } }); // Initialize slider updateSlider(); [/tcb-script]