Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 77: | Line 77: | ||
var marker = new google.maps.Marker({ | var marker = new google.maps.Marker({ | ||
- | position: new google.maps.LatLng( | + | position: new google.maps.LatLng(84,0), |
map: map, | map: map, | ||
- | title:" | + | title:"84,0" |
}); | }); | ||
+ | var marker = new google.maps.Marker({ | ||
+ | position: new google.maps.LatLng(86,0), | ||
+ | map: map, | ||
+ | title:"86,0" | ||
+ | }); | ||
+ | |||
} | } | ||
Revision as of 16:36, 3 April 2015