The geocoding callback function is asynchronous. What you are doing is piling up requests on top of one another which is causing Google to say "no go" for a few of them.
Either, look at Mike Williams's tutorial on geocoding multiple addresses: http://econym.org.uk/gmap/geomulti.htm or better still, since the states are not going to move, you only need to geocode them (maybe manually) once and put the lat/lng in your code or in a readily accessible database. (By the way, not too many experts on this group are going to go to the trouble of cutting and pasting your code - read the posting guidelines: http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines and post a link to your code, not the code itself!) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
