On May 7, 8:06 pm, Matthew <[email protected]> wrote:
> Yup your right I don't call it. Must of been left over from something
> I borrowed. Anyway removed the showAddress function and got the same
> error. But the error doesn't seem to mean anything. Thanks for
> catching that. I should of caught it.
The error is here:
function Pi(a,b){a.style.left=I(b)}
a is a div
b is NaN
That comes from the API processing this call:
map.addOverlay(marker);
where:
var marker = createMarker(markers[i], i);
i = 84
This entry in your xml is invalid:
<marker lat="38.648945" lng=",-121.382452," label="California Check
Cashing" address="4630 Watt Ave" city="N Highlands" state="CA"
zipcode="95660" weekdayHours="8:00AM-9:00PM" satHours="9:00AM-6:00PM"
sunHours="10:00AM-6:00PM" />
lng=",-121.382452," is not a number (NaN)...
-- Larry
>
> On May 7, 5:17 pm, Ralph Ames <[email protected]> wrote:
>
> > Interesting if you delete that function
> > you get another error message.
>
> > But the map works in the same way.
>
> > Where is this function called?
>
> > Ralph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---