This means that the API is loaded only once. However, this will not cause a useful error when the function is called a second time, but may throw an exception.
Here is an alternative solution that causes a more useful error.
google.maps.Load = function() { throw new Error("Already loaded") };