EN PL ES
Reservar Visita
Penthouse

Penthouse in Marbella

Nueva Andalucía, Marbella , Malaga

499,000€

Listed: 07 March 2026

Penthouse in Marbella
+19 fotos

Descripción

This beautifully presented duplex penthouse is ideally located in the heart of Los Naranjos de Marbella, one of Nueva Andalucía's most sought-after communities, surrounded by all amenities and just minutes from Puerto Banús.
Distributed over two levels, the property offers both comfort and functionality.
The main level features a bright living and dining area with fireplace, a fully equipped open-plan kitchen, and a spacious master bedroom with en-suite bathroom. From this level, you have direct access to a south-facing terrace, perfect for al fresco dining and enjoying the Mediterranean climate.
The upper level comprises a further bedroom with a separate bathroom and access to a private terrace boasting a pool and open mountain views, creating a tranquil and exclusive outdoor space ideal for relaxation and entertaining.

The community is known for its authentic Andalusian charm and exceptional convenience, offering:
On-site amenities including Mercadona supermarket, tapas restaurant, health-focused café, and Pilates studio
Walking distance to Puerto Banús, the beach, Swedish School, Aloha College, several golf courses and a driving range
Close proximity to tennis and padel courts at the Manolo Santana Racquets Club, which also features a gym
Marbella's Golden Mile and the city centre are just a short drive away.

Technical Detalles

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