I am trying to write my resume with LaTeX, and if you see the following image, the contents of the address is left-adjusted.

What do I do to make them center-adjusted? The code I used is as follows:
\documentclass[margin]{res}
\begin{document}
\name{\LARGE \bf MY NAME\\[12pt]} % the \\[12pt] adds a blank line after name
\address{ADDRESS STREET APT NUMBER\\ CITY, STATE ZIPCODE \\
PHONE-NUMBER }
\end{document}

\begin{center}...\end{center}? – cmhughes Nov 2 '12 at 3:15