I have to add multiple marker to a google map, but the data is in an extern json file.
At the moment Im running it like this
var json = [ { \"t
In the Google maps documentation you can find an example : https://developers.google.com/maps/documentation/javascript/importing_data
JQuery not needed