I know how to pass coordinates to Google Maps like so:
var locations = [
['Bondi Beach', -33.890542, 151.274856, 4],
['Coogee Beach', -33.923036, 151.259052, 5],
['Cronulla Beach', -34.028249, 151.157507, 3],
['Manly Beach', -33.80010128657071, 151.28747820854187, 2],
['Maroubra Beach', -33.950198, 151.259302, 1]
];
I'm interested to know if you have to have coordinates. I have a website with hundereds of users who have entered their own citys. Can I map these users without running a script to generate coordinates for each?