On Dec 5, 5:45 pm, aufbau <[email protected]> wrote: > I have tried to figure out this problem in my larger program, but even when > I have it broken down to a very simple problem I am missing something. Can > anyone tell me why my marker does not display? I am guessing I have a typo > but I cannot seem to find it. My test page is
http://www.cornmazesamerica.com/test.php. Your create marker function is running before the map is initialized. Try putting the call inside the initialize function. -- Larry > > Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
