Is there a way to set a max zoom level for fitBounds()? My problem is that when the map is only fed one location, it zooms in as far as it can go, which really
fitBounds()
If it is for a single location, you can use setCenter() and setZoom() instead.