$(document).ready(function(){
    
    new Q.GoogleMap({
        id: 'map',
        zoom: 14,
        marker: true,
        mapControl: true,
        typeControl: true,
        type: 'normal',
        expand: {
            to: {width: 878, height: 550},
            hide: ['#hcard']
        }
    });
    
});