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 the cursor back to the normal cursor abd then open an infoWindow with the response. If the cursor is outside of the infoWindow, it continues to display the wait cursor until I move it, at which point it reverts to the normal cursor. If the cursor was within the location of the infoWindow, it remains a wait cursor until I move it outside of the infoWindow. Any ideas on this? -- Geoff -- 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-v3/-/Y2xr6aYrsigJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
