according to various resources google.load() can do the work asynchronously so the whole page load will not be stalled by the <script> loading. Also you may want to load that .js only on demand not on page load.
That said, IMHO most pages are fine with hardcoded <script> though.