How to getback the default map options?

I have a google map in my application. After zooming in/out, moving map away from the default coordinates, is there a function that can bring the map back to the default settings:default Lat/Long and default zoomlevel? Thanks!

You can use the TMSFNCMaps1.SetCenterCoordinate and TMSFNCMaps1.SetZoomLevel calls to programmatically update the map position and zoom level respectively. You'll need to manually provide the default coordinates and zoom level as the parameter values though.