Note that I've moved my questions regarding when the cursor changes to a
new thread.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v
The issue is that I was doing a synchronous get, which basically caused the
entire browser to hang waiting for the response. I changed it to an
asynchronous ajax get and the cursor now changes to the wait cursor as I'd
expect.
However, in the 1st line of the ajax "success" function, I change