THIS IS THE SITE IM WORKING ON: http://www.trggroup.co.nz/content_albany.php

here is the code I'm using:

Javascript:
<script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;key=ABQIAAAAlmbNmRyPtE8h-
cDwPbgE4RRk7e8ZCQu77_jhFAS6db-
sKDf1FhThee8tLFevYh2ZePvAD5Bt1c9uEA&sensor=false"
            type="text/javascript"></script>
    <script type="text/javascript">

    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(-36.735662, 174.727407), 15);
        map.setUIToDefault();
                map.openInfoWindow(map.getCenter(-36.735662, 174.727407),
        document.createTextNode("Cnr Apollo Drive & Rosedale Rd,
Albany"));
      }

          var point = new GLatLng(-36.735662, 174.727407);
                map.addOverlay(new GMarker(point));

    }
</script>

HTML:

 <div id="map_canvas"></div>



I have tried to use the most basic A.P.I code to try and sort the
issue... tried a number of things I've seen on the API forums but
nothing seems to be working for me.... It's 100% fine on firefox and
IE but for some reason Safari just wont happen for me!!

The map is wrapped n a Table because that was the already existing
layout of the site.

Any suggestions/help?

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