Use the GMAP procedure to display the map. The ANNO= option specifies the annotate data set.
proc gmap data=states map=states anno=points; id county; choro county / coutline=black nolegend; run; quit;