I'd like to have google maps loop through a bunch of cities while doing a nearby search. However, the asynchronous strategy from maps is not allowing the code to operate as intended. I want it to be procedural and it seems like removing the callback would fix it.
Does anyone have advise?