//___________________ CLASS: POI

function Poi(name, address) {
	this.name = name;
	this.address = address;
}
