    //function to execute when doc ready
    $(function() {
$('map *').qtip({style: { name:'light',tip:true,fontSize:"12px"},position: {corner: {target: 'topMiddle',tooltip: 'bottomMiddle'}
                     },style: {name: 'house',padding: '10px 10px',width: {max: 210,min: 0},tip: true}})
    });