How do I use a Google Maps API Premier client id with the Google AJAX API Loader?
To use a Google Maps API Premier (formerly Google Maps Enterprise) client id with the Google AJAX API Loader, first load the common loader using your Google Maps API Premier key: You must then provide your Google Maps API Premier client id as an additional parameter when loading the Google Maps Javascript API: google.load(“maps”,”2″, {“other_params”:”client=gme-yourid”}); Substitute your key for ABCEFG and your client id for gme-yourid. More information on using the Google Maps Javascript API with the Google AJAX API Loader is available at: http://code.google.com/apis/maps/document ation/index.