Making map with markers and popups [closed]

I want to show a map in the frontend with some markers on it. Also I want to write an event for every marker so when you click, you see a popup. Is that possible with javascript? How? Wich library I have to use? Thanks!

Back to Top