@san4747
Go to file:
oc-content/plugins/radius_search/listings_map.php
Here is everything regarding map and items on it.
Try this following.
Find line:
$radiusSearch = new Search();
Bellow this line add code:
$radiusSearch->addCategory( 4 );
Replace 4 with ID of category you want.
Not sure if it will works, but you got basic idea