I have a map I am developing. The basic Google RED DROPLET icon shows up as my marker image. How can I get my own custom image to come up? I have individual images for just about all 50 of my markers (will be company’s logo).
Can someone help? Here’s the link.
Any help setting custom markers with the code I have presently would be great.
From actual code:
Your code:
What you need to do:
And change CreateMarker:
// Note here the addition of the img parameter
EDIT
A quick test with your code and my mods.