EN PL ES
Reservar Visita
House

House in Jávea - Xàbia

Jávea - Xàbia Centro, Jávea - Xàbia , Alicante

990,000€

Listed: 17 February 2026

House in Jávea - Xàbia
+10 fotos

Descripción

Modern Villa with Sea Views in Jávea: A Dream Turned into Reality


Imagine waking up each morning in your own modern villa, nestled in the heart of Jávea, where the blue of the sea merges with the sky on an endless horizon. We present to you an exceptional project, already licensed and ready for immediate construction, offering a unique opportunity to own a piece of paradise.


Located in the prestigious residential area of Villes del Vent, this plot of over 1,100 m2 is a blank canvas waiting to be transformed into your ideal home. The current project proposes a villa with 3 bedrooms and 3 bathrooms, each designed with comfort and luxury in mind. The "open-plan" design of the living room and kitchen creates a spacious and welcoming environment, perfect for family enjoyment or entertaining guests. The large glass sliding doors open onto an impressive terrace, where a private pool invites you to immerse yourself in the tranquility of your new home.


The highlight of this villa is undoubtedly its views. From every corner of the property, you can admire the majestic Montgó mountain, creating a visual spectacle that will accompany you throughout the day.


The construction company behind this project is well-known in the area for its commitment to quality and exceptional design. We invite you to discover more villas they have built, all testaments to their ability to create dream homes.


Don't miss this unique opportunity. A modern villa with sea views in Jávea is not just a property, it's a lifestyle. Contact us today to start making your dream a reality. Your new life awaits.

Technical Detalles

194 m²

Área

3

Bedhabitaciones

3

Bathhabitaciones

1176 m²

Plot

Amenities

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 = 990000.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 = 990000.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(); } });