var Geometry = Class.create({
  initialize: function(markerIndex, filename) {
  	this.marker = markerIndex;
    this.filename = filename;
  }
});
