function map_jump(store_name){	var target_store = encodeURIComponent(store_name);	window.open('../storemap/index.html?store=' + target_store,'“X•Ü‚Ì‚²ˆÄ“à');	// location.href = '../storemap/index.html?store=' + target_store;	}