EN PL ES
Reservar Visita
House

House in Mijas

Mijas Centro, Mijas , Malaga

1,095,000€

Listed: 09 March 2026

House in Mijas
+18 fotos

Descripción

A RARELY AVAILABLE SINGLE LEVEL VILLA IN A HIGHLY SOUGHT AFTER POSITION CLOSE TO THE WHITE WASHED AND HISTORICAL VILLAGE OF MIJAS

Panoramic sea, mountain and country views.

South orientation and driveway and garage parking.

AT A GLANCE

4 BEDROOMS
3 BATHROOMS - 2 EN SUITE
COMPLETE PRIVACY
PANORAMIC VIEWS
POTENTIAL TO IMPROVE

This lovely property is located at an end of a small cul de sac with just 2 other neighboring villas.

Electric gates with driveway parking along with a large single garage with additional storage.

Entrance porch, reception lobby, spacious lounge/diner with feature fireplace and direct access to a terrace, garden and pool.
Fully fitted kitchen, with the easy possibility to enlarge in order to create a kitchen/ breakfast room.

Master bedroom with en suite and access to the garden.
3 further double guest bedrooms, one with an en suite and the others served by a family bathroom.

OUTSIDE

Private gardens, boasting lovely sea views and an 8m x 4m pool.

ADDITIONAL FEATURES

DOUBLE GLAZING
PART AIR CONDITIONING HOT/COLD
GAS FIRED HEATING
GUTTERING

MIJAS VILLAGE 5 MINUTES BEACH AND FUENGIROLA 12 MINUTES MALAGA 25 MINUTES MARBELLA 25 MINUTES

Technical Detalles

246 m²

Área

4

Bedhabitaciones

3

Bathhabitaciones

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