forked from leerob/dsmtech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompanies.js
533 lines (533 loc) · 19.9 KB
/
companies.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
export const COMPANIES = [
{
name: 'Hy-Vee',
category: 'Private',
description: 'Hy-Vee is an employee-owned chain of more than 245 supermarkets located throughout the Midwest.',
facebook: 'hyvee',
instagram: 'hyvee',
twitter: 'hyvee',
linkedin: 'hy-vee',
careers: 'https://innovate.hy-vee.com/',
lat: '41.657266',
lng: '-93.793181'
},
{
name: 'Dwolla',
category: 'Startup',
description:
"Dwolla's ACH APIs makes it easy to integrate bank transfers. Facilitate ACH payments, or verify customer and bank account information.",
facebook: 'dwolla',
instagram: 'dwolla',
twitter: 'dwolla',
linkedin: 'dwolla',
careers: 'https://www.dwolla.com/careers/',
lat: '41.585465',
lng: '-93.625151'
},
{
name: 'Workiva',
category: 'Public',
description:
'Workiva is an enterprise software company based in Ames, Iowa. Its main product is Wdesk, a cloud-based SaaS platform.',
facebook: 'workiva',
instagram: 'workivalife',
twitter: 'workiva',
linkedin: 'workiva',
careers: 'https://www.workiva.com/careers',
lat: '41.995880',
lng: '-93.638178'
},
{
name: 'Granular',
category: 'Startup',
description:
'Granular is an agriculture software and analytics company dedicated to helping industry leaders build stronger and smarter farms.',
facebook: 'GranularAgriculture',
instagram: 'granular_ag',
twitter: 'granularag',
linkedin: 'granular',
careers: 'https://granular.ag/careers/',
lat: '41.671495',
lng: '-93.739462'
},
{
name: 'Principal',
category: 'Public',
description:
'Principal Financial Group® helps people and companies around the world build, protect and advance their financial well-being through retirement, insurance and asset management solutions that fit their lives.',
facebook: 'PrincipalFinancial',
instagram: 'principal',
twitter: 'principal',
linkedin: 'principalfinancialgroup',
careers: 'https://www.principal.com/about-us/careers',
lat: '41.588806',
lng: '-93.627547'
},
{
name: 'John Deere',
category: 'Public',
description:
'John Deere is an American corporation that manufactures agricultural, construction, and forestry machinery, diesel engines, drivetrains used in heavy equipment, and lawn care equipment.',
facebook: 'johndeere',
instagram: 'johndeere',
twitter: 'johndeere',
linkedin: 'john-deere',
careers: 'https://www.deere.com/en/our-company/john-deere-careers/',
lat: '41.674853',
lng: '-93.739731'
},
{
name: 'Pillar',
category: 'Private',
description:
'Pillar Technology is a technology consulting company with over 20 years of uncovering and executing industry-disrupting opportunities at lightning speed.',
facebook: 'pillar-technology',
instagram: 'pillartechnology',
twitter: 'pillartech',
linkedin: 'pillar-technology',
careers: 'https://pillartechnology.com/careers',
lat: '41.584348',
lng: '-93.635427'
},
{
name: 'Denim',
category: 'Startup',
description:
'Denim’s patent-pending, data-driven platform saves time and money by enabling marketing teams to create and manage micro-targeted mobile and social media ad campaigns on behalf of local representatives.',
facebook: 'denimlabsinc',
instagram: 'denimhq',
twitter: 'denim',
linkedin: 'denim-labs',
careers: 'https://denimlabs.com/company/careers/',
lat: '41.586262',
lng: '-93.626680'
},
{
name: 'Happy Medium',
category: 'Private',
description:
'Happy Medium is a full-service digital creative agency. We believe that web products should be living things. We call this digital with heart.',
facebook: 'itsahappymedium',
instagram: 'itsahappymedium',
twitter: 'itsahappymedium',
linkedin: 'happy-medium',
careers: 'https://itsahappymedium.com/jobs/',
lat: '41.583387',
lng: '-93.621323'
},
{
name: 'Corteva',
category: 'Private',
description:
'The Agriculture Division of DowDuPont™, Corteva Agriscience™, enriching the lives of farmers and consumers, ensuring progress for generations to come.',
facebook: 'corteva',
instagram: 'corteva',
twitter: 'corteva',
linkedin: 'corteva',
careers: 'https://careers.corteva.com/',
lat: '41.671365',
lng: '-93.714661'
},
{
name: 'Wells Fargo',
category: 'Public',
description:
"Wells Fargo is the world's second-largest bank by market capitalization and the fourth largest bank in the U.S. by total assets.",
facebook: 'wellsfargo',
instagram: 'wellsfargo',
twitter: 'wellsfargo',
linkedin: 'wellsfargo',
careers: 'https://www.wellsfargo.com/about/careers/',
lat: '41.585085',
lng: '-93.627570'
},
{
name: 'Bunchball',
category: 'Startup',
description:
'Bunchball is the leader and innovator of engagement technology powered by gamification. More than 400 enterprise customers rely upon Bunchball for the company’s expertise, innovations and proprietary analytics that deliver proven business results.',
facebook: 'bunchball',
instagram: 'bunchball_',
twitter: 'bunchball',
linkedin: 'bunchball',
careers: 'https://www.bunchball.com/careers',
lat: '41.585715',
lng: '-93.612995'
},
{
name: 'Shift',
category: 'Private',
description:
'Shift is a team of creative problem solvers building handcrafted digital solutions in Des Moines, Iowa.',
facebook: 'shiftdsm',
instagram: 'shiftdsm',
twitter: 'shiftdsm',
linkedin: 'shift-interactive-llc',
careers: 'https://www.shiftdsm.com/careers/',
lat: '41.593308',
lng: '-93.760116'
},
{
name: 'Meredith',
category: 'Public',
description:
'We are the leading media company reaching more than 100M women through digital, video, mobile and social media platforms, magazine brands, & broadcast television.',
facebook: 'MeredithCorporation',
instagram: 'MeredithCorporation',
twitter: 'MeredithCorp',
linkedin: 'meredith',
careers: 'https://www.meredith.com/careers',
lat: '41.583539',
lng: '-93.639287'
},
{
name: 'QCI',
category: 'Private',
description:
'QCI helps its customers get the most for their technology dollars. The consulting firm helps companies evaluate, buy, build, and manage enterprise infrastructure and software based on business needs.',
facebook: 'TeamQCI',
instagram: 'TeamQCI',
twitter: 'qci',
linkedin: 'qci',
careers: 'http://qci.com/careers/',
lat: '41.593196',
lng: '-93.762950'
},
{
name: 'BirdDogHR',
category: 'Private',
description:
'BirdDogHR simplifies talent management for hard-working organizations by providing recruitment and applicant tracking, onboarding, performance management, learning management, succession planning and managed services.',
facebook: 'BirdDogHR',
instagram: '',
twitter: 'BirdDogHR',
linkedin: 'BirdDogHR',
careers: 'https://birddoghr.com/company/careers',
lat: '41.642933',
lng: '-93.765199'
},
{
name: 'Gain Compliance',
category: 'Startup',
description:
'Our cloud-based, modern solution automates the manual tasks of document formatting, integrating NAIC and SAPWG updates, and ensuring consistency between the Notes and electronically-filed data.',
facebook: 'gaincompliance',
instagram: 'gaincompliance',
twitter: 'gaincompliance',
linkedin: 'gain-compliance',
careers: 'https://gaincompliance.com/careers/',
lat: '41.588158',
lng: '-93.612322'
},
{
name: 'Limelight Health',
category: 'Startup',
description:
'Limelight Health delivers a technology platform and solution for health insurance and employee benefits professionals. Its platform connects and integrates data with other beneficial technologies like payroll, CRM, benefits administration, and compliance tools.',
facebook: 'limelighthealth',
instagram: 'limelighthealth',
twitter: 'limelighthealth',
linkedin: 'limelight-health',
careers: 'https://limelighthealth.bamboohr.com/jobs/',
lat: '41.586746',
lng: '-93.624551'
},
{
name: 'Vertex',
category: 'Startup',
description:
'Vertex empowers people to create and collaborate like never before. Our software accelerates discovery, innovation, and idea exchange. We inspire new and amazing things.',
facebook: 'vertex-software',
instagram: '',
twitter: 'Vertexvis',
linkedin: 'vertex-software',
careers: 'https://www.vertexvis.com/careers/',
lat: '41.998619',
lng: '-93.638529'
},
{
name: 'Source Allies',
category: 'Private',
description:
'Source Allies is a technology services company based in Des Moines, Iowa. We have extensive experience in energy, precision agriculture, media, health care and insurance.',
facebook: 'sourceallies',
instagram: 'sourceallies',
twitter: 'sourceallies',
linkedin: 'source-allies-inc.',
careers: 'https://www.sourceallies.com/careers/',
lat: '41.643678',
lng: '-93.765175'
},
{
name: 'Rocket Referrals',
category: 'Startup',
description:
'Rocket Referrals automates referrals and retention for insurance agencies with intelligent and personalized touch points leveraging the best handwriting tech on the market.',
facebook: 'rocketreferrals',
instagram: 'rocket__referrals',
twitter: 'rocketreferrals',
linkedin: 'rocket-referrals',
careers: 'https://rocketreferrals.workable.com/',
lat: '41.586846',
lng: '-93.624594'
},
{
name: 'Lean Techniques',
category: 'Private',
description:
'Software is built by people. We produce the best software by helping clients and team members escape the status quo and be the best they can be.',
facebook: 'leantechniques',
instagram: 'leantechniques',
twitter: 'leantechniques',
linkedin: 'lean-techniques-inc.',
careers: 'https://leantechniques.com/careers/',
lat: '41.656396',
lng: '-93.745385'
},
{
name: 'LenderClose',
category: 'Startup',
description:
'A powerful web-based platform built for Refinance and Home Equity lenders. A single solution which aggregates industry vendors.',
facebook: 'lenderclose',
instagram: '',
twitter: 'lenderclose',
linkedin: 'lenderclose',
careers: 'https://www.lenderclose.com/careers',
lat: '41.593376',
lng: '-93.760095'
},
{
name: 'Smart Ag',
category: 'Startup',
description:
'Our vision at Smart Ag is to enable farmers to perfect their operation of farm equipment we believe it all starts by unlocking the potential of farmer not the acre, not the seed, and not the plant.',
facebook: 'SmartAgEquipment',
instagram: '',
twitter: 'smarter_ag',
linkedin: 'smart-ag-llc',
careers: 'http://www.smart-ag.com/careers/',
lat: '41.997751',
lng: '-93.632454'
},
{
name: 'Wellmark',
category: 'Private',
description:
'Wellmark Blue Cross and Blue Shield and its subsidiaries provide health coverage to more than 2 million members in Iowa and South Dakota.',
facebook: 'WellmarkBCBS',
instagram: 'wellmarkbcbs',
twitter: 'wellmarkbcbs',
linkedin: 'wellmark',
careers: 'https://www.wellmark.com/careers',
lat: '41.586258',
lng: '-93.634036'
},
{
name: 'Conga',
category: 'Private',
description:
'Conga’s suite of solutions creates more efficient organizations by simplifying and automating data, documents, contracts and reporting.',
facebook: 'getconga',
instagram: 'congateam',
twitter: 'getconga',
linkedin: 'conga',
careers: 'https://getconga.com/about/careers/',
lat: '41.589637',
lng: '-93.755333'
},
{
name: 'WorkHound',
category: 'Startup',
description:
'WorkHound is an employee engagement mobile platform initially focusing on the trucking industry. WorkHound creates a three-step feedback loop for drivers of trucking companies to identify issues and areas of improvement.',
facebook: 'workhoundapp',
instagram: 'workhoundapp',
twitter: 'workhoundapp',
linkedin: 'workhound',
careers: 'https://angel.co/workhound/jobs',
lat: '41.586846',
lng: '-93.624551'
},
{
name: 'LightEdge',
category: 'Private',
description:
'With over 20 years in business, LightEdge offers a full stack of IT services to provide flexibility, security, and control for any stage of a clients’ roadmap.',
facebook: 'LightEdgeSolutions',
instagram: '',
twitter: 'Lightedge',
linkedin: 'lightedge-solutions',
careers: 'https://www.lightedge.com/about/careers/',
lat: '41.586268',
lng: '-93.629315'
},
{
name: 'IP Pathways',
category: 'Private',
description:
'IP Pathways provides IT hardware and software, data center, cloud, security, professional and managed services to commercial and government customers throughout the Midwest.',
facebook: 'ippathways',
instagram: '',
twitter: 'IPPathways',
linkedin: 'ip-pathways',
careers: 'https://ippathways.com/about-us/careers/',
lat: '41.627622',
lng: '-93.767751'
},
{
name: 'ITA Group',
category: 'Private',
description:
'We create & manage engagement solutions that align & motivate every company’s most important asset: its people.',
facebook: 'ITAGroupInc',
instagram: 'itagroup',
twitter: 'ITAGroup',
linkedin: 'itagroup',
careers: 'https://www.itagroup.com/careers',
lat: '41.593852',
lng: '-93.766842'
},
{
name: 'Pitchly',
category: 'Startup',
description:
'SaaS platform for law firms, banks, and accounting firms to organize and activate their client experience into databases and content.',
facebook: 'pitchlyinc',
instagram: '',
twitter: 'pitchlyinc',
linkedin: 'pitchly',
careers: 'https://pitchly.net',
lat: '41.589915',
lng: '-93.611034'
},
{
name: 'Kum and Go',
category: 'Private',
description:
'Kum & Go is a family-owned operation that employ 5,000+ associates in more than 400 stores across 11 states throughout the Midwest.',
facebook: 'kumandgo',
instagram: 'kumandgo',
twitter: 'kumandgo',
linkedin: 'kum-&-go',
careers: 'https://careers.kumandgo.com/corporate',
lat: '41.585575',
lng: '-93.636797'
},
{
name: 'Spinutech',
category: 'Private',
description:
'Spinutech is a web design, web development and web strategy company with locations in Cedar Falls, Des Moines, and Chicago.',
facebook: 'spinutech',
instagram: 'spinutech.inc',
twitter: 'spinutech',
linkedin: 'spinutech',
careers: 'https://www.spinutech.com/careers/',
lat: '41.608627',
lng: '-93.777831'
},
{
name: 'AgriSync',
category: 'Startup',
description:
'AgriSync is an agriculture software company helping ag experts deliver better service at a fraction of the cost to maximize uptime for farmers.',
facebook: 'agrisync',
instagram: '',
twitter: 'agrisync',
linkedin: 'agrisync',
careers: 'https://www.agrisync.com/careers',
lat: '41.577822',
lng: '-93.866713'
},
{
name: 'CDS Global',
category: 'Private',
description:
'CDS Global uses the power of data and technology to help you acquire new consumers, manage your consumer relationships and drive revenue.',
facebook: 'CDSGlobal',
instagram: 'cdsglobalinc',
twitter: 'CDSGlobal',
linkedin: 'cds-global',
careers: 'https://hearst.referrals.selectminds.com/cds-global',
lat: '41.565793',
lng: '-93.639104'
},
{
name: 'Trility',
category: 'Private',
description:
'Trility Consulting is a business and technology solutions company who concentrates on delivering what you want, the way you want it, when you want it. We believe its your journey. We want to help. ',
facebook: '',
instagram: '',
twitter: 'trilitygroup',
linkedin: 'trility-consulting',
careers: 'https://www.linkedin.com/jobs/search/?f_C=11030289&locationId=OTHERS.worldwide',
lat: '41.635639',
lng: '-93.703664'
},
{
name: 'Hatchlings',
category: 'Startup',
description:
'Hatchlings makes social games for Facebook, iOS, and Android and has entertained over 10 million players since being founded in 2008.',
facebook: 'hatchlings',
instagram: '',
twitter: 'hatchlings',
linkedin: '',
careers: 'https://careers.hatchlings.com/',
lat: '41.586770,',
lng: '-93.623944'
},
{
name: 'Structurely',
category: 'Startup',
description:
'Structurely builds industry-leading artificial intelligence lead engagement software for top producing real estate organizations.',
facebook: 'structurely',
instagram: 'structurely',
twitter: 'structurelyre',
linkedin: 'structurely',
careers: 'https://structurely.recruitee.com/',
lat: '42.049570',
lng: '-93.644796'
},
{
name: 'Tractor Zoom',
category: 'Startup',
description:
'Farm equipment auctions at your fingertips. View upcoming auctions, browse and search machinery beforehand.',
facebook: 'TractorZoom',
instagram: 'tractorzoom',
twitter: 'tractorzoom',
linkedin: 'tractor-zoom',
careers: 'https://tractorzoom.com/about-us/careers/',
lat: '41.573298',
lng: '-93.709277'
},
{
name: 'DHI Group, Inc.',
category: 'Public',
description:
'A leading provider of career marketplaces for technology professionals across industries, in financial services and with active government security clearances.',
facebook: '',
instagram: 'lifeatdhi',
twitter: 'dhigroupinc',
linkedin: 'dhi-group-inc-',
careers: 'https://dhigroupinc.com/careers',
lat: '41.644264',
lng: '-93.783872'
}
// {
// name: "",
// category: "",
// description: "",
// facebook: "",
// instagram: "",
// twitter: "",
// linkedin: "",
// careers: "",
// lat: '',
// lng: ''
// }
];