EN PL ES
Reservar Visita
Apartment

Apartment in Jávea - Xàbia

Playa del Arenal, Jávea - Xàbia , Alicante

710,000€

Listed: 10 February 2026

Apartment in Jávea - Xàbia
+47 fotos

Descripción







Duplex for Sale in Residencial Nou Fontana – Your Home by the Sea!











Prime Location in Jávea





Located in the exclusive Residencial Nou Fontana, this stunning duplex is just a short walk from the canal and Arenal beach, in a safe and peaceful setting close to all amenities.











Layout and Interior Spaces





With a total of 179 m² built, the home has been fully renovated with a new layout. The main floor features a bright living-dining area opening onto a terrace overlooking the canal, a brand new independent kitchen, a guest bedroom, and a full bathroom.





On the upper floor there are three additional bedrooms, including the master suite with en-suite bathroom and private terrace overlooking the canal. All four bathrooms have been completely renovated with modern finishes.











Outdoor Spaces & Comfort





The duplex includes a levelled garden for easy use and independent centralized air conditioning on each floor, ensuring comfort throughout the year.











Residencial Facilities





Communal swimming pool surrounded by landscaped gardens



Gym and sauna



Games room and paddle court



Private restaurant



Indoor marina for boat or jet ski















Extras





The property includes a parking space and a storage room, providing security and convenience.













A unique duplex combining luxury, comfort, and location in Jávea. The perfect opportunity to enjoy a home by the sea in a prestigious residential complex.







Technical Detalles

179 m²

Área

4

Bedhabitaciones

4

Bathhabitaciones

0 m²

Plot

Amenities

Pool
Garden
Garage
Air Conditioning

Ubicación

Mortgage Calculator

Deposit amount:
Monthly payment:

Interested?

Contacto us to get more information about this property.

Teléfono

+44 20 1234 5678

Correo Electrónico

info@tripinvestuk.co.uk

function updateDepositAmount() { const propertyPrice = 710000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const depositAmount = propertyPrice * depositPercent; const displaySpan = document.getElementById('deposit_amount_display'); displaySpan.textContent = depositAmount.toLocaleString() + ' EUR'; } function calculateMortgage() { const propertyPrice = 710000.00; const depositPercent = parseFloat(document.getElementById('deposit_percent').value) / 100; const loanAmount = propertyPrice * (1 - depositPercent); const years = parseInt(document.getElementById('loan_years').value); const annualRate = parseFloat(document.getElementById('interest_rate').value); const monthlyRate = annualRate / 12; const numPayments = years * 12; const monthlyPayment = loanAmount * (monthlyRate * Math.pow(1 + monthlyRate, numPayments)) / (Math.pow(1 + monthlyRate, numPayments) - 1); const resultDiv = document.getElementById('monthly_payment_result'); const amountSpan = document.getElementById('monthly_amount'); amountSpan.textContent = Math.round(monthlyPayment).toLocaleString() + ' EUR/month'; resultDiv.style.display = 'block'; // Update deposit amount display updateDepositAmount(); } // Dynamiczne obliczanie przy zmianie wartości document.addEventListener('DOMContentLoaded', function() { const loanYearsSelect = document.getElementById('loan_years'); const interestRateSelect = document.getElementById('interest_rate'); const depositPercentSelect = document.getElementById('deposit_percent'); if (loanYearsSelect && interestRateSelect && depositPercentSelect) { loanYearsSelect.addEventListener('change', calculateMortgage); interestRateSelect.addEventListener('change', calculateMortgage); depositPercentSelect.addEventListener('input', calculateMortgage); // Oblicz przy ładowaniu strony updateDepositAmount(); calculateMortgage(); } });