I am passing around 30 markers to the control based on address data from a database. It appear that if one of the addresses doesn't successfully geocode, several of the other markers on the map don't appear.
Is it possible that a failed geocode is causing the client-side JS to stop executing, which would prevent other valid markers from appearing?
Thanks,