EN PL ES
Reservar Visita
House

House in Mijas

Calahonda, Mijas , Malaga

385,000€

Listed: 06 March 2026

House in Mijas
+18 fotos

Descripción

Renovated 2 Bed Bungalow for Sale with Sea Views

This fully renovated 2 bedroom bungalow for sale in Calahonda is a move-in-ready home in a fabulous location. The property has been upgraded throughout to a very high standard and enjoys sea views from the main living area and terraces. The area is well connected, with easy access to Marbella within 20 minutes and just a short 25 minute drive to Málaga Airport.

The interior layout is bright and modern. The lounge and dining area has large windows that bring in natural light and look out toward the sea, along with an electric fireplace for cooler months. The modern kitchen comes fully fitted with appliances and features a serving window that opens directly onto the terrace, which is especially useful when dining outside. There are two double bedrooms with hot and cold air conditioning, plus a full bathroom with a bathtub. All windows are double glazed and fitted with mosquito nets.

Outside, the property has a main terrace with sea views and a built-in barbecue, plus steps leading to a rooftop terrace with even wider views, power sockets, and all-day sun. The garden wraps around the bungalow and is finished with low-maintenance astro turf. There is also an exterior storage cupboard and fibre optic internet installed. The community is gated and secure and the communal gardens are well kept and spacious, with a large communal swimming pool. A shopping centre with supermarkets, pharmacy, bars, and restaurants is about a 3-minute walk away, and the beach can be reached in under 10 minutes on foot. It is offered fully furnished and includes a private garage.

Summary:
Fully renovated 2 bedroom, 1 bathroom bungalow
Private garage included in the sale
Sold fully furnished
Sea views from lounge and terraces
Rooftop terrace with power sockets and all-day sun
Modern fitted kitchen with serving window to terrace
Stunning communal gardens and large communal pool
Short walk to shops, restaurants, and beach

Technical Detalles

69 m²

Área

2

Bedhabitaciones

1

Bathhabitaciones

93 m²

Plot

Amenities

Pool
Garden
Garage
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 = 385000.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 = 385000.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(); } });