Thanks for the replies and guidance, that is exactly what I am looking
for. Unfortunately now I can not get the map to display. Am I doing
this correctly?

http://www.mesquitechristmas.com/weather/wxeta.php

<script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;key=ABQIAAAAHsqGZjU15T9Ax9NeNmkr3BTN2kx0RZXX2DAyvUAUTOxapJIM-
xRAwjdY92AJHlYi5vSvcLFUjIpEAw"
      type="text/javascript"></script>
    <script type="text/javascript">

    //<![CDATA[

    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(25.64152637306577, -89.296875), 4);
        map.addControl(new GLargeMapControl());
        map.addControl(new GScaleControl());
      }
    }

         var point = new GPoint(-80.90138, 44.65654);
      GEvent.addListener(marker, "click", function() {
        marker.openInfoWindowHtml("Example Spot 1");
      });
      map.addOverlay(marker);

      var point = new GPoint(-78.89231, 42.91892);
      GEvent.addListener(marker, "click", function() {
        marker.openInfoWindowHtml(Example Spot 2");
      });
      map.addOverlay(marker);

    //]]>
    </script>

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