function initialize() {
	if (GBrowserIsCompatible()) {
		var map = new GMap2(document.getElementById("map"));
		map.setCenter(new GLatLng(59.8473, 13.1511), 13);
		map.openInfoWindowHtml(map.getCenter(),"<b>iNGRIDPAC</b>" + '<br />' + "Svetsarevägen 3" + '<br />' + "S-686 33 SUNNE"  + '<br />' + "Vi finns på IDEUM");
}
}
