function initMap() { const map = new google.maps.Map(document.getElementById("map"), { zoom: 10, center: { lat: 35, lng: 51 }, }); ma