Show the annotated map. The CHORO statement displays the projected map and annotates it using the projected Annotate data set.
proc gmap data=us48p map=us48p all;
   id state;
   choro state
         / nolegend
           annotate=citiesp;
run;
quit;