$(function() {
     $('#map-address').gMap({
     	controls: {
     	        zoomControl: true
     	},
    	address: "Tiihalantie 51, Kangasala, Finland",
    	zoom: 13,
    	markers:[
    		{
    			address: "Tiihalantie 51, Kangasala"
    		}
    	]
    });
});
