-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusinesses.json
86 lines (86 loc) · 2.21 KB
/
businesses.json
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
{
"businesses":
[
{
"name": "Garcia Paez, PA",
"owner": "Garcia Paez",
"type": "Legal",
"address": "7850 NW 146 St Miami, FL 33016",
"minority": 1,
"women": 0,
"verified": 1
},
{
"name": "Felix Seafood Corp",
"owner": "Felix Martinez",
"type": "Food",
"address": "1375 NW 89th CT Miami, FL 33172",
"minority": 1,
"women": 0,
"verified": 1
},
{
"name": "Ricky Bakery",
"owner": "Richard Álvarez Guerra",
"type": "Food",
"address": "12759 SW 42nd St. Miami FL 33175",
"minority": 1,
"women": 0,
"verified": 1
},
{
"name": "M&M Cleaning Services",
"owner": "Mark Mills",
"type": "Cleaning Services",
"address": "817 Turner Circle Homestead, FL 33030",
"minority": 1,
"women": 0,
"verified": 1
},
{
"name": "Biometrics Medical Testing LLC",
"owner": "Sherice Malagon-King",
"type": "Medical",
"address": "13727 SW 152 ST #647 Miami, FL 33177",
"minority": 0,
"women": 1,
"verified": 1
},
{
"name": "Carty Architecture, LLC",
"owner": "Judy Carty",
"type": "Architecture",
"address": "2655 S Le Jeune Rd., 607 Coral Gables, FL 33134",
"minority": 0,
"women": 1,
"verified": 1
},
{
"name": "Real Estate",
"owner": "Sylvia Romagosa",
"type": "Real Estate",
"address": "12910 SW 117th St Miami, FL 33186",
"minority": 0,
"women": 1,
"verified": 1
},
{
"name": "A Wright Approach",
"owner": "Lawanza Wright",
"type": "Lawn Maintenance",
"address": "21780 sw 111th ave cutler bay, FL 33170",
"minority": 0,
"women": 1,
"verified": 1
},
{
"name": "Give Good Works",
"owner": "Heather Klinker",
"type": "Retail",
"address": "2401 N. Miami Ave Miami, FL 33127",
"minority": 0,
"women": 1,
"verified": 1
}
]
}