Using Gmap3, I have a map set which shows some location but has no markers. Now how can I use javascript/jquery so I can add markers to the map? Basically I have an array with data, that I want to loop through and add markers to the map with that.
Thanks.