var map;
	var marker_list=[];
	var txt_list=[];   
	var MOP = null;

    function load() {
      if (GBrowserIsCompatible()) {

        map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(36.142311,138.183289), 8);
        map.addControl(new GLargeMapControl());
        map.addControl(new GScaleControl());
        map.addControl(new GMapTypeControl());
        map.addControl(new GOverviewMapControl());
        
        addMap1();
      }
    }        
        
	function showmap(list_num) {
		
		map.clearOverlays();
		if(marker_list.length) {
			 
				while(txt_list.length) {
					txt_list.pop();
				}
				while(marker_list.length) {
					marker_list.pop();
				}	
		}
		
		if(list_num==1) {
			addMap1();
		} else if(list_num==2) {	
			addMap2();		
		} else if(list_num==3) {
			addMap3();		
		} else if(list_num==4) {
        	addMap4();			
		} else if(list_num==5) {
			addMap5();
		} else if(list_num==6) {
			addMap6();
		}
		
		map.setCenter(GLatLng(36.142311,138.183289), 8);
	}



    function addMap1() {
    //病院、分院、診療所
    var txt="<h2 class=\"title_gmap\">佐久総合病院</h2><p class=\"str03\">〒384-0301<br />佐久市臼田197番地</p><div class=\"tel_box\">TEL 0267-82-3131<br />FAX 0267-82-9638</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.198369,138.479995),txt);

        txt="<h2 class=\"title_gmap\">佐久総合病院<br />美里分院</h2><p class=\"str03\">〒384-0301<br />佐久市臼田779番地4</p><div class=\"tel_box\">TEL 0267-81-4500<br />FAX 0267-81-4501</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.2078056,138.4778372),txt);

        txt="<h2 class=\"title_gmap\">佐久総合病院<br />小海分院</h2><p class=\"str03\">〒384-1103<br />南佐久郡小海町大字豊里78番地</p><div class=\"tel_box\">TEL 0267-92-2077<br />FAX 0267-92-2441</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.0943386,138.4840359),txt);

        txt="<h2 class=\"title_gmap\">佐久総合病院<br />付属小海診療所</h2><p class=\"str03\">〒384-1102<br />南佐久郡小海町大字小海4269番地9</p><div class=\"tel_box\">TEL 0267-92-2163<br />FAX 0267-92-3846</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.0884782,138.4825199),txt);

        txt="<h2 class=\"title_gmap\">小諸厚生総合病院</h2><p class=\"str03\">〒384-8588<br />小諸市与良町3丁目2番31号</p><div class=\"tel_box\">TEL 0267-22-1070<br />FAX 0267-23-9127</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.3220949,138.4303967),txt);

        txt="<h2 class=\"title_gmap\">小諸厚生総合病院<br />附属美里診療所</h2><p class=\"str03\">〒384-0084<br />小諸市大字耳取1003番地1</p><div class=\"tel_box\">TEL 0267-22-0901<br />FAX 0267-22-0905</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.290638676380816,138.4410059452057),txt);

        txt="<h2 class=\"title_gmap\">安曇総合病院</h2><p class=\"str03\">〒399-8695<br />北安曇郡池田町大字池田3207番地1</p><div class=\"tel_box\">TEL 0261-62-3166<br />FAX 0261-62-2711</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.42174000233082,137.8729408979416),txt);

        txt="<h2 class=\"title_gmap\">安曇総合病院<br />附属白馬診療所</h2><p class=\"str03\">〒399-9211<br />北安曇郡白馬村大字神城21551番地</p><div class=\"tel_box\">TEL 0261-75-4123<br />FAX 0261-75-4182</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.6523122,137.8456194),txt);

	txt="<h2 class=\"title_gmap\">安曇総合病院<br />附属メンタルケアセンター<br />あずみ</h2><p class=\"str03\">〒399-8601<br />北安曇郡池田町大字池田3169番地1</p><div class=\"tel_box\">TEL 0261-62-9830<br />FAX 0261-62-9860</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.4219682,137.8758102),txt);

	txt="<h2 class=\"title_gmap\">長野松代総合病院</h2><p class=\"str03\">〒381-1231<br />長野市松代町松代183番地</p><div class=\"tel_box\">TEL 026-278-2031<br />FAX 026-278-9167</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.5638653,138.1989667),txt);

	txt="<h2 class=\"title_gmap\">長野松代総合病院<br />附属若穂病院</h2><p class=\"str03\">381-0101<br />長野市若穂綿内7615番地1</p><div class=\"tel_box\">TEL 026-282-7111<br />FAX 026-282-7117</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.610896,138.2518631),txt);                   

	txt="<h2 class=\"title_gmap\">長野松代総合病院<br />附属ちくま診療所</h2><p class=\"str03\">〒387-0005<br />千曲市大字森1401番地7</p><div class=\"tel_box\">TEL 026-273-8511<br />FAX 026-273-8512</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.5224239,138.1561008),txt);  

	txt="<h2 class=\"title_gmap\">北信総合病院</h2><p class=\"str03\">〒383-8505<br />中野市西1丁目5番63号</p><div class=\"tel_box\">TEL 0269-22-2151<br />FAX 0269-22-2426</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.7469156,138.3662867),txt); 

	txt="<h2 class=\"title_gmap\">北信総合病院<br />附属北信州診療所</h2><p class=\"str03\">〒389-2412<br />飯山市大字常郷12番地5</p><div class=\"tel_box\">TEL 0269-65-1200<br />FAX 0269-65-1211</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.9186341,138.393763),txt); 

	txt="<h2 class=\"title_gmap\">鹿教湯三才山<br />リハビリテーションセンター<br />鹿教湯病院</h2><p class=\"str03\">〒386-0396<br />上田市鹿教湯温泉1308番地</p><div class=\"tel_box\">TEL 0268-44-2111<br />FAX 0268-44-2117</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.302463523685226,138.1356766819954),txt);  

	txt="<h2 class=\"title_gmap\">鹿教湯三才山<br />リハビリテーションセンター<br />三才山病院</h2><p class=\"str03\">〒386-0393<br />上田市鹿教湯温泉1777番地</p><div class=\"tel_box\">TEL 0268-44-2321<br />FAX 0268-45-3709</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.29455166706014,138.0899477005005),txt);  

	txt="<h2 class=\"title_gmap\">鹿教湯三才山<br />リハビリテーションセンター<br />鹿教湯病院分院</h2><p class=\"str03\">〒386-0323<br />上田市鹿教湯温泉1291番地</p><div class=\"tel_box\">TEL 0268-44-2303<br />FAX 0268-45-3072</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.3030237,138.1365024),txt);  

	txt="<h2 class=\"title_gmap\">鹿教湯三才山<br />リハビリテーションセンター<br />附属豊殿診療所</h2><p class=\"str03\">〒386-0004<br />上田市殿城250番地4</p><div class=\"tel_box\">TEL 0268-29-1220<br />FAX 0268-29-1229</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.4030618,138.3004676),txt);  

	txt="<h2 class=\"title_gmap\">新町病院</h2><p class=\"str03\">〒381-2404<br />長野市信州新町上条137番地</p><div class=\"tel_box\">TEL 026-262-3111<br />FAX 026-262-3411</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.5731139,138.0213452),txt);  

	txt="<h2 class=\"title_gmap\">篠ノ井総合病院</h2><p class=\"str03\">〒388-8004<br />長野市篠ノ井会666番地1</p><div class=\"tel_box\">TEL 026-292-2261<br />FAX 026-293-0025</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.575762,138.1495641),txt); 

	txt="<h2 class=\"title_gmap\">富士見高原病院</h2><p class=\"str03\">〒399-0214<br />諏訪郡富士見町落合11100番地</p><div class=\"tel_box\">TEL 0266-62-3030<br />FAX 0266-62-5188</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.9145937,138.2426567),txt); 

	txt="<h2 class=\"title_gmap\">富士見高原病院<br />附属中新田診療所</h2><p class=\"str03\">〒391-0108<br />諏訪郡原村13221番地2</p><div class=\"tel_box\">TEL 0266-70-1331<br />FAX 0266-70-1332</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.95608918826689,138.23590278625488),txt); 

	txt="<h2 class=\"title_gmap\">富士見高原病院<br />附属みすず診療所</h2><p class=\"str03\">〒396-0111<br />伊那市美篶7793番地1</p><div class=\"tel_box\">TEL 0265-71-5556<br />FAX 0265-71-5558</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.8397525,138.012394),txt); 

	txt="<h2 class=\"title_gmap\">下伊那厚生病院</h2><p class=\"str03\">〒399-3102<br />下伊那郡高森町大字吉田481番地13</p><div class=\"tel_box\">TEL 0265-35-7511<br />FAX 0265-35-1182</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.5511666,137.8881448),txt); 

	txt="<h2 class=\"title_gmap\">長野PET・画像診断センター</h2><p class=\"str03\">〒380-0928<br />長野市若里六丁目6番10号</p><div class=\"tel_box\">TEL 026-269-0550<br />FAX 026-269-0555</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.62670678268335,138.1930035352707),txt); 

	txt="<h2 class=\"title_gmap\">本所</h2><p class=\"str03\">〒380-0826<br />長野市大字南長野北石堂町1177番地3</p><div class=\"tel_box\">TEL 026-236-2305<br />FAX 026-236-2307</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.6477049,138.1856275),txt);
    }
    
    
    function addMap2() {
    //老人保健施設、宅老所
			var txt="<h2 class=\"title_gmap\">佐久総合病院<br />老人保健施設</h2><p class=\"str03\">〒384-0301<br />佐久市臼田197番地</p><div class=\"tel_box\">TEL 0267-82-7100<br />FAX 0267-82-7104</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.1984234, 138.4799901),txt);
        
        var txt="<h2 class=\"title_gmap\">佐久総合病院<br />老人保健施設「こうみ」</h2><p class=\"str03\">〒384-1102<br />南佐久郡小海町大字小海4487番地1</p><div class=\"tel_box\">TEL 0267-92-5500<br />FAX 0267-92-0025</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.0863729, 138.4845477),txt);
        
        var txt="<h2 class=\"title_gmap\">小諸厚生総合病院<br />老人保健施設「こまくさ」</h2><p class=\"str03\">〒384-0012<br />小諸市南町2丁目2番27号</p><div class=\"tel_box\">TEL 0267-25-1770<br />FAX 0267-26-3035</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.3228753, 138.4281357),txt);
        
        var txt="<h2 class=\"title_gmap\">北信総合病院<br />老人保健施設「もえぎ」</h2><p class=\"str03\">〒383-0015<br />中野市吉田123番地1</p><div class=\"tel_box\">TEL 0269-22-7800<br />FAX 0269-22-8585</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.7525731, 138.3519214),txt);
        
        var txt="<h2 class=\"title_gmap\">富士見高原病院<br />老人保健施設「あららぎ」</h2><p class=\"str03\">〒399-0214<br />諏訪郡富士見町落合11106番地1</p><div class=\"tel_box\">TEL 0266-62-8008<br />FAX 0266-62-8005</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.9150076, 138.2440316),txt);
        
        var txt="<h2 class=\"title_gmap\">富士見高原病院<br />老人保健施設「さくらの」</h2><p class=\"str03\">〒391-0108<br />諏訪郡原村13220番地1</p><div class=\"tel_box\">TEL 0266-70-1222<br />FAX 0266-70-1223</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.95608918826689,138.23590278625488),txt);
        
        var txt="<h2 class=\"title_gmap\">富士見高原病院<br />老人保健施設「すずたけ」</h2><p class=\"str03\">〒396-0111<br />伊那市美篶7792番地3</p><div class=\"tel_box\">TEL 0265-74-0201<br />FAX 0265-74-0208</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.8427713, 138.0017809),txt);
        
        var txt="<h2 class=\"title_gmap\">佐久総合病院<br />宅老所「やちほの家」</h2><p class=\"str03\">〒384-0701<br />南佐久郡佐久穂町大字畑996-1</p><div class=\"tel_box\">TEL 0267-88-2317<br />FAX 0267-88-2317</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.1336811, 138.4697458),txt);
        
        var txt="<h2 class=\"title_gmap\">富士見高原病院<br />グループホームやまゆり</h2><p class=\"str03\">〒399-0211<br />諏訪郡富士見町富士見3796番地5</p><div class=\"tel_box\">TEL 0266-61-1011<br />FAX 0266-61-1055</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.911249,138.23818),txt);

    }
    
    
    function addMap3() {
    //訪問看護ステーション
			var txt="<h2 class=\"title_gmap\">佐久総合病院<br />訪問看護ステーション「うすだ」</h2><p class=\"str03\">〒384-0301<br />佐久市臼田197番地</p><div class=\"tel_box\">TEL 0267-82-8210<br />FAX 0267-82-8211</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.1984234, 138.4799901),txt);
        
        var txt="<h2 class=\"title_gmap\">佐久総合病院<br />訪問看護ステーション「のざわ」</h2><p class=\"str03\">〒385-0052<br />佐久市原71番地5</p><div class=\"tel_box\">TEL 0267-62-0167<br />FAX 0267-62-9978</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.2218291, 138.4704375),txt);
        
        var txt="<h2 class=\"title_gmap\">佐久総合病院<br />訪問看護ステーション「やちほ」</h2><p class=\"str03\">〒384-0701<br />南佐久郡佐久穂町大字畑660番地</p><div class=\"tel_box\">TEL 0267-88-4848<br />FAX 0267-88-4301</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.1433662, 138.4711426),txt);
        
        var txt="<h2 class=\"title_gmap\">佐久総合病院<br />訪問看護ステーション「こうみ」</h2><p class=\"str03\">〒384-1102<br />南佐久郡小海町大字小海4487番地1</p><div class=\"tel_box\">TEL 0267-91-2110<br />FAX 0267-91-2111</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.0863729, 138.4845477),txt);
        
        var txt="<h2 class=\"title_gmap\">佐久総合病院<br />訪問看護ステーション「あさしな」</h2><p class=\"str03\">〒384-2102<br />佐久市塩名田570番地1</p><div class=\"tel_box\">TEL 0267-51-5033<br />FAX 0267-51-5034</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.2688343, 138.4209072),txt);
        
        var txt="<h2 class=\"title_gmap\">小諸厚生総合病院<br />訪問看護ステーション「こもろ」</h2><p class=\"str03\">〒384-0012<br />小諸市南町2丁目2番27号</p><div class=\"tel_box\">TEL 0267-24-1052<br />FAX 0267-24-1045</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.3228753, 138.4281357),txt);
        
        var txt="<h2 class=\"title_gmap\">小諸厚生総合病院<br />訪問看護ステーション<br />「こもろ　たてしなサテライト」</h2><p class=\"str03\">〒384-2305<br />北佐久郡立科町芦田1168番地1</p><div class=\"tel_box\">TEL 0267-56-2069<br />FAX 0267-56-2079</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.27456092733708,138.32102000713348),txt);
        
        var txt="<h2 class=\"title_gmap\">小諸厚生総合病院<br />訪問看護ステーション<br />「こもろ　みさとサテライト」</h2><p class=\"str03\">〒384-0084<br />小諸市耳取1003番地1</p><div class=\"tel_box\">TEL 0267-22-2211<br />FAX 0267-22-2262</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.290638676380816, 138.4410059452057),txt);		
       
        var txt="<h2 class=\"title_gmap\">安曇総合病院<br />訪問看護ステーション<br />「あずみ」</h2><p class=\"str03\">〒399-8695<br />北安曇郡池田町大字池田3207番地1</p><div class=\"tel_box\">TEL 0261-61-1170<br />FAX 0261-61-1170</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.4212543, 137.8728437),txt);  
       
        var txt="<h2 class=\"title_gmap\">安曇総合病院<br />訪問看護ステーション<br />「はくば」</h2><p class=\"str03\">〒399-9211<br />北安曇郡白馬村大字神城21551番地</p><div class=\"tel_box\">TEL 0261-75-4121<br />FAX 0261-75-4126</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.6523122, 137.8456194),txt); 
       
        var txt="<h2 class=\"title_gmap\">安曇総合病院<br />訪問看護ステーション<br />「いやし」</h2><p class=\"str03\">〒399-8601<br />北安曇郡池田町大字池田3169番地1</p><div class=\"tel_box\">TEL 0261-61-1321<br />FAX 0261-61-1321</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.4219682, 137.8758102),txt); 
       
        var txt="<h2 class=\"title_gmap\">長野松代総合病院<br />訪問看護ステーション<br />「まつしろ」</h2><p class=\"str03\">〒381-1231<br />長野市松代町松代183番地</p><div class=\"tel_box\">TEL 026-278-2031<br />FAX 026-278-9167</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.5638653, 138.1989667),txt); 
       
        var txt="<h2 class=\"title_gmap\">北信総合病院<br />訪問看護ステーション<br />「なかの」</h2><p class=\"str03\">〒383-8505<br />中野市西1丁目5番63号</p><div class=\"tel_box\">TEL 0269-23-2403<br />FAX 0269-23-3174</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.7469156, 138.3662867),txt); 
       
        var txt="<h2 class=\"title_gmap\">北信総合病院<br />訪問看護ステーション<br />「せせらぎ」</h2><p class=\"str03\">〒383-8505<br />中野市西1丁目5番63号</p><div class=\"tel_box\">TEL 0269-22-2151<br />FAX 0269-22-2426</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.7469156, 138.3662867),txt); 
       
        var txt="<h2 class=\"title_gmap\">鹿教湯三才山リハビリテーションセンター<br />鹿教湯病院<br />訪問看護ステーション<br />「やまなみ」</h2><p class=\"str03\">〒386-0411<br />上田市生田3882番地</p><div class=\"tel_box\">TEL 0268-43-8778<br />FAX 0268-43-8779</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.3522454, 138.2736864),txt); 
       
        var txt="<h2 class=\"title_gmap\">鹿教湯三才山リハビリテーションセンター<br />鹿教湯病院<br />訪問看護ステーション<br />「やまびこ」</h2><p class=\"str03\">〒386-1106<br />上田市小泉72番地1</p><div class=\"tel_box\">TEL 0268-26-6600<br />FAX 0268-26-6615</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.3638956, 138.1980312),txt); 
       
        var txt="<h2 class=\"title_gmap\">鹿教湯三才山リハビリテーションセンター<br />鹿教湯病院<br />訪問看護ステーション<br />「やまなみあやめの里サテライト」</h2><p class=\"str03\">〒386-0004<br />上田市殿城239番地1</p><div class=\"tel_box\">TEL 0268-29-6710<br />FAX 0268-29-6711</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.4033868, 138.3014508),txt); 
       
        var txt="<h2 class=\"title_gmap\">鹿教湯三才山リハビリテーションセンター<br />三才山病院<br />訪問看護ステーション<br />「やまびこ筑北サテライト」</h2><p class=\"str03\">〒399-7701<br />東筑摩郡麻績村麻3890番地1</p><div class=\"tel_box\">TEL 0263-67-1122<br />FAX 0263-67-1123</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.45709336187558, 138.0479872226715),txt); 
       
        var txt="<h2 class=\"title_gmap\">鹿教湯三才山リハビリテーションセンター<br />三才山病院<br />訪問看護ステーション<br />「やまなみ三才山サテライト」</h2><p class=\"str03\">〒390-0302<br />松本市三才山1103-2番地</p><div class=\"tel_box\">TEL 0263-46-0231<br />FAX 0263-46-0355</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.28025424760577, 138.0113965272903),txt); 
       
        var txt="<h2 class=\"title_gmap\">新町病院<br />訪問看護ステーション<br />「しんまち」</h2><p class=\"str03\">〒381-2404<br />長野市信州新町上条137番地</p><div class=\"tel_box\">TEL 026-262-2359<br />FAX 026-262-2359</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.5731139, 138.0213452),txt);
       
        var txt="<h2 class=\"title_gmap\">篠ノ井総合病院<br />訪問看護ステーション<br />「しののい」</h2><p class=\"str03\">〒388-8004<br />長野市篠ノ井会666番地1</p><div class=\"tel_box\">TEL 026-292-2261<br />FAX 026-293-0025</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.575762, 138.1495641),txt);    
       
        var txt="<h2 class=\"title_gmap\">富士見高原病院<br />訪問看護ステーション<br />「ふじみ」</h2><p class=\"str03\">〒399-0214<br />諏訪郡富士見町落合11106番地1</p><div class=\"tel_box\">TEL 0266-62-8003<br />FAX 0266-62-8005</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.9150076, 138.2440316),txt);    
       
        var txt="<h2 class=\"title_gmap\">富士見高原病院<br />訪問看護ステーション<br />「すずたけ」</h2><p class=\"str03\">〒396-0111<br />伊那市美篶7792番地3</p><div class=\"tel_box\">TEL 0265-74-0301<br />FAX 0265-74-0208</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.8427713, 138.0017809),txt);    
       
        var txt="<h2 class=\"title_gmap\">下伊那厚生病院<br />訪問看護ステーション<br />「ふれあい」</h2><p class=\"str03\">〒399-3102<br />下伊那郡高森町大字吉田481番地1</p><div class=\"tel_box\">TEL 0265-35-1277<br />FAX 0265-35-1214</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.5511666, 137.8881448),txt);  
    }
    
    function addMap4() {
    //地域包括支援センター  
        	var txt="<h2 class=\"title_gmap\">臼田地域包括支援センター</h2><p class=\"str03\">〒384-0414<br />佐久市下越16番地5</p><div class=\"tel_box\">TEL 0267-81-5100<br />FAX 0267-81-5101</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.1982568, 138.48722),txt);
        
        var txt="<h2 class=\"title_gmap\">富士見町地域包括支援センター</h2><p class=\"str03\">〒399-0214<br />諏訪郡富士見町落合11106番地1</p><div class=\"tel_box\">TEL 0266-62-8200<br />FAX 0266-62-8200</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.9150076, 138.2440316),txt);	
        	
    }
    
    
    function addMap5() {
    //在宅介護支援センター
		var txt="<h2 class=\"title_gmap\">長野市在宅介護支援センター<br />長野松代総合病院</h2><p class=\"str03\">〒381-1231<br />長野市松代町松代183番地</p><div class=\"tel_box\">TEL 026-278-1355<br />FAX 026-278-1355</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.5638653, 138.1989667),txt);
        
        var txt="<h2 class=\"title_gmap\">長野市在宅介護支援センター<br />篠ノ井総合病院</h2><p class=\"str03\">〒388-8004<br />長野市篠ノ井会666番地1</p><div class=\"tel_box\">TEL 026-261-1062<br />FAX 026-261-1063</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.575762, 138.1495641),txt);		
    }
    
    
    function addMap6() {
    //関連施設
		var txt="<h2 class=\"title_gmap\">健康管理センター</h2><p class=\"str03\">〒384-0301<br />佐久市臼田197番地</p><div class=\"tel_box\">TEL 0267-82-2677<br />FAX 0267-82-7034</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.19739532352179,138.4808474779129),txt); 

		var txt="<h2 class=\"title_gmap\">佐久総合病院看護専門学校</h2><p class=\"str03\">〒384-0301<br />佐久市臼田2238番地</p><div class=\"tel_box\">TEL 0267-82-2474<br />FAX 0267-82-2152</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.6477049, 138.1856275),txt);

		var txt="<h2 class=\"title_gmap\">佐久東洋医学研究所</h2><p class=\"str03\">〒384-0301<br />佐久市臼田197番地</p><div class=\"tel_box\">TEL 0267-82-2525<br />&nbsp;</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.1984234, 138.4799901),txt);
 
		var txt="<h2 class=\"title_gmap\">佐久総合病院<br />院内保育所「ガーコの家」</h2><p class=\"str03\">〒384-0301<br />佐久市臼田197番地</p><div class=\"tel_box\">TEL 0267-82-3131<br />FAX 0267-82-9638</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.198369,138.479995),txt);
        
        var txt="<h2 class=\"title_gmap\">安曇総合病院<br />院内保育所「あずみっこ」</h2><p class=\"str03\">〒399-8695<br />北安曇郡池田町大字池田3207番地1</p><div class=\"tel_box\">TEL 0261-62-3166<br />FAX 0261-62-2711</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.42174000233082,137.8729408979416),txt);
        
       	var txt="<h2 class=\"title_gmap\">北信総合病院<br />院内保育所「たんぽぽ保育園」</h2><p class=\"str03\">〒383-8505<br />中野市西1丁目5番63号</p><div class=\"tel_box\">TEL 0269-22-2151<br />FAX 0269-22-2426</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.7469156,138.3662867),txt);
        
		var txt="<h2 class=\"title_gmap\">鹿教湯三才山リハビリテーションセンター 鹿教湯病院<br />院内保育所「バンビの家」</h2><p class=\"str03\">〒386-0396<br />上田市鹿教湯温泉1308番地</p><div class=\"tel_box\">TEL 0268-44-2111<br />FAX 0268-44-2117</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.302463523685226,138.1356766819954),txt);
        
		var txt="<h2 class=\"title_gmap\">富士見高原病院<br />院内保育所「すずらん保育園」</h2><p class=\"str03\">〒399-0214<br />諏訪郡富士見町落合11100番地1</p><div class=\"tel_box\">TEL 0266-62-8050<br />FAX 0266-62-5188</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(35.9145937,138.2426567),txt);
		
		var txt="<h2 class=\"title_gmap\">佐久総合病院<br />院内学級</h2><p class=\"str03\">〒384-0301<br />佐久市臼田197番地</p><div class=\"tel_box\">TEL 0267-82-3131<br />FAX 0267-82-9638</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.198369,138.479995),txt);
			

		var txt="<h2 class=\"title_gmap\">北信総合病院<br />院内学級</h2><p class=\"str03\">〒383-8505<br />中野市西1丁目5番63号</p><div class=\"tel_box\">TEL 0269-22-2151<br />FAX 0269-22-2426</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.7469156,138.3662867),txt);
			
  
   //関係団体施設
         var txt="<h2 class=\"title_gmap\">財団法人<br />日本農村医学研究所</h2><p class=\"str03\">〒384-0301<br />佐久市臼田787</p><div class=\"tel_box\">TEL 0267-82-2485<br />&nbsp; </div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.2075196, 138.4789344),txt);
        
        var txt="<h2 class=\"title_gmap\">財団法人<br />日本成人病予防会<長野県支部></h2><p class=\"str03\">〒380-0826<br />長野市大字南長野北石堂町1177番地3</p><div class=\"tel_box\">TEL 026-236-2305<br />&nbsp;</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.6477049, 138.1856275),txt);
        
        var txt="<h2 class=\"title_gmap\">財団法人<br />農村保健研修センター</h2><p class=\"str03\">〒384-0301<br />佐久市臼田787番地</p><div class=\"tel_box\">TEL 0267-82-5800<br />FAX 0267-82-5801</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.2075196, 138.4789344),txt);
        
        var txt="<h2 class=\"title_gmap\">社会福祉法人<br />ジェイエー長野会</h2><p class=\"str03\">〒380-0826<br />長野市大字南長野北石堂町1177番地3</p><div class=\"tel_box\">TEL 026-236-2308<br />FAX 026-236-2307</div>";
        txt_list.push(txt);
        addMarker(new GLatLng(36.6477049, 138.1856275),txt);
		
			
    }    
    
            
    function addMarker(latlng,txt){
    	var marker = new GMarker(latlng);
        GEvent.addListener(marker, "click", function() {
            marker.openInfoWindowHtml(txt);
        });
        marker_list.push(marker);
        MOP = marker;
		map.addOverlay(MOP);
    }
    
    function clickMarker(index){

        marker_list[index].openInfoWindowHtml(txt_list[index]);
        map.setCenter(marker_list[index].getPoint(),16);
    }
