Javascript – How to add google maps markers from a json array- or how to add parameters for my array to the marker constructor
I've been fighting this forever I'm trying to figure out how to display google map markers from an object array generated in php, which I have JSON encoded and can access in my js file. Specifically I'm unsure how to…