// JavaScript Document

/*	Endorsers Database */
			/*
			 *		name: 		official name of the organization - appears as text in main list
			 *
			 *		short:		usually an acronym for the organization - appears in the "map info box"
			 *						and in the "map list"
			 *
			 *		sortName:	used to sort the Endorser's database. The database is sorted alphbetcally by
			 *						this value; allows removing articles from titles and alphabetizing by
			 *						last names. USUALLY the same as the name property value
			 *
			 *		addr:		the address of the organization - EACH ENTRY SHOULD HAVE AN ADDRESS
			 *						used to generate a valid Google geocode (http://nationalnurse.org/geocoder.shtml).
			 *
			 *		web:		full url of the organization's web site (http://www.blahblah)
			 *						appear as link text in the main list and as the href for the roll over logo
			 *						in the "map info box"
			 *						Should be set to null if there is no available web site!
			 *
			 *		logo:		url of the rollover images - appear in the "map info box"
			 *						Should be set to null if no logos are available!
			 *
			 *		geocode:	valid Google geocodes based on the organization's address
			 *						if this is null then no entry will be generated for the map
			 *						Should be set to null if unknown!
			 *						IF NOT SET TO NULL, OR A VALID ENTRY CREATES A RUNTIME ERRROR!!!
			 *
			 *		infoBox, li, latLng, marker:	should all be set to null! 
			 *										only used internally to generate the map references.
			 *
			 * **************************************************************************************************************************/
			
			/* ****************  TEMPLATE  ********************************
				{ 
					name:'',
					short:'',
					sortName:'',
					addr:'',
					web:'',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/',
					geocode:new GLatLng(),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				
		   ***************************************************************************** */
				
NNDB = [


				{ 
					name:'Suzanne Gordon BA Author, Lecturer, and Patient Advocate',
					short:'Suzanne Gordon',
					sortName:'Suzanne Gordon BA Author, Lecturer, and Patient Advocate',
					addr:'New York, New York',
					web:'http://www.suzannegordon.com/',
					logo:null,
					geocode:new GLatLng(40.7142691, -74.0059729),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},



				{ 
					name:'Teena M. McGuinness, PhD, CRNP, FAAN',
					short:'Teena McGuinness',
					sortName:'Teena M. McGuinness PhD CRNP FAAN',
					addr:'Birmingham AL',
					web:null,
					logo:null,
					geocode:new GLatLng(33.5206608, -86.80249),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},



				{ 
					name:'Sally Cadman, MS, RN, ACNS-BC, CCRN',
					short:'Sally Cadman',
					sortName:'Sally Cadman, MS, RN, ACNS-BC, CCRN',
					addr:'Hollis, NH',
					web:null,
					logo:null,
					geocode:new GLatLng(42.7431438, -71.5917359),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				
				{ 
					name:'Linda M. Bertino, RN, MSN',
					short:'Linda M. Bertino',
					sortName:'Linda M. Bertino, RN, MSN',
					addr:'Jacksonville, FL',
					web:null,
					logo:null,
					geocode:new GLatLng(30.3321838, -81.655651),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				
				{ 
					name:'Alberto Godinez, LSW, Social Worker',
					short:'Alberto Godinez',
					sortName:'Alberto Godinez, LSW, Social Worker ',
					addr:'Chicago, IL',
					web:null,
					logo:null,
					geocode:new GLatLng(41.850033, -87.6500523),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},

				{ 
					name:'National Council of Certified Dementia Practitioners',
					short:'NCCDP',
					sortName:'National Council of Certified Dementia Practitioners',
					addr:'Sparta, NJ 07871',
					web:'http://www.nccdp.org/',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/NCCDP2_logo_off.jpg',
					geocode:new GLatLng(41.0322879, -74.6283316),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				


				{ 
					name:'Kathleen Sobczak, RN, BS, CRRN, CNLCP, COHN-S, CCM',
					short:'Kathleen Sobczak',
					sortName:'Kathleen Sobczak, RN, BS, CRRN, CNLCP, COHN-S, CCM',
					addr:'Sunrise, Fl 33323',
					web:null,
					logo:null,
					geocode:new GLatLng(26.1672222, -80.295),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
						
				{ 
					name:'Renee S. Rosomoff, BSN, MBA, CRRN, CRC, CDMS, QRP',
					short:'Renee S. Rosomoff',
					sortName:'Renee S. Rosomoff, BSN, MBA, CRRN, CRC, CDMS, QRP',
					addr:'Miami, Fl, 33137',
					web:null,
					logo:null,
					geocode:new GLatLng(25.8183562, -80.1902963),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
						
		
				{ 
					name:'Holly Bedgio RN-BC, BSN, CRNI,CWS,CLNC',
					short:'Holly Bedgio',
					sortName:'Holly Bedgio RN-BC, BSN, CRNI,CWS,CLNC',
					addr:'Coral Gables, FLorida 33134',
					web:null,
					logo:null,
					geocode:new GLatLng(25.7564662, -80.2711588),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				
				{ 
					name:'Janie McGrew MS, ARNP, CCRN, NE/NEA-BC',
					short:'Janie McGrew',
					sortName:'Janie McGrew',
					addr:'St. Petersburg FL',
					web:null,
					logo:null,
					geocode:new GLatLng(27.7518284, -82.6267345),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				
				{ 
					name:'Debi Williams, MS, RN',
					short:'Debi Williams',
					sortName:'Debi Williams',
					addr:'St. Petersburg FL',
					web:null,
					logo:null,
					geocode:new GLatLng(27.7518284, -82.6267345),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
		
			
				{
					name:'Bill Bradbury for Governor',
					short:'Bill Bradbury',
					sortName:'Bill Bradbury',
					addr:'Portland OR 97227',
					web:'http://www.bradbury2010.com/',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/bradbury_logo_off.png',
					geocode:new GLatLng(44.9428975, -123.0350963),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},

				{ 
					name:'Diana Swihart, PhD, DMin, MSN, CS, RN-BC',
					short:'Diana Swihart',
					sortName:'Diana Swihart',
					addr:'Bay Pines, Florida 33744',
					web:null,
					logo:null,
					geocode:new GLatLng(27.8138382, -82.7702339),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				
				{ 
					name:'Elizabeth Dennigan for Congress',
					short:'E. Dennigan',
					sortName:'Elizabeth Dennigan',
					addr:'Cranston, RI 02920-9998',
					web:'http://betsydenniganforcongress.com/',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/dennigan_logo_off.jpg',
					geocode:new GLatLng(41.7612384, -71.4655565),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
		
				{ 
					name:'MammaCare',
					short:'MammaCare',
					sortName:'MammaCare',
					addr:'930 NW 8th Ave Gainesville, Florida 32601',
					web:'http://mammacare.com/index.php',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/mammaCare_logo_off.jpg',
					geocode:new GLatLng(29.6545, -82.1804),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
		
				{ 
					name:'Governor Howard Dean (VT)',
					short:'Howard Dean',
					sortName:'Governor Howard Dean',
					addr:'Burlington Vermont',
					web:'http://standwithdrdean.com/',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/howardDean_logo_off.jpg',
					geocode:new GLatLng(44.475979, -73.210953),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				
				
				{ 
					name:'State Representative Terri Austin (IN)',
					short:'Terri Austin',
					sortName:'State Representative Austin Terri',
					addr:'Indianapolis, IN 46204-2786',
					web:'http://www.in.gov/legislative/house_democrats/austin_index.html',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/austin_logo_off.jpg',
					geocode:new GLatLng(39.767016, -86.156255),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
				
				{ 
					name:'Pennsylvania Coalition of Nurse Practitioners',
					short:'PCNP',
					sortName:'Pennsylvania Coalition of Nurse Practitioners',
					addr:'Mechanicsburg, PA 17055',
					web:'http://www.pacnp.org/',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/PCNP_logo_off.jpg',
					geocode:new GLatLng(40.211417, -77.007067),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
		
				{ 
					name:'Maverick Health',
					short:'Maverick Health',
					sortName:'Maverick Health',
					addr:'Ft. Myers, FL 33919',
					web:'http://www.maverickhealth.com',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/MH_logo_off.jpg',
					geocode:new GLatLng(26.5545224, -81.898908),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
		
				{ 
					name:'United American Nurses AFL-CIO',
					short:'UAN',
					sortName:'United American Nurses AFL-CIO ',
					addr:'Silver Spring, MD 20910',
					web:'http://www.uannurse.org/',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/UAN_logo_off.jpg',
					geocode:new GLatLng(39.0041504, -77.0391754),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
	
				{ 
					name:'Oregon State Legislature',
					short:'Oregon Legislature',
					sortName:'Oregon State Legislature',
					addr:'Salem OR',
					web:'http://www.leg.state.or.us/',
					logo:'http://mysite.verizon.net/millsj123/bloggerImages/oregonLeg_logo_off.jpg',
					geocode:new GLatLng(44.93701, -123.027165),
					infoBox:null,
					li:null,
					latLng:null,
					marker:null
				},
						

		
			{ 
				name:'The Truth About Nursing',
				short:'TAN',
				sortName:'The Truth About Nursing',
				addr:'Baltimore, Maryland',
				web:'http://www.truthaboutnursing.org/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/TAN_logo_off.jpg',
				geocode:new GLatLng(39.294255, -76.614275),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
			},
		
		
		
			{ 
				name:'State Delegate Margaret Vanderhye (VA)',
				short:'Margaret Vanderhye',
				sortName:'State Delegate Vanderhye Margaret',
				addr:'McClean, Virginia',
				web:'http://www.vanderhye.com/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/vanderhye_logo_off.jpg',
				geocode:new GLatLng(38.940575, -77.17472),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
			},
			
			
			{ 
				name:'Working Nurse',
				short:'Working Nurse',
				sortName:'Working Nurse',
				addr:'Wilshire, California',
				web:'http://www.workingnurse.com/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/workingnurse_logo_off.jpg',
				geocode:new GLatLng(34.0650162, -118.3169714),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
			},
			
			{ 
				name:'RNs Working Together',
				short:'RNs Together',
				sortName:'RNs Working Together',
				addr:'Washington DC',
				web:'http://www.rnsworkingtogether.org/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/workingTogether_logo_off.jpg',
				geocode:new GLatLng(38.892091, -77.024055),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
			},
			
			{ 
				name:'United Nurses of America (AFSCME)',
				short:'UNA',
				sortName:'United Nurses of America (AFSCME)',
				addr:'Washington DC',
				web:'http://www.afscme.org/workers/68.cfm',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/una_logo_off.jpg',
				geocode:new GLatLng(38.892091, -77.024055),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
			},

		{ 
			name:'NurseTogether.com',
			short:'NT.com',
			sortName:'NurseTogether.com',
			addr:'P.O. Box 4339 Orlando, FL 32802-4339',
			web:'http://www.nursetogether.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/nurseTogether_logo_off.jpg',
			geocode:new GLatLng(28.5383, -81.3794),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},

		{ 
			name:'Oregonians for Health Security',
			short:'OHS',
			sortName:'Oregonians for Health Security',
			addr:'Clackamas, OR 97015',
			web:'http://www.oregoniansforhealthsecurity.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/OHS_logo_off.jpg',
			geocode:new GLatLng(45.407868, -122.551284),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
						
		
		{ 
			name:'Case Management Society of America',
			short:'CMSA',
			sortName:'Case Management Society of America',
			addr:'6301 Ranch Drive Little Rock, AR 72223',
			web:'http://www.cmsa.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/CMSA_logo_off.jpg',
			geocode:new GLatLng(34.810309, -92.466069),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
						

		{ 
			name:'National Nurses in Business Association, Inc.',
			short:'NNBA',
			sortName:'National Nurses in Business Association, Inc.',
			addr:'PO Box 32956-1081 Rockledge, FL 32956-1081',
			web:'http://www.nnba.net',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NNBA_logo_off.jpg',
			geocode:new GLatLng(28.3440176, -80.7287587),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
				name:'Joachim Voss, PhD, RN',
				short:'Joachim Voss',
				sortName:'Joachim Voss',
				addr:'Seattle, Washington',
				web:'http://www.son.washington.edu/Faculty/faculty_bio.asp?id=495',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/voss_logo_off.jpg',
				geocode:new GLatLng(47.620973, -122.347276),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
		
		{ 
				name:'State Representative Michael Dembrow (OR)',
				short:'Michael Dembrow',
				sortName:'State Representative Dembrow Michael',
				addr:'Portland, OR',
				web:'http://www.leg.state.or.us/dembrow',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/Dembro_logo_off.jpg',
				geocode:new GLatLng(45.523875, -122.670399),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
		
		{ 
				name:'State Senator Laurie Monnes Anderson (OR)',
				short:'Monnes Anderson',
				sortName:'State Senator Anderson Monnes',
				addr:'Gresham, Oregon',
				web:'http://www.leg.state.or.us/monnesanderson/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/Anderson_logo_off.jpg',
				geocode:new GLatLng(45.497927, -122.430958),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
		
		{ 
				name:'Laura Gasparis Vonfrolio, RN, PhD',
				short:'Laura Vonfrolio',
				sortName:'Laura Vonfrolio',
				addr:'Staten Island, New York',
				web:'https://www.greatnurses.com/exp/index.php/site/about/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/Vonfrolio_logo_off.jpg',
				geocode:new GLatLng(40.606679, -74.162418),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
		
		{ 
				name:'Asian American/Pacific Islander Nurses Association, Inc.',
				short:'AAPINA',
				sortName:'Asian American Pacific Islander Nurses Association',
				addr:'Honolulu, HI 96822',
				web:'http://aapina.org',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/AAPINA_logo_off.jpg',
				geocode:new GLatLng(21.3159023, -157.8033266),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
			
				
		{ 
				name:'National Association of Hispanic Nurses',
				short:'NAHN',
				sortName:'National Association of Hispanic Nurses',
				addr:'1501 Sixteenth Street, N.W. Washington, DC 20036',
				web:'http://thehispanicnurses.org/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/NAHN_logo_off.jpg',
				geocode:new GLatLng(38.909805, -77.036191),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
				
		{ 
				name:'DMAA: The Care Continuum Alliance',
				short:'DMAA',
				sortName:'DMAA: The Care Continuum Alliance',
				addr:'701 Pennsylvania Ave. N.W. Suite 700 Washington, D.C. 20004-2694',
				web:'http://www.dmaa.org/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/DMAA_logo_off.jpg',
				geocode:new GLatLng(38.894416, -77.022487),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
		
		{ 
				name:'JNESO District Council 1 IUOE/AFL-CIO',
				short:'JNESO',
				sortName:'JNESO',
				addr:'New Brunswick, NJ 08904',
				web:'http://www.jneso.org/wp/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/jneso_logo_off.jpg',
				geocode:new GLatLng(40.502468, -74.4261821),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
		
		{ 
				name:'American Association of Legal Nurse Consultants',
				short:'AALNC',
				sortName:'American Association of Legal Nurse Consultants',
				addr:'401 N. Michigan Avenue Chicago, IL 60611',
				web:'http://aalnc.org/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/AALNC_logo_off.jpg',
				geocode:new GLatLng(41.889556, -87.623861),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
		},
		
		{ 
				name:'Michigan Nurses Association',
				short:'MNA',
				sortName:'Michigan Nurses Association',
				addr:'2310 Jolly Oak Road, Okemos, MI 48864',
				web:'http://www.minurses.org/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/michiganNA_logo_off.jpg',
				geocode:new GLatLng(42.683314, -84.436432),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
			},
		{ 
				name:'Edie Brous RN, BSN, MSN, MPH, JD',
				short:'Edie Brous',
				sortName:'Edie Brous',
				addr:'118 East 28th Street New York, NY  10016',
				web:'http://ediebrous.com/',
				logo:'http://mysite.verizon.net/millsj123/bloggerImages/Edie_logo_off.jpg',
				geocode:new GLatLng(40.742917, -73.983098),
				infoBox:null,
				li:null,
				latLng:null,
				marker:null
			},
		
		{ 
			name:'Channel Island Chapter - Oncology Nurses Society',
			short:'CICONS',
			sortName:'Channel Island Chapter',
			addr:null,
			web:null,
			logo:null, //'http://mysite.verizon.net/millsj123/bloggerImages/',
			geocode:null, //new GLatLng(0,0),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Editorial of support-RN Magazine Jan 2006',
			short:'RN Magazine',
			sortName:'Editorial of support-RN',
			addr:null,
			web:null,
			logo:null, //'http://mysite.verizon.net/millsj123/bloggerImages/',
			geocode:null, //new GLatLng(0,0),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'National Nursing Network Organization',
			short:'National Nurse',
			sortName:'National Nursing Network Organization',
			addr:'Tualatin OR 97062',
			web:'http://nationalnurse.org/',
			logo:'/images/NN_icon_off.jpg',
			geocode:new GLatLng(45.365315, -122.760192),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		

		
		{ 
			name:'American Association of Nurse Assessment Coordinators', 
			short:'AANAC',
			sortName:'American Association of Nurse Assessment Coordinators',
			addr:'400 South Colorado Boulevard, CO 80246',
			web:'http://www.aanac.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/AANAC_logo_off.jpg',
			geocode:new GLatLng(39.709677, -104.938751),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
			
		{ 
			name:'American Association of Women in Community Colleges',
			short:'AAWCC',
			sortName:'American Association of Women in Community Colleges',
			addr:'Greeley, CO 80633-0611',
			web:'http://www.aawccnatl.org/mc/page.do',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/AAWCC_logo_off.jpg',
			geocode:new GLatLng(40.4236, -104.7088),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'American Federation of Teachers-National',
			short:'AFT',
			sortName:'American Federation of Teachers',
			addr:'555 New Jersey Ave., Washington, DC 20001',
			web:'http://www.aft.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/AFT_logo_off.jpg',
			geocode:new GLatLng(38.89703, -77.011308),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'American Federation of Teachers-Oregon',
			short:'AFT-OR',
			sortName:'American Federation of Teachers-Oregon',
			addr:'7035 SW Hampton St Tigard, OR 97223-8313',
			web:'http://or.aft.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/AFT_logo_off.jpg',
			geocode:new GLatLng(45.427927, -122.749176),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'American Holistic Nurses Association',
			short:'AHNA',
			sortName:'American Holistic Nurses Association',
			addr:'323 N. San Francisco St. Flagstaff, AZ 86001',
			web:'http://www.ahna.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/AHNA_logo_off.jpg',
			geocode:new GLatLng(35.200137, -111.646622),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		/*
		{ 
			name:'American Radiological Nurses Association',
			short:'ARNA',
			sortName:'American Radiological Nurses Association',
			addr:'7794 Grow Drive Pensacola, FL 32514',
			web:'https://www.arna.net/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/ARNA_logo_off.jpg',
			geocode:new GLatLng(30.538435, -87.212207),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		*/
		
		{ 
			name:'Anne Lewellyn RN.C BHSA CCM CRRN Dorland Healthcare Information, Editor in Chief',
			short:'Anne Lewellyn',
			sortName:'Anne Lewellyn',
			addr:'Salt Lake City, UT 84125-0128',
			web:'http://www.cmrg.com/whatsnew.cfm',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/anneLewellyn_logo_off.jpg',
			geocode:new GLatLng(40.7606, -111.8903),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Association of Nurses in AIDS Care',
			short:'ANAC',
			sortName:'Association of Nurses in AIDS Care',
			addr:'3538 Ridgewood Road Aron, OH 44333',
			web:'http://www.anacnet.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/ANAC_logo_off.jpg',
			geocode:new GLatLng(41.110021, -81.640626),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		
				
		{ 
			name:'Barbara Ficarra RN BSN MPA Host/Health in 30',
			short:'Health In 30',
			sortName:'Barbara Ficarra',
			addr:'New York, NY',
			web:'http://healthin30.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/HealthIn30_logo_off.jpg',
			geocode:new GLatLng(40.757929, -73.985506),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'California Association for Nurse Practitioners',
			short:'CANP',
			sortName:'California Association for Nurse Practitioners',
			addr:'One Capitol Mall, Suite 320, Sacramento, CA 95814',
			web:'http://www.canpweb.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/CANP_logo_off.jpg',
			geocode:new GLatLng(38.580252, -121.507115),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'California School Nurses Organization',
			short:'CSNO',
			sortName:'California School Nurses Organization',
			addr:'801 12th Street, Ste 230 Sacramento, CA 95814',
			web:'http://www.csno.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/CSNO_logo_off.jpg',
			geocode:new GLatLng(38.581401, -121.489723),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
	
		
		{ 
			name:'Democracy for America',
			short:'DFA',
			sortName:'Democracy for America',
			addr:'Burlington, VT 05402',
			web:'http://www.democracyforamerica.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/DFA_logo_off.jpg',
			geocode:new GLatLng(44.4756, -73.2126),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Iowa Democratic Party',
			short:'IDP',
			sortName:'Iowa Democratic Party',
			addr:'5661 Fleur Dr. Des Moines, IA  50321',
			web:'http://www.iowademocrats.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/IowaDemocrats_logo_off.jpg',
			geocode:new GLatLng(41.547144, -93.673198),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Democratic Party of Oregon',
			short:'DPO',
			sortName:'Democratic Party of Oregon',
			addr:'Portland, OR 97232-2915',
			web:'http://www.oregondemocrats.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/oregonDemocrats_logo_off.jpg',
			geocode:new GLatLng(45.529642, -122.643912),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Exceptional Nurse',
			short:'EN',
			sortName:'Exceptional Nurse',
			addr:'13019 Coastal Circle Palm Beach Gardens, Fl 33410',
			web:'http://www.exceptionalnurse.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/EN_logo_off.jpg',
			geocode:new GLatLng(26.867845, -80.069716),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		
		{ 
			name:'First Responders Financial LLC',
			short:'FRF',
			sortName:'First Responders Financial',
			addr:'NY, NY 10017',
			web:'http://www.firstresponders.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/FRF_logo_off.jpg',
			geocode:new GLatLng(40.752516, -73.973072),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
					
		
		{ 
			name:'Florida Nurse Practitioner Network',
			short:'FNPN',
			sortName:'Florida Nurse Practitioner Network',
			addr:'Tampa, Fl 33622',
			web:'http://www.fnpn.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/fnpn_logo_off.png',
			geocode:new GLatLng(27.9473, -82.4588),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
				
		{ 
			name:'Food Front Cooperative Grocery',
			short:'FFCG',
			sortName:'Food Front Cooperative Grocery',
			addr:'Portland, Oregon 97210',
			web:'http://www.foodfront.coop/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/FoodFront_logo_off.gif',
			geocode:new GLatLng(45.551536, -122.735141),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
				
		{ 
			name:'Governor Barbara Roberts (OR)',
			short:'Barbara Roberts',
			sortName:'Governor Barbara Roberts',
			addr:'Portland, OR',
			web:'http://www.webmd.com/barbara-k-roberts',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/BarbaraRoberts_logo_off.gif',
			geocode:new GLatLng(45.523104, -122.670132),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
				
		{ 
			name:'International Parish Nurse Resource Center',
			short:'IPNRC',
			sortName:'International Parish Nurse Resource Center',
			addr:'Saint Louis, MO 63119',
			web:'http://www.parishnurses.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/IPNRC_logo_off.jpg',
			geocode:new GLatLng(38.589214, -90.346604),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
				
		{ 
			name:'Jane Jeffrie Seley NP CDE Diabetes Nurse Practitioner',
			short:'Jane Seley',
			sortName:'Jane Jeffrie Seley',
			addr:'New Yor, NY 10065',
			web:'http://jjseley1.mydiabeteseducator.org/jjseley1/article',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/JaneSeely_logo_off.gif',
			geocode:new GLatLng(40.764253, -73.962466),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Jeff Merkley for Oregon',
			short:'Jeff Merkley',
			sortName:'Jeff Merkley for Oregon',
			addr:'Portland, OR 97296',
			web:'http://www.jeffmerkley.com/2007/11/health_care.php',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/merkley_logo_off.jpg',
			geocode:new GLatLng(45.5239, -122.6751),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Kansas Parish Nurse Ministry',
			short:'KPNM',
			sortName:'Kansas Parish Nurse Ministry',
			addr:'10913 Longlae Wichita, S 67207',
			web:'http://www.kansasparishnurseministry.org',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/KPN_logo_off.jpg',
			geocode:new GLatLng(37.65899, -97.210599),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},		
		
		{ 
			name:'Massachusetts General Court',
			short:'MA Court',
			sortName:'Massachusetts General Court',
			addr:'Boston, MA 02133',
			web:'http://www.mass.gov/legis/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/mass_Court_logo_off.jpg',
			geocode:new GLatLng(42.3572, -71.0796),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'National Association of Independent Nurses',
			short:'NAIN',
			sortName:'National Association of Independent Nurses',
			addr:'1125 E. Broadway Road, Suite #116 Tempe, AZ 85282',
			web:'http://www.independentrn.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NAIN_logo_off.gif',
			geocode:new GLatLng(33.407448, -111.922172),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		
		
		
		{ 
			name:'National Association of Neonatal Nurses',
			short:'NANN',
			sortName:'National Association of Neonatal Nurses',
			addr:'4700 W. Lae Ave. Glenview, IL',
			web:'http://www.nann.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NANN_logo_off.jpg',
			geocode:new GLatLng(42.078657, -87.816541),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
	
		
		{ 
			name:'National Physicians Alliance',
			short:'NPA',
			sortName:'National Physicians Alliance',
			addr:'1902 Association Drive Suite 200 Reston, VA 20191',
			web:'http://npalliance.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NPA_logo_off.jpg',
			geocode:new GLatLng(38.947818, -77.346138),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
	
		{ 
			name:'New Jersey Nursing Students Inc.',
			short:'NJNS',
			sortName:'New Jersey Nursing Students Inc.',
			addr:'New Jersey',
			web:'http://www.njnsinc.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NJSN_logo_off.gif',
			geocode:new GLatLng(40.07304, -74.724324),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'New York State Assembly',
			short:'NYSA',
			sortName:'New York State Assembly',
			addr:'Empire State Plaza Albany, NY',
			web:'http://assembly.state.ny.us/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NYSA_logo_off.jpg',
			geocode:new GLatLng(42.74661, -73.954515),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
	
		{ 
			name:'Nightingale Initiative for Global Health',
			short:'NIGH',
			sortName:'Nightingale Initiative for Global Health',
			addr:'901 South Randolph Street Arlington Virginia 22204',
			web:'http://www.nightingaledeclaration.net/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NIGH_logo_off.jpg',
			geocode:new GLatLng(38.861099, -77.100842),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'North American Nursing Diagnosis Association - International',
			short:'NANDA',
			sortName:'North American Nursing Diagnosis Association',
			addr:'100 N. 20th Street, Philadelphia, PA 19103',
			web:'http://www.nanda.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NANDA_logo_off.jpg',
			geocode:new GLatLng(39.953767, -75.176335),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Northeast Tennessee Nurse Practitioner Association',
			short:'NETNPA',
			sortName:'Northeast Tennessee Nurse Practitioner Association',
			addr:'Northeast, TN',
			web:'http://www.netnpa.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/NETNPA_logo_off.jpg',
			geocode:new GLatLng(36.262251, -82.5),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Oregon Alliance for Retired Americans',
			short:'OARA',
			sortName:'Oregon Alliance for Retired Americans',
			addr:'2118 NE 50th St Portland, Oregon 97213',
			web:'http://www.orara.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/OARA_logo_off.jpg',
			geocode:new GLatLng(45.538064, -122.611621),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
	
		{ 
			name:'Oregon Federation of Nurses and Health Professionals',
			short:'OFNHP',
			sortName:'Oregon Federation of Nurses and Health Professionals',
			addr:'2045 SE Aneny Street Portland, OR 97214',
			web:'http://www.ofnhp.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/OFNHP_logo_off.jpg',
			geocode:new GLatLng(45.52214, -122.644858),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'OR Manager',
			short:'ORM',
			sortName:'OR Manager',
			addr:'PO Box 5303 Santa Fe, NM 87502',
			web:'http://www.ormanager.com/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/ORManager_logo_off.jpg',
			geocode:new GLatLng(35.6868, -105.9372),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		/*
		{ 
			name:'Oregon Student Nurses Association',
			short:'OSNA',
			sortName:'Oregon Student Nurses Association',
			addr:'10202 SE 32nd Ave, Suite 504, Milwauie, OR 97222-3625',
			web:'http://www.oregonsna.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/OSNA_logo_off.jpg',
			geocode:new GLatLng(45.449747, -122.629106),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		*/
		
		{ 
			name:'Philippine Nurses Association of America',
			short:'PNAA',
			sortName:'Philippine Nurses Association of America',
			addr:'333 E. 14th Street, Apt. 8G New Yor, NY 10003-4212',
			web:'http://www.philippinenursesaa.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/PNA_logo_off.jpg',
			geocode:new GLatLng(40.731928, -73.983187),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		
		{ 
			name:'Physicians for Social Responsibility',
			short:'PSR',
			sortName:'Physicians for Social Responsibility',
			addr:'1875 Connecticut Avenue, NW, Suite 1012 Washington, DC, 20009',
			web:'http://www.psr.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/PSR_logo_off.gif',
			geocode:new GLatLng(38.915643, -77.045988),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		
		{ 
			name:'New York State Public Employee Federation AFL-CIO',
			short:'PEF',
			sortName:'New York State Public Employee Federation',
			addr:'1168-70 Troy-Schenectady Road Albany, NY 12212-2414',
			web:'http://www.pef.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/PEF_logo_off.jpg',
			geocode:new GLatLng(42.783201, -73.856224),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Santa Clara County Single Payer Healthcare Coalition',
			short:'SCCSPHC',
			sortName:'Santa Clara County Single Payer Healthcare Coalition',
			addr:'San Francisco, CA 94110',
			web:'http://www.onecarenow.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/OCN_logo_off.jpg',
			geocode:new GLatLng(37.748676, -122.415813),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		
		
		{ 
			name:'Assemblywoman Aileen M. Gunther (NY)',
			short:'Aileen Gunther',
			sortName:'Assemblywoman Gunther Aileen M.',
			addr:'18 Anawana Lae Road Monticello, NY 12701',
			web:'http://assembly.state.ny.us/mem/?ad=098',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/EileenGunther_logo_off.jpg',
			geocode:new GLatLng(41.66745, -74.677001),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Southern Connecticut Association of MDS Coordinators',
			short:'SCA',
			sortName:'Southern Connecticut Association of MDS Coordinators',
			addr:'198 Tremont Avenue Bridgeport, CN 06606',
			web:'http://www.socomds.com',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/SOC_logo_off.jpg',
			geocode:new GLatLng(41.20862, -73.211324),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'State Representative Christine E. Canavan (MA)',
			short:'Christine Canavan',
			sortName:'State Representative Canavan Christine E.',
			addr:'29 Mystic Street Brocton, MA 02302',
			web:'http://www.mass.gov/legis/member/cec1.htm',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/ChristineCanavan_logo_off.jpg',
			geocode:new GLatLng(42.084985, -71.004281),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'State Senator Robert S. Creedon Jr. (MA)',
			short:'Robert Creedon',
			sortName:'State Senator Creedon Robert',
			addr:'Room 413-C Boston, MA 02133',
			web:'http://www.mass.gov/legis/member/rsc0.htm',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/RobertCreedon_logo_off.jpg',
			geocode:new GLatLng(42.342225, -71.049548),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
	
		{ 
			name:'State Representative Kathy Keenan (VT)',
			short:'Kathy Keenan',
			sortName:'State Representative Keenan Kathy',
			addr: '115 State Street Montpelier, Vermont',
			web:'http://vermont-elections.org/2007-2008BioBook/h-fra3.htm#keenan',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/Keenan_logo_off.jpg',
			geocode:new GLatLng(44.262577, -72.58052),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		

		{ 
			name:'State Representative Marcia Moody (NH)',
			short:'Marcia Moody',
			sortName:'State Representative Moody Marcia',
			addr:'107 North Main Street, Concord, New Hampshire, 03301',
			web:'http://generalcourt.state.nh.us/house/members/member.aspx?member=376605',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/sealNH_logo_off.jpg',
			geocode:new GLatLng(43.20762, -71.536621),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'The American Association of Nurse Attorneys',
			short:'TAANA',
			sortName:'The American Association of Nurse Attorneys',
			addr:'P.O. Box 515 Columbus, OH 43216-0515',
			web:'http://www.taana.org/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/TAANA_logo_off.jpg',
			geocode:new GLatLng(39.9633, -83.0023),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
	
		
		{ 
			name:'Thom Hartmann - Author and Progressive Talk Radio Show',
			short:'Thom Hartmann',
			sortName:'Thom Hartmann',
			addr:'4949 SW Macadam Ave. Portland, OR 97239',
			web:'http://www.thomhartmann.com/index.php?option=com_content&amp;task=view&amp;id=14&amp;Itemid=31',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/ThomHartmann_logo_off.jpg',
			geocode:new GLatLng(45.487548, -122.675507),
			infoBox:null,
			li:null,
			latLng:null,
			marker:null
		},
		
		{ 
			name:'Vermont State Legislature',
			short:'Vermont Legislature',
			sortName:'Vermont State Legislature',
			addr:'115 State Street Montpelier, VT 05633-5301',
			web:'http://www.leg.state.vt.us/',
			logo:'http://mysite.verizon.net/millsj123/bloggerImages/VTStateHouse_logo_off.jpg',
			geocode:new GLatLng(44.262577, -72.58052),
			li:null,
			latLng:null,
			marker:null
		}	
]; 