GMaps API V3 - Multiple Markers & InfoWindow
I know, it is a recurrent but... I have a big problem with my multiple markers : all of them have the same title and the same infowindow content. I've searched on many websites, but I didn't find where is the problem in my code. I hope you'll be able to help me (I am sure it is the case !) This is my code : <script type="text/javascript"> var map; var geocoder; $(document).ready(function() { initializeMap(); }); function initializeMap() { var people = [{"userid":"47","lastname":"lastname1","firstname":"firstname1","address":"SomeAddress","phone1":"00000000000","phone2":"","email":"me@me.com"},