var iconData = {
	"us": { width: 24, height: 14 },
	"ca": { width: 24, height: 14 },
	"flag-shadow": { width: 40, height: 30 },
	"nvcity": { width: 32, height: 32 },
	"nvcity-shadow": { width: 59, height: 32 },
	"distributor_auto": { width: 32, height: 32 },
	"distributor_auto_shadow": { width: 59, height: 32 },
	"hq_inseat": { width: 50, height: 50 },
	"hq_inseat_shadow": { width: 50, height: 50 }
};

var officeLayer = [
  {
    "zoom": [0, 3],
    "places": [
      {
        "name": "USA",
        "icon": ["us", "flag-shadow"],
        "posn": [40, -97]
      },
      {
        "name": "Canada",
        "icon": ["ca", "flag-shadow"],
        "posn": [58, -101]
      },
	        {
        "name": "InSeat Solutions, LLC Corporate Office - 11839 East Smith Avenue, Santa Fe Springs, CA 90670",
        "icon": ["hq_inseat", "hq_inseat_shadow"],
        "posn": [33.949307, -118.078407]
      },
    ]
  },
  {
   // "zoom": [4, 6, 12, 13],
   "zoom": [4, 8],
    "places": [
		   
      {
        "name": "InSeat Solutions, LLC Corporate Office - 11839 East Smith Avenue, Santa Fe Springs, CA 90670",
        "icon": ["hq_inseat", "hq_inseat_shadow"],
        "posn": [33.949307, -116.078407] //adjusted
      },
	  	  	      {
        "name": "Linsey & Hall Inc - Region: California, Arizona, Nevada",
        "icon": ["distributor_auto", "distributor_auto_shadow"],
        "posn": [34.044077,-118.031916]
      },
      {
        "name": "Perfect Fit-McDonald, Inc - Region: Oregon, Washington",
        "icon": ["distributor_auto", "distributor_auto_shadow"],
        "posn": [45.539958,-122.673304]
      },
      {
        "name": "Miami Corp - Region: Ohio, Mid-West",
        "icon": ["distributor_auto", "distributor_auto_shadow"],
        "posn": [49.310652, -123.080762]
      },
	  	     ]
  },
  {
    "zoom": [9, 17],
    "places": [
		   
      {
        "name": "InSeat Solutions, LLC Corporate Office - 11839 East Smith Avenue, Santa Fe Springs, CA 90670",
        "icon": ["hq_inseat", "hq_inseat_shadow"],
        "posn": [33.949307, -118.078407]
      },
	  	      {
        "name": "Linsey & Hall Inc - Region: California, Arizona, Nevada",
        "icon": ["distributor_auto", "distributor_auto_shadow"],
        "posn": [34.044077,-118.031916]
      },
      {
        "name": "Perfect Fit-McDonald, Inc - Region: Oregon, Washington",
        "icon": ["distributor_auto", "distributor_auto_shadow"],
        "posn": [45.539958,-122.673304]
      },
      {
        "name": "Miami Corp - Region: Ohio, Mid-West",
        "icon": ["nvcity", "nvcity-shadow"],,
        "posn": [49.310652, -123.080762]
      },
	  ]
  }
];


