<script>
  const companyConfig = {
    acceptedResumeTypes: [
      "html",
      "text",
      "txt",
      "pdf",
      "doc",
      "docx",
      "rtf",
      "odt"
    ],
    companyName: "1st Choice",
    companyLogoPath: "",
    companyUrl: "",
    careersUrl: "",
    defaultLocale: "en-US",
    supportedLocales: [
      "en-US",
      "en-GB",
      "en",
      "fr-FR",
      "fr",
      "es",
      "de",
      "it",
      "nl",
      "ru",
      "zh-CN"
    ],
    minUploadSize: 4096,
    maxRelatedJobs: 5,
    maxUploadSize: 5242880,
    service: {
      batchSize: 500,
      corpToken: "QRAPS",
      port: null,
      swimlane: "40",
      fields: [
        "id",
        "title",
        "publishedCategory(id,name)",
        "address(city,state,zip)",
        "employmentType",
        "dateLastPublished",