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": [0, 16],
    "places": [
      {
        "name": "Phillip Roth Communication Design",
        "icon": ["headquarters", "headquarters-shadow"],
        "posn": [50.956027, 6.916923],
		"info": "<br><span class='popouts2highlight'>Phillip Roth Communication Design<br>Simarplatz 6<br />50825 K&ouml;ln<br><br><a href='http://maps.google.de/maps?f=d&hl=de&q=Simarplatz+6,+50825+Koeln' target='_blank'>Route Berechnen</a><br><br></span>"
      }
    ]
  }/*,
  {
    "zoom": [7, 17],
    "places": [
      {
        "name": "Headquarters",
        "posn": [37.423021, -122.083739]
      },
      {
        "name": "New York Sales & Engineering Office",
        "posn": [40.754606, -73.986794]
      },
      {
        "name": "Atlanta Sales &amp; Engineering Office",
        "posn": [33.781506, -84.387422]
      },
      {
        "name": "Boulder Sales & Engineering Office",
        "posn": [40.018520, -105.276882]
      },
      {
        "name": "Cambridge Sales & Engineering Office",
        "posn": [42.362331, -71.083661]
      },
      {
        "name": "Chicago Sales Office",
        "posn": [41.889232, -87.628767]
      },
      {
        "name": "Dallas Sales Office",
        "posn": [32.925355, -96.816087]
      },
      {
        "name": "Denver Sales Office",
        "posn": [39.563011, -104.868962]
      },
      {
        "name": "Detroit Sales Office",
        "posn": [42.475482, -83.244587]
      },
      {
        "name": "Irvine Sales & Engineering Office",
        "posn": [33.660021, -117.860142]
      },
      {
        "name": "Phoenix Sales & Engineering Office",
        "posn": [33.411782, -111.926247]
      },
      {
        "name": "Pittsburgh Engineering Office",
        "posn": [40.444541, -79.946254]
      },
      {
        "name": "Santa Monica Sales & Engineering Office",
        "posn": [34.019388, -118.494728]
      },
      {
        "name": "Seattle Engineering Office",
        "posn": [47.678415, -122.195713]
      },
      {
        "name": "Seattle Sales Office",
        "posn": [47.650106, -122.352903]
      },
      {
        "name": "Toronto Sales Office",
        "posn": [43.645478, -79.378843]
      }
    ]
  }
*/];



