it looks ok now guessed you fixed it.
it was missing the new GLatLng parameter.

On Tue, Oct 21, 2008 at 4:11 PM, backpages <[EMAIL PROTECTED]> wrote:

>
> I'm just using some very simple  code:
>
> function load() {
>      if (GBrowserIsCompatible()) {
>        var map = new GMap2(document.getElementById("map"));
>        map.setCenter(new GLatLng(33.96,-83.99), 5);
>                map.addOverlay(new GMarker(33.96,83.99));
>      }
>    }
>
> My map appears fine, but the marker is way up in the left corner, not
> where it should be on the map. I can't figure out what I am doing
> wrong, why the maker does not appear at Atlanta where it should.
>
> Here's a link to it: http://www.redpepperinc.com/theseed/contact
>
> Much thanks for any insight or advice.
>
> >
>

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