The following code initializes a leaflet map. The initialize function centers the map based on user location. How do I change the center of the map to a new position after c
For example:
map.panTo(new L.LatLng(40.737, -73.923));