diff --git a/static/js/main.js b/static/js/main.js
index 6f15c16..1ae1ecf 100644
--- a/static/js/main.js
+++ b/static/js/main.js
@@ -98,7 +98,7 @@ document.addEventListener('DOMContentLoaded', function() {
currentLayer.addTo(map);
// Marker
L.marker([50.77989716345206, 4.048368809494087]).addTo(map)
- .bindPopup('Kobelly Web Solutions
Blijkheerstraat 92, 1755 Pajottegem')
+ .bindPopup('Kobelly Web Solutions
1755 Oetingen, Pajottegem')
.openPopup();
// Listen for theme changes
var observer = new MutationObserver(function(mutations) {