function show_map() { var mymap = L.map('map_canvas').setView([0, 0], 15); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(mymap); let bubbleDetails; bubbleDetails = '
'; bubbleDetails += ''; bubbleDetails += '

ForBidden massage not reg or under lic

'; bubbleDetails += '
'; bubbleDetails += '778 Walter street apt 214 buzz 35
Cambridge,Ontario' bubbleDetails += '
519-212-2094'; bubbleDetails += '
'; L.marker([0, 0]).addTo(mymap); } $(document).ready(function () { show_map(); });