[GIS] Is it possible to have Google Maps hide the left panel

google maps

I found that just using the "ll" and "z" parameters are enough to zoom in on an area, but I couldn't find how/if Google can be told to hide the left panel ("Get Directions", "My Places", etc.) so that users see a full map when visiting a URL:

http://maps.google.com/maps?ll=54.868705,-1.593018&z=9

Is there a way?

Best Answer

Adding output=embed to the URL will hide the left panel and search bar:

http://maps.google.com/maps?output=embed&ll=54.868705,-1.593018&z=9

However, this is intended to be used for embedding purposes. As such, there is no way to reopen the left panel or search bar in the resulting map.