Hey again. Just figured out how to center the map. Just add this under JS:
const maps = W.maps;
maps.setView([55.34, 11.99])
maps.setZoom([8]);
Change the numbers to where you need to focus and select your zoom level. Please note the second digit after the comma is not fully used. Hence it is difficult to set the view exactly where you would like it to be when zoomed to levels 12+.