If you're an Emacs 24 user or you have a recent version of package.el
you can install helm-bm.el
from the MELPA repository.
Add the following to your emacs init file.
(require 'helm-bm) ;; Not necessary if using ELPA package
(global-set-key (kbd "C-c b") 'helm-bm)
Show bookmarks of bm.el with helm
.