This line has been chopped off in the middle.

var marker = createMarker(point,'<div style="background-color:#666666; 
font-family:arial; font-size:10pt; border:solid 1px black;"><table 
width="50px" border="0" cellspacing="0" cellpadding="0">

I'd expect some table contents and a </table></div> and a ' and a )

What actually breaks your code is the missing ' which causes the string 
to be unterminated, and therefore the declaration of your load() 
function fails.

-- 
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team


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