Check for JS errors:

Uncaught SyntaxError: Unexpected token . - Line 17

...which goes to:

var latlng = new.google.maps.LatLng(39.984577, -83.018691);

Change this to:

var latlng = new google.maps.LatLng(39.984577, -83.018691);

Cheers
Chris

On Fri, Nov 19, 2010 at 12:10 AM, foodmonkey
<[email protected]>wrote:

> i know you must get a lot of this - i've scoured the forums until my eyes
> bled - i just don't know what i'm doing incorrectly - please excuse the
> basic nature of my page as it is a work in progress.
>
> i'm using ssi for the menu and want to get the js out into a js include
> directory at some stage.
>
> ah, hell - it's late and i've been working on this for too nights without
> any luck.
>
> can somebody take a look at foodmonkeys.dyndns.org - the index page is
> index.shtml and the target page is the "find my ingredient" option. i'm at
> ropes end here - i thought i could sort it - but it's obviously something
> that i'm so close too that i can't see it.
>
> i'll just go outside now a have a small brain fart.
>
> cheers from downunder if anybody replies - i'll leave the server up
> overnight - be gentle.
>
> --
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
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.

Reply via email to