script loading

Once your script is loaded and the global object is defined, normally you could be able to access it from anywhere in your js code, like this

        
        let map = new google.maps.Map( ..details here.. );