You can connect to the "idle" event on the map and then use jQuery to remove the link as follows:
google.maps.event.addListenerOnce(map, 'idle', function (e) { $('a[title="Click to see this area on Google Maps"]').remove(); });
That would break, of course, if they ever changed the text that was defined for the title attribute, so maybe someone else could offer a better selector - one that will look at the href part, for example.
Regardless of whether any terms of use violate the terms of use, I can not comment.
source share