EN PL ES
Reservar Visita
Apartment

Apartment in Orihuela

Lomas de Cabo Roig, Orihuela , Alicante

249,900€

Listed: 06 March 2026

Apartment in Orihuela
+47 fotos

Descripción

We are pleased to present this modern duplex apartment for sale in  Lomas de Cabo Roig, Orihuela Costa (Costa Blanca South)— an excellent choice for permanent living, holiday use, or rental investment in Spain.

The property offers 81.52 m² of living space plus  aprox . 50 m² of terraces, including a spacious main terrace and a private rooftop solarium . Located on the 1st  (top) floor of a modern residential complex built in 2015, this is considered one of the best-positioned units within the community , this is considered one of the best-positioned units within the community — sunny orientation, open views, and no direct overlooking neighbours.

Layout & Features

Main Level:

Bright living-dining area with direct access to a large terrace Fully equipped kitchen2 bedrooms1 bathroom with showerSecurity alarm systemMosquito screens on all windows

Upper Level:

Spacious master suite with fitted wardrobesSecond bathroom with showerDirect access to a  sunny private roof terrace / solarium with open views 

Residential Complex Amenities

Large communal swimming poolGymSaunaJacuzziSpa facilitiesUnderground parking space included

Prime Location – Cabo Roig, Orihuela Costa

Located in one of the most desirable areas of Costa Blanca South:

550 metres from a modern commercial centre with restaurants, supermarket and rooftop lounge barClose to La Zenia Boulevard, the largest shopping centre in the provinceBeaches of Cabo Roig and Campoamor reachable by bike in approx. 15 minutesSeveral golf courses within a short driveAll daily services within walking distance

A smart opportunity to own a quality property near the sea in Cabo Roig, Orihuela Costa.

Technical Detalles

81 m²

Área

3

Bedhabitaciones

2

Bathhabitaciones

0 m²

Plot

Amenities

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