There is an issue that I cannot solve, I\'ve been looking a lot in the internet but found nothing.
I have this JavaScript that is used to do an Ajax request by PHP.
I know this is an older post, but after some digging through the google.load docs, I found an async option in case you want to dynamically load the libs:
http://code.google.com/apis/loader/
function loadMaps() { google.load("visualization", "2", {"callback" : function(){ alert(4); }}); }