tl:dr
Check out Alternative Fueling Stations.
This quick demo shows how to cluster points using the markercluster
plugin for Esri Leaflet. Building off of the great styling clusters example, this demo uses a feature layer of US Alternative Fueling Stations from the HIFLD Open Data.
The clusters are sized & styled by the number of digits (1 thru 4) in the count of points assigned to each cluster, and then the layer is called using L.esri.Cluster.featureLayer
as shown below:
Full code for this sample available here