This is what I have and it is not working.
var point = new GLatLng(34.743793, -77.385544);
var html = ("<a
href="http://www.liquidfirefishing.com/ocmc">Onslow
County Motor Company</a><br />1639Lejeune Blvd<br />Jacksonville, NC
28546");
var marker = createMarker(point)
map.addOverlay(marker);
marker.openInfoWindowHtml(html);
}
On Feb 19, 2:44 pm, Ralph Ames <[email protected]> wrote:
> This line
> var marker = createMarker(point, Onslow County Motor Company<br
> />1639Lejeune Blvd<br />Jacksonville, NC 28546)
>
> should be just this
> var marker = createMarker(point)
>
> 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
-~----------~----~----~----~------~----~------~--~---