Tagged Questions
0
votes
1answer
1k views
Google Map - display specific markers popup using a list of markers
I have the following code:
<script type="text/javascript">
window.onload = function() {
// Creating a new map
var map = new google.maps.Map(document.getElementById("map"), {
...