Hi,

This has been driving me up the wall!  :(

http://www.chambresdhotesfrancedev.com/cgi-bin/hotels/page.cgi?g=Europe

On that page, you see a "Locate on Map" link, which should open up a 
FancyBox IFRAME windowm which opens a URL like so:

http://www.chambresdhotesfrancedev.com/cgi-bin/hotels/page.cgi?p=google_map_link;lat=51.0576890045457;lng=3.2090377807617187;zoom=8

The map works fine on the last URL I posted - but NOT when you click ont he 
"Locate on Map".

I added a sample alert() into the initizalize() code, yet even that doesn't 
print! 

I even tried doing it via the onload function in jQuery (in case it was a 
problem that the JS library wasn't loaded) ... and that at least

parent.$(document).ready(function(){
            initialize();
        });

..and that does a bit more, but I get this error then:

Error: google.maps.LatLng is not a constructor
Source File: 
http://www.chambresdhotesfrancedev.com/cgi-bin/hotels/page.cgi?g=Europe
Line: 6

I'm at my witts end with this - just can't see why it won't work :/

Anyone got any suggestions?

TIA!

Andy

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/QW1mRHRwSHBhTWNK.
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