I’ve added some custom CSS and included a few custom classes to the template to get Font Awesome location arrows to appear on the <li> list items.

ul.slocmod {  
    list-style:none;  
}

ul li.slocicon:before {    
    font-family: 'FontAwesome';
    content: '\f124';
    margin:0 5px 0 -15px;
    color: black;
}