I think you have to change the CSS. It currently says
.map-places-listing {
max-width: 960px;
}
You can change that to
.map-places-listing {
max-width: 100%;
}
Note for Stiofan: Actually, I think that always needs to be 100% as it always is supposed to be 100% of the map.