I am using the Google Maps API V3 with Twitter Bootstrap and this is what I got. The marker cannot be recognized as a marker, and the zoom tool is missing. 
Twitter boostrap seems to mess up the styling of the map canvas, is there a way to exclude an element from the styles with a specific structure? Or just simply reset the style on just the map canvas so that it doesn't fall into the stylesheet for the twitter boot buffer?
Here is some code other than the style from twitter bootstrap:
<style type="text/css"> html { height: 100% } body{ height: 100%; margin: 0; padding: 0 } </style>
user225269
source share