This commit is contained in:
mdeboute
2022-04-26 22:32:25 +02:00
parent 6a2c514265
commit 0eedc2a638
5 changed files with 7 additions and 133 deletions

View File

@@ -8,7 +8,7 @@
function initialize() {
var map = new google.maps.Map(document.getElementById("map_canvas"), {
zoom: 13,
center: new google.maps.LatLng(44.840843, -0.577247)
center: new google.maps.LatLng(44.828156, -0.574932)
});
var marker_icon_6495ED = {
@@ -17,7 +17,7 @@
};
new google.maps.Marker({
position: new google.maps.LatLng(44.840843, -0.577247),
position: new google.maps.LatLng(44.828156, -0.574932),
icon: marker_icon_6495ED,
map: map
});