diff --git a/index.html b/index.html
index 9a4f9ba..8cf8dbd 100644
--- a/index.html
+++ b/index.html
@@ -279,7 +279,10 @@
Marker
Set Position
-
+
@@ -308,7 +311,9 @@
How?
<a ng-click="setMarkerPosition(currentMarker, currentMarkerLat, currentMarkerLng)">Set Position</a>
</div>
-<div ui-map="myMap" class="map"
+<!-- Giving the div an id="map_canvas" fix problems with twitter bootstrap affecting
+google maps -->
+<div id="map_canvas" ui-map="myMap" class="map"
ui-event="{'map-click': 'addMarker($event)', 'map-zoom_changed': 'setZoomMessage(myMap.getZoom())' }"
ui-options="mapOptions">
</div>