import folium
gri = [35.69375, 139.423887]
mymap = folium.Map(location=gri,tiles='OpenStreetMap',zoom_start=15)
mymap