let map; var InfoObj = []; function initMap() { map = new google.maps.Map(document.getElementById("map"), { center: new google.maps.LatLng('35.6619707', '139.703795'), 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: 'Tokyo Creators Kids', link: 'See Profile › ', position: new google.maps.LatLng('35.654314787555094', ' 139.70172023595964'), icon: unverifiedIcon, title: 'Tokyo Creators Kids' },{placeName: 'International School of the Sacred Heart', link: 'See Profile › ', position: new google.maps.LatLng('35.65275453138672', ' 139.7213519599508'), icon: unverifiedIcon, title: 'International School of the Sacred Heart' },]; for (let i = 0; i < features.length; i++) { var contentString = '
' + features[i].link + '
' + '