You can customize the content of the IFrame to:
1) Explicitly set the zoom level ("zoom=12") (Note: a negative zoom will cause the map to zoom out the specified number of levels)
2) Explicitly set the map type (0 = Map, 1 = Satellite, 2 = Hybrid) ("type=2")
3) Explicitly set the map center ("lat=37.803&lng=-122.419")
4) Exclude the map controls ("controls=0")
5) Exclude the map type controls ("types=0")
6) Exclude the Map Overview and Legend controls ("whatandwhere=0")
7) Explicitly set the map size ("width=500 height=500") (Note: this goes outside the url - see example below)
Here is an example of this map customized with the all of the above examples. (If your map has a location selected by default then it will override the lat and lng parameters)
https://www.communitywalk.com/iframe/content/1982836?zoom=12&type=2&lat=37.803&lng=-122.419&controls=0&types=0&whatandwhere=0
I realize that this is not the most intuitive functionality, so do not hestitate to email me (
support@communitywalk.com ) if you have questions or have trouble getting it to work.
Sometimes you might have to close your browser and reopen it to see changes you make.