function getSpecialCaseZoom(locStr){
  var location = locStr.toLowerCase();
  location = location.split(' ').join('');
  var zoom = null;
  if(0){}
  else if(location == 'unitedstates'){ zoom = 4; }
  else if(location == 'usa'){ zoom = 4; }
  else if(location == 'hoodriver'){ zoom = 10; }
  else if(location == 'hoodriver,oregon'){ zoom = 10; }
  else if(location == 'hoodriver,oregon,unitedstates'){ zoom = 10; }
  else if(location == 'hoodriver,or,unitedstates'){ zoom = 10; }
  else if(location == 'hoodriver,or'){ zoom = 10; }
  else if(location == 'hoodriver,oregon,usa'){ zoom = 10; }
  else if(location == 'hoodriver,or,usa'){ zoom = 10; }
  else if(location == 'portland'){ zoom = 12; }
  else if(location == 'portland,oregon'){ zoom = 12; }
  else if(location == 'portland,oregon,unitedstates'){ zoom = 12; }
  else if(location == 'portland,or,unitedstates'){ zoom = 12; }
  else if(location == 'portland,or'){ zoom = 12; }
  else if(location == 'portland,oregon,usa'){ zoom = 12; }
  else if(location == 'portland,or,usa'){ zoom = 12; }
  else if(location == 'lakeoswego'){ zoom = 12; }
  else if(location == 'lakeoswego,oregon'){ zoom = 12; }
  else if(location == 'lakeoswego,oregon,unitedstates'){ zoom = 12; }
  else if(location == 'lakeoswego,or,unitedstates'){ zoom = 12; }
  else if(location == 'lakeoswego,or'){ zoom = 12; }
  else if(location == 'lakeoswego,oregon,usa'){ zoom = 12; }
  else if(location == 'lakeoswego,or,usa'){ zoom = 12; }
  else if(location == 'napa'){ zoom = 11; }
  else if(location == 'napa,california'){ zoom = 11; }
  else if(location == 'napa,california,unitedstates'){ zoom = 11; }
  else if(location == 'napa,ca,unitedstates'){ zoom = 11; }
  else if(location == 'napa,ca'){ zoom = 11; }
  else if(location == 'napa,california,usa'){ zoom = 11; }
  else if(location == 'napa,ca,usa'){ zoom = 11; }
  else if(location == 'sanjose'){ zoom = 12; }
  else if(location == 'sanjose,california'){ zoom = 12; }
  else if(location == 'sanjose,california,unitedstates'){ zoom = 12; }
  else if(location == 'sanjose,ca,unitedstates'){ zoom = 12; }
  else if(location == 'sanjose,ca'){ zoom = 12; }
  else if(location == 'sanjose,california,usa'){ zoom = 12; }
  else if(location == 'sanjose,ca,usa'){ zoom = 12; }
  else if(location == 'grassvalley'){ zoom = 12; }
  else if(location == 'grassvalley,california'){ zoom = 12; }
  else if(location == 'grassvalley,california,unitedstates'){ zoom = 12; }
  else if(location == 'grassvalley,ca,unitedstates'){ zoom = 12; }
  else if(location == 'grassvalley,ca'){ zoom = 12; }
  else if(location == 'grassvalley,california,usa'){ zoom = 12; }
  else if(location == 'grassvalley,ca,usa'){ zoom = 12; }
  else if(location == 'sandiego'){ zoom = 10; }
  else if(location == 'sandiego,california'){ zoom = 10; }
  else if(location == 'sandiego,california,unitedstates'){ zoom = 10; }
  else if(location == 'sandiego,ca,unitedstates'){ zoom = 10; }
  else if(location == 'sandiego,ca'){ zoom = 10; }
  else if(location == 'sandiego,california,usa'){ zoom = 10; }
  else if(location == 'sandiego,ca,usa'){ zoom = 10; }
  else if(location == 'carlsbad'){ zoom = 12; }
  else if(location == 'carlsbad,california'){ zoom = 12; }
  else if(location == 'carlsbad,california,unitedstates'){ zoom = 12; }
  else if(location == 'carlsbad,ca,unitedstates'){ zoom = 12; }
  else if(location == 'carlsbad,ca'){ zoom = 12; }
  else if(location == 'carlsbad,california,usa'){ zoom = 12; }
  else if(location == 'carlsbad,ca,usa'){ zoom = 12; }
  else if(location == 'santarosa'){ zoom = 12; }
  else if(location == 'santarosa,california'){ zoom = 12; }
  else if(location == 'santarosa,california,unitedstates'){ zoom = 12; }
  else if(location == 'santarosa,ca,unitedstates'){ zoom = 12; }
  else if(location == 'santarosa,ca'){ zoom = 12; }
  else if(location == 'santarosa,california,usa'){ zoom = 12; }
  else if(location == 'santarosa,ca,usa'){ zoom = 12; }
  else if(location == 'palmsprings'){ zoom = 10; }
  else if(location == 'palmsprings,california'){ zoom = 10; }
  else if(location == 'palmsprings,california,unitedstates'){ zoom = 10; }
  else if(location == 'palmsprings,ca,unitedstates'){ zoom = 10; }
  else if(location == 'palmsprings,ca'){ zoom = 10; }
  else if(location == 'palmsprings,california,usa'){ zoom = 10; }
  else if(location == 'palmsprings,ca,usa'){ zoom = 10; }
  else if(location == 'sananselmo'){ zoom = 12; }
  else if(location == 'sananselmo,california'){ zoom = 12; }
  else if(location == 'sananselmo,california,unitedstates'){ zoom = 12; }
  else if(location == 'sananselmo,ca,unitedstates'){ zoom = 12; }
  else if(location == 'sananselmo,ca'){ zoom = 12; }
  else if(location == 'sananselmo,california,usa'){ zoom = 12; }
  else if(location == 'sananselmo,ca,usa'){ zoom = 12; }
  else if(location == 'ventura'){ zoom = 12; }
  else if(location == 'ventura,california'){ zoom = 12; }
  else if(location == 'ventura,california,unitedstates'){ zoom = 12; }
  else if(location == 'ventura,ca,unitedstates'){ zoom = 12; }
  else if(location == 'ventura,ca'){ zoom = 12; }
  else if(location == 'ventura,california,usa'){ zoom = 12; }
  else if(location == 'ventura,ca,usa'){ zoom = 12; }
  else if(location == 'losangeles'){ zoom = 12; }
  else if(location == 'losangeles,california'){ zoom = 12; }
  else if(location == 'losangeles,california,unitedstates'){ zoom = 12; }
  else if(location == 'losangeles,ca,unitedstates'){ zoom = 12; }
  else if(location == 'losangeles,ca'){ zoom = 12; }
  else if(location == 'losangeles,california,usa'){ zoom = 12; }
  else if(location == 'losangeles,ca,usa'){ zoom = 12; }
  else if(location == 'pacificpalisades'){ zoom = 12; }
  else if(location == 'pacificpalisades,california'){ zoom = 12; }
  else if(location == 'pacificpalisades,california,unitedstates'){ zoom = 12; }
  else if(location == 'pacificpalisades,ca,unitedstates'){ zoom = 12; }
  else if(location == 'pacificpalisades,ca'){ zoom = 12; }
  else if(location == 'pacificpalisades,california,usa'){ zoom = 12; }
  else if(location == 'pacificpalisades,ca,usa'){ zoom = 12; }
  else if(location == 'sacramento'){ zoom = 12; }
  else if(location == 'sacramento,california'){ zoom = 12; }
  else if(location == 'sacramento,california,unitedstates'){ zoom = 12; }
  else if(location == 'sacramento,ca,unitedstates'){ zoom = 12; }
  else if(location == 'sacramento,ca'){ zoom = 12; }
  else if(location == 'sacramento,california,usa'){ zoom = 12; }
  else if(location == 'sacramento,ca,usa'){ zoom = 12; }
  else if(location == 'philadelphia'){ zoom = 12; }
  else if(location == 'philadelphia,pennsylvania'){ zoom = 12; }
  else if(location == 'philadelphia,pennsylvania,unitedstates'){ zoom = 12; }
  else if(location == 'philadelphia,pa,unitedstates'){ zoom = 12; }
  else if(location == 'philadelphia,pa'){ zoom = 12; }
  else if(location == 'philadelphia,pennsylvania,usa'){ zoom = 12; }
  else if(location == 'philadelphia,pa,usa'){ zoom = 12; }
  else if(location == 'bethlehem'){ zoom = 11; }
  else if(location == 'bethlehem,pennsylvania'){ zoom = 11; }
  else if(location == 'bethlehem,pennsylvania,unitedstates'){ zoom = 11; }
  else if(location == 'bethlehem,pa,unitedstates'){ zoom = 11; }
  else if(location == 'bethlehem,pa'){ zoom = 11; }
  else if(location == 'bethlehem,pennsylvania,usa'){ zoom = 11; }
  else if(location == 'bethlehem,pa,usa'){ zoom = 11; }
  else if(location == 'yardley'){ zoom = 12; }
  else if(location == 'yardley,pennsylvania'){ zoom = 12; }
  else if(location == 'yardley,pennsylvania,unitedstates'){ zoom = 12; }
  else if(location == 'yardley,pa,unitedstates'){ zoom = 12; }
  else if(location == 'yardley,pa'){ zoom = 12; }
  else if(location == 'yardley,pennsylvania,usa'){ zoom = 12; }
  else if(location == 'yardley,pa,usa'){ zoom = 12; }
  else if(location == 'atlanta'){ zoom = 10; }
  else if(location == 'atlanta,georgia'){ zoom = 10; }
  else if(location == 'atlanta,georgia,unitedstates'){ zoom = 10; }
  else if(location == 'atlanta,ga,unitedstates'){ zoom = 10; }
  else if(location == 'atlanta,ga'){ zoom = 10; }
  else if(location == 'atlanta,georgia,usa'){ zoom = 10; }
  else if(location == 'atlanta,ga,usa'){ zoom = 10; }
  else if(location == 'columbus'){ zoom = 11; }
  else if(location == 'columbus,georgia'){ zoom = 11; }
  else if(location == 'columbus,georgia,unitedstates'){ zoom = 11; }
  else if(location == 'columbus,ga,unitedstates'){ zoom = 11; }
  else if(location == 'columbus,ga'){ zoom = 11; }
  else if(location == 'columbus,georgia,usa'){ zoom = 11; }
  else if(location == 'columbus,ga,usa'){ zoom = 11; }
  else if(location == 'gallup'){ zoom = 10; }
  else if(location == 'gallup,newmexico'){ zoom = 10; }
  else if(location == 'gallup,newmexico,unitedstates'){ zoom = 10; }
  else if(location == 'gallup,nm,unitedstates'){ zoom = 10; }
  else if(location == 'gallup,nm'){ zoom = 10; }
  else if(location == 'gallup,newmexico,usa'){ zoom = 10; }
  else if(location == 'gallup,nm,usa'){ zoom = 10; }
  else if(location == 'santafe'){ zoom = 11; }
  else if(location == 'santafe,newmexico'){ zoom = 11; }
  else if(location == 'santafe,newmexico,unitedstates'){ zoom = 11; }
  else if(location == 'santafe,nm,unitedstates'){ zoom = 11; }
  else if(location == 'santafe,nm'){ zoom = 11; }
  else if(location == 'santafe,newmexico,usa'){ zoom = 11; }
  else if(location == 'santafe,nm,usa'){ zoom = 11; }
  else if(location == 'st.petersburgh'){ zoom = 11; }
  else if(location == 'st.petersburgh,florida'){ zoom = 11; }
  else if(location == 'st.petersburgh,florida,unitedstates'){ zoom = 11; }
  else if(location == 'st.petersburgh,fl,unitedstates'){ zoom = 11; }
  else if(location == 'st.petersburgh,fl'){ zoom = 11; }
  else if(location == 'st.petersburgh,florida,usa'){ zoom = 11; }
  else if(location == 'st.petersburgh,fl,usa'){ zoom = 11; }
  else if(location == 'st.petersburg'){ zoom = 11; }
  else if(location == 'st.petersburg,florida'){ zoom = 11; }
  else if(location == 'st.petersburg,florida,unitedstates'){ zoom = 11; }
  else if(location == 'st.petersburg,fl,unitedstates'){ zoom = 11; }
  else if(location == 'st.petersburg,fl'){ zoom = 11; }
  else if(location == 'st.petersburg,florida,usa'){ zoom = 11; }
  else if(location == 'st.petersburg,fl,usa'){ zoom = 11; }
  else if(location == 'fortlauderdale'){ zoom = 10; }
  else if(location == 'fortlauderdale,florida'){ zoom = 10; }
  else if(location == 'fortlauderdale,florida,unitedstates'){ zoom = 10; }
  else if(location == 'fortlauderdale,fl,unitedstates'){ zoom = 10; }
  else if(location == 'fortlauderdale,fl'){ zoom = 10; }
  else if(location == 'fortlauderdale,florida,usa'){ zoom = 10; }
  else if(location == 'fortlauderdale,fl,usa'){ zoom = 10; }
  else if(location == 'ftlauderdale'){ zoom = 11; }
  else if(location == 'ftlauderdale,florida'){ zoom = 11; }
  else if(location == 'ftlauderdale,florida,unitedstates'){ zoom = 11; }
  else if(location == 'ftlauderdale,fl,unitedstates'){ zoom = 11; }
  else if(location == 'ftlauderdale,fl'){ zoom = 11; }
  else if(location == 'ftlauderdale,florida,usa'){ zoom = 11; }
  else if(location == 'ftlauderdale,fl,usa'){ zoom = 11; }
  else if(location == 'coloradosprings'){ zoom = 9; }
  else if(location == 'coloradosprings,colorado'){ zoom = 9; }
  else if(location == 'coloradosprings,colorado,unitedstates'){ zoom = 9; }
  else if(location == 'coloradosprings,co,unitedstates'){ zoom = 9; }
  else if(location == 'coloradosprings,co'){ zoom = 9; }
  else if(location == 'coloradosprings,colorado,usa'){ zoom = 9; }
  else if(location == 'coloradosprings,co,usa'){ zoom = 9; }
  else if(location == 'pittsville'){ zoom = 11; }
  else if(location == 'pittsville,wisconsin'){ zoom = 11; }
  else if(location == 'pittsville,wisconsin,unitedstates'){ zoom = 11; }
  else if(location == 'pittsville,wi,unitedstates'){ zoom = 11; }
  else if(location == 'pittsville,wi'){ zoom = 11; }
  else if(location == 'pittsville,wisconsin,usa'){ zoom = 11; }
  else if(location == 'pittsville,wi,usa'){ zoom = 11; }
  else if(location == 'madison'){ zoom = 11; }
  else if(location == 'madison,wisconsin'){ zoom = 11; }
  else if(location == 'madison,wisconsin,unitedstates'){ zoom = 11; }
  else if(location == 'madison,wi,unitedstates'){ zoom = 11; }
  else if(location == 'madison,wi'){ zoom = 11; }
  else if(location == 'madison,wisconsin,usa'){ zoom = 11; }
  else if(location == 'madison,wi,usa'){ zoom = 11; }
  else if(location == 'milwaukee'){ zoom = 11; }
  else if(location == 'milwaukee,wisconsin'){ zoom = 11; }
  else if(location == 'milwaukee,wisconsin,unitedstates'){ zoom = 11; }
  else if(location == 'milwaukee,wi,unitedstates'){ zoom = 11; }
  else if(location == 'milwaukee,wi'){ zoom = 11; }
  else if(location == 'milwaukee,wisconsin,usa'){ zoom = 11; }
  else if(location == 'milwaukee,wi,usa'){ zoom = 11; }
  else if(location == 'hartford'){ zoom = 11; }
  else if(location == 'hartford,connecticut'){ zoom = 11; }
  else if(location == 'hartford,connecticut,unitedstates'){ zoom = 11; }
  else if(location == 'hartford,ct,unitedstates'){ zoom = 11; }
  else if(location == 'hartford,ct'){ zoom = 11; }
  else if(location == 'hartford,connecticut,usa'){ zoom = 11; }
  else if(location == 'hartford,ct,usa'){ zoom = 11; }
  else if(location == 'greenwich'){ zoom = 12; }
  else if(location == 'greenwich,connecticut'){ zoom = 12; }
  else if(location == 'greenwich,connecticut,unitedstates'){ zoom = 12; }
  else if(location == 'greenwich,ct,unitedstates'){ zoom = 12; }
  else if(location == 'greenwich,ct'){ zoom = 12; }
  else if(location == 'greenwich,connecticut,usa'){ zoom = 12; }
  else if(location == 'greenwich,ct,usa'){ zoom = 12; }
  else if(location == 'charlotte'){ zoom = 11; }
  else if(location == 'charlotte,northcarolina'){ zoom = 11; }
  else if(location == 'charlotte,northcarolina,unitedstates'){ zoom = 11; }
  else if(location == 'charlotte,nc,unitedstates'){ zoom = 11; }
  else if(location == 'charlotte,nc'){ zoom = 11; }
  else if(location == 'charlotte,northcarolina,usa'){ zoom = 11; }
  else if(location == 'charlotte,nc,usa'){ zoom = 11; }
  else if(location == 'anchorage'){ zoom = 5; }
  else if(location == 'anchorage,alaska'){ zoom = 5; }
  else if(location == 'anchorage,alaska,unitedstates'){ zoom = 5; }
  else if(location == 'anchorage,ak,unitedstates'){ zoom = 5; }
  else if(location == 'anchorage,ak'){ zoom = 5; }
  else if(location == 'anchorage,alaska,usa'){ zoom = 5; }
  else if(location == 'anchorage,ak,usa'){ zoom = 5; }
  else if(location == 'hawthorne'){ zoom = 12; }
  else if(location == 'hawthorne,newyork'){ zoom = 12; }
  else if(location == 'hawthorne,newyork,unitedstates'){ zoom = 12; }
  else if(location == 'hawthorne,ny,unitedstates'){ zoom = 12; }
  else if(location == 'hawthorne,ny'){ zoom = 12; }
  else if(location == 'hawthorne,newyork,usa'){ zoom = 12; }
  else if(location == 'hawthorne,ny,usa'){ zoom = 12; }
  else if(location == 'newyork'){ zoom = 9; }
  else if(location == 'newyork,newyork'){ zoom = 9; }
  else if(location == 'newyork,newyork,unitedstates'){ zoom = 9; }
  else if(location == 'newyork,ny,unitedstates'){ zoom = 9; }
  else if(location == 'newyork,ny'){ zoom = 9; }
  else if(location == 'newyork,newyork,usa'){ zoom = 9; }
  else if(location == 'newyork,ny,usa'){ zoom = 9; }
  else if(location == 'newyork'){ zoom = 7; }
  else if(location == 'newyork,unitedstates'){ zoom = 7; }
  else if(location == 'ny,unitedstates'){ zoom = 7; }
  else if(location == 'ny'){ zoom = 7; }
  else if(location == 'newyork,usa'){ zoom = 7; }
  else if(location == 'ny,usa'){ zoom = 7; }
  else if(location == 'lasvegas'){ zoom = 12; }
  else if(location == 'lasvegas,nevada'){ zoom = 12; }
  else if(location == 'lasvegas,nevada,unitedstates'){ zoom = 12; }
  else if(location == 'lasvegas,nv,unitedstates'){ zoom = 12; }
  else if(location == 'lasvegas,nv'){ zoom = 12; }
  else if(location == 'lasvegas,nevada,usa'){ zoom = 12; }
  else if(location == 'lasvegas,nv,usa'){ zoom = 12; }
  else if(location == 'memphis'){ zoom = 10; }
  else if(location == 'memphis,tennessee'){ zoom = 10; }
  else if(location == 'memphis,tennessee,unitedstates'){ zoom = 10; }
  else if(location == 'memphis,tn,unitedstates'){ zoom = 10; }
  else if(location == 'memphis,tn'){ zoom = 10; }
  else if(location == 'memphis,tennessee,usa'){ zoom = 10; }
  else if(location == 'memphis,tn,usa'){ zoom = 10; }
  else if(location == 'knoxville'){ zoom = 12; }
  else if(location == 'knoxville,tennessee'){ zoom = 12; }
  else if(location == 'knoxville,tennessee,unitedstates'){ zoom = 12; }
  else if(location == 'knoxville,tn,unitedstates'){ zoom = 12; }
  else if(location == 'knoxville,tn'){ zoom = 12; }
  else if(location == 'knoxville,tennessee,usa'){ zoom = 12; }
  else if(location == 'knoxville,tn,usa'){ zoom = 12; }
  else if(location == 'worcester'){ zoom = 12; }
  else if(location == 'worcester,massachusetts'){ zoom = 12; }
  else if(location == 'worcester,massachusetts,unitedstates'){ zoom = 12; }
  else if(location == 'worcester,ma,unitedstates'){ zoom = 12; }
  else if(location == 'worcester,ma'){ zoom = 12; }
  else if(location == 'worcester,massachusetts,usa'){ zoom = 12; }
  else if(location == 'worcester,ma,usa'){ zoom = 12; }
  else if(location == 'capecod'){ zoom = 9; }
  else if(location == 'capecod,massachusetts'){ zoom = 9; }
  else if(location == 'capecod,massachusetts,unitedstates'){ zoom = 9; }
  else if(location == 'capecod,ma,unitedstates'){ zoom = 9; }
  else if(location == 'capecod,ma'){ zoom = 9; }
  else if(location == 'capecod,massachusetts,usa'){ zoom = 9; }
  else if(location == 'capecod,ma,usa'){ zoom = 9; }
  else if(location == 'hingham'){ zoom = 12; }
  else if(location == 'hingham,massachusetts'){ zoom = 12; }
  else if(location == 'hingham,massachusetts,unitedstates'){ zoom = 12; }
  else if(location == 'hingham,ma,unitedstates'){ zoom = 12; }
  else if(location == 'hingham,ma'){ zoom = 12; }
  else if(location == 'hingham,massachusetts,usa'){ zoom = 12; }
  else if(location == 'hingham,ma,usa'){ zoom = 12; }
  else if(location == 'tucson'){ zoom = 11; }
  else if(location == 'tucson,arizona'){ zoom = 11; }
  else if(location == 'tucson,arizona,unitedstates'){ zoom = 11; }
  else if(location == 'tucson,az,unitedstates'){ zoom = 11; }
  else if(location == 'tucson,az'){ zoom = 11; }
  else if(location == 'tucson,arizona,usa'){ zoom = 11; }
  else if(location == 'tucson,az,usa'){ zoom = 11; }
  else if(location == 'baltimore'){ zoom = 12; }
  else if(location == 'baltimore,maryland'){ zoom = 12; }
  else if(location == 'baltimore,maryland,unitedstates'){ zoom = 12; }
  else if(location == 'baltimore,md,unitedstates'){ zoom = 12; }
  else if(location == 'baltimore,md'){ zoom = 12; }
  else if(location == 'baltimore,maryland,usa'){ zoom = 12; }
  else if(location == 'baltimore,md,usa'){ zoom = 12; }
  else if(location == 'vancouver'){ zoom = 11; }
  else if(location == 'vancouver,washington'){ zoom = 11; }
  else if(location == 'vancouver,washington,unitedstates'){ zoom = 11; }
  else if(location == 'vancouver,wa,unitedstates'){ zoom = 11; }
  else if(location == 'vancouver,wa'){ zoom = 11; }
  else if(location == 'vancouver,washington,usa'){ zoom = 11; }
  else if(location == 'vancouver,wa,usa'){ zoom = 11; }
  else if(location == 'seattle'){ zoom = 12; }
  else if(location == 'seattle,washington'){ zoom = 12; }
  else if(location == 'seattle,washington,unitedstates'){ zoom = 12; }
  else if(location == 'seattle,wa,unitedstates'){ zoom = 12; }
  else if(location == 'seattle,wa'){ zoom = 12; }
  else if(location == 'seattle,washington,usa'){ zoom = 12; }
  else if(location == 'seattle,wa,usa'){ zoom = 12; }
  else if(location == 'tuscaloosa'){ zoom = 10; }
  else if(location == 'tuscaloosa,alabama'){ zoom = 10; }
  else if(location == 'tuscaloosa,alabama,unitedstates'){ zoom = 10; }
  else if(location == 'tuscaloosa,al,unitedstates'){ zoom = 10; }
  else if(location == 'tuscaloosa,al'){ zoom = 10; }
  else if(location == 'tuscaloosa,alabama,usa'){ zoom = 10; }
  else if(location == 'tuscaloosa,al,usa'){ zoom = 10; }
  else if(location == 'louisville'){ zoom = 11; }
  else if(location == 'louisville,kentucky'){ zoom = 11; }
  else if(location == 'louisville,kentucky,unitedstates'){ zoom = 11; }
  else if(location == 'louisville,ky,unitedstates'){ zoom = 11; }
  else if(location == 'louisville,ky'){ zoom = 11; }
  else if(location == 'louisville,kentucky,usa'){ zoom = 11; }
  else if(location == 'louisville,ky,usa'){ zoom = 11; }
  else if(location == 'lexington'){ zoom = 11; }
  else if(location == 'lexington,kentucky'){ zoom = 11; }
  else if(location == 'lexington,kentucky,unitedstates'){ zoom = 11; }
  else if(location == 'lexington,ky,unitedstates'){ zoom = 11; }
  else if(location == 'lexington,ky'){ zoom = 11; }
  else if(location == 'lexington,kentucky,usa'){ zoom = 11; }
  else if(location == 'lexington,ky,usa'){ zoom = 11; }
  else if(location == 'grandrapids'){ zoom = 11; }
  else if(location == 'grandrapids,michigan'){ zoom = 11; }
  else if(location == 'grandrapids,michigan,unitedstates'){ zoom = 11; }
  else if(location == 'grandrapids,mi,unitedstates'){ zoom = 11; }
  else if(location == 'grandrapids,mi'){ zoom = 11; }
  else if(location == 'grandrapids,michigan,usa'){ zoom = 11; }
  else if(location == 'grandrapids,mi,usa'){ zoom = 11; }
  else if(location == 'omaha'){ zoom = 9; }
  else if(location == 'omaha,nebraska'){ zoom = 9; }
  else if(location == 'omaha,nebraska,unitedstates'){ zoom = 9; }
  else if(location == 'omaha,ne,unitedstates'){ zoom = 9; }
  else if(location == 'omaha,ne'){ zoom = 9; }
  else if(location == 'omaha,nebraska,usa'){ zoom = 9; }
  else if(location == 'omaha,ne,usa'){ zoom = 9; }
  else if(location == 'winona'){ zoom = 11; }
  else if(location == 'winona,minnesota'){ zoom = 11; }
  else if(location == 'winona,minnesota,unitedstates'){ zoom = 11; }
  else if(location == 'winona,mn,unitedstates'){ zoom = 11; }
  else if(location == 'winona,mn'){ zoom = 11; }
  else if(location == 'winona,minnesota,usa'){ zoom = 11; }
  else if(location == 'winona,mn,usa'){ zoom = 11; }
  else if(location == 'rochester'){ zoom = 12; }
  else if(location == 'rochester,minnesota'){ zoom = 12; }
  else if(location == 'rochester,minnesota,unitedstates'){ zoom = 12; }
  else if(location == 'rochester,mn,unitedstates'){ zoom = 12; }
  else if(location == 'rochester,mn'){ zoom = 12; }
  else if(location == 'rochester,minnesota,usa'){ zoom = 12; }
  else if(location == 'rochester,mn,usa'){ zoom = 12; }
  else if(location == 'akron'){ zoom = 10; }
  else if(location == 'akron,ohio'){ zoom = 10; }
  else if(location == 'akron,ohio,unitedstates'){ zoom = 10; }
  else if(location == 'akron,oh,unitedstates'){ zoom = 10; }
  else if(location == 'akron,oh'){ zoom = 10; }
  else if(location == 'akron,ohio,usa'){ zoom = 10; }
  else if(location == 'akron,oh,usa'){ zoom = 10; }
  else if(location == 'fargo'){ zoom = 12; }
  else if(location == 'fargo,northdakota'){ zoom = 12; }
  else if(location == 'fargo,northdakota,unitedstates'){ zoom = 12; }
  else if(location == 'fargo,nd,unitedstates'){ zoom = 12; }
  else if(location == 'fargo,nd'){ zoom = 12; }
  else if(location == 'fargo,northdakota,usa'){ zoom = 12; }
  else if(location == 'fargo,nd,usa'){ zoom = 12; }
  else if(location == 'westvirginia'){ zoom = 8; }
  else if(location == 'westvirginia,unitedstates'){ zoom = 8; }
  else if(location == 'wv,unitedstates'){ zoom = 8; }
  else if(location == 'wv'){ zoom = 8; }
  else if(location == 'westvirginia,usa'){ zoom = 8; }
  else if(location == 'wv,usa'){ zoom = 8; }
  else if(location == 'ontario'){ zoom = 5; }
  else if(location == 'ontario,canada'){ zoom = 5; }
  else if(location == 'on,canada'){ zoom = 5; }
  else if(location == 'on'){ zoom = 5; }
  else if(location == 'ontario,ca'){ zoom = 5; }
  else if(location == 'on,ca'){ zoom = 5; }
  else if(location == 'toronto'){ zoom = 11; }
  else if(location == 'toronto,ontario'){ zoom = 11; }
  else if(location == 'toronto,ontario,canada'){ zoom = 11; }
  else if(location == 'toronto,on,canada'){ zoom = 11; }
  else if(location == 'toronto,on'){ zoom = 11; }
  else if(location == 'toronto,ontario,ca'){ zoom = 11; }
  else if(location == 'toronto,on,ca'){ zoom = 11; }
  else if(location == 'windsor'){ zoom = 11; }
  else if(location == 'windsor,ontario'){ zoom = 11; }
  else if(location == 'windsor,ontario,canada'){ zoom = 11; }
  else if(location == 'windsor,on,canada'){ zoom = 11; }
  else if(location == 'windsor,on'){ zoom = 11; }
  else if(location == 'windsor,ontario,ca'){ zoom = 11; }
  else if(location == 'windsor,on,ca'){ zoom = 11; }
  else if(location == 'kitchener'){ zoom = 11; }
  else if(location == 'kitchener,ontario'){ zoom = 11; }
  else if(location == 'kitchener,ontario,canada'){ zoom = 11; }
  else if(location == 'kitchener,on,canada'){ zoom = 11; }
  else if(location == 'kitchener,on'){ zoom = 11; }
  else if(location == 'kitchener,ontario,ca'){ zoom = 11; }
  else if(location == 'kitchener,on,ca'){ zoom = 11; }
  else if(location == 'edmonton'){ zoom = 11; }
  else if(location == 'edmonton,alberta'){ zoom = 11; }
  else if(location == 'edmonton,alberta,canada'){ zoom = 11; }
  else if(location == 'edmonton,ab,canada'){ zoom = 11; }
  else if(location == 'edmonton,ab'){ zoom = 11; }
  else if(location == 'edmonton,alberta,ca'){ zoom = 11; }
  else if(location == 'edmonton,ab,ca'){ zoom = 11; }
  else if(location == 'cowichanbay'){ zoom = 11; }
  else if(location == 'cowichanbay,britishcolumbia'){ zoom = 11; }
  else if(location == 'cowichanbay,britishcolumbia,canada'){ zoom = 11; }
  else if(location == 'cowichanbay,bc,canada'){ zoom = 11; }
  else if(location == 'cowichanbay,bc'){ zoom = 11; }
  else if(location == 'cowichanbay,britishcolumbia,ca'){ zoom = 11; }
  else if(location == 'cowichanbay,bc,ca'){ zoom = 11; }
  return zoom;
}
function getSpecialCaseCenter(locStr){
  var location = locStr.toLowerCase();
  location = location.split(' ').join('');
  var point = null;
  if(0){}
  else if(location == 'ontario'){ point = new GLatLng(48.778, -79.189); }
  else if(location == 'ontario,canada'){ point = new GLatLng(48.778, -79.189); }
  else if(location == 'on,canada'){ point = new GLatLng(48.778, -79.189); }
  else if(location == 'on'){ point = new GLatLng(48.778, -79.189); }
  else if(location == 'ontario,ca'){ point = new GLatLng(48.778, -79.189); }
  else if(location == 'on,ca'){ point = new GLatLng(48.778, -79.189); }
  else if(location == 'britishcolumbia'){ point = new GLatLng(51, -124.5); }
  else if(location == 'britishcolumbia,canada'){ point = new GLatLng(51, -124.5); }
  else if(location == 'bc,canada'){ point = new GLatLng(51, -124.5); }
  else if(location == 'bc'){ point = new GLatLng(51, -124.5); }
  else if(location == 'britishcolumbia,ca'){ point = new GLatLng(51, -124.5); }
  else if(location == 'bc,ca'){ point = new GLatLng(51, -124.5); }
  else if(location == 'manitoba'){ point = new GLatLng(51, -98.1); }
  else if(location == 'manitoba,canada'){ point = new GLatLng(51, -98.1); }
  else if(location == 'manitoba,ca'){ point = new GLatLng(51, -98.1); }
  else if(location == 'saskatchewan'){ point = new GLatLng(51.6, -105.6); }
  else if(location == 'saskatchewan,canada'){ point = new GLatLng(51.6, -105.6); }
  else if(location == 'saskatchewan,ca'){ point = new GLatLng(51.6, -105.6); }
  else if(location == 'quebec'){ point = new GLatLng(49.5, -70.9); }
  else if(location == 'quebec,canada'){ point = new GLatLng(49.5, -70.9); }
  else if(location == 'quebec,ca'){ point = new GLatLng(49.5, -70.9); }
  else if(location == 'alberta'){ point = new GLatLng(52, -113.1); }
  else if(location == 'alberta,canada'){ point = new GLatLng(52, -113.1); }
  else if(location == 'ab,canada'){ point = new GLatLng(52, -113.1); }
  else if(location == 'ab'){ point = new GLatLng(52, -113.1); }
  else if(location == 'alberta,ca'){ point = new GLatLng(52, -113.1); }
  else if(location == 'ab,ca'){ point = new GLatLng(52, -113.1); }
  else if(location == 'charlotte'){ point = new GLatLng(35.183910545750855, -80.848388671875); }
  else if(location == 'charlotte,northcarolina'){ point = new GLatLng(35.183910545750855, -80.848388671875); }
  else if(location == 'charlotte,northcarolina,unitedstates'){ point = new GLatLng(35.183910545750855, -80.848388671875); }
  else if(location == 'charlotte,nc,unitedstates'){ point = new GLatLng(35.183910545750855, -80.848388671875); }
  else if(location == 'charlotte,nc'){ point = new GLatLng(35.183910545750855, -80.848388671875); }
  else if(location == 'charlotte,northcarolina,usa'){ point = new GLatLng(35.183910545750855, -80.848388671875); }
  else if(location == 'charlotte,nc,usa'){ point = new GLatLng(35.183910545750855, -80.848388671875); }
  else if(location == 'sananselmo'){ point = new GLatLng(37.93553306183642, -122.57171630859375); }
  else if(location == 'sananselmo,california'){ point = new GLatLng(37.93553306183642, -122.57171630859375); }
  else if(location == 'sananselmo,california,unitedstates'){ point = new GLatLng(37.93553306183642, -122.57171630859375); }
  else if(location == 'sananselmo,ca,unitedstates'){ point = new GLatLng(37.93553306183642, -122.57171630859375); }
  else if(location == 'sananselmo,ca'){ point = new GLatLng(37.93553306183642, -122.57171630859375); }
  else if(location == 'sananselmo,california,usa'){ point = new GLatLng(37.93553306183642, -122.57171630859375); }
  else if(location == 'sananselmo,ca,usa'){ point = new GLatLng(37.93553306183642, -122.57171630859375); }
  else if(location == 'ventura'){ point = new GLatLng(34.28445325435288, -119.25315856933594); }
  else if(location == 'ventura,california'){ point = new GLatLng(34.28445325435288, -119.25315856933594); }
  else if(location == 'ventura,california,unitedstates'){ point = new GLatLng(34.28445325435288, -119.25315856933594); }
  else if(location == 'ventura,ca,unitedstates'){ point = new GLatLng(34.28445325435288, -119.25315856933594); }
  else if(location == 'ventura,ca'){ point = new GLatLng(34.28445325435288, -119.25315856933594); }
  else if(location == 'ventura,california,usa'){ point = new GLatLng(34.28445325435288, -119.25315856933594); }
  else if(location == 'ventura,ca,usa'){ point = new GLatLng(34.28445325435288, -119.25315856933594); }
  else if(location == 'newyork'){ point = new GLatLng(43.12504316740127, -76.11328125); }
  else if(location == 'newyork,unitedstates'){ point = new GLatLng(43.12504316740127, -76.11328125); }
  else if(location == 'ny,unitedstates'){ point = new GLatLng(43.12504316740127, -76.11328125); }
  else if(location == 'ny'){ point = new GLatLng(43.12504316740127, -76.11328125); }
  else if(location == 'newyork,usa'){ point = new GLatLng(43.12504316740127, -76.11328125); }
  else if(location == 'ny,usa'){ point = new GLatLng(43.12504316740127, -76.11328125); }
  return point;
}

