Appartements

3191 Propriétés
Sort by:

Compare listings

Compare
document.addEventListener('DOMContentLoaded', function () { const interval = setInterval(() => { const markers = document.querySelectorAll('img[src*="marker"]'); if (markers.length > 0) { markers.forEach(marker => { marker.src = 'http://maps.google.com/mapfiles/ms/icons/red-dot.png'; }); clearInterval(interval); // Stop when all pins updated } }, 500); // Repeat until map loads });