let map; var InfoObj = []; function initMap() { map = new google.maps.Map(document.getElementById("map"), { center: new google.maps.LatLng('35.71769159999999', '139.5660882'), zoom: 13, mapID: 'e39d49d5658d4a5c' }); var verifiedIcon = 'https://uploads-ssl.webflow.com/628f0ea507794c6d0edbf965/62d3aff1aa648f67d40cc6ea_school-v-32.png'; var unverifiedIcon = 'https://uploads-ssl.webflow.com/628f0ea507794c6d0edbf965/62d3aff1cb5c40658297daff_school-uv-32.png'; const features = [{placeName: 'Axis International School', link: 'See Profile › ', position: new google.maps.LatLng('35.70388436380234', ' 139.58554574390794'), icon: unverifiedIcon, title: 'Axis International School' },{placeName: 'Bilingual Kids International Preschool (BKI Preschool)', link: 'See Profile › ', position: new google.maps.LatLng('35.70338037739337', ' 139.53346991701744'), icon: unverifiedIcon, title: 'Bilingual Kids International Preschool (BKI Preschool)' },]; for (let i = 0; i < features.length; i++) { var contentString = '
' + features[i].link + '
' + '