Change image border radius

Add this code to the Custom CSS field on the Style tab of your Store Locator widget’s settings:

.global-styles, [class*="MediaContainer__Container-sc"] {
border-radius: 0px !important;
}