I would use summary() on the cross object, to ensure that it's being treated as a backcross ("bc") rather than an intercross ("f2").
R/qtl2 doesn't have a function for plotting maps, but the map objects are the same format as in R/qtl1, so you can use the R/qtl1 function, qtl::plotMap().
karl