Ok, here's how it ended up working out ...
For the address portion, I created a function in the codebehind to format the address:
Function BuildAddress(ByVal swAddress1 As String, ByVal swAddress2 As String, _
ByVal swAddress3 As String, ByVal swCity As String, ByVal swState As...