Sharing the wealth here... Create your own dunkin donuts POIs (or whatever).
I discovered that Street Atlas 2008 (plus edition) has a 4gb phone book of the whole united states (whate pages and yellow pages)... and you can "trick" it into geocoding the addresses (yielding longitude/latitude) into a Microsoft Access MDB file... You do this by using the export to XDATA feature. This export (takes a few minutes) actually geocodes the addresses and writes it out as a MDB file ... it has a DDS extension (but it's really an Access MDB)... and the password is "SELECT USER".
One catch... SA only allows 1000 records in an export at a time. So, this can be a bit painful if you have more than 1000 hits (then you'll have to export by region, etc)... but, hey... it's pretty cool!
So, once you have your MDB file, you can use Access to create a CSV file ready for import into a POI editor.
I have a SQL query at my blog to help with the Access export... http://ericstupidcrap.blogspot.com/
Geocoding for free ... nearly... SA2008 is like $60... pretty reasonable...
I discovered that Street Atlas 2008 (plus edition) has a 4gb phone book of the whole united states (whate pages and yellow pages)... and you can "trick" it into geocoding the addresses (yielding longitude/latitude) into a Microsoft Access MDB file... You do this by using the export to XDATA feature. This export (takes a few minutes) actually geocodes the addresses and writes it out as a MDB file ... it has a DDS extension (but it's really an Access MDB)... and the password is "SELECT USER".
One catch... SA only allows 1000 records in an export at a time. So, this can be a bit painful if you have more than 1000 hits (then you'll have to export by region, etc)... but, hey... it's pretty cool!
So, once you have your MDB file, you can use Access to create a CSV file ready for import into a POI editor.
I have a SQL query at my blog to help with the Access export... http://ericstupidcrap.blogspot.com/
Geocoding for free ... nearly... SA2008 is like $60... pretty reasonable...