Hi there,
Thank you so much for getting in touch, we really appreciate your time.
Unfortuantely, this cannot presently be done with shortcodes, however, this can be achieved with some custom JavaScript.
You should simply be able to copy the below script and paste this in the custom JS field via Maps -> Settings -> Advanced Settings -> Custom JS:
jQuery(function($){
jQuery(document.body).on('init.wpgmza', function(){
WPGMZA.getMapByID(1).setZoom(3);
WPGMZA.getMapByID(1).setCenter(new WPGMZA.LatLng(38.02539121763232, -96.42361268495252));
});
});
Kindly adjust the map ID from 1 to the required map id. Simply copy the script and past once more and apply a different map id along with different values for the zoom level and the center coordinates.
Kindly let me know if this helps?
Kindest Regards,
Steven De Beer