the maps api is loaded without a key on line 64 of http://www.vaastusearch.com/

<script src="http://maps.google.com/maps?file=api&amp;v=2"; type="text/
javascript"></script>

see the following doco:
http://code.google.com/apis/maps/documentation/javascript/v2/introduction.html#Loading_the_Maps_API

you will need to include the key and sensor parameters:

<script src="http://maps.google.com/maps?
file=api&v=2&key=abcdefg&sensor=true_or_false"
        type="text/javascript">
</script>

...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to