If you want to create a map provided the location in a few lines of code, try folium. Folium is a Python library that allows you to create an interactive map.
You can create an interactive map and add a marker like this with the code above.
View the document of folium here.
I used this library to view the locations of the owners of top machine learning repositories. Pretty cool to see their locations through an interactive map.