How to setup simple Google Maps on your website
Here’s a quick howto on setting up Google Maps on your website. Ideal for “Contact Us” pages. Go to http://code.google.com/apis/maps/signup.html to get an API key for your website. An API key is a really long string of random characters. You will get something that looks like this: <script src=”http://maps.google.com/maps?file=api&v=2&key=YOUR_API_KEY_HERE” type=”text/javascript”></script> Put this <script> tag on […]