3rd Floor, Rm. B3, Gardens Arcade, Kikuyu

Oasis Gardens

  • 1/8 Acre
  • Electricity
  • Piped water
  • Thigio-Kikuyu
Oasis Gardens
$ 750,000 $ 750,000

Oasis Gardens comprises 50×100 ft (1/8 Acre) residential plots located 1.3km from tarmac along the Dagoretti–Mutarakwa Road, just 37km from Nairobi CBD. The project is fully serviced with water, electricity, and graded internal roads, offering convenient access to nearby schools, churches, and other social amenities. Each plot is well-marked and ideal for homeowners seeking a peaceful environment close to modern conveniences.

Price: KES 750,000 (cash) or KES 850,000 on installmentdeposit of KES 400,000 and balance payable within 3 months.
Use: Residential

PROPERTY MAP
QUICK CONTACT US
Miale
Real Estate Agency
  • info@mialerealestate.co.ke
  • 0714306306
(function() { function replaceCurrencyInElement(el) { // Walk text nodes inside the element and transform only leading $ or USD const walker = document.createTreeWalker(el, NodeFilter.SHOW_TEXT, null, false); let node; while (node = walker.nextNode()) { // Skip empty nodes if (!node.nodeValue.trim()) continue; // Replace only at start of the text node: $, $ (with space), USD, USD (with space) const newVal = node.nodeValue.replace(/^\s*(\$|USD)\s*/i, 'KES '); if (newVal !== node.nodeValue) node.nodeValue = newVal; } } function scanAndReplace() { document.querySelectorAll('.has-ele-price').forEach(el => replaceCurrencyInElement(el)); } // Initial run scanAndReplace(); // Observe DOM changes (Elementor may inject later) const obs = new MutationObserver(mutations => { let touched = false; for (const m of mutations) { if (m.addedNodes && m.addedNodes.length) { touched = true; break; } if (m.type === 'characterData') { touched = true; break; } } if (touched) scanAndReplace(); }); obs.observe(document.body, { childList: true, subtree: true, characterData: true }); // Safety fallback: run a few extra times then disconnect observer after 20s let runs = 0; const fallback = setInterval(() => { scanAndReplace(); runs++; if (runs > 8) { clearInterval(fallback); obs.disconnect(); } }, 2000); console.log('Currency replacement (test) installed — will replace leading $/USD with KES.'); })();