-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.js
283 lines (260 loc) · 8.47 KB
/
data.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
let hospitals = [{
"name": "Lok Nayak Hospital",
"phoneNumber":"011 2323 6000",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.6383,
"longitude": 77.2386,
},
"address":"near, metro Station Central, Jawaharlal Nehru Marg, Delhi Gate, New Delhi, 110002",
"addressLines":[
"near, metro Station Central",
"Jawaharlal Nehru Marg",
"Delhi Gate",
"New Delhi, 110002"],
"pincode": "110002",
"zipCode":"110002",
"numBeds" : "2000",
"rating" : "3.6",
},
{
"name": "Guru Teg Bahadur Hospital",
"phoneNumber":"011 2258 6262",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.6840,
"longitude": 77.3094,
},
"address":"Tahirpur Rd, GTB Enclave, Dilshad Garden, New Delhi, Delhi 110095",
"addressLines":["Tahirpur Rd, GTB Enclave", "Dilshad Garden", "Delhi 110095"],
"pincode": "110095",
"zipCode":"110095",
"numBeds" : "1500",
"rating" : "3.5",
},
{
"name": "Venkateshwar Hospital",
"phoneNumber":"011 4855 5555",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.5889,
"longitude": 77.0375,
},
"address":"Sector 18, Sector 18A Dwarka, Dwarka, New Delhi, Delhi 110075",
"addressLines":["Sector 18, Sector 18A Dwarka", "New Delhi, Delhi 110075"],
"pincode": "110075",
"zipCode":"110075",
"numBeds" : "442",
"rating" : "4.2",
},
{
"name": "Batra Hospital",
"phoneNumber":"011 2995 8747",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.5131,
"longitude": 77.2458,
},
"address":"1, Mehrauli - Badarpur Rd, Tughlakabad Institutional Area, Vayusenabad, New Delhi, Delhi 110062",
"addressLines":["1, Mehrauli - Badarpur Rd", "Tughlakabad Institutional Area, Vayusenabad", "New Delhi, Delhi 110062"],
"pincode": "110062",
"zipCode":"110062",
"numBeds" : "409",
"rating" : "3.5",
},
{
"name": "AIIMS Hospital",
"phoneNumber":"011 2658 8500",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.5659,
"longitude": 77.2111,
},
"address":"Ansari Nagar East, Gautam Nagar, Ansari Nagar East, New Delhi, Delhi 110029",
"addressLines":["Ansari Nagar East, Gautam Nagar", "Ansari Nagar East", "New Delhi, Delhi 110029"],
"pincode": "110029",
"zipCode":"110029",
"numBeds" : "725",
"rating" : "4.2",
},
{
"name": "Indraprastha Apollo Hospitals",
"phoneNumber":"011 7179 1090",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.541789,
"longitude": 77.283256,
},
"address":"Indraprastha Apollo Hospitals, Sarita Vihar, New Delhi, Delhi 110076",
"addressLines":["Indraprastha Apollo Hospitals", "Sarita Vihar", "New Delhi, Delhi 110076"],
"pincode": "110076",
"zipCode":"110076",
"numBeds" : "395",
"rating" : "3.7",
},
{
"name": "Human Care Medical Charitable Trust (HCMCT) Hospital",
"phoneNumber":"011 2508 3425",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.459383,
"longitude": 77.283938,
},
"address":"near telephone exchange, Palam Vihar, Sector 6 Dwarka, Dwarka, New Delhi, Delhi 110075",
"addressLines":["near telephone exchange, Palam Vihar", "Sector 6 Dwarka, Dwarka", "New Delhi, Delhi 110075"],
"pincode": "110075",
"zipCode":"110075",
"numBeds" : "250",
"rating" : "3.4",
},
{
"name": "Park Hospital",
"phoneNumber":"011 4532 3232",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.6518,
"longitude": 77.0932,
},
"address":"Bus Depot, Meera Enclave Outer Ring Road Near Kashopur, New Chaukhandi, Vishnu Garden, New Delhi, Delhi 110018",
"addressLines":["Bus Depot, Meera Enclave Outer Ring Road Near Kashopur", "New Chaukhandi", "Vishnu Garden", "New Delhi, Delhi 110018"],
"pincode": "110018",
"zipCode":"10018",
"numBeds" : "225",
"rating" : "4.4",
},
{
"name": "Hakeem Abdul Hameed Centenary Hospital",
"phoneNumber":"011 2605 9671",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.5151,
"longitude": 77.2510,
},
"address":"Guru Ravidas Marg, Block D, Hamdard Nagar, New Delhi, Delhi 110062",
"addressLines":["Guru Ravidas Marg, Block D", "Hamdard Nagar", "New Delhi, Delhi 110062"],
"pincode": "110062",
"zipCode":"110062",
"numBeds" : "200",
"rating" : "3.7",
},
{
"name": "Saroj Super Speciality Hospital",
"phoneNumber":"Not Available",
"openTime" : "Open 24 Hours",
"coordinates": {
"latitude": 28.7061,
"longitude": 77.1291,
},
"address":"Bhagawan Mahavir Marg, Near Madhuban Chowk, Block A, Sector 14, Rohini, New Delhi, Delhi 110085",
"addressLines":["Bhagawan Mahavir Marg", "Near Madhuban Chowk", "Block A, Sector 14", "New Delhi, Delhi 110085"],
"pincode": "110085",
"zipCode":"110085",
"numBeds" : "235",
"rating" : "3.9",
},
{
"name": "Satyawadi Raja Harish Chandra hospital",
"phoneNumber":"+918023325130",
"openTime" : "9am-4pm",
"coordinates": {
"latitude": 28.5025,
"longitude": 77.6118,
},
"address":"Satyawadi raja harish chandar hospital Campus, Narela, Delhi, 110040",
"addressLines":["Satyawadi raja harish chandar hospital Campus", "Narela", "Delhi, 110040"],
"pincode": "110040",
"zipCode":"110040",
"numBeds" : "184",
"rating" : "3.8",
},
{
"name": "Mata Chanan Devi Hospital",
"phoneNumber":"011 4558 2000",
"openTime" : "Open 24 hours",
"coordinates": {
"latitude": 28.6188,
"longitude": 77.0783,
},
"address":"c1, Lal Sai Mandir Marg, Block C1, Janakpuri, New Delhi, Delhi 110058",
"addressLines":["c1, Lal Sai Mandir Marg, Block C1", " Janakpuri, New Delhi, Delhi 110058"],
"pincode": "110058",
"zipCode":"110058",
"numBeds" : "160",
"rating" : "2.5",
},
{
"name": "Mool Chand Khairati Ram Hospital lat long",
"phoneNumber":"011 4200 0000",
"openTime" : "Opens 24 Hours",
"coordinates": {
"latitude": 28.3358,
"longitude": 77.14798,
},
"address":" Lala Lajpat Rai Marg, Near Moolchand Metro Station, Block M, Lajpat Nagar III, Lajpat Nagar, New Delhi, Delhi 110024",
"addressLines":["Lala Lajpat Rai Marg, Near Moolchand Metro Station", "Block M, Lajpat Nagar III, Lajpat Nagar", "New Delhi, Delhi 110024"],
"pincode": "110024",
"zipCode":"110024",
"numBeds" : "140",
"rating" : "4.4",
},
{
"name": "Shanti Mukand Hospital",
"phoneNumber":"011 4727 6600",
"openTime" : "Opens 24 hours",
"coordinates": {
"latitude": 28.6457,
"longitude": 77.3017,
},
"address":" 2, Institutional Area, Bhartendu Harish Chandra Marg, Vikas Marg Extension, Karkardooma, New Delhi, Delhi 110092",
"addressLines":["2, Institutional Area, Bhartendu Harish Chandra Marg", "New Delhi, Delhi 110092"],
"pincode": "110092",
"zipCode":"110092",
"numBeds" : "128",
"rating" : "3.1",
},
{
"name": "Jaipur Golden Hospital",
"phoneNumber":"011 2790 7000",
"openTime" : "Open 24 hours",
"coordinates": {
"latitude": 28.6976,
"longitude": 77.1096,
},
"address":"2, Naharpur Village Rd, Institutional Area, Sector 3, Rohini, Delhi, 110085",
"addressLines":["2, Naharpur Village Rd, Institutional Area", "Delhi, 110085"],
"pincode": "110085",
"zipCode":"110085",
"numBeds" : "154",
"rating" : "3.3",
},
{
"name": "Rajiv Gandhi Super Speciality Hospital",
"phoneNumber":"011 2289 0604",
"openTime" : "Opens 24 hours",
"coordinates": {
"latitude": 28.6892,
"longitude": 77.3165,
},
"address":"Taharpur Rd, Taharpur, Taharpur Village, Dilshad Garden, New Delhi, Delhi 110093",
"addressLines":["Taharpur Rd, Taharpur, Taharpur Village, Dilshad Garden", "New Delhi, Delhi 110093"],
"pincode": "110093",
"zipCode":"110093",
"numBeds" : "275",
"rating" : "3.8",
},
{
"name": "Sir Ganga Ram Hospital",
"phoneNumber":"011 2575 0000",
"openTime" : "Opens 24 hours",
"coordinates": {
"latitude": 28.6385,
"longitude": 77.1897,
},
"address":"Sarhadi Gandhi Marg, Old Rajinder Nagar, Rajinder Nagar, New Delhi, Delhi 110060",
"addressLines":["Sarhadi Gandhi Marg, Old Rajinder Nagar, Rajinder Nagar", "New Delhi, Delhi 110060"],
"pincode": "110060",
"zipCode":"110060",
"numBeds" : "195",
"rating" : "3.6",
},
]