CR5BDCVFO3MGUKRUYUOYPH3G54AUEJK3TXYSDVFT5E7LVU2C4ZBAC function pin(p, brand) {if(p) {p = p.toLowerCase().replace('.', '').replace(/&|(\b(and|health|therapeutics|co|company|inc|cannabis)\b)/g, '').trim();//or search description??if(p.includes('aurora')) {return 'Aurora';} else if(p.includes('aphria')) {return 'aphria';} else {console.log(p, brand, 'need to normalize producer_in');}}return null;}