I\'ve recently been doing development upgrading our maps to v3 and during development I was using my own personal key. Everything was working fine. When it was time to go to
If you are testing locally, make sure to add your local ip to the server key:
xxx.xxx.xxx.xxx
if you want the maps api to be available across the whole domain add this to the browser key:
*.mydomain.com/*
Hope this helps.