var iconData = {
  "us": { width: 24, height: 14 },
  "ca": { width: 24, height: 14 },
  "flag-shadow": { width: 40, height: 30 },
  "house": { width: 32, height: 32 },
  "house-shadow": { width: 59, height: 32 },
  "headquarters": { width: 32, height: 32 },
  "headquarters-shadow": { width: 59, height: 32 }
};

var officeLayer = [
    
  {
    "zoom": [7, 17],
    "places": [
      {
        "name": "Atlantic Autobody [Headquarters] \n<br/> 6121 Atlantic Drive, Mississauga, ON",
        "posn": [43.660770102708376, -79.64556813240051]
      },
      {
        "name": "Atlantic North \n<br/> 160 Advance Blvd. Brampton ON",
        "posn": [43.69388001096119, -79.69236731529236]
      },
      {
        "name": "First Canadian \n<br/> 63 Selby Road Brampton ON",
        "posn": [43.69260002833361, -79.72541213035583]
      },
      {
        "name": "Bill's Auto Body \n<br/> 155 Nipissing Road, Milton ON",
        "posn": [43.52116980487334, -79.86980080604553]
      },
      {
        "name": "Ace Auto Collision \n<br/> 1099 Speers Road, Oakville ON",
        "posn": [43.430857871345424, -79.70484495162964]
      },
      {
        "name": "Royal Atlantic \n<br/> 2336 Royal Windsor Drive, Oakville ON",
        "posn": [43.49036213695585, -79.651780128479]
      },
      {
        "name": "Unique Auto Collision \n<br/> 1240 Crestlawn Drive, Mississauga, ON",
        "posn": [43.63112873586332, -79.62141752243042]
      },
      {
        "name": "C-line Collsion <br/> Orangeville ON",
        "posn": [43.90525179927661, -80.11585593223572]
      },
      {
        "name": "Atlantic Etobicoke \n<br/>  26 Chauncey Ave Etobicoke ON",
        "posn": [43.637542696797325, -79.52361345291138]
      },
      {
        "name": "Meadowvale Collision Centre \n<br/>  66 Thomas St, Mississauga, ON",
        "posn": [43.57777161680141, -79.71564888954163]
      },
      {
        "name": "East Atlantic Collision Centre \n<br/>  63 Hollinger Rd, Toronto, ON",
        "posn": [43.713623,-79.313457]
      },
      {
        "name": "Atlantic Showcase  \n<br/> 3229 Wolfedale Road, Mississauga, ON L5C 1V8 \n<br/> (905) 277-1833",
        "posn": [43.570014,-79.644173]
      },
      
    ] 
  }
];
 


