I did some more tests, and it's just getting weirder.
I changed the code based on David's comment to use xml..city[0] instead of new XML(xml..city) for both assignments. This caused the exception to happen a bit later (in some code not shown above where it's referencing cityXML). So I tried stepping through in the debugger and noticed something odd.
cityXML was being set to null, while stateXML was getting the proper value. Looking at the xml object in the debugger showed all the correct data, so it should have been fine. As a random test I rearranged the code so that stateXML was being loaded first. After doing that, stateXML is null, while cityXML is correct.
So, whichever assignment happens immediately after the log is failing, but whatever happens after that worked fine.
