Here's your createMarker function definition

> 15        function createMarker(point,name,html) {

Here's the way you call it

> 32            var marker = createMarker(point,id,name,web,info,url);

Maybe you need to assemble these web,info,url components into a single
dollop of HTML before passing to createMarker.

I'd also advise defining createMarker() "freestanding", not doing its
declaration inside another function.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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