(function() {
  var cs;

  cs = window.CS || (window.CS = {});

  cs.Data || (cs.Data = {});

  cs.Data.Cafes = [
    {
      name: 'Customs Cafe',
      longitude: 174.77621,
      latitude: -41.29358,
      brewMethods: ['chemex', 'espresso'],
      address: "39 Ghuznee St<br />Wellington 6011<br />04-385 2129<br /><a href=\"http://coffeesupreme.com\">coffeesupreme.com</a>",
      blurb: "Keytar vinyl craft beer vice cardigan dolor adipisicing, biodiesel art party pitchfork quis odio cliche. Salvia velit incididunt proident officia next level exercitation mustache.",
      supremeCafe: true
    }, {
      name: 'Nikau Cafe',
      longitude: 174.777546,
      latitude: -41.287933,
      brewMethods: ['chemex', 'espresso'],
      address: "",
      blurb: "",
      supremeCafe: false
    }
  ];

}).call(this);

