Hi Pieter
I get the following...

window.google = window.google || {};
google.maps = google.maps || {};
(function() {
var rules = {
createHTML: function(src) {
return src;
},
createScriptURL: function(src) {
return src;
}
};
var ttPolicy;
try {
ttPolicy = window.trustedTypes.createPolicy('google-maps-api-loader', rules);
} catch(e) {
ttPolicy = rules;
}
function getScript(src) {
document.write(
ttPolicy.createHTML('<' + 'script src="' + src + '"><' + '/script>')
);
}
var modules = google.maps.modules = {};
google.maps.gjsload = function(name, text) {
modules[name] = text;
};
google.maps.Load = function(apiLoad) {
delete google.maps.Load;
apiLoad([0.009999999776482582,[null,[["https://khms0.googleapis.com/kh?v=935\u0026hl=en-US\u0026","https://khms1.googleapis.com/kh?v=935\u0026hl=en-US\u0026"],null,null,null,1,"935",["https://khms0.google.com/kh?v=935\u0026hl=en-US\u0026","https://khms1.google.com/kh?v=935\u0026hl=en-US\u0026"]],null,null,null,null,[["https://cbks0.googleapis.com/cbk?","https://cbks1.googleapis.com/cbk?"]],[["https://khms0.googleapis.com/kh?v=149\u0026hl=en-US\u0026","https://khms1.googleapis.com/kh?v=149\u0026hl=en-US\u0026"],null,null,null,null,"149",["https://khms0.google.com/kh?v=149\u0026hl=en-US\u0026","https://khms1.google.com/kh?v=149\u0026hl=en-US\u0026"]],null,null,null,null,null,null,null,[["https://streetviewpixels-pa.googleapis.com/v1/thumbnail?hl=en-US\u0026","https://streetviewpixels-pa.googleapis.com/v1/thumbnail?hl=en-US\u0026"]]],["en-US","US",null,0,null,null,"https://maps.gstatic.com/mapfiles/",null,"https://maps.googleapis.com","https://maps.googleapis.com",null,"https://maps.google.com",null,"https://maps.gstatic.com/maps-api-v3/api/images/","https://www.google.com/maps",null,"https://www.google.com",1,"https://maps.googleapis.com/maps_api_js_slo/log?hasfast=true",0,1],["https://maps.googleapis.com/maps-api-v3/api/js/51/2-beta","3.51.2-beta"],[2012291121],null,null,null,[3,8,13,17,20,21,26,99,114,125,113,98],null,null,"",null,null,1,"https://khms.googleapis.com/mz?v=935\u0026","AIzaSyBucjJ0FsS0bNlVickWom69CD5uVKcQsnY","https://earthbuilder.googleapis.com","https://earthbuilder.googleapis.com",null,"https://mts.googleapis.com/maps/vt/icon",[["https://maps.googleapis.com/maps/vt"],["https://maps.googleapis.com/maps/vt"],null,null,null,null,null,null,null,null,null,null,["https://www.google.com/maps/vt"],"/maps/vt",628000000,628,628362479],2,500,[null,null,null,null,"https://www.google.com/maps/preview/log204","","https://static.panoramio.com.storage.googleapis.com/photos/",["https://geo0.ggpht.com/cbk","https://geo1.ggpht.com/cbk","https://geo2.ggpht.com/cbk","https://geo3.ggpht.com/cbk"],"https://maps.googleapis.com/maps/api/js/GeoPhotoService.GetMetadata","https://maps.googleapis.com/maps/api/js/GeoPhotoService.SingleImageSearch",["https://lh3.ggpht.com/","https://lh4.ggpht.com/","https://lh5.ggpht.com/","https://lh6.ggpht.com/"],"https://streetviewpixels-pa.googleapis.com/v1/tile"],null,null,null,null,"/maps/api/js/ApplicationService.GetEntityDetails",0,null,null,null,null,null,["51.2-beta"],1,0,[1],null,null,1,0.009999999776482582], loadScriptTime);
};
var loadScriptTime = (new Date).getTime();
getScript("https://maps.googleapis.com/maps-api-v3/api/js/51/2-beta/main.js");
})();