On Jan 30, 12:44 pm, Mike Wellman <[email protected]> wrote: > I've been trying to approach this at multiple angles and can't seem to find > a working solution. > > http://dev.gmdadv.com/shopnsave/retailer_job_listing/search_jobs_test... > > I have a JSON formatted as so: > > [{ > "storeNumber":"", > "storeName":"", > "address":"", > "city":"", > "state":"", > "zip":"", > "phone":"", > "fax":"", > "latitude":"", > "longitude":"" > > }] > > I have a drop down that currently works perfectly. What I need is > Javascript only solution that clears any markers/infowindows from the drop > down and gets the top 5 locations based on the zipcode entered in the > zipcode box. The drop down will need to clear out any results from the zip > code search as well if they click the drop down list. > > Any assistance would be helpful. I'll be plugging away trying to figure out > a solution.
Have you investigated your javascript errors? Line: 49 Error: 'length' is null or not an object on this line in initialize: totalMarkers = data.length; -- Larry > > Thanks -- 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.
