/* START OF JS CODE BY NUSSUQ.COM */ const branchesSection = document.querySelector('.s-block--map .home-block-line',); if (branchesSection) { const toBranches = ` عرض جميع الفروع `; branchesSection.insertAdjacentHTML('afterend', toBranches); }