In der skin.xml habe ich an den Parametern herumprobiert und auch "zoom="20"" probeweise hinzugefügt.
$this->cacheCode('[php]','<skin marginleft="0" marginright="0" margintop="0" marginbottom="0" ><element x="5" y="21" anchor="0" width="600" height="300" id="Map 1" visible="1" alpha="1" angle="0" scalex="1" scaley="1" center="4" zoom="20" handcursor="1" type="" >
</element>
</skin>')
An der zu weit hineingezoomten Karte ändert sich nichts.
Auch der Wert in der skin.js hat keine Auswirkungen auf die Zoomstufe der Karte:
$this->cacheCode('[php]','var mapOptions = {
zoom: 14,
center: activeNodeLatLng,
mapTypeId: google.maps.MapTypeId.HYBRID,
streetViewControl: false')
Gibt es da eine andere Möglichkeit?