EN PL ES
Reservar Visita
House

House in Algorfa

Algorfa Centro, Algorfa , Alicante

585,000€

Listed: 20 February 2026

House in Algorfa
+28 fotos

Descripción

This Imposing 216m2, Three Bedroom, Detached Villa in Lomas de La Juliana is located in a very sought after residential area, with a tennis club at the entrance and La Finca 5* hotel, spa and golf course right on the doorstep, where you can also find a variety of eating places and shops.  Main chain supermarkets can be found in Almoradi and Benijofar which are just 5 minutes by car.  The beaches along the coast by car are approximately 20 minutes away.  This outstanding home occupies a 1220m2 private landscaped plot with the most extensive views you will find in the area.  The main living area of the villa is accessed via external staircase to an ´L´shaped covered terrace area, this then provides access into the lovely light living area, having a set of sliding doors and three sets of windows, feature open fireplace; incredible fitted kitchen/breakfast room; double bedroom and a family shower room.  The ground floor of the property is accessed externally and comprises of  lounge, archway into the fitted kitchen, bathroom and two double bedrooms.  The garden is pebbled and tiled with a long driveway leading to a garage and a carport; the pool area has tiled surround and there are plenty of mature trees, bushes, palm trees surrounding.  Extras include underfloor heating throughout the main floor, air conditioning, fitted wardrobes in all bedrooms, irrigation system.<br />
<br />
 <br /

Technical Detalles

216 m²

Área

3

Bedhabitaciones

2

Bathhabitaciones

1220 m²

Plot

Amenities

Pool
Garage
Air Conditioning

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