> Here's my map:
>
> http://www.naturgym.se/test850611/kartan.html

I get a straightforward javascript error, do you not get that?
   createMarker is not defined
you seem to have missed a chunk of code out of your page, beginning
function createMarker()

You have a script between your <head> and <body> sections, which is
not good.

Your don't have a valid doctype.

Your <title> is in the <body>

You should encode the & in your API script URL to &amp;

cheers, Ross K

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