EN PL ES
Reservar Visita
House

House in Málaga

, Málaga , Malaga

2,850,000€

Listed: 07 March 2026

House in Málaga
+47 fotos

Descripción

Pinares de San Antón is one of Málaga East's most established residential enclaves, calm, green, and discreet, yet still close enough to feel connected to the city every day.

This villa sits on a 1,000 m² plot and offers 381.5 m² built across three levels, designed for families who want light, outdoor living, and privacy, without sacrificing access to schools, the sea, and Málaga's cultural centre.

On the main floor, the home opens into a generous living and dining space with large windows and a direct connection to the terrace, garden and pool, the kind of layout that makes daily life easy, and entertaining effortless. A fireplace adds warmth in winter, and marble flooring brings a timeless, elegant feel throughout.

The upper level is dedicated to rest and calm, with three spacious en-suite bedrooms, each opening onto terraces where the sea views become part of your morning routine.

The lower floor adds flexibility: a large multi-purpose area and additional rooms ideal for a gym, cinema room, playroom, storage, or guest zone, giving you the space to adapt the house to the way you actually live.

Outside, you'll find a mature garden and private pool framed by greenery, a peaceful setting for long lunches, family weekends and quiet evenings under the Málaga sky.

A rare opportunity in Málaga East for buyers who want a true family home with sea views, in one of the city's most desirable hillside neighbourhoods.

Technical Detalles

381 m²

Área

6

Bedhabitaciones

5

Bathhabitaciones

1086 m²

Plot

Amenities

Pool
Garden
Air Conditioning
Central Heating

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