Leaflet Find Center

var map = L.map('map').setView([,], );
// Or use this for bounds
map.fitBounds([[,],[,]]);