EN PL ES
Reservar Visita
House

House in Marbella

Marbella Centro, Marbella , Malaga

1,429,000€

Listed: 25 February 2026

House in Marbella
+12 fotos

Descripción

Finca with Sea & Port Views – Marbella,
Positioned in one of Marbella's most desirable eastern enclaves, this charming 4‑bedroom, 3‑bathroom finca captures sweeping views across the Mediterranean and down to the vibrant marina. Just a short stroll from the beach, the property enjoys an exceptional location with effortless access to Marbella's boutiques, restaurants, and coastal promenade.

Set on an expansive 3,000 m² plot, the finca offers remarkable potential for a full refurbishment—ideal for those seeking to design a bespoke home or a standout investment project. Its traditional Andalusian architecture, combined with its elevated position and breathtaking vistas, provides the perfect canvas to create a luxurious contemporary retreat while preserving authentic character.

A rare opportunity to secure a property with this scale, privacy, and view quality in such close proximity to Marbella centre.

Key Features
Full renovation project with exceptional potential

Expansive 3,000 m² plot with sea and port views.

Prime location just minutes from Marbella centre

Only 400 m from the beach – an easy 10‑minute walk

Quiet residential setting with unbeatable access to amenities

Technical Detalles

422 m²

Área

4

Bedhabitaciones

3

Bathhabitaciones

3000 m²

Plot

Amenities

Pool
Garden
Garage

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