Translates Zip Codes through Google API and places it on a Google Map
Replace [PUT YOUR KEY HERE] in index.html line 6 with your Google API Key.
Can run locally by running the following:
python -m SimpleHTTPServer 8000
Go to localhost:8000 in Chrome
Additional credit to Eric Field at the University of Virginia and his Data Visualization class.