function map_usa() {

  var z = '';
  var cr = '\r';

  var formAgentObject = getObject("findAgentForm");
  var url = '/PublicApplications/findagent/submitState.do?brand=' + formAgentObject.brandName.value;
  var onClick = 'onclick="trackingFindAnAgentSubmitMap(\''; 
  
  z += '<map name="map_usa">' + cr;
  z += '<area shape=poly coords="27,1,53,8,49,29,45,28,29,27,26,26,22,26,21,22,17,20,17,1,26,7,28,0,27,1" href=' + url + '&stateName=Washington&state=WA title="Washington" alt="Washington" ' + onClick + 'WA' + '\')";>' + cr;
  z += '<area shape=poly coords="6,48,7,41,16,20,22,26,50,30,52,34,44,58,7,49,6,48" href=' + url + '&stateName=Oregon&state=OR title="Oregon" alt="Oregon" ' + onClick + 'OR' + '\')";>' + cr;
  z += '<area shape=poly coords="43,128,48,115,44,106,23,74,28,54,5,49,4,64,7,85,14,109,32,126,43,128" href=' + url + '&stateName=California&state=CA title="California" alt="California" ' + onClick + 'CA' + '\')";>' + cr;
  z += '<area shape=poly coords="49,103,58,61,27,54,23,75,46,110,46,106,49,103" href=' + url + '&stateName=Nevada&state=NV title="Nevada" alt="Nevada" ' + onClick + 'NV' + '\')";>' + cr;
  z += '<area shape=poly coords="58,9,57,22,63,30,60,35,67,45,76,47,74,65,44,57,52,9,58,9" href=' + url + '&stateName=Idaho&state=ID title="Idaho" alt="Idaho" ' + onClick + 'ID' + '\')";>' + cr;
  z += '<area shape=poly coords="114,18,113,47,77,42,75,46,66,45,61,34,64,28,58,21,59,8,81,14,109,18,114,18" href=' + url + '&stateName=Montana&state=MT title="Montana" alt="Montana" ' + onClick + 'MT' + '\')";>' + cr;
  z += '<area shape=poly coords="73,70,110,76,112,47,77,43,74,69,73,70" href=' + url + '&stateName=Wyoming&state=WY title="Wyoming" alt="Wyoming" ' + onClick + 'WY' + '\')";>' + cr;
  z += '<area shape=poly coords="84,73,81,101,51,97,59,62,73,65,72,71,84,73" href=' + url + '&stateName=Utah&state=UT title="Utah" alt="Utah" ' + onClick + 'UT' + '\')";>' + cr;
  z += '<area shape=poly coords="119,77,84,73,81,101,119,106,120,77,119,77" href=' + url + '&stateName=Colorado&state=CO title="Colorado" alt="Colorado" ' + onClick + 'CO' + '\')";>' + cr;
  z += '<area shape=poly coords="148,19,150,42,113,40,116,18,148,19" href=' + url + '&stateName=North+Dakota&state=ND title="North Dakota" alt="North Dakota" ' + onClick + 'ND' + '\')";>' + cr;
  z += '<area shape=poly coords="149,65,149,42,113,41,112,61,145,64,149,65" href=' + url + '&stateName=South+Dakota&state=SD title="South Dakota" alt="South Dakota" ' + onClick + 'SD' + '\')";>' + cr;
  z += '<area shape=poly coords="74,144,80,101,50,96,48,102,45,105,48,114,44,129,67,143,74,144" href=' + url + '&stateName=Arizona&state=AZ title="Arizona" alt="Arizona" ' + onClick + 'AZ' + '\')";>' + cr;
  z += '<area shape=poly coords="111,142,115,105,79,101,76,143,90,141,92,138,111,142" href=' + url + '&stateName=New+Mexico&state=NM title="New Mexico" alt="New Mexico" ' + onClick + 'NM' + '\')";>' + cr;
  z += '<area shape=poly coords="148,65,157,85,120,84,120,77,110,75,112,61,148,65" href=' + url + '&stateName=Nebraska&state=NE title="Nebraska" alt="Nebraska" ' + onClick + 'NE' + '\')";>' + cr;
  z += '<area shape=poly coords="157,86,161,92,161,106,120,106,121,83,157,86" href=' + url + '&stateName=Kansas&state=KS title="Kansas" alt="Kansas" ' + onClick + 'KS' + '\')";>' + cr;
  z += '<area shape=poly coords="161,131,161,106,114,106,115,110,130,110,130,124,142,129,152,130,157,130,161,131" href=' + url + '&stateName=Oklahoma&state=OK title="Oklahoma" alt="Oklahoma" ' + onClick + 'OK' + '\')";>' + cr;
  z += '<area shape=poly coords="167,160,165,131,142,129,129,125,129,110,115,110,111,142,91,140,99,151,101,153,101,158,109,164,116,157,121,160,128,169,131,175,133,183,146,188,145,177,152,168,155,169,163,161,167,160" href=' + url + '&stateName=Texas&state=TX title="Texas" alt="Texas ' + onClick + 'TX' + '\')";>' + cr;
  z += '<area shape=poly coords="158,18,148,18,150,41,151,45,151,59,180,59,175,54,170,49,171,41,174,34,186,25,175,25,171,22,168,22,164,23,160,20,158,18" href=' + url + '&stateName=Minnesota&state=MN title="Minnesota" alt="Minnesota" ' + onClick + 'MN' + '\')";>' + cr;
  z += '<area shape=poly coords="185,70,179,59,151,59,151,66,155,81,158,78,179,80,182,72,186,69,181,63,185,70" href=' + url + '&stateName=Iowa&state=IA title="Iowa" alt="Iowa" ' + onClick + 'IA' + '\')";>' + cr;
  z += '<area shape=poly coords="190,113,194,104,189,99,185,95,186,91,184,92,178,81,157,78,153,81,161,87,160,89,162,92,162,109,187,110,188,113,190,113" href=' + url + '&stateName=Missouri&state=MO title="Missouri" alt="Missouri" ' + onClick + 'MO' + '\')";>' + cr;
  z += '<area shape=poly coords="182,136,183,127,190,112,184,109,162,110,162,129,166,130,166,135,166,136,182,136" href=' + url + '&stateName=Arkansas&state=AR title="Arkansas" alt="Arkansas" ' + onClick + 'AR' + '\')";>' + cr;
  z += '<area shape=poly coords="194,163,192,149,188,149,187,151,180,151,185,140,181,135,165,135,168,150,169,160,176,163,179,159,183,164,194,163" href=' + url + '&stateName=Louisiana&state=LA title="Louisiana" alt="Louisiana" ' + onClick + 'LA' + '\')";>' + cr;
  z += '<area shape=poly coords="178,32,185,39,193,39,198,48,197,66,182,66,179,56,171,50,171,40,178,32" href=' + url + '&stateName=Wisconsin&state=WI title="Wisconsin" alt="Wisconsin" ' + onClick + 'WI' + '\')";>' + cr;
  z += '<area shape=poly coords="199,98,201,85,199,80,200,70,196,65,186,66,186,71,179,76,179,82,182,88,186,90,187,95,193,103,199,98" href=' + url + '&stateName=Illinois&state=IL title="Illinois" alt="Illinois" ' + onClick + 'IL' + '\')";>' + cr;
  z += '<area shape=poly coords="182,35,194,27,198,35,208,32,214,36,214,40,220,45,220,51,224,51,225,56,224,62,222,68,205,68,206,60,204,56,203,46,210,42,208,37,201,39,198,45,193,39,185,39,182,35" href=' + url + '&stateName=Michigan&state=MI title="Michigan" ' + onClick + 'MI' + '\')";>' + cr;
  z += '<area shape=poly coords="214,68,216,88,209,97,200,97,202,84,200,77,200,71,204,68,214,68" href=' + url + '&stateName=Indiana&state=IN title="Indiana" alt="Indiana" ' + onClick + 'IN' + '\')";>' + cr;
  z += '<area shape=poly coords="218,88,222,90,229,90,234,97,225,106,207,106,199,107,197,109,192,109,193,105,201,98,208,98,218,89,218,88" href=' + url + '&stateName=Kentucky&state=KY title="Kentucky" alt="Kentucky" ' + onClick + 'KY' + '\')";>' + cr;
  z += '<area shape=poly coords="237,103,224,106,205,107,199,107,196,109,192,110,187,120,208,120,222,118,232,108,235,108,237,103" href=' + url + '&stateName=Tennessee&state=TN title="Tennessee" alt="Tennessee" ' + onClick + 'TN' + '\')";>' + cr;
  z += '<area shape=poly coords="200,120,201,153,193,156,192,147,186,149,184,152,180,151,186,139,182,135,182,127,186,125,187,120,200,120" href=' + url + '&stateName=Mississippi&state=MS title="Mississippi" alt="Mississippi" ' + onClick + 'MS' + '\')";>' + cr;
  z += '<area shape=poly coords="220,148,221,133,214,119,207,121,200,121,200,149,202,154,207,154,205,149,220,148" href=' + url + '&stateName=Alabama&state=AL title="Alabama" alt="Alabama" ' + onClick + 'AL' + '\')";>' + cr;
  z += '<area shape=poly coords="238,63,238,82,230,90,222,89,216,88,216,68,224,69,228,71,238,63" href=' + url + '&stateName=Ohio&state=OH title="Ohio" alt="Ohio" ' + onClick + 'OH' + '\')";>' + cr;
  z += '<area shape=poly coords="258,184,254,186,238,169,237,160,228,153,222,157,217,154,208,153,204,149,240,149,243,146,249,158,256,171,258,177,258,184" href=' + url + '&stateName=Florida&state=FL title="Florida" alt="Florida" ' + onClick + 'FL' + '\')";>' + cr;
  z += '<area shape=poly coords="227,117,244,134,244,144,238,148,237,149,221,149,219,145,221,131,214,119,227,118,227,117" href=' + url + '&stateName=Georgia&state=GA title="Georgia" alt="Georgia" ' + onClick + 'GA' + '\')";>' + cr;
  z += '<area shape=poly coords="245,135,247,134,258,123,252,115,236,114,226,118,245,135" href=' + url + '&stateName=South+Carolina&state=SC title="South Carolina" alt="South Carolina" ' + onClick + 'SC' + '\')";>' + cr;
  z += '<area shape=poly coords="274,106,269,97,237,104,231,109,222,117,229,117,236,113,251,115,258,123,268,111,270,111,273,108,274,106" href=' + url + '&stateName=North+Carolina&state=NC title="North Carolina" alt="North Carolina" ' + onClick + 'NC' + '\')";>' + cr;
  z += '<area shape=poly coords="265,89,259,85,261,82,253,81,247,88,245,89,242,97,238,99,233,96,226,105,264,99,265,89" href=' + url + '&stateName=Virginia&state=VA title="Virginia" alt="Virginia" ' + onClick + 'VA' + '\')";>' + cr;
  z += '<area shape=poly coords="244,79,240,80,238,73,238,82,230,91,230,94,237,98,243,96,246,86,254,81,252,79,247,82,244,79" href=' + url + '&stateName=West+Virginia&state=WV title="West Virginia" alt="West Virginia" ' + onClick + 'WV' + '\')";>' + cr;
  z += '<area shape=poly coords="270,90,272,84,268,84,265,76,248,77,261,81,261,86,265,88,267,87,270,90" href=' + url + '&stateName=Maryland&state=MD title="Maryland" alt="Maryland" ' + onClick + 'MD' + '\')";>' + cr;
  z += '<area shape=poly coords="267,74,273,85,274,90,269,88,264,76,267,74" href=' + url + '&stateName=Delaware&state=DE title="Delaware" alt="Delaware" ' + onClick + 'DE' + '\')";>' + cr;
  z += '<area shape=poly coords="272,79,275,74,274,64,269,61,266,65,270,70,268,77,272,79" href=' + url + '&stateName=New+Jersey&state=NJ title="New Jersey" alt="New Jersey" ' + onClick + 'NJ' + '\')";>' + cr;
  z += '<area shape=poly coords="241,62,243,63,268,59,269,71,261,76,239,77,238,62,241,62" href=' + url + '&stateName=Pennsylvaniay&state=PA title="Pennsylvania" alt="Pennsylvania" ' + onClick + 'PA' + '\')";>' + cr;
  z += '<area shape=poly coords="284,59,288,57,285,54,283,54,284,59" href=' + url + '&stateName=Rhode+Island&state=RI title="Rhode Island" alt="Rhode Island" ' + onClick + 'RI' + '\')";>' + cr;
  z += '<area shape=poly coords="277,61,284,59,282,54,274,55,276,62,277,61" href=' + url + '&stateName=Connecticut&state=CT title="Connecticut" alt="Connecticut" ' + onClick + 'CT' + '\')";>' + cr;
  z += '<area shape=poly coords="268,34,260,37,257,43,258,47,255,50,249,50,242,53,243,63,267,57,273,64,275,60,273,54,273,46,269,34,268,34" href=' + url + '&stateName=New+York&state=NY title="New York" alt="New York" ' + onClick + 'NY' + '\')";>' + cr;
  z += '<area shape=poly coords="292,50,294,53,291,56,285,52,275,56,274,54,274,51,282,49,288,46,289,49,288,50,290,53,291,52,292,50" href=' + url + '&stateName=Massachusetts&state=MA title="Massachusetts" alt="Massachusetts" ' + onClick + 'MA' + '\')";>' + cr;
  z += '<area shape=poly coords="278,30,279,50,276,51,270,34,276,33,278,30" href=' + url + '&stateName=Vermont&state=VT title="Vermont" alt="Vermont" ' + onClick + 'VT' + '\')";>' + cr;
  z += '<area shape=poly coords="281,29,287,46,278,48,279,30,281,29" href=' + url + '&stateName=New+Hampshire&state=NH title="New Hampshire" alt="New Hampshire" ' + onClick + 'NH' + '\')";>' + cr;
  z += '<area shape=poly coords="302,28,295,19,294,12,286,12,283,15,282,28,286,44,291,37,296,32,302,28" href=' + url + '&stateName=Maine&state=ME title="Maine" alt="Maine" ' + onClick + 'ME' + '\')";>' + cr;
  z += '<area shape="default" nohref>' + cr;
  z += '</map>' + cr;

  document.write (z);

}

map_usa();
