let map; var InfoObj = []; function initMap() { map = new google.maps.Map(document.getElementById("map"), { center: new google.maps.LatLng('35.7356446', '139.6516675'), 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: 'Aoba-Japan International School', link: 'See Profile › ', position: new google.maps.LatLng('35.75406208679283', ' 139.62368699160783'), icon: unverifiedIcon, title: 'Aoba-Japan International School' },{placeName: 'Belgrave International Kindergarten & Preschool', link: 'See Profile › ', position: new google.maps.LatLng('35.75371341645355', ' 139.63294122453271'), icon: unverifiedIcon, title: 'Belgrave International Kindergarten & Preschool' },]; for (let i = 0; i < features.length; i++) { var contentString = '
' + features[i].link + '
' + '