diff --git a/templates/index.html b/templates/index.html
index 8c56086..d6bd38e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -102,10 +102,11 @@
}).addTo(map);
var locations = [
- { coordinates: [48.390699, -4.487733], description: "Multiplexe Liberté" },
- { coordinates: [48.397915, -4.473528], description: "CGR Brest Le Celtic" },
- { coordinates: [48.396205, -4.477066], description: "Les Studios" },
- { coordinates: [48.389640, -4.498724], description: "Pathé Capucins" },
+ { coordinates: [48.390703, -4.487735], description: "Multiplexe Liberté" },
+ { coordinates: [48.397928, -4.473556], description: "CGR Brest Le Celtic" },
+ { coordinates: [48.396202, -4.477066], description: "Les Studios" },
+ { coordinates: [48.389641, -4.498722], description: "Pathé Capucins" },
+ { coordinates: [48.446953, -4.265552], description: "Cinéma Galaxy" },
];
locations.forEach(function (location) {
@@ -116,4 +117,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}