Ici ou Là-Bas, Trouvez Votre Chez-Vous

Découvrez notre plateforme immobilière, conçue pour vous connecter avec le bien idéal sur le continent africain. Que vous cherchiez une nouvelle résidence ou souhaitiez mettre en vente ou en location votre bien, nous sommes ici pour optimiser votre expérience. Profitez d'un réseau étendu exclusivement africain et de fonctionnalités avancées. Inscrivez-vous dès aujourd'hui.

Comparer les annonces

Comparer
Chercher
Budget: De À:
/* Centrer la carte sur N'Djamena, Tchad */ jQuery(document).ready(function($) { var checkMap = setInterval(function() { if (typeof window.fave_map !== 'undefined' && window.fave_map !== null) { window.fave_map.setView([12.1348, 15.0557], 12); clearInterval(checkMap); } // Leaflet map instances var maps = document.querySelectorAll('.leaflet-container'); if (maps.length > 0) { maps.forEach(function(el) { var mapObj = el._leaflet_map; if (mapObj) { mapObj.setView([12.1348, 15.0557], 12); } }); } }, 1000); setTimeout(function() { clearInterval(checkMap); }, 10000); });