(function ($) { $(document).ready(function(){ if ($("#map").length > 0) { var map = new GMaps({ div: '#map', zoom: 6, lat: 46.8425952, lng: 4.7511535 }); map.addMarkers([ { lat: 45.443403, lng: 9.1582704, title: 'Artefice Group', infoWindow: { content: '

Artefice Group
Via Giacomo Watt, 37
20143 Milan - Italy
Phone:+39 02 8912 2202
Web site: www.arteficegroup.com
Email: p.benzi@arteficegroup.com

' } }, { lat: 45.500567, lng: 9.142024, title: 'Politecnico di Milano', infoWindow: { content: '

Politecnico di Milano
Via Giuseppe La Masa, 1
20156 Milan - Italy
Phone: +39 02 2399 8500
Web site: www.polimi.it - www.mecc.polimi.it

' } }, { lat: 51.3777464, lng: -2.3285666, title: 'University of Bath', infoWindow: { content: '

University of Bath
North East Somerset, BA2 7AY
Bath - Regno Unito
Phone: +44 1225 3883 88
Web site: www.bath.ac.uk

' } }, { lat: 45.1910287, lng: 5.7151705, title: 'Grenoble INP', infoWindow: { content: '

Grenoble INP
46 Avenue Félix Viallet
38000 Grenoble - France
Phone: +33 4 76 57 45 00
Web site: www.grenoble-inp.fr

' } }, { lat: 48.871271, lng: 2.3057351, title: 'Viseo', infoWindow: { content: '

Viseo
38 Rue de Ponthieu
75008 Paris - France
Phone: +33 1 56 56 71 00
Web site: www.viseo.com

' } }, { lat: 50.8046977, lng: 3.2881585, title: 'Flanders InShape', infoWindow: { content: '

Flanders InShape
Etienne Sabbelaan 51
8500 Kortrijk - Belgium
Phone: +32 (0)56 28 28 50
Web site: www.flandersinshape.be
Email: info@flandersinshape.be

' } }, { lat: 41.6389042, lng: 2.4007659, title: 'Stimulo', infoWindow: { content: '

Stimulo
Plaça Damià Mateu 1
08450 Llinars del Vallès
Barcelona - Spagna
Phone: +34 93 841 35 89
Web site: www.stimulo.com/
Email: hola@stimulo.com

' } } ]); } }); })(window.jQuery);