I'm trying to create a store locator based off the static csv example used by Google http://storelocator.googlecode.com/git/examples/panel.html
I have recreated this example on my own server but if I edit the csv file in any way, even if I just remove some of the rows it returns a blank map.
I was hoping I could use this example as a template by replacing the default values in the csv file with my own(http://storelocator.googlecode.com/git/examples/medicare.csv). There is clearly more to it than I assumed and was hoping someone could point me in the right direction in terms of why I can't just edit the fields in the csv with my own values and what else should I be editing?
This is their main page http://storelocator.googlecode.com/git/index.html
I have been searching online for a way to do this and I have now asked this question here as I am struggling to find an answer.