EN PL ES
Reservar Visita
Apartment

Apartment in Marbella

Nueva Andalucía, Marbella , Malaga

575,000€

Listed: 09 March 2026

Apartment in Marbella
+23 fotos

Descripción

Bright and spacious recently renovated two-bedroom, two-bathroom apartment with two terraces and stunning mountain and sea views, just a 12-minute walk (2 minutes by car) from the beach and Puerto Banús. Located in a gated community with a swimming pool and surrounded by all services.
The property offers 100 m² distributed across two bedrooms and two bathrooms (one en-suite), two independent terraces, a large living-dining room, and a fully equipped kitchen. It has been recently renovated and features ducted air conditioning throughout, as well as new PVC insulated windows and enclosures. Its brightness stands out, being situated on the top floor, with beautiful open views of the mountains and the sea.
The complex has a swimming pool and is located in an exclusive and highly sought-after area, right in front of the Casino of Nueva Andalucía, just a 12-minute walk from the beach and Puerto Banús, and a 2-minute drive away. It is surrounded by all kinds of services: hotels, supermarkets, restaurants and cafés, schools, gyms, and close to Centro Plaza shopping center and the best golf courses in the area.
The price includes furniture and household items, and the property is ready to move into. A unique opportunity as a second residence or investment, thanks to its high profitability and strong demand.

Technical Detalles

107 m²

Área

2

Bedhabitaciones

2

Bathhabitaciones

0 m²

Plot

Amenities

Pool
Garden
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 = 575000.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 = 575000.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(); } });