Google maps are not working because of the code in vis4.js script:
Function.prototype.bind = function(scope) {
var _function = this;
return function() {
return _function.apply(scope, arguments);
};
};
'''
This code is called by google main.js script and throws error.
Google maps are not working because of the code in vis4.js script: