On Dec 10, 7:33 am, mosherjm <[EMAIL PROTECTED]> wrote:
> I am getting a Javascript object required error and can't seem to
> figure it out after hours of trying.  The error is occuring every time
> the showAddress function is called at the map.setCenter line.
>
> LINK:  http://woodsite.peak-systems.net/properties/search.asp
>
> Any help is appreciated.  Thank you.
>
> Here is a javascript snippet......

Not required if you provided a link (which you did)...

Your initialize function which initializes the "map" variable is run
by the body onload event which happens after the page finishes
loading.  The calls to showAddress are inline and are executed as the
page is loading, before that variable is set up.

  -- Larry
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to