public with sharing class LASMSampleData { public static List profiles = new List{'Sales Agent', 'Sales Team Lead'}; public static Map>> locToAddress = new Map>>{ 'Office' => new List>{ new Map { 'street' => 'Bath Street', 'city' => 'Nottingham', 'state' => 'Nottinghamshire', 'country' => 'England', 'postalCode' => 'NG1 1BZ' } }, 'England' => new List>{ new Map { 'street' => '1 Pioneer Close, Abbey Lane', 'city' => 'Leicester', 'state' => 'Leicestershire', 'country' => 'England', 'postalCode' => 'LE4 5QY' } }, 'Bristol' => new List>{ new Map { 'street' => '78-86 Pennywell Road, Old Market', 'city' => 'Bristol', 'state' => 'Bristol', 'country' => 'England', 'postalCode' => 'BS5 0TG' } }, 'Coventry' => new List>{ new Map { 'street' => 'Unit 1, Cyan Business Park, Jimmy Hill Way', 'city' => 'Coventry', 'state' => 'West Midlands', 'country' => 'England', 'postalCode' => 'CV2 4QP' } }, 'Luton' => new List>{ new Map { 'street' => 'Unit 12, Cosgrove Way', 'city' => 'Luton', 'state' => 'Bedfordshire', 'country' => 'England', 'postalCode' => 'LU1 1XL' } }, 'Peterborough' => new List>{ new Map { 'street' => 'Padholme Road East', 'city' => 'Peterborough', 'state' => 'Peterborough', 'country' => 'England', 'postalCode' => 'PE1 5XL' } }, 'Scotland' => new List>{ new Map { 'street' => '1 Carron Place, Salamander Street', 'city' => 'Edinburgh', 'state' => 'Lothian', 'country' => 'Scotland', 'postalCode' => 'EH6 7RE' } }, 'Edinburgh' => new List>{ new Map { 'street' => 'Unit 1-3, Eastern Industrial Estate, 62-66 Newcraighall Road', 'city' => 'Edinburgh', 'state' => 'Lothian', 'country' => 'Scotland', 'postalCode' => 'EH15 3HS' } }, 'Glasgow' => new List>{ new Map { 'street' => '9 Canal Street', 'city' => 'Glasgow', 'state' => 'Lanarkshire', 'country' => 'Scotland', 'postalCode' => 'G4 0AD' } }, 'Wales' => new List>{ new Map { 'street' => 'Unit 1-2, Davis Street', 'city' => 'Cardiff', 'state' => 'Glamorgan', 'country' => 'Wales', 'postalCode' => 'CF24 2FU' } }, 'Cardiff' => new List>{ new Map { 'street' => 'Unit 1-2, Davis Street', 'city' => 'Cardiff', 'state' => 'Glamorgan', 'country' => 'Wales', 'postalCode' => 'CF24 2FU' } }, 'Swansea' => new List>{ new Map { 'street' => 'Ashford House, Abergelly Road, Swansea West Industrial Estate', 'city' => 'Swansea', 'state' => 'Glamorgan', 'country' => 'Wales', 'postalCode' => 'SA54DY' } }, 'Derby' => new List>{ new Map { 'street' => '22 Crown Walk, West Mall,, Intu Centre', 'city' => 'Derby', 'state' => 'Derbyshire', 'country' => 'England', 'postalCode' => 'DE1 2NP' } }, 'Evesham' => new List>{ new Map { 'street' => '24 Bridge Street', 'city' => 'Evesham', 'state' => 'Worcestershire', 'country' => 'England', 'postalCode' => 'WR11 4RR' } }, 'London' => new List>{ new Map { 'street' => '114 Strand', 'city' => 'London', 'state' => 'Greater London', 'country' => 'England', 'postalCode' => 'WC2R 0AG' } }, 'Manchester' => new List>{ new Map { 'street' => '24 Briar Hill Way', 'city' => 'Salford', 'state' => 'Greater Manchester', 'country' => 'England', 'postalCode' => 'M6 5FD' } }, 'Chichester' => new List>{ new Map { 'street' => '21 College Lane', 'city' => 'Chichester', 'state' => 'West Sussex', 'country' => 'England', 'postalCode' => 'PO19 6PE' } }, 'Worcester' => new List>{ new Map { 'street' => '9-13 Pump Street', 'city' => 'Worcester', 'state' => 'Worcestershire', 'country' => 'England', 'postalCode' => 'WR1 2QX' } }, 'Birmingham' => new List>{ new Map { 'street' => 'Unit 31 Stephenson Place', 'city' => 'Birmingham', 'state' => 'West Midlands', 'country' => 'England', 'postalCode' => 'B2 4BF' } }, 'Lewes' => new List>{ new Map { 'street' => 'Unit 3 The Friars', 'city' => 'Lewes', 'state' => 'East Sussex', 'country' => 'England', 'postalCode' => 'BN7 2LE' } }, 'Solihull' => new List>{ new Map { 'street' => '8 Crescent Arcade Touchwood Centre', 'city' => 'Solihull', 'state' => 'West Midlands', 'country' => 'England', 'postalCode' => 'B91 3GZ' } }, 'Warrington' => new List>{ new Map { 'street' => 'SU50 Golden Square 48 The Mall', 'city' => 'Warrington', 'state' => 'Cheshire', 'country' => 'England', 'postalCode' => 'WA1 1QP' } }, 'Cafe' => new List>{ new Map { 'street' => 'Palatine Centre, 4 Stockton Rd', 'city' => 'Durham', 'state' => 'Durham', 'country' => 'England', 'postalCode' => 'DH1 3DX' } }, 'Club' => new List>{ new Map { 'street' => '36-38 Mosley St', 'city' => 'Newcastle upon Tyne', 'state' => 'Tyne and Wear', 'country' => 'England', 'postalCode' => 'NE1 1DF' } }, 'Deli' => new List>{ new Map { 'street' => '65 Main St', 'city' => 'Bingley', 'state' => 'West Yorkshire', 'country' => 'England', 'postalCode' => 'BD16 2HZ' } }, 'Works' => new List>{ new Map { 'street' => '29 Hurlbutt Rd, Heathcote Industrial Estate', 'city' => 'Leamington Spa', 'state' => 'Warwickshire', 'country' => 'England', 'postalCode' => 'CV34 6TB' } }, 'Styles' => new List>{ new Map { 'street' => '26 Southgate', 'city' => 'Chichester', 'state' => 'West Sussex', 'country' => 'England', 'postalCode' => 'PO19 1ES' } }, 'Shed' => new List>{ new Map { 'street' => 'Hartley House', 'city' => 'Gretton', 'state' => 'Gloucestershire', 'country' => 'England', 'postalCode' => 'GL54 2AL' } }, 'Room' => new List>{ new Map { 'street' => 'New Market, King Street', 'city' => 'Maidenhead', 'state' => 'Berkshire', 'country' => 'England', 'postalCode' => 'SL6 1DS' } }, 'Restaurant' => new List>{ new Map { 'street' => '36-38 Mayflower St', 'city' => 'Plymouth', 'state' => 'Devon', 'country' => 'England', 'postalCode' => 'PL1 1QX' } } }; //Business Accounts public static List> bAccountsL1 = new List>{ //standalone new Map{'name' => 'Hair Styles', 'industry' => 'Hospitality'}, new Map{'name' => 'Granite Works', 'industry' => 'Hospitality'}, new Map{'name' => 'The Deli', 'industry' => 'Hospitality'}, new Map{'name' => 'University Cafe', 'industry' => 'Hospitality'}, new Map{'name' => 'Geordie Club', 'industry' => 'Hospitality'}, new Map{'name' => 'Leather Works', 'industry' => 'Hospitality'}, new Map{'name' => 'The Chip Shed', 'industry' => 'Hospitality'}, new Map{'name' => 'Maggies Tea Room', 'industry' => 'Hospitality'}, new Map{'name' => 'Corner Cafe', 'industry' => 'Hospitality'}, new Map{'name' => 'Pier Head Restaurant', 'industry' => 'Hospitality'}, //medium new Map{'name' => 'SpecSavers Head Office', 'industry' => 'Apparel'}, new Map{'name' => 'Paper Chase Head Office', 'industry' => 'Retail'}, //Large new Map{'name' => 'National Storage Head Office', 'industry' => 'Retail'} }; public static List> bAccountsL2 = new List>{ //medium new Map{'name' => 'SpecSavers Derby', 'industry' => 'Apparel', 'parentId' => 'SpecSavers Head Office'}, new Map{'name' => 'SpecSavers Evesham', 'industry' => 'Apparel', 'parentId' => 'SpecSavers Head Office'}, new Map{'name' => 'SpecSavers London', 'industry' => 'Apparel', 'parentId' => 'SpecSavers Head Office'}, new Map{'name' => 'SpecSavers Manchester', 'industry' => 'Apparel', 'parentId' => 'SpecSavers Head Office'}, new Map{'name' => 'SpecSavers Worcester', 'industry' => 'Apparel', 'parentId' => 'SpecSavers Head Office'}, new Map{'name' => 'Paper Chase Birmingham', 'industry' => 'Retail', 'parentId' => 'Paper Chase Head Office'}, new Map{'name' => 'Paper Chase Lewes', 'industry' => 'Retail', 'parentId' => 'Paper Chase Head Office'}, new Map{'name' => 'Paper Chase London', 'industry' => 'Retail', 'parentId' => 'Paper Chase Head Office'}, new Map{'name' => 'Paper Chase Solihull', 'industry' => 'Retail', 'parentId' => 'Paper Chase Head Office'}, new Map{'name' => 'Paper Chase Warrington', 'industry' => 'Retail', 'parentId' => 'Paper Chase Head Office'}, //Large new Map{'name' => 'National Storage England', 'industry' => 'Retail', 'parentId' => 'National Storage Head Office'}, new Map{'name' => 'National Storage Scotland', 'industry' => 'Retail', 'parentId' => 'National Storage Head Office'}, new Map{'name' => 'National Storage Wales', 'industry' => 'Retail', 'parentId' => 'National Storage Head Office'} }; public static List> bAccountsL3 = new List>{ //Large new Map{'name' => 'National Storage Bristol', 'industry' => 'Retail', 'parentId' => 'National Storage England'}, new Map{'name' => 'National Storage Coventry', 'industry' => 'Retail', 'parentId' => 'National Storage England'}, new Map{'name' => 'National Storage Luton', 'industry' => 'Retail', 'parentId' => 'National Storage England'}, new Map{'name' => 'National Storage Peterborough', 'industry' => 'Retail', 'parentId' => 'National Storage England'}, new Map{'name' => 'National Storage Edinburgh', 'industry' => 'Retail', 'parentId' => 'National Storage Scotland'}, new Map{'name' => 'National Storage Glasgow', 'industry' => 'Retail', 'parentId' => 'National Storage Scotland'}, new Map{'name' => 'National Storage Cardiff', 'industry' => 'Retail', 'parentId' => 'National Storage Wales'}, new Map{'name' => 'National Storage Swansea', 'industry' => 'Retail', 'parentId' => 'National Storage Wales'} }; public static Map> acParams = new Map>{ 'Hair Styles' => new Map{'contactCount' => 5, 'contractCount' => 2}, 'Granite Works' => new Map{'contactCount' => 4, 'contractCount' => 2}, 'The Deli' => new Map{'contactCount' => 4, 'contractCount' => 2}, 'University Cafe' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'Geordie Club' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'Leather Works' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'The Chip Shed' => new Map{'contactCount' => 2, 'contractCount' => 2}, 'Maggies Tea Room' => new Map{'contactCount' => 2, 'contractCount' => 2}, 'Corner Cafe' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'Pier Head Restaurant' => new Map{'contactCount' => 4, 'contractCount' => 2}, 'SpecSavers Head Office' => new Map{'contactCount' => 5, 'contractCount' => 4}, 'SpecSavers Derby' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'SpecSavers Evesham' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'SpecSavers London' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'SpecSavers Manchester' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'SpecSavers Worcester' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'Paper Chase Head Office' => new Map{'contactCount' => 5, 'contractCount' => 4}, 'Paper Chase Birmingham' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'Paper Chase Lewes' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'Paper Chase London' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'Paper Chase Solihull' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'Paper Chase Warrington' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'National Storage Head Office' => new Map{'contactCount' => 5, 'contractCount' => 5}, 'National Storage England' => new Map{'contactCount' => 4, 'contractCount' => 3}, 'National Storage Bristol' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'National Storage Coventry' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'National Storage Luton' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'National Storage Peterborough' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'National Storage Scotland' => new Map{'contactCount' => 4, 'contractCount' => 3}, 'National Storage Edinburgh' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'National Storage Glasgow' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'National Storage Wales' => new Map{'contactCount' => 4, 'contractCount' => 3}, 'National Storage Cardiff' => new Map{'contactCount' => 3, 'contractCount' => 2}, 'National Storage Swansea' => new Map{'contactCount' => 3, 'contractCount' => 2} }; //Leads public static List lstatus = new List{'New', 'Nurturing', 'Contacted', 'Qualified', 'Unqualified'}; public static List rstatus = new List{'Contacted', 'Qualified'}; public static List lrating = new List{'Hot', 'Warm', 'Cold'}; static String jsonMap = '[{"sal":"Mr","fName":"John","lName":"Jackson","company":"Marble Kitchens"},{"sal":"Mr","fName":"Faizel","lName":"Patel","company":"Coventry Hospital"},{"sal":"Mrs","fName":"Mary","lName":"Smith","company":"Bikers Tattoos"},{"sal":"Mr","fName":"Donghai","lName":"Zhao","company":"White Linen Company"},{"sal":"Ms","fName":"Ingrid","lName":"Scneider","company":"Midlands Dental Clinic"},{"sal":"Ms","fName":"Eleanor","lName":"Pickering","company":"Books on the Square"},{"sal":"Mr","fName":"Vincente","lName":"Fernandez","company":"World Tours Travel"},{"sal":"Mr","fName":"Jose","lName":"Rodriguez","company":"Sports World"},{"sal":"Bongani","fName":"Ibrahim","lName":"Mobile","company":"Fone Accessories"},{"sal":"Mrs","fName":"Janice","lName":"Green","company":"Corner Supermarket"},{"sal":"Mrs","fName":"Bhavna","lName":"Reddy","company":"Home Furnishings"},{"sal":"Mr","fName":"Yiannis","lName":"Georgiou","company":"Classic Car Sales"},{"sal":"Mr","fName":"Ric","lName":"Morales","company":"Used Keyboard Emporium"},{"sal":"Ms","fName":"Elena","lName":"Pandazopolous","company":"Elena’s Kitchen"},{"sal":"Mrs","fName":"Monique","lName":"Capel","company":"Hitech Software"},{"sal":"Mr","fName":"Ettiene","lName":"Garnier","company":"Bistrot Romaine"},{"sal":"Mrs","fName":"Ah","lName":"Lam","company":"Chen Oriental Supermarket"},{"sal":"Mr","fName":"Walter","lName":"Meyer","company":"Autorepair Shop"},{"sal":"Mrs","fName":"Mariana","lName":"Garcia","company":"Craftstore"},{"sal":"Ms","fName":"Imani","lName":"Ali","company":"Designer Dress Shop"}]'; static List leadCos = (List) JSON.deserializeUntyped(jsonMap); public static List> leadCompany = new List>(); //Oppty public static List stages = new List{'Prospecting', 'Qualification', 'Needs Analysis', 'Value Proposition', 'Id. Decision Makers', 'Perception Analysis', 'Proposal/Price Quote', 'Negotiation/Review'};// , 'Closed Won', 'Closed Lost' public static List nameSuffixes = new List{'Installations', 'FY', 'Monthly', 'Charges', 'SLA', 'Small Deal', 'Medium Deal', 'Large Deal', 'Emergency Generator', 'Lab Generators', 'Office Portable Generators', 'Portable Truck Generators', 'Standby Generators', 'Refinery Generators'}; public static List types = new List{'Existing Customer - Upgrade', 'Existing Customer - Replacement', 'Existing Customer - Downgrade', 'New Customer'}; public static List months = new List{'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'}; //quotes public static List allStatus = new List{'Draft', 'In Review', 'Needs Review', 'Approved', 'Rejected', 'Presented', 'Accepted', 'Denied'}; //contacts public static List fname = new List{'Mason', 'Jackson', 'Harper', 'Jack', 'Avery', 'Wyatt', 'Carter', 'Grayson', 'Lincoln', 'Hudson', 'Riley', 'Madison', 'Jaxon', 'Parker', 'Hazel', 'Hunter', 'Colton', 'Landon', 'Cooper', 'Easton', 'Everly', 'Addison', 'Jameson', 'Sawyer', 'Greyson', 'Willow', 'River', 'Jaxson', 'Everett', 'Ivy', 'Wesley', 'Kinsley', 'Audrey', 'Waylon', 'Ryder', 'Weston', 'Ruby', 'Emery', 'Hayden', 'Harrison', 'Kingston', 'Hailey', 'Autumn', 'Blake', 'Emerson', 'Myles', 'Tyler', 'Piper', 'Ashton', 'Milo'}; public static List lname = new List{'Adams', 'Wilson', 'Burton', 'Harris', 'Stevens', 'Robinson', 'Lewis', 'Walker', 'Payne', 'Baker', 'Owen', 'Holmes', 'Chapman', 'Webb', 'Allen', 'Jones', 'Davidson', 'Foster', 'Matthews', 'White', 'Griffiths', 'Knight', 'Corbyn', 'Young', 'Evans', 'Smith', 'Wright', 'Jenkins', 'Green', 'Hughes', 'Taylor', 'Hall', 'Anderson', 'Armstrong', 'Cox', 'Atkinson', 'Bell', 'Carter', 'Cole', 'Collins', 'Dawson', 'Bailey', 'Ball', 'Dixon', 'Edwards', 'Brown', 'Clarke', 'Yates', 'Zelly', 'Zouch', 'Fisher', 'Fletcher'}; //location public static List> contactAddr = new List>{ new Map{'city' => 'Bath', 'state' => 'Somerset', 'pincode' => 'BA1 1UA'}, new Map{'city' => 'Birmingham', 'state' => 'West Midlands', 'pincode' => 'B1 1AA'}, new Map{'city' => 'Bradford', 'state' => 'West Yorkshire', 'pincode' => 'BD1 1AA'}, new Map{'city' => 'Brighton and Hove', 'state' => 'East Sussex', 'pincode' => 'BN1 1AA'}, new Map{'city' => 'Bristol', 'state' => 'Somerset', 'pincode' => 'BS1 1AA'}, new Map{'city' => 'Cambridge', 'state' => 'Cambridgeshire', 'pincode' => 'CB1 1AA'}, new Map{'city' => 'Canterbury', 'state' => 'Kent', 'pincode' => 'CT1 1AA'}, new Map{'city' => 'Carlisle', 'state' => 'Cumbria', 'pincode' => 'CA1 1AA'}, new Map{'city' => 'Chester', 'state' => 'Cheshire', 'pincode' => 'CH1 1AA'}, new Map{'city' => 'Chelmsford', 'state' => 'Essex', 'pincode' => 'CM1 1AA'}, new Map{'city' => 'Chichester', 'state' => 'West Sussex', 'pincode' => 'PO19 1AR'}, new Map{'city' => 'Coventry', 'state' => 'West Midlands', 'pincode' => 'CV1 1AB'}, new Map{'city' => 'Derby', 'state' => 'Derbyshire', 'pincode' => 'DE1 2XY'}, new Map{'city' => 'Durham', 'state' => 'County Durham', 'pincode' => 'DH1 4XX'}, new Map{'city' => 'Ely', 'state' => 'Cambridgeshire', 'pincode' => 'CB7 4XX'}, new Map{'city' => 'Exeter', 'state' => 'Devon', 'pincode' => 'EX1 2AB'}, new Map{'city' => 'Gloucester', 'state' => 'Gloucestershire', 'pincode' => 'GL1 4CD'}, new Map{'city' => 'Hereford', 'state' => 'Herefordshire', 'pincode' => 'HR1 3EF'}, new Map{'city' => 'Kingston upon Hull', 'state' => 'East Yorkshire', 'pincode' => 'HU1 2FG'}, new Map{'city' => 'Lancaster', 'state' => 'Lancashire', 'pincode' => 'LA1 3GH'}, new Map{'city' => 'Leeds', 'state' => 'West Yorkshire', 'pincode' => 'LS1 1AA'}, new Map{'city' => 'Leicester', 'state' => 'Leicestershire', 'pincode' => 'LE1 1AA'}, new Map{'city' => 'Lichfield', 'state' => 'Staffordshire', 'pincode' => 'WS13 6XX'}, new Map{'city' => 'Lincoln', 'state' => 'Lincolnshire', 'pincode' => 'LN1 1XX'}, new Map{'city' => 'Liverpool', 'state' => 'Merseyside', 'pincode' => 'L1 1AA'}, new Map{'city' => 'London', 'state' => 'Greater London', 'pincode' => 'SW1A 1AA'}, new Map{'city' => 'Manchester', 'state' => 'Greater Manchester', 'pincode' => 'M1 1AA'}, new Map{'city' => 'Norwich', 'state' => 'Norfolk', 'pincode' => 'NR1 1AA'}, new Map{'city' => 'Nottingham', 'state' => 'Nottinghamshire', 'pincode' => 'NG1 1AA'}, new Map{'city' => 'Oxford', 'state' => 'Oxfordshire', 'pincode' => 'OX1 1AA'}, new Map{'city' => 'Peterborough', 'state' => 'Cambridgeshire', 'pincode' => 'PE1 2XY'}, new Map{'city' => 'Plymouth', 'state' => 'Devon', 'pincode' => 'PL1 4CD'}, new Map{'city' => 'Portsmouth', 'state' => 'Hampshire', 'pincode' => 'PO1 3EF'}, new Map{'city' => 'Preston', 'state' => 'Lancashire', 'pincode' => 'PR1 5FG'}, new Map{'city' => 'Ripon', 'state' => 'North Yorkshire', 'pincode' => 'HG4 1HI'}, new Map{'city' => 'Salford', 'state' => 'Greater Manchester', 'pincode' => 'M5 4JK'}, new Map{'city' => 'Salisbury', 'state' => 'Wiltshire', 'pincode' => 'SP1 6LM'}, new Map{'city' => 'Sheffield', 'state' => 'South Yorkshire', 'pincode' => 'S1 7NO'}, new Map{'city' => 'Southampton', 'state' => 'Hampshire', 'pincode' => 'SO14 5PQ'}, new Map{'city' => 'St Albans', 'state' => 'Hertfordshire', 'pincode' => 'AL1 8RS'}, new Map{'city' => 'Sunderland', 'state' => 'Tyne and Wear', 'pincode' => 'SR1 2AB'}, new Map{'city' => 'Truro', 'state' => 'Cornwall', 'pincode' => 'TR1 1BH'}, new Map{'city' => 'Wakefield', 'state' => 'West Yorkshire', 'pincode' => 'WF1 1HA'}, new Map{'city' => 'Wells', 'state' => 'Somerset', 'pincode' => 'BA5 2AA'}, new Map{'city' => 'Westminster', 'state' => 'Greater London', 'pincode' => 'SW1A 1AA'}, new Map{'city' => 'Winchester', 'state' => 'Hampshire', 'pincode' => 'SO23 9JA'}, new Map{'city' => 'Wolverhampton', 'state' => 'West Midlands', 'pincode' => 'WV1 4LD'}, new Map{'city' => 'Worcester', 'state' => 'Worcestershire', 'pincode' => 'WR1 1YQ'}, new Map{'city' => 'York', 'state' => 'North Yorkshire', 'pincode' => 'YO1 8SG'} }; static { for(Object o: leadCos) { leadCompany.add((Map)o); } } }