--- geolocation_googlemaps_widget_old.js	2018-04-19 18:12:28.500744300 +0200
+++ geolocation_googlemaps_widget.js	2018-04-19 18:14:38.457413500 +0200
@@ -276,8 +276,8 @@
 
           // Set map options
           mapOptions = {
-            zoom: 2,
-            center: latLng,
+            zoom: 7,
+            center: new google.maps.LatLng(49.31144851208598, 15.310748687612886),
             mapTypeId: google.maps.MapTypeId.ROADMAP,
             scrollwheel: (Drupal.settings.geolocation.settings.scrollwheel != undefined) ? Drupal.settings.geolocation.settings.scrollwheel : false
           }
