(function() {
  var cs;
  cs = window.CS || (window.CS = {});
  cs.Data || (cs.Data = {});
  cs.Data.locations = [
    {
      name: 'Customs Brew Bar',
      image: 'customs.small.jpg',
      city: 'Wellington',      
      url: '/locations/39-ghuznee-st-wellington'
    }, {
      name: 'Woodward St',
      image: 'woodward.small.jpg',
      city: 'Wellington',
      url: '/locations/woodward-st'      
    }, {
      name: 'Coffee Supreme Douglas St',
      image: 'douglas-st.small.jpg',
      city: 'Auckland',
      url: '/locations/42-douglas-st'      
    }, {
      name: 'Knight Place',
      image: 'knight-pl.small.jpg',      
      city: 'Christchurch',
      url: '/locations/knight-place'
    }, {
      name: 'Grosvenor St',
      image: 'melbourne.small.jpg',      
      city: 'Melbourne',
      url: '/locations/grosvenor-st'
    }, {
      name: 'Hopper St',
      image: 'hopper-st.small.jpg',      
      city: 'Wellington',
      url: '/locations/35-hopper-st'
    }
  ];
}).call(this);

