EN PL ES
Reservar Visita
Apartment

Apartment in Campello - El Campello

Campello - El Campello Centro, Campello - El Campello

590,000€

Listed: 09 March 2026

Apartment in Campello - El Campello
+25 fotos

Descripción

Excellent apartment for sale in a building with 12 apartments, on the ground floor with its own large plot 100 meters from the best beach on the Costa Blanca - San Juan. 109 square meter house with three bedrooms, large living room, two bathrooms - one incorporated into the master bedroom -, entrance hall and a kitchen with a covered gallery for the washing machine and dryer. The house is all exterior - bordered by the large terrace - except for the party wall of the living room and kitchen. The plot has 102 square meters and a 17-meter garden for exclusive use, along with another terrace that connects with the living room of the house to which it can be easily incorporated.The house is located less than a hundred steps from Muchavista beach and has two transport services that facilitate travel to Alicante and other coastal cities: the Tram with the Carrabiners stop - 100 meters away - and an urban bus at the same door of the building that connects with the Alicante Central Market, the Plaza de los Luceros and the AVE station.Nearby there is everything you need for a comfortable life: 24-hour pharmacies, supermarkets, restaurants, nurseries and schools. The center of Alicante is 30 minutes away by car.The apartment is perfect for both permanent housing and vacations.

Technical Detalles

109 m²

Área

3

Bedhabitaciones

2

Bathhabitaciones

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