EN PL ES
Reservar Visita
House

House in Marbella

Marbella Centro, Marbella , Malaga

3,550,000€

Listed: 09 March 2026

House in Marbella
+20 fotos

Descripción

Welcome to Auriga 1, an exceptional modern villa located in the heart of Nueva Andalucia, offering a seamless blend of style, luxury and comfort. Set on a generous plot of 1,038m2, this beautifully crafted home boasts four spacious bedrooms and four elegant bathrooms, all designed with meticulous attention to detail. The interiors are flooded with natural light thanks to expansive floor-to-ceiling windows, highlighting the sophisticated neutral palette, high-end finishes, and open-plan living spaces that create a warm, inviting atmosphere.

Step inside to discover a state-of-the-art kitchen, a refined dining area, and a cozy lounge, all framed by contemporary architectural lines and tasteful decor. The principal bedroom suite is a true sanctuary, featuring a spa-like en-suite and views to the landscaped gardens. A unique highlight is the seamless transition between indoor and outdoor living, with large sliding doors opening onto a private oasis complete with a spectacular pool, lush greenery, and an expansive terrace - ideal for entertaining or simply relaxing under the Andalusian sun.

Additionally, a fully self-contained guest apartment offers a private retreat for visitors or added rental potential, making this a truly versatile property. With a prime location close to world-class golf courses, prestigious schools, boutique shops, and the vibrant town of Puerto Banus, Auriga 1 is the perfect combination to create the perfect home or investment opportunity on the Costa del Sol.

Technical Detalles

435 m²

Área

4

Bedhabitaciones

4

Bathhabitaciones

1038 m²

Plot

Amenities

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