Hi Jeremy.  Thanks for the reply.  Here is some of the code:

function initialize() {
   if (GBrowserIsCompatible()) {

      var mapOptions = {
         googleBarOptions: {
            style: "new",
            searchFormHint: "Ex: Gas Stations, Banks",
            adsOptions: {
               client: "partner-google-maps-api",
               channel: "41301183",
               adsafe: "high",
               language: "en"
            }
         }
      }

      map = new GMap2(document.getElementById("map_canvas"),
mapOptions);
      map.setCenter(new GLatLng(39.965488, -75.171579), 16);
      map.setUIToDefault();
      map.enableGoogleBar();

   }
}

Let me know thoughts!

Dennis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" 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-AJAX-Search-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to