{"s":"https://www.sec.gov/modules/custom/sec_custom_blocks/js/oasb_raising_capital_map/main.js","lines":["","","                  //return properties[\"hc-key\"] !== \"vi-6398\" && properties[\"hc-key\"] !== \"vi-6399\"","                   // ? `${properties.type === \"State\" ? properties[\"postal-code\"] : properties[\"hasc\"].split(\".\")[0]}<br>${","                     //   point.offerings","                     // }`","                   // : null;","                }","              },","            },","            name: \"Information\",","            tooltip: {","              pointFormatter: function () {","                const point = this;","                return `<strong>${this.properties.name}</strong>  <br/> <strong>Offerings Count:</strong> ${","                  point.offerings","                } <br/> <strong>USD Raised:</strong> $${formatNumber(point.usd)}`;","              },","            },","          },","        ],","      };","","      // for county related","      if (county) {","        var countiesMap = Highcharts.geojson(Highcharts.maps[\"countries/us/us-all-all-highres\"]),","          // Extract the line paths from the GeoJSON","          lines = Highcharts.geojson(Highcharts.maps[\"countries/us/us-all-all-highres\"], \"mapline\"),","          // Filter out the state borders and separator lines, we want these","          // in separate series"]}