hmmm... it's kind of messy, your code - if you look at the way the php
constructs the html (by looking at view source on the uploaded page)
you can see that it takes everything from lines 32 to 103 and
duplicates them right away.

Which could be bad news.

But anyway - the debugger says your map is not defined, so I would
suggest moving your showMap function into your mapload function,
probably after the line that says:
map.setZoom(map.getBoundsZoomLevel(MarkerBounds)-0);

and deleting the other showMap function, and making sure that you only
have one set of code, not duplicates.

hope that helps.

-- 
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