#gmap {
    width: auto;
    height: 300px;
    margin-top: 15px;
}

/**
* fix: http://stackoverflow.com/questions/9141249/twitter-bootstrap-css-affecting-google-maps
*/
#gmap img {
    max-width: none;
}