is PID supposed to be the product title, such as "This is my Product" or is it supposed to be the ID like 76542854 ? It could be an issue that the js doesn't understand that the variable is supposed to be a string. try to add
var PID = String( {{product.title}} );