﻿// Google Maps JavaScript API
    //<![CDATA[

    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(39.72937, -104.996188), 14);
      }
    }

    function LoadCygnusLocation() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(39.72937, -104.996188), 14);
      }
    }

    //]]>


