Can I initialize var with null or some empty value?
Well, I think you can assign it to a new object. Something like:
var v = new object();