wp_register_script(
'google_jsapi',
'http://www.google.com/jsapi',
false
);
This is a bit unpleasant since this always includes the http version and produces warnings when using https backends.