EN PL ES
Reservar Visita
Apartment

Apartment in Mijas

El Chaparral, Mijas , Malaga

595,000€

Listed: 09 March 2026

Apartment in Mijas
+29 fotos

Descripción

Brand new 3 bed apartment with a large sunny garden. This property has 3 spacious bedrooms and 2 bathrooms. The community offers luxury facilities that include an indoor pool, multiple outdoor pools, a gym, paddle courts and more. The property can be sold fully furnished, so all you have to do is bring a suitcase! The garden is fully set up with irrigation system, a jacuzzi and a beautiful seating area with pergola. The surrounding has a lot to offer, with La Cala de Mijas and Fuengirola just a 5 minute drive away. You can walk to the beach in 10 minutes. Contact us now to book your viewing.

Technical Detalles

123 m²

Área

3

Bedhabitaciones

2

Bathhabitaciones

128 m²

Plot

Amenities

Pool
Garden
Garage
Air Conditioning
Furnished

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