Maybe I am missing something, but an overloaded YGeoPoint method is
definately needed here. Something along the lines of:
var point = new YGeoPoint('some address/city,state/zip');
Google maps does this for geocoding and it works really well. Am I
missing something?