EN PL ES
Reservar Visita
House

House in Altea

Altea Centro, Altea , Alicante

970,000€

Listed: 06 March 2026

House in Altea
+25 fotos

Descripción

???? Live in Altea Hills — one of the most prestigious and secure locations on the Costa Blanca.Here you will enjoy fresh, clean air ???? and the Mediterranean breeze ????.Just minutes away is the new Zen Retreat medical centre in Altea ????‍♀️ — a unique place to care for your health and wellbeing.???? City of Altea, Alicante Province — only 35 minutes from the airport ✈️.???? 350 m² house on three levels:✨ 5 bedrooms✨ 4 bathrooms✨ Spacious, bright living room✨ Separate fully equipped kitchen✨ Sold with elegant Italian furniture ???????????? 700 m² plot on an elevated, peaceful location with stunning mountain views ⛰️.???? Large garage with storage room + 2 utility rooms.???? Video surveillance and alarm system in every room and around the property.???? Private pool, 3 large terraces (one enclosed) to enjoy the sun all year round ☀️.???? In the basement: spa with pool-jacuzzi (85% complete, tiling to be finished).A corner of luxury, privacy and nature… ready to become your new home in Altea Hills! ❤️

Technical Detalles

270 m²

Área

5

Bedhabitaciones

4

Bathhabitaciones

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