> google.setOnLoadCallback(map_display_init); That calls map_display_init when the DOM is complete - http://code.google.com/apis/ajax/documentation/#GettingStarted but that might be before the maps module is loaded.
Use the maps module's own onload callback instead - http://code.google.com/apis/ajax/documentation/#Dynamic -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. 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-api?hl=en.
