EN PL ES
Reservar Visita
House

House in Marbella

Nueva Andalucía, Marbella , Malaga

1,300,000€

Listed: 11 February 2026

House in Marbella
+12 fotos

Descripción

This substantial villa, set within the sought-after enclave of El Colorado in Nueva Andalucia, Marbella, presents an exceptional opportunity for those seeking a renovation project in a prime location. Boasting 7 bedrooms, 5 bathrooms, and a guest toilet, the property offers generous accommodation across a built area of 356m² and occupies a sizeable plot of 1,539m². The residence is ideally situated for access to local amenities, transport links, and is in close proximity to renowned golf courses, schools, shops, the port, and the sea.

Designed with family living and entertaining in mind, the villa features a spacious living room with a fireplace, a separate dining room, and a guest room, all complemented by marble floors throughout. Double glazing, fitted wardrobes, and security shutters enhance comfort and security, while a basement provides additional versatile space. The property also benefits from a private garage, offering secure parking for 3 cars plus a car port for another 2 - 3 cars, and storage.

Outdoor living is a key highlight, with a private swimming pool and landscaped gardens offering both pool and garden views. Multiple terraces, both covered and uncovered, provide options for relaxation and al fresco dining, including a dedicated barbeque area and guest toilet for convenience. The villa's position on the mountainside ensures picturesque surroundings, while its proximity to a children's playground makes it ideal for families.

Although in need of renovation, this villa represents a rare chance to create a bespoke home in one of Marbella's most desirable neighbourhoods. Whether as a permanent residence or a luxurious holiday retreat, the property's blend of space, location, and potential is sure to appeal to discerning buyers seeking a project in Nueva Andalucia.

Technical Detalles

356 m²

Área

7

Bedhabitaciones

6

Bathhabitaciones

1539 m²

Plot

Amenities

Pool
Garden

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