function popUpLink(urlPop) {
	l = (screen.width-440)/2;
	t = (screen.height-380)/2;
  newWin = window.open(urlPop,"nuovafinestr");
}

window.onload=function(){
	
		
	if(document.getElementById("map")){
	load();	}
	
	if(document.getElementById("sede-napoli")) {
	document.getElementById('sede-napoli').onclick= function(){showAddress('40.8773013076, 14.3124729686',' Via delle Puglie 268 80143 Napoli');}
	document.getElementById('sede-caivano').onclick= function(){showAddress('40.9942567802, 14.2980835323',' Zona ASI Località Pascarola <br /><strong>80023 Caivano</strong>');}
		}
}
	
	window.onunload=function(){
	if(document.getElementById("map")){
	GUnload();	}
	}
