Google Map API conflicting with jQuery

Hi,

I am having problems getting Google Map API v3 to work when i also have also included jQuery in the document. If i remove the jQuery script source:

<script src=“http://code.jquery.com/jquery-1.7.min.js”></script>

the Google Map display’s fine but when it is included it doesn’t appear. Does jQuery conflict with the Google Map javascript?

Thanks!

Ok, it’s not down to the jQuery source at all. Seems to be not appearing in a normal Div. I can figure this one out on my own :slight_smile: