EN PL ES
Reservar Visita
House

House in Jávea - Xàbia

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

635,000€

Listed: 02 March 2026

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

Descripción

In the middle of the Montgo natural park we find this authentic Mediterranean villa with potential. Guaranteed green area where new construction is not allowed, quiet location yet only 8 minutes from the bustling center of Javea. Through an electric sliding gate you enter the property with carport, parking space for 4 cars and direct access to a small casita, used as an art studio for the moment. Both the house and the guest house have private entrance doors.

Opening the front door of the main house, you walk into the artist's room with fantastic views of Montgo. Adjacent is an open living area with study corner, Arabic details and a fireplace cassette. A unique open kitchen with laundry room leads to a seperate dining room with access to the beautiful garden. There are 2 double bedrooms with dressing room and 1 family bathroom with shower in the main house.

The garden breathes a southern atmosphere, with romantic corners, patios, several terraces including a roof top terrace and fish ponds it offers you a very private and peaceful space.

The guest apartment with private access has a living room, dining area, open kitchen, 1 double bedroom opening onto a patio and a bathroom with shower. On the same patio there is a fourth bedroom.

All independent living areas open onto the terraces with the pool, chill-out corner and covered dining area.

The house has gas central heating, fibre internet connection, one bedroom has airconditioning. All floors are paved with traditional barro tiles, and all the walls have been recently painted.

In the direct walking area you can find a monastery, a restaurant, Cabo San Antonio lighthouse, picnic areas and hiking trails, old windmills..., centrally located on top of Montgo between Javea and Denia.

This unique property can be transfomred with a little love into a unique zen paradise.

Technical Detalles

238 m²

Área

4

Bedhabitaciones

2

Bathhabitaciones

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