> I have a functioning google map, here: > > http://dirtlink.net/dcce/track.php?track_id=30 > > I have the google search working on it. But I need to move the search > box and the results to the amenities tab below. I have an example of > this, but cannot get it to work. > > Any ideas?
Don't use the Googlebar. Construct your own search form or button or whatever, pre-populate the query with what you like, and then use the AJAX Search API. When the results come back, plot them on the map - or whatever you want to do with them. By the by, I get javascript errors in IE6 and FF2. You're loading the maps script twice. Wnen you initialize the map, you attempt to open an infowindow with undefined content at an undefined latlng. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
