I stumped upon the following Google example page of loading my map marker InfoWindow using AJAX, instead of preloading the InfoWindow ahead of time.
However, I don't understand the use case for why someone would want to do this?
Does it perform quicker loading the content of the InfoWindow via AJAX? etc?