A Leaflet.js map created with Folium- click on the map to see Lat/Lng popovers. This map was generated with the following Python code:
map_3 = folium.Map(location=[46.1991, -122.1889], tiles='Stamen Terrain',
zoom_start=13)
map_3.lat_lng_popover()
map_3.create_map(path='sthelens.html')