Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Changed to this code instead and it seems to work. Don't ask me why...</p> <pre><code>&lt;div id="map_canvas" style="height: 500px; width: 600px;"&gt;&lt;/div&gt; &lt;script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false&amp;amp;language=en"&gt;&lt;/script&gt; &lt;script&gt; var mapOptions = {zoom: 5, center: new google.maps.LatLng(34,32), mapTypeId: google.maps.MapTypeId.ROADMAP}; var map = new google.maps.Map(document.getElementById('map_canvas'), mapOptions); var myMarker1 = new google.maps.Marker({position: new google.maps.LatLng(29.979175, 31.134358), map: map, icon: 'http://www....1.png' }); var myMarker2 = new google.maps.Marker({position: new google.maps.LatLng(32.483333, 44.433333), map: map, icon: 'http://www....2.png' }); var myMarker3 = new google.maps.Marker({position: new google.maps.LatLng(37.95, 27.366667), map: map, icon: 'http://www....3.png' }); var myMarker4 = new google.maps.Marker({position: new google.maps.LatLng(37.638, 21.63), map: map, icon: 'http://www....4.png' }); var myMarker5 = new google.maps.Marker({position: new google.maps.LatLng(37.033333, 27.433333), map: map, icon: 'http://www....5.png' }); var myMarker4 = new google.maps.Marker({position: new google.maps.LatLng(36.433333, 28.216667), map: map, icon: 'http://www....6.png' }); var myMarker5 = new google.maps.Marker({position: new google.maps.LatLng(31.213931, 29.885661), map: map, icon: 'http://www....7.png' }); &lt;/script&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload