Thanks for pointing out actually looking at the acars map file instead of just the acars.js file. I fixed it by removing the url portion of the script;
iconUrl: url + "/lib/images/inair/" + heading + ".png",
to
iconUrl: "/lib/images/inair/" + heading + ".png",
And it works great!