EN PL ES
Reservar Visita
Apartment

Apartment in Marbella

Nueva Andalucía, Marbella , Malaga

600,000€

Listed: 06 March 2026

Apartment in Marbella
+21 fotos

Descripción

This elegant apartment is situated in the desirable Aloha Mirasierra complex, nestled within the Nueva Andalucia golf valley. Surrounded by 3 famous golf courses, Las Brisas, Aloha and Los Naranjos, all within a few minutes from the property. West facing, boasting a unique position, offering both mountainside tranquillity and proximity to the famous Puerto Banus Marina and the beaches.

With a built area of 117m², this residence is thoughtfully designed to provide comfort, convenience, and a high standard of living.

The apartment features 2 spacious bedrooms, the master bedroom with an en-suite bathroom. The living spaces comprise a welcoming and spacious living/dining room, a fully fitted kitchen, plus laundry room with terrace. A stunning west facing main terrace partially covered, ideal for outdoor living and dining throughout the year.

Residents benefit from a variety of communal facilities, including charming gardens with a large swimming pool, and a community garage, all within a secure, gated complex. Access is further facilitated by a lift.

Set in a highly sought after area of Nueva Andalucia, within walking distance to Aloha with restaurants, bars, supermarkets and nightlife. International and public schools are all within the same vecinity. Both San Pedro and Marbella town centers are only a short drive away and public transport is right on the doorstep.

An ideal location for a permanent residence or an investment property.

Technical Detalles

117 m²

Área

2

Bedhabitaciones

2

Bathhabitaciones

0 m²

Plot

Amenities

Pool
Garden
Air Conditioning

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