> I have tried to insert the code but don't know how to make it work.

Where is the map where you tried?

> My code does not call for a paticular image file so I guess it is
> getting the google default.

If you want a non-standard size then you must create a custom marker,
as per the example.  You can of course base your custom marker on
Google's default red lollipop image, which you can get from
http://maps.gstatic.com/intl/en_ALL/mapfiles/marker.png

> I also have multiple markers so does this
> work globably or does it have to be repeated for each marker

You can create the icon image just once, and re-use it for each
marker.

You will of course have to tell each of the markers to use that image,
which is done by setting an option, as seen in the Google icons
example.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to