On Nov 5, 11:08 am, kitty <[EMAIL PROTECTED]> wrote:
> hahaha sorry.
> 1018VJ for example.
> Thanks for help!!!

OK. Thanks.

I was nearly right. When you create your markers (and sidebar)
entries, you call this function
    function createMarker(latlng, name, address, postal, city, telnr,
website, type, distance, marker_num)
with this call:
    var marker = createMarker(latlng, name, address, postal, city,
telnr, website, type, distance);

Is there a reason why marker_num should be null inside the function?
It will probably work if you pass in a unique number after "distance"
-- try
    var marker = createMarker(latlng, name, address, postal, city,
telnr, website, type, distance,i);

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to