EN PL ES
Reservar Visita
Apartment

Apartment in Marbella

San Pedro de Alcántara, Marbella , Malaga

287,000€

Listed: 06 March 2026

Apartment in Marbella
+7 fotos

Descripción

This cosy two-bedroom, one-bathroom flat is located in the heart of San Pedro Alcántara, one of the most sought-after areas on the Costa del Sol.
Thanks to its excellent location, you can enjoy all amenities—shops, cafés, schools and public transport—literally on your doorstep.
Upon entering, we find a spacious living room that becomes the heart of the home.
Thanks to its generous size, it allows you to create different areas, such as a relaxation area, dining area and reading or television area.
In addition, the living room connects directly to a private terrace, ideal for enjoying the Mediterranean climate, having breakfast outdoors or relaxing at the end of the day.
Next, the property has a large and bright kitchen, perfectly equipped and with enough space for a side table or a breakfast bar.
Its size and layout make it the perfect place to cook comfortably and get together with family or friends.
The sleeping area consists of two spacious and well-ventilated bedrooms. The master bedroom has a built-in wardrobe and plenty of natural light, while the second bedroom can be used as a bedroom, study or guest room, depending on your needs.
The bathroom is complete and very functional, with a bathtub and shower for added comfort. It has light-coloured wall tiles, which provide brightness and a feeling of cleanliness.
It has a washbasin with vanity unit, large mirror and good ventilation system. The bathroom is complete and very functional, with a bathtub and shower for added convenience.
It has light-coloured wall tiles, which bring brightness and a feeling of cleanliness.
It has a washbasin with vanity unit, large mirror and good ventilation system.
The shower is practical for everyday use, while the bathtub offers an ideal space to relax.
Overall, it is a comfortable, well-designed bathroom with everything you need for everyday use. The shower is practical for everyday use, while the bathtub offers an ideal space to relax.

Technical Detalles

88 m²

Área

2

Bedhabitaciones

1

Bathhabitaciones

0 m²

Plot

Amenities

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