addLoadEvent(arraypunti);

var icon;
var gmarkers;
var info;
function arraypunti(){
	var newpoints = new Array();
	newpoints[0] = new Array (41.882597, 12.463368, 'Le aule presso Villa Maria', 'L.go Berchet 4, 00152 Roma',  'verde', 'tel');
	newpoints[1] = new Array (41.882637, 12.459801, 'Ufficio Inforamzioni', 'via Sprovieri 6, 00152 Roma',  'rosso', 'tel');
	return newpoints;
}
