map = new google.maps.Map( document.getElementById('map'), { mapTypeId: 'carte', streetViewControl: false, mapTypeControlOptions: { mapTypeIds: ['carte', google.maps.MapTypeId.ROADMAP] }, center: new google.maps.LatLng(48.845, 2.424), zoom: 15 });