/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
.map_container {
    height: 500px;
    width: 500px;
    margin: 0px;
}

#map {
    height: 100%;
    width:100%;
}
