Change widget's width

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

.global-styles,
[class*="widget__Container-sc"] {
width: 600px !important;
}