| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
# automatically generated file, don't edit |
|
2
|
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
# Copyright 2023 David Cantrell, derived from data from libphonenumber |
|
6
|
|
|
|
|
|
|
# http://code.google.com/p/libphonenumber/ |
|
7
|
|
|
|
|
|
|
# |
|
8
|
|
|
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); |
|
9
|
|
|
|
|
|
|
# you may not use this file except in compliance with the License. |
|
10
|
|
|
|
|
|
|
# You may obtain a copy of the License at |
|
11
|
|
|
|
|
|
|
# |
|
12
|
|
|
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0 |
|
13
|
|
|
|
|
|
|
# |
|
14
|
|
|
|
|
|
|
# Unless required by applicable law or agreed to in writing, software |
|
15
|
|
|
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS, |
|
16
|
|
|
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
17
|
|
|
|
|
|
|
# See the License for the specific language governing permissions and |
|
18
|
|
|
|
|
|
|
# limitations under the License. |
|
19
|
|
|
|
|
|
|
package Number::Phone::StubCountry::CC; |
|
20
|
3
|
|
|
3
|
|
19334
|
use base qw(Number::Phone::StubCountry); |
|
|
3
|
|
|
|
|
14
|
|
|
|
3
|
|
|
|
|
444
|
|
|
21
|
|
|
|
|
|
|
|
|
22
|
3
|
|
|
3
|
|
20
|
use strict; |
|
|
3
|
|
|
|
|
7
|
|
|
|
3
|
|
|
|
|
75
|
|
|
23
|
3
|
|
|
3
|
|
20
|
use warnings; |
|
|
3
|
|
|
|
|
6
|
|
|
|
3
|
|
|
|
|
98
|
|
|
24
|
3
|
|
|
3
|
|
16
|
use utf8; |
|
|
3
|
|
|
|
|
14
|
|
|
|
3
|
|
|
|
|
29
|
|
|
25
|
|
|
|
|
|
|
our $VERSION = 1.20230307181417; |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
my $formatters = []; |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
my $validators = { |
|
30
|
|
|
|
|
|
|
'fixed_line' => ' |
|
31
|
|
|
|
|
|
|
8(?: |
|
32
|
|
|
|
|
|
|
51(?: |
|
33
|
|
|
|
|
|
|
0(?: |
|
34
|
|
|
|
|
|
|
02| |
|
35
|
|
|
|
|
|
|
31| |
|
36
|
|
|
|
|
|
|
60| |
|
37
|
|
|
|
|
|
|
89 |
|
38
|
|
|
|
|
|
|
)| |
|
39
|
|
|
|
|
|
|
1(?: |
|
40
|
|
|
|
|
|
|
18| |
|
41
|
|
|
|
|
|
|
76 |
|
42
|
|
|
|
|
|
|
)| |
|
43
|
|
|
|
|
|
|
223 |
|
44
|
|
|
|
|
|
|
)| |
|
45
|
|
|
|
|
|
|
91(?: |
|
46
|
|
|
|
|
|
|
0(?: |
|
47
|
|
|
|
|
|
|
1[0-2]| |
|
48
|
|
|
|
|
|
|
29 |
|
49
|
|
|
|
|
|
|
)| |
|
50
|
|
|
|
|
|
|
1(?: |
|
51
|
|
|
|
|
|
|
[28]2| |
|
52
|
|
|
|
|
|
|
50| |
|
53
|
|
|
|
|
|
|
79 |
|
54
|
|
|
|
|
|
|
)| |
|
55
|
|
|
|
|
|
|
2(?: |
|
56
|
|
|
|
|
|
|
10| |
|
57
|
|
|
|
|
|
|
64 |
|
58
|
|
|
|
|
|
|
)| |
|
59
|
|
|
|
|
|
|
3(?: |
|
60
|
|
|
|
|
|
|
[06]8| |
|
61
|
|
|
|
|
|
|
22 |
|
62
|
|
|
|
|
|
|
)| |
|
63
|
|
|
|
|
|
|
4[29]8| |
|
64
|
|
|
|
|
|
|
62\\d| |
|
65
|
|
|
|
|
|
|
70[23]| |
|
66
|
|
|
|
|
|
|
959 |
|
67
|
|
|
|
|
|
|
) |
|
68
|
|
|
|
|
|
|
)\\d{3} |
|
69
|
|
|
|
|
|
|
', |
|
70
|
|
|
|
|
|
|
'geographic' => ' |
|
71
|
|
|
|
|
|
|
8(?: |
|
72
|
|
|
|
|
|
|
51(?: |
|
73
|
|
|
|
|
|
|
0(?: |
|
74
|
|
|
|
|
|
|
02| |
|
75
|
|
|
|
|
|
|
31| |
|
76
|
|
|
|
|
|
|
60| |
|
77
|
|
|
|
|
|
|
89 |
|
78
|
|
|
|
|
|
|
)| |
|
79
|
|
|
|
|
|
|
1(?: |
|
80
|
|
|
|
|
|
|
18| |
|
81
|
|
|
|
|
|
|
76 |
|
82
|
|
|
|
|
|
|
)| |
|
83
|
|
|
|
|
|
|
223 |
|
84
|
|
|
|
|
|
|
)| |
|
85
|
|
|
|
|
|
|
91(?: |
|
86
|
|
|
|
|
|
|
0(?: |
|
87
|
|
|
|
|
|
|
1[0-2]| |
|
88
|
|
|
|
|
|
|
29 |
|
89
|
|
|
|
|
|
|
)| |
|
90
|
|
|
|
|
|
|
1(?: |
|
91
|
|
|
|
|
|
|
[28]2| |
|
92
|
|
|
|
|
|
|
50| |
|
93
|
|
|
|
|
|
|
79 |
|
94
|
|
|
|
|
|
|
)| |
|
95
|
|
|
|
|
|
|
2(?: |
|
96
|
|
|
|
|
|
|
10| |
|
97
|
|
|
|
|
|
|
64 |
|
98
|
|
|
|
|
|
|
)| |
|
99
|
|
|
|
|
|
|
3(?: |
|
100
|
|
|
|
|
|
|
[06]8| |
|
101
|
|
|
|
|
|
|
22 |
|
102
|
|
|
|
|
|
|
)| |
|
103
|
|
|
|
|
|
|
4[29]8| |
|
104
|
|
|
|
|
|
|
62\\d| |
|
105
|
|
|
|
|
|
|
70[23]| |
|
106
|
|
|
|
|
|
|
959 |
|
107
|
|
|
|
|
|
|
) |
|
108
|
|
|
|
|
|
|
)\\d{3} |
|
109
|
|
|
|
|
|
|
', |
|
110
|
|
|
|
|
|
|
'mobile' => ' |
|
111
|
|
|
|
|
|
|
4(?: |
|
112
|
|
|
|
|
|
|
79[01]| |
|
113
|
|
|
|
|
|
|
83[0-389]| |
|
114
|
|
|
|
|
|
|
93[0-6] |
|
115
|
|
|
|
|
|
|
)\\d{5}| |
|
116
|
|
|
|
|
|
|
4(?: |
|
117
|
|
|
|
|
|
|
[0-3]\\d| |
|
118
|
|
|
|
|
|
|
4[047-9]| |
|
119
|
|
|
|
|
|
|
5[0-25-9]| |
|
120
|
|
|
|
|
|
|
6[016-9]| |
|
121
|
|
|
|
|
|
|
7[02-8]| |
|
122
|
|
|
|
|
|
|
8[0-24-9]| |
|
123
|
|
|
|
|
|
|
9[0-27-9] |
|
124
|
|
|
|
|
|
|
)\\d{6} |
|
125
|
|
|
|
|
|
|
', |
|
126
|
|
|
|
|
|
|
'pager' => '', |
|
127
|
|
|
|
|
|
|
'personal_number' => '', |
|
128
|
|
|
|
|
|
|
'specialrate' => '( |
|
129
|
|
|
|
|
|
|
13(?: |
|
130
|
|
|
|
|
|
|
00\\d{6}(?: |
|
131
|
|
|
|
|
|
|
\\d{2} |
|
132
|
|
|
|
|
|
|
)?| |
|
133
|
|
|
|
|
|
|
45[0-4]\\d{3} |
|
134
|
|
|
|
|
|
|
)| |
|
135
|
|
|
|
|
|
|
13\\d{4} |
|
136
|
|
|
|
|
|
|
)|(190[0-26]\\d{6})', |
|
137
|
|
|
|
|
|
|
'toll_free' => ' |
|
138
|
|
|
|
|
|
|
180(?: |
|
139
|
|
|
|
|
|
|
0\\d{3}| |
|
140
|
|
|
|
|
|
|
2 |
|
141
|
|
|
|
|
|
|
)\\d{3} |
|
142
|
|
|
|
|
|
|
', |
|
143
|
|
|
|
|
|
|
'voip' => ' |
|
144
|
|
|
|
|
|
|
14(?: |
|
145
|
|
|
|
|
|
|
5(?: |
|
146
|
|
|
|
|
|
|
1[0458]| |
|
147
|
|
|
|
|
|
|
[23][458] |
|
148
|
|
|
|
|
|
|
)| |
|
149
|
|
|
|
|
|
|
71\\d |
|
150
|
|
|
|
|
|
|
)\\d{4} |
|
151
|
|
|
|
|
|
|
' |
|
152
|
|
|
|
|
|
|
}; |
|
153
|
|
|
|
|
|
|
my %areanames = (); |
|
154
|
|
|
|
|
|
|
$areanames{en} = {"61297437", "Bankstown", |
|
155
|
|
|
|
|
|
|
"61353218", "Skipton", |
|
156
|
|
|
|
|
|
|
"612574719", "Pallamallawa", |
|
157
|
|
|
|
|
|
|
"6135681", "Toora", |
|
158
|
|
|
|
|
|
|
"618752932", "Halidon", |
|
159
|
|
|
|
|
|
|
"61891157", "Hall\'s\ Creek", |
|
160
|
|
|
|
|
|
|
"61367788", "Scottsdale", |
|
161
|
|
|
|
|
|
|
"61269120", "Coolac", |
|
162
|
|
|
|
|
|
|
"61259238", "Bambilla", |
|
163
|
|
|
|
|
|
|
"61745022", "Paroo", |
|
164
|
|
|
|
|
|
|
"617750411", "Wandoan", |
|
165
|
|
|
|
|
|
|
"61868209", "Ravensthorpe", |
|
166
|
|
|
|
|
|
|
"61743105", "Booyal", |
|
167
|
|
|
|
|
|
|
"61745444", "Brigalow", |
|
168
|
|
|
|
|
|
|
"61886040", "Courela", |
|
169
|
|
|
|
|
|
|
"617487138", "Middlemount", |
|
170
|
|
|
|
|
|
|
"61256051", "Ballina", |
|
171
|
|
|
|
|
|
|
"618660845", "Coomallo", |
|
172
|
|
|
|
|
|
|
"61255027", "Putty", |
|
173
|
|
|
|
|
|
|
"613432164", "Mount\ Wallace", |
|
174
|
|
|
|
|
|
|
"61373778", "Sydenham", |
|
175
|
|
|
|
|
|
|
"61741273", "Bunker", |
|
176
|
|
|
|
|
|
|
"61734726", "Beenleigh", |
|
177
|
|
|
|
|
|
|
"61740129", "Molloy", |
|
178
|
|
|
|
|
|
|
"61364952", "Devonport", |
|
179
|
|
|
|
|
|
|
"61880831", "The\ Darling", |
|
180
|
|
|
|
|
|
|
"618982498", "Unicup", |
|
181
|
|
|
|
|
|
|
"61889578", "Tanami", |
|
182
|
|
|
|
|
|
|
"61251213", "Rye\ Park", |
|
183
|
|
|
|
|
|
|
"617480098", "Oombabeer", |
|
184
|
|
|
|
|
|
|
"618866193", "Everard", |
|
185
|
|
|
|
|
|
|
"61742797", "Ravenshoe", |
|
186
|
|
|
|
|
|
|
"618967031", "Northam", |
|
187
|
|
|
|
|
|
|
"61357245", "Eildon", |
|
188
|
|
|
|
|
|
|
"61358288", "Dookie", |
|
189
|
|
|
|
|
|
|
"613431736", "Serviceton", |
|
190
|
|
|
|
|
|
|
"617442608", "Halifax", |
|
191
|
|
|
|
|
|
|
"61749750", "Benaraby", |
|
192
|
|
|
|
|
|
|
"61248035", "Goulburn", |
|
193
|
|
|
|
|
|
|
"61351677", "Munro", |
|
194
|
|
|
|
|
|
|
"618903646", "Baandee", |
|
195
|
|
|
|
|
|
|
"61358406", "Wakool", |
|
196
|
|
|
|
|
|
|
"61741969", "Pialba", |
|
197
|
|
|
|
|
|
|
"617750209", "Toobeah", |
|
198
|
|
|
|
|
|
|
"61260142", "Coppabella", |
|
199
|
|
|
|
|
|
|
"618989374", "Dumbleyung", |
|
200
|
|
|
|
|
|
|
"61255654", "Scone", |
|
201
|
|
|
|
|
|
|
"618683111", "Unicup", |
|
202
|
|
|
|
|
|
|
"61255938", "Ravensworth", |
|
203
|
|
|
|
|
|
|
"612684933", "Yarragrin", |
|
204
|
|
|
|
|
|
|
"61891284", "Karratha", |
|
205
|
|
|
|
|
|
|
"612583436", "Binnaway", |
|
206
|
|
|
|
|
|
|
"61741856", "Tansey", |
|
207
|
|
|
|
|
|
|
"61260759", "Albury", |
|
208
|
|
|
|
|
|
|
"61356304", "Neerim\ South", |
|
209
|
|
|
|
|
|
|
"61265049", "Macksville", |
|
210
|
|
|
|
|
|
|
"61355401", "Chetwynd", |
|
211
|
|
|
|
|
|
|
"61356460", "Tidal\ River", |
|
212
|
|
|
|
|
|
|
"61351612", "Orbost", |
|
213
|
|
|
|
|
|
|
"61263162", "Milvale", |
|
214
|
|
|
|
|
|
|
"6135945", "Pakenham", |
|
215
|
|
|
|
|
|
|
"61351081", "Heyfield", |
|
216
|
|
|
|
|
|
|
"61357854", "Seymour", |
|
217
|
|
|
|
|
|
|
"61259155", "Warralonga", |
|
218
|
|
|
|
|
|
|
"61267821", "Barraba", |
|
219
|
|
|
|
|
|
|
"61890034", "Burracoppin", |
|
220
|
|
|
|
|
|
|
"61244046", "Nowra", |
|
221
|
|
|
|
|
|
|
"61890371", "Great\ Victoria", |
|
222
|
|
|
|
|
|
|
"61260702", "Eskdale", |
|
223
|
|
|
|
|
|
|
"61358167", "Dookie", |
|
224
|
|
|
|
|
|
|
"61875216", "Gawler", |
|
225
|
|
|
|
|
|
|
"613441873", "Raywood", |
|
226
|
|
|
|
|
|
|
"61359195", "Emerald", |
|
227
|
|
|
|
|
|
|
"618903514", "Kambalda", |
|
228
|
|
|
|
|
|
|
"61878122", "Port\ Wakefield", |
|
229
|
|
|
|
|
|
|
"6174091", "Atherton", |
|
230
|
|
|
|
|
|
|
"612570118", "Copeton\ Dam", |
|
231
|
|
|
|
|
|
|
"61257778", "Quirindi", |
|
232
|
|
|
|
|
|
|
"613431728", "Murtoa", |
|
233
|
|
|
|
|
|
|
"61357504", "Killawarra", |
|
234
|
|
|
|
|
|
|
"612571125", "Frazers\ Creek", |
|
235
|
|
|
|
|
|
|
"618763992", "Port\ Broughton", |
|
236
|
|
|
|
|
|
|
"61879033", "Borroloola", |
|
237
|
|
|
|
|
|
|
"613553706", "Ozenkadnook", |
|
238
|
|
|
|
|
|
|
"61744378", "Barkly", |
|
239
|
|
|
|
|
|
|
"61887187", "Millicent", |
|
240
|
|
|
|
|
|
|
"613431178", "Laharum", |
|
241
|
|
|
|
|
|
|
"61265307", "Muswellbrook", |
|
242
|
|
|
|
|
|
|
"61350815", "Woomelang", |
|
243
|
|
|
|
|
|
|
"617480528", "Gargett", |
|
244
|
|
|
|
|
|
|
"612583428", "Ballimore", |
|
245
|
|
|
|
|
|
|
"61878211", "Halbury", |
|
246
|
|
|
|
|
|
|
"61352149", "Bannockburn", |
|
247
|
|
|
|
|
|
|
"61898716", "Newdegate\ North", |
|
248
|
|
|
|
|
|
|
"6189464", "Perth", |
|
249
|
|
|
|
|
|
|
"61250160", "Yackandandah", |
|
250
|
|
|
|
|
|
|
"612574663", "Bohena", |
|
251
|
|
|
|
|
|
|
"61877184", "Kongorong", |
|
252
|
|
|
|
|
|
|
"61255668", "Castle\ Rock", |
|
253
|
|
|
|
|
|
|
"61261687", "Michelago", |
|
254
|
|
|
|
|
|
|
"617452709", "Bell", |
|
255
|
|
|
|
|
|
|
"617487126", "Gemfields", |
|
256
|
|
|
|
|
|
|
"61753296", "Noosaville", |
|
257
|
|
|
|
|
|
|
"61899430", "Upper\ Gascoyne", |
|
258
|
|
|
|
|
|
|
"61890487", "Wilgoyne", |
|
259
|
|
|
|
|
|
|
"6126840", "Wellington", |
|
260
|
|
|
|
|
|
|
"618753000", "Blanchetown", |
|
261
|
|
|
|
|
|
|
"61268278", "Warrumbungle", |
|
262
|
|
|
|
|
|
|
"618996954", "Perenjori\ East", |
|
263
|
|
|
|
|
|
|
"618763610", "Herbert", |
|
264
|
|
|
|
|
|
|
"618682174", "Narrakine", |
|
265
|
|
|
|
|
|
|
"61867127", "Busselton", |
|
266
|
|
|
|
|
|
|
"61264992", "Bega", |
|
267
|
|
|
|
|
|
|
"61896294", "Quairading", |
|
268
|
|
|
|
|
|
|
"61253140", "Lue", |
|
269
|
|
|
|
|
|
|
"61868252", "Kojaneerup", |
|
270
|
|
|
|
|
|
|
"61888888", "Curramulka", |
|
271
|
|
|
|
|
|
|
"61887845", "Tarpeena", |
|
272
|
|
|
|
|
|
|
"61341191", "Genoa", |
|
273
|
|
|
|
|
|
|
"61895548", "Bindoon", |
|
274
|
|
|
|
|
|
|
"61753533", "Crossdale", |
|
275
|
|
|
|
|
|
|
"61740765", "Lockhart\ River", |
|
276
|
|
|
|
|
|
|
"61261071", "Rye\ Park", |
|
277
|
|
|
|
|
|
|
"61255365", "Idaville", |
|
278
|
|
|
|
|
|
|
"618903586", "Neridup", |
|
279
|
|
|
|
|
|
|
"61747541", "Clarke", |
|
280
|
|
|
|
|
|
|
"61269456", "Tooma", |
|
281
|
|
|
|
|
|
|
"61356091", "Bunyip", |
|
282
|
|
|
|
|
|
|
"613553520", "Darlington", |
|
283
|
|
|
|
|
|
|
"618763655", "Miltalie", |
|
284
|
|
|
|
|
|
|
"61741639", "Yarraman", |
|
285
|
|
|
|
|
|
|
"61265113", "Ravensworth", |
|
286
|
|
|
|
|
|
|
"61891426", "Sandfire", |
|
287
|
|
|
|
|
|
|
"61253147", "Glen\ Davis", |
|
288
|
|
|
|
|
|
|
"617452129", "Leyburn", |
|
289
|
|
|
|
|
|
|
"61356328", "San\ Remo", |
|
290
|
|
|
|
|
|
|
"61887966", "Millicent", |
|
291
|
|
|
|
|
|
|
"61740162", "Innisfail", |
|
292
|
|
|
|
|
|
|
"61896592", "Ejanding", |
|
293
|
|
|
|
|
|
|
"61754168", "Laidley", |
|
294
|
|
|
|
|
|
|
"61888571", "Paskeville", |
|
295
|
|
|
|
|
|
|
"61242085", "Kiama", |
|
296
|
|
|
|
|
|
|
"61260626", "Rand", |
|
297
|
|
|
|
|
|
|
"61738845", "Ipswich", |
|
298
|
|
|
|
|
|
|
"61258815", "Gwabegar", |
|
299
|
|
|
|
|
|
|
"61341285", "Heyfield", |
|
300
|
|
|
|
|
|
|
"613545233", "Tennyson", |
|
301
|
|
|
|
|
|
|
"61255236", "Baerami", |
|
302
|
|
|
|
|
|
|
"61897133", "Nyamup", |
|
303
|
|
|
|
|
|
|
"61899437", "Carnarvon", |
|
304
|
|
|
|
|
|
|
"6188558", "Yankalilla", |
|
305
|
|
|
|
|
|
|
"617476362", "Walker", |
|
306
|
|
|
|
|
|
|
"61347041", "Thoona", |
|
307
|
|
|
|
|
|
|
"61259013", "Gunbar", |
|
308
|
|
|
|
|
|
|
"61261680", "Burrinjuck", |
|
309
|
|
|
|
|
|
|
"61250167", "Cudgewa", |
|
310
|
|
|
|
|
|
|
"61392133", "Dandenong", |
|
311
|
|
|
|
|
|
|
"61358986", "Caldwell", |
|
312
|
|
|
|
|
|
|
"61886309", "The\ Ranges", |
|
313
|
|
|
|
|
|
|
"61749073", "Miriam\ Vale", |
|
314
|
|
|
|
|
|
|
"61743142", "Johnstown\ West", |
|
315
|
|
|
|
|
|
|
"61258231", "Quambone", |
|
316
|
|
|
|
|
|
|
"61867120", "Augusta", |
|
317
|
|
|
|
|
|
|
"61887859", "Lucindale\ South", |
|
318
|
|
|
|
|
|
|
"61268799", "Cobar", |
|
319
|
|
|
|
|
|
|
"61255593", "Taree", |
|
320
|
|
|
|
|
|
|
"61890480", "Karloning", |
|
321
|
|
|
|
|
|
|
"61745069", "North\ Star", |
|
322
|
|
|
|
|
|
|
"61356106", "Poowong", |
|
323
|
|
|
|
|
|
|
"613545257", "Barham", |
|
324
|
|
|
|
|
|
|
"612530034", "Twelve\ Mile\/Bylong\/Canowindra\/Bathurst", |
|
325
|
|
|
|
|
|
|
"61851099", "Marble\ Bar", |
|
326
|
|
|
|
|
|
|
"613553776", "Dunkeld", |
|
327
|
|
|
|
|
|
|
"6186552", "Perth", |
|
328
|
|
|
|
|
|
|
"61877250", "Willalooka", |
|
329
|
|
|
|
|
|
|
"61264014", "Bendoc", |
|
330
|
|
|
|
|
|
|
"61384886", "Melbourne", |
|
331
|
|
|
|
|
|
|
"61265464", "Hunter\ Springs", |
|
332
|
|
|
|
|
|
|
"613451312", "Cavendish", |
|
333
|
|
|
|
|
|
|
"61265300", "Denman", |
|
334
|
|
|
|
|
|
|
"612594427", "Nangus", |
|
335
|
|
|
|
|
|
|
"61341006", "Combienbar", |
|
336
|
|
|
|
|
|
|
"61887180", "Western\ Flat", |
|
337
|
|
|
|
|
|
|
"61263129", "Canowindra", |
|
338
|
|
|
|
|
|
|
"61358160", "Kialla\ East", |
|
339
|
|
|
|
|
|
|
"618864055", "Kapinnie", |
|
340
|
|
|
|
|
|
|
"617441888", "Dalbeg", |
|
341
|
|
|
|
|
|
|
"61359281", "Emerald", |
|
342
|
|
|
|
|
|
|
"612691982", "Rannock", |
|
343
|
|
|
|
|
|
|
"612594366", "West\ Wyalong", |
|
344
|
|
|
|
|
|
|
"612583262", "Farrendale", |
|
345
|
|
|
|
|
|
|
"618600859", "Bodallin", |
|
346
|
|
|
|
|
|
|
"61357202", "Wangaratta", |
|
347
|
|
|
|
|
|
|
"61899084", "Mendel", |
|
348
|
|
|
|
|
|
|
"618983693", "Jingalup", |
|
349
|
|
|
|
|
|
|
"61260105", "Rand", |
|
350
|
|
|
|
|
|
|
"61353916", "Lake\ Bolac", |
|
351
|
|
|
|
|
|
|
"61259709", "Burcher", |
|
352
|
|
|
|
|
|
|
"61257299", "Pinkett", |
|
353
|
|
|
|
|
|
|
"61741922", "Fraser\ Island", |
|
354
|
|
|
|
|
|
|
"618903861", "Marvel\ Loch", |
|
355
|
|
|
|
|
|
|
"618683148", "Dumbleyung", |
|
356
|
|
|
|
|
|
|
"613441803", "Jarklin", |
|
357
|
|
|
|
|
|
|
"61263765", "Monteagle", |
|
358
|
|
|
|
|
|
|
"612570141", "Somerton", |
|
359
|
|
|
|
|
|
|
"61876044", "Coffin\ Bay", |
|
360
|
|
|
|
|
|
|
"613431963", "Glenorchy", |
|
361
|
|
|
|
|
|
|
"61265971", "Stuarts\ Point", |
|
362
|
|
|
|
|
|
|
"617473966", "Normanton", |
|
363
|
|
|
|
|
|
|
"612583947", "Warrington", |
|
364
|
|
|
|
|
|
|
"612530221", "Bribbaree", |
|
365
|
|
|
|
|
|
|
"61879218", "Rodinga", |
|
366
|
|
|
|
|
|
|
"61356467", "Korumburra", |
|
367
|
|
|
|
|
|
|
"61730592", "Beenleigh", |
|
368
|
|
|
|
|
|
|
"61357259", "Bonnie\ Doon", |
|
369
|
|
|
|
|
|
|
"61891582", "Newman\/Whaleback\/Newman", |
|
370
|
|
|
|
|
|
|
"61885203", "Two\ Wells", |
|
371
|
|
|
|
|
|
|
"617459310", "Arcadia\ Valley", |
|
372
|
|
|
|
|
|
|
"61268976", "Lake\ Cargelligo", |
|
373
|
|
|
|
|
|
|
"61260745", "Howlong", |
|
374
|
|
|
|
|
|
|
"61265055", "Glendonbrook", |
|
375
|
|
|
|
|
|
|
"618660994", "Jurien", |
|
376
|
|
|
|
|
|
|
"61364489", "Yambacoona", |
|
377
|
|
|
|
|
|
|
"61340438", "Nangiloc", |
|
378
|
|
|
|
|
|
|
"61742790", "Minnamoolka", |
|
379
|
|
|
|
|
|
|
"61259149", "Marsden", |
|
380
|
|
|
|
|
|
|
"617459953", "Clifton", |
|
381
|
|
|
|
|
|
|
"61887636", "Wrattonbully", |
|
382
|
|
|
|
|
|
|
"618850692", "Paruna", |
|
383
|
|
|
|
|
|
|
"618866940", "Caltowie", |
|
384
|
|
|
|
|
|
|
"618967694", "Koorda", |
|
385
|
|
|
|
|
|
|
"61754154", "Jimna", |
|
386
|
|
|
|
|
|
|
"618854985", "Robertstown", |
|
387
|
|
|
|
|
|
|
"61351670", "Morwell", |
|
388
|
|
|
|
|
|
|
"6126898", "Lake\ Cargelligo", |
|
389
|
|
|
|
|
|
|
"61878169", "Balaklava", |
|
390
|
|
|
|
|
|
|
"61887802", "Keilira", |
|
391
|
|
|
|
|
|
|
"61363875", "St\ Marys", |
|
392
|
|
|
|
|
|
|
"61255020", "Scone", |
|
393
|
|
|
|
|
|
|
"618660769", "Jurien", |
|
394
|
|
|
|
|
|
|
"61866032", "Dalwallinu\ West", |
|
395
|
|
|
|
|
|
|
"61886352", "Port\ Broughton", |
|
396
|
|
|
|
|
|
|
"618965615", "Dowerin", |
|
397
|
|
|
|
|
|
|
"61749585", "Gargett", |
|
398
|
|
|
|
|
|
|
"61887509", "Bangham", |
|
399
|
|
|
|
|
|
|
"618965650", "Goomalling", |
|
400
|
|
|
|
|
|
|
"61889903", "Petermann", |
|
401
|
|
|
|
|
|
|
"61357528", "Buffalo\ River", |
|
402
|
|
|
|
|
|
|
"61891150", "Cocos\ Island", |
|
403
|
|
|
|
|
|
|
"61244791", "Jilliga", |
|
404
|
|
|
|
|
|
|
"61238092", "Bungonia", |
|
405
|
|
|
|
|
|
|
"61244282", "Huskisson", |
|
406
|
|
|
|
|
|
|
"61886047", "Crystal\ Brook", |
|
407
|
|
|
|
|
|
|
"613531831", "Linton", |
|
408
|
|
|
|
|
|
|
"61340035", "Nandaly", |
|
409
|
|
|
|
|
|
|
"617480130", "Zamia\ Creek", |
|
410
|
|
|
|
|
|
|
"61269271", "Boree\ Creek", |
|
411
|
|
|
|
|
|
|
"617459937", "Bell", |
|
412
|
|
|
|
|
|
|
"61269127", "Rankins\ Springs", |
|
413
|
|
|
|
|
|
|
"61240386", "Raymond\ Terrace", |
|
414
|
|
|
|
|
|
|
"613542692", "Wedderburn", |
|
415
|
|
|
|
|
|
|
"612593672", "Booroorban", |
|
416
|
|
|
|
|
|
|
"61358094", "Tongala", |
|
417
|
|
|
|
|
|
|
"613450593", "Timboon", |
|
418
|
|
|
|
|
|
|
"61885749", "Victor\ Harbor", |
|
419
|
|
|
|
|
|
|
"61746537", "Beebo", |
|
420
|
|
|
|
|
|
|
"61880059", "Dolo", |
|
421
|
|
|
|
|
|
|
"61898291", "Nyabing", |
|
422
|
|
|
|
|
|
|
"618600983", "Southern\ Cross", |
|
423
|
|
|
|
|
|
|
"61263223", "Yetholme", |
|
424
|
|
|
|
|
|
|
"6124037", "Newcastle", |
|
425
|
|
|
|
|
|
|
"61753548", "Woodford", |
|
426
|
|
|
|
|
|
|
"612583952", "Widgeland", |
|
427
|
|
|
|
|
|
|
"61898782", "Williams", |
|
428
|
|
|
|
|
|
|
"618683631", "Lumeah", |
|
429
|
|
|
|
|
|
|
"61740972", "Millaa\ Millaa", |
|
430
|
|
|
|
|
|
|
"61361228", "Kempton", |
|
431
|
|
|
|
|
|
|
"61891098", "Wyndham", |
|
432
|
|
|
|
|
|
|
"61885152", "Paruna", |
|
433
|
|
|
|
|
|
|
"61269351", "Burra", |
|
434
|
|
|
|
|
|
|
"61351130", "Sale", |
|
435
|
|
|
|
|
|
|
"6128385", "Sydney", |
|
436
|
|
|
|
|
|
|
"61354003", "Amphitheatre", |
|
437
|
|
|
|
|
|
|
"618996741", "Mullewa", |
|
438
|
|
|
|
|
|
|
"61875282", "Taylorville", |
|
439
|
|
|
|
|
|
|
"6187725", "Mount\ Gambier", |
|
440
|
|
|
|
|
|
|
"613545967", "Pyramid\ Hill", |
|
441
|
|
|
|
|
|
|
"618997024", "Carnamah\ West", |
|
442
|
|
|
|
|
|
|
"618858576", "Meningie\ East", |
|
443
|
|
|
|
|
|
|
"613574710", "Swanpool", |
|
444
|
|
|
|
|
|
|
"61256532", "Murwillumbah", |
|
445
|
|
|
|
|
|
|
"618983758", "Kuringup", |
|
446
|
|
|
|
|
|
|
"61257193", "Bundarra", |
|
447
|
|
|
|
|
|
|
"61749492", "Moranbah", |
|
448
|
|
|
|
|
|
|
"61730942", "Redcliffe", |
|
449
|
|
|
|
|
|
|
"61887176", "Makin", |
|
450
|
|
|
|
|
|
|
"61886217", "Cleve", |
|
451
|
|
|
|
|
|
|
"613553581", "Pomborneit", |
|
452
|
|
|
|
|
|
|
"61899996", "Coorow", |
|
453
|
|
|
|
|
|
|
"61357379", "Benalla", |
|
454
|
|
|
|
|
|
|
"61258068", "Dubbo", |
|
455
|
|
|
|
|
|
|
"61876214", "Miltalie", |
|
456
|
|
|
|
|
|
|
"612583695", "Dandaloo", |
|
457
|
|
|
|
|
|
|
"61260398", "Walwa", |
|
458
|
|
|
|
|
|
|
"6138643", "Melbourne", |
|
459
|
|
|
|
|
|
|
"61358970", "Logie\ Brae", |
|
460
|
|
|
|
|
|
|
"61340290", "Boundary\ Bend", |
|
461
|
|
|
|
|
|
|
"61898840", "Boddington", |
|
462
|
|
|
|
|
|
|
"61361559", "Brighton", |
|
463
|
|
|
|
|
|
|
"61879048", "Pine\ Creek", |
|
464
|
|
|
|
|
|
|
"61897239", "Jangardup", |
|
465
|
|
|
|
|
|
|
"61890476", "Bodallin", |
|
466
|
|
|
|
|
|
|
"61264505", "Berridale", |
|
467
|
|
|
|
|
|
|
"61753711", "Pomona", |
|
468
|
|
|
|
|
|
|
"618964438", "Bidaminna", |
|
469
|
|
|
|
|
|
|
"61260695", "Barnawartha", |
|
470
|
|
|
|
|
|
|
"61742640", "Daintree", |
|
471
|
|
|
|
|
|
|
"61891495", "Pannawonica", |
|
472
|
|
|
|
|
|
|
"61352061", "Cressy", |
|
473
|
|
|
|
|
|
|
"618752456", "Coonalpyn", |
|
474
|
|
|
|
|
|
|
"613470565", "Tatong", |
|
475
|
|
|
|
|
|
|
"61358301", "Conargo", |
|
476
|
|
|
|
|
|
|
"61264244", "Bemboka", |
|
477
|
|
|
|
|
|
|
"61263910", "Cumnock", |
|
478
|
|
|
|
|
|
|
"61897673", "Dinninup", |
|
479
|
|
|
|
|
|
|
"61348184", "Rushworth", |
|
480
|
|
|
|
|
|
|
"61861754", "Spearwood", |
|
481
|
|
|
|
|
|
|
"61268166", "Walgett", |
|
482
|
|
|
|
|
|
|
"61877370", "Port\ Macdonnell", |
|
483
|
|
|
|
|
|
|
"61255943", "Taree", |
|
484
|
|
|
|
|
|
|
"618753297", "Swan\ Reach", |
|
485
|
|
|
|
|
|
|
"6139904", "Dandenong", |
|
486
|
|
|
|
|
|
|
"613573024", "Euroa", |
|
487
|
|
|
|
|
|
|
"61246375", "Campbelltown", |
|
488
|
|
|
|
|
|
|
"61355306", "Dartmoor", |
|
489
|
|
|
|
|
|
|
"618983347", "Cairlocup", |
|
490
|
|
|
|
|
|
|
"618866934", "Booleroo\ Centre", |
|
491
|
|
|
|
|
|
|
"61896088", "Dangin", |
|
492
|
|
|
|
|
|
|
"61361502", "Hermitage", |
|
493
|
|
|
|
|
|
|
"61353402", "Skipton", |
|
494
|
|
|
|
|
|
|
"618964426", "Bibby\ Springs", |
|
495
|
|
|
|
|
|
|
"61266100", "Tyalgum", |
|
496
|
|
|
|
|
|
|
"612887", "Sydney", |
|
497
|
|
|
|
|
|
|
"61265161", "Port\ Macquarie", |
|
498
|
|
|
|
|
|
|
"61896942", "Bidaminna", |
|
499
|
|
|
|
|
|
|
"61261599", "Uriarra\ Forest", |
|
500
|
|
|
|
|
|
|
"61240250", "Branxton", |
|
501
|
|
|
|
|
|
|
"61249134", "Wootton", |
|
502
|
|
|
|
|
|
|
"6138389", "Craigieburn", |
|
503
|
|
|
|
|
|
|
"6173648", "Brisbane", |
|
504
|
|
|
|
|
|
|
"61746446", "Pikedale", |
|
505
|
|
|
|
|
|
|
"61746767", "Goondiwindi", |
|
506
|
|
|
|
|
|
|
"6128350", "Sydney", |
|
507
|
|
|
|
|
|
|
"61747684", "Millaroo", |
|
508
|
|
|
|
|
|
|
"61344029", "Watchem", |
|
509
|
|
|
|
|
|
|
"61299148", "Bankstown", |
|
510
|
|
|
|
|
|
|
"61362919", "Miena", |
|
511
|
|
|
|
|
|
|
"617459889", "Pikedale", |
|
512
|
|
|
|
|
|
|
"61357153", "Yarrawonga", |
|
513
|
|
|
|
|
|
|
"61359324", "Mornington", |
|
514
|
|
|
|
|
|
|
"613545242", "Womboota", |
|
515
|
|
|
|
|
|
|
"61343114", "Ballarat", |
|
516
|
|
|
|
|
|
|
"61257332", "Moree", |
|
517
|
|
|
|
|
|
|
"61351686", "Gelantipy", |
|
518
|
|
|
|
|
|
|
"6126669", "Grafton", |
|
519
|
|
|
|
|
|
|
"61267389", "Armidale", |
|
520
|
|
|
|
|
|
|
"61743021", "Redridge", |
|
521
|
|
|
|
|
|
|
"61391017", "Melbourne", |
|
522
|
|
|
|
|
|
|
"61355128", "Pomborneit", |
|
523
|
|
|
|
|
|
|
"61342336", "Torquay", |
|
524
|
|
|
|
|
|
|
"613553641", "Dorodong", |
|
525
|
|
|
|
|
|
|
"61747337", "Kalkadoon", |
|
526
|
|
|
|
|
|
|
"61350620", "Mittyack", |
|
527
|
|
|
|
|
|
|
"61259243", "Wagga\ Wagga", |
|
528
|
|
|
|
|
|
|
"61748344", "Bauhinia", |
|
529
|
|
|
|
|
|
|
"61880002", "Broken\ Hill", |
|
530
|
|
|
|
|
|
|
"61348257", "Katandra\ West", |
|
531
|
|
|
|
|
|
|
"61248443", "Woodhouselee", |
|
532
|
|
|
|
|
|
|
"618862094", "Wilpena", |
|
533
|
|
|
|
|
|
|
"612583314", "Wyanga", |
|
534
|
|
|
|
|
|
|
"61341494", "Club\ Terrace", |
|
535
|
|
|
|
|
|
|
"613451197", "Timboon", |
|
536
|
|
|
|
|
|
|
"61268358", "Mullengudgery", |
|
537
|
|
|
|
|
|
|
"61256165", "Lismore", |
|
538
|
|
|
|
|
|
|
"6128918", "Sydney", |
|
539
|
|
|
|
|
|
|
"61747330", "Briaba", |
|
540
|
|
|
|
|
|
|
"613441928", "Quambatook", |
|
541
|
|
|
|
|
|
|
"61350627", "Culgoa", |
|
542
|
|
|
|
|
|
|
"61744135", "Hughenden", |
|
543
|
|
|
|
|
|
|
"61887031", "Kalangadoo", |
|
544
|
|
|
|
|
|
|
"61266313", "Grafton", |
|
545
|
|
|
|
|
|
|
"61342265", "Queenscliff", |
|
546
|
|
|
|
|
|
|
"61363146", "Blessington", |
|
547
|
|
|
|
|
|
|
"612532663", "Birriwa", |
|
548
|
|
|
|
|
|
|
"61348250", "Cornalla", |
|
549
|
|
|
|
|
|
|
"61745701", "Roma", |
|
550
|
|
|
|
|
|
|
"61879402", "Roper\ River", |
|
551
|
|
|
|
|
|
|
"6174975", "Calliope", |
|
552
|
|
|
|
|
|
|
"618683524", "Lake\ King", |
|
553
|
|
|
|
|
|
|
"61746760", "Wyaga", |
|
554
|
|
|
|
|
|
|
"61268655", "Parkes", |
|
555
|
|
|
|
|
|
|
"61268987", "Naradhan", |
|
556
|
|
|
|
|
|
|
"618600238", "Kambalda", |
|
557
|
|
|
|
|
|
|
"618996718", "Cue", |
|
558
|
|
|
|
|
|
|
"61240184", "East\ Gresford", |
|
559
|
|
|
|
|
|
|
"61742409", "South\ Johnstone", |
|
560
|
|
|
|
|
|
|
"61382031", "Croydon", |
|
561
|
|
|
|
|
|
|
"618683369", "Jingalup", |
|
562
|
|
|
|
|
|
|
"61899298", "Coorow\ West", |
|
563
|
|
|
|
|
|
|
"61886923", "Mambray\ Creek", |
|
564
|
|
|
|
|
|
|
"61888099", "Booborowie", |
|
565
|
|
|
|
|
|
|
"6175428", "Caboolture", |
|
566
|
|
|
|
|
|
|
"618660879", "Beacon\ North", |
|
567
|
|
|
|
|
|
|
"61263972", "Neville", |
|
568
|
|
|
|
|
|
|
"618660133", "Yerecoin", |
|
569
|
|
|
|
|
|
|
"61355744", "Hamilton", |
|
570
|
|
|
|
|
|
|
"61350054", "Cowangie", |
|
571
|
|
|
|
|
|
|
"61240257", "Dungog", |
|
572
|
|
|
|
|
|
|
"61877312", "Kalangadoo", |
|
573
|
|
|
|
|
|
|
"61340443", "Pan\ Ban", |
|
574
|
|
|
|
|
|
|
"61868103", "Dongolocking", |
|
575
|
|
|
|
|
|
|
"61890251", "Kalgoorlie", |
|
576
|
|
|
|
|
|
|
"61875046", "Peake", |
|
577
|
|
|
|
|
|
|
"618753164", "Kingscote", |
|
578
|
|
|
|
|
|
|
"61361204", "Gretna", |
|
579
|
|
|
|
|
|
|
"61266107", "Ulong", |
|
580
|
|
|
|
|
|
|
"61263917", "Blayney", |
|
581
|
|
|
|
|
|
|
"61387843", "Dandenong", |
|
582
|
|
|
|
|
|
|
"61246019", "Picton", |
|
583
|
|
|
|
|
|
|
"61259061", "Milbrulong", |
|
584
|
|
|
|
|
|
|
"612583225", "Balladoran", |
|
585
|
|
|
|
|
|
|
"6186406", "Wanneroo", |
|
586
|
|
|
|
|
|
|
"61741179", "Manumbar", |
|
587
|
|
|
|
|
|
|
"61740223", "Maryfarms", |
|
588
|
|
|
|
|
|
|
"617566710", "Southport", |
|
589
|
|
|
|
|
|
|
"61878041", "Burra", |
|
590
|
|
|
|
|
|
|
"61264542", "Adaminaby", |
|
591
|
|
|
|
|
|
|
"61278085", "Parramatta", |
|
592
|
|
|
|
|
|
|
"61756079", "Jimboomba", |
|
593
|
|
|
|
|
|
|
"61877377", "Tarpeena", |
|
594
|
|
|
|
|
|
|
"61363669", "Bicheno", |
|
595
|
|
|
|
|
|
|
"61742647", "Herberton", |
|
596
|
|
|
|
|
|
|
"61361545", "Orford", |
|
597
|
|
|
|
|
|
|
"61357015", "Bright", |
|
598
|
|
|
|
|
|
|
"6129204", "Parramatta", |
|
599
|
|
|
|
|
|
|
"61358912", "Shepparton", |
|
600
|
|
|
|
|
|
|
"61355104", "Merino", |
|
601
|
|
|
|
|
|
|
"618661161", "Tammin", |
|
602
|
|
|
|
|
|
|
"61268364", "Cobar", |
|
603
|
|
|
|
|
|
|
"617458795", "Dunmore", |
|
604
|
|
|
|
|
|
|
"612593961", "Coolac", |
|
605
|
|
|
|
|
|
|
"61359308", "Pakenham", |
|
606
|
|
|
|
|
|
|
"61897834", "Margaret\ River", |
|
607
|
|
|
|
|
|
|
"61248841", "Paddys\ River", |
|
608
|
|
|
|
|
|
|
"61260021", "Cudgewa", |
|
609
|
|
|
|
|
|
|
"61898847", "Dongolocking", |
|
610
|
|
|
|
|
|
|
"61340297", "Karawinna", |
|
611
|
|
|
|
|
|
|
"61350465", "Cowangie", |
|
612
|
|
|
|
|
|
|
"61753225", "Caloundra", |
|
613
|
|
|
|
|
|
|
"61358977", "Shepparton", |
|
614
|
|
|
|
|
|
|
"61265219", "Scone", |
|
615
|
|
|
|
|
|
|
"618851896", "Two\ Wells", |
|
616
|
|
|
|
|
|
|
"61363706", "Westbury", |
|
617
|
|
|
|
|
|
|
"618752943", "Mallala", |
|
618
|
|
|
|
|
|
|
"61742452", "Dimbulah", |
|
619
|
|
|
|
|
|
|
"61269919", "Yenda", |
|
620
|
|
|
|
|
|
|
"61738176", "Redcliffe", |
|
621
|
|
|
|
|
|
|
"61351137", "Swifts\ Creek", |
|
622
|
|
|
|
|
|
|
"61256234", "Bellingen", |
|
623
|
|
|
|
|
|
|
"613553866", "Wallacedale", |
|
624
|
|
|
|
|
|
|
"618683094", "Ongerup\ North", |
|
625
|
|
|
|
|
|
|
"61342134", "Winchelsea\ South", |
|
626
|
|
|
|
|
|
|
"61886210", "Wharminda", |
|
627
|
|
|
|
|
|
|
"618763528", "Caltowie", |
|
628
|
|
|
|
|
|
|
"61885755", "Meningie\ East", |
|
629
|
|
|
|
|
|
|
"6173818", "Ipswich", |
|
630
|
|
|
|
|
|
|
"612532719", "Windeyer", |
|
631
|
|
|
|
|
|
|
"61891321", "Whaleback", |
|
632
|
|
|
|
|
|
|
"618858506", "Gurrai", |
|
633
|
|
|
|
|
|
|
"61880045", "The\ Darling", |
|
634
|
|
|
|
|
|
|
"61748146", "Broadsound", |
|
635
|
|
|
|
|
|
|
"613441936", "Tennyson", |
|
636
|
|
|
|
|
|
|
"61898185", "Lake\ Toolbrunup", |
|
637
|
|
|
|
|
|
|
"61886574", "Wirrulla", |
|
638
|
|
|
|
|
|
|
"61746530", "Texas", |
|
639
|
|
|
|
|
|
|
"61350068", "Hopetoun", |
|
640
|
|
|
|
|
|
|
"61344062", "Bealiba", |
|
641
|
|
|
|
|
|
|
"617563083", "Southport", |
|
642
|
|
|
|
|
|
|
"61897148", "Busselton", |
|
643
|
|
|
|
|
|
|
"61741353", "Chahpingah", |
|
644
|
|
|
|
|
|
|
"61745141", "Cunningham", |
|
645
|
|
|
|
|
|
|
"61341601", "Sale", |
|
646
|
|
|
|
|
|
|
"613553618", "Timboon", |
|
647
|
|
|
|
|
|
|
"61367060", "Glengarry", |
|
648
|
|
|
|
|
|
|
"61886207", "Darke\ Peak", |
|
649
|
|
|
|
|
|
|
"617476540", "Ingham", |
|
650
|
|
|
|
|
|
|
"61741889", "Gin\ Gin", |
|
651
|
|
|
|
|
|
|
"612583203", "Tooraweenah", |
|
652
|
|
|
|
|
|
|
"617442553", "Greenvale", |
|
653
|
|
|
|
|
|
|
"61355463", "Dundonnell", |
|
654
|
|
|
|
|
|
|
"61743439", "Proston", |
|
655
|
|
|
|
|
|
|
"613553932", "Tyrendarra", |
|
656
|
|
|
|
|
|
|
"61741582", "Manumbar", |
|
657
|
|
|
|
|
|
|
"61888954", "Port\ Wakefield", |
|
658
|
|
|
|
|
|
|
"618865922", "Mudamuckla", |
|
659
|
|
|
|
|
|
|
"61260786", "Gerogery", |
|
660
|
|
|
|
|
|
|
"61269826", "Tooma", |
|
661
|
|
|
|
|
|
|
"61354013", "Castlemaine", |
|
662
|
|
|
|
|
|
|
"617486956", "Orion", |
|
663
|
|
|
|
|
|
|
"61267978", "Moree", |
|
664
|
|
|
|
|
|
|
"61752280", "Caboolture", |
|
665
|
|
|
|
|
|
|
"61348279", "Brassi", |
|
666
|
|
|
|
|
|
|
"618660911", "Kalannie", |
|
667
|
|
|
|
|
|
|
"618683267", "Hartville", |
|
668
|
|
|
|
|
|
|
"618863566", "Minnipa", |
|
669
|
|
|
|
|
|
|
"61740907", "Daintree", |
|
670
|
|
|
|
|
|
|
"61263487", "Windeyer", |
|
671
|
|
|
|
|
|
|
"61362566", "Swansea", |
|
672
|
|
|
|
|
|
|
"618967611", "Badgerin\ Rock", |
|
673
|
|
|
|
|
|
|
"61868055", "Jerdacuttup", |
|
674
|
|
|
|
|
|
|
"61888335", "Maitland", |
|
675
|
|
|
|
|
|
|
"613531741", "Stawell", |
|
676
|
|
|
|
|
|
|
"618989360", "Dongolocking", |
|
677
|
|
|
|
|
|
|
"61877345", "Bangham", |
|
678
|
|
|
|
|
|
|
"61354709", "Dingee", |
|
679
|
|
|
|
|
|
|
"612574672", "Caroda", |
|
680
|
|
|
|
|
|
|
"61257397", "Tenterden", |
|
681
|
|
|
|
|
|
|
"618763717", "Mintabie", |
|
682
|
|
|
|
|
|
|
"617442537", "Briaba", |
|
683
|
|
|
|
|
|
|
"61775075", "Cunnamulla", |
|
684
|
|
|
|
|
|
|
"61354936", "Wycheproof", |
|
685
|
|
|
|
|
|
|
"61268472", "Gilgandra", |
|
686
|
|
|
|
|
|
|
"61899585", "Guranu", |
|
687
|
|
|
|
|
|
|
"61753701", "Nambour", |
|
688
|
|
|
|
|
|
|
"61263034", "Bylong", |
|
689
|
|
|
|
|
|
|
"61287474", "Bankstown", |
|
690
|
|
|
|
|
|
|
"6129421", "Blacktown", |
|
691
|
|
|
|
|
|
|
"61264515", "Thredbo\ Village", |
|
692
|
|
|
|
|
|
|
"612530140", "Molong", |
|
693
|
|
|
|
|
|
|
"61749546", "Mackay", |
|
694
|
|
|
|
|
|
|
"6128987", "Sydney", |
|
695
|
|
|
|
|
|
|
"61267451", "Emmaville", |
|
696
|
|
|
|
|
|
|
"61265804", "Ellenborough", |
|
697
|
|
|
|
|
|
|
"61885043", "Freeling", |
|
698
|
|
|
|
|
|
|
"6136384", "Avoca", |
|
699
|
|
|
|
|
|
|
"617441383", "Boulia", |
|
700
|
|
|
|
|
|
|
"61741150", "Windera", |
|
701
|
|
|
|
|
|
|
"61756050", "Beaudesert", |
|
702
|
|
|
|
|
|
|
"6128664", "Blacktown", |
|
703
|
|
|
|
|
|
|
"61355521", "Victoria\ Valley", |
|
704
|
|
|
|
|
|
|
"612574440", "Marple", |
|
705
|
|
|
|
|
|
|
"61876204", "Koongawa", |
|
706
|
|
|
|
|
|
|
"61898875", "Cuballing", |
|
707
|
|
|
|
|
|
|
"61746899", "Bell", |
|
708
|
|
|
|
|
|
|
"613470930", "Mansfield", |
|
709
|
|
|
|
|
|
|
"618682160", "Lake\ Magenta", |
|
710
|
|
|
|
|
|
|
"61358945", "Cornalla", |
|
711
|
|
|
|
|
|
|
"61753141", "Caloundra", |
|
712
|
|
|
|
|
|
|
"61741426", "Mundubbera", |
|
713
|
|
|
|
|
|
|
"617451539", "Ballandean", |
|
714
|
|
|
|
|
|
|
"61266110", "Urbenville", |
|
715
|
|
|
|
|
|
|
"61742378", "Mossman", |
|
716
|
|
|
|
|
|
|
"61361512", "Oatlands", |
|
717
|
|
|
|
|
|
|
"61259432", "Wagga\ Wagga", |
|
718
|
|
|
|
|
|
|
"61355316", "Hamilton", |
|
719
|
|
|
|
|
|
|
"61747133", "Mount\ Fox", |
|
720
|
|
|
|
|
|
|
"61890162", "Neridup", |
|
721
|
|
|
|
|
|
|
"61357424", "Devlins\ Bridge", |
|
722
|
|
|
|
|
|
|
"61354149", "Castlemaine", |
|
723
|
|
|
|
|
|
|
"61357042", "Euroa", |
|
724
|
|
|
|
|
|
|
"61357357", "Puckapunyal", |
|
725
|
|
|
|
|
|
|
"61756608", "Beaudesert", |
|
726
|
|
|
|
|
|
|
"61353477", "Glenorchy", |
|
727
|
|
|
|
|
|
|
"61256597", "Maclean", |
|
728
|
|
|
|
|
|
|
"61242046", "Kiama", |
|
729
|
|
|
|
|
|
|
"61351795", "Lakes\ Entrance", |
|
730
|
|
|
|
|
|
|
"61341246", "Lindenow", |
|
731
|
|
|
|
|
|
|
"6129584", "Sutherland", |
|
732
|
|
|
|
|
|
|
"61345048", "Nirranda", |
|
733
|
|
|
|
|
|
|
"618852068", "Gawler", |
|
734
|
|
|
|
|
|
|
"61895069", "Mount\ Helena", |
|
735
|
|
|
|
|
|
|
"61888968", "Moonta", |
|
736
|
|
|
|
|
|
|
"61263900", "Lyndhurst", |
|
737
|
|
|
|
|
|
|
"612532434", "Greenethorpe", |
|
738
|
|
|
|
|
|
|
"6173887", "Brisbane", |
|
739
|
|
|
|
|
|
|
"61742675", "Atherton", |
|
740
|
|
|
|
|
|
|
"61899073", "Lynton", |
|
741
|
|
|
|
|
|
|
"61361577", "Ouse", |
|
742
|
|
|
|
|
|
|
"61745225", "Lynd\ Range", |
|
743
|
|
|
|
|
|
|
"61358482", "Brassi", |
|
744
|
|
|
|
|
|
|
"61868300", "Pingrup", |
|
745
|
|
|
|
|
|
|
"618903451", "Esperance", |
|
746
|
|
|
|
|
|
|
"61364127", "Devonport", |
|
747
|
|
|
|
|
|
|
"61238181", "Robertson", |
|
748
|
|
|
|
|
|
|
"61880012", "Broken\ Hill", |
|
749
|
|
|
|
|
|
|
"6126852", "Forbes", |
|
750
|
|
|
|
|
|
|
"6126493", "Cobargo", |
|
751
|
|
|
|
|
|
|
"61340534", "Scotia", |
|
752
|
|
|
|
|
|
|
"61880077", "Dolo", |
|
753
|
|
|
|
|
|
|
"61343104", "Beaufort", |
|
754
|
|
|
|
|
|
|
"61362909", "Tarraleah", |
|
755
|
|
|
|
|
|
|
"613431902", "Glenisla", |
|
756
|
|
|
|
|
|
|
"61354666", "Buckrabanyule", |
|
757
|
|
|
|
|
|
|
"61887462", "Conmurra", |
|
758
|
|
|
|
|
|
|
"61749084", "Pegunny", |
|
759
|
|
|
|
|
|
|
"617458940", "Thallon", |
|
760
|
|
|
|
|
|
|
"613431972", "Landsborough", |
|
761
|
|
|
|
|
|
|
"61269952", "Ivanhoe", |
|
762
|
|
|
|
|
|
|
"618869047", "Leigh\ Creek\ South", |
|
763
|
|
|
|
|
|
|
"61877173", "Bordertown", |
|
764
|
|
|
|
|
|
|
"61740034", "Daintree", |
|
765
|
|
|
|
|
|
|
"61876228", "Streaky\ Bay", |
|
766
|
|
|
|
|
|
|
"61880070", "Pimpara", |
|
767
|
|
|
|
|
|
|
"618983478", "Fitzgerald", |
|
768
|
|
|
|
|
|
|
"61248758", "Paddys\ River", |
|
769
|
|
|
|
|
|
|
"6189091", "Kalgoorlie", |
|
770
|
|
|
|
|
|
|
"61756773", "Tweed\ Heads", |
|
771
|
|
|
|
|
|
|
"618903591", "Norseman", |
|
772
|
|
|
|
|
|
|
"61879412", "Arnhem", |
|
773
|
|
|
|
|
|
|
"61745711", "Greenmount", |
|
774
|
|
|
|
|
|
|
"61888793", "Halbury", |
|
775
|
|
|
|
|
|
|
"618967648", "Bencubbin", |
|
776
|
|
|
|
|
|
|
"61364120", "Yambacoona", |
|
777
|
|
|
|
|
|
|
"61367325", "Launceston", |
|
778
|
|
|
|
|
|
|
"6173467", "Redcliffe", |
|
779
|
|
|
|
|
|
|
"61264496", "Delegate", |
|
780
|
|
|
|
|
|
|
"61340232", "Natya", |
|
781
|
|
|
|
|
|
|
"61266303", "Urbenville", |
|
782
|
|
|
|
|
|
|
"61244085", "Narooma", |
|
783
|
|
|
|
|
|
|
"61752168", "Esk", |
|
784
|
|
|
|
|
|
|
"618660948", "Watheroo", |
|
785
|
|
|
|
|
|
|
"618864630", "Wandearah\ East", |
|
786
|
|
|
|
|
|
|
"613451097", "Camperdown", |
|
787
|
|
|
|
|
|
|
"61889631", "Alice\ Springs", |
|
788
|
|
|
|
|
|
|
"6186108", "Wanneroo", |
|
789
|
|
|
|
|
|
|
"618982380", "Kronkup", |
|
790
|
|
|
|
|
|
|
"61256590", "Glenreagh", |
|
791
|
|
|
|
|
|
|
"618904227", "Nungarin", |
|
792
|
|
|
|
|
|
|
"61353470", "Horsham", |
|
793
|
|
|
|
|
|
|
"61354155", "Maryborough", |
|
794
|
|
|
|
|
|
|
"6186540", "Perth", |
|
795
|
|
|
|
|
|
|
"61266172", "Grafton", |
|
796
|
|
|
|
|
|
|
"61361570", "Margate", |
|
797
|
|
|
|
|
|
|
"61351192", "Gelantipy", |
|
798
|
|
|
|
|
|
|
"61358959", "Finley", |
|
799
|
|
|
|
|
|
|
"61263907", "Cudal", |
|
800
|
|
|
|
|
|
|
"61246009", "Campbelltown", |
|
801
|
|
|
|
|
|
|
"61887886", "Kongorong", |
|
802
|
|
|
|
|
|
|
"61267276", "Rocky\ Creek", |
|
803
|
|
|
|
|
|
|
"61879381", "Nhulunbuy", |
|
804
|
|
|
|
|
|
|
"61745548", "Roma", |
|
805
|
|
|
|
|
|
|
"61361214", "Hobart", |
|
806
|
|
|
|
|
|
|
"61266117", "Wiangaree", |
|
807
|
|
|
|
|
|
|
"61868113", "Newdegate", |
|
808
|
|
|
|
|
|
|
"61890765", "Esperance", |
|
809
|
|
|
|
|
|
|
"617452612", "Millmerran", |
|
810
|
|
|
|
|
|
|
"61877302", "Wrattonbully", |
|
811
|
|
|
|
|
|
|
"61746294", "Bollon", |
|
812
|
|
|
|
|
|
|
"61891639", "Fitzroy\ Crossing", |
|
813
|
|
|
|
|
|
|
"61265252", "Hunter\ Springs", |
|
814
|
|
|
|
|
|
|
"61248534", "Goulburn", |
|
815
|
|
|
|
|
|
|
"61851178", "De\ Grey", |
|
816
|
|
|
|
|
|
|
"61265209", "Murrurundi", |
|
817
|
|
|
|
|
|
|
"61741157", "Yandaran", |
|
818
|
|
|
|
|
|
|
"617473843", "Camooweal", |
|
819
|
|
|
|
|
|
|
"613930", "Melbourne", |
|
820
|
|
|
|
|
|
|
"61253338", "Mudgee", |
|
821
|
|
|
|
|
|
|
"618753399", "Kapunda", |
|
822
|
|
|
|
|
|
|
"612462", "Campbelltown", |
|
823
|
|
|
|
|
|
|
"61895022", "Bakers\ Hill", |
|
824
|
|
|
|
|
|
|
"61877359", "Lochaber", |
|
825
|
|
|
|
|
|
|
"61752154", "Maleny", |
|
826
|
|
|
|
|
|
|
"613432100", "Navarre", |
|
827
|
|
|
|
|
|
|
"61896341", "Studleigh", |
|
828
|
|
|
|
|
|
|
"617750185", "Omanama", |
|
829
|
|
|
|
|
|
|
"61895444", "Pinjarra", |
|
830
|
|
|
|
|
|
|
"612574384", "Barraba", |
|
831
|
|
|
|
|
|
|
"61889961", "Tanami", |
|
832
|
|
|
|
|
|
|
"618661061", "Kalannie\ East", |
|
833
|
|
|
|
|
|
|
"61343128", "Buninyong", |
|
834
|
|
|
|
|
|
|
"61756057", "Tweed\ Heads", |
|
835
|
|
|
|
|
|
|
"6135956", "Cowes", |
|
836
|
|
|
|
|
|
|
"612574602", "Guyra", |
|
837
|
|
|
|
|
|
|
"61891273", "Kununurra", |
|
838
|
|
|
|
|
|
|
"61355114", "Nirranda", |
|
839
|
|
|
|
|
|
|
"61257390", "Pinkett", |
|
840
|
|
|
|
|
|
|
"617476373", "Ayr", |
|
841
|
|
|
|
|
|
|
"61890535", "Burracoppin\ South", |
|
842
|
|
|
|
|
|
|
"617442880", "Barkly", |
|
843
|
|
|
|
|
|
|
"61358902", "Deniliquin", |
|
844
|
|
|
|
|
|
|
"61248764", "Gunning", |
|
845
|
|
|
|
|
|
|
"61357005", "Beechworth", |
|
846
|
|
|
|
|
|
|
"61240279", "Eccleston", |
|
847
|
|
|
|
|
|
|
"61890129", "Mount\ Walker\ South", |
|
848
|
|
|
|
|
|
|
"61256023", "Tyalgum", |
|
849
|
|
|
|
|
|
|
"61341082", "Meerlieu", |
|
850
|
|
|
|
|
|
|
"613546281", "Maldon", |
|
851
|
|
|
|
|
|
|
"61267503", "Weemelah", |
|
852
|
|
|
|
|
|
|
"6139233", "Melbourne", |
|
853
|
|
|
|
|
|
|
"618763351", "Cowell", |
|
854
|
|
|
|
|
|
|
"6124302", "Gosford", |
|
855
|
|
|
|
|
|
|
"61891969", "Great\ Sandy", |
|
856
|
|
|
|
|
|
|
"61899750", "Dongara", |
|
857
|
|
|
|
|
|
|
"61887429", "Keilira", |
|
858
|
|
|
|
|
|
|
"61356182", "Warragul", |
|
859
|
|
|
|
|
|
|
"612594142", "Sandigo", |
|
860
|
|
|
|
|
|
|
"61740900", "Torres", |
|
861
|
|
|
|
|
|
|
"61263480", "Dunedoo", |
|
862
|
|
|
|
|
|
|
"61357408", "Harrietville", |
|
863
|
|
|
|
|
|
|
"613442099", "Avoca", |
|
864
|
|
|
|
|
|
|
"61885261", "Murray\ Bridge", |
|
865
|
|
|
|
|
|
|
"61269736", "Hay", |
|
866
|
|
|
|
|
|
|
"612583273", "Gulargambone", |
|
867
|
|
|
|
|
|
|
"612574961", "Pallamallawa", |
|
868
|
|
|
|
|
|
|
"618683485", "Bremer\ Bay", |
|
869
|
|
|
|
|
|
|
"618964490", "Lancelin", |
|
870
|
|
|
|
|
|
|
"618683194", "Newdegate\ North", |
|
871
|
|
|
|
|
|
|
"61868049", "Fitzgerald", |
|
872
|
|
|
|
|
|
|
"61367067", "George\ Town", |
|
873
|
|
|
|
|
|
|
"618660735", "Balkuling", |
|
874
|
|
|
|
|
|
|
"618993019", "Dongara", |
|
875
|
|
|
|
|
|
|
"61752287", "Gunalda", |
|
876
|
|
|
|
|
|
|
"6189733", "Waroona", |
|
877
|
|
|
|
|
|
|
"61363716", "Bridport", |
|
878
|
|
|
|
|
|
|
"61269909", "Hay", |
|
879
|
|
|
|
|
|
|
"61267280", "Bingara", |
|
880
|
|
|
|
|
|
|
"61242641", "Wollongong", |
|
881
|
|
|
|
|
|
|
"61251203", "Anembo", |
|
882
|
|
|
|
|
|
|
"61264028", "Bonang", |
|
883
|
|
|
|
|
|
|
"61875573", "Mount\ Pleasant", |
|
884
|
|
|
|
|
|
|
"618865965", "Poochera", |
|
885
|
|
|
|
|
|
|
"61260053", "Oaklands", |
|
886
|
|
|
|
|
|
|
"612594133", "Melbergen", |
|
887
|
|
|
|
|
|
|
"61380152", "Werribee", |
|
888
|
|
|
|
|
|
|
"613470895", "Tatong", |
|
889
|
|
|
|
|
|
|
"617452459", "Tipton", |
|
890
|
|
|
|
|
|
|
"61743115", "Tiaro", |
|
891
|
|
|
|
|
|
|
"617487038", "Moranbah", |
|
892
|
|
|
|
|
|
|
"618752929", "Geranium", |
|
893
|
|
|
|
|
|
|
"61351836", "Traralgon", |
|
894
|
|
|
|
|
|
|
"618864644", "Andamooka", |
|
895
|
|
|
|
|
|
|
"61253175", "Cowra", |
|
896
|
|
|
|
|
|
|
"61748847", "Belyando", |
|
897
|
|
|
|
|
|
|
"61361586", "Baden", |
|
898
|
|
|
|
|
|
|
"6138418", "Eltham", |
|
899
|
|
|
|
|
|
|
"6135735", "Seymour", |
|
900
|
|
|
|
|
|
|
"612532961", "Gulgong", |
|
901
|
|
|
|
|
|
|
"61898669", "Pingaring", |
|
902
|
|
|
|
|
|
|
"6135680", "Tidal\ River", |
|
903
|
|
|
|
|
|
|
"618683288", "Lake\ King", |
|
904
|
|
|
|
|
|
|
"61887870", "Willalooka", |
|
905
|
|
|
|
|
|
|
"6174943", "Sarina", |
|
906
|
|
|
|
|
|
|
"61345033", "Poolaijelo", |
|
907
|
|
|
|
|
|
|
"61753069", "Lowood", |
|
908
|
|
|
|
|
|
|
"618859982", "Tailem\ Bend", |
|
909
|
|
|
|
|
|
|
"61351602", "Morwell", |
|
910
|
|
|
|
|
|
|
"618601095", "Munglinup", |
|
911
|
|
|
|
|
|
|
"612593719", "Narrandera", |
|
912
|
|
|
|
|
|
|
"61299337", "Blacktown", |
|
913
|
|
|
|
|
|
|
"61356314", "Leongatha", |
|
914
|
|
|
|
|
|
|
"61355411", "Mortlake", |
|
915
|
|
|
|
|
|
|
"61877279", "Lucindale\ South", |
|
916
|
|
|
|
|
|
|
"612594157", "Urana", |
|
917
|
|
|
|
|
|
|
"617473832", "Burketown", |
|
918
|
|
|
|
|
|
|
"617311", "Brisbane", |
|
919
|
|
|
|
|
|
|
"61741321", "Rosedale", |
|
920
|
|
|
|
|
|
|
"61898146", "Kojonup", |
|
921
|
|
|
|
|
|
|
"61367396", "Blessington", |
|
922
|
|
|
|
|
|
|
"61264425", "Eden", |
|
923
|
|
|
|
|
|
|
"613470539", "Eildon", |
|
924
|
|
|
|
|
|
|
"61240359", "Maitland", |
|
925
|
|
|
|
|
|
|
"61358416", "Dookie", |
|
926
|
|
|
|
|
|
|
"61747148", "Palm\ Island", |
|
927
|
|
|
|
|
|
|
"61896530", "Moora", |
|
928
|
|
|
|
|
|
|
"61880086", "Dolo", |
|
929
|
|
|
|
|
|
|
"61873820", "Salisbury", |
|
930
|
|
|
|
|
|
|
"61362895", "Hobart", |
|
931
|
|
|
|
|
|
|
"6139100", "Melbourne", |
|
932
|
|
|
|
|
|
|
"61891353", "Fitzroy\ Crossing", |
|
933
|
|
|
|
|
|
|
"612532602", "Tyagong", |
|
934
|
|
|
|
|
|
|
"61266962", "Bellingen", |
|
935
|
|
|
|
|
|
|
"61341598", "Omeo", |
|
936
|
|
|
|
|
|
|
"61895141", "Toodyay", |
|
937
|
|
|
|
|
|
|
"61898706", "Tarwonga", |
|
938
|
|
|
|
|
|
|
"617458689", "Valley\ Downs", |
|
939
|
|
|
|
|
|
|
"61265317", "Singleton", |
|
940
|
|
|
|
|
|
|
"612593663", "Ariah\ Park", |
|
941
|
|
|
|
|
|
|
"61340399", "Robinvale", |
|
942
|
|
|
|
|
|
|
"61357270", "Whorouly", |
|
943
|
|
|
|
|
|
|
"61268860", "Mendooran", |
|
944
|
|
|
|
|
|
|
"612574251", "Moree", |
|
945
|
|
|
|
|
|
|
"618869052", "Spilsby", |
|
946
|
|
|
|
|
|
|
"61238030", "Barrallier", |
|
947
|
|
|
|
|
|
|
"613442212", "Goornong", |
|
948
|
|
|
|
|
|
|
"61260777", "Cudgewa", |
|
949
|
|
|
|
|
|
|
"613451270", "Dundonnell", |
|
950
|
|
|
|
|
|
|
"61885038", "Culburra", |
|
951
|
|
|
|
|
|
|
"617441433", "Ayr", |
|
952
|
|
|
|
|
|
|
"61886478", "Whyalla", |
|
953
|
|
|
|
|
|
|
"613574617", "Violet\ Town", |
|
954
|
|
|
|
|
|
|
"61357514", "Mount\ Beauty", |
|
955
|
|
|
|
|
|
|
"61363185", "Fingal", |
|
956
|
|
|
|
|
|
|
"618852087", "Riverton", |
|
957
|
|
|
|
|
|
|
"61265372", "Gloucester", |
|
958
|
|
|
|
|
|
|
"617480351", "Agnes\ Water", |
|
959
|
|
|
|
|
|
|
"617750377", "Morven", |
|
960
|
|
|
|
|
|
|
"61361422", "Hermitage", |
|
961
|
|
|
|
|
|
|
"61889171", "Darwin", |
|
962
|
|
|
|
|
|
|
"61875206", "Penneshaw", |
|
963
|
|
|
|
|
|
|
"61361044", "South\ Bruny", |
|
964
|
|
|
|
|
|
|
"61747708", "Mutarnee", |
|
965
|
|
|
|
|
|
|
"61871008", "Adelaide", |
|
966
|
|
|
|
|
|
|
"618753413", "Meningie\ East", |
|
967
|
|
|
|
|
|
|
"61749298", "Koumala", |
|
968
|
|
|
|
|
|
|
"6173413", "Ipswich", |
|
969
|
|
|
|
|
|
|
"61351659", "Club\ Terrace", |
|
970
|
|
|
|
|
|
|
"61267356", "Upper\ Horton", |
|
971
|
|
|
|
|
|
|
"61263476", "Caragabal", |
|
972
|
|
|
|
|
|
|
"61278046", "Parramatta", |
|
973
|
|
|
|
|
|
|
"61265103", "Muswellbrook", |
|
974
|
|
|
|
|
|
|
"618683766", "Pingelly\ East", |
|
975
|
|
|
|
|
|
|
"61886075", "Gladstone", |
|
976
|
|
|
|
|
|
|
"61885435", "Murray\ Bridge", |
|
977
|
|
|
|
|
|
|
"61897991", "Beedelup", |
|
978
|
|
|
|
|
|
|
"61740251", "Mutchilba", |
|
979
|
|
|
|
|
|
|
"61742732", "Gordonvale", |
|
980
|
|
|
|
|
|
|
"6135655", "Korumburra", |
|
981
|
|
|
|
|
|
|
"61885927", "Bower", |
|
982
|
|
|
|
|
|
|
"617486807", "Buckland", |
|
983
|
|
|
|
|
|
|
"61886951", "Arno\ Bay", |
|
984
|
|
|
|
|
|
|
"61891179", "Cocos\ Island", |
|
985
|
|
|
|
|
|
|
"61875085", "Strathalbyn", |
|
986
|
|
|
|
|
|
|
"61730530", "Cleveland", |
|
987
|
|
|
|
|
|
|
"618753100", "Bow\ Hill", |
|
988
|
|
|
|
|
|
|
"6126841", "Dubbo", |
|
989
|
|
|
|
|
|
|
"61264667", "Cathcart", |
|
990
|
|
|
|
|
|
|
"617487026", "Glenden", |
|
991
|
|
|
|
|
|
|
"61358363", "Caldwell", |
|
992
|
|
|
|
|
|
|
"618753170", "Mallala", |
|
993
|
|
|
|
|
|
|
"61264660", "Berridale", |
|
994
|
|
|
|
|
|
|
"61730537", "Cleveland", |
|
995
|
|
|
|
|
|
|
"61886319", "Whyalla", |
|
996
|
|
|
|
|
|
|
"618682004", "Congee", |
|
997
|
|
|
|
|
|
|
"6124634", "Campbelltown", |
|
998
|
|
|
|
|
|
|
"617486877", "Turkey\ Beach", |
|
999
|
|
|
|
|
|
|
"6139590", "Clayton", |
|
1000
|
|
|
|
|
|
|
"617476534", "Home\ Hill", |
|
1001
|
|
|
|
|
|
|
"612573427", "Sandy\ Flat", |
|
1002
|
|
|
|
|
|
|
"61259003", "Tumorrama", |
|
1003
|
|
|
|
|
|
|
"618683335", "Bedford\ Harbour", |
|
1004
|
|
|
|
|
|
|
"617442821", "Upper\ Stone", |
|
1005
|
|
|
|
|
|
|
"61898622", "Arthur\ River", |
|
1006
|
|
|
|
|
|
|
"613572483", "Mount\ Buller", |
|
1007
|
|
|
|
|
|
|
"61387714", "Croydon", |
|
1008
|
|
|
|
|
|
|
"61746088", "Kumbarilla", |
|
1009
|
|
|
|
|
|
|
"617480717", "Garnant", |
|
1010
|
|
|
|
|
|
|
"61868161", "Lumeah", |
|
1011
|
|
|
|
|
|
|
"61267168", "Tingha", |
|
1012
|
|
|
|
|
|
|
"61742135", "Innisfail", |
|
1013
|
|
|
|
|
|
|
"61248399", "Bevendale", |
|
1014
|
|
|
|
|
|
|
"61344265", "Talbot", |
|
1015
|
|
|
|
|
|
|
"61746942", "Pittsworth", |
|
1016
|
|
|
|
|
|
|
"612592692", "Coolamon", |
|
1017
|
|
|
|
|
|
|
"61885920", "Sandleton", |
|
1018
|
|
|
|
|
|
|
"618994069", "Mount\ George", |
|
1019
|
|
|
|
|
|
|
"61383722", "Point\ Cook", |
|
1020
|
|
|
|
|
|
|
"617452029", "Guluguba", |
|
1021
|
|
|
|
|
|
|
"61348302", "Shepparton", |
|
1022
|
|
|
|
|
|
|
"618683048", "Gnowangerup", |
|
1023
|
|
|
|
|
|
|
"61897684", "Dardanup", |
|
1024
|
|
|
|
|
|
|
"61353906", "Polkemmet", |
|
1025
|
|
|
|
|
|
|
"61353224", "Ballarat", |
|
1026
|
|
|
|
|
|
|
"61259719", "Tumorrama", |
|
1027
|
|
|
|
|
|
|
"61260115", "Eskdale", |
|
1028
|
|
|
|
|
|
|
"617750307", "Bimbadeen", |
|
1029
|
|
|
|
|
|
|
"61742258", "Thursday\ Island", |
|
1030
|
|
|
|
|
|
|
"61363291", "George\ Town", |
|
1031
|
|
|
|
|
|
|
"61862194", "Fremantle", |
|
1032
|
|
|
|
|
|
|
"61749779", "Gladstone", |
|
1033
|
|
|
|
|
|
|
"61266929", "Thora", |
|
1034
|
|
|
|
|
|
|
"61268093", "Purlewaugh", |
|
1035
|
|
|
|
|
|
|
"61363782", "Moltema", |
|
1036
|
|
|
|
|
|
|
"617486159", "Banana", |
|
1037
|
|
|
|
|
|
|
"61745763", "Condamine", |
|
1038
|
|
|
|
|
|
|
"61348173", "Katandra\ West", |
|
1039
|
|
|
|
|
|
|
"61353739", "Willaura", |
|
1040
|
|
|
|
|
|
|
"61753444", "Wolvi", |
|
1041
|
|
|
|
|
|
|
"61341016", "Mount\ Taylor", |
|
1042
|
|
|
|
|
|
|
"61269895", "Leeton", |
|
1043
|
|
|
|
|
|
|
"61265310", "Broke", |
|
1044
|
|
|
|
|
|
|
"61367194", "Bridport", |
|
1045
|
|
|
|
|
|
|
"612583789", "Curban", |
|
1046
|
|
|
|
|
|
|
"61753022", "Gatton", |
|
1047
|
|
|
|
|
|
|
"612574434", "Ingleba", |
|
1048
|
|
|
|
|
|
|
"6139779", "Croydon", |
|
1049
|
|
|
|
|
|
|
"61351645", "Lakes\ Entrance", |
|
1050
|
|
|
|
|
|
|
"61746485", "Condamine", |
|
1051
|
|
|
|
|
|
|
"61357121", "Taggerty", |
|
1052
|
|
|
|
|
|
|
"618753506", "Pinnaroo", |
|
1053
|
|
|
|
|
|
|
"61238037", "Bungonia", |
|
1054
|
|
|
|
|
|
|
"612583391", "Balladoran", |
|
1055
|
|
|
|
|
|
|
"61260770", "Nariel", |
|
1056
|
|
|
|
|
|
|
"613451200", "Wallacedale", |
|
1057
|
|
|
|
|
|
|
"618862011", "The\ Ranges", |
|
1058
|
|
|
|
|
|
|
"61264004", "Ando", |
|
1059
|
|
|
|
|
|
|
"61743053", "Monto", |
|
1060
|
|
|
|
|
|
|
"61752276", "Woodbine", |
|
1061
|
|
|
|
|
|
|
"613441702", "Elmore", |
|
1062
|
|
|
|
|
|
|
"61356116", "Hill\ End", |
|
1063
|
|
|
|
|
|
|
"61268867", "Ballimore", |
|
1064
|
|
|
|
|
|
|
"61873730", "Salisbury", |
|
1065
|
|
|
|
|
|
|
"61888178", "South\ Hummocks", |
|
1066
|
|
|
|
|
|
|
"61361469", "Bothwell", |
|
1067
|
|
|
|
|
|
|
"61267154", "Willow\ Tree", |
|
1068
|
|
|
|
|
|
|
"61745533", "Condamine", |
|
1069
|
|
|
|
|
|
|
"61353569", "Landsborough", |
|
1070
|
|
|
|
|
|
|
"612532672", "Coolah", |
|
1071
|
|
|
|
|
|
|
"61748291", "Moura", |
|
1072
|
|
|
|
|
|
|
"618865028", "Glendambo", |
|
1073
|
|
|
|
|
|
|
"613470944", "Thoona", |
|
1074
|
|
|
|
|
|
|
"61873827", "Salisbury", |
|
1075
|
|
|
|
|
|
|
"61889036", "Borroloola", |
|
1076
|
|
|
|
|
|
|
"61299330", "Parramatta", |
|
1077
|
|
|
|
|
|
|
"61264930", "Bemboka", |
|
1078
|
|
|
|
|
|
|
"61879208", "Davenport", |
|
1079
|
|
|
|
|
|
|
"612532440", "Kandos", |
|
1080
|
|
|
|
|
|
|
"61890972", "Gibson", |
|
1081
|
|
|
|
|
|
|
"61741098", "Mount\ Perry", |
|
1082
|
|
|
|
|
|
|
"61350842", "Patchewollock", |
|
1083
|
|
|
|
|
|
|
"613553596", "South\ Purrumbete", |
|
1084
|
|
|
|
|
|
|
"612583158", "Cumborah", |
|
1085
|
|
|
|
|
|
|
"61899492", "Exmouth", |
|
1086
|
|
|
|
|
|
|
"61720008", "Redcliffe", |
|
1087
|
|
|
|
|
|
|
"61350549", "Mittyack", |
|
1088
|
|
|
|
|
|
|
"618982430", "Mettler", |
|
1089
|
|
|
|
|
|
|
"61263251", "Bathurst", |
|
1090
|
|
|
|
|
|
|
"6187099", "Adelaide", |
|
1091
|
|
|
|
|
|
|
"612570041", "Pilliga\/Ben\ Lomond\/Pilliga\/Pilliga\/Tamworth\/Pilliga\/Bendemeer", |
|
1092
|
|
|
|
|
|
|
"613553943", "Hawkesdale", |
|
1093
|
|
|
|
|
|
|
"61342062", "Queenscliff", |
|
1094
|
|
|
|
|
|
|
"61749996", "Mackay", |
|
1095
|
|
|
|
|
|
|
"617452599", "Yelarbon", |
|
1096
|
|
|
|
|
|
|
"61887877", "Tilley\ Swamp", |
|
1097
|
|
|
|
|
|
|
"61351726", "Baw\ Baw", |
|
1098
|
|
|
|
|
|
|
"61889913", "Arnhem", |
|
1099
|
|
|
|
|
|
|
"61748840", "Springsure", |
|
1100
|
|
|
|
|
|
|
"617458934", "Talwood", |
|
1101
|
|
|
|
|
|
|
"618996831", "Kalbarri", |
|
1102
|
|
|
|
|
|
|
"61744452", "Townsville", |
|
1103
|
|
|
|
|
|
|
"6124754", "Penrith", |
|
1104
|
|
|
|
|
|
|
"61887519", "Makin", |
|
1105
|
|
|
|
|
|
|
"61267287", "Graman", |
|
1106
|
|
|
|
|
|
|
"61264391", "Eucumbene", |
|
1107
|
|
|
|
|
|
|
"61257066", "Bundarra", |
|
1108
|
|
|
|
|
|
|
"61344134", "Elmore", |
|
1109
|
|
|
|
|
|
|
"61741495", "Murgon", |
|
1110
|
|
|
|
|
|
|
"61754423", "Nambour", |
|
1111
|
|
|
|
|
|
|
"61887812", "Willalooka", |
|
1112
|
|
|
|
|
|
|
"617485849", "Clermont", |
|
1113
|
|
|
|
|
|
|
"613451178", "Heywood", |
|
1114
|
|
|
|
|
|
|
"61268183", "Mungery", |
|
1115
|
|
|
|
|
|
|
"6189766", "Wilga", |
|
1116
|
|
|
|
|
|
|
"61352062", "Cressy", |
|
1117
|
|
|
|
|
|
|
"61358359", "Undera", |
|
1118
|
|
|
|
|
|
|
"61248555", "Bundanoon", |
|
1119
|
|
|
|
|
|
|
"61753712", "Pomona", |
|
1120
|
|
|
|
|
|
|
"61742503", "Gordonvale", |
|
1121
|
|
|
|
|
|
|
"61876124", "Port\ Broughton", |
|
1122
|
|
|
|
|
|
|
"618680039", "Badgebup", |
|
1123
|
|
|
|
|
|
|
"618763681", "Tarcoola", |
|
1124
|
|
|
|
|
|
|
"61885818", "Robertstown", |
|
1125
|
|
|
|
|
|
|
"617452361", "Roma", |
|
1126
|
|
|
|
|
|
|
"61752264", "Maleny", |
|
1127
|
|
|
|
|
|
|
"61878005", "Blyth", |
|
1128
|
|
|
|
|
|
|
"61744423", "Karumba", |
|
1129
|
|
|
|
|
|
|
"61282618", "Sydney", |
|
1130
|
|
|
|
|
|
|
"61741267", "Redridge", |
|
1131
|
|
|
|
|
|
|
"61259029", "Bundure", |
|
1132
|
|
|
|
|
|
|
"6139266", "Sydenham", |
|
1133
|
|
|
|
|
|
|
"61890804", "Leonora", |
|
1134
|
|
|
|
|
|
|
"618854508", "Yankalilla", |
|
1135
|
|
|
|
|
|
|
"61367084", "Scottsdale", |
|
1136
|
|
|
|
|
|
|
"61247066", "Katoomba", |
|
1137
|
|
|
|
|
|
|
"61354134", "Lalbert", |
|
1138
|
|
|
|
|
|
|
"61875281", "Taplan", |
|
1139
|
|
|
|
|
|
|
"618863958", "Sheringa", |
|
1140
|
|
|
|
|
|
|
"618997014", "Yalgoo", |
|
1141
|
|
|
|
|
|
|
"61895786", "Gingin", |
|
1142
|
|
|
|
|
|
|
"613574720", "Tatong", |
|
1143
|
|
|
|
|
|
|
"61256531", "Mullumbimby", |
|
1144
|
|
|
|
|
|
|
"61263113", "Kandos", |
|
1145
|
|
|
|
|
|
|
"61749491", "Dysart", |
|
1146
|
|
|
|
|
|
|
"61351663", "Buchan", |
|
1147
|
|
|
|
|
|
|
"61730941", "Redcliffe", |
|
1148
|
|
|
|
|
|
|
"612574654", "Baan\ Baa", |
|
1149
|
|
|
|
|
|
|
"618864607", "Port\ Pirie", |
|
1150
|
|
|
|
|
|
|
"61740971", "Minnamoolka", |
|
1151
|
|
|
|
|
|
|
"61884865", "Mclaren\ Vale", |
|
1152
|
|
|
|
|
|
|
"61885151", "Paruna", |
|
1153
|
|
|
|
|
|
|
"618996963", "Yallalong", |
|
1154
|
|
|
|
|
|
|
"61255140", "Port\ Macquarie", |
|
1155
|
|
|
|
|
|
|
"61269352", "Carabost", |
|
1156
|
|
|
|
|
|
|
"6189577", "Guilderton", |
|
1157
|
|
|
|
|
|
|
"61269047", "Kyeamba", |
|
1158
|
|
|
|
|
|
|
"613441941", "Wedderburn", |
|
1159
|
|
|
|
|
|
|
"613574170", "Puckapunyal", |
|
1160
|
|
|
|
|
|
|
"61754647", "Harrisville", |
|
1161
|
|
|
|
|
|
|
"61886127", "Leigh\ Creek\ South", |
|
1162
|
|
|
|
|
|
|
"617486568", "Rolleston", |
|
1163
|
|
|
|
|
|
|
"61898781", "Williams", |
|
1164
|
|
|
|
|
|
|
"618967787", "Dale\ River", |
|
1165
|
|
|
|
|
|
|
"618753208", "Wanbi", |
|
1166
|
|
|
|
|
|
|
"61745745", "Toowoomba", |
|
1167
|
|
|
|
|
|
|
"61340549", "Arumpo", |
|
1168
|
|
|
|
|
|
|
"61740055", "Gordonvale", |
|
1169
|
|
|
|
|
|
|
"61888156", "Bute", |
|
1170
|
|
|
|
|
|
|
"61890568", "Neridup", |
|
1171
|
|
|
|
|
|
|
"61746198", "Pittsworth", |
|
1172
|
|
|
|
|
|
|
"61255700", "Smithtown", |
|
1173
|
|
|
|
|
|
|
"61740300", "Cairns", |
|
1174
|
|
|
|
|
|
|
"61752258", "Kenilworth", |
|
1175
|
|
|
|
|
|
|
"61880001", "Broken\ Hill", |
|
1176
|
|
|
|
|
|
|
"6188974", "Katherine", |
|
1177
|
|
|
|
|
|
|
"61341348", "Traralgon", |
|
1178
|
|
|
|
|
|
|
"618661006", "Regans\ Ford", |
|
1179
|
|
|
|
|
|
|
"61343224", "Ballan", |
|
1180
|
|
|
|
|
|
|
"61343739", "Daylesford", |
|
1181
|
|
|
|
|
|
|
"61240363", "Newcastle", |
|
1182
|
|
|
|
|
|
|
"61358173", "Cornalla", |
|
1183
|
|
|
|
|
|
|
"6139293", "Dandenong", |
|
1184
|
|
|
|
|
|
|
"61362040", "Huonville", |
|
1185
|
|
|
|
|
|
|
"617486844", "Hodgson\ Range", |
|
1186
|
|
|
|
|
|
|
"617480469", "Lethebrook", |
|
1187
|
|
|
|
|
|
|
"612583569", "Yeoval", |
|
1188
|
|
|
|
|
|
|
"61269309", "Urana", |
|
1189
|
|
|
|
|
|
|
"618683180", "Magitup", |
|
1190
|
|
|
|
|
|
|
"618964484", "Jurien", |
|
1191
|
|
|
|
|
|
|
"613470699", "Moyhu", |
|
1192
|
|
|
|
|
|
|
"61867040", "Cundinup", |
|
1193
|
|
|
|
|
|
|
"613432153", "Kaniva", |
|
1194
|
|
|
|
|
|
|
"61257331", "Glen\ Innes", |
|
1195
|
|
|
|
|
|
|
"61743022", "Boondooma", |
|
1196
|
|
|
|
|
|
|
"61743444", "Tiaro", |
|
1197
|
|
|
|
|
|
|
"61257074", "Gunyerwarildi", |
|
1198
|
|
|
|
|
|
|
"61745105", "Injune", |
|
1199
|
|
|
|
|
|
|
"61753053", "Kia\ Ora", |
|
1200
|
|
|
|
|
|
|
"613573086", "Longwood", |
|
1201
|
|
|
|
|
|
|
"61742276", "Hopevale", |
|
1202
|
|
|
|
|
|
|
"61747014", "Bambaroo", |
|
1203
|
|
|
|
|
|
|
"6139840", "Melbourne", |
|
1204
|
|
|
|
|
|
|
"618964416", "Badgingarra", |
|
1205
|
|
|
|
|
|
|
"61353401", "Skipton", |
|
1206
|
|
|
|
|
|
|
"61749060", "Gayfield", |
|
1207
|
|
|
|
|
|
|
"61265162", "Port\ Macquarie", |
|
1208
|
|
|
|
|
|
|
"6173631", "Sandgate", |
|
1209
|
|
|
|
|
|
|
"618863571", "Mount\ Hope", |
|
1210
|
|
|
|
|
|
|
"61896941", "Bibby\ Springs", |
|
1211
|
|
|
|
|
|
|
"61898653", "Lake\ Grace", |
|
1212
|
|
|
|
|
|
|
"61745626", "Morven", |
|
1213
|
|
|
|
|
|
|
"613573014", "Devlins\ Bridge", |
|
1214
|
|
|
|
|
|
|
"612574390", "Barraba", |
|
1215
|
|
|
|
|
|
|
"617442570", "Mount\ Isa", |
|
1216
|
|
|
|
|
|
|
"61890554", "Esperance", |
|
1217
|
|
|
|
|
|
|
"61361501", "Gretna", |
|
1218
|
|
|
|
|
|
|
"617442894", "Doomadgee", |
|
1219
|
|
|
|
|
|
|
"61258399", "Boona\ Mountain", |
|
1220
|
|
|
|
|
|
|
"61752135", "Caboolture", |
|
1221
|
|
|
|
|
|
|
"61260069", "Gerogery", |
|
1222
|
|
|
|
|
|
|
"617480290", "Nogoa", |
|
1223
|
|
|
|
|
|
|
"61383753", "Point\ Cook", |
|
1224
|
|
|
|
|
|
|
"61748621", "Gladstone", |
|
1225
|
|
|
|
|
|
|
"61248805", "Wombeyan\ Caves", |
|
1226
|
|
|
|
|
|
|
"61756088", "Southport", |
|
1227
|
|
|
|
|
|
|
"61351933", "Cabbage\ Tree\ Creek", |
|
1228
|
|
|
|
|
|
|
"61896315", "Konnongorring", |
|
1229
|
|
|
|
|
|
|
"61358302", "Cornalla", |
|
1230
|
|
|
|
|
|
|
"612574906", "Boomi", |
|
1231
|
|
|
|
|
|
|
"613432137", "Buninyong", |
|
1232
|
|
|
|
|
|
|
"61741188", "Booyal", |
|
1233
|
|
|
|
|
|
|
"612683726", "Farrendale", |
|
1234
|
|
|
|
|
|
|
"613431954", "Clear\ Lake", |
|
1235
|
|
|
|
|
|
|
"61878042", "Bute", |
|
1236
|
|
|
|
|
|
|
"61264541", "Adaminaby", |
|
1237
|
|
|
|
|
|
|
"61864585", "Perth", |
|
1238
|
|
|
|
|
|
|
"61749893", "Bajool", |
|
1239
|
|
|
|
|
|
|
"61354336", "Goornong", |
|
1240
|
|
|
|
|
|
|
"6188532", "Murray\ Bridge", |
|
1241
|
|
|
|
|
|
|
"61263055", "Blayney", |
|
1242
|
|
|
|
|
|
|
"61259062", "Rannock", |
|
1243
|
|
|
|
|
|
|
"618967808", "Jelkobine", |
|
1244
|
|
|
|
|
|
|
"612583215", "Wellington", |
|
1245
|
|
|
|
|
|
|
"61244126", "Berry", |
|
1246
|
|
|
|
|
|
|
"612574976", "Tingha", |
|
1247
|
|
|
|
|
|
|
"617459964", "Darr\ Creek", |
|
1248
|
|
|
|
|
|
|
"61740113", "Etheridge", |
|
1249
|
|
|
|
|
|
|
"61877311", "Greenways", |
|
1250
|
|
|
|
|
|
|
"613451365", "Cobden", |
|
1251
|
|
|
|
|
|
|
"61876326", "Willowie", |
|
1252
|
|
|
|
|
|
|
"61890252", "Kalgoorlie", |
|
1253
|
|
|
|
|
|
|
"618762606", "Morchard", |
|
1254
|
|
|
|
|
|
|
"61749067", "Koumala", |
|
1255
|
|
|
|
|
|
|
"618753449", "Wunkar", |
|
1256
|
|
|
|
|
|
|
"61748095", "Theodore", |
|
1257
|
|
|
|
|
|
|
"61250173", "Howlong", |
|
1258
|
|
|
|
|
|
|
"61896079", "Jurien", |
|
1259
|
|
|
|
|
|
|
"617750344", "Goombi", |
|
1260
|
|
|
|
|
|
|
"61880196", "Broken\ Hill", |
|
1261
|
|
|
|
|
|
|
"612583250", "Condobolin", |
|
1262
|
|
|
|
|
|
|
"61895439", "Bindoon", |
|
1263
|
|
|
|
|
|
|
"617452639", "Aramac", |
|
1264
|
|
|
|
|
|
|
"61263971", "Molong", |
|
1265
|
|
|
|
|
|
|
"6175479", "Nambour", |
|
1266
|
|
|
|
|
|
|
"612574145", "Moree", |
|
1267
|
|
|
|
|
|
|
"618683586", "Bow\ Bridge", |
|
1268
|
|
|
|
|
|
|
"61284198", "Dural", |
|
1269
|
|
|
|
|
|
|
"6126921", "Wagga\ Wagga", |
|
1270
|
|
|
|
|
|
|
"618996728", "Howatharra", |
|
1271
|
|
|
|
|
|
|
"61240595", "Laguna", |
|
1272
|
|
|
|
|
|
|
"61350399", "Ultima", |
|
1273
|
|
|
|
|
|
|
"61890828", "Kalgoorlie", |
|
1274
|
|
|
|
|
|
|
"61867047", "Jangardup", |
|
1275
|
|
|
|
|
|
|
"61263458", "Merriganowry", |
|
1276
|
|
|
|
|
|
|
"61267378", "Drake", |
|
1277
|
|
|
|
|
|
|
"61382032", "Croydon", |
|
1278
|
|
|
|
|
|
|
"61868034", "Walpole", |
|
1279
|
|
|
|
|
|
|
"61745702", "Chinchilla", |
|
1280
|
|
|
|
|
|
|
"61879401", "Rodinga", |
|
1281
|
|
|
|
|
|
|
"61897496", "Balingup", |
|
1282
|
|
|
|
|
|
|
"618683514", "Katanning", |
|
1283
|
|
|
|
|
|
|
"613553636", "Chetwynd", |
|
1284
|
|
|
|
|
|
|
"618854951", "Kapunda", |
|
1285
|
|
|
|
|
|
|
"61876108", "Port\ Augusta", |
|
1286
|
|
|
|
|
|
|
"61748498", "Bajool", |
|
1287
|
|
|
|
|
|
|
"61353553", "Ararat", |
|
1288
|
|
|
|
|
|
|
"618661076", "Trayning", |
|
1289
|
|
|
|
|
|
|
"617442945", "Croydon", |
|
1290
|
|
|
|
|
|
|
"61740307", "Cairns", |
|
1291
|
|
|
|
|
|
|
"61255707", "Baerami", |
|
1292
|
|
|
|
|
|
|
"61362047", "Little\ Swanport", |
|
1293
|
|
|
|
|
|
|
"61264718", "Bendoc", |
|
1294
|
|
|
|
|
|
|
"61387405", "Sunbury", |
|
1295
|
|
|
|
|
|
|
"617476350", "Richmond", |
|
1296
|
|
|
|
|
|
|
"61887032", "Kalangadoo", |
|
1297
|
|
|
|
|
|
|
"613441918", "Logan", |
|
1298
|
|
|
|
|
|
|
"61734006", "Dunwich", |
|
1299
|
|
|
|
|
|
|
"6128710", "Bankstown", |
|
1300
|
|
|
|
|
|
|
"61754640", "Harrisville", |
|
1301
|
|
|
|
|
|
|
"61886120", "Kyancutta", |
|
1302
|
|
|
|
|
|
|
"6128405", "Sydney", |
|
1303
|
|
|
|
|
|
|
"61745142", "Elbow\ Valley", |
|
1304
|
|
|
|
|
|
|
"61341602", "Seaspray", |
|
1305
|
|
|
|
|
|
|
"61269040", "Henty", |
|
1306
|
|
|
|
|
|
|
"618864081", "Kyancutta", |
|
1307
|
|
|
|
|
|
|
"61356473", "Tidal\ River", |
|
1308
|
|
|
|
|
|
|
"61743069", "Redridge", |
|
1309
|
|
|
|
|
|
|
"612532833", "Greenethorpe", |
|
1310
|
|
|
|
|
|
|
"61355033", "Cavendish", |
|
1311
|
|
|
|
|
|
|
"61261493", "Cavan", |
|
1312
|
|
|
|
|
|
|
"61898594", "Nyabing", |
|
1313
|
|
|
|
|
|
|
"618996736", "Mendel", |
|
1314
|
|
|
|
|
|
|
"612574842", "Yarrie\ Lake", |
|
1315
|
|
|
|
|
|
|
"61344061", "Avoca", |
|
1316
|
|
|
|
|
|
|
"618683646", "Newdegate\ North", |
|
1317
|
|
|
|
|
|
|
"618867743", "Morchard", |
|
1318
|
|
|
|
|
|
|
"618763518", "Wirrulla", |
|
1319
|
|
|
|
|
|
|
"612532729", "Canowindra", |
|
1320
|
|
|
|
|
|
|
"61745759", "Brymaroo", |
|
1321
|
|
|
|
|
|
|
"6128774", "Bankstown", |
|
1322
|
|
|
|
|
|
|
"61340555", "Culgoa", |
|
1323
|
|
|
|
|
|
|
"61740049", "Atherton", |
|
1324
|
|
|
|
|
|
|
"61891322", "Cocos\ Island", |
|
1325
|
|
|
|
|
|
|
"61266578", "Tyringham", |
|
1326
|
|
|
|
|
|
|
"61879694", "Alice\ Springs", |
|
1327
|
|
|
|
|
|
|
"61253236", "Neville", |
|
1328
|
|
|
|
|
|
|
"61363498", "Mathinna", |
|
1329
|
|
|
|
|
|
|
"61742451", "Daintree", |
|
1330
|
|
|
|
|
|
|
"61875195", "Peebinga", |
|
1331
|
|
|
|
|
|
|
"61351598", "Omeo", |
|
1332
|
|
|
|
|
|
|
"618965662", "Dalwallinu", |
|
1333
|
|
|
|
|
|
|
"61255147", "Forster", |
|
1334
|
|
|
|
|
|
|
"617480620", "Wagoora", |
|
1335
|
|
|
|
|
|
|
"61260022", "Cudgewa", |
|
1336
|
|
|
|
|
|
|
"61248842", "Paddys\ River", |
|
1337
|
|
|
|
|
|
|
"6173322", "Brisbane", |
|
1338
|
|
|
|
|
|
|
"61342003", "Cressy", |
|
1339
|
|
|
|
|
|
|
"61260444", "Corowa", |
|
1340
|
|
|
|
|
|
|
"61749628", "Marlborough", |
|
1341
|
|
|
|
|
|
|
"61753770", "Nambour", |
|
1342
|
|
|
|
|
|
|
"612593743", "Warrawidgee", |
|
1343
|
|
|
|
|
|
|
"61890209", "Kambalda", |
|
1344
|
|
|
|
|
|
|
"618854578", "Waikerie", |
|
1345
|
|
|
|
|
|
|
"612532857", "Murringo", |
|
1346
|
|
|
|
|
|
|
"61357388", "Kinglake", |
|
1347
|
|
|
|
|
|
|
"61358345", "Lalalty", |
|
1348
|
|
|
|
|
|
|
"61248549", "Wombeyan\ Caves", |
|
1349
|
|
|
|
|
|
|
"61741260", "Booyal", |
|
1350
|
|
|
|
|
|
|
"61263464", "Birriwa", |
|
1351
|
|
|
|
|
|
|
"613470907", "Beechworth", |
|
1352
|
|
|
|
|
|
|
"61358911", "Shepparton", |
|
1353
|
|
|
|
|
|
|
"61265129", "Castle\ Rock", |
|
1354
|
|
|
|
|
|
|
"61753115", "Rosevale", |
|
1355
|
|
|
|
|
|
|
"61343208", "Goroke\/Halls\ Gap\/Horsham\/Jeparit\/Kalkee\/Kaniva\/Laharum\/Lake\ Bolac\/Landsborough\/Learmonth", |
|
1356
|
|
|
|
|
|
|
"617441392", "Cloncurry", |
|
1357
|
|
|
|
|
|
|
"61363095", "Westbury", |
|
1358
|
|
|
|
|
|
|
"6124659", "Camden", |
|
1359
|
|
|
|
|
|
|
"61357685", "Euroa", |
|
1360
|
|
|
|
|
|
|
"617442979", "Townsville", |
|
1361
|
|
|
|
|
|
|
"613532413", "Polkemmet", |
|
1362
|
|
|
|
|
|
|
"61355402", "Casterton", |
|
1363
|
|
|
|
|
|
|
"61351611", "Orbost", |
|
1364
|
|
|
|
|
|
|
"61263161", "Milvale", |
|
1365
|
|
|
|
|
|
|
"61351082", "Heyfield", |
|
1366
|
|
|
|
|
|
|
"61361039", "Ouse", |
|
1367
|
|
|
|
|
|
|
"61255499", "Kempsey", |
|
1368
|
|
|
|
|
|
|
"618683121", "Woogenilup", |
|
1369
|
|
|
|
|
|
|
"61891794", "Whaleback", |
|
1370
|
|
|
|
|
|
|
"612593732", "Tullibigeal", |
|
1371
|
|
|
|
|
|
|
"61889747", "Pine\ Creek", |
|
1372
|
|
|
|
|
|
|
"61238106", "Taralga", |
|
1373
|
|
|
|
|
|
|
"61897425", "Beedelup", |
|
1374
|
|
|
|
|
|
|
"617750330", "Cunningham", |
|
1375
|
|
|
|
|
|
|
"61260141", "Barnawartha", |
|
1376
|
|
|
|
|
|
|
"618993938", "Balla", |
|
1377
|
|
|
|
|
|
|
"61240526", "Bulahdelah", |
|
1378
|
|
|
|
|
|
|
"61897937", "Darkan", |
|
1379
|
|
|
|
|
|
|
"61358798", "Katamatite", |
|
1380
|
|
|
|
|
|
|
"618600198", "Bullfinch", |
|
1381
|
|
|
|
|
|
|
"61364478", "Yambacoona", |
|
1382
|
|
|
|
|
|
|
"61898944", "Porongurup", |
|
1383
|
|
|
|
|
|
|
"61265910", "Pacific\ Palms", |
|
1384
|
|
|
|
|
|
|
"61742287", "Walsh\ River", |
|
1385
|
|
|
|
|
|
|
"61267264", "Nullamanna", |
|
1386
|
|
|
|
|
|
|
"618683771", "Quindanning", |
|
1387
|
|
|
|
|
|
|
"61895053", "Pinjarra", |
|
1388
|
|
|
|
|
|
|
"61880125", "Pimpara", |
|
1389
|
|
|
|
|
|
|
"61364951", "Queenstown", |
|
1390
|
|
|
|
|
|
|
"612532842", "Laheys\ Creek", |
|
1391
|
|
|
|
|
|
|
"61880832", "Menindee", |
|
1392
|
|
|
|
|
|
|
"618753475", "Gurrai", |
|
1393
|
|
|
|
|
|
|
"612574833", "Walcha", |
|
1394
|
|
|
|
|
|
|
"61256347", "Grafton", |
|
1395
|
|
|
|
|
|
|
"61353128", "Beaufort", |
|
1396
|
|
|
|
|
|
|
"61746057", "Dalby", |
|
1397
|
|
|
|
|
|
|
"618867732", "Herbert", |
|
1398
|
|
|
|
|
|
|
"61742154", "Innisfail", |
|
1399
|
|
|
|
|
|
|
"612574179", "Wenna", |
|
1400
|
|
|
|
|
|
|
"61740219", "Lakeland", |
|
1401
|
|
|
|
|
|
|
"61745021", "Morven", |
|
1402
|
|
|
|
|
|
|
"61244195", "Nowra", |
|
1403
|
|
|
|
|
|
|
"61345114", "Terang", |
|
1404
|
|
|
|
|
|
|
"617750421", "Yuleba", |
|
1405
|
|
|
|
|
|
|
"61251123", "Captains\ Flat", |
|
1406
|
|
|
|
|
|
|
"61256052", "Lismore", |
|
1407
|
|
|
|
|
|
|
"6128769", "Liverpool", |
|
1408
|
|
|
|
|
|
|
"61364075", "Burnie", |
|
1409
|
|
|
|
|
|
|
"61257436", "Gunnedah", |
|
1410
|
|
|
|
|
|
|
"61367298", "Campbell\ Town", |
|
1411
|
|
|
|
|
|
|
"61246023", "Picton", |
|
1412
|
|
|
|
|
|
|
"61248999", "Goulburn", |
|
1413
|
|
|
|
|
|
|
"61897028", "Capel", |
|
1414
|
|
|
|
|
|
|
"6138589", "Melbourne", |
|
1415
|
|
|
|
|
|
|
"61269574", "Winchendon\ Vale", |
|
1416
|
|
|
|
|
|
|
"612574729", "Spring\ Plains", |
|
1417
|
|
|
|
|
|
|
"618967768", "Beverley\ West", |
|
1418
|
|
|
|
|
|
|
"61341333", "Lindenow", |
|
1419
|
|
|
|
|
|
|
"618866967", "Gladstone", |
|
1420
|
|
|
|
|
|
|
"61851156", "Leopold", |
|
1421
|
|
|
|
|
|
|
"61347005", "Seymour", |
|
1422
|
|
|
|
|
|
|
"617486587", "Zamia\ Creek", |
|
1423
|
|
|
|
|
|
|
"61359046", "Mornington", |
|
1424
|
|
|
|
|
|
|
"617451699", "Brymaroo", |
|
1425
|
|
|
|
|
|
|
"617486201", "Gladstone", |
|
1426
|
|
|
|
|
|
|
"61747542", "Greenvale", |
|
1427
|
|
|
|
|
|
|
"61344155", "Tennyson", |
|
1428
|
|
|
|
|
|
|
"613553510", "Cobden", |
|
1429
|
|
|
|
|
|
|
"61356092", "Hill\ End", |
|
1430
|
|
|
|
|
|
|
"6124445", "Nowra", |
|
1431
|
|
|
|
|
|
|
"61735556", "Brisbane", |
|
1432
|
|
|
|
|
|
|
"61867217", "Boyup\ Brook", |
|
1433
|
|
|
|
|
|
|
"61875308", "Berri", |
|
1434
|
|
|
|
|
|
|
"61363026", "Emita", |
|
1435
|
|
|
|
|
|
|
"61354833", "Gisborne", |
|
1436
|
|
|
|
|
|
|
"61868251", "Karlgarin", |
|
1437
|
|
|
|
|
|
|
"61748230", "Moranbah", |
|
1438
|
|
|
|
|
|
|
"61890103", "Kellerberrin", |
|
1439
|
|
|
|
|
|
|
"61256009", "Coutts\ Crossing", |
|
1440
|
|
|
|
|
|
|
"61341192", "Orbost", |
|
1441
|
|
|
|
|
|
|
"6128585", "Sydney", |
|
1442
|
|
|
|
|
|
|
"61747849", "Millaroo", |
|
1443
|
|
|
|
|
|
|
"61267258", "Frazers\ Creek", |
|
1444
|
|
|
|
|
|
|
"61261072", "Rye\ Park", |
|
1445
|
|
|
|
|
|
|
"61888510", "Curramulka", |
|
1446
|
|
|
|
|
|
|
"618985491", "Tambellup", |
|
1447
|
|
|
|
|
|
|
"617480007", "Banana", |
|
1448
|
|
|
|
|
|
|
"61265223", "Howes\ Valley", |
|
1449
|
|
|
|
|
|
|
"612592683", "Boree\ Creek", |
|
1450
|
|
|
|
|
|
|
"618763620", "Coffin\ Bay", |
|
1451
|
|
|
|
|
|
|
"61264991", "Bega", |
|
1452
|
|
|
|
|
|
|
"61268884", "Dandaloo", |
|
1453
|
|
|
|
|
|
|
"6124371", "Mangrove\ Mountain", |
|
1454
|
|
|
|
|
|
|
"613572492", "Taggerty", |
|
1455
|
|
|
|
|
|
|
"617487116", "Dingo", |
|
1456
|
|
|
|
|
|
|
"61879104", "Carpentaria", |
|
1457
|
|
|
|
|
|
|
"618985163", "Muradup", |
|
1458
|
|
|
|
|
|
|
"612532976", "Meadow\ Flat", |
|
1459
|
|
|
|
|
|
|
"613542364", "Beazleys\ Bridge", |
|
1460
|
|
|
|
|
|
|
"61875126", "Mount\ Pleasant", |
|
1461
|
|
|
|
|
|
|
"61889107", "Yulara", |
|
1462
|
|
|
|
|
|
|
"617480518", "Finch\ Hatton", |
|
1463
|
|
|
|
|
|
|
"613442239", "Redesdale", |
|
1464
|
|
|
|
|
|
|
"61878212", "Hallett", |
|
1465
|
|
|
|
|
|
|
"612583418", "Coonabarabran", |
|
1466
|
|
|
|
|
|
|
"613531972", "Horsham", |
|
1467
|
|
|
|
|
|
|
"61269923", "Maude", |
|
1468
|
|
|
|
|
|
|
"61890317", "Ardath", |
|
1469
|
|
|
|
|
|
|
"61746773", "Billa\ Billa", |
|
1470
|
|
|
|
|
|
|
"618682052", "Dumbleyung", |
|
1471
|
|
|
|
|
|
|
"613545934", "Lalbert", |
|
1472
|
|
|
|
|
|
|
"618903524", "Laverton", |
|
1473
|
|
|
|
|
|
|
"61359584", "Mornington", |
|
1474
|
|
|
|
|
|
|
"61263814", "Young", |
|
1475
|
|
|
|
|
|
|
"612570128", "Croppa\ Creek", |
|
1476
|
|
|
|
|
|
|
"61878121", "Port\ Victoria", |
|
1477
|
|
|
|
|
|
|
"613431718", "Landsborough", |
|
1478
|
|
|
|
|
|
|
"6124878", "Bowral", |
|
1479
|
|
|
|
|
|
|
"61267822", "Barraba", |
|
1480
|
|
|
|
|
|
|
"618636", "Perth", |
|
1481
|
|
|
|
|
|
|
"61890372", "Leonora", |
|
1482
|
|
|
|
|
|
|
"613574781", "Yarrawonga", |
|
1483
|
|
|
|
|
|
|
"61887403", "Colebatch", |
|
1484
|
|
|
|
|
|
|
"61260701", "Koetong", |
|
1485
|
|
|
|
|
|
|
"61355459", "Darlington", |
|
1486
|
|
|
|
|
|
|
"61264330", "Eucumbene", |
|
1487
|
|
|
|
|
|
|
"612530248", "Young", |
|
1488
|
|
|
|
|
|
|
"61267135", "Wellingrove", |
|
1489
|
|
|
|
|
|
|
"61742168", "Gordonvale", |
|
1490
|
|
|
|
|
|
|
"61358633", "Tocumwal", |
|
1491
|
|
|
|
|
|
|
"6139912", "Melbourne", |
|
1492
|
|
|
|
|
|
|
"61899614", "Tenindewa", |
|
1493
|
|
|
|
|
|
|
"61897004", "Balingup", |
|
1494
|
|
|
|
|
|
|
"61741921", "Childers", |
|
1495
|
|
|
|
|
|
|
"61263219", "Quandialla", |
|
1496
|
|
|
|
|
|
|
"61264337", "Eucumbene", |
|
1497
|
|
|
|
|
|
|
"61350534", "Woomelang", |
|
1498
|
|
|
|
|
|
|
"61359282", "Healesville", |
|
1499
|
|
|
|
|
|
|
"61885468", "Windsor", |
|
1500
|
|
|
|
|
|
|
"61895115", "Gidgegannup", |
|
1501
|
|
|
|
|
|
|
"61775120", "Tara", |
|
1502
|
|
|
|
|
|
|
"613470856", "Yarrawonga", |
|
1503
|
|
|
|
|
|
|
"61357201", "Wangaratta", |
|
1504
|
|
|
|
|
|
|
"613531902", "Beulah", |
|
1505
|
|
|
|
|
|
|
"613451322", "Dunkeld", |
|
1506
|
|
|
|
|
|
|
"61889100", "Tiwi", |
|
1507
|
|
|
|
|
|
|
"613546302", "Moonambel", |
|
1508
|
|
|
|
|
|
|
"61353104", "Moyston", |
|
1509
|
|
|
|
|
|
|
"612594417", "Leeton", |
|
1510
|
|
|
|
|
|
|
"61355445", "Nirranda", |
|
1511
|
|
|
|
|
|
|
"612532906", "Leadville", |
|
1512
|
|
|
|
|
|
|
"612685546", "Bedgerebong", |
|
1513
|
|
|
|
|
|
|
"61744389", "Yabulu", |
|
1514
|
|
|
|
|
|
|
"61890310", "Laverton", |
|
1515
|
|
|
|
|
|
|
"618982477", "Rocky\ Gully", |
|
1516
|
|
|
|
|
|
|
"61264684", "Tathra", |
|
1517
|
|
|
|
|
|
|
"61743141", "Tiaro", |
|
1518
|
|
|
|
|
|
|
"61268289", "Boorooma", |
|
1519
|
|
|
|
|
|
|
"617750051", "Winton", |
|
1520
|
|
|
|
|
|
|
"61258232", "Teridgerie", |
|
1521
|
|
|
|
|
|
|
"61747855", "Collinsville", |
|
1522
|
|
|
|
|
|
|
"61885065", "Halidon", |
|
1523
|
|
|
|
|
|
|
"6188969", "Elliott", |
|
1524
|
|
|
|
|
|
|
"61888517", "Snowtown", |
|
1525
|
|
|
|
|
|
|
"618601056", "Bodallin\ North", |
|
1526
|
|
|
|
|
|
|
"61347042", "Tungamah", |
|
1527
|
|
|
|
|
|
|
"61344149", "Pyramid\ Hill", |
|
1528
|
|
|
|
|
|
|
"613531661", "Glenorchy", |
|
1529
|
|
|
|
|
|
|
"61896591", "Dowerin", |
|
1530
|
|
|
|
|
|
|
"61740161", "Innisfail", |
|
1531
|
|
|
|
|
|
|
"61351246", "Ensay", |
|
1532
|
|
|
|
|
|
|
"61888572", "Ardrossan", |
|
1533
|
|
|
|
|
|
|
"61867210", "Tonebridge", |
|
1534
|
|
|
|
|
|
|
"61362574", "Orford", |
|
1535
|
|
|
|
|
|
|
"61877363", "Marcollat", |
|
1536
|
|
|
|
|
|
|
"617485875", "Miclere", |
|
1537
|
|
|
|
|
|
|
"61742356", "Kowanyama", |
|
1538
|
|
|
|
|
|
|
"6135795", "Euroa", |
|
1539
|
|
|
|
|
|
|
"61746608", "Dalby", |
|
1540
|
|
|
|
|
|
|
"61888879", "Pine\ Point", |
|
1541
|
|
|
|
|
|
|
"61748237", "Dingo", |
|
1542
|
|
|
|
|
|
|
"613553495", "Hamilton", |
|
1543
|
|
|
|
|
|
|
"617452119", "Kupunn", |
|
1544
|
|
|
|
|
|
|
"6124256", "Kiama", |
|
1545
|
|
|
|
|
|
|
"618869004", "Iron\ Baron", |
|
1546
|
|
|
|
|
|
|
"61355048", "Coojar", |
|
1547
|
|
|
|
|
|
|
"613549602", "Bridgewater", |
|
1548
|
|
|
|
|
|
|
"61269272", "Coolamon", |
|
1549
|
|
|
|
|
|
|
"617486830", "Dingo", |
|
1550
|
|
|
|
|
|
|
"612530088", "Frogmore", |
|
1551
|
|
|
|
|
|
|
"612685686", "Goodooga", |
|
1552
|
|
|
|
|
|
|
"618753137", "Langhorne\ Creek", |
|
1553
|
|
|
|
|
|
|
"61275015", "Sutherland", |
|
1554
|
|
|
|
|
|
|
"61879306", "Daly", |
|
1555
|
|
|
|
|
|
|
"61238091", "Bundanoon", |
|
1556
|
|
|
|
|
|
|
"61745398", "Liston", |
|
1557
|
|
|
|
|
|
|
"61244792", "Moruya", |
|
1558
|
|
|
|
|
|
|
"61244281", "Huskisson", |
|
1559
|
|
|
|
|
|
|
"61887983", "Port\ Macdonnell", |
|
1560
|
|
|
|
|
|
|
"61358963", "Tatura", |
|
1561
|
|
|
|
|
|
|
"61749194", "Wagoora", |
|
1562
|
|
|
|
|
|
|
"618753405", "Lowbank", |
|
1563
|
|
|
|
|
|
|
"61354674", "Gisborne", |
|
1564
|
|
|
|
|
|
|
"6124273", "Wollongong", |
|
1565
|
|
|
|
|
|
|
"61887801", "Cannawigara", |
|
1566
|
|
|
|
|
|
|
"612574109", "Collarenebri", |
|
1567
|
|
|
|
|
|
|
"613431197", "Scarsdale", |
|
1568
|
|
|
|
|
|
|
"61256340", "Grafton", |
|
1569
|
|
|
|
|
|
|
"61866031", "Dalwallinu", |
|
1570
|
|
|
|
|
|
|
"61886351", "Port\ Broughton", |
|
1571
|
|
|
|
|
|
|
"618965625", "Burakin", |
|
1572
|
|
|
|
|
|
|
"61746050", "Coondarra", |
|
1573
|
|
|
|
|
|
|
"61745695", "Wallumbilla", |
|
1574
|
|
|
|
|
|
|
"61753439", "Caloundra", |
|
1575
|
|
|
|
|
|
|
"61898339", "Jingalup", |
|
1576
|
|
|
|
|
|
|
"61362923", "Nubeena", |
|
1577
|
|
|
|
|
|
|
"61879128", "Darwin", |
|
1578
|
|
|
|
|
|
|
"618753153", "Copeville", |
|
1579
|
|
|
|
|
|
|
"618683701", "Bremer\ Bay", |
|
1580
|
|
|
|
|
|
|
"612583441", "Boorooma", |
|
1581
|
|
|
|
|
|
|
"61267869", "Garah", |
|
1582
|
|
|
|
|
|
|
"61742280", "Walsh\ River", |
|
1583
|
|
|
|
|
|
|
"61265917", "Forster", |
|
1584
|
|
|
|
|
|
|
"61344013", "Boort", |
|
1585
|
|
|
|
|
|
|
"618859993", "Wynarka", |
|
1586
|
|
|
|
|
|
|
"61897930", "Myalup", |
|
1587
|
|
|
|
|
|
|
"61267956", "Yarrie\ Lake", |
|
1588
|
|
|
|
|
|
|
"6188842", "Clare", |
|
1589
|
|
|
|
|
|
|
"61730591", "Beenleigh", |
|
1590
|
|
|
|
|
|
|
"61891581", "Port\ Hedland", |
|
1591
|
|
|
|
|
|
|
"617442909", "Kalkadoon", |
|
1592
|
|
|
|
|
|
|
"618903631", "Speddingup\ East", |
|
1593
|
|
|
|
|
|
|
"613431741", "Telopea\ Downs", |
|
1594
|
|
|
|
|
|
|
"61875324", "Lameroo", |
|
1595
|
|
|
|
|
|
|
"618763469", "Kimba", |
|
1596
|
|
|
|
|
|
|
"61265972", "Stuarts\ Point", |
|
1597
|
|
|
|
|
|
|
"618967046", "Kalannie\ East", |
|
1598
|
|
|
|
|
|
|
"61353744", "Maroona", |
|
1599
|
|
|
|
|
|
|
"61754264", "Coominya", |
|
1600
|
|
|
|
|
|
|
"617486898", "Broadsound", |
|
1601
|
|
|
|
|
|
|
"61246234", "Picton", |
|
1602
|
|
|
|
|
|
|
"61341137", "Sale", |
|
1603
|
|
|
|
|
|
|
"61266961", "Whiporie", |
|
1604
|
|
|
|
|
|
|
"61878259", "Thistle", |
|
1605
|
|
|
|
|
|
|
"61895142", "Byford", |
|
1606
|
|
|
|
|
|
|
"61740693", "Thursday\ Island", |
|
1607
|
|
|
|
|
|
|
"61355477", "Timboon", |
|
1608
|
|
|
|
|
|
|
"61356037", "Tidal\ River", |
|
1609
|
|
|
|
|
|
|
"61888189", "Kadina", |
|
1610
|
|
|
|
|
|
|
"61352134", "Torquay", |
|
1611
|
|
|
|
|
|
|
"612593833", "Warrawidgee", |
|
1612
|
|
|
|
|
|
|
"61238116", "Crookwell", |
|
1613
|
|
|
|
|
|
|
"61256143", "Urbenville", |
|
1614
|
|
|
|
|
|
|
"61741322", "Gin\ Gin", |
|
1615
|
|
|
|
|
|
|
"61890049", "South\ Kumminin", |
|
1616
|
|
|
|
|
|
|
"61357169", "Pyalong", |
|
1617
|
|
|
|
|
|
|
"61340068", "Tempy", |
|
1618
|
|
|
|
|
|
|
"618903485", "Goldfields", |
|
1619
|
|
|
|
|
|
|
"618683021", "Amelup", |
|
1620
|
|
|
|
|
|
|
"61342243", "Lara", |
|
1621
|
|
|
|
|
|
|
"61351601", "Morwell", |
|
1622
|
|
|
|
|
|
|
"61258290", "Narromine", |
|
1623
|
|
|
|
|
|
|
"61263554", "Portland", |
|
1624
|
|
|
|
|
|
|
"612593729", "Temora", |
|
1625
|
|
|
|
|
|
|
"61355412", "Pomborneit", |
|
1626
|
|
|
|
|
|
|
"61899628", "Pindar\ South", |
|
1627
|
|
|
|
|
|
|
"61356484", "Hill\ End", |
|
1628
|
|
|
|
|
|
|
"61261349", "Bungendore", |
|
1629
|
|
|
|
|
|
|
"61357646", "St\ James", |
|
1630
|
|
|
|
|
|
|
"61887366", "Short", |
|
1631
|
|
|
|
|
|
|
"6124314", "Gosford", |
|
1632
|
|
|
|
|
|
|
"61263738", "Windeyer", |
|
1633
|
|
|
|
|
|
|
"61891260", "Tom\ Price", |
|
1634
|
|
|
|
|
|
|
"612574732", "Tenterden", |
|
1635
|
|
|
|
|
|
|
"61345104", "Dunkeld", |
|
1636
|
|
|
|
|
|
|
"61741644", "Kumbia", |
|
1637
|
|
|
|
|
|
|
"61740209", "Euramo", |
|
1638
|
|
|
|
|
|
|
"618996846", "Northampton", |
|
1639
|
|
|
|
|
|
|
"6128909", "Avalon\ Beach", |
|
1640
|
|
|
|
|
|
|
"612532467", "Running\ Stream", |
|
1641
|
|
|
|
|
|
|
"618864096", "Lock", |
|
1642
|
|
|
|
|
|
|
"61899325", "Dongara", |
|
1643
|
|
|
|
|
|
|
"61380151", "Werribee", |
|
1644
|
|
|
|
|
|
|
"61240094", "Cessnock", |
|
1645
|
|
|
|
|
|
|
"618903806", "Burracoppin\ South", |
|
1646
|
|
|
|
|
|
|
"61358386", "Kialla\ East", |
|
1647
|
|
|
|
|
|
|
"613441815", "Maryborough", |
|
1648
|
|
|
|
|
|
|
"61340465", "Berriwillock", |
|
1649
|
|
|
|
|
|
|
"61868129", "Bow\ Bridge", |
|
1650
|
|
|
|
|
|
|
"61886736", "Woomera", |
|
1651
|
|
|
|
|
|
|
"61743225", "Redridge", |
|
1652
|
|
|
|
|
|
|
"617442848", "Gumlu", |
|
1653
|
|
|
|
|
|
|
"61350297", "Arumpo", |
|
1654
|
|
|
|
|
|
|
"6124016", "Newcastle", |
|
1655
|
|
|
|
|
|
|
"61269200", "The\ Rock", |
|
1656
|
|
|
|
|
|
|
"612594301", "Rannock", |
|
1657
|
|
|
|
|
|
|
"61888850", "Moonta", |
|
1658
|
|
|
|
|
|
|
"61267790", "Guyra", |
|
1659
|
|
|
|
|
|
|
"61265487", "Idaville", |
|
1660
|
|
|
|
|
|
|
"61879114", "Simpson", |
|
1661
|
|
|
|
|
|
|
"61340054", "Palinyewah", |
|
1662
|
|
|
|
|
|
|
"617442564", "Karumba", |
|
1663
|
|
|
|
|
|
|
"617487016", "Duaringa", |
|
1664
|
|
|
|
|
|
|
"617459900", "Talwood", |
|
1665
|
|
|
|
|
|
|
"61886952", "Bayley\ Plains", |
|
1666
|
|
|
|
|
|
|
"617480107", "Pegunny", |
|
1667
|
|
|
|
|
|
|
"6186398", "Herne\ Hill", |
|
1668
|
|
|
|
|
|
|
"61350443", "Box\ Creek", |
|
1669
|
|
|
|
|
|
|
"617441951", "Gununa", |
|
1670
|
|
|
|
|
|
|
"61888500", "Yorketown", |
|
1671
|
|
|
|
|
|
|
"617473901", "Gunpowder", |
|
1672
|
|
|
|
|
|
|
"61897992", "Boyup\ Brook", |
|
1673
|
|
|
|
|
|
|
"61361563", "Geeveston", |
|
1674
|
|
|
|
|
|
|
"612694630", "Yaven\ Creek", |
|
1675
|
|
|
|
|
|
|
"61899067", "Latham", |
|
1676
|
|
|
|
|
|
|
"61754258", "Lowood", |
|
1677
|
|
|
|
|
|
|
"61740252", "Peninsula", |
|
1678
|
|
|
|
|
|
|
"61742731", "Georgetown", |
|
1679
|
|
|
|
|
|
|
"61890113", "Leinster", |
|
1680
|
|
|
|
|
|
|
"61256019", "Ballina", |
|
1681
|
|
|
|
|
|
|
"61867207", "Nannup", |
|
1682
|
|
|
|
|
|
|
"6188114", "Adelaide", |
|
1683
|
|
|
|
|
|
|
"61898095", "Gnowangerup", |
|
1684
|
|
|
|
|
|
|
"61746079", "Injune", |
|
1685
|
|
|
|
|
|
|
"61364040", "Wynyard", |
|
1686
|
|
|
|
|
|
|
"61260548", "Tallangatta", |
|
1687
|
|
|
|
|
|
|
"612583535", "Mount\ Herring", |
|
1688
|
|
|
|
|
|
|
"61745439", "Ravensbourne", |
|
1689
|
|
|
|
|
|
|
"61886566", "Wilmington", |
|
1690
|
|
|
|
|
|
|
"6126764", "Tamworth", |
|
1691
|
|
|
|
|
|
|
"618753423", "Peake", |
|
1692
|
|
|
|
|
|
|
"61340627", "Waitchie", |
|
1693
|
|
|
|
|
|
|
"61887413", "Coonawarra", |
|
1694
|
|
|
|
|
|
|
"61740828", "Chillagoe", |
|
1695
|
|
|
|
|
|
|
"613574627", "Yea", |
|
1696
|
|
|
|
|
|
|
"61265034", "Comboyne", |
|
1697
|
|
|
|
|
|
|
"61265371", "Gloucester", |
|
1698
|
|
|
|
|
|
|
"618683591", "Chittinup", |
|
1699
|
|
|
|
|
|
|
"61889172", "Ranken\ River", |
|
1700
|
|
|
|
|
|
|
"61361421", "Gretna", |
|
1701
|
|
|
|
|
|
|
"61263804", "Frogmore", |
|
1702
|
|
|
|
|
|
|
"618965603", "Ballidu", |
|
1703
|
|
|
|
|
|
|
"618996972", "Carnamah\ West", |
|
1704
|
|
|
|
|
|
|
"618682152", "Kondinin", |
|
1705
|
|
|
|
|
|
|
"61890307", "Dulyalbin", |
|
1706
|
|
|
|
|
|
|
"618850996", "Taplan", |
|
1707
|
|
|
|
|
|
|
"613442222", "Laen", |
|
1708
|
|
|
|
|
|
|
"61244730", "Batemans\ Bay", |
|
1709
|
|
|
|
|
|
|
"618660980", "Dalwallinu", |
|
1710
|
|
|
|
|
|
|
"61898498", "Muradup", |
|
1711
|
|
|
|
|
|
|
"618983682", "Jerramungup", |
|
1712
|
|
|
|
|
|
|
"61889117", "Batchelor", |
|
1713
|
|
|
|
|
|
|
"61878202", "Balaklava", |
|
1714
|
|
|
|
|
|
|
"61877160", "Taratap", |
|
1715
|
|
|
|
|
|
|
"61871843", "Woodside", |
|
1716
|
|
|
|
|
|
|
"618967680", "Gabbin\ North", |
|
1717
|
|
|
|
|
|
|
"612583899", "Dubbo", |
|
1718
|
|
|
|
|
|
|
"61250184", "Tallangatta\ Valley", |
|
1719
|
|
|
|
|
|
|
"6188392", "Mclaren\ Vale", |
|
1720
|
|
|
|
|
|
|
"61880063", "The\ Darling", |
|
1721
|
|
|
|
|
|
|
"61890464", "Nungarin", |
|
1722
|
|
|
|
|
|
|
"61886489", "Port\ Augusta", |
|
1723
|
|
|
|
|
|
|
"61354029", "Jarklin", |
|
1724
|
|
|
|
|
|
|
"61357122", "Taggerty", |
|
1725
|
|
|
|
|
|
|
"613451339", "Penshurst", |
|
1726
|
|
|
|
|
|
|
"61741369", "Tiaro", |
|
1727
|
|
|
|
|
|
|
"61890300", "Merredin", |
|
1728
|
|
|
|
|
|
|
"61357835", "Kilmore", |
|
1729
|
|
|
|
|
|
|
"61259134", "Milbrulong", |
|
1730
|
|
|
|
|
|
|
"612630397", "Burraga", |
|
1731
|
|
|
|
|
|
|
"61255635", "Hunter\ Springs", |
|
1732
|
|
|
|
|
|
|
"61877167", "Wirrega", |
|
1733
|
|
|
|
|
|
|
"61353114", "Lake\ Bolac", |
|
1734
|
|
|
|
|
|
|
"61753021", "Boonah", |
|
1735
|
|
|
|
|
|
|
"61889110", "Darwin", |
|
1736
|
|
|
|
|
|
|
"617452665", "Ravensbourne", |
|
1737
|
|
|
|
|
|
|
"617458988", "Coondarra", |
|
1738
|
|
|
|
|
|
|
"61363292", "Glengarry", |
|
1739
|
|
|
|
|
|
|
"618763385", "Mount\ Hope", |
|
1740
|
|
|
|
|
|
|
"61248054", "Paddys\ River", |
|
1741
|
|
|
|
|
|
|
"61895105", "Toodyay", |
|
1742
|
|
|
|
|
|
|
"61889775", "Roper\ River", |
|
1743
|
|
|
|
|
|
|
"61876039", "Whyalla", |
|
1744
|
|
|
|
|
|
|
"61340620", "Scotia", |
|
1745
|
|
|
|
|
|
|
"61363781", "Deloraine", |
|
1746
|
|
|
|
|
|
|
"61263209", "Twelve\ Mile", |
|
1747
|
|
|
|
|
|
|
"618965673", "Jennacubbine", |
|
1748
|
|
|
|
|
|
|
"618996902", "Yaringa", |
|
1749
|
|
|
|
|
|
|
"61880890", "Broken\ Hill", |
|
1750
|
|
|
|
|
|
|
"61897014", "Bridgetown", |
|
1751
|
|
|
|
|
|
|
"61255338", "Stuarts\ Point", |
|
1752
|
|
|
|
|
|
|
"613950", "Melbourne", |
|
1753
|
|
|
|
|
|
|
"61740738", "Mossman", |
|
1754
|
|
|
|
|
|
|
"61899604", "Pindar\ South", |
|
1755
|
|
|
|
|
|
|
"618763983", "Mount\ Hope", |
|
1756
|
|
|
|
|
|
|
"61746941", "Toowoomba", |
|
1757
|
|
|
|
|
|
|
"617452019", "Greenmount", |
|
1758
|
|
|
|
|
|
|
"61348301", "Rushworth", |
|
1759
|
|
|
|
|
|
|
"61899060", "Kalbarri", |
|
1760
|
|
|
|
|
|
|
"617480727", "Isaac\ River", |
|
1761
|
|
|
|
|
|
|
"61364047", "Yolla", |
|
1762
|
|
|
|
|
|
|
"61868162", "Hopetoun", |
|
1763
|
|
|
|
|
|
|
"617486734", "Yeppoon", |
|
1764
|
|
|
|
|
|
|
"61867200", "Harvey", |
|
1765
|
|
|
|
|
|
|
"61851283", "Tom\ Price", |
|
1766
|
|
|
|
|
|
|
"613573091", "Nagambie", |
|
1767
|
|
|
|
|
|
|
"61358184", "Cobram", |
|
1768
|
|
|
|
|
|
|
"61257083", "Collarenebri", |
|
1769
|
|
|
|
|
|
|
"61887164", "Naracoorte", |
|
1770
|
|
|
|
|
|
|
"61264133", "Shannons\ Flat", |
|
1771
|
|
|
|
|
|
|
"612573417", "Oban", |
|
1772
|
|
|
|
|
|
|
"61256375", "Ulong", |
|
1773
|
|
|
|
|
|
|
"617442811", "Mutarnee", |
|
1774
|
|
|
|
|
|
|
"61898621", "Arthur\ River", |
|
1775
|
|
|
|
|
|
|
"61888507", "Minlaton", |
|
1776
|
|
|
|
|
|
|
"61361395", "Huonville", |
|
1777
|
|
|
|
|
|
|
"617473971", "The\ Monument", |
|
1778
|
|
|
|
|
|
|
"618601156", "Mukinbudin", |
|
1779
|
|
|
|
|
|
|
"617750151", "Haddon", |
|
1780
|
|
|
|
|
|
|
"617459970", "Durham\ Downs", |
|
1781
|
|
|
|
|
|
|
"61891188", "Mitchell", |
|
1782
|
|
|
|
|
|
|
"61387525", "Whittlesea", |
|
1783
|
|
|
|
|
|
|
"613470785", "Longwood", |
|
1784
|
|
|
|
|
|
|
"61264392", "Berridale", |
|
1785
|
|
|
|
|
|
|
"61248068", "Tarago", |
|
1786
|
|
|
|
|
|
|
"618903876", "Merredin", |
|
1787
|
|
|
|
|
|
|
"6139886", "Ringwood", |
|
1788
|
|
|
|
|
|
|
"6174766", "Townsville", |
|
1789
|
|
|
|
|
|
|
"61887811", "Rendelsham", |
|
1790
|
|
|
|
|
|
|
"61363653", "Evandale", |
|
1791
|
|
|
|
|
|
|
"61888857", "Clare", |
|
1792
|
|
|
|
|
|
|
"612594371", "Alleena", |
|
1793
|
|
|
|
|
|
|
"61267797", "Oban", |
|
1794
|
|
|
|
|
|
|
"61744451", "Normanton", |
|
1795
|
|
|
|
|
|
|
"61269207", "Bidgeemia", |
|
1796
|
|
|
|
|
|
|
"61350290", "Anabranch", |
|
1797
|
|
|
|
|
|
|
"61287303", "Liverpool", |
|
1798
|
|
|
|
|
|
|
"617750398", "Tara", |
|
1799
|
|
|
|
|
|
|
"612574488", "Boomi", |
|
1800
|
|
|
|
|
|
|
"61879316", "Arnhem", |
|
1801
|
|
|
|
|
|
|
"61275005", "Sutherland", |
|
1802
|
|
|
|
|
|
|
"618753037", "Peake", |
|
1803
|
|
|
|
|
|
|
"61891267", "Broome", |
|
1804
|
|
|
|
|
|
|
"612530188", "Murringo", |
|
1805
|
|
|
|
|
|
|
"61342061", "Geelong", |
|
1806
|
|
|
|
|
|
|
"613553761", "Coojar", |
|
1807
|
|
|
|
|
|
|
"6129877", "Sydney", |
|
1808
|
|
|
|
|
|
|
"61899491", "Exmouth", |
|
1809
|
|
|
|
|
|
|
"61887158", "Frances", |
|
1810
|
|
|
|
|
|
|
"61348094", "Cobram", |
|
1811
|
|
|
|
|
|
|
"61263252", "Burraga", |
|
1812
|
|
|
|
|
|
|
"618851791", "Mallala", |
|
1813
|
|
|
|
|
|
|
"61745786", "Wallumbilla", |
|
1814
|
|
|
|
|
|
|
"6128628", "Parramatta", |
|
1815
|
|
|
|
|
|
|
"61268174", "Mungery", |
|
1816
|
|
|
|
|
|
|
"61259265", "Temora", |
|
1817
|
|
|
|
|
|
|
"61743548", "Maryborough", |
|
1818
|
|
|
|
|
|
|
"61877288", "Port\ Macdonnell", |
|
1819
|
|
|
|
|
|
|
"61258297", "Tooraweenah", |
|
1820
|
|
|
|
|
|
|
"617476588", "Millaroo", |
|
1821
|
|
|
|
|
|
|
"61890971", "Eyre", |
|
1822
|
|
|
|
|
|
|
"618866182", "Wirrulla", |
|
1823
|
|
|
|
|
|
|
"61350841", "Patchewollock", |
|
1824
|
|
|
|
|
|
|
"61878245", "Kadina", |
|
1825
|
|
|
|
|
|
|
"618903267", "Ardath", |
|
1826
|
|
|
|
|
|
|
"61344003", "Romsey", |
|
1827
|
|
|
|
|
|
|
"61341130", "Heyfield", |
|
1828
|
|
|
|
|
|
|
"618865018", "Gairdner", |
|
1829
|
|
|
|
|
|
|
"617485823", "Banana", |
|
1830
|
|
|
|
|
|
|
"61748292", "Mackay", |
|
1831
|
|
|
|
|
|
|
"618753053", "Taplan", |
|
1832
|
|
|
|
|
|
|
"61895745", "Toodyay", |
|
1833
|
|
|
|
|
|
|
"618660675", "Beverley\ West", |
|
1834
|
|
|
|
|
|
|
"618763696", "Wudinna", |
|
1835
|
|
|
|
|
|
|
"61367073", "Gladstone", |
|
1836
|
|
|
|
|
|
|
"61890055", "Corrigin", |
|
1837
|
|
|
|
|
|
|
"61885123", "Milang", |
|
1838
|
|
|
|
|
|
|
"61896198", "Wubin\ West", |
|
1839
|
|
|
|
|
|
|
"61740568", "Cairns", |
|
1840
|
|
|
|
|
|
|
"61382158", "Croydon", |
|
1841
|
|
|
|
|
|
|
"61284079", "Terrey\ Hills", |
|
1842
|
|
|
|
|
|
|
"61356030", "Poowong", |
|
1843
|
|
|
|
|
|
|
"61355470", "Pomborneit", |
|
1844
|
|
|
|
|
|
|
"618614", "Perth", |
|
1845
|
|
|
|
|
|
|
"61361326", "Huonville", |
|
1846
|
|
|
|
|
|
|
"61890814", "Narembeen\ East", |
|
1847
|
|
|
|
|
|
|
"61355522", "Macarthur", |
|
1848
|
|
|
|
|
|
|
"61245020", "Colo\ Heights", |
|
1849
|
|
|
|
|
|
|
"61887090", "Port\ Macdonnell", |
|
1850
|
|
|
|
|
|
|
"61266036", "Coutts\ Crossing", |
|
1851
|
|
|
|
|
|
|
"618983497", "Gnowangerup", |
|
1852
|
|
|
|
|
|
|
"61265476", "Baerami", |
|
1853
|
|
|
|
|
|
|
"61875567", "Copeville", |
|
1854
|
|
|
|
|
|
|
"61878015", "Kadina", |
|
1855
|
|
|
|
|
|
|
"6126548", "Merriwa", |
|
1856
|
|
|
|
|
|
|
"61267452", "Glen\ Elgin", |
|
1857
|
|
|
|
|
|
|
"61895398", "Bindoon", |
|
1858
|
|
|
|
|
|
|
"61851189", "Mount\ Bruce", |
|
1859
|
|
|
|
|
|
|
"61885808", "Berri", |
|
1860
|
|
|
|
|
|
|
"618680139", "Bradfords", |
|
1861
|
|
|
|
|
|
|
"613948", "Melbourne", |
|
1862
|
|
|
|
|
|
|
"61268471", "Gilgandra", |
|
1863
|
|
|
|
|
|
|
"61264239", "Nimmitabel", |
|
1864
|
|
|
|
|
|
|
"61742513", "Malanda", |
|
1865
|
|
|
|
|
|
|
"613532297", "Yaapeet", |
|
1866
|
|
|
|
|
|
|
"61899194", "Guranu", |
|
1867
|
|
|
|
|
|
|
"61753702", "Nambour", |
|
1868
|
|
|
|
|
|
|
"61240406", "Swansea", |
|
1869
|
|
|
|
|
|
|
"61896050", "Cadoux", |
|
1870
|
|
|
|
|
|
|
"613451078", "Poolaijelo", |
|
1871
|
|
|
|
|
|
|
"61264724", "Cabramurra", |
|
1872
|
|
|
|
|
|
|
"61350035", "Annuello", |
|
1873
|
|
|
|
|
|
|
"618763727", "Port\ Augusta", |
|
1874
|
|
|
|
|
|
|
"618763859", "Coulta", |
|
1875
|
|
|
|
|
|
|
"613531963", "Goroke", |
|
1876
|
|
|
|
|
|
|
"618967621", "Beacon", |
|
1877
|
|
|
|
|
|
|
"617459509", "Dirranbandi", |
|
1878
|
|
|
|
|
|
|
"61361108", "Hobart", |
|
1879
|
|
|
|
|
|
|
"61362075", "Ouse", |
|
1880
|
|
|
|
|
|
|
"61748339", "Mardale", |
|
1881
|
|
|
|
|
|
|
"612684586", "Weetaliba", |
|
1882
|
|
|
|
|
|
|
"61887974", "Kalangadoo", |
|
1883
|
|
|
|
|
|
|
"61747930", "Cape\ River", |
|
1884
|
|
|
|
|
|
|
"612683790", "Narromine", |
|
1885
|
|
|
|
|
|
|
"618660921", "Quairading", |
|
1886
|
|
|
|
|
|
|
"61268958", "Mendooran", |
|
1887
|
|
|
|
|
|
|
"612685691", "Grawin", |
|
1888
|
|
|
|
|
|
|
"61249149", "Maitland", |
|
1889
|
|
|
|
|
|
|
"61741581", "Boondooma", |
|
1890
|
|
|
|
|
|
|
"61354683", "Korong\ Vale", |
|
1891
|
|
|
|
|
|
|
"61350438", "Sea\ Lake", |
|
1892
|
|
|
|
|
|
|
"61260296", "Culcairn", |
|
1893
|
|
|
|
|
|
|
"612530294", "Murringo\/Cudal\/Cumnock\/Dunedoo", |
|
1894
|
|
|
|
|
|
|
"61268387", "Borah\ Tank", |
|
1895
|
|
|
|
|
|
|
"61263103", "Harden", |
|
1896
|
|
|
|
|
|
|
"612574285", "Wenna", |
|
1897
|
|
|
|
|
|
|
"61744154", "Giru", |
|
1898
|
|
|
|
|
|
|
"6128542", "Sydney", |
|
1899
|
|
|
|
|
|
|
"61867075", "Donnybrook", |
|
1900
|
|
|
|
|
|
|
"618752510", "Waikerie", |
|
1901
|
|
|
|
|
|
|
"61255175", "Ellerston", |
|
1902
|
|
|
|
|
|
|
"6139841", "Ringwood", |
|
1903
|
|
|
|
|
|
|
"61887461", "Avenue\ Range", |
|
1904
|
|
|
|
|
|
|
"61355208", "Mount\ Richmond", |
|
1905
|
|
|
|
|
|
|
"61749614", "Rockhampton", |
|
1906
|
|
|
|
|
|
|
"61351006", "Goongerah", |
|
1907
|
|
|
|
|
|
|
"61745115", "Ballandean", |
|
1908
|
|
|
|
|
|
|
"6188465", "Adelaide", |
|
1909
|
|
|
|
|
|
|
"617480696", "Duaringa", |
|
1910
|
|
|
|
|
|
|
"61355486", "Tyrendarra", |
|
1911
|
|
|
|
|
|
|
"618683080", "Mettler", |
|
1912
|
|
|
|
|
|
|
"61737283", "Brisbane", |
|
1913
|
|
|
|
|
|
|
"61263743", "Gulgong", |
|
1914
|
|
|
|
|
|
|
"6124245", "Wollongong", |
|
1915
|
|
|
|
|
|
|
"61885734", "Yumali", |
|
1916
|
|
|
|
|
|
|
"61362583", "Margate", |
|
1917
|
|
|
|
|
|
|
"61348160", "Berrigan", |
|
1918
|
|
|
|
|
|
|
"61745770", "Diamondy", |
|
1919
|
|
|
|
|
|
|
"61741953", "Tansey", |
|
1920
|
|
|
|
|
|
|
"61358481", "Tatura", |
|
1921
|
|
|
|
|
|
|
"61256255", "Bonalbo", |
|
1922
|
|
|
|
|
|
|
"61255710", "Bunnan", |
|
1923
|
|
|
|
|
|
|
"61238182", "Rugby", |
|
1924
|
|
|
|
|
|
|
"61880011", "Broken\ Hill", |
|
1925
|
|
|
|
|
|
|
"612593906", "Hay", |
|
1926
|
|
|
|
|
|
|
"61897855", "Capel", |
|
1927
|
|
|
|
|
|
|
"61885558", "Victor\ Harbor", |
|
1928
|
|
|
|
|
|
|
"61342238", "Colac", |
|
1929
|
|
|
|
|
|
|
"61243147", "Mangrove\ Mountain", |
|
1930
|
|
|
|
|
|
|
"61896305", "Ballidu", |
|
1931
|
|
|
|
|
|
|
"618858561", "Meningie", |
|
1932
|
|
|
|
|
|
|
"61889929", "Darwin", |
|
1933
|
|
|
|
|
|
|
"61256138", "Lawrence", |
|
1934
|
|
|
|
|
|
|
"618903335", "Mount\ Walker\ South", |
|
1935
|
|
|
|
|
|
|
"61753759", "Boonah", |
|
1936
|
|
|
|
|
|
|
"61744168", "Pentland", |
|
1937
|
|
|
|
|
|
|
"613553801", "Harrow", |
|
1938
|
|
|
|
|
|
|
"61358377", "Katamatite", |
|
1939
|
|
|
|
|
|
|
"61361511", "Nubeena", |
|
1940
|
|
|
|
|
|
|
"61247603", "Penrith", |
|
1941
|
|
|
|
|
|
|
"61259431", "Wagga\ Wagga", |
|
1942
|
|
|
|
|
|
|
"61896608", "Kalannie\ East", |
|
1943
|
|
|
|
|
|
|
"61890161", "Neridup", |
|
1944
|
|
|
|
|
|
|
"618982256", "Denbarker", |
|
1945
|
|
|
|
|
|
|
"61267409", "Tambar\ Springs", |
|
1946
|
|
|
|
|
|
|
"61357041", "Euroa", |
|
1947
|
|
|
|
|
|
|
"61264673", "Eucumbene", |
|
1948
|
|
|
|
|
|
|
"61886895", "Bayley\ Plains", |
|
1949
|
|
|
|
|
|
|
"61753142", "Caloundra", |
|
1950
|
|
|
|
|
|
|
"61268964", "Fairholme", |
|
1951
|
|
|
|
|
|
|
"61398860", "Melbourne", |
|
1952
|
|
|
|
|
|
|
"61743296", "Yarraman", |
|
1953
|
|
|
|
|
|
|
"61753745", "Caloundra", |
|
1954
|
|
|
|
|
|
|
"61265251", "Lord\ Howe\ Island", |
|
1955
|
|
|
|
|
|
|
"61742389", "Edward\ River", |
|
1956
|
|
|
|
|
|
|
"61358370", "Logie\ Brae", |
|
1957
|
|
|
|
|
|
|
"61897849", "Myalup", |
|
1958
|
|
|
|
|
|
|
"61879382", "Nhulunbuy", |
|
1959
|
|
|
|
|
|
|
"61357979", "Devlins\ Bridge", |
|
1960
|
|
|
|
|
|
|
"61746784", "Kumbarilla", |
|
1961
|
|
|
|
|
|
|
"61877301", "Wirrega", |
|
1962
|
|
|
|
|
|
|
"617452622", "Mount\ Tyson", |
|
1963
|
|
|
|
|
|
|
"61899396", "Yuna", |
|
1964
|
|
|
|
|
|
|
"61898230", "Woodanilling", |
|
1965
|
|
|
|
|
|
|
"61740103", "Molloy", |
|
1966
|
|
|
|
|
|
|
"61355569", "Warrnambool", |
|
1967
|
|
|
|
|
|
|
"61743533", "Childers", |
|
1968
|
|
|
|
|
|
|
"61268256", "Magometon", |
|
1969
|
|
|
|
|
|
|
"61351191", "Ensay", |
|
1970
|
|
|
|
|
|
|
"61359573", "Healesville", |
|
1971
|
|
|
|
|
|
|
"61262337", "Anembo", |
|
1972
|
|
|
|
|
|
|
"613553871", "Wombelano", |
|
1973
|
|
|
|
|
|
|
"61868223", "Badgebup", |
|
1974
|
|
|
|
|
|
|
"617458967", "Barcoo", |
|
1975
|
|
|
|
|
|
|
"618904217", "Mukinbudin", |
|
1976
|
|
|
|
|
|
|
"618854798", "Milang", |
|
1977
|
|
|
|
|
|
|
"61266171", "Grafton", |
|
1978
|
|
|
|
|
|
|
"61745777", "Oakey", |
|
1979
|
|
|
|
|
|
|
"61348167", "Deniliquin", |
|
1980
|
|
|
|
|
|
|
"6128711", "Liverpool", |
|
1981
|
|
|
|
|
|
|
"61264708", "Nimmitabel", |
|
1982
|
|
|
|
|
|
|
"612583656", "Wyanga", |
|
1983
|
|
|
|
|
|
|
"61878153", "Pine\ Point", |
|
1984
|
|
|
|
|
|
|
"61889632", "Tennant\ Creek", |
|
1985
|
|
|
|
|
|
|
"618682147", "Jingalup", |
|
1986
|
|
|
|
|
|
|
"61255717", "Ellenborough", |
|
1987
|
|
|
|
|
|
|
"612593976", "Hay", |
|
1988
|
|
|
|
|
|
|
"61340231", "Sea\ Lake", |
|
1989
|
|
|
|
|
|
|
"61269075", "Tullibigeal", |
|
1990
|
|
|
|
|
|
|
"61876118", "Crystal\ Brook", |
|
1991
|
|
|
|
|
|
|
"6124456", "Milton\-ulladulla", |
|
1992
|
|
|
|
|
|
|
"61268873", "Dubbo", |
|
1993
|
|
|
|
|
|
|
"61256249", "Bellingen", |
|
1994
|
|
|
|
|
|
|
"61257756", "Marple", |
|
1995
|
|
|
|
|
|
|
"61879411", "Alyangula", |
|
1996
|
|
|
|
|
|
|
"617480238", "Clermont", |
|
1997
|
|
|
|
|
|
|
"61745712", "Toowoomba", |
|
1998
|
|
|
|
|
|
|
"61342149", "Geelong", |
|
1999
|
|
|
|
|
|
|
"613542300", "Raywood", |
|
2000
|
|
|
|
|
|
|
"61269951", "Ivanhoe", |
|
2001
|
|
|
|
|
|
|
"618752495", "Renmark", |
|
2002
|
|
|
|
|
|
|
"6126590", "Port\ Macquarie", |
|
2003
|
|
|
|
|
|
|
"61267989", "Tamworth", |
|
2004
|
|
|
|
|
|
|
"61348288", "Jimaringle", |
|
2005
|
|
|
|
|
|
|
"618600992", "Belka\ East", |
|
2006
|
|
|
|
|
|
|
"6124473", "Narooma", |
|
2007
|
|
|
|
|
|
|
"61264148", "Bombala", |
|
2008
|
|
|
|
|
|
|
"61741878", "Gooroolba", |
|
2009
|
|
|
|
|
|
|
"61885262", "Mannum", |
|
2010
|
|
|
|
|
|
|
"613542683", "Watchem", |
|
2011
|
|
|
|
|
|
|
"61877094", "Frances", |
|
2012
|
|
|
|
|
|
|
"6175676", "Southport", |
|
2013
|
|
|
|
|
|
|
"61258035", "Bruie\ Plains", |
|
2014
|
|
|
|
|
|
|
"612574743", "Wenna", |
|
2015
|
|
|
|
|
|
|
"617485908", "Wowan", |
|
2016
|
|
|
|
|
|
|
"61896624", "Paynes\ Find", |
|
2017
|
|
|
|
|
|
|
"613450582", "Ozenkadnook", |
|
2018
|
|
|
|
|
|
|
"61268380", "Coolabah", |
|
2019
|
|
|
|
|
|
|
"61741794", "Howard", |
|
2020
|
|
|
|
|
|
|
"6139390", "Sydenham", |
|
2021
|
|
|
|
|
|
|
"61356181", "Wonthaggi", |
|
2022
|
|
|
|
|
|
|
"612530167", "Meadow\ Flat", |
|
2023
|
|
|
|
|
|
|
"61747425", "Kalkadoon", |
|
2024
|
|
|
|
|
|
|
"61341081", "Mallacoota", |
|
2025
|
|
|
|
|
|
|
"618862080", "Whyalla", |
|
2026
|
|
|
|
|
|
|
"61267640", "Bendemeer", |
|
2027
|
|
|
|
|
|
|
"61747937", "Yabulu", |
|
2028
|
|
|
|
|
|
|
"61269583", "Narrandera", |
|
2029
|
|
|
|
|
|
|
"617480226", "Comet", |
|
2030
|
|
|
|
|
|
|
"612574467", "Tenterfield", |
|
2031
|
|
|
|
|
|
|
"613431200", "Stawell", |
|
2032
|
|
|
|
|
|
|
"61255343", "Port\ Macquarie", |
|
2033
|
|
|
|
|
|
|
"61740743", "Ravenshoe", |
|
2034
|
|
|
|
|
|
|
"61745053", "Kumbarilla", |
|
2035
|
|
|
|
|
|
|
"61898026", "Bokerup", |
|
2036
|
|
|
|
|
|
|
"61343218", "Horsham", |
|
2037
|
|
|
|
|
|
|
"61359085", "Tankerton", |
|
2038
|
|
|
|
|
|
|
"61887863", "Willalooka", |
|
2039
|
|
|
|
|
|
|
"613451008", "Macarthur", |
|
2040
|
|
|
|
|
|
|
"61753105", "Esk", |
|
2041
|
|
|
|
|
|
|
"61896057", "Cleary\ North", |
|
2042
|
|
|
|
|
|
|
"61358901", "Deniliquin", |
|
2043
|
|
|
|
|
|
|
"6186275", "Perth", |
|
2044
|
|
|
|
|
|
|
"61895021", "Bakers\ Hill", |
|
2045
|
|
|
|
|
|
|
"61896342", "Studleigh", |
|
2046
|
|
|
|
|
|
|
"618683240", "Badgebup\ North", |
|
2047
|
|
|
|
|
|
|
"61245027", "St\ Albans", |
|
2048
|
|
|
|
|
|
|
"61887097", "Rendelsham", |
|
2049
|
|
|
|
|
|
|
"61889962", "Nhulunbuy", |
|
2050
|
|
|
|
|
|
|
"6136775", "Launceston", |
|
2051
|
|
|
|
|
|
|
"6124862", "Bowral", |
|
2052
|
|
|
|
|
|
|
"61358883", "Finley", |
|
2053
|
|
|
|
|
|
|
"612583904", "Geurie", |
|
2054
|
|
|
|
|
|
|
"618989347", "Arthur\ River", |
|
2055
|
|
|
|
|
|
|
"61342013", "Lorne", |
|
2056
|
|
|
|
|
|
|
"61747028", "Briaba", |
|
2057
|
|
|
|
|
|
|
"61875560", "Paruna", |
|
2058
|
|
|
|
|
|
|
"6129851", "Blacktown", |
|
2059
|
|
|
|
|
|
|
"61268215", "Lake\ Cargelligo", |
|
2060
|
|
|
|
|
|
|
"617487139", "Miriam\ Vale", |
|
2061
|
|
|
|
|
|
|
"61341129", "Heyfield", |
|
2062
|
|
|
|
|
|
|
"61861977", "Spearwood", |
|
2063
|
|
|
|
|
|
|
"61263006", "Oberon", |
|
2064
|
|
|
|
|
|
|
"61745665", "Miles", |
|
2065
|
|
|
|
|
|
|
"612574718", "Ogunbil", |
|
2066
|
|
|
|
|
|
|
"613470804", "Whorouly", |
|
2067
|
|
|
|
|
|
|
"61340273", "Cowangie", |
|
2068
|
|
|
|
|
|
|
"61356029", "Toora", |
|
2069
|
|
|
|
|
|
|
"61358993", "Wakool", |
|
2070
|
|
|
|
|
|
|
"617487022", "Garnant", |
|
2071
|
|
|
|
|
|
|
"61749164", "Carbine\ Creek", |
|
2072
|
|
|
|
|
|
|
"617458760", "Barcaldine", |
|
2073
|
|
|
|
|
|
|
"61896731", "Cadoux", |
|
2074
|
|
|
|
|
|
|
"61255586", "Taree", |
|
2075
|
|
|
|
|
|
|
"61876236", "Yunta", |
|
2076
|
|
|
|
|
|
|
"61261382", "The\ Mullion", |
|
2077
|
|
|
|
|
|
|
"61341535", "Clydebank", |
|
2078
|
|
|
|
|
|
|
"61745368", "Longreach", |
|
2079
|
|
|
|
|
|
|
"61238061", "Breadalbane", |
|
2080
|
|
|
|
|
|
|
"612532954", "Frogmore", |
|
2081
|
|
|
|
|
|
|
"618683762", "Ongerup\ North", |
|
2082
|
|
|
|
|
|
|
"6188523", "Gawler", |
|
2083
|
|
|
|
|
|
|
"61886008", "Bayley\ Plains", |
|
2084
|
|
|
|
|
|
|
"6138831", "Melbourne", |
|
2085
|
|
|
|
|
|
|
"61877132", "Colebatch", |
|
2086
|
|
|
|
|
|
|
"61897361", "Darkan", |
|
2087
|
|
|
|
|
|
|
"61354226", "Kyneton", |
|
2088
|
|
|
|
|
|
|
"61862802", "Perth", |
|
2089
|
|
|
|
|
|
|
"618601004", "Coomalbidgup", |
|
2090
|
|
|
|
|
|
|
"61734971", "Dayboro", |
|
2091
|
|
|
|
|
|
|
"617750208", "Tipton", |
|
2092
|
|
|
|
|
|
|
"613553803", "Harrow", |
|
2093
|
|
|
|
|
|
|
"61888142", "Lochiel", |
|
2094
|
|
|
|
|
|
|
"61263285", "Yetholme", |
|
2095
|
|
|
|
|
|
|
"61747775", "Mount\ Fox", |
|
2096
|
|
|
|
|
|
|
"617452530", "Cooyar", |
|
2097
|
|
|
|
|
|
|
"618989040", "Lake\ Oconnor", |
|
2098
|
|
|
|
|
|
|
"618982260", "Denmark", |
|
2099
|
|
|
|
|
|
|
"617480099", "Benaraby", |
|
2100
|
|
|
|
|
|
|
"617442609", "Home\ Hill", |
|
2101
|
|
|
|
|
|
|
"61895189", "Mandurah", |
|
2102
|
|
|
|
|
|
|
"6188993", "Tanami", |
|
2103
|
|
|
|
|
|
|
"618858563", "Meningie", |
|
2104
|
|
|
|
|
|
|
"61888759", "Wedge", |
|
2105
|
|
|
|
|
|
|
"61359531", "Red\ Hill", |
|
2106
|
|
|
|
|
|
|
"61267899", "Pine\ Ridge", |
|
2107
|
|
|
|
|
|
|
"61890948", "Burracoppin", |
|
2108
|
|
|
|
|
|
|
"61269346", "Junee", |
|
2109
|
|
|
|
|
|
|
"61743571", "Booyal", |
|
2110
|
|
|
|
|
|
|
"61744315", "Normanton", |
|
2111
|
|
|
|
|
|
|
"61265602", "Kempsey", |
|
2112
|
|
|
|
|
|
|
"61747110", "Julia\ Creek", |
|
2113
|
|
|
|
|
|
|
"61890611", "Bruce\ Rock", |
|
2114
|
|
|
|
|
|
|
"61868137", "Kronkup", |
|
2115
|
|
|
|
|
|
|
"612533007", "Bylong", |
|
2116
|
|
|
|
|
|
|
"618869056", "Spilsby", |
|
2117
|
|
|
|
|
|
|
"61890082", "Goomarin", |
|
2118
|
|
|
|
|
|
|
"61266133", "Dyraaba", |
|
2119
|
|
|
|
|
|
|
"61240617", "Maitland", |
|
2120
|
|
|
|
|
|
|
"61267592", "Moree", |
|
2121
|
|
|
|
|
|
|
"61867144", "Nyamup", |
|
2122
|
|
|
|
|
|
|
"613442216", "Heathcote", |
|
2123
|
|
|
|
|
|
|
"61343680", "Buninyong", |
|
2124
|
|
|
|
|
|
|
"61257170", "Moree", |
|
2125
|
|
|
|
|
|
|
"61255422", "Port\ Macquarie", |
|
2126
|
|
|
|
|
|
|
"61745354", "Beebo", |
|
2127
|
|
|
|
|
|
|
"61255044", "Singleton", |
|
2128
|
|
|
|
|
|
|
"61746451", "Cambooya", |
|
2129
|
|
|
|
|
|
|
"61287496", "Sydney", |
|
2130
|
|
|
|
|
|
|
"613431729", "Natimuk", |
|
2131
|
|
|
|
|
|
|
"612574264", "Pinkett", |
|
2132
|
|
|
|
|
|
|
"6135583", "Chetwynd", |
|
2133
|
|
|
|
|
|
|
"61351372", "Licola", |
|
2134
|
|
|
|
|
|
|
"612570119", "Craigleigh", |
|
2135
|
|
|
|
|
|
|
"6139210", "Ringwood", |
|
2136
|
|
|
|
|
|
|
"612532606", "Yetholme", |
|
2137
|
|
|
|
|
|
|
"61888702", "South\ Hummocks", |
|
2138
|
|
|
|
|
|
|
"61891232", "Sandfire", |
|
2139
|
|
|
|
|
|
|
"61862552", "Perth", |
|
2140
|
|
|
|
|
|
|
"613431179", "Lake\ Bolac", |
|
2141
|
|
|
|
|
|
|
"618859986", "Tailem\ Bend", |
|
2142
|
|
|
|
|
|
|
"61745935", "Chinchilla", |
|
2143
|
|
|
|
|
|
|
"617473836", "Burketown", |
|
2144
|
|
|
|
|
|
|
"61896423", "Jelkobine", |
|
2145
|
|
|
|
|
|
|
"612583429", "Banar", |
|
2146
|
|
|
|
|
|
|
"61247428", "Katoomba", |
|
2147
|
|
|
|
|
|
|
"617480529", "Miriam\ Vale", |
|
2148
|
|
|
|
|
|
|
"61340506", "Arumpo", |
|
2149
|
|
|
|
|
|
|
"61749158", "Nogoa", |
|
2150
|
|
|
|
|
|
|
"61342314", "Torquay", |
|
2151
|
|
|
|
|
|
|
"61240896", "Raymond\ Terrace", |
|
2152
|
|
|
|
|
|
|
"61745427", "Toowoomba", |
|
2153
|
|
|
|
|
|
|
"61364688", "Marrawah", |
|
2154
|
|
|
|
|
|
|
"61876020", "Laura", |
|
2155
|
|
|
|
|
|
|
"618660923", "South\ Quairading", |
|
2156
|
|
|
|
|
|
|
"6129532", "Sutherland", |
|
2157
|
|
|
|
|
|
|
"61253108", "Millthorpe", |
|
2158
|
|
|
|
|
|
|
"617459867", "Kupunn", |
|
2159
|
|
|
|
|
|
|
"61740191", "Bloomfield", |
|
2160
|
|
|
|
|
|
|
"613531961", "Goroke", |
|
2161
|
|
|
|
|
|
|
"612800", "Sydney", |
|
2162
|
|
|
|
|
|
|
"618967623", "Beacon", |
|
2163
|
|
|
|
|
|
|
"617452708", "Elbow\ Valley", |
|
2164
|
|
|
|
|
|
|
"61895500", "Rockingham", |
|
2165
|
|
|
|
|
|
|
"6135934", "Mornington", |
|
2166
|
|
|
|
|
|
|
"618753480", "Karoonda", |
|
2167
|
|
|
|
|
|
|
"61367180", "Ringarooma", |
|
2168
|
|
|
|
|
|
|
"61351103", "Meerlieu", |
|
2169
|
|
|
|
|
|
|
"61354030", "Kerang", |
|
2170
|
|
|
|
|
|
|
"612685693", "Grawin", |
|
2171
|
|
|
|
|
|
|
"61736082", "Brisbane", |
|
2172
|
|
|
|
|
|
|
"61269728", "Marsden", |
|
2173
|
|
|
|
|
|
|
"61260888", "Rennie", |
|
2174
|
|
|
|
|
|
|
"6173333", "Brisbane", |
|
2175
|
|
|
|
|
|
|
"61256641", "Ulong", |
|
2176
|
|
|
|
|
|
|
"6138552", "Melbourne", |
|
2177
|
|
|
|
|
|
|
"61886650", "Georgetown", |
|
2178
|
|
|
|
|
|
|
"61885095", "Lowbank", |
|
2179
|
|
|
|
|
|
|
"61746978", "Ravensbourne", |
|
2180
|
|
|
|
|
|
|
"61749811", "Gemfields", |
|
2181
|
|
|
|
|
|
|
"61367187", "Westbury", |
|
2182
|
|
|
|
|
|
|
"61354037", "Lockington", |
|
2183
|
|
|
|
|
|
|
"61269838", "Weethalle", |
|
2184
|
|
|
|
|
|
|
"613542681", "Watchem", |
|
2185
|
|
|
|
|
|
|
"618753344", "Meningie\ East", |
|
2186
|
|
|
|
|
|
|
"612574741", "Weemelah", |
|
2187
|
|
|
|
|
|
|
"61248506", "Nerriga", |
|
2188
|
|
|
|
|
|
|
"61886985", "Booleroo\ Centre", |
|
2189
|
|
|
|
|
|
|
"61886657", "Caltowie", |
|
2190
|
|
|
|
|
|
|
"61890246", "Kalgoorlie", |
|
2191
|
|
|
|
|
|
|
"617452128", "Legume", |
|
2192
|
|
|
|
|
|
|
"61875051", "Tailem\ Bend", |
|
2193
|
|
|
|
|
|
|
"618763920", "Tooligie\ Hill", |
|
2194
|
|
|
|
|
|
|
"61746503", "Thomson", |
|
2195
|
|
|
|
|
|
|
"61876027", "Orroroo", |
|
2196
|
|
|
|
|
|
|
"61740285", "Atherton", |
|
2197
|
|
|
|
|
|
|
"61863616", "Spearwood", |
|
2198
|
|
|
|
|
|
|
"61341162", "Bairnsdale", |
|
2199
|
|
|
|
|
|
|
"618850290", "Berri", |
|
2200
|
|
|
|
|
|
|
"61356062", "Buffalo", |
|
2201
|
|
|
|
|
|
|
"61895507", "Rockingham", |
|
2202
|
|
|
|
|
|
|
"61878056", "Port\ Victoria", |
|
2203
|
|
|
|
|
|
|
"618683387", "Manypeaks", |
|
2204
|
|
|
|
|
|
|
"61354928", "Buckrabanyule", |
|
2205
|
|
|
|
|
|
|
"61742198", "Lakeland", |
|
2206
|
|
|
|
|
|
|
"613553592", "South\ Purrumbete", |
|
2207
|
|
|
|
|
|
|
"61886024", "Cleve", |
|
2208
|
|
|
|
|
|
|
"61745420", "Allora", |
|
2209
|
|
|
|
|
|
|
"61363151", "Bridport", |
|
2210
|
|
|
|
|
|
|
"6129974", "Avalon\ Beach", |
|
2211
|
|
|
|
|
|
|
"61269144", "Bambilla", |
|
2212
|
|
|
|
|
|
|
"613572455", "Seymour", |
|
2213
|
|
|
|
|
|
|
"61248639", "Goulburn", |
|
2214
|
|
|
|
|
|
|
"613442044", "Buckrabanyule", |
|
2215
|
|
|
|
|
|
|
"61888105", "Warooka", |
|
2216
|
|
|
|
|
|
|
"617486947", "Mount\ Coolon", |
|
2217
|
|
|
|
|
|
|
"618683149", "Fitzgerald", |
|
2218
|
|
|
|
|
|
|
"61265348", "Idaville", |
|
2219
|
|
|
|
|
|
|
"61860119", "Baandee", |
|
2220
|
|
|
|
|
|
|
"61891534", "Newman", |
|
2221
|
|
|
|
|
|
|
"617441889", "Doomadgee", |
|
2222
|
|
|
|
|
|
|
"612532676", "Dunedoo", |
|
2223
|
|
|
|
|
|
|
"6135572", "Hamilton", |
|
2224
|
|
|
|
|
|
|
"618600858", "Belka\ East", |
|
2225
|
|
|
|
|
|
|
"613531672", "Halls\ Gap", |
|
2226
|
|
|
|
|
|
|
"61746276", "Dulacca", |
|
2227
|
|
|
|
|
|
|
"61755178", "Rathdowney", |
|
2228
|
|
|
|
|
|
|
"61747117", "Karumba", |
|
2229
|
|
|
|
|
|
|
"61899032", "Dongara", |
|
2230
|
|
|
|
|
|
|
"61342116", "Swan\ Marsh", |
|
2231
|
|
|
|
|
|
|
"61267294", "Oakey\ Creek", |
|
2232
|
|
|
|
|
|
|
"61269704", "West\ Wyalong", |
|
2233
|
|
|
|
|
|
|
"618753502", "Peake", |
|
2234
|
|
|
|
|
|
|
"61256216", "Tyalgum", |
|
2235
|
|
|
|
|
|
|
"61257177", "Narrabri", |
|
2236
|
|
|
|
|
|
|
"61240610", "Clarence\ Town", |
|
2237
|
|
|
|
|
|
|
"613441706", "Gunbower", |
|
2238
|
|
|
|
|
|
|
"61741438", "Booyal", |
|
2239
|
|
|
|
|
|
|
"61257221", "Warialda", |
|
2240
|
|
|
|
|
|
|
"61868130", "Denbarker", |
|
2241
|
|
|
|
|
|
|
"61748151", "Garnant", |
|
2242
|
|
|
|
|
|
|
"613553873", "Wombelano", |
|
2243
|
|
|
|
|
|
|
"61891764", "De\ Grey", |
|
2244
|
|
|
|
|
|
|
"61255469", "Howes\ Valley", |
|
2245
|
|
|
|
|
|
|
"61851021", "Port\ Hedland", |
|
2246
|
|
|
|
|
|
|
"61253124", "Quandialla", |
|
2247
|
|
|
|
|
|
|
"618601074", "Goldfields", |
|
2248
|
|
|
|
|
|
|
"61747172", "Upper\ Stone", |
|
2249
|
|
|
|
|
|
|
"61744079", "Julia\ Creek", |
|
2250
|
|
|
|
|
|
|
"61888745", "Ardrossan", |
|
2251
|
|
|
|
|
|
|
"61861094", "Perth", |
|
2252
|
|
|
|
|
|
|
"61898123", "Jaloran", |
|
2253
|
|
|
|
|
|
|
"61745156", "Warrego", |
|
2254
|
|
|
|
|
|
|
"61756258", "Southport", |
|
2255
|
|
|
|
|
|
|
"61343071", "Broughton", |
|
2256
|
|
|
|
|
|
|
"61264631", "Thredbo\ Village", |
|
2257
|
|
|
|
|
|
|
"61257112", "Bundarra", |
|
2258
|
|
|
|
|
|
|
"61887788", "Greenways", |
|
2259
|
|
|
|
|
|
|
"61263191", "Portland", |
|
2260
|
|
|
|
|
|
|
"61746853", "Cottonvale", |
|
2261
|
|
|
|
|
|
|
"61264474", "Numeralla", |
|
2262
|
|
|
|
|
|
|
"61367268", "Blessington", |
|
2263
|
|
|
|
|
|
|
"613470590", "Flowerdale", |
|
2264
|
|
|
|
|
|
|
"6138586", "Clayton", |
|
2265
|
|
|
|
|
|
|
"617451999", "Goombungee", |
|
2266
|
|
|
|
|
|
|
"617485880", "Mount\ Gardiner", |
|
2267
|
|
|
|
|
|
|
"61747303", "Mount\ Isa", |
|
2268
|
|
|
|
|
|
|
"61741035", "Chahpingah", |
|
2269
|
|
|
|
|
|
|
"612592696", "Darlington\ Point", |
|
2270
|
|
|
|
|
|
|
"61756135", "Beechmont", |
|
2271
|
|
|
|
|
|
|
"6128766", "Bankstown", |
|
2272
|
|
|
|
|
|
|
"61268721", "Bourke", |
|
2273
|
|
|
|
|
|
|
"618660768", "Jennacubbine", |
|
2274
|
|
|
|
|
|
|
"61244165", "Milton\-ulladulla", |
|
2275
|
|
|
|
|
|
|
"61752088", "Caboolture", |
|
2276
|
|
|
|
|
|
|
"61860043", "Gibson", |
|
2277
|
|
|
|
|
|
|
"61861970", "Armadale", |
|
2278
|
|
|
|
|
|
|
"61897816", "Collie", |
|
2279
|
|
|
|
|
|
|
"61896821", "Dukin", |
|
2280
|
|
|
|
|
|
|
"61753283", "Caloundra", |
|
2281
|
|
|
|
|
|
|
"612583660", "Airlands", |
|
2282
|
|
|
|
|
|
|
"613470874", "Harrietville", |
|
2283
|
|
|
|
|
|
|
"61875165", "Willunga", |
|
2284
|
|
|
|
|
|
|
"61899403", "Mount\ Magnet", |
|
2285
|
|
|
|
|
|
|
"613431906", "Horsham", |
|
2286
|
|
|
|
|
|
|
"617441953", "Home\ Hill", |
|
2287
|
|
|
|
|
|
|
"618683175", "Lake\ King", |
|
2288
|
|
|
|
|
|
|
"617473903", "Gunpowder", |
|
2289
|
|
|
|
|
|
|
"617487065", "Westwood", |
|
2290
|
|
|
|
|
|
|
"61262362", "Uriarra\ Forest", |
|
2291
|
|
|
|
|
|
|
"61353007", "Bangerang", |
|
2292
|
|
|
|
|
|
|
"618753330", "Kapunda", |
|
2293
|
|
|
|
|
|
|
"61363468", "Campbell\ Town", |
|
2294
|
|
|
|
|
|
|
"61268059", "Gollan", |
|
2295
|
|
|
|
|
|
|
"612592727", "Nangus", |
|
2296
|
|
|
|
|
|
|
"618683725", "Jaloran", |
|
2297
|
|
|
|
|
|
|
"618865938", "Nunjikompita", |
|
2298
|
|
|
|
|
|
|
"61898564", "Kulin\ West", |
|
2299
|
|
|
|
|
|
|
"61264227", "Berridale", |
|
2300
|
|
|
|
|
|
|
"61352914", "Inverleigh", |
|
2301
|
|
|
|
|
|
|
"61753500", "Woodford", |
|
2302
|
|
|
|
|
|
|
"613532377", "Nhill", |
|
2303
|
|
|
|
|
|
|
"61264171", "Ando", |
|
2304
|
|
|
|
|
|
|
"61741841", "Pialba", |
|
2305
|
|
|
|
|
|
|
"61284154", "Terrey\ Hills", |
|
2306
|
|
|
|
|
|
|
"61257384", "Nullamanna", |
|
2307
|
|
|
|
|
|
|
"61731871", "Dunwich", |
|
2308
|
|
|
|
|
|
|
"61890663", "Leonora", |
|
2309
|
|
|
|
|
|
|
"61897107", "Pemberton", |
|
2310
|
|
|
|
|
|
|
"61240735", "Cessnock", |
|
2311
|
|
|
|
|
|
|
"61755335", "Beechmont", |
|
2312
|
|
|
|
|
|
|
"61253563", "Dunedoo", |
|
2313
|
|
|
|
|
|
|
"61743099", "Tansey", |
|
2314
|
|
|
|
|
|
|
"61747632", "Ayr", |
|
2315
|
|
|
|
|
|
|
"61247101", "Mount\ Wilson", |
|
2316
|
|
|
|
|
|
|
"61351804", "Heyfield", |
|
2317
|
|
|
|
|
|
|
"618683593", "Corackerup", |
|
2318
|
|
|
|
|
|
|
"61359052", "Emerald", |
|
2319
|
|
|
|
|
|
|
"61851142", "Whaleback", |
|
2320
|
|
|
|
|
|
|
"6124656", "Campbelltown", |
|
2321
|
|
|
|
|
|
|
"618965601", "Ballidu", |
|
2322
|
|
|
|
|
|
|
"61363065", "Moltema", |
|
2323
|
|
|
|
|
|
|
"61748327", "Hodgson\ Range", |
|
2324
|
|
|
|
|
|
|
"618753421", "Parndana", |
|
2325
|
|
|
|
|
|
|
"61263494", "Greenethorpe", |
|
2326
|
|
|
|
|
|
|
"617441937", "Clarke", |
|
2327
|
|
|
|
|
|
|
"613470607", "Pyalong", |
|
2328
|
|
|
|
|
|
|
"61742608", "Kidston", |
|
2329
|
|
|
|
|
|
|
"61256046", "Ettrick", |
|
2330
|
|
|
|
|
|
|
"61898808", "Hyden\ East", |
|
2331
|
|
|
|
|
|
|
"61238013", "Gunning", |
|
2332
|
|
|
|
|
|
|
"61348132", "Yalca", |
|
2333
|
|
|
|
|
|
|
"61741290", "Howard", |
|
2334
|
|
|
|
|
|
|
"61879000", "Alice\ Springs", |
|
2335
|
|
|
|
|
|
|
"61889667", "Tiwi", |
|
2336
|
|
|
|
|
|
|
"61742305", "Tully", |
|
2337
|
|
|
|
|
|
|
"617442585", "Collinsville", |
|
2338
|
|
|
|
|
|
|
"61888695", "Yorketown", |
|
2339
|
|
|
|
|
|
|
"61748454", "Emerald", |
|
2340
|
|
|
|
|
|
|
"6139965", "Melbourne", |
|
2341
|
|
|
|
|
|
|
"613442030", "Watchem", |
|
2342
|
|
|
|
|
|
|
"61265795", "Putty", |
|
2343
|
|
|
|
|
|
|
"61880166", "Tibooburra", |
|
2344
|
|
|
|
|
|
|
"61745517", "Bonshaw", |
|
2345
|
|
|
|
|
|
|
"61266148", "Copmanhurst", |
|
2346
|
|
|
|
|
|
|
"61742050", "Maryfarms", |
|
2347
|
|
|
|
|
|
|
"6175476", "Nambour", |
|
2348
|
|
|
|
|
|
|
"61284168", "Avalon\ Beach", |
|
2349
|
|
|
|
|
|
|
"612593831", "Wantabadgery", |
|
2350
|
|
|
|
|
|
|
"61889028", "Arnhem", |
|
2351
|
|
|
|
|
|
|
"61896513", "Dandaragan", |
|
2352
|
|
|
|
|
|
|
"61255577", "Port\ Macquarie", |
|
2353
|
|
|
|
|
|
|
"61879355", "Alyangula", |
|
2354
|
|
|
|
|
|
|
"61749097", "Ubobo", |
|
2355
|
|
|
|
|
|
|
"617458594", "Brookstead", |
|
2356
|
|
|
|
|
|
|
"61259092", "Narrandera", |
|
2357
|
|
|
|
|
|
|
"617486695", "Lethebrook", |
|
2358
|
|
|
|
|
|
|
"61249800", "Raymond\ Terrace", |
|
2359
|
|
|
|
|
|
|
"61745572", "Tara", |
|
2360
|
|
|
|
|
|
|
"612574676", "Craigleigh", |
|
2361
|
|
|
|
|
|
|
"61753189", "Nambour", |
|
2362
|
|
|
|
|
|
|
"61359009", "Red\ Hill", |
|
2363
|
|
|
|
|
|
|
"61354181", "Barham", |
|
2364
|
|
|
|
|
|
|
"61345010", "Hawkesdale", |
|
2365
|
|
|
|
|
|
|
"61367031", "Gladstone", |
|
2366
|
|
|
|
|
|
|
"61255512", "Idaville", |
|
2367
|
|
|
|
|
|
|
"61357619", "Wangaratta", |
|
2368
|
|
|
|
|
|
|
"61367374", "Gladstone", |
|
2369
|
|
|
|
|
|
|
"618683023", "Badgebup", |
|
2370
|
|
|
|
|
|
|
"61256584", "Coffs\ Harbour", |
|
2371
|
|
|
|
|
|
|
"618986158", "Kulin", |
|
2372
|
|
|
|
|
|
|
"61754341", "Kilcoy", |
|
2373
|
|
|
|
|
|
|
"613574185", "Pyalong", |
|
2374
|
|
|
|
|
|
|
"61875234", "Murray\ Bridge", |
|
2375
|
|
|
|
|
|
|
"61244051", "Bawley\ Point", |
|
2376
|
|
|
|
|
|
|
"617459888", "Paroo", |
|
2377
|
|
|
|
|
|
|
"618898", "Darwin", |
|
2378
|
|
|
|
|
|
|
"61748468", "Cannon\ Valley", |
|
2379
|
|
|
|
|
|
|
"618863562", "Minnipa", |
|
2380
|
|
|
|
|
|
|
"618903464", "Eyre", |
|
2381
|
|
|
|
|
|
|
"61890016", "Bodallin\ North", |
|
2382
|
|
|
|
|
|
|
"6138406", "Eltham", |
|
2383
|
|
|
|
|
|
|
"61266834", "Ballina", |
|
2384
|
|
|
|
|
|
|
"61746280", "Miles", |
|
2385
|
|
|
|
|
|
|
"61897747", "Marybrook", |
|
2386
|
|
|
|
|
|
|
"61268002", "Dubbo", |
|
2387
|
|
|
|
|
|
|
"61897466", "Manjimup", |
|
2388
|
|
|
|
|
|
|
"61362843", "Oatlands", |
|
2389
|
|
|
|
|
|
|
"61898734", "Unicup", |
|
2390
|
|
|
|
|
|
|
"61238149", "Gunning", |
|
2391
|
|
|
|
|
|
|
"613553936", "Tyrendarra", |
|
2392
|
|
|
|
|
|
|
"612594303", "Springdale", |
|
2393
|
|
|
|
|
|
|
"61383387", "Point\ Cook", |
|
2394
|
|
|
|
|
|
|
"61898229", "Congee", |
|
2395
|
|
|
|
|
|
|
"61248179", "Crookwell", |
|
2396
|
|
|
|
|
|
|
"618865926", "Mudamuckla", |
|
2397
|
|
|
|
|
|
|
"617486952", "Nathan\ Gorge", |
|
2398
|
|
|
|
|
|
|
"612594373", "Ariah\ Park", |
|
2399
|
|
|
|
|
|
|
"61383380", "Craigieburn", |
|
2400
|
|
|
|
|
|
|
"61746287", "Dulacca", |
|
2401
|
|
|
|
|
|
|
"61897740", "Bunbury", |
|
2402
|
|
|
|
|
|
|
"61860038", "Cascade", |
|
2403
|
|
|
|
|
|
|
"61299107", "Terrey\ Hills", |
|
2404
|
|
|
|
|
|
|
"61898824", "Nomans\ Lake", |
|
2405
|
|
|
|
|
|
|
"613441929", "Raywood", |
|
2406
|
|
|
|
|
|
|
"61264036", "Candelo", |
|
2407
|
|
|
|
|
|
|
"61257186", "Deepwater", |
|
2408
|
|
|
|
|
|
|
"61742624", "Ravenshoe", |
|
2409
|
|
|
|
|
|
|
"6129612", "Liverpool", |
|
2410
|
|
|
|
|
|
|
"618982950", "Bedford\ Harbour", |
|
2411
|
|
|
|
|
|
|
"618996719", "Denham", |
|
2412
|
|
|
|
|
|
|
"61240393", "Nelson\ Bay", |
|
2413
|
|
|
|
|
|
|
"61342182", "Kennedys\ Creek", |
|
2414
|
|
|
|
|
|
|
"618683368", "Jerramungup", |
|
2415
|
|
|
|
|
|
|
"61353658", "Serviceton", |
|
2416
|
|
|
|
|
|
|
"61353934", "Serviceton", |
|
2417
|
|
|
|
|
|
|
"613553763", "Coojar", |
|
2418
|
|
|
|
|
|
|
"61256282", "Woodenbong", |
|
2419
|
|
|
|
|
|
|
"61730389", "Samford", |
|
2420
|
|
|
|
|
|
|
"61238155", "Robertson", |
|
2421
|
|
|
|
|
|
|
"61351828", "Sale", |
|
2422
|
|
|
|
|
|
|
"618600239", "Karloning", |
|
2423
|
|
|
|
|
|
|
"61740494", "Thursday\ Island", |
|
2424
|
|
|
|
|
|
|
"612594146", "Talbingo", |
|
2425
|
|
|
|
|
|
|
"61897882", "Boyup\ Brook", |
|
2426
|
|
|
|
|
|
|
"61249807", "Raymond\ Terrace", |
|
2427
|
|
|
|
|
|
|
"6189585", "Mandurah", |
|
2428
|
|
|
|
|
|
|
"61242023", "Kiama", |
|
2429
|
|
|
|
|
|
|
"61879349", "Tanami", |
|
2430
|
|
|
|
|
|
|
"612574606", "Kelvin", |
|
2431
|
|
|
|
|
|
|
"617452544", "Crows\ Nest", |
|
2432
|
|
|
|
|
|
|
"61255214", "Singleton", |
|
2433
|
|
|
|
|
|
|
"61341223", "Morwell", |
|
2434
|
|
|
|
|
|
|
"61899801", "Meekatharra", |
|
2435
|
|
|
|
|
|
|
"618660878", "Beacon", |
|
2436
|
|
|
|
|
|
|
"61260099", "Holbrook", |
|
2437
|
|
|
|
|
|
|
"61340179", "Rufus\ River", |
|
2438
|
|
|
|
|
|
|
"61357078", "Longwood", |
|
2439
|
|
|
|
|
|
|
"61345017", "Wallacedale", |
|
2440
|
|
|
|
|
|
|
"61742342", "Innot\ Hot\ Springs", |
|
2441
|
|
|
|
|
|
|
"618851793", "Mallala", |
|
2442
|
|
|
|
|
|
|
"61745274", "Warwick", |
|
2443
|
|
|
|
|
|
|
"61897589", "Margaret\ River", |
|
2444
|
|
|
|
|
|
|
"61851105", "Ord", |
|
2445
|
|
|
|
|
|
|
"61899983", "Three\ Springs", |
|
2446
|
|
|
|
|
|
|
"6124294", "Helensburgh", |
|
2447
|
|
|
|
|
|
|
"61742057", "Kuranda", |
|
2448
|
|
|
|
|
|
|
"61741443", "Howard", |
|
2449
|
|
|
|
|
|
|
"61745510", "Inglewood", |
|
2450
|
|
|
|
|
|
|
"6186389", "Perth", |
|
2451
|
|
|
|
|
|
|
"61889391", "Nhulunbuy", |
|
2452
|
|
|
|
|
|
|
"61749090", "Springsure", |
|
2453
|
|
|
|
|
|
|
"613441207", "Dunolly", |
|
2454
|
|
|
|
|
|
|
"617458800", "Galilee", |
|
2455
|
|
|
|
|
|
|
"617485821", "Alpha", |
|
2456
|
|
|
|
|
|
|
"61345072", "Ecklin", |
|
2457
|
|
|
|
|
|
|
"61255570", "Merriwa", |
|
2458
|
|
|
|
|
|
|
"618753051", "Taldra", |
|
2459
|
|
|
|
|
|
|
"61265192", "Comboyne", |
|
2460
|
|
|
|
|
|
|
"6139269", "Melbourne", |
|
2461
|
|
|
|
|
|
|
"61879007", "Plenty", |
|
2462
|
|
|
|
|
|
|
"61889660", "Rodinga", |
|
2463
|
|
|
|
|
|
|
"61872823", "Salisbury", |
|
2464
|
|
|
|
|
|
|
"618661054", "Gillingarra", |
|
2465
|
|
|
|
|
|
|
"61741297", "Maryborough", |
|
2466
|
|
|
|
|
|
|
"61885026", "Callington", |
|
2467
|
|
|
|
|
|
|
"61247096", "Penrith", |
|
2468
|
|
|
|
|
|
|
"61367176", "Mathinna", |
|
2469
|
|
|
|
|
|
|
"61261114", "Burrinjuck", |
|
2470
|
|
|
|
|
|
|
"61752294", "Kia\ Ora", |
|
2471
|
|
|
|
|
|
|
"61344106", "Kyneton", |
|
2472
|
|
|
|
|
|
|
"61265333", "Bowraville", |
|
2473
|
|
|
|
|
|
|
"617750405", "Thomson", |
|
2474
|
|
|
|
|
|
|
"61268448", "Weetaliba", |
|
2475
|
|
|
|
|
|
|
"61888021", "Booborowie", |
|
2476
|
|
|
|
|
|
|
"618965671", "Jennacubbine", |
|
2477
|
|
|
|
|
|
|
"61748320", "Miclere", |
|
2478
|
|
|
|
|
|
|
"6186218", "Perth", |
|
2479
|
|
|
|
|
|
|
"61350644", "Natya", |
|
2480
|
|
|
|
|
|
|
"61351209", "Bruthen", |
|
2481
|
|
|
|
|
|
|
"61899551", "Eneabba", |
|
2482
|
|
|
|
|
|
|
"618763981", "Mintabie", |
|
2483
|
|
|
|
|
|
|
"6189769", "Tonebridge", |
|
2484
|
|
|
|
|
|
|
"61896389", "Dowerin", |
|
2485
|
|
|
|
|
|
|
"61352092", "Torquay", |
|
2486
|
|
|
|
|
|
|
"617750137", "Dirranbandi", |
|
2487
|
|
|
|
|
|
|
"61747929", "Palm\ Island", |
|
2488
|
|
|
|
|
|
|
"613470677", "Broadford", |
|
2489
|
|
|
|
|
|
|
"618763529", "Carrieton", |
|
2490
|
|
|
|
|
|
|
"618851095", "Wanbi", |
|
2491
|
|
|
|
|
|
|
"61753507", "Upper\ Widgee", |
|
2492
|
|
|
|
|
|
|
"61267088", "Manilla", |
|
2493
|
|
|
|
|
|
|
"61740601", "Coen", |
|
2494
|
|
|
|
|
|
|
"61240132", "Newcastle", |
|
2495
|
|
|
|
|
|
|
"613532307", "Bacchus\ Marsh", |
|
2496
|
|
|
|
|
|
|
"61264220", "Eden", |
|
2497
|
|
|
|
|
|
|
"61890598", "Mukinbudin", |
|
2498
|
|
|
|
|
|
|
"61775024", "Mitchell", |
|
2499
|
|
|
|
|
|
|
"618660787", "Wannamal", |
|
2500
|
|
|
|
|
|
|
"61868081", "Kondinin", |
|
2501
|
|
|
|
|
|
|
"61268045", "Curban", |
|
2502
|
|
|
|
|
|
|
"618601160", "Narembeen\ East", |
|
2503
|
|
|
|
|
|
|
"618683437", "Wickepin\ East", |
|
2504
|
|
|
|
|
|
|
"613573093", "Nagambie", |
|
2505
|
|
|
|
|
|
|
"61340353", "Pan\ Ban", |
|
2506
|
|
|
|
|
|
|
"612532718", "Tyagong", |
|
2507
|
|
|
|
|
|
|
"618763364", "Herbert", |
|
2508
|
|
|
|
|
|
|
"61267942", "Mirriadool", |
|
2509
|
|
|
|
|
|
|
"61344328", "Bendigo", |
|
2510
|
|
|
|
|
|
|
"61898262", "Cranbrook", |
|
2511
|
|
|
|
|
|
|
"61897100", "Wilga", |
|
2512
|
|
|
|
|
|
|
"613431976", "Marnoo", |
|
2513
|
|
|
|
|
|
|
"6173430", "Samford", |
|
2514
|
|
|
|
|
|
|
"618683105", "Ravensthorpe\ West", |
|
2515
|
|
|
|
|
|
|
"617473973", "The\ Monument", |
|
2516
|
|
|
|
|
|
|
"61243809", "Gosford", |
|
2517
|
|
|
|
|
|
|
"617750153", "Helidon", |
|
2518
|
|
|
|
|
|
|
"61245039", "Wisemans\ Ferry", |
|
2519
|
|
|
|
|
|
|
"61742773", "Etheridge", |
|
2520
|
|
|
|
|
|
|
"617452684", "Allora", |
|
2521
|
|
|
|
|
|
|
"618732", "Adelaide", |
|
2522
|
|
|
|
|
|
|
"61269843", "Burra", |
|
2523
|
|
|
|
|
|
|
"61887614", "Robe", |
|
2524
|
|
|
|
|
|
|
"61353000", "Ballarat", |
|
2525
|
|
|
|
|
|
|
"612574954", "Narrabri", |
|
2526
|
|
|
|
|
|
|
"6186507", "Perth", |
|
2527
|
|
|
|
|
|
|
"6138712", "Dandenong", |
|
2528
|
|
|
|
|
|
|
"617442813", "Palm\ Island", |
|
2529
|
|
|
|
|
|
|
"61881852", "Woodside", |
|
2530
|
|
|
|
|
|
|
"61351693", "Yinnar", |
|
2531
|
|
|
|
|
|
|
"61265130", "Smithtown", |
|
2532
|
|
|
|
|
|
|
"61247111", "Mount\ Wilson", |
|
2533
|
|
|
|
|
|
|
"61260638", "Eskdale", |
|
2534
|
|
|
|
|
|
|
"61353072", "Stoneleigh", |
|
2535
|
|
|
|
|
|
|
"61359143", "Tankerton", |
|
2536
|
|
|
|
|
|
|
"61851053", "Telfer", |
|
2537
|
|
|
|
|
|
|
"61888786", "Brinkworth", |
|
2538
|
|
|
|
|
|
|
"61896276", "Beverley", |
|
2539
|
|
|
|
|
|
|
"61897117", "Harvey", |
|
2540
|
|
|
|
|
|
|
"61264483", "Eucumbene", |
|
2541
|
|
|
|
|
|
|
"61255228", "Ellerston", |
|
2542
|
|
|
|
|
|
|
"61749032", "Cannon\ Valley", |
|
2543
|
|
|
|
|
|
|
"61251026", "Bungendore", |
|
2544
|
|
|
|
|
|
|
"61891438", "Tom\ Price", |
|
2545
|
|
|
|
|
|
|
"61753510", "Nambour", |
|
2546
|
|
|
|
|
|
|
"61734693", "Russell\ Island", |
|
2547
|
|
|
|
|
|
|
"61392172", "Eltham", |
|
2548
|
|
|
|
|
|
|
"61898151", "Kondinin", |
|
2549
|
|
|
|
|
|
|
"61352904", "Birregurra", |
|
2550
|
|
|
|
|
|
|
"612594214", "Kyeamba", |
|
2551
|
|
|
|
|
|
|
"61248157", "Gunning", |
|
2552
|
|
|
|
|
|
|
"61885292", "Windsor", |
|
2553
|
|
|
|
|
|
|
"61753274", "Maleny", |
|
2554
|
|
|
|
|
|
|
"61897172", "Donnybrook", |
|
2555
|
|
|
|
|
|
|
"61353017", "Dadswells\ Bridge", |
|
2556
|
|
|
|
|
|
|
"6175679", "Southport", |
|
2557
|
|
|
|
|
|
|
"61877064", "Makin", |
|
2558
|
|
|
|
|
|
|
"61741764", "Yarraman", |
|
2559
|
|
|
|
|
|
|
"61354588", "Korong\ Vale", |
|
2560
|
|
|
|
|
|
|
"61340582", "Ultima", |
|
2561
|
|
|
|
|
|
|
"61730503", "Cleveland", |
|
2562
|
|
|
|
|
|
|
"617487165", "Wagoora", |
|
2563
|
|
|
|
|
|
|
"61250080", "Tallangatta\ Valley", |
|
2564
|
|
|
|
|
|
|
"61885781", "Karoonda", |
|
2565
|
|
|
|
|
|
|
"61259037", "Narrandera", |
|
2566
|
|
|
|
|
|
|
"618683075", "Lake\ Toolbrunup", |
|
2567
|
|
|
|
|
|
|
"61358434", "Logie\ Brae", |
|
2568
|
|
|
|
|
|
|
"618985493", "Tambellup", |
|
2569
|
|
|
|
|
|
|
"61392117", "Clayton", |
|
2570
|
|
|
|
|
|
|
"61357447", "Chiltern", |
|
2571
|
|
|
|
|
|
|
"612592681", "Black\ Stump", |
|
2572
|
|
|
|
|
|
|
"61895156", "Dwellingup", |
|
2573
|
|
|
|
|
|
|
"61748123", "Turkey\ Beach", |
|
2574
|
|
|
|
|
|
|
"61257253", "Pallamallawa", |
|
2575
|
|
|
|
|
|
|
"612583604", "Farrendale", |
|
2576
|
|
|
|
|
|
|
"618600910", "Muntadgin\ East", |
|
2577
|
|
|
|
|
|
|
"61897303", "Bunbury", |
|
2578
|
|
|
|
|
|
|
"613442130", "Lake\ Meran", |
|
2579
|
|
|
|
|
|
|
"61891035", "Karratha", |
|
2580
|
|
|
|
|
|
|
"617458774", "Bunya\ Mountains", |
|
2581
|
|
|
|
|
|
|
"617459027", "Kupunn", |
|
2582
|
|
|
|
|
|
|
"61742315", "Maryfarms", |
|
2583
|
|
|
|
|
|
|
"61879010", "Tablelands", |
|
2584
|
|
|
|
|
|
|
"618964422", "Bibby\ Springs", |
|
2585
|
|
|
|
|
|
|
"612532527", "Greenethorpe", |
|
2586
|
|
|
|
|
|
|
"61340150", "Nangiloc", |
|
2587
|
|
|
|
|
|
|
"61745857", "Yetman", |
|
2588
|
|
|
|
|
|
|
"61887067", "Millicent", |
|
2589
|
|
|
|
|
|
|
"61898818", "Karlgarin", |
|
2590
|
|
|
|
|
|
|
"61238003", "Binda", |
|
2591
|
|
|
|
|
|
|
"61358087", "Tatura", |
|
2592
|
|
|
|
|
|
|
"61746821", "Tara", |
|
2593
|
|
|
|
|
|
|
"6139474", "Melbourne", |
|
2594
|
|
|
|
|
|
|
"61742618", "Molloy", |
|
2595
|
|
|
|
|
|
|
"613574783", "Yarrawonga", |
|
2596
|
|
|
|
|
|
|
"61364144", "Yolla", |
|
2597
|
|
|
|
|
|
|
"618600955", "Kalgoorlie", |
|
2598
|
|
|
|
|
|
|
"61886139", "Iron\ Baron", |
|
2599
|
|
|
|
|
|
|
"61886525", "Spilsby", |
|
2600
|
|
|
|
|
|
|
"6138609", "Melbourne", |
|
2601
|
|
|
|
|
|
|
"61268753", "Coonabarabran", |
|
2602
|
|
|
|
|
|
|
"61357652", "Thoona", |
|
2603
|
|
|
|
|
|
|
"6135568", "Port\ Fairy", |
|
2604
|
|
|
|
|
|
|
"61887893", "Avenue\ Range", |
|
2605
|
|
|
|
|
|
|
"61351814", "Morwell", |
|
2606
|
|
|
|
|
|
|
"61255559", "Krambach", |
|
2607
|
|
|
|
|
|
|
"61357609", "Devlins\ Bridge", |
|
2608
|
|
|
|
|
|
|
"61263948", "Orange", |
|
2609
|
|
|
|
|
|
|
"61261306", "Bungendore", |
|
2610
|
|
|
|
|
|
|
"617458667", "Quilpie", |
|
2611
|
|
|
|
|
|
|
"618683123", "Albany", |
|
2612
|
|
|
|
|
|
|
"61345000", "Woolsthorpe", |
|
2613
|
|
|
|
|
|
|
"61387826", "Croydon", |
|
2614
|
|
|
|
|
|
|
"61341480", "Rosedale", |
|
2615
|
|
|
|
|
|
|
"61885653", "Tanunda", |
|
2616
|
|
|
|
|
|
|
"61359019", "Cowes", |
|
2617
|
|
|
|
|
|
|
"61741758", "Brooklands", |
|
2618
|
|
|
|
|
|
|
"61877058", "Kingston\ Se", |
|
2619
|
|
|
|
|
|
|
"61740246", "Minnamoolka", |
|
2620
|
|
|
|
|
|
|
"613532411", "Polkemmet", |
|
2621
|
|
|
|
|
|
|
"61343727", "Ballarat", |
|
2622
|
|
|
|
|
|
|
"61351161", "Bairnsdale", |
|
2623
|
|
|
|
|
|
|
"6126633", "Kyogle", |
|
2624
|
|
|
|
|
|
|
"6128605", "Blacktown", |
|
2625
|
|
|
|
|
|
|
"61344314", "Bendigo", |
|
2626
|
|
|
|
|
|
|
"61253039", "Koorawatha", |
|
2627
|
|
|
|
|
|
|
"61887325", "Bangham", |
|
2628
|
|
|
|
|
|
|
"61263082", "Gingkin", |
|
2629
|
|
|
|
|
|
|
"618680116", "Varley", |
|
2630
|
|
|
|
|
|
|
"618864327", "Crystal\ Brook", |
|
2631
|
|
|
|
|
|
|
"618752452", "Blanchetown", |
|
2632
|
|
|
|
|
|
|
"61886946", "Minnipa", |
|
2633
|
|
|
|
|
|
|
"6129709", "Bankstown", |
|
2634
|
|
|
|
|
|
|
"61281188", "Liverpool", |
|
2635
|
|
|
|
|
|
|
"618852069", "Gawler", |
|
2636
|
|
|
|
|
|
|
"61896503", "Lancelin", |
|
2637
|
|
|
|
|
|
|
"61890285", "Leinster", |
|
2638
|
|
|
|
|
|
|
"61899366", "Lynton", |
|
2639
|
|
|
|
|
|
|
"61747697", "Normanton", |
|
2640
|
|
|
|
|
|
|
"618683773", "Ravensthorpe\ West", |
|
2641
|
|
|
|
|
|
|
"617479204", "Upper\ Stone", |
|
2642
|
|
|
|
|
|
|
"6126776", "Armidale", |
|
2643
|
|
|
|
|
|
|
"6139410", "Melbourne", |
|
2644
|
|
|
|
|
|
|
"61340426", "Culgoa", |
|
2645
|
|
|
|
|
|
|
"61240190", "Raymond\ Terrace", |
|
2646
|
|
|
|
|
|
|
"61745507", "North\ Star", |
|
2647
|
|
|
|
|
|
|
"61875023", "Mannum", |
|
2648
|
|
|
|
|
|
|
"61364704", "Marrawah", |
|
2649
|
|
|
|
|
|
|
"61264578", "Jindabyne\ South", |
|
2650
|
|
|
|
|
|
|
"612574831", "Upper\ Horton", |
|
2651
|
|
|
|
|
|
|
"61754905", "Caloundra", |
|
2652
|
|
|
|
|
|
|
"61267915", "Boggabri", |
|
2653
|
|
|
|
|
|
|
"61352030", "Aireys\ Inlet", |
|
2654
|
|
|
|
|
|
|
"612574270", "Somerton", |
|
2655
|
|
|
|
|
|
|
"618858572", "Meningie\ East", |
|
2656
|
|
|
|
|
|
|
"61357293", "King\ Valley", |
|
2657
|
|
|
|
|
|
|
"61895420", "Pinjarra", |
|
2658
|
|
|
|
|
|
|
"61268681", "Yarrabandai", |
|
2659
|
|
|
|
|
|
|
"61268012", "Dubbo", |
|
2660
|
|
|
|
|
|
|
"612593676", "Burcher", |
|
2661
|
|
|
|
|
|
|
"61890006", "Ardath", |
|
2662
|
|
|
|
|
|
|
"617486203", "Goovigen", |
|
2663
|
|
|
|
|
|
|
"61268077", "Naradhan", |
|
2664
|
|
|
|
|
|
|
"618862005", "Quorn", |
|
2665
|
|
|
|
|
|
|
"61357536", "Mansfield", |
|
2666
|
|
|
|
|
|
|
"61348197", "Shepparton", |
|
2667
|
|
|
|
|
|
|
"61363123", "George\ Town", |
|
2668
|
|
|
|
|
|
|
"61267341", "Glen\ Innes", |
|
2669
|
|
|
|
|
|
|
"61350921", "Ouyen", |
|
2670
|
|
|
|
|
|
|
"612583956", "Yarragrin", |
|
2671
|
|
|
|
|
|
|
"61259226", "Rannock", |
|
2672
|
|
|
|
|
|
|
"617480300", "Orion", |
|
2673
|
|
|
|
|
|
|
"61896451", "Quairading", |
|
2674
|
|
|
|
|
|
|
"61348190", "Wakool", |
|
2675
|
|
|
|
|
|
|
"61268070", "Mandagery", |
|
2676
|
|
|
|
|
|
|
"61352037", "Apollo\ Bay", |
|
2677
|
|
|
|
|
|
|
"61734738", "Dunwich", |
|
2678
|
|
|
|
|
|
|
"618660949", "Wongan\ Hills", |
|
2679
|
|
|
|
|
|
|
"618903657", "Bodallin", |
|
2680
|
|
|
|
|
|
|
"613451434", "Macarthur", |
|
2681
|
|
|
|
|
|
|
"61746423", "Pittsworth", |
|
2682
|
|
|
|
|
|
|
"613553862", "Wallacedale", |
|
2683
|
|
|
|
|
|
|
"613545014", "Lockington", |
|
2684
|
|
|
|
|
|
|
"61356134", "Korumburra", |
|
2685
|
|
|
|
|
|
|
"61341371", "Lakes\ Entrance", |
|
2686
|
|
|
|
|
|
|
"61260793", "Rand", |
|
2687
|
|
|
|
|
|
|
"61895427", "Pinjarra", |
|
2688
|
|
|
|
|
|
|
"61341034", "Licola", |
|
2689
|
|
|
|
|
|
|
"61899158", "Yandanooka", |
|
2690
|
|
|
|
|
|
|
"612574200", "Bellata", |
|
2691
|
|
|
|
|
|
|
"618858502", "Gurrai", |
|
2692
|
|
|
|
|
|
|
"61756452", "Ormeau", |
|
2693
|
|
|
|
|
|
|
"613441932", "Romsey", |
|
2694
|
|
|
|
|
|
|
"61887491", "Kalangadoo", |
|
2695
|
|
|
|
|
|
|
"618753151", "Callington", |
|
2696
|
|
|
|
|
|
|
"618683703", "Cairlocup", |
|
2697
|
|
|
|
|
|
|
"61747690", "Julia\ Creek", |
|
2698
|
|
|
|
|
|
|
"612583443", "Bourke", |
|
2699
|
|
|
|
|
|
|
"61743335", "Mount\ Perry", |
|
2700
|
|
|
|
|
|
|
"617480543", "Koumala", |
|
2701
|
|
|
|
|
|
|
"61268994", "Cobar", |
|
2702
|
|
|
|
|
|
|
"618859991", "Wynarka", |
|
2703
|
|
|
|
|
|
|
"61359375", "Warburton", |
|
2704
|
|
|
|
|
|
|
"61878089", "Port\ Victoria", |
|
2705
|
|
|
|
|
|
|
"6175342", "Caboolture", |
|
2706
|
|
|
|
|
|
|
"61240197", "Branxton", |
|
2707
|
|
|
|
|
|
|
"61745500", "Cecil\ Plains", |
|
2708
|
|
|
|
|
|
|
"6135026", "Robinvale", |
|
2709
|
|
|
|
|
|
|
"61890191", "Speddingup\ East", |
|
2710
|
|
|
|
|
|
|
"618851892", "Two\ Wells", |
|
2711
|
|
|
|
|
|
|
"61851115", "Wyndham", |
|
2712
|
|
|
|
|
|
|
"61746561", "Quilpie", |
|
2713
|
|
|
|
|
|
|
"613431743", "Wilkur", |
|
2714
|
|
|
|
|
|
|
"612583767", "Bindogundra", |
|
2715
|
|
|
|
|
|
|
"61341487", "Yinnar", |
|
2716
|
|
|
|
|
|
|
"61264903", "Bombala", |
|
2717
|
|
|
|
|
|
|
"61744198", "Ayr", |
|
2718
|
|
|
|
|
|
|
"61345007", "Panmure", |
|
2719
|
|
|
|
|
|
|
"6129114", "Sydney", |
|
2720
|
|
|
|
|
|
|
"617473925", "Julia\ Creek", |
|
2721
|
|
|
|
|
|
|
"61899811", "Meekatharra", |
|
2722
|
|
|
|
|
|
|
"61896978", "Wubin", |
|
2723
|
|
|
|
|
|
|
"61255926", "Jerrys\ Plains", |
|
2724
|
|
|
|
|
|
|
"61255204", "Mount\ Olive", |
|
2725
|
|
|
|
|
|
|
"618903633", "Speddingup\ East", |
|
2726
|
|
|
|
|
|
|
"61895665", "Gidgegannup", |
|
2727
|
|
|
|
|
|
|
"61358080", "Picola", |
|
2728
|
|
|
|
|
|
|
"61742079", "Minnamoolka", |
|
2729
|
|
|
|
|
|
|
"61248582", "Tarago", |
|
2730
|
|
|
|
|
|
|
"617750037", "Thargomindah", |
|
2731
|
|
|
|
|
|
|
"612683712", "Dubbo", |
|
2732
|
|
|
|
|
|
|
"61879072", "Elliott", |
|
2733
|
|
|
|
|
|
|
"61746731", "Warwick", |
|
2734
|
|
|
|
|
|
|
"61248889", "Barrallier", |
|
2735
|
|
|
|
|
|
|
"61351219", "Traralgon", |
|
2736
|
|
|
|
|
|
|
"618753398", "Hartley", |
|
2737
|
|
|
|
|
|
|
"61899164", "Yuna", |
|
2738
|
|
|
|
|
|
|
"613470860", "Benalla", |
|
2739
|
|
|
|
|
|
|
"61344116", "Heathcote", |
|
2740
|
|
|
|
|
|
|
"617458704", "Arcadia\ Valley", |
|
2741
|
|
|
|
|
|
|
"61895368", "Mandurah", |
|
2742
|
|
|
|
|
|
|
"612583674", "Bogan\ Gate", |
|
2743
|
|
|
|
|
|
|
"61255545", "Bowraville", |
|
2744
|
|
|
|
|
|
|
"61887060", "Makin", |
|
2745
|
|
|
|
|
|
|
"61747361", "Woodstock", |
|
2746
|
|
|
|
|
|
|
"61745850", "Wallumbilla", |
|
2747
|
|
|
|
|
|
|
"612593954", "Bunda", |
|
2748
|
|
|
|
|
|
|
"6128823", "Sydney", |
|
2749
|
|
|
|
|
|
|
"61879017", "Carpentaria", |
|
2750
|
|
|
|
|
|
|
"618985537", "West\ River", |
|
2751
|
|
|
|
|
|
|
"618661154", "Pantapin", |
|
2752
|
|
|
|
|
|
|
"61340157", "Willandra\ Lakes", |
|
2753
|
|
|
|
|
|
|
"61250087", "Albury", |
|
2754
|
|
|
|
|
|
|
"61887604", "Lochaber", |
|
2755
|
|
|
|
|
|
|
"61353010", "Beulah", |
|
2756
|
|
|
|
|
|
|
"61745189", "Dirranbandi", |
|
2757
|
|
|
|
|
|
|
"61885594", "Karatta", |
|
2758
|
|
|
|
|
|
|
"61753572", "Kenilworth", |
|
2759
|
|
|
|
|
|
|
"617750053", "Yelarbon", |
|
2760
|
|
|
|
|
|
|
"61357440", "Yarrawonga", |
|
2761
|
|
|
|
|
|
|
"61354871", "Gunbower", |
|
2762
|
|
|
|
|
|
|
"61886248", "Poochera", |
|
2763
|
|
|
|
|
|
|
"6173431", "Samford", |
|
2764
|
|
|
|
|
|
|
"61259030", "Coleambally", |
|
2765
|
|
|
|
|
|
|
"6188384", "Mclaren\ Vale", |
|
2766
|
|
|
|
|
|
|
"61340284", "Balranald", |
|
2767
|
|
|
|
|
|
|
"61260266", "Howlong", |
|
2768
|
|
|
|
|
|
|
"617480683", "Dingo", |
|
2769
|
|
|
|
|
|
|
"6173777", "Brisbane", |
|
2770
|
|
|
|
|
|
|
"618985553", "Dudinin", |
|
2771
|
|
|
|
|
|
|
"61897110", "Brunswick\ Junction", |
|
2772
|
|
|
|
|
|
|
"61740948", "Walsh\ River", |
|
2773
|
|
|
|
|
|
|
"61754942", "Maleny", |
|
2774
|
|
|
|
|
|
|
"61265137", "Taylors\ Arm", |
|
2775
|
|
|
|
|
|
|
"613531663", "Glenorchy", |
|
2776
|
|
|
|
|
|
|
"61248150", "Tuena", |
|
2777
|
|
|
|
|
|
|
"613442098", "Amphitheatre", |
|
2778
|
|
|
|
|
|
|
"61269688", "Goolgowi", |
|
2779
|
|
|
|
|
|
|
"618601060", "Bullfinch", |
|
2780
|
|
|
|
|
|
|
"618993018", "Denham", |
|
2781
|
|
|
|
|
|
|
"61753517", "Toogoolawah", |
|
2782
|
|
|
|
|
|
|
"618851195", "Wunkar", |
|
2783
|
|
|
|
|
|
|
"61263246", "Bathurst", |
|
2784
|
|
|
|
|
|
|
"61754088", "Caloundra", |
|
2785
|
|
|
|
|
|
|
"61740082", "Lakeland", |
|
2786
|
|
|
|
|
|
|
"6174774", "Townsville", |
|
2787
|
|
|
|
|
|
|
"61888053", "Lochiel", |
|
2788
|
|
|
|
|
|
|
"612583807", "Gulargambone", |
|
2789
|
|
|
|
|
|
|
"61361027", "Tarraleah", |
|
2790
|
|
|
|
|
|
|
"61891297", "Whaleback", |
|
2791
|
|
|
|
|
|
|
"61899523", "Coorow", |
|
2792
|
|
|
|
|
|
|
"618903582", "Neridup", |
|
2793
|
|
|
|
|
|
|
"61886018", "Carrieton", |
|
2794
|
|
|
|
|
|
|
"617476735", "Ravenswood", |
|
2795
|
|
|
|
|
|
|
"61742784", "Lakeland", |
|
2796
|
|
|
|
|
|
|
"617487122", "Fitzroy\ West", |
|
2797
|
|
|
|
|
|
|
"61266684", "Coutts\ Crossing", |
|
2798
|
|
|
|
|
|
|
"61898320", "Muradup", |
|
2799
|
|
|
|
|
|
|
"61350260", "Wemen", |
|
2800
|
|
|
|
|
|
|
"618683289", "Lake\ Magenta", |
|
2801
|
|
|
|
|
|
|
"61248098", "Lost\ River", |
|
2802
|
|
|
|
|
|
|
"6139889", "Melbourne", |
|
2803
|
|
|
|
|
|
|
"617487039", "Mount\ Coolon", |
|
2804
|
|
|
|
|
|
|
"61263016", "Birriwa", |
|
2805
|
|
|
|
|
|
|
"61264362", "Cathcart", |
|
2806
|
|
|
|
|
|
|
"613432151", "Jeparit", |
|
2807
|
|
|
|
|
|
|
"613451440", "Panmure", |
|
2808
|
|
|
|
|
|
|
"61268205", "Lightning\ Ridge", |
|
2809
|
|
|
|
|
|
|
"618752928", "Eudunda", |
|
2810
|
|
|
|
|
|
|
"61896168", "South\ Quairading", |
|
2811
|
|
|
|
|
|
|
"61286624", "Blacktown", |
|
2812
|
|
|
|
|
|
|
"61240607", "Branxton", |
|
2813
|
|
|
|
|
|
|
"618763996", "Port\ Pirie", |
|
2814
|
|
|
|
|
|
|
"618660975", "Coomallo", |
|
2815
|
|
|
|
|
|
|
"613553702", "Ozenkadnook", |
|
2816
|
|
|
|
|
|
|
"613470538", "Devlins\ Bridge", |
|
2817
|
|
|
|
|
|
|
"61890601", "Nungarin", |
|
2818
|
|
|
|
|
|
|
"61353891", "Dimboola", |
|
2819
|
|
|
|
|
|
|
"61747100", "Home\ Hill", |
|
2820
|
|
|
|
|
|
|
"61265081", "Lord\ Howe\ Island", |
|
2821
|
|
|
|
|
|
|
"618967675", "Gabbin", |
|
2822
|
|
|
|
|
|
|
"618964465", "Dandaragan", |
|
2823
|
|
|
|
|
|
|
"618863573", "Mount\ Hope", |
|
2824
|
|
|
|
|
|
|
"61351049", "Nowa\ Nowa", |
|
2825
|
|
|
|
|
|
|
"612593718", "Narraburra", |
|
2826
|
|
|
|
|
|
|
"61748262", "Capella", |
|
2827
|
|
|
|
|
|
|
"61258267", "Collie", |
|
2828
|
|
|
|
|
|
|
"613572775", "Mount\ Beauty", |
|
2829
|
|
|
|
|
|
|
"618989140", "Narrogin", |
|
2830
|
|
|
|
|
|
|
"617480199", "Cannon\ Valley", |
|
2831
|
|
|
|
|
|
|
"61340321", "Underbool", |
|
2832
|
|
|
|
|
|
|
"61879247", "Darwin", |
|
2833
|
|
|
|
|
|
|
"61899461", "Warradarge", |
|
2834
|
|
|
|
|
|
|
"618601104", "Scaddan\ West", |
|
2835
|
|
|
|
|
|
|
"61259295", "Gala\ Vale", |
|
2836
|
|
|
|
|
|
|
"61250131", "Ournie", |
|
2837
|
|
|
|
|
|
|
"61885944", "Karoonda", |
|
2838
|
|
|
|
|
|
|
"61265677", "Smithtown", |
|
2839
|
|
|
|
|
|
|
"61348064", "Jerilderie", |
|
2840
|
|
|
|
|
|
|
"61268086", "Narran", |
|
2841
|
|
|
|
|
|
|
"61342460", "Geelong", |
|
2842
|
|
|
|
|
|
|
"61896287", "Calingiri", |
|
2843
|
|
|
|
|
|
|
"618903470", "Gibson", |
|
2844
|
|
|
|
|
|
|
"61888777", "Minlaton", |
|
2845
|
|
|
|
|
|
|
"618763683", "The\ Ranges", |
|
2846
|
|
|
|
|
|
|
"61342304", "Cressy", |
|
2847
|
|
|
|
|
|
|
"61340516", "Karawinna", |
|
2848
|
|
|
|
|
|
|
"612583432", "Barrinford", |
|
2849
|
|
|
|
|
|
|
"61359255", "Cowes", |
|
2850
|
|
|
|
|
|
|
"617458688", "Toowoomba", |
|
2851
|
|
|
|
|
|
|
"61745283", "Warwick", |
|
2852
|
|
|
|
|
|
|
"61352181", "Bannockburn", |
|
2853
|
|
|
|
|
|
|
"61351307", "Yinnar", |
|
2854
|
|
|
|
|
|
|
"61877197", "Port\ Macdonnell", |
|
2855
|
|
|
|
|
|
|
"61258188", "Cuttaburra", |
|
2856
|
|
|
|
|
|
|
"61888712", "Moonta", |
|
2857
|
|
|
|
|
|
|
"613431732", "Polkemmet", |
|
2858
|
|
|
|
|
|
|
"61744050", "Burdekin", |
|
2859
|
|
|
|
|
|
|
"61257145", "Ben\ Lomond", |
|
2860
|
|
|
|
|
|
|
"61899974", "Howatharra", |
|
2861
|
|
|
|
|
|
|
"6139211", "Melbourne", |
|
2862
|
|
|
|
|
|
|
"61741399", "Brooklands", |
|
2863
|
|
|
|
|
|
|
"612570019", "Banoon", |
|
2864
|
|
|
|
|
|
|
"617452363", "Roma", |
|
2865
|
|
|
|
|
|
|
"61890494", "Bullfinch", |
|
2866
|
|
|
|
|
|
|
"618903642", "Baandee", |
|
2867
|
|
|
|
|
|
|
"61355334", "Pomborneit", |
|
2868
|
|
|
|
|
|
|
"61356431", "Icy\ Creek", |
|
2869
|
|
|
|
|
|
|
"613470700", "Myrtleford", |
|
2870
|
|
|
|
|
|
|
"618996961", "Wiluna", |
|
2871
|
|
|
|
|
|
|
"61361365", "Hobart", |
|
2872
|
|
|
|
|
|
|
"61355071", "Ecklin", |
|
2873
|
|
|
|
|
|
|
"61749801", "Blackwater", |
|
2874
|
|
|
|
|
|
|
"613546292", "Maryborough", |
|
2875
|
|
|
|
|
|
|
"61753156", "Cooroy", |
|
2876
|
|
|
|
|
|
|
"61747882", "Charters\ Towers", |
|
2877
|
|
|
|
|
|
|
"61351113", "Munro", |
|
2878
|
|
|
|
|
|
|
"61887194", "Tarpeena", |
|
2879
|
|
|
|
|
|
|
"6129885", "Blacktown", |
|
2880
|
|
|
|
|
|
|
"61348058", "Cobram", |
|
2881
|
|
|
|
|
|
|
"61868192", "Denmark", |
|
2882
|
|
|
|
|
|
|
"61895510", "Bindoon", |
|
2883
|
|
|
|
|
|
|
"61268544", "Bedgerebong", |
|
2884
|
|
|
|
|
|
|
"61891443", "Dampier", |
|
2885
|
|
|
|
|
|
|
"61896154", "Northam", |
|
2886
|
|
|
|
|
|
|
"618752936", "Karoonda", |
|
2887
|
|
|
|
|
|
|
"61267537", "Weemelah", |
|
2888
|
|
|
|
|
|
|
"61749983", "Biloela", |
|
2889
|
|
|
|
|
|
|
"61253118", "Caragabal", |
|
2890
|
|
|
|
|
|
|
"61358076", "Numurkah", |
|
2891
|
|
|
|
|
|
|
"61341251", "Mount\ Taylor", |
|
2892
|
|
|
|
|
|
|
"613441943", "Woodend", |
|
2893
|
|
|
|
|
|
|
"61260643", "Dartmouth", |
|
2894
|
|
|
|
|
|
|
"61359138", "Healesville", |
|
2895
|
|
|
|
|
|
|
"61775139", "Haddon", |
|
2896
|
|
|
|
|
|
|
"618964958", "Yerecoin", |
|
2897
|
|
|
|
|
|
|
"61899090", "Morawa", |
|
2898
|
|
|
|
|
|
|
"61743178", "Tandora", |
|
2899
|
|
|
|
|
|
|
"61240449", "Tea\ Gardens", |
|
2900
|
|
|
|
|
|
|
"613441190", "Amphitheatre", |
|
2901
|
|
|
|
|
|
|
"61344182", "Bendigo", |
|
2902
|
|
|
|
|
|
|
"61267530", "Wenna", |
|
2903
|
|
|
|
|
|
|
"61748558", "Moura", |
|
2904
|
|
|
|
|
|
|
"61898065", "Cranbrook", |
|
2905
|
|
|
|
|
|
|
"618867741", "Morchard", |
|
2906
|
|
|
|
|
|
|
"61256573", "Ulong", |
|
2907
|
|
|
|
|
|
|
"61895517", "Bakers\ Hill", |
|
2908
|
|
|
|
|
|
|
"61268242", "Quambone", |
|
2909
|
|
|
|
|
|
|
"61264329", "Delegate", |
|
2910
|
|
|
|
|
|
|
"61361593", "Gretna", |
|
2911
|
|
|
|
|
|
|
"61899097", "Mount\ Magnet", |
|
2912
|
|
|
|
|
|
|
"61740933", "Mareeba", |
|
2913
|
|
|
|
|
|
|
"618864083", "Kyancutta", |
|
2914
|
|
|
|
|
|
|
"618600265", "Southern\ Cross", |
|
2915
|
|
|
|
|
|
|
"612532831", "Glen\ Davis", |
|
2916
|
|
|
|
|
|
|
"61249091", "East\ Gresford", |
|
2917
|
|
|
|
|
|
|
"61746513", "Aramac", |
|
2918
|
|
|
|
|
|
|
"618994068", "Morawa", |
|
2919
|
|
|
|
|
|
|
"61363808", "Launceston", |
|
2920
|
|
|
|
|
|
|
"61895572", "Rockingham", |
|
2921
|
|
|
|
|
|
|
"61886233", "Yeelanna", |
|
2922
|
|
|
|
|
|
|
"61263598", "Meadow\ Flat", |
|
2923
|
|
|
|
|
|
|
"61248516", "Bundanoon", |
|
2924
|
|
|
|
|
|
|
"61240455", "Karuah", |
|
2925
|
|
|
|
|
|
|
"613470770", "Chiltern", |
|
2926
|
|
|
|
|
|
|
"6187559", "Murray\ Bridge", |
|
2927
|
|
|
|
|
|
|
"61361236", "Geeveston", |
|
2928
|
|
|
|
|
|
|
"618865835", "Courela", |
|
2929
|
|
|
|
|
|
|
"618682195", "Tarin\ Rock", |
|
2930
|
|
|
|
|
|
|
"61355949", "Pomborneit", |
|
2931
|
|
|
|
|
|
|
"61359249", "Tankerton", |
|
2932
|
|
|
|
|
|
|
"612593741", "Wantabadgery", |
|
2933
|
|
|
|
|
|
|
"61744057", "Leichhardt\ Range", |
|
2934
|
|
|
|
|
|
|
"61880093", "Wilcannia", |
|
2935
|
|
|
|
|
|
|
"617486158", "Bajool", |
|
2936
|
|
|
|
|
|
|
"61250076", "Rand", |
|
2937
|
|
|
|
|
|
|
"61877190", "Marcollat", |
|
2938
|
|
|
|
|
|
|
"618850696", "Paruna", |
|
2939
|
|
|
|
|
|
|
"618683049", "Gnowellen", |
|
2940
|
|
|
|
|
|
|
"61898468", "Manypeaks\ North", |
|
2941
|
|
|
|
|
|
|
"613442144", "Quambatook", |
|
2942
|
|
|
|
|
|
|
"61888115", "Braemer", |
|
2943
|
|
|
|
|
|
|
"61740016", "Babinda", |
|
2944
|
|
|
|
|
|
|
"618660680", "Burakin", |
|
2945
|
|
|
|
|
|
|
"618903854", "Korbelka", |
|
2946
|
|
|
|
|
|
|
"618903400", "Cascade", |
|
2947
|
|
|
|
|
|
|
"61888770", "Lochiel", |
|
2948
|
|
|
|
|
|
|
"61244023", "Narooma", |
|
2949
|
|
|
|
|
|
|
"617473962", "Normanton", |
|
2950
|
|
|
|
|
|
|
"61896280", "Dale\ River", |
|
2951
|
|
|
|
|
|
|
"61747466", "Julia\ Creek", |
|
2952
|
|
|
|
|
|
|
"61351300", "Erica", |
|
2953
|
|
|
|
|
|
|
"612583788", "Cumborah", |
|
2954
|
|
|
|
|
|
|
"61367383", "Ringarooma", |
|
2955
|
|
|
|
|
|
|
"612574097", "Bingara", |
|
2956
|
|
|
|
|
|
|
"61863832", "Perth", |
|
2957
|
|
|
|
|
|
|
"61351464", "Seaspray", |
|
2958
|
|
|
|
|
|
|
"61748229", "Mackay", |
|
2959
|
|
|
|
|
|
|
"61257159", "Kelvin", |
|
2960
|
|
|
|
|
|
|
"61240058", "Dungog", |
|
2961
|
|
|
|
|
|
|
"61749403", "Mackay", |
|
2962
|
|
|
|
|
|
|
"618856740", "Truro", |
|
2963
|
|
|
|
|
|
|
"61364441", "Rosebery", |
|
2964
|
|
|
|
|
|
|
"61257102", "Spring\ Plains", |
|
2965
|
|
|
|
|
|
|
"61885339", "Murray\ Bridge", |
|
2966
|
|
|
|
|
|
|
"612691986", "Rannock\/Wagga\ Wagga", |
|
2967
|
|
|
|
|
|
|
"61259181", "Tumorrama", |
|
2968
|
|
|
|
|
|
|
"61351055", "Dinner\ Plain", |
|
2969
|
|
|
|
|
|
|
"612594362", "Warralonga", |
|
2970
|
|
|
|
|
|
|
"618763370", "Kelly", |
|
2971
|
|
|
|
|
|
|
"61258260", "Binnaway", |
|
2972
|
|
|
|
|
|
|
"612583266", "Gilgooma", |
|
2973
|
|
|
|
|
|
|
"61357199", "King\ Valley", |
|
2974
|
|
|
|
|
|
|
"6124645", "Campbelltown", |
|
2975
|
|
|
|
|
|
|
"61354092", "Bendigo", |
|
2976
|
|
|
|
|
|
|
"61340098", "Rufus\ River", |
|
2977
|
|
|
|
|
|
|
"61265670", "Smithtown", |
|
2978
|
|
|
|
|
|
|
"618854937", "Bower", |
|
2979
|
|
|
|
|
|
|
"618601174", "Wilgoyne", |
|
2980
|
|
|
|
|
|
|
"61260178", "Ournie", |
|
2981
|
|
|
|
|
|
|
"61879240", "Alice\ Springs", |
|
2982
|
|
|
|
|
|
|
"618782015", "Auburn", |
|
2983
|
|
|
|
|
|
|
"613553772", "Dunkeld", |
|
2984
|
|
|
|
|
|
|
"61891841", "Pannawonica", |
|
2985
|
|
|
|
|
|
|
"61240600", "Raymond\ Terrace", |
|
2986
|
|
|
|
|
|
|
"618660905", "Gillingarra", |
|
2987
|
|
|
|
|
|
|
"61256206", "Coffs\ Harbour", |
|
2988
|
|
|
|
|
|
|
"61748564", "Pegunny", |
|
2989
|
|
|
|
|
|
|
"61245108", "Colo\ Heights", |
|
2990
|
|
|
|
|
|
|
"613451316", "Coojar", |
|
2991
|
|
|
|
|
|
|
"61363229", "Evandale", |
|
2992
|
|
|
|
|
|
|
"61897632", "Dinninup\ North", |
|
2993
|
|
|
|
|
|
|
"618967605", "Wubin\ West", |
|
2994
|
|
|
|
|
|
|
"612583159", "Curban", |
|
2995
|
|
|
|
|
|
|
"61266991", "Coffs\ Harbour", |
|
2996
|
|
|
|
|
|
|
"61342106", "Inverleigh", |
|
2997
|
|
|
|
|
|
|
"6125123", "Canberra", |
|
2998
|
|
|
|
|
|
|
"61256488", "Casino", |
|
2999
|
|
|
|
|
|
|
"61747107", "Ingham", |
|
3000
|
|
|
|
|
|
|
"61350267", "Boundary\ Bend", |
|
3001
|
|
|
|
|
|
|
"617476366", "Walker", |
|
3002
|
|
|
|
|
|
|
"61340495", "Turriff", |
|
3003
|
|
|
|
|
|
|
"61898327", "Badgebup", |
|
3004
|
|
|
|
|
|
|
"618854953", "Kapunda", |
|
3005
|
|
|
|
|
|
|
"61734743", "Kooringal", |
|
3006
|
|
|
|
|
|
|
"617459985", "Injune", |
|
3007
|
|
|
|
|
|
|
"613451384", "Merino", |
|
3008
|
|
|
|
|
|
|
"61896356", "Jurien", |
|
3009
|
|
|
|
|
|
|
"617452598", "Jondaryan", |
|
3010
|
|
|
|
|
|
|
"618983356", "Chittinup", |
|
3011
|
|
|
|
|
|
|
"61358131", "Tongala", |
|
3012
|
|
|
|
|
|
|
"61240064", "Mulbring", |
|
3013
|
|
|
|
|
|
|
"61742591", "Babinda", |
|
3014
|
|
|
|
|
|
|
"61351458", "Munro", |
|
3015
|
|
|
|
|
|
|
"61257373", "Gunyerwarildi", |
|
3016
|
|
|
|
|
|
|
"61361020", "Orford", |
|
3017
|
|
|
|
|
|
|
"61891290", "Tom\ Price", |
|
3018
|
|
|
|
|
|
|
"61353247", "Elmhurst", |
|
3019
|
|
|
|
|
|
|
"61887396", "Tarpeena", |
|
3020
|
|
|
|
|
|
|
"61256085", "Kyogle", |
|
3021
|
|
|
|
|
|
|
"612583877", "Bonnay", |
|
3022
|
|
|
|
|
|
|
"61341476", "Munro", |
|
3023
|
|
|
|
|
|
|
"6128906", "Dural", |
|
3024
|
|
|
|
|
|
|
"6124981", "Nelson\ Bay", |
|
3025
|
|
|
|
|
|
|
"61889849", "Noonamah", |
|
3026
|
|
|
|
|
|
|
"6175664", "Southport", |
|
3027
|
|
|
|
|
|
|
"61355136", "Portland", |
|
3028
|
|
|
|
|
|
|
"61747313", "Woodstock", |
|
3029
|
|
|
|
|
|
|
"61342328", "Inverleigh", |
|
3030
|
|
|
|
|
|
|
"61289194", "Dural", |
|
3031
|
|
|
|
|
|
|
"61386523", "Melbourne", |
|
3032
|
|
|
|
|
|
|
"613533", "Ballarat", |
|
3033
|
|
|
|
|
|
|
"61753354", "Harrisville", |
|
3034
|
|
|
|
|
|
|
"61886679", "Andamooka", |
|
3035
|
|
|
|
|
|
|
"61898454", "Kronkup", |
|
3036
|
|
|
|
|
|
|
"618601147", "Leinster", |
|
3037
|
|
|
|
|
|
|
"612574253", "Mungindi", |
|
3038
|
|
|
|
|
|
|
"61748699", "Belyando", |
|
3039
|
|
|
|
|
|
|
"61350495", "Anabranch", |
|
3040
|
|
|
|
|
|
|
"61340267", "Swan\ Hill", |
|
3041
|
|
|
|
|
|
|
"618680038", "Lake\ Magenta", |
|
3042
|
|
|
|
|
|
|
"6189892", "Albany", |
|
3043
|
|
|
|
|
|
|
"617441431", "Woodstock", |
|
3044
|
|
|
|
|
|
|
"61743427", "Maidenwell", |
|
3045
|
|
|
|
|
|
|
"61880183", "The\ Darling", |
|
3046
|
|
|
|
|
|
|
"61250064", "Culcairn", |
|
3047
|
|
|
|
|
|
|
"61341458", "Maffra", |
|
3048
|
|
|
|
|
|
|
"61877080", "Thornlea", |
|
3049
|
|
|
|
|
|
|
"613451179", "Lake\ Mundi", |
|
3050
|
|
|
|
|
|
|
"61741780", "Wondai", |
|
3051
|
|
|
|
|
|
|
"61348131", "Wanganella", |
|
3052
|
|
|
|
|
|
|
"617485848", "Carmila", |
|
3053
|
|
|
|
|
|
|
"61886704", "Indian\ Pacific", |
|
3054
|
|
|
|
|
|
|
"612593661", "Alleena", |
|
3055
|
|
|
|
|
|
|
"6174664", "Killarney", |
|
3056
|
|
|
|
|
|
|
"61351476", "Dinner\ Plain", |
|
3057
|
|
|
|
|
|
|
"618753411", "Marama", |
|
3058
|
|
|
|
|
|
|
"61358607", "Kyabram", |
|
3059
|
|
|
|
|
|
|
"61255326", "Coopernook", |
|
3060
|
|
|
|
|
|
|
"61740726", "Innot\ Hot\ Springs", |
|
3061
|
|
|
|
|
|
|
"61749886", "Capella", |
|
3062
|
|
|
|
|
|
|
"61898043", "Bremer\ Bay", |
|
3063
|
|
|
|
|
|
|
"61896378", "Yorkrakine", |
|
3064
|
|
|
|
|
|
|
"61899254", "Upper\ Gascoyne", |
|
3065
|
|
|
|
|
|
|
"6174987", "Emerald", |
|
3066
|
|
|
|
|
|
|
"6135500", "Warrnambool", |
|
3067
|
|
|
|
|
|
|
"61887430", "Kingston\ Se", |
|
3068
|
|
|
|
|
|
|
"61253044", "Killongbutta", |
|
3069
|
|
|
|
|
|
|
"617480353", "Agnes\ Water", |
|
3070
|
|
|
|
|
|
|
"61747474", "Eddington", |
|
3071
|
|
|
|
|
|
|
"61251185", "Rye\ Park", |
|
3072
|
|
|
|
|
|
|
"61264303", "Shannons\ Flat", |
|
3073
|
|
|
|
|
|
|
"61851141", "Tom\ Price", |
|
3074
|
|
|
|
|
|
|
"61359051", "Cranbourne", |
|
3075
|
|
|
|
|
|
|
"61266496", "Coutts\ Crossing", |
|
3076
|
|
|
|
|
|
|
"6135148", "Heyfield", |
|
3077
|
|
|
|
|
|
|
"61731872", "Kooringal", |
|
3078
|
|
|
|
|
|
|
"6173533", "Brisbane", |
|
3079
|
|
|
|
|
|
|
"61341055", "Meerlieu", |
|
3080
|
|
|
|
|
|
|
"6138352", "Melbourne", |
|
3081
|
|
|
|
|
|
|
"61747631", "Ayr", |
|
3082
|
|
|
|
|
|
|
"61244009", "Batemans\ Bay", |
|
3083
|
|
|
|
|
|
|
"61899187", "Meekatharra", |
|
3084
|
|
|
|
|
|
|
"61247102", "Mulgoa", |
|
3085
|
|
|
|
|
|
|
"618683715", "Gairdner", |
|
3086
|
|
|
|
|
|
|
"61384073", "Eltham", |
|
3087
|
|
|
|
|
|
|
"61890130", "Mount\ Hampton", |
|
3088
|
|
|
|
|
|
|
"61748203", "Connors\ Range", |
|
3089
|
|
|
|
|
|
|
"61895954", "Yanchep", |
|
3090
|
|
|
|
|
|
|
"61895638", "Mount\ Helena", |
|
3091
|
|
|
|
|
|
|
"618660897", "Dalwallinu\ West", |
|
3092
|
|
|
|
|
|
|
"61259304", "Kikoira", |
|
3093
|
|
|
|
|
|
|
"61264172", "Bendoc", |
|
3094
|
|
|
|
|
|
|
"61267079", "Gunyerwarildi", |
|
3095
|
|
|
|
|
|
|
"61356155", "Wonthaggi", |
|
3096
|
|
|
|
|
|
|
"6187088", "Adelaide", |
|
3097
|
|
|
|
|
|
|
"612593902", "Griffith", |
|
3098
|
|
|
|
|
|
|
"61741842", "Pialba", |
|
3099
|
|
|
|
|
|
|
"61350098", "Nangiloc", |
|
3100
|
|
|
|
|
|
|
"6125645", "Coffs\ Harbour", |
|
3101
|
|
|
|
|
|
|
"612574237", "Gunnedah", |
|
3102
|
|
|
|
|
|
|
"612530205", "Running\ Stream\/Orange\/Portland\/Quandialla", |
|
3103
|
|
|
|
|
|
|
"618753209", "Willunga", |
|
3104
|
|
|
|
|
|
|
"61255108", "Rookhurst", |
|
3105
|
|
|
|
|
|
|
"61262361", "Uriarra\ Forest", |
|
3106
|
|
|
|
|
|
|
"61260156", "Walla\ Walla", |
|
3107
|
|
|
|
|
|
|
"612592717", "Leeton", |
|
3108
|
|
|
|
|
|
|
"61897483", "Harvey", |
|
3109
|
|
|
|
|
|
|
"61352106", "Anglesea", |
|
3110
|
|
|
|
|
|
|
"61264117", "Ando", |
|
3111
|
|
|
|
|
|
|
"617486569", "Sarina", |
|
3112
|
|
|
|
|
|
|
"612583844", "Weetaliba", |
|
3113
|
|
|
|
|
|
|
"618683750", "Moulyinning", |
|
3114
|
|
|
|
|
|
|
"61240076", "Clarence\ Town", |
|
3115
|
|
|
|
|
|
|
"61269985", "Tumut", |
|
3116
|
|
|
|
|
|
|
"6173491", "Redcliffe", |
|
3117
|
|
|
|
|
|
|
"612594131", "Marsden", |
|
3118
|
|
|
|
|
|
|
"61260420", "Albury", |
|
3119
|
|
|
|
|
|
|
"612583568", "Yarragrin", |
|
3120
|
|
|
|
|
|
|
"61899268", "Denham", |
|
3121
|
|
|
|
|
|
|
"617480468", "Carmila", |
|
3122
|
|
|
|
|
|
|
"61754057", "Woodford", |
|
3123
|
|
|
|
|
|
|
"61743368", "Murgon", |
|
3124
|
|
|
|
|
|
|
"61358449", "Katandra\ West", |
|
3125
|
|
|
|
|
|
|
"61268001", "Dubbo", |
|
3126
|
|
|
|
|
|
|
"613542144", "Jarklin", |
|
3127
|
|
|
|
|
|
|
"6188323", "Mclaren\ Vale", |
|
3128
|
|
|
|
|
|
|
"61363203", "Blessington", |
|
3129
|
|
|
|
|
|
|
"61867008", "Capel", |
|
3130
|
|
|
|
|
|
|
"618752474", "Mallala", |
|
3131
|
|
|
|
|
|
|
"61746790", "Macalister", |
|
3132
|
|
|
|
|
|
|
"61890686", "Kalgoorlie", |
|
3133
|
|
|
|
|
|
|
"61898119", "Lake\ King", |
|
3134
|
|
|
|
|
|
|
"61342295", "Wingeel", |
|
3135
|
|
|
|
|
|
|
"612532963", "Harden", |
|
3136
|
|
|
|
|
|
|
"61256195", "Copmanhurst", |
|
3137
|
|
|
|
|
|
|
"61263836", "Monteagle", |
|
3138
|
|
|
|
|
|
|
"618851490", "Kingscote", |
|
3139
|
|
|
|
|
|
|
"612684582", "Weetaliba", |
|
3140
|
|
|
|
|
|
|
"61754342", "Kilcoy", |
|
3141
|
|
|
|
|
|
|
"61341464", "Nowa\ Nowa", |
|
3142
|
|
|
|
|
|
|
"61255748", "Telegraph\ Point", |
|
3143
|
|
|
|
|
|
|
"61250058", "Balldale", |
|
3144
|
|
|
|
|
|
|
"61261486", "Burrinjuck", |
|
3145
|
|
|
|
|
|
|
"61244052", "Berry", |
|
3146
|
|
|
|
|
|
|
"61354550", "St\ Arnaud", |
|
3147
|
|
|
|
|
|
|
"61265006", "Baerami", |
|
3148
|
|
|
|
|
|
|
"61876147", "Iron\ Knob", |
|
3149
|
|
|
|
|
|
|
"61341300", "Munro", |
|
3150
|
|
|
|
|
|
|
"613470698", "Mount\ Buller", |
|
3151
|
|
|
|
|
|
|
"61885875", "Wanbi", |
|
3152
|
|
|
|
|
|
|
"61269024", "Coolac", |
|
3153
|
|
|
|
|
|
|
"61354182", "Boort", |
|
3154
|
|
|
|
|
|
|
"61340188", "Arumpo", |
|
3155
|
|
|
|
|
|
|
"61357089", "Alexandra", |
|
3156
|
|
|
|
|
|
|
"61255511", "Ellerston", |
|
3157
|
|
|
|
|
|
|
"61364139", "Gordon", |
|
3158
|
|
|
|
|
|
|
"61367032", "Bridport", |
|
3159
|
|
|
|
|
|
|
"61886144", "Miltalie", |
|
3160
|
|
|
|
|
|
|
"61259091", "Griffith", |
|
3161
|
|
|
|
|
|
|
"61381190", "Kalkallo", |
|
3162
|
|
|
|
|
|
|
"618858554", "Marama", |
|
3163
|
|
|
|
|
|
|
"61868246", "Jacup", |
|
3164
|
|
|
|
|
|
|
"618680026", "Lake\ King", |
|
3165
|
|
|
|
|
|
|
"61745571", "Kumbarilla", |
|
3166
|
|
|
|
|
|
|
"6139422", "Eltham", |
|
3167
|
|
|
|
|
|
|
"618865984", "Ungarra", |
|
3168
|
|
|
|
|
|
|
"617750000", "Liston", |
|
3169
|
|
|
|
|
|
|
"61748576", "Westwood", |
|
3170
|
|
|
|
|
|
|
"618903387", "South\ Kumminin", |
|
3171
|
|
|
|
|
|
|
"61888069", "Port\ Wakefield", |
|
3172
|
|
|
|
|
|
|
"61265285", "Ellenborough", |
|
3173
|
|
|
|
|
|
|
"61388034", "Melbourne", |
|
3174
|
|
|
|
|
|
|
"61889392", "Nhulunbuy", |
|
3175
|
|
|
|
|
|
|
"61356013", "Icy\ Creek", |
|
3176
|
|
|
|
|
|
|
"61259625", "Gunbar", |
|
3177
|
|
|
|
|
|
|
"61743156", "Pialba", |
|
3178
|
|
|
|
|
|
|
"61345071", "Dunkeld", |
|
3179
|
|
|
|
|
|
|
"61265191", "Mount\ George", |
|
3180
|
|
|
|
|
|
|
"61358058", "Lalalty", |
|
3181
|
|
|
|
|
|
|
"61255124", "Denman", |
|
3182
|
|
|
|
|
|
|
"61897903", "Nannup", |
|
3183
|
|
|
|
|
|
|
"61341113", "Traralgon", |
|
3184
|
|
|
|
|
|
|
"613442107", "Buckrabanyule", |
|
3185
|
|
|
|
|
|
|
"61348076", "Numurkah", |
|
3186
|
|
|
|
|
|
|
"61243118", "Mangrove\ Mountain", |
|
3187
|
|
|
|
|
|
|
"61899509", "Walkaway", |
|
3188
|
|
|
|
|
|
|
"61268196", "Nyngan", |
|
3189
|
|
|
|
|
|
|
"618996857", "Carnamah\ West", |
|
3190
|
|
|
|
|
|
|
"612570043", "Pilliga", |
|
3191
|
|
|
|
|
|
|
"61742341", "Hopevale", |
|
3192
|
|
|
|
|
|
|
"61259328", "Junee\ Reefs", |
|
3193
|
|
|
|
|
|
|
"617452638", "Nobby", |
|
3194
|
|
|
|
|
|
|
"61753178", "Laidley", |
|
3195
|
|
|
|
|
|
|
"6135281", "Bannockburn", |
|
3196
|
|
|
|
|
|
|
"6128377", "Sydney", |
|
3197
|
|
|
|
|
|
|
"618985570", "Hyden", |
|
3198
|
|
|
|
|
|
|
"61897881", "Manjimup", |
|
3199
|
|
|
|
|
|
|
"61354785", "Traynors\ Lagoon", |
|
3200
|
|
|
|
|
|
|
"61891054", "Mount\ Bruce", |
|
3201
|
|
|
|
|
|
|
"618753448", "Windsor", |
|
3202
|
|
|
|
|
|
|
"61899802", "Meekatharra", |
|
3203
|
|
|
|
|
|
|
"61256281", "Urbenville", |
|
3204
|
|
|
|
|
|
|
"61358455", "Tongala", |
|
3205
|
|
|
|
|
|
|
"61352304", "Birregurra", |
|
3206
|
|
|
|
|
|
|
"61875531", "Sanderston", |
|
3207
|
|
|
|
|
|
|
"61899636", "Paynes\ Find", |
|
3208
|
|
|
|
|
|
|
"61341307", "Swifts\ Creek", |
|
3209
|
|
|
|
|
|
|
"613553941", "Hawkesdale", |
|
3210
|
|
|
|
|
|
|
"61876140", "Morchard", |
|
3211
|
|
|
|
|
|
|
"61342181", "Swan\ Marsh", |
|
3212
|
|
|
|
|
|
|
"618996729", "Kalbarri", |
|
3213
|
|
|
|
|
|
|
"61354557", "Pyramid\ Hill", |
|
3214
|
|
|
|
|
|
|
"61260354", "Oaklands", |
|
3215
|
|
|
|
|
|
|
"61886728", "Gairdner", |
|
3216
|
|
|
|
|
|
|
"61260427", "Balldale", |
|
3217
|
|
|
|
|
|
|
"613531732", "Navarre", |
|
3218
|
|
|
|
|
|
|
"61754050", "Caboolture", |
|
3219
|
|
|
|
|
|
|
"61259106", "Mannus", |
|
3220
|
|
|
|
|
|
|
"618600996", "Bruce\ Rock", |
|
3221
|
|
|
|
|
|
|
"61248188", "Tuena", |
|
3222
|
|
|
|
|
|
|
"613441919", "Maldon", |
|
3223
|
|
|
|
|
|
|
"6126666", "Tabulam", |
|
3224
|
|
|
|
|
|
|
"618996833", "Latham", |
|
3225
|
|
|
|
|
|
|
"61746797", "Dulacca", |
|
3226
|
|
|
|
|
|
|
"6138386", "Point\ Cook", |
|
3227
|
|
|
|
|
|
|
"61741805", "Mulgildie", |
|
3228
|
|
|
|
|
|
|
"613450586", "Poolaijelo", |
|
3229
|
|
|
|
|
|
|
"61356149", "Buffalo", |
|
3230
|
|
|
|
|
|
|
"61887084", "Padthaway", |
|
3231
|
|
|
|
|
|
|
"61881851", "Salisbury", |
|
3232
|
|
|
|
|
|
|
"61257163", "Willow\ Tree", |
|
3233
|
|
|
|
|
|
|
"612530275", "Milvale\/Bylong\/Canowindra\/Caragabal", |
|
3234
|
|
|
|
|
|
|
"617442823", "Woodstock", |
|
3235
|
|
|
|
|
|
|
"61891068", "Pannawonica", |
|
3236
|
|
|
|
|
|
|
"61362985", "Geeveston", |
|
3237
|
|
|
|
|
|
|
"61341049", "Gelantipy", |
|
3238
|
|
|
|
|
|
|
"61267315", "Barraba", |
|
3239
|
|
|
|
|
|
|
"61264110", "Bredbo", |
|
3240
|
|
|
|
|
|
|
"61754305", "Noosaville", |
|
3241
|
|
|
|
|
|
|
"61899180", "Geraldton", |
|
3242
|
|
|
|
|
|
|
"61267941", "Gurley", |
|
3243
|
|
|
|
|
|
|
"61898261", "Cranbrook", |
|
3244
|
|
|
|
|
|
|
"6174253", "Cairns", |
|
3245
|
|
|
|
|
|
|
"612583652", "Weetaliba", |
|
3246
|
|
|
|
|
|
|
"61248267", "Gunning", |
|
3247
|
|
|
|
|
|
|
"618985482", "Ravensthorpe\ West", |
|
3248
|
|
|
|
|
|
|
"6138721", "Werribee", |
|
3249
|
|
|
|
|
|
|
"612593972", "Griffith", |
|
3250
|
|
|
|
|
|
|
"61358064", "Mabins\ Well", |
|
3251
|
|
|
|
|
|
|
"613572481", "Mount\ Buller", |
|
3252
|
|
|
|
|
|
|
"61754608", "Rosewood", |
|
3253
|
|
|
|
|
|
|
"61740602", "Peninsula", |
|
3254
|
|
|
|
|
|
|
"618763519", "Woomera", |
|
3255
|
|
|
|
|
|
|
"61240131", "Newcastle", |
|
3256
|
|
|
|
|
|
|
"618661172", "Yorkrakine", |
|
3257
|
|
|
|
|
|
|
"61868082", "Kulin", |
|
3258
|
|
|
|
|
|
|
"61896419", "Talbot\ Brook", |
|
3259
|
|
|
|
|
|
|
"61269008", "Barellan", |
|
3260
|
|
|
|
|
|
|
"61890137", "Mount\ Stirling", |
|
3261
|
|
|
|
|
|
|
"612532728", "Bylong", |
|
3262
|
|
|
|
|
|
|
"61352091", "Torquay", |
|
3263
|
|
|
|
|
|
|
"61358600", "Picola", |
|
3264
|
|
|
|
|
|
|
"61343240", "Maroona", |
|
3265
|
|
|
|
|
|
|
"61251291", "Canberra", |
|
3266
|
|
|
|
|
|
|
"61887925", "Kalangadoo", |
|
3267
|
|
|
|
|
|
|
"6126051", "Albury", |
|
3268
|
|
|
|
|
|
|
"61888022", "Booborowie", |
|
3269
|
|
|
|
|
|
|
"61260665", "Culcairn", |
|
3270
|
|
|
|
|
|
|
"61362024", "Dover", |
|
3271
|
|
|
|
|
|
|
"612630495", "Burraga", |
|
3272
|
|
|
|
|
|
|
"61740836", "Edward\ River", |
|
3273
|
|
|
|
|
|
|
"61899552", "Eneabba\ North", |
|
3274
|
|
|
|
|
|
|
"61887437", "Robe", |
|
3275
|
|
|
|
|
|
|
"61889133", "Petermann", |
|
3276
|
|
|
|
|
|
|
"61361343", "Gretna", |
|
3277
|
|
|
|
|
|
|
"61340260", "Swan\ Hill", |
|
3278
|
|
|
|
|
|
|
"61743420", "Gin\ Gin", |
|
3279
|
|
|
|
|
|
|
"612583393", "Banar", |
|
3280
|
|
|
|
|
|
|
"61867024", "Nyamup", |
|
3281
|
|
|
|
|
|
|
"618862013", "The\ Ranges", |
|
3282
|
|
|
|
|
|
|
"61269405", "Wallendbeen", |
|
3283
|
|
|
|
|
|
|
"618763487", "Orroroo", |
|
3284
|
|
|
|
|
|
|
"61263645", "Manildra", |
|
3285
|
|
|
|
|
|
|
"61877087", "Avenue\ Range", |
|
3286
|
|
|
|
|
|
|
"61741787", "Yandaran", |
|
3287
|
|
|
|
|
|
|
"61260368", "Coppabella", |
|
3288
|
|
|
|
|
|
|
"61258098", "Dubbo", |
|
3289
|
|
|
|
|
|
|
"61886346", "Nelshaby", |
|
3290
|
|
|
|
|
|
|
"61890612", "Southern\ Cross", |
|
3291
|
|
|
|
|
|
|
"618903437", "Coomalbidgup", |
|
3292
|
|
|
|
|
|
|
"618850992", "Taplan", |
|
3293
|
|
|
|
|
|
|
"61890081", "Goomarin", |
|
3294
|
|
|
|
|
|
|
"61343010", "Stawell", |
|
3295
|
|
|
|
|
|
|
"61878199", "Ardrossan", |
|
3296
|
|
|
|
|
|
|
"61267591", "Moree", |
|
3297
|
|
|
|
|
|
|
"613442226", "Lockington", |
|
3298
|
|
|
|
|
|
|
"61240087", "Swansea", |
|
3299
|
|
|
|
|
|
|
"618983686", "Jerramungup", |
|
3300
|
|
|
|
|
|
|
"61746409", "Warwick", |
|
3301
|
|
|
|
|
|
|
"61359532", "Red\ Hill", |
|
3302
|
|
|
|
|
|
|
"61350284", "Karawinna", |
|
3303
|
|
|
|
|
|
|
"618660694", "Dukin", |
|
3304
|
|
|
|
|
|
|
"61885146", "Parndana", |
|
3305
|
|
|
|
|
|
|
"6126965", "Goolgowi", |
|
3306
|
|
|
|
|
|
|
"617442978", "The\ Monument", |
|
3307
|
|
|
|
|
|
|
"61743572", "Brooklands", |
|
3308
|
|
|
|
|
|
|
"61742760", "Weipa", |
|
3309
|
|
|
|
|
|
|
"61265601", "Kempsey", |
|
3310
|
|
|
|
|
|
|
"61755189", "Beaudesert", |
|
3311
|
|
|
|
|
|
|
"61356497", "Buffalo", |
|
3312
|
|
|
|
|
|
|
"61887779", "Colebatch", |
|
3313
|
|
|
|
|
|
|
"61253577", "Gingkin", |
|
3314
|
|
|
|
|
|
|
"618993939", "Carnamah", |
|
3315
|
|
|
|
|
|
|
"61240671", "Wootton", |
|
3316
|
|
|
|
|
|
|
"618600199", "Burracoppin", |
|
3317
|
|
|
|
|
|
|
"61351900", "Genoa", |
|
3318
|
|
|
|
|
|
|
"61743517", "Tansey", |
|
3319
|
|
|
|
|
|
|
"61268606", "Rocky\ Glen", |
|
3320
|
|
|
|
|
|
|
"612583647", "Walgett", |
|
3321
|
|
|
|
|
|
|
"61734972", "Dayboro", |
|
3322
|
|
|
|
|
|
|
"618996976", "Cue", |
|
3323
|
|
|
|
|
|
|
"61888141", "Halbury", |
|
3324
|
|
|
|
|
|
|
"618682156", "Kulin\ West", |
|
3325
|
|
|
|
|
|
|
"61258150", "Double\ Peaks", |
|
3326
|
|
|
|
|
|
|
"61752079", "Rosewood", |
|
3327
|
|
|
|
|
|
|
"61348080", "Tatura", |
|
3328
|
|
|
|
|
|
|
"61877131", "Cannawigara", |
|
3329
|
|
|
|
|
|
|
"61255733", "Mount\ Olive", |
|
3330
|
|
|
|
|
|
|
"61897362", "Darkan", |
|
3331
|
|
|
|
|
|
|
"612574178", "Wellingrove", |
|
3332
|
|
|
|
|
|
|
"61238062", "Bundanoon", |
|
3333
|
|
|
|
|
|
|
"61268125", "Yarrabandai", |
|
3334
|
|
|
|
|
|
|
"61775144", "Toowoomba", |
|
3335
|
|
|
|
|
|
|
"618903453", "Esperance", |
|
3336
|
|
|
|
|
|
|
"61341219", "Bruthen", |
|
3337
|
|
|
|
|
|
|
"61240434", "Eccleston", |
|
3338
|
|
|
|
|
|
|
"612574728", "Somerton", |
|
3339
|
|
|
|
|
|
|
"61886843", "Port\ Lincoln", |
|
3340
|
|
|
|
|
|
|
"61266004", "Ballina", |
|
3341
|
|
|
|
|
|
|
"6138704", "Croydon", |
|
3342
|
|
|
|
|
|
|
"617487012", "Connors\ Range", |
|
3343
|
|
|
|
|
|
|
"61744485", "Townsville", |
|
3344
|
|
|
|
|
|
|
"61896732", "Cadoux", |
|
3345
|
|
|
|
|
|
|
"61354116", "Buckrabanyule", |
|
3346
|
|
|
|
|
|
|
"61261381", "Rye\ Park", |
|
3347
|
|
|
|
|
|
|
"61350157", "Wemen", |
|
3348
|
|
|
|
|
|
|
"61889673", "Alice\ Springs", |
|
3349
|
|
|
|
|
|
|
"61885669", "Mallala", |
|
3350
|
|
|
|
|
|
|
"617441964", "Mount\ Isa", |
|
3351
|
|
|
|
|
|
|
"61736081", "Sandgate", |
|
3352
|
|
|
|
|
|
|
"618864092", "Lock", |
|
3353
|
|
|
|
|
|
|
"618989356", "Beaufort\ River", |
|
3354
|
|
|
|
|
|
|
"61896956", "Calingiri", |
|
3355
|
|
|
|
|
|
|
"61745099", "Wandoan", |
|
3356
|
|
|
|
|
|
|
"61256642", "Urbenville", |
|
3357
|
|
|
|
|
|
|
"61255563", "Forster", |
|
3358
|
|
|
|
|
|
|
"618903802", "Burracoppin\ South", |
|
3359
|
|
|
|
|
|
|
"61749812", "Middlemount", |
|
3360
|
|
|
|
|
|
|
"61753335", "Gatton", |
|
3361
|
|
|
|
|
|
|
"61898435", "Pingelly\ East", |
|
3362
|
|
|
|
|
|
|
"61268769", "Baradine", |
|
3363
|
|
|
|
|
|
|
"61250197", "Dartmouth", |
|
3364
|
|
|
|
|
|
|
"617442551", "Georgina", |
|
3365
|
|
|
|
|
|
|
"612583201", "Stuart\ Town", |
|
3366
|
|
|
|
|
|
|
"613451390", "Penshurst", |
|
3367
|
|
|
|
|
|
|
"61359656", "Warburton", |
|
3368
|
|
|
|
|
|
|
"617480487", "Connors\ Range", |
|
3369
|
|
|
|
|
|
|
"6173290", "Beenleigh", |
|
3370
|
|
|
|
|
|
|
"617486960", "Rolleston", |
|
3371
|
|
|
|
|
|
|
"61753638", "Toogoolawah", |
|
3372
|
|
|
|
|
|
|
"61895643", "Yanchep", |
|
3373
|
|
|
|
|
|
|
"61740192", "Cairns", |
|
3374
|
|
|
|
|
|
|
"61754198", "Esk", |
|
3375
|
|
|
|
|
|
|
"618854545", "Morgan", |
|
3376
|
|
|
|
|
|
|
"61355007", "Hamilton", |
|
3377
|
|
|
|
|
|
|
"61351487", "Clydebank", |
|
3378
|
|
|
|
|
|
|
"61736677", "Brisbane", |
|
3379
|
|
|
|
|
|
|
"618967613", "Badgerin\ Rock", |
|
3380
|
|
|
|
|
|
|
"613531743", "Stawell", |
|
3381
|
|
|
|
|
|
|
"61747913", "Bowen", |
|
3382
|
|
|
|
|
|
|
"61353837", "Laharum", |
|
3383
|
|
|
|
|
|
|
"61353720", "Banyena", |
|
3384
|
|
|
|
|
|
|
"61364018", "Rosebery", |
|
3385
|
|
|
|
|
|
|
"612574736", "Uralla", |
|
3386
|
|
|
|
|
|
|
"61266930", "Nimbin", |
|
3387
|
|
|
|
|
|
|
"61363587", "Longford", |
|
3388
|
|
|
|
|
|
|
"618996842", "Mount\ Magnet", |
|
3389
|
|
|
|
|
|
|
"618660913", "Konnongorring", |
|
3390
|
|
|
|
|
|
|
"61887996", "Tintinara", |
|
3391
|
|
|
|
|
|
|
"61896869", "Cadoux", |
|
3392
|
|
|
|
|
|
|
"61891815", "Newman", |
|
3393
|
|
|
|
|
|
|
"61885706", "Bow\ Hill", |
|
3394
|
|
|
|
|
|
|
"61899176", "Northampton", |
|
3395
|
|
|
|
|
|
|
"61257269", "Curlewis", |
|
3396
|
|
|
|
|
|
|
"61256457", "Lismore", |
|
3397
|
|
|
|
|
|
|
"61742530", "Mount\ Surprise", |
|
3398
|
|
|
|
|
|
|
"61862551", "Perth", |
|
3399
|
|
|
|
|
|
|
"61358190", "Tocumwal", |
|
3400
|
|
|
|
|
|
|
"61898038", "Bow\ Bridge", |
|
3401
|
|
|
|
|
|
|
"61885939", "Wynarka", |
|
3402
|
|
|
|
|
|
|
"612583419", "Coonamble", |
|
3403
|
|
|
|
|
|
|
"613442238", "Raywood", |
|
3404
|
|
|
|
|
|
|
"617480519", "Middlemount", |
|
3405
|
|
|
|
|
|
|
"61265494", "Baerami", |
|
3406
|
|
|
|
|
|
|
"61364415", "Devonport", |
|
3407
|
|
|
|
|
|
|
"61747036", "Camooweal", |
|
3408
|
|
|
|
|
|
|
"61888701", "Snowtown", |
|
3409
|
|
|
|
|
|
|
"612530249", "Baldry", |
|
3410
|
|
|
|
|
|
|
"61342037", "Meredith", |
|
3411
|
|
|
|
|
|
|
"61891231", "Port\ Hedland", |
|
3412
|
|
|
|
|
|
|
"61255421", "Pacific\ Palms", |
|
3413
|
|
|
|
|
|
|
"6128090", "Sydney", |
|
3414
|
|
|
|
|
|
|
"61256324", "Coffs\ Harbour", |
|
3415
|
|
|
|
|
|
|
"61851069", "Leopold", |
|
3416
|
|
|
|
|
|
|
"618854900", "Mypolonga", |
|
3417
|
|
|
|
|
|
|
"61746452", "Durham\ Downs", |
|
3418
|
|
|
|
|
|
|
"613431719", "Learmonth", |
|
3419
|
|
|
|
|
|
|
"61351034", "Cabbage\ Tree\ Creek", |
|
3420
|
|
|
|
|
|
|
"61351371", "Heyfield", |
|
3421
|
|
|
|
|
|
|
"612570129", "Curlewis", |
|
3422
|
|
|
|
|
|
|
"617441381", "Bambaroo", |
|
3423
|
|
|
|
|
|
|
"61342030", "Geelong", |
|
3424
|
|
|
|
|
|
|
"6136265", "Sorell", |
|
3425
|
|
|
|
|
|
|
"618661063", "Koorda", |
|
3426
|
|
|
|
|
|
|
"61361338", "Richmond", |
|
3427
|
|
|
|
|
|
|
"618763692", "Wilmington", |
|
3428
|
|
|
|
|
|
|
"617473841", "Camooweal", |
|
3429
|
|
|
|
|
|
|
"61748109", "Middlemount", |
|
3430
|
|
|
|
|
|
|
"61266028", "Dorrigo", |
|
3431
|
|
|
|
|
|
|
"617459840", "Dulacca", |
|
3432
|
|
|
|
|
|
|
"618854970", "Mount\ Pleasant", |
|
3433
|
|
|
|
|
|
|
"61868016", "Katanning", |
|
3434
|
|
|
|
|
|
|
"61363152", "Gladstone", |
|
3435
|
|
|
|
|
|
|
"61256450", "Grafton", |
|
3436
|
|
|
|
|
|
|
"6135480", "Echuca", |
|
3437
|
|
|
|
|
|
|
"61383520", "Sydenham", |
|
3438
|
|
|
|
|
|
|
"61358197", "Shepparton", |
|
3439
|
|
|
|
|
|
|
"617476371", "Ayr", |
|
3440
|
|
|
|
|
|
|
"618866186", "Wirrulla", |
|
3441
|
|
|
|
|
|
|
"618763955", "Frome", |
|
3442
|
|
|
|
|
|
|
"61356061", "Toora", |
|
3443
|
|
|
|
|
|
|
"61353830", "Ballarat", |
|
3444
|
|
|
|
|
|
|
"6128115", "Sydney", |
|
3445
|
|
|
|
|
|
|
"61736670", "Sandgate", |
|
3446
|
|
|
|
|
|
|
"61367403", "Fingal", |
|
3447
|
|
|
|
|
|
|
"61749870", "Alpha", |
|
3448
|
|
|
|
|
|
|
"61866614", "Beverley", |
|
3449
|
|
|
|
|
|
|
"613546283", "Maldon", |
|
3450
|
|
|
|
|
|
|
"61896264", "Yorkrakine", |
|
3451
|
|
|
|
|
|
|
"61364679", "Ulverstone", |
|
3452
|
|
|
|
|
|
|
"61243039", "Gosford", |
|
3453
|
|
|
|
|
|
|
"61746640", "Legume", |
|
3454
|
|
|
|
|
|
|
"61354314", "Dingee", |
|
3455
|
|
|
|
|
|
|
"61266937", "Kyogle", |
|
3456
|
|
|
|
|
|
|
"61363580", "Campbell\ Town", |
|
3457
|
|
|
|
|
|
|
"61740795", "Cairns", |
|
3458
|
|
|
|
|
|
|
"61255395", "Bunnan", |
|
3459
|
|
|
|
|
|
|
"61341161", "Goongerah", |
|
3460
|
|
|
|
|
|
|
"61353727", "Goroke", |
|
3461
|
|
|
|
|
|
|
"618763353", "Cummins", |
|
3462
|
|
|
|
|
|
|
"612583830", "Rocky\ Glen", |
|
3463
|
|
|
|
|
|
|
"61746989", "Toowoomba", |
|
3464
|
|
|
|
|
|
|
"617750164", "Kumbarilla", |
|
3465
|
|
|
|
|
|
|
"618903872", "Merredin", |
|
3466
|
|
|
|
|
|
|
"61352696", "Wingeel", |
|
3467
|
|
|
|
|
|
|
"617452118", "Kumbarilla", |
|
3468
|
|
|
|
|
|
|
"61357898", "Benalla", |
|
3469
|
|
|
|
|
|
|
"618763910", "Redhill", |
|
3470
|
|
|
|
|
|
|
"61875052", "Wynarka", |
|
3471
|
|
|
|
|
|
|
"61255698", "Scone", |
|
3472
|
|
|
|
|
|
|
"61877076", "Short", |
|
3473
|
|
|
|
|
|
|
"61250190", "Balldale", |
|
3474
|
|
|
|
|
|
|
"61741776", "Murgon", |
|
3475
|
|
|
|
|
|
|
"61238029", "Bowral", |
|
3476
|
|
|
|
|
|
|
"612583271", "Goorianawa", |
|
3477
|
|
|
|
|
|
|
"612574963", "Pine\ Ridge", |
|
3478
|
|
|
|
|
|
|
"61350426", "Tempy", |
|
3479
|
|
|
|
|
|
|
"61896529", "Badgingarra", |
|
3480
|
|
|
|
|
|
|
"618967845", "Talbot\ Brook", |
|
3481
|
|
|
|
|
|
|
"61256308", "Tyalgum", |
|
3482
|
|
|
|
|
|
|
"618903593", "Norseman", |
|
3483
|
|
|
|
|
|
|
"612530089", "Galong", |
|
3484
|
|
|
|
|
|
|
"618601152", "Mount\ Hampton", |
|
3485
|
|
|
|
|
|
|
"61748580", "Agnes\ Water", |
|
3486
|
|
|
|
|
|
|
"61875009", "Mallala", |
|
3487
|
|
|
|
|
|
|
"61896135", "Konnongorring", |
|
3488
|
|
|
|
|
|
|
"6128048", "Sydney", |
|
3489
|
|
|
|
|
|
|
"618982247", "Bow\ Bridge", |
|
3490
|
|
|
|
|
|
|
"618989067", "Wickepin\ East", |
|
3491
|
|
|
|
|
|
|
"61350150", "Underbool", |
|
3492
|
|
|
|
|
|
|
"612574108", "Caroda", |
|
3493
|
|
|
|
|
|
|
"61256605", "Tyalgum", |
|
3494
|
|
|
|
|
|
|
"612631394", "Canowindra", |
|
3495
|
|
|
|
|
|
|
"6124788", "Katoomba", |
|
3496
|
|
|
|
|
|
|
"61268722", "Bourke", |
|
3497
|
|
|
|
|
|
|
"61348087", "Tatura", |
|
3498
|
|
|
|
|
|
|
"61364596", "Burnie", |
|
3499
|
|
|
|
|
|
|
"6173613", "Brisbane", |
|
3500
|
|
|
|
|
|
|
"61258284", "Lightning\ Ridge", |
|
3501
|
|
|
|
|
|
|
"61749383", "Yeppoon", |
|
3502
|
|
|
|
|
|
|
"61894760", "Perth", |
|
3503
|
|
|
|
|
|
|
"61887298", "Padthaway", |
|
3504
|
|
|
|
|
|
|
"61748749", "Dysart", |
|
3505
|
|
|
|
|
|
|
"61351907", "Nowa\ Nowa", |
|
3506
|
|
|
|
|
|
|
"61889708", "Tiwi", |
|
3507
|
|
|
|
|
|
|
"61895178", "Rockingham", |
|
3508
|
|
|
|
|
|
|
"61253570", "Galong", |
|
3509
|
|
|
|
|
|
|
"61343072", "Lorquon", |
|
3510
|
|
|
|
|
|
|
"61264632", "Wonboyn\ Lake", |
|
3511
|
|
|
|
|
|
|
"61356490", "Poowong", |
|
3512
|
|
|
|
|
|
|
"61263192", "Portland", |
|
3513
|
|
|
|
|
|
|
"61257111", "Tamworth", |
|
3514
|
|
|
|
|
|
|
"618996906", "Upper\ Gascoyne", |
|
3515
|
|
|
|
|
|
|
"61258157", "Wirrinya", |
|
3516
|
|
|
|
|
|
|
"61342226", "Geelong", |
|
3517
|
|
|
|
|
|
|
"61851022", "Roebuck", |
|
3518
|
|
|
|
|
|
|
"61728014", "Ipswich", |
|
3519
|
|
|
|
|
|
|
"61743510", "Murgon", |
|
3520
|
|
|
|
|
|
|
"61363109", "Lilydale", |
|
3521
|
|
|
|
|
|
|
"61747171", "Upper\ Stone", |
|
3522
|
|
|
|
|
|
|
"61240080", "Karuah", |
|
3523
|
|
|
|
|
|
|
"618763468", "Kelly", |
|
3524
|
|
|
|
|
|
|
"61359234", "Healesville", |
|
3525
|
|
|
|
|
|
|
"6189162", "Cocos\ Island", |
|
3526
|
|
|
|
|
|
|
"61743274", "Lowmead", |
|
3527
|
|
|
|
|
|
|
"61741999", "Johnstown\ West", |
|
3528
|
|
|
|
|
|
|
"61257222", "Ingleba", |
|
3529
|
|
|
|
|
|
|
"61748152", "Isaac\ River", |
|
3530
|
|
|
|
|
|
|
"6136171", "Hobart", |
|
3531
|
|
|
|
|
|
|
"61742767", "Chillagoe", |
|
3532
|
|
|
|
|
|
|
"61864974", "Herne\ Hill", |
|
3533
|
|
|
|
|
|
|
"61742446", "Bloomfield", |
|
3534
|
|
|
|
|
|
|
"61896258", "Balkuling", |
|
3535
|
|
|
|
|
|
|
"61899374", "Yandanooka", |
|
3536
|
|
|
|
|
|
|
"61899031", "Dongara", |
|
3537
|
|
|
|
|
|
|
"61253214", "Kandos", |
|
3538
|
|
|
|
|
|
|
"617442908", "Julia\ Creek", |
|
3539
|
|
|
|
|
|
|
"61350353", "Manangatang", |
|
3540
|
|
|
|
|
|
|
"618682056", "Gnowellen", |
|
3541
|
|
|
|
|
|
|
"61756168", "Southport", |
|
3542
|
|
|
|
|
|
|
"61899462", "Carnarvon", |
|
3543
|
|
|
|
|
|
|
"61743507", "Mount\ Perry", |
|
3544
|
|
|
|
|
|
|
"61260189", "Koetong", |
|
3545
|
|
|
|
|
|
|
"61268616", "Mandagery", |
|
3546
|
|
|
|
|
|
|
"61244138", "Milton\-ulladulla", |
|
3547
|
|
|
|
|
|
|
"61250132", "Rand", |
|
3548
|
|
|
|
|
|
|
"61367235", "St\ Helens", |
|
3549
|
|
|
|
|
|
|
"61741068", "Johnstown\ West", |
|
3550
|
|
|
|
|
|
|
"61354328", "Colbinabbin", |
|
3551
|
|
|
|
|
|
|
"61340322", "Waitchie", |
|
3552
|
|
|
|
|
|
|
"617486899", "Buckland", |
|
3553
|
|
|
|
|
|
|
"61256479", "Bellingen", |
|
3554
|
|
|
|
|
|
|
"612532972", "Lue", |
|
3555
|
|
|
|
|
|
|
"6128733", "Bankstown", |
|
3556
|
|
|
|
|
|
|
"61265082", "Lord\ Howe\ Island", |
|
3557
|
|
|
|
|
|
|
"61353599", "Glenorchy", |
|
3558
|
|
|
|
|
|
|
"61255039", "Ellenborough", |
|
3559
|
|
|
|
|
|
|
"61362946", "Hobart", |
|
3560
|
|
|
|
|
|
|
"6173155", "Brisbane", |
|
3561
|
|
|
|
|
|
|
"61749180", "Calliope", |
|
3562
|
|
|
|
|
|
|
"612593728", "Tarcutta", |
|
3563
|
|
|
|
|
|
|
"61748261", "Blackwater", |
|
3564
|
|
|
|
|
|
|
"618863367", "Darke\ Peak", |
|
3565
|
|
|
|
|
|
|
"61265948", "Bowraville", |
|
3566
|
|
|
|
|
|
|
"61746419", "Oakey", |
|
3567
|
|
|
|
|
|
|
"613451285", "Nirranda", |
|
3568
|
|
|
|
|
|
|
"61740137", "Torres", |
|
3569
|
|
|
|
|
|
|
"61361499", "Dunalley", |
|
3570
|
|
|
|
|
|
|
"61353892", "Dimboola", |
|
3571
|
|
|
|
|
|
|
"61890602", "Warralakin", |
|
3572
|
|
|
|
|
|
|
"61887073", "Monkoora", |
|
3573
|
|
|
|
|
|
|
"61257096", "Bohena", |
|
3574
|
|
|
|
|
|
|
"61264361", "Merimbula", |
|
3575
|
|
|
|
|
|
|
"61886385", "Crystal\ Brook", |
|
3576
|
|
|
|
|
|
|
"61741465", "Monogorilby", |
|
3577
|
|
|
|
|
|
|
"61749859", "Middlemount", |
|
3578
|
|
|
|
|
|
|
"61354106", "Strathfieldsaye", |
|
3579
|
|
|
|
|
|
|
"617458634", "Isisford", |
|
3580
|
|
|
|
|
|
|
"617487112", "Colston\ Park", |
|
3581
|
|
|
|
|
|
|
"613572496", "Taggerty", |
|
3582
|
|
|
|
|
|
|
"61364650", "Yambacoona", |
|
3583
|
|
|
|
|
|
|
"61742294", "Kowanyama", |
|
3584
|
|
|
|
|
|
|
"61266014", "Casino", |
|
3585
|
|
|
|
|
|
|
"61886688", "Port\ Augusta", |
|
3586
|
|
|
|
|
|
|
"618867728", "Carrieton", |
|
3587
|
|
|
|
|
|
|
"617442849", "Gunpowder", |
|
3588
|
|
|
|
|
|
|
"61341209", "Bairnsdale", |
|
3589
|
|
|
|
|
|
|
"61244255", "Moruya", |
|
3590
|
|
|
|
|
|
|
"613553643", "Dorodong", |
|
3591
|
|
|
|
|
|
|
"61891787", "Marble\ Bar", |
|
3592
|
|
|
|
|
|
|
"61352800", "Inverleigh", |
|
3593
|
|
|
|
|
|
|
"61367158", "Launceston", |
|
3594
|
|
|
|
|
|
|
"61749966", "Goovigen", |
|
3595
|
|
|
|
|
|
|
"61354746", "Avoca", |
|
3596
|
|
|
|
|
|
|
"618600981", "Shackleton", |
|
3597
|
|
|
|
|
|
|
"6135861", "Numurkah", |
|
3598
|
|
|
|
|
|
|
"6139567", "Melbourne", |
|
3599
|
|
|
|
|
|
|
"617485894", "Spier", |
|
3600
|
|
|
|
|
|
|
"613470584", "Chiltern", |
|
3601
|
|
|
|
|
|
|
"61364008", "Devonport", |
|
3602
|
|
|
|
|
|
|
"61260500", "Ournie", |
|
3603
|
|
|
|
|
|
|
"61747903", "Ayr", |
|
3604
|
|
|
|
|
|
|
"61868191", "Tenterden", |
|
3605
|
|
|
|
|
|
|
"613450591", "Tahara", |
|
3606
|
|
|
|
|
|
|
"6129787", "Sydney", |
|
3607
|
|
|
|
|
|
|
"61355017", "Benayeo", |
|
3608
|
|
|
|
|
|
|
"61350179", "Berriwillock", |
|
3609
|
|
|
|
|
|
|
"61267198", "Nundle", |
|
3610
|
|
|
|
|
|
|
"61341252", "Golden\ Beach", |
|
3611
|
|
|
|
|
|
|
"6173291", "Brisbane", |
|
3612
|
|
|
|
|
|
|
"61756154", "Beechmont", |
|
3613
|
|
|
|
|
|
|
"61887585", "Cannawigara", |
|
3614
|
|
|
|
|
|
|
"612532846", "Lue", |
|
3615
|
|
|
|
|
|
|
"61755510", "Southport", |
|
3616
|
|
|
|
|
|
|
"61752057", "Crossdale", |
|
3617
|
|
|
|
|
|
|
"613531842", "Rokewood", |
|
3618
|
|
|
|
|
|
|
"61888548", "Curramulka", |
|
3619
|
|
|
|
|
|
|
"61749509", "Glenden", |
|
3620
|
|
|
|
|
|
|
"61357056", "Jamieson", |
|
3621
|
|
|
|
|
|
|
"61263130", "Limekilns", |
|
3622
|
|
|
|
|
|
|
"618683633", "Manypeaks", |
|
3623
|
|
|
|
|
|
|
"61356432", "Korumburra", |
|
3624
|
|
|
|
|
|
|
"61749802", "Clermont", |
|
3625
|
|
|
|
|
|
|
"618867736", "Herbert", |
|
3626
|
|
|
|
|
|
|
"61264690", "Bemboka", |
|
3627
|
|
|
|
|
|
|
"61355072", "Ecklin", |
|
3628
|
|
|
|
|
|
|
"612422", "Wollongong", |
|
3629
|
|
|
|
|
|
|
"618996743", "Nangetty", |
|
3630
|
|
|
|
|
|
|
"61747881", "Pentland", |
|
3631
|
|
|
|
|
|
|
"61741054", "Gayndah", |
|
3632
|
|
|
|
|
|
|
"61253228", "Young", |
|
3633
|
|
|
|
|
|
|
"618752460", "Geranium", |
|
3634
|
|
|
|
|
|
|
"612570029", "Barwick", |
|
3635
|
|
|
|
|
|
|
"61890659", "Bullaring", |
|
3636
|
|
|
|
|
|
|
"61887757", "Avenue\ Range", |
|
3637
|
|
|
|
|
|
|
"6135368", "Ballan", |
|
3638
|
|
|
|
|
|
|
"61253559", "Portland", |
|
3639
|
|
|
|
|
|
|
"61367164", "Campbell\ Town", |
|
3640
|
|
|
|
|
|
|
"61269865", "Urana", |
|
3641
|
|
|
|
|
|
|
"61261459", "Bungendore", |
|
3642
|
|
|
|
|
|
|
"61888711", "Bute", |
|
3643
|
|
|
|
|
|
|
"613553583", "Pomborneit", |
|
3644
|
|
|
|
|
|
|
"61867139", "Manjimup", |
|
3645
|
|
|
|
|
|
|
"61352182", "Inverleigh", |
|
3646
|
|
|
|
|
|
|
"61745793", "Greenmount", |
|
3647
|
|
|
|
|
|
|
"618683657", "Pumphreys", |
|
3648
|
|
|
|
|
|
|
"61268063", "Gulargambone", |
|
3649
|
|
|
|
|
|
|
"612583898", "Double\ Peaks", |
|
3650
|
|
|
|
|
|
|
"6129102", "Sydney", |
|
3651
|
|
|
|
|
|
|
"612593736", "Ungarie", |
|
3652
|
|
|
|
|
|
|
"61896797", "Koorda", |
|
3653
|
|
|
|
|
|
|
"61885716", "Berri", |
|
3654
|
|
|
|
|
|
|
"61362525", "Tarraleah", |
|
3655
|
|
|
|
|
|
|
"61863831", "Perth", |
|
3656
|
|
|
|
|
|
|
"61866060", "Wyalkatchem", |
|
3657
|
|
|
|
|
|
|
"61888225", "Kadina", |
|
3658
|
|
|
|
|
|
|
"613441244", "Tennyson", |
|
3659
|
|
|
|
|
|
|
"61890645", "Narembeen", |
|
3660
|
|
|
|
|
|
|
"613451338", "Panmure", |
|
3661
|
|
|
|
|
|
|
"612533030", "Koorawatha", |
|
3662
|
|
|
|
|
|
|
"61896790", "Beacon", |
|
3663
|
|
|
|
|
|
|
"618967042", "Kalannie\ East", |
|
3664
|
|
|
|
|
|
|
"61875143", "Culburra", |
|
3665
|
|
|
|
|
|
|
"61899429", "Carnarvon", |
|
3666
|
|
|
|
|
|
|
"61887750", "Short", |
|
3667
|
|
|
|
|
|
|
"61868006", "Newdegate", |
|
3668
|
|
|
|
|
|
|
"61268890", "Farrendale", |
|
3669
|
|
|
|
|
|
|
"6138398", "Melbourne", |
|
3670
|
|
|
|
|
|
|
"61748119", "Calliope", |
|
3671
|
|
|
|
|
|
|
"6173064", "Brisbane\/Bribie\ Island\/Dayboro\/Dunwich\/Kooringal\/Redcliffe\/Russell\ Island\/Samford", |
|
3672
|
|
|
|
|
|
|
"6174067", "Babinda", |
|
3673
|
|
|
|
|
|
|
"618661163", "Wannamal", |
|
3674
|
|
|
|
|
|
|
"617458989", "Cooyar", |
|
3675
|
|
|
|
|
|
|
"61269946", "Yenda", |
|
3676
|
|
|
|
|
|
|
"612593963", "Cootamundra", |
|
3677
|
|
|
|
|
|
|
"61340369", "Willandra\ Lakes", |
|
3678
|
|
|
|
|
|
|
"61258179", "Widgeland", |
|
3679
|
|
|
|
|
|
|
"6128264", "Sydney", |
|
3680
|
|
|
|
|
|
|
"61752050", "Woolooga", |
|
3681
|
|
|
|
|
|
|
"61265246", "Macksville", |
|
3682
|
|
|
|
|
|
|
"61358393", "Blighty", |
|
3683
|
|
|
|
|
|
|
"61747578", "Yabulu", |
|
3684
|
|
|
|
|
|
|
"61755517", "Kerry", |
|
3685
|
|
|
|
|
|
|
"6136392", "Westbury", |
|
3686
|
|
|
|
|
|
|
"618752941", "Loxton", |
|
3687
|
|
|
|
|
|
|
"61895571", "Rockingham", |
|
3688
|
|
|
|
|
|
|
"61261048", "Bungendore", |
|
3689
|
|
|
|
|
|
|
"61264697", "Cabramurra", |
|
3690
|
|
|
|
|
|
|
"613470155", "Mount\ Beauty", |
|
3691
|
|
|
|
|
|
|
"61263137", "Lue", |
|
3692
|
|
|
|
|
|
|
"617415", "Bundaberg", |
|
3693
|
|
|
|
|
|
|
"61868285", "Rocky\ Gully", |
|
3694
|
|
|
|
|
|
|
"61268241", "Quambone", |
|
3695
|
|
|
|
|
|
|
"61260507", "Walla\ Walla", |
|
3696
|
|
|
|
|
|
|
"61743189", "Gayndah", |
|
3697
|
|
|
|
|
|
|
"61363043", "Gladstone", |
|
3698
|
|
|
|
|
|
|
"61249092", "East\ Gresford", |
|
3699
|
|
|
|
|
|
|
"6188584", "Loxton", |
|
3700
|
|
|
|
|
|
|
"61341554", "Morwell", |
|
3701
|
|
|
|
|
|
|
"613553850", "Victoria\ Valley", |
|
3702
|
|
|
|
|
|
|
"61355010", "Apsley", |
|
3703
|
|
|
|
|
|
|
"61898576", "Denbarker", |
|
3704
|
|
|
|
|
|
|
"61367413", "Pyengana", |
|
3705
|
|
|
|
|
|
|
"61745968", "Dalby", |
|
3706
|
|
|
|
|
|
|
"61260857", "Ournie", |
|
3707
|
|
|
|
|
|
|
"612532661", "Baldry", |
|
3708
|
|
|
|
|
|
|
"61898699", "Walyurin", |
|
3709
|
|
|
|
|
|
|
"61246046", "Camden", |
|
3710
|
|
|
|
|
|
|
"61352807", "Wingeel", |
|
3711
|
|
|
|
|
|
|
"61359023", "Pakenham", |
|
3712
|
|
|
|
|
|
|
"61256615", "Bellingen", |
|
3713
|
|
|
|
|
|
|
"61891780", "Tom\ Price", |
|
3714
|
|
|
|
|
|
|
"61749845", "Comet", |
|
3715
|
|
|
|
|
|
|
"618989167", "Pingelly", |
|
3716
|
|
|
|
|
|
|
"61875019", "Bow\ Hill", |
|
3717
|
|
|
|
|
|
|
"618753494", "Morgan", |
|
3718
|
|
|
|
|
|
|
"61358132", "Undera", |
|
3719
|
|
|
|
|
|
|
"618601052", "Ardath", |
|
3720
|
|
|
|
|
|
|
"612530189", "Neville", |
|
3721
|
|
|
|
|
|
|
"61742592", "Bloomfield", |
|
3722
|
|
|
|
|
|
|
"618753185", "Peake", |
|
3723
|
|
|
|
|
|
|
"61364657", "Queenstown", |
|
3724
|
|
|
|
|
|
|
"612583734", "Rocky\ Glen", |
|
3725
|
|
|
|
|
|
|
"61256318", "Ballina", |
|
3726
|
|
|
|
|
|
|
"617750399", "Taroom", |
|
3727
|
|
|
|
|
|
|
"613542030", "Goornong", |
|
3728
|
|
|
|
|
|
|
"61752305", "Rosevale", |
|
3729
|
|
|
|
|
|
|
"61897474", "Upper\ Preston", |
|
3730
|
|
|
|
|
|
|
"612574489", "Boorolong", |
|
3731
|
|
|
|
|
|
|
"613451326", "Hamilton", |
|
3732
|
|
|
|
|
|
|
"61248644", "Marulan", |
|
3733
|
|
|
|
|
|
|
"61897631", "Dinninup\ North", |
|
3734
|
|
|
|
|
|
|
"61253204", "Coolah", |
|
3735
|
|
|
|
|
|
|
"61749187", "Lethebrook", |
|
3736
|
|
|
|
|
|
|
"61266992", "Coffs\ Harbour", |
|
3737
|
|
|
|
|
|
|
"61341568", "Bairnsdale", |
|
3738
|
|
|
|
|
|
|
"612685542", "Bedgerebong", |
|
3739
|
|
|
|
|
|
|
"612532902", "Kandos", |
|
3740
|
|
|
|
|
|
|
"61891549", "Great\ Sandy", |
|
3741
|
|
|
|
|
|
|
"6136170", "Hobart", |
|
3742
|
|
|
|
|
|
|
"61240543", "Raymond\ Terrace", |
|
3743
|
|
|
|
|
|
|
"61891842", "Pannawonica", |
|
3744
|
|
|
|
|
|
|
"61745954", "Roma", |
|
3745
|
|
|
|
|
|
|
"61740130", "South\ Johnstone", |
|
3746
|
|
|
|
|
|
|
"61898203", "Albany", |
|
3747
|
|
|
|
|
|
|
"61745638", "Arcadia\ Valley", |
|
3748
|
|
|
|
|
|
|
"618660131", "Wyalkatchem", |
|
3749
|
|
|
|
|
|
|
"61880174", "The\ Darling", |
|
3750
|
|
|
|
|
|
|
"61367366", "Bridport", |
|
3751
|
|
|
|
|
|
|
"61363119", "Mathinna", |
|
3752
|
|
|
|
|
|
|
"61354091", "Colbinabbin", |
|
3753
|
|
|
|
|
|
|
"61743500", "Lowmead", |
|
3754
|
|
|
|
|
|
|
"6175542", "Beaudesert", |
|
3755
|
|
|
|
|
|
|
"61728004", "Cleveland", |
|
3756
|
|
|
|
|
|
|
"61269525", "Merriwagga", |
|
3757
|
|
|
|
|
|
|
"61257101", "Rowena", |
|
3758
|
|
|
|
|
|
|
"61364442", "Marrawah", |
|
3759
|
|
|
|
|
|
|
"61364024", "Sheffield", |
|
3760
|
|
|
|
|
|
|
"61745335", "The\ Gums", |
|
3761
|
|
|
|
|
|
|
"61753099", "Jimna", |
|
3762
|
|
|
|
|
|
|
"613470852", "Whorouly", |
|
3763
|
|
|
|
|
|
|
"61269139", "Black\ Stump", |
|
3764
|
|
|
|
|
|
|
"61747483", "Barkly", |
|
3765
|
|
|
|
|
|
|
"61259182", "Wallendbeen", |
|
3766
|
|
|
|
|
|
|
"613441871", "Pyramid\ Hill", |
|
3767
|
|
|
|
|
|
|
"61248794", "Bundanoon", |
|
3768
|
|
|
|
|
|
|
"61264313", "Cathcart", |
|
3769
|
|
|
|
|
|
|
"61357651", "Thoona", |
|
3770
|
|
|
|
|
|
|
"612533044", "Monteagle", |
|
3771
|
|
|
|
|
|
|
"61746529", "Aramac", |
|
3772
|
|
|
|
|
|
|
"617458837", "Muttaburra", |
|
3773
|
|
|
|
|
|
|
"612574902", "Bendemeer", |
|
3774
|
|
|
|
|
|
|
"61257360", "Craigleigh", |
|
3775
|
|
|
|
|
|
|
"61746822", "Teelba", |
|
3776
|
|
|
|
|
|
|
"61742088", "Gordonvale", |
|
3777
|
|
|
|
|
|
|
"61358617", "Nathalia", |
|
3778
|
|
|
|
|
|
|
"613441230", "Mitiamo", |
|
3779
|
|
|
|
|
|
|
"61898580", "Newdegate", |
|
3780
|
|
|
|
|
|
|
"61257404", "Yarrie\ Lake", |
|
3781
|
|
|
|
|
|
|
"612532517", "Cowra", |
|
3782
|
|
|
|
|
|
|
"618964412", "Badgingarra", |
|
3783
|
|
|
|
|
|
|
"61743283", "Mundubbera", |
|
3784
|
|
|
|
|
|
|
"613451079", "Port\ Fairy", |
|
3785
|
|
|
|
|
|
|
"618600920", "South\ Kumminin", |
|
3786
|
|
|
|
|
|
|
"61267773", "Walcha", |
|
3787
|
|
|
|
|
|
|
"6124234", "Kiama", |
|
3788
|
|
|
|
|
|
|
"617459017", "Injune", |
|
3789
|
|
|
|
|
|
|
"618601047", "Warralakin", |
|
3790
|
|
|
|
|
|
|
"61864983", "Rottnest", |
|
3791
|
|
|
|
|
|
|
"61742485", "Tully", |
|
3792
|
|
|
|
|
|
|
"61898749", "Yealering", |
|
3793
|
|
|
|
|
|
|
"61238134", "Wombeyan\ Caves", |
|
3794
|
|
|
|
|
|
|
"618967735", "Aldersyde", |
|
3795
|
|
|
|
|
|
|
"61264107", "Bobundara", |
|
3796
|
|
|
|
|
|
|
"61352116", "Barwon\ Downs", |
|
3797
|
|
|
|
|
|
|
"61745178", "Moonie", |
|
3798
|
|
|
|
|
|
|
"61885291", "Windsor", |
|
3799
|
|
|
|
|
|
|
"612574661", "Bingara", |
|
3800
|
|
|
|
|
|
|
"618763858", "Coorabie", |
|
3801
|
|
|
|
|
|
|
"613573082", "Longwood", |
|
3802
|
|
|
|
|
|
|
"61897171", "Darkan", |
|
3803
|
|
|
|
|
|
|
"6175628", "Southport", |
|
3804
|
|
|
|
|
|
|
"61367097", "Moltema", |
|
3805
|
|
|
|
|
|
|
"617459508", "Diamondy", |
|
3806
|
|
|
|
|
|
|
"6126889", "Narromine", |
|
3807
|
|
|
|
|
|
|
"61353955", "Horsham", |
|
3808
|
|
|
|
|
|
|
"61340581", "Turriff", |
|
3809
|
|
|
|
|
|
|
"61885782", "Karoonda", |
|
3810
|
|
|
|
|
|
|
"618856788", "Culburra", |
|
3811
|
|
|
|
|
|
|
"61255118", "Stuarts\ Point", |
|
3812
|
|
|
|
|
|
|
"61891999", "Karratha", |
|
3813
|
|
|
|
|
|
|
"61898152", "Kondinin", |
|
3814
|
|
|
|
|
|
|
"61243124", "Wyong", |
|
3815
|
|
|
|
|
|
|
"61392171", "Eltham", |
|
3816
|
|
|
|
|
|
|
"61354810", "Echuca", |
|
3817
|
|
|
|
|
|
|
"618661002", "Moora", |
|
3818
|
|
|
|
|
|
|
"613470847", "Tatong", |
|
3819
|
|
|
|
|
|
|
"61259314", "Milbrulong", |
|
3820
|
|
|
|
|
|
|
"61269679", "Wee\ Elwah", |
|
3821
|
|
|
|
|
|
|
"612594224", "Merriwagga", |
|
3822
|
|
|
|
|
|
|
"6174162", "Kingaroy", |
|
3823
|
|
|
|
|
|
|
"612582534", "Yarragrin", |
|
3824
|
|
|
|
|
|
|
"61748213", "Koumala", |
|
3825
|
|
|
|
|
|
|
"61244019", "Jilliga", |
|
3826
|
|
|
|
|
|
|
"61247112", "Mulgoa", |
|
3827
|
|
|
|
|
|
|
"61353071", "Stawell", |
|
3828
|
|
|
|
|
|
|
"61755156", "Rathdowney", |
|
3829
|
|
|
|
|
|
|
"61749374", "Rockhampton", |
|
3830
|
|
|
|
|
|
|
"61746258", "Dirranbandi", |
|
3831
|
|
|
|
|
|
|
"61888296", "Nantawarra", |
|
3832
|
|
|
|
|
|
|
"61749031", "Calliope", |
|
3833
|
|
|
|
|
|
|
"61889330", "Davenport", |
|
3834
|
|
|
|
|
|
|
"61361140", "Dover", |
|
3835
|
|
|
|
|
|
|
"61258273", "Fairholme", |
|
3836
|
|
|
|
|
|
|
"61341310", "Yarram", |
|
3837
|
|
|
|
|
|
|
"61265016", "Bunnan", |
|
3838
|
|
|
|
|
|
|
"61752198", "Caboolture", |
|
3839
|
|
|
|
|
|
|
"61350922", "Ouyen", |
|
3840
|
|
|
|
|
|
|
"617750413", "Warrego", |
|
3841
|
|
|
|
|
|
|
"61267342", "Glen\ Innes", |
|
3842
|
|
|
|
|
|
|
"618967057", "Studleigh", |
|
3843
|
|
|
|
|
|
|
"61362018", "Brighton", |
|
3844
|
|
|
|
|
|
|
"61286767", "Blacktown", |
|
3845
|
|
|
|
|
|
|
"61888763", "Curramulka", |
|
3846
|
|
|
|
|
|
|
"61264747", "Bobundara", |
|
3847
|
|
|
|
|
|
|
"61264466", "Dalgety", |
|
3848
|
|
|
|
|
|
|
"61898109", "Lake\ Magenta", |
|
3849
|
|
|
|
|
|
|
"618753377", "Wanbi", |
|
3850
|
|
|
|
|
|
|
"61867018", "Lake\ Clifton", |
|
3851
|
|
|
|
|
|
|
"613532330", "Mount\ Wallace", |
|
3852
|
|
|
|
|
|
|
"617452690", "Cunningham", |
|
3853
|
|
|
|
|
|
|
"61363213", "Winnaleah", |
|
3854
|
|
|
|
|
|
|
"613542044", "Heathcote", |
|
3855
|
|
|
|
|
|
|
"61268682", "Cobar", |
|
3856
|
|
|
|
|
|
|
"618683400", "Newdegate\ North", |
|
3857
|
|
|
|
|
|
|
"612583740", "Trundle", |
|
3858
|
|
|
|
|
|
|
"61268011", "Dubbo", |
|
3859
|
|
|
|
|
|
|
"61267057", "Mungindi", |
|
3860
|
|
|
|
|
|
|
"61355240", "Harrow", |
|
3861
|
|
|
|
|
|
|
"6173490", "Redcliffe", |
|
3862
|
|
|
|
|
|
|
"61860065", "Scaddan\ West", |
|
3863
|
|
|
|
|
|
|
"61265933", "Taree", |
|
3864
|
|
|
|
|
|
|
"61362415", "Brighton", |
|
3865
|
|
|
|
|
|
|
"61876343", "Ceduna", |
|
3866
|
|
|
|
|
|
|
"61344037", "Kerang", |
|
3867
|
|
|
|
|
|
|
"61263677", "Cumnock", |
|
3868
|
|
|
|
|
|
|
"61878078", "Halbury", |
|
3869
|
|
|
|
|
|
|
"61896640", "Wubin", |
|
3870
|
|
|
|
|
|
|
"61890795", "Bullaring", |
|
3871
|
|
|
|
|
|
|
"618967033", "Northam", |
|
3872
|
|
|
|
|
|
|
"617750100", "Auburn", |
|
3873
|
|
|
|
|
|
|
"618866191", "Everard", |
|
3874
|
|
|
|
|
|
|
"61879136", "Victoria\ River", |
|
3875
|
|
|
|
|
|
|
"61746264", "Surat", |
|
3876
|
|
|
|
|
|
|
"617441970", "Ravenswood", |
|
3877
|
|
|
|
|
|
|
"61351162", "Orbost", |
|
3878
|
|
|
|
|
|
|
"61263081", "Gingkin", |
|
3879
|
|
|
|
|
|
|
"61747329", "Bowen", |
|
3880
|
|
|
|
|
|
|
"618864317", "Yeelanna", |
|
3881
|
|
|
|
|
|
|
"6173079", "Brisbane", |
|
3882
|
|
|
|
|
|
|
"61896989", "Trayning", |
|
3883
|
|
|
|
|
|
|
"617442805", "Kirk", |
|
3884
|
|
|
|
|
|
|
"613442077", "Murrabit", |
|
3885
|
|
|
|
|
|
|
"618683113", "Wagin", |
|
3886
|
|
|
|
|
|
|
"612957", "Sydney", |
|
3887
|
|
|
|
|
|
|
"612684931", "Yarragrin", |
|
3888
|
|
|
|
|
|
|
"61244143", "Bawley\ Point", |
|
3889
|
|
|
|
|
|
|
"617486974", "Willows", |
|
3890
|
|
|
|
|
|
|
"61256560", "Lawrence", |
|
3891
|
|
|
|
|
|
|
"61746956", "Bringalily", |
|
3892
|
|
|
|
|
|
|
"61895099", "Bullsbrook\ East", |
|
3893
|
|
|
|
|
|
|
"61888998", "Yorketown", |
|
3894
|
|
|
|
|
|
|
"612530223", "Bribbaree", |
|
3895
|
|
|
|
|
|
|
"61899812", "Mount\ George", |
|
3896
|
|
|
|
|
|
|
"617442875", "Walker", |
|
3897
|
|
|
|
|
|
|
"61748435", "Emerald", |
|
3898
|
|
|
|
|
|
|
"61350639", "Manangatang", |
|
3899
|
|
|
|
|
|
|
"61851225", "De\ Grey", |
|
3900
|
|
|
|
|
|
|
"61256567", "Nimbin", |
|
3901
|
|
|
|
|
|
|
"617441396", "Doomadgee", |
|
3902
|
|
|
|
|
|
|
"6139513", "Melbourne", |
|
3903
|
|
|
|
|
|
|
"612570143", "Somerton", |
|
3904
|
|
|
|
|
|
|
"613431961", "Gerang\ Gerung", |
|
3905
|
|
|
|
|
|
|
"61899519", "Marchagee", |
|
3906
|
|
|
|
|
|
|
"617473915", "Gununa", |
|
3907
|
|
|
|
|
|
|
"613442007", "Lockington", |
|
3908
|
|
|
|
|
|
|
"61264589", "Delegate", |
|
3909
|
|
|
|
|
|
|
"61344030", "Wedderburn", |
|
3910
|
|
|
|
|
|
|
"61263670", "Millthorpe", |
|
3911
|
|
|
|
|
|
|
"61341103", "Lindenow", |
|
3912
|
|
|
|
|
|
|
"618854799", "Milang", |
|
3913
|
|
|
|
|
|
|
"61890192", "Speddingup\ East", |
|
3914
|
|
|
|
|
|
|
"61745643", "Cunnamulla", |
|
3915
|
|
|
|
|
|
|
"61746562", "Quilpie", |
|
3916
|
|
|
|
|
|
|
"617441900", "Home\ Hill", |
|
3917
|
|
|
|
|
|
|
"617473950", "Mount\ Isa", |
|
3918
|
|
|
|
|
|
|
"61257025", "Nowendoc", |
|
3919
|
|
|
|
|
|
|
"61746869", "Greenmount", |
|
3920
|
|
|
|
|
|
|
"617750170", "Lynd\ Range", |
|
3921
|
|
|
|
|
|
|
"613531857", "Scarsdale", |
|
3922
|
|
|
|
|
|
|
"617459951", "Charleville", |
|
3923
|
|
|
|
|
|
|
"61356003", "Bunyip", |
|
3924
|
|
|
|
|
|
|
"61341372", "Licola", |
|
3925
|
|
|
|
|
|
|
"61353136", "Natimuk", |
|
3926
|
|
|
|
|
|
|
"61354696", "Wedderburn", |
|
3927
|
|
|
|
|
|
|
"618854964", "Mannum", |
|
3928
|
|
|
|
|
|
|
"618683470", "Woogenilup", |
|
3929
|
|
|
|
|
|
|
"61240754", "Branxton", |
|
3930
|
|
|
|
|
|
|
"61741815", "Redridge", |
|
3931
|
|
|
|
|
|
|
"61749176", "Blackwater", |
|
3932
|
|
|
|
|
|
|
"617458640", "Kilbeggan", |
|
3933
|
|
|
|
|
|
|
"61756451", "Ormeau", |
|
3934
|
|
|
|
|
|
|
"61245044", "Colo\ Heights", |
|
3935
|
|
|
|
|
|
|
"61887492", "Kongorong", |
|
3936
|
|
|
|
|
|
|
"6134300", "Horsham", |
|
3937
|
|
|
|
|
|
|
"61355247", "Mount\ Richmond", |
|
3938
|
|
|
|
|
|
|
"613545024", "Rochester", |
|
3939
|
|
|
|
|
|
|
"618965666", "Dalwallinu", |
|
3940
|
|
|
|
|
|
|
"61259116", "Narrandera", |
|
3941
|
|
|
|
|
|
|
"61267050", "Bunnor", |
|
3942
|
|
|
|
|
|
|
"61897036", "Dardanup", |
|
3943
|
|
|
|
|
|
|
"61356719", "San\ Remo", |
|
3944
|
|
|
|
|
|
|
"613531833", "Linton", |
|
3945
|
|
|
|
|
|
|
"61341317", "Cann\ River", |
|
3946
|
|
|
|
|
|
|
"61264740", "Wonboyn\ Lake", |
|
3947
|
|
|
|
|
|
|
"618753307", "Walker\ Flat", |
|
3948
|
|
|
|
|
|
|
"618996732", "Leeman", |
|
3949
|
|
|
|
|
|
|
"618683642", "Narrakine", |
|
3950
|
|
|
|
|
|
|
"612574846", "Baan\ Baa", |
|
3951
|
|
|
|
|
|
|
"617480239", "Colston\ Park", |
|
3952
|
|
|
|
|
|
|
"61896452", "Quairading", |
|
3953
|
|
|
|
|
|
|
"618680090", "Pingaring", |
|
3954
|
|
|
|
|
|
|
"61373025", "Sydenham", |
|
3955
|
|
|
|
|
|
|
"61269018", "Bundure", |
|
3956
|
|
|
|
|
|
|
"61876175", "Mudamuckla", |
|
3957
|
|
|
|
|
|
|
"61354817", "Maldon", |
|
3958
|
|
|
|
|
|
|
"618661072", "South\ Quairading", |
|
3959
|
|
|
|
|
|
|
"61896409", "Jelkobine", |
|
3960
|
|
|
|
|
|
|
"617485909", "Yakapari", |
|
3961
|
|
|
|
|
|
|
"618993028", "Eneabba", |
|
3962
|
|
|
|
|
|
|
"61362596", "Hermitage", |
|
3963
|
|
|
|
|
|
|
"61740081", "Lakeland", |
|
3964
|
|
|
|
|
|
|
"613545231", "Tennyson", |
|
3965
|
|
|
|
|
|
|
"61889337", "Tablelands", |
|
3966
|
|
|
|
|
|
|
"61361147", "Baden", |
|
3967
|
|
|
|
|
|
|
"6138720", "Croydon", |
|
3968
|
|
|
|
|
|
|
"61898755", "Quindanning", |
|
3969
|
|
|
|
|
|
|
"61363038", "Fingal", |
|
3970
|
|
|
|
|
|
|
"61867233", "Manjimup", |
|
3971
|
|
|
|
|
|
|
"61885185", "Sandleton", |
|
3972
|
|
|
|
|
|
|
"6188220", "Adelaide", |
|
3973
|
|
|
|
|
|
|
"61267305", "Glencoe", |
|
3974
|
|
|
|
|
|
|
"61753571", "Rosevale", |
|
3975
|
|
|
|
|
|
|
"61264100", "Jindabyne\ South", |
|
3976
|
|
|
|
|
|
|
"61354872", "Gunbower", |
|
3977
|
|
|
|
|
|
|
"61370009", "Melbourne", |
|
3978
|
|
|
|
|
|
|
"61354579", "Murrabit", |
|
3979
|
|
|
|
|
|
|
"61367090", "Westbury", |
|
3980
|
|
|
|
|
|
|
"618989188", "Pumphreys", |
|
3981
|
|
|
|
|
|
|
"618850198", "Yumali", |
|
3982
|
|
|
|
|
|
|
"61875255", "Copeville", |
|
3983
|
|
|
|
|
|
|
"61355493", "Apsley", |
|
3984
|
|
|
|
|
|
|
"613553632", "Chetwynd", |
|
3985
|
|
|
|
|
|
|
"61889684", "Alice\ Springs", |
|
3986
|
|
|
|
|
|
|
"61747362", "Dalbeg", |
|
3987
|
|
|
|
|
|
|
"61351129", "Club\ Terrace", |
|
3988
|
|
|
|
|
|
|
"613451009", "Merino", |
|
3989
|
|
|
|
|
|
|
"618762602", "Melrose", |
|
3990
|
|
|
|
|
|
|
"6124557", "Windsor", |
|
3991
|
|
|
|
|
|
|
"61744446", "Gunpowder", |
|
3992
|
|
|
|
|
|
|
"612594350", "The\ Rock", |
|
3993
|
|
|
|
|
|
|
"61351535", "Bruthen", |
|
3994
|
|
|
|
|
|
|
"61875138", "Tanunda", |
|
3995
|
|
|
|
|
|
|
"6173448", "Redcliffe", |
|
3996
|
|
|
|
|
|
|
"61269415", "Talbingo", |
|
3997
|
|
|
|
|
|
|
"618683582", "Boddington", |
|
3998
|
|
|
|
|
|
|
"61879071", "Tiwi", |
|
3999
|
|
|
|
|
|
|
"61746732", "Beebo", |
|
4000
|
|
|
|
|
|
|
"612683722", "Farrendale", |
|
4001
|
|
|
|
|
|
|
"61879334", "Simpson", |
|
4002
|
|
|
|
|
|
|
"613441801", "Heathcote", |
|
4003
|
|
|
|
|
|
|
"618903863", "Marvel\ Loch", |
|
4004
|
|
|
|
|
|
|
"61240768", "Stroud", |
|
4005
|
|
|
|
|
|
|
"618982973", "Borden", |
|
4006
|
|
|
|
|
|
|
"61898587", "Newdegate\ North", |
|
4007
|
|
|
|
|
|
|
"61344226", "Bridgewater", |
|
4008
|
|
|
|
|
|
|
"61248581", "Bowral", |
|
4009
|
|
|
|
|
|
|
"612574972", "Tambar\ Springs", |
|
4010
|
|
|
|
|
|
|
"61257367", "Emmaville", |
|
4011
|
|
|
|
|
|
|
"618996917", "Arrowsmith", |
|
4012
|
|
|
|
|
|
|
"61340406", "Murrayville", |
|
4013
|
|
|
|
|
|
|
"61260380", "Albury", |
|
4014
|
|
|
|
|
|
|
"61250035", "Cudgewa", |
|
4015
|
|
|
|
|
|
|
"61875003", "Wanbi", |
|
4016
|
|
|
|
|
|
|
"61887608", "Lucindale\ South", |
|
4017
|
|
|
|
|
|
|
"617750322", "Cockatoo", |
|
4018
|
|
|
|
|
|
|
"61868146", "Unicup", |
|
4019
|
|
|
|
|
|
|
"61745527", "Barcaldine", |
|
4020
|
|
|
|
|
|
|
"612948", "Terrey\ Hills", |
|
4021
|
|
|
|
|
|
|
"61340288", "Balranald", |
|
4022
|
|
|
|
|
|
|
"61886244", "Ceduna", |
|
4023
|
|
|
|
|
|
|
"618903533", "Leinster", |
|
4024
|
|
|
|
|
|
|
"61897895", "Boyup\ Brook", |
|
4025
|
|
|
|
|
|
|
"61885598", "Karatta", |
|
4026
|
|
|
|
|
|
|
"618852883", "Victor\ Harbor", |
|
4027
|
|
|
|
|
|
|
"61896523", "Coomallo", |
|
4028
|
|
|
|
|
|
|
"61887305", "Thornlea", |
|
4029
|
|
|
|
|
|
|
"61740944", "Dimbulah", |
|
4030
|
|
|
|
|
|
|
"61265185", "Glendonbrook", |
|
4031
|
|
|
|
|
|
|
"61749389", "Isaac\ River", |
|
4032
|
|
|
|
|
|
|
"61886855", "Coffin\ Bay", |
|
4033
|
|
|
|
|
|
|
"61255522", "Hunter\ Springs", |
|
4034
|
|
|
|
|
|
|
"61345020", "Camperdown", |
|
4035
|
|
|
|
|
|
|
"61754084", "Nambour", |
|
4036
|
|
|
|
|
|
|
"61746551", "Cunnamulla", |
|
4037
|
|
|
|
|
|
|
"61269684", "Darlington\ Point", |
|
4038
|
|
|
|
|
|
|
"613470797", "Swanpool", |
|
4039
|
|
|
|
|
|
|
"613441727", "Nullawil", |
|
4040
|
|
|
|
|
|
|
"612593720", "Rankins\ Springs", |
|
4041
|
|
|
|
|
|
|
"6135025", "Mildura", |
|
4042
|
|
|
|
|
|
|
"618862205", "Bayley\ Plains", |
|
4043
|
|
|
|
|
|
|
"61363103", "Campbell\ Town", |
|
4044
|
|
|
|
|
|
|
"618903557", "Mount\ Beaumont", |
|
4045
|
|
|
|
|
|
|
"6188313", "Adelaide", |
|
4046
|
|
|
|
|
|
|
"61899168", "Yuna\ East", |
|
4047
|
|
|
|
|
|
|
"61756462", "Jimboomba", |
|
4048
|
|
|
|
|
|
|
"618600803", "Burracoppin", |
|
4049
|
|
|
|
|
|
|
"612573402", "Kelvin", |
|
4050
|
|
|
|
|
|
|
"61387632", "Werribee", |
|
4051
|
|
|
|
|
|
|
"61890026", "Bullaring", |
|
4052
|
|
|
|
|
|
|
"61876247", "Port\ Augusta", |
|
4053
|
|
|
|
|
|
|
"61891080", "Sandfire", |
|
4054
|
|
|
|
|
|
|
"61895364", "Gidgegannup", |
|
4055
|
|
|
|
|
|
|
"612630696", "Killongbutta", |
|
4056
|
|
|
|
|
|
|
"61896461", "Beverley", |
|
4057
|
|
|
|
|
|
|
"61256295", "Thora", |
|
4058
|
|
|
|
|
|
|
"61895400", "Rockingham", |
|
4059
|
|
|
|
|
|
|
"613451051", "Cobden", |
|
4060
|
|
|
|
|
|
|
"61361275", "Sorell", |
|
4061
|
|
|
|
|
|
|
"618752955", "New\ Well", |
|
4062
|
|
|
|
|
|
|
"618867720", "Carrieton", |
|
4063
|
|
|
|
|
|
|
"61741993", "Nanango", |
|
4064
|
|
|
|
|
|
|
"61342195", "Lara", |
|
4065
|
|
|
|
|
|
|
"613470141", "Eildon", |
|
4066
|
|
|
|
|
|
|
"612582511", "Peak\ Hill", |
|
4067
|
|
|
|
|
|
|
"618660091", "Cunderdin\ North", |
|
4068
|
|
|
|
|
|
|
"61264272", "Cooma", |
|
4069
|
|
|
|
|
|
|
"618683275", "Jerramungup", |
|
4070
|
|
|
|
|
|
|
"617476756", "Townsville", |
|
4071
|
|
|
|
|
|
|
"61268998", "Banar", |
|
4072
|
|
|
|
|
|
|
"61748103", "Carbine\ Creek", |
|
4073
|
|
|
|
|
|
|
"61890230", "Wialki\ North", |
|
4074
|
|
|
|
|
|
|
"618763632", "Gairdner", |
|
4075
|
|
|
|
|
|
|
"61743387", "Pialba", |
|
4076
|
|
|
|
|
|
|
"6134245", "Geelong", |
|
4077
|
|
|
|
|
|
|
"61899287", "Eneabba\ South", |
|
4078
|
|
|
|
|
|
|
"617459909", "Thomson", |
|
4079
|
|
|
|
|
|
|
"618763397", "Port\ Neill", |
|
4080
|
|
|
|
|
|
|
"61350370", "Annuello", |
|
4081
|
|
|
|
|
|
|
"61248160", "Bungonia", |
|
4082
|
|
|
|
|
|
|
"618983766", "Lake\ Toolbrunup", |
|
4083
|
|
|
|
|
|
|
"612574824", "Somerton", |
|
4084
|
|
|
|
|
|
|
"612594014", "Tumorrama", |
|
4085
|
|
|
|
|
|
|
"61255486", "Comara", |
|
4086
|
|
|
|
|
|
|
"61352206", "Inverleigh", |
|
4087
|
|
|
|
|
|
|
"61264217", "Bemboka", |
|
4088
|
|
|
|
|
|
|
"61341435", "Bairnsdale", |
|
4089
|
|
|
|
|
|
|
"613431783", "Kaniva", |
|
4090
|
|
|
|
|
|
|
"61355175", "Woodhouse", |
|
4091
|
|
|
|
|
|
|
"618964925", "Regans\ Ford", |
|
4092
|
|
|
|
|
|
|
"61255208", "Pacific\ Palms", |
|
4093
|
|
|
|
|
|
|
"61246106", "Picton", |
|
4094
|
|
|
|
|
|
|
"61896974", "Goodlands", |
|
4095
|
|
|
|
|
|
|
"617486705", "Mount\ Larcom", |
|
4096
|
|
|
|
|
|
|
"61748317", "Bingegang", |
|
4097
|
|
|
|
|
|
|
"61243033", "Mangrove\ Mountain", |
|
4098
|
|
|
|
|
|
|
"61364673", "Queenstown", |
|
4099
|
|
|
|
|
|
|
"61267492", "Pine\ Ridge", |
|
4100
|
|
|
|
|
|
|
"61348231", "Moulamein", |
|
4101
|
|
|
|
|
|
|
"61886505", "Herbert", |
|
4102
|
|
|
|
|
|
|
"612594086", "Barmedman", |
|
4103
|
|
|
|
|
|
|
"618752468", "Kingscote", |
|
4104
|
|
|
|
|
|
|
"61746801", "Miles", |
|
4105
|
|
|
|
|
|
|
"61340167", "Balranald", |
|
4106
|
|
|
|
|
|
|
"61887050", "Lochaber", |
|
4107
|
|
|
|
|
|
|
"61257041", "Ben\ Lomond", |
|
4108
|
|
|
|
|
|
|
"61367409", "Longford", |
|
4109
|
|
|
|
|
|
|
"61747351", "Eddington", |
|
4110
|
|
|
|
|
|
|
"61743471", "Tandora", |
|
4111
|
|
|
|
|
|
|
"61251285", "Gundaroo", |
|
4112
|
|
|
|
|
|
|
"61356138", "San\ Remo", |
|
4113
|
|
|
|
|
|
|
"61238023", "Tuena", |
|
4114
|
|
|
|
|
|
|
"61352085", "Queenscliff", |
|
4115
|
|
|
|
|
|
|
"61748372", "Yeppoon", |
|
4116
|
|
|
|
|
|
|
"61896090", "Dowerin", |
|
4117
|
|
|
|
|
|
|
"61895655", "Pinjarra", |
|
4118
|
|
|
|
|
|
|
"618660989", "Gillingarra", |
|
4119
|
|
|
|
|
|
|
"61734734", "Russell\ Island", |
|
4120
|
|
|
|
|
|
|
"61343147", "Laharum", |
|
4121
|
|
|
|
|
|
|
"61899154", "Yallalong", |
|
4122
|
|
|
|
|
|
|
"61341038", "Sale", |
|
4123
|
|
|
|
|
|
|
"61258312", "Alectown", |
|
4124
|
|
|
|
|
|
|
"61746983", "Crows\ Nest", |
|
4125
|
|
|
|
|
|
|
"612583890", "Condobolin", |
|
4126
|
|
|
|
|
|
|
"612683320", "Mount\ Foster", |
|
4127
|
|
|
|
|
|
|
"618856721", "Swan\ Reach", |
|
4128
|
|
|
|
|
|
|
"6186279", "Perth", |
|
4129
|
|
|
|
|
|
|
"61885016", "Blanchetown", |
|
4130
|
|
|
|
|
|
|
"613451330", "Lake\ Mundi", |
|
4131
|
|
|
|
|
|
|
"61896097", "Ejanding", |
|
4132
|
|
|
|
|
|
|
"612533038", "Manildra", |
|
4133
|
|
|
|
|
|
|
"61887342", "Greenways", |
|
4134
|
|
|
|
|
|
|
"61373796", "Craigieburn", |
|
4135
|
|
|
|
|
|
|
"61268763", "Teridgerie", |
|
4136
|
|
|
|
|
|
|
"61251191", "Bungendore", |
|
4137
|
|
|
|
|
|
|
"6189206", "Wanneroo", |
|
4138
|
|
|
|
|
|
|
"618989121", "Cuballing", |
|
4139
|
|
|
|
|
|
|
"61255569", "Macksville", |
|
4140
|
|
|
|
|
|
|
"61745093", "Kilbeggan", |
|
4141
|
|
|
|
|
|
|
"61343140", "Dimboola", |
|
4142
|
|
|
|
|
|
|
"61896863", "Bencubbin", |
|
4143
|
|
|
|
|
|
|
"61350481", "Sea\ Lake", |
|
4144
|
|
|
|
|
|
|
"61888011", "Auburn", |
|
4145
|
|
|
|
|
|
|
"612583504", "Coonabarabran", |
|
4146
|
|
|
|
|
|
|
"612574796", "Ingleba", |
|
4147
|
|
|
|
|
|
|
"61748310", "Woorabinda", |
|
4148
|
|
|
|
|
|
|
"61747919", "Ravenswood", |
|
4149
|
|
|
|
|
|
|
"6136779", "Launceston", |
|
4150
|
|
|
|
|
|
|
"61887057", "Lucindale\ South", |
|
4151
|
|
|
|
|
|
|
"61340160", "Pan\ Ban", |
|
4152
|
|
|
|
|
|
|
"61895649", "Gidgegannup", |
|
4153
|
|
|
|
|
|
|
"61868344", "Albany", |
|
4154
|
|
|
|
|
|
|
"61264210", "Eucumbene", |
|
4155
|
|
|
|
|
|
|
"61877054", "Greenways", |
|
4156
|
|
|
|
|
|
|
"61741754", "Mulgildie", |
|
4157
|
|
|
|
|
|
|
"61885933", "Peake", |
|
4158
|
|
|
|
|
|
|
"613451421", "Derrinallum", |
|
4159
|
|
|
|
|
|
|
"61242149", "Kiama", |
|
4160
|
|
|
|
|
|
|
"61355772", "Dunkeld", |
|
4161
|
|
|
|
|
|
|
"618993218", "Morawa", |
|
4162
|
|
|
|
|
|
|
"61263944", "Euchareena", |
|
4163
|
|
|
|
|
|
|
"61356249", "Bunyip", |
|
4164
|
|
|
|
|
|
|
"61357756", "Wangaratta", |
|
4165
|
|
|
|
|
|
|
"61895166", "Gingin", |
|
4166
|
|
|
|
|
|
|
"61257263", "Spring\ Plains", |
|
4167
|
|
|
|
|
|
|
"61344318", "Gisborne", |
|
4168
|
|
|
|
|
|
|
"61350312", "Annuello", |
|
4169
|
|
|
|
|
|
|
"61743380", "Bundaberg", |
|
4170
|
|
|
|
|
|
|
"61890237", "Yilgarn\ South", |
|
4171
|
|
|
|
|
|
|
"618683205", "Pumphreys", |
|
4172
|
|
|
|
|
|
|
"61851063", "Derby", |
|
4173
|
|
|
|
|
|
|
"61281184", "Liverpool", |
|
4174
|
|
|
|
|
|
|
"61364708", "Sheffield", |
|
4175
|
|
|
|
|
|
|
"6138711", "Croydon", |
|
4176
|
|
|
|
|
|
|
"61350377", "Swan\ Hill", |
|
4177
|
|
|
|
|
|
|
"61248167", "Woodhouselee", |
|
4178
|
|
|
|
|
|
|
"61899280", "Mingenew", |
|
4179
|
|
|
|
|
|
|
"617459979", "Greenmount", |
|
4180
|
|
|
|
|
|
|
"61898161", "Kulin", |
|
4181
|
|
|
|
|
|
|
"61354046", "Nullawil", |
|
4182
|
|
|
|
|
|
|
"61895407", "Pinjarra", |
|
4183
|
|
|
|
|
|
|
"61755183", "Tweed\ Heads", |
|
4184
|
|
|
|
|
|
|
"61876240", "Port\ Lincoln", |
|
4185
|
|
|
|
|
|
|
"61342281", "Birregurra", |
|
4186
|
|
|
|
|
|
|
"61891087", "Tom\ Price", |
|
4187
|
|
|
|
|
|
|
"61746403", "Toobeah", |
|
4188
|
|
|
|
|
|
|
"61878193", "Spalding", |
|
4189
|
|
|
|
|
|
|
"61256181", "Thora", |
|
4190
|
|
|
|
|
|
|
"618903497", "Grass\ Patch", |
|
4191
|
|
|
|
|
|
|
"617486822", "Capella", |
|
4192
|
|
|
|
|
|
|
"61364148", "Currie", |
|
4193
|
|
|
|
|
|
|
"613542038", "Goornong", |
|
4194
|
|
|
|
|
|
|
"61269991", "Batlow", |
|
4195
|
|
|
|
|
|
|
"61358035", "Finley", |
|
4196
|
|
|
|
|
|
|
"613574743", "Tungamah", |
|
4197
|
|
|
|
|
|
|
"61742614", "Mareeba", |
|
4198
|
|
|
|
|
|
|
"618862275", "Cleve", |
|
4199
|
|
|
|
|
|
|
"6129611", "Sydney", |
|
4200
|
|
|
|
|
|
|
"61357932", "Puckapunyal", |
|
4201
|
|
|
|
|
|
|
"61351818", "Yarram", |
|
4202
|
|
|
|
|
|
|
"618600873", "Bullaring", |
|
4203
|
|
|
|
|
|
|
"618993999", "Geraldton", |
|
4204
|
|
|
|
|
|
|
"61259206", "Stanbridge", |
|
4205
|
|
|
|
|
|
|
"61887773", "Bangham", |
|
4206
|
|
|
|
|
|
|
"61255224", "Muswellbrook", |
|
4207
|
|
|
|
|
|
|
"61864956", "Kalamunda", |
|
4208
|
|
|
|
|
|
|
"61341213", "Licola", |
|
4209
|
|
|
|
|
|
|
"612530013", "Lue", |
|
4210
|
|
|
|
|
|
|
"61899356", "Mingenew", |
|
4211
|
|
|
|
|
|
|
"61260634", "Koetong", |
|
4212
|
|
|
|
|
|
|
"612533026", "Harden", |
|
4213
|
|
|
|
|
|
|
"61352908", "Lavers\ Hill", |
|
4214
|
|
|
|
|
|
|
"61265291", "Macksville", |
|
4215
|
|
|
|
|
|
|
"61255739", "Ravensworth", |
|
4216
|
|
|
|
|
|
|
"61743256", "Pialba", |
|
4217
|
|
|
|
|
|
|
"61891434", "Paraburdoo", |
|
4218
|
|
|
|
|
|
|
"61752073", "Maroon", |
|
4219
|
|
|
|
|
|
|
"61345027", "Mount\ Richmond", |
|
4220
|
|
|
|
|
|
|
"61745520", "Galilee", |
|
4221
|
|
|
|
|
|
|
"61354584", "Buckrabanyule", |
|
4222
|
|
|
|
|
|
|
"61260387", "Holbrook", |
|
4223
|
|
|
|
|
|
|
"61886542", "Tooligie\ Hill", |
|
4224
|
|
|
|
|
|
|
"61885663", "Kapunda", |
|
4225
|
|
|
|
|
|
|
"61741768", "Childers", |
|
4226
|
|
|
|
|
|
|
"61877068", "Mount\ Gambier", |
|
4227
|
|
|
|
|
|
|
"61753278", "Esk", |
|
4228
|
|
|
|
|
|
|
"61889679", "Jabiru", |
|
4229
|
|
|
|
|
|
|
"6175687", "Southport", |
|
4230
|
|
|
|
|
|
|
"61756886", "Tweed\ Heads", |
|
4231
|
|
|
|
|
|
|
"61259085", "Barmedman", |
|
4232
|
|
|
|
|
|
|
"61351151", "Yinnar", |
|
4233
|
|
|
|
|
|
|
"6128606", "Parramatta", |
|
4234
|
|
|
|
|
|
|
"612685863", "Widgeland", |
|
4235
|
|
|
|
|
|
|
"6124681", "Picton", |
|
4236
|
|
|
|
|
|
|
"61268296", "Goodooga", |
|
4237
|
|
|
|
|
|
|
"61358438", "Wakool", |
|
4238
|
|
|
|
|
|
|
"61886849", "Koppio", |
|
4239
|
|
|
|
|
|
|
"61355343", "Camperdown", |
|
4240
|
|
|
|
|
|
|
"612574164", "Somerton", |
|
4241
|
|
|
|
|
|
|
"61743376", "Boondooma", |
|
4242
|
|
|
|
|
|
|
"61269541", "Egansford", |
|
4243
|
|
|
|
|
|
|
"61747456", "Croydon", |
|
4244
|
|
|
|
|
|
|
"613441238", "Redesdale", |
|
4245
|
|
|
|
|
|
|
"61255412", "Krambach", |
|
4246
|
|
|
|
|
|
|
"61341043", "Cabbage\ Tree\ Creek", |
|
4247
|
|
|
|
|
|
|
"617750365", "Leyburn", |
|
4248
|
|
|
|
|
|
|
"61257169", "Gurley", |
|
4249
|
|
|
|
|
|
|
"61240068", "Swansea", |
|
4250
|
|
|
|
|
|
|
"61356143", "Neerim\ South", |
|
4251
|
|
|
|
|
|
|
"61745472", "Charleville", |
|
4252
|
|
|
|
|
|
|
"613451344", "South\ Purrumbete", |
|
4253
|
|
|
|
|
|
|
"617459945", "Bringalily", |
|
4254
|
|
|
|
|
|
|
"61746032", "Billa\ Billa", |
|
4255
|
|
|
|
|
|
|
"61249126", "Laguna", |
|
4256
|
|
|
|
|
|
|
"61256037", "Tyringham", |
|
4257
|
|
|
|
|
|
|
"618600928", "Ardath", |
|
4258
|
|
|
|
|
|
|
"61255477", "Port\ Macquarie", |
|
4259
|
|
|
|
|
|
|
"61896413", "York", |
|
4260
|
|
|
|
|
|
|
"618866913", "Marla", |
|
4261
|
|
|
|
|
|
|
"61744067", "Millaroo", |
|
4262
|
|
|
|
|
|
|
"61898458", "Albany", |
|
4263
|
|
|
|
|
|
|
"61753358", "Noosaville", |
|
4264
|
|
|
|
|
|
|
"61891131", "Wyndham", |
|
4265
|
|
|
|
|
|
|
"61745417", "Oakey", |
|
4266
|
|
|
|
|
|
|
"61289198", "Dural", |
|
4267
|
|
|
|
|
|
|
"61342324", "Birregurra", |
|
4268
|
|
|
|
|
|
|
"618763404", "Sleaford\ Mere", |
|
4269
|
|
|
|
|
|
|
"61876010", "Wirrulla", |
|
4270
|
|
|
|
|
|
|
"618763850", "Bayley\ Plains", |
|
4271
|
|
|
|
|
|
|
"617458611", "Dalby", |
|
4272
|
|
|
|
|
|
|
"6129531", "Sutherland", |
|
4273
|
|
|
|
|
|
|
"61240465", "Bandon\ Grove", |
|
4274
|
|
|
|
|
|
|
"61358841", "Brassi", |
|
4275
|
|
|
|
|
|
|
"61898971", "Walpole", |
|
4276
|
|
|
|
|
|
|
"617459500", "Cottonvale", |
|
4277
|
|
|
|
|
|
|
"61886992", "Courela", |
|
4278
|
|
|
|
|
|
|
"618856780", "Culburra", |
|
4279
|
|
|
|
|
|
|
"61897566", "Marybrook", |
|
4280
|
|
|
|
|
|
|
"61260174", "Howlong", |
|
4281
|
|
|
|
|
|
|
"617442964", "Kirk", |
|
4282
|
|
|
|
|
|
|
"61258386", "Dubbo", |
|
4283
|
|
|
|
|
|
|
"61340094", "Willandra\ Lakes", |
|
4284
|
|
|
|
|
|
|
"613574732", "Thoona", |
|
4285
|
|
|
|
|
|
|
"61245104", "Kurrajong\ Heights", |
|
4286
|
|
|
|
|
|
|
"61392566", "Melbourne", |
|
4287
|
|
|
|
|
|
|
"61748568", "Springsure", |
|
4288
|
|
|
|
|
|
|
"61898055", "Chittinup", |
|
4289
|
|
|
|
|
|
|
"613532326", "Balliang", |
|
4290
|
|
|
|
|
|
|
"612583935", "Quambone", |
|
4291
|
|
|
|
|
|
|
"618763815", "Port\ Augusta", |
|
4292
|
|
|
|
|
|
|
"612919", "Sydney", |
|
4293
|
|
|
|
|
|
|
"6138551", "Clayton", |
|
4294
|
|
|
|
|
|
|
"61247015", "Penrith", |
|
4295
|
|
|
|
|
|
|
"61255381", "Rawdon\ Vale", |
|
4296
|
|
|
|
|
|
|
"61740781", "Innisfail", |
|
4297
|
|
|
|
|
|
|
"61256484", "Coutts\ Crossing", |
|
4298
|
|
|
|
|
|
|
"61361349", "Hobart", |
|
4299
|
|
|
|
|
|
|
"61740292", "Daintree", |
|
4300
|
|
|
|
|
|
|
"613546092", "Amphitheatre", |
|
4301
|
|
|
|
|
|
|
"61889139", "Tanami", |
|
4302
|
|
|
|
|
|
|
"61341119", "Morwell", |
|
4303
|
|
|
|
|
|
|
"61897909", "Boyup\ Brook", |
|
4304
|
|
|
|
|
|
|
"618752519", "Barmera", |
|
4305
|
|
|
|
|
|
|
"61264040", "Cathcart", |
|
4306
|
|
|
|
|
|
|
"612593781", "Goolgowi", |
|
4307
|
|
|
|
|
|
|
"6129852", "Blacktown", |
|
4308
|
|
|
|
|
|
|
"61898464", "Manypeaks", |
|
4309
|
|
|
|
|
|
|
"618683089", "Newdegate", |
|
4310
|
|
|
|
|
|
|
"61877231", "Monkoora", |
|
4311
|
|
|
|
|
|
|
"61753400", "Ballugan", |
|
4312
|
|
|
|
|
|
|
"61356019", "Tidal\ River", |
|
4313
|
|
|
|
|
|
|
"61898300", "Mettler", |
|
4314
|
|
|
|
|
|
|
"61888890", "Minlaton", |
|
4315
|
|
|
|
|
|
|
"61267750", "Guyra", |
|
4316
|
|
|
|
|
|
|
"618903374", "Shackleton", |
|
4317
|
|
|
|
|
|
|
"61861922", "Kalamunda", |
|
4318
|
|
|
|
|
|
|
"617452698", "Cunningham", |
|
4319
|
|
|
|
|
|
|
"61889946", "Katherine", |
|
4320
|
|
|
|
|
|
|
"61262207", "The\ Mullion", |
|
4321
|
|
|
|
|
|
|
"61354216", "Romsey", |
|
4322
|
|
|
|
|
|
|
"61240054", "Branxton", |
|
4323
|
|
|
|
|
|
|
"61351468", "Seaspray", |
|
4324
|
|
|
|
|
|
|
"618865977", "Miltalie", |
|
4325
|
|
|
|
|
|
|
"61361007", "New\ Norfolk", |
|
4326
|
|
|
|
|
|
|
"6138832", "Melbourne", |
|
4327
|
|
|
|
|
|
|
"618683408", "Pingrup", |
|
4328
|
|
|
|
|
|
|
"61899503", "Lynton", |
|
4329
|
|
|
|
|
|
|
"618964962", "Bolgart", |
|
4330
|
|
|
|
|
|
|
"612583748", "Weetaliba", |
|
4331
|
|
|
|
|
|
|
"61896366", "Northam", |
|
4332
|
|
|
|
|
|
|
"618867781", "Yunta", |
|
4333
|
|
|
|
|
|
|
"6186264", "Perth", |
|
4334
|
|
|
|
|
|
|
"617750108", "Billa\ Billa", |
|
4335
|
|
|
|
|
|
|
"61748554", "Mount\ Coolon", |
|
4336
|
|
|
|
|
|
|
"618752487", "Parndana", |
|
4337
|
|
|
|
|
|
|
"617441978", "Yabulu", |
|
4338
|
|
|
|
|
|
|
"613441226", "Logan", |
|
4339
|
|
|
|
|
|
|
"61340301", "Mildura", |
|
4340
|
|
|
|
|
|
|
"61351065", "Gelantipy", |
|
4341
|
|
|
|
|
|
|
"612574627", "Plumthorpe", |
|
4342
|
|
|
|
|
|
|
"61744325", "Charters\ Towers", |
|
4343
|
|
|
|
|
|
|
"61263594", "Hampton", |
|
4344
|
|
|
|
|
|
|
"61747120", "Kirk", |
|
4345
|
|
|
|
|
|
|
"618996893", "Tenindewa", |
|
4346
|
|
|
|
|
|
|
"61240627", "Newcastle", |
|
4347
|
|
|
|
|
|
|
"613442116", "Echuca", |
|
4348
|
|
|
|
|
|
|
"61286604", "Parramatta", |
|
4349
|
|
|
|
|
|
|
"6175443", "Nambour", |
|
4350
|
|
|
|
|
|
|
"618600936", "Bullfinch", |
|
4351
|
|
|
|
|
|
|
"6124646", "Campbelltown", |
|
4352
|
|
|
|
|
|
|
"61890621", "Holleton", |
|
4353
|
|
|
|
|
|
|
"613531792", "Buninyong", |
|
4354
|
|
|
|
|
|
|
"61895799", "Mount\ Helena", |
|
4355
|
|
|
|
|
|
|
"61242490", "Wollongong", |
|
4356
|
|
|
|
|
|
|
"617486162", "Benaraby", |
|
4357
|
|
|
|
|
|
|
"61891076", "Roebuck", |
|
4358
|
|
|
|
|
|
|
"61754996", "Caloundra", |
|
4359
|
|
|
|
|
|
|
"61363209", "Scottsdale", |
|
4360
|
|
|
|
|
|
|
"61258257", "Baradine", |
|
4361
|
|
|
|
|
|
|
"61747127", "Long\ Pocket", |
|
4362
|
|
|
|
|
|
|
"61358443", "Nathalia", |
|
4363
|
|
|
|
|
|
|
"61342126", "Barwon\ Downs", |
|
4364
|
|
|
|
|
|
|
"61355338", "Darlington", |
|
4365
|
|
|
|
|
|
|
"612950", "Sydney", |
|
4366
|
|
|
|
|
|
|
"61362541", "Oatlands", |
|
4367
|
|
|
|
|
|
|
"61263292", "Limekilns", |
|
4368
|
|
|
|
|
|
|
"61257211", "Gunyerwarildi", |
|
4369
|
|
|
|
|
|
|
"61348054", "Berrigan", |
|
4370
|
|
|
|
|
|
|
"61256226", "Ballina", |
|
4371
|
|
|
|
|
|
|
"61887198", "Frances", |
|
4372
|
|
|
|
|
|
|
"612594191", "Coolac", |
|
4373
|
|
|
|
|
|
|
"61263781", "Mudgee", |
|
4374
|
|
|
|
|
|
|
"61240620", "Newcastle", |
|
4375
|
|
|
|
|
|
|
"61899451", "Carnamah", |
|
4376
|
|
|
|
|
|
|
"617441908", "Long\ Pocket", |
|
4377
|
|
|
|
|
|
|
"618862991", "Cummins", |
|
4378
|
|
|
|
|
|
|
"61267585", "Sandy\ Flat", |
|
4379
|
|
|
|
|
|
|
"61253114", "Woodstock", |
|
4380
|
|
|
|
|
|
|
"61355635", "Nirranda", |
|
4381
|
|
|
|
|
|
|
"61896158", "Pantapin", |
|
4382
|
|
|
|
|
|
|
"617750178", "Moonie", |
|
4383
|
|
|
|
|
|
|
"61268548", "Wirrinya", |
|
4384
|
|
|
|
|
|
|
"61890095", "Kalgoorlie", |
|
4385
|
|
|
|
|
|
|
"61851011", "Leopold", |
|
4386
|
|
|
|
|
|
|
"61743174", "Pialba", |
|
4387
|
|
|
|
|
|
|
"61748252", "Banana", |
|
4388
|
|
|
|
|
|
|
"618600763", "Korbelka", |
|
4389
|
|
|
|
|
|
|
"613441983", "Castlemaine", |
|
4390
|
|
|
|
|
|
|
"61359134", "Emerald", |
|
4391
|
|
|
|
|
|
|
"61898113", "Hyden", |
|
4392
|
|
|
|
|
|
|
"61342308", "Lara", |
|
4393
|
|
|
|
|
|
|
"618903304", "Corrigin", |
|
4394
|
|
|
|
|
|
|
"618763643", "Kapinnie", |
|
4395
|
|
|
|
|
|
|
"61261395", "Gundaroo", |
|
4396
|
|
|
|
|
|
|
"61872861", "Mount\ Barker", |
|
4397
|
|
|
|
|
|
|
"61896235", "Lancelin", |
|
4398
|
|
|
|
|
|
|
"61888897", "Clare", |
|
4399
|
|
|
|
|
|
|
"618764003", "Spilsby", |
|
4400
|
|
|
|
|
|
|
"61267757", "Ebor", |
|
4401
|
|
|
|
|
|
|
"61268711", "Barrinford", |
|
4402
|
|
|
|
|
|
|
"61364133", "Queenstown", |
|
4403
|
|
|
|
|
|
|
"61361000", "Dover", |
|
4404
|
|
|
|
|
|
|
"618683478", "Bedford\ Harbour", |
|
4405
|
|
|
|
|
|
|
"61357083", "Mount\ Beauty", |
|
4406
|
|
|
|
|
|
|
"617458648", "Lynd\ Range", |
|
4407
|
|
|
|
|
|
|
"61264352", "Berridale", |
|
4408
|
|
|
|
|
|
|
"61284032", "Dural", |
|
4409
|
|
|
|
|
|
|
"61264047", "Cooma", |
|
4410
|
|
|
|
|
|
|
"61896811", "Wyalkatchem", |
|
4411
|
|
|
|
|
|
|
"61899978", "Nabawa", |
|
4412
|
|
|
|
|
|
|
"61258184", "Dubbo", |
|
4413
|
|
|
|
|
|
|
"61888063", "Minlaton", |
|
4414
|
|
|
|
|
|
|
"61261698", "Bungendore", |
|
4415
|
|
|
|
|
|
|
"61897826", "Waroona", |
|
4416
|
|
|
|
|
|
|
"612685773", "Lightning\ Ridge", |
|
4417
|
|
|
|
|
|
|
"61898307", "Moulyinning", |
|
4418
|
|
|
|
|
|
|
"6173623", "Brisbane", |
|
4419
|
|
|
|
|
|
|
"61753407", "Esk", |
|
4420
|
|
|
|
|
|
|
"61356678", "Buffalo", |
|
4421
|
|
|
|
|
|
|
"618903682", "Bullfinch", |
|
4422
|
|
|
|
|
|
|
"61890498", "Dulyalbin", |
|
4423
|
|
|
|
|
|
|
"612532824", "Cudal", |
|
4424
|
|
|
|
|
|
|
"61876072", "Crystal\ Brook", |
|
4425
|
|
|
|
|
|
|
"61341261", "Goongerah", |
|
4426
|
|
|
|
|
|
|
"61375005", "Clayton", |
|
4427
|
|
|
|
|
|
|
"61353771", "Creswick", |
|
4428
|
|
|
|
|
|
|
"61888616", "Maitland", |
|
4429
|
|
|
|
|
|
|
"61880189", "Menindee", |
|
4430
|
|
|
|
|
|
|
"61896164", "Regans\ Ford", |
|
4431
|
|
|
|
|
|
|
"618660853", "Dangin", |
|
4432
|
|
|
|
|
|
|
"618680098", "Pingaring", |
|
4433
|
|
|
|
|
|
|
"617459894", "Roma", |
|
4434
|
|
|
|
|
|
|
"61885082", "Karoonda", |
|
4435
|
|
|
|
|
|
|
"612583711", "Gulargambone", |
|
4436
|
|
|
|
|
|
|
"618850190", "Yumali", |
|
4437
|
|
|
|
|
|
|
"618989180", "Pumphreys", |
|
4438
|
|
|
|
|
|
|
"617486865", "Pegunny", |
|
4439
|
|
|
|
|
|
|
"61885611", "Tanunda", |
|
4440
|
|
|
|
|
|
|
"61264309", "Berridale", |
|
4441
|
|
|
|
|
|
|
"61736095", "Sandgate", |
|
4442
|
|
|
|
|
|
|
"618763474", "Leigh\ Creek\ South", |
|
4443
|
|
|
|
|
|
|
"61876017", "Georgetown", |
|
4444
|
|
|
|
|
|
|
"61361355", "Hobart", |
|
4445
|
|
|
|
|
|
|
"613431927", "Rainbow", |
|
4446
|
|
|
|
|
|
|
"618862089", "Whyalla", |
|
4447
|
|
|
|
|
|
|
"61357575", "Wangaratta", |
|
4448
|
|
|
|
|
|
|
"61348068", "Kialla\ East", |
|
4449
|
|
|
|
|
|
|
"61898049", "Pingaring", |
|
4450
|
|
|
|
|
|
|
"61885948", "Meningie", |
|
4451
|
|
|
|
|
|
|
"612592706", "Hay", |
|
4452
|
|
|
|
|
|
|
"613431209", "Bacchus\ Marsh", |
|
4453
|
|
|
|
|
|
|
"612594358", "Wagga\ Wagga", |
|
4454
|
|
|
|
|
|
|
"61744060", "Dalbeg", |
|
4455
|
|
|
|
|
|
|
"61267073", "Glen\ Innes", |
|
4456
|
|
|
|
|
|
|
"61255470", "Hunter\ Springs", |
|
4457
|
|
|
|
|
|
|
"618660837", "Bibby\ Springs", |
|
4458
|
|
|
|
|
|
|
"61256030", "Tabulam", |
|
4459
|
|
|
|
|
|
|
"61748209", "Finch\ Hatton", |
|
4460
|
|
|
|
|
|
|
"61266385", "Tabulam", |
|
4461
|
|
|
|
|
|
|
"618660114", "Miling", |
|
4462
|
|
|
|
|
|
|
"61384079", "Eltham", |
|
4463
|
|
|
|
|
|
|
"61244003", "Bawley\ Point", |
|
4464
|
|
|
|
|
|
|
"61745410", "Haden", |
|
4465
|
|
|
|
|
|
|
"61886014", "Caltowie", |
|
4466
|
|
|
|
|
|
|
"618903542", "Leonora", |
|
4467
|
|
|
|
|
|
|
"618683249", "Bremer\ Bay", |
|
4468
|
|
|
|
|
|
|
"61266688", "Rappville", |
|
4469
|
|
|
|
|
|
|
"61730811", "Bribie\ Island", |
|
4470
|
|
|
|
|
|
|
"618904272", "Wilgoyne", |
|
4471
|
|
|
|
|
|
|
"61742788", "Maryfarms", |
|
4472
|
|
|
|
|
|
|
"61897489", "Donnybrook", |
|
4473
|
|
|
|
|
|
|
"6135571", "Hamilton", |
|
4474
|
|
|
|
|
|
|
"617480397", "Garnant", |
|
4475
|
|
|
|
|
|
|
"613470626", "Benalla", |
|
4476
|
|
|
|
|
|
|
"613441696", "Cohuna", |
|
4477
|
|
|
|
|
|
|
"61359265", "Emerald", |
|
4478
|
|
|
|
|
|
|
"61350386", "Nyah", |
|
4479
|
|
|
|
|
|
|
"61248094", "Yerrinbool", |
|
4480
|
|
|
|
|
|
|
"617459076", "Warra", |
|
4481
|
|
|
|
|
|
|
"61867239", "Pemberton", |
|
4482
|
|
|
|
|
|
|
"61340526", "Nyah", |
|
4483
|
|
|
|
|
|
|
"617485840", "Broadsound", |
|
4484
|
|
|
|
|
|
|
"61741087", "Monogorilby", |
|
4485
|
|
|
|
|
|
|
"61745407", "Crows\ Nest", |
|
4486
|
|
|
|
|
|
|
"6129168", "Sydney", |
|
4487
|
|
|
|
|
|
|
"61367264", "Scottsdale", |
|
4488
|
|
|
|
|
|
|
"61264478", "Wonboyn\ Lake", |
|
4489
|
|
|
|
|
|
|
"61752084", "Woodbine", |
|
4490
|
|
|
|
|
|
|
"613545291", "Lake\ Meran", |
|
4491
|
|
|
|
|
|
|
"61896403", "Balkuling", |
|
4492
|
|
|
|
|
|
|
"61756187", "Tamborine\ Mountain", |
|
4493
|
|
|
|
|
|
|
"618680030", "Lake\ Magenta", |
|
4494
|
|
|
|
|
|
|
"612582454", "Bogan\ Gate", |
|
4495
|
|
|
|
|
|
|
"613553692", "Edenhope", |
|
4496
|
|
|
|
|
|
|
"61355499", "Coleraine", |
|
4497
|
|
|
|
|
|
|
"61888722", "Maitland", |
|
4498
|
|
|
|
|
|
|
"61354573", "Lalbert", |
|
4499
|
|
|
|
|
|
|
"61741671", "Gin\ Gin", |
|
4500
|
|
|
|
|
|
|
"61255402", "Ellenborough", |
|
4501
|
|
|
|
|
|
|
"61370003", "Melbourne", |
|
4502
|
|
|
|
|
|
|
"61341580", "Erica", |
|
4503
|
|
|
|
|
|
|
"61363161", "Moltema", |
|
4504
|
|
|
|
|
|
|
"61350279", "Palinyewah", |
|
4505
|
|
|
|
|
|
|
"61269708", "Tullibigeal", |
|
4506
|
|
|
|
|
|
|
"6128589", "Sydney", |
|
4507
|
|
|
|
|
|
|
"61341152", "Traralgon", |
|
4508
|
|
|
|
|
|
|
"61357436", "Nagambie", |
|
4509
|
|
|
|
|
|
|
"61267298", "Coolatai", |
|
4510
|
|
|
|
|
|
|
"61868291", "Walpole", |
|
4511
|
|
|
|
|
|
|
"61755174", "Ormeau", |
|
4512
|
|
|
|
|
|
|
"61247005", "Lawson", |
|
4513
|
|
|
|
|
|
|
"6138550", "Clayton", |
|
4514
|
|
|
|
|
|
|
"61259046", "Temora", |
|
4515
|
|
|
|
|
|
|
"61749356", "Marlborough", |
|
4516
|
|
|
|
|
|
|
"61752925", "Noosaville", |
|
4517
|
|
|
|
|
|
|
"61741434", "Maidenwell", |
|
4518
|
|
|
|
|
|
|
"61356052", "Wonthaggi", |
|
4519
|
|
|
|
|
|
|
"613553910", "Mount\ Richmond", |
|
4520
|
|
|
|
|
|
|
"61264075", "Numeralla", |
|
4521
|
|
|
|
|
|
|
"61735596", "Brisbane", |
|
4522
|
|
|
|
|
|
|
"61351123", "Orbost", |
|
4523
|
|
|
|
|
|
|
"61878066", "Ardrossan", |
|
4524
|
|
|
|
|
|
|
"618994439", "Warradarge", |
|
4525
|
|
|
|
|
|
|
"61253128", "Tyagong", |
|
4526
|
|
|
|
|
|
|
"61895520", "Gingin", |
|
4527
|
|
|
|
|
|
|
"61891768", "De\ Grey", |
|
4528
|
|
|
|
|
|
|
"618683758", "Newdegate\ East", |
|
4529
|
|
|
|
|
|
|
"61887784", "Kongorong", |
|
4530
|
|
|
|
|
|
|
"61875061", "Morgan", |
|
4531
|
|
|
|
|
|
|
"61756254", "Jimboomba", |
|
4532
|
|
|
|
|
|
|
"6129530", "Sutherland", |
|
4533
|
|
|
|
|
|
|
"61876000", "Ceduna", |
|
4534
|
|
|
|
|
|
|
"61886667", "Willowie", |
|
4535
|
|
|
|
|
|
|
"61242432", "Helensburgh", |
|
4536
|
|
|
|
|
|
|
"61742194", "Kowanyama", |
|
4537
|
|
|
|
|
|
|
"61361017", "Miena", |
|
4538
|
|
|
|
|
|
|
"61899513", "Three\ Springs", |
|
4539
|
|
|
|
|
|
|
"61876355", "Roxby\ Downs", |
|
4540
|
|
|
|
|
|
|
"61745980", "Toowoomba", |
|
4541
|
|
|
|
|
|
|
"61354206", "Gisborne", |
|
4542
|
|
|
|
|
|
|
"61746097", "Meandarra", |
|
4543
|
|
|
|
|
|
|
"618763754", "Wirrulla", |
|
4544
|
|
|
|
|
|
|
"61350633", "Natya", |
|
4545
|
|
|
|
|
|
|
"61269148", "Morundah", |
|
4546
|
|
|
|
|
|
|
"612583560", "Warrumbungle", |
|
4547
|
|
|
|
|
|
|
"6174206", "Cairns", |
|
4548
|
|
|
|
|
|
|
"61364991", "Ulverstone", |
|
4549
|
|
|
|
|
|
|
"617480460", "Carmila", |
|
4550
|
|
|
|
|
|
|
"61895093", "Mount\ Wells", |
|
4551
|
|
|
|
|
|
|
"61340482", "Natya", |
|
4552
|
|
|
|
|
|
|
"61886028", "Coffin\ Bay", |
|
4553
|
|
|
|
|
|
|
"618753316", "Berri", |
|
4554
|
|
|
|
|
|
|
"61356009", "Foster", |
|
4555
|
|
|
|
|
|
|
"61262272", "Rye\ Park", |
|
4556
|
|
|
|
|
|
|
"618851498", "Kingscote", |
|
4557
|
|
|
|
|
|
|
"61898310", "Kojonup", |
|
4558
|
|
|
|
|
|
|
"61265344", "Castle\ Rock", |
|
4559
|
|
|
|
|
|
|
"618683189", "Nalyerlup", |
|
4560
|
|
|
|
|
|
|
"61851196", "Roebuck", |
|
4561
|
|
|
|
|
|
|
"617486987", "Biloela", |
|
4562
|
|
|
|
|
|
|
"61753410", "Kenilworth", |
|
4563
|
|
|
|
|
|
|
"61746863", "Clifton", |
|
4564
|
|
|
|
|
|
|
"61361072", "Swansea", |
|
4565
|
|
|
|
|
|
|
"613442084", "Rochester", |
|
4566
|
|
|
|
|
|
|
"613470690", "Killawarra", |
|
4567
|
|
|
|
|
|
|
"6138585", "Clayton", |
|
4568
|
|
|
|
|
|
|
"61745649", "Toowoomba", |
|
4569
|
|
|
|
|
|
|
"6128765", "Sydney", |
|
4570
|
|
|
|
|
|
|
"61256092", "Leeville", |
|
4571
|
|
|
|
|
|
|
"61244155", "Jilliga", |
|
4572
|
|
|
|
|
|
|
"61341109", "Nowa\ Nowa", |
|
4573
|
|
|
|
|
|
|
"61263026", "Bribbaree", |
|
4574
|
|
|
|
|
|
|
"61264583", "Bombala", |
|
4575
|
|
|
|
|
|
|
"612574781", "Elcombe", |
|
4576
|
|
|
|
|
|
|
"618753384", "Barmera", |
|
4577
|
|
|
|
|
|
|
"61367135", "Avoca", |
|
4578
|
|
|
|
|
|
|
"61269834", "Wagga\ Wagga", |
|
4579
|
|
|
|
|
|
|
"61354085", "Marong", |
|
4580
|
|
|
|
|
|
|
"61255459", "Castle\ Rock", |
|
4581
|
|
|
|
|
|
|
"613442016", "Nullawil", |
|
4582
|
|
|
|
|
|
|
"612574399", "Boorolong", |
|
4583
|
|
|
|
|
|
|
"61250232", "Little\ Billabong", |
|
4584
|
|
|
|
|
|
|
"613470912", "Buffalo\ River", |
|
4585
|
|
|
|
|
|
|
"617442579", "The\ Monument", |
|
4586
|
|
|
|
|
|
|
"61745166", "Darr\ Creek", |
|
4587
|
|
|
|
|
|
|
"61886937", "Wanilla", |
|
4588
|
|
|
|
|
|
|
"617480299", "Dingo\ Beach", |
|
4589
|
|
|
|
|
|
|
"61340311", "Patchewollock", |
|
4590
|
|
|
|
|
|
|
"61358758", "Tocumwal", |
|
4591
|
|
|
|
|
|
|
"61740237", "Tully", |
|
4592
|
|
|
|
|
|
|
"618683347", "Corackerup", |
|
4593
|
|
|
|
|
|
|
"61748161", "Westwood", |
|
4594
|
|
|
|
|
|
|
"617750008", "Millmerran", |
|
4595
|
|
|
|
|
|
|
"613531893", "Banyena", |
|
4596
|
|
|
|
|
|
|
"61898103", "Hartville", |
|
4597
|
|
|
|
|
|
|
"61740230", "Mutchilba", |
|
4598
|
|
|
|
|
|
|
"612583166", "Farrendale", |
|
4599
|
|
|
|
|
|
|
"61888769", "Halbury", |
|
4600
|
|
|
|
|
|
|
"61364684", "Burnie", |
|
4601
|
|
|
|
|
|
|
"61243381", "Mangrove\ Mountain", |
|
4602
|
|
|
|
|
|
|
"61851001", "Christmas\ Island", |
|
4603
|
|
|
|
|
|
|
"61388229", "Ringwood", |
|
4604
|
|
|
|
|
|
|
"61255445", "Gloucester", |
|
4605
|
|
|
|
|
|
|
"61259282", "Black\ Stump", |
|
4606
|
|
|
|
|
|
|
"618985578", "Hyden", |
|
4607
|
|
|
|
|
|
|
"612594091", "Black\ Stump", |
|
4608
|
|
|
|
|
|
|
"61257201", "Craigleigh", |
|
4609
|
|
|
|
|
|
|
"618753440", "Taylorville", |
|
4610
|
|
|
|
|
|
|
"61886930", "Rudall", |
|
4611
|
|
|
|
|
|
|
"612583259", "Dubbo", |
|
4612
|
|
|
|
|
|
|
"61357789", "Bonnie\ Doon", |
|
4613
|
|
|
|
|
|
|
"61746974", "Clifton", |
|
4614
|
|
|
|
|
|
|
"61260884", "Walwa", |
|
4615
|
|
|
|
|
|
|
"61363219", "St\ Marys", |
|
4616
|
|
|
|
|
|
|
"61269724", "West\ Wyalong", |
|
4617
|
|
|
|
|
|
|
"61267996", "Narrabri", |
|
4618
|
|
|
|
|
|
|
"61380016", "Sunbury", |
|
4619
|
|
|
|
|
|
|
"61248482", "Woodhouselee", |
|
4620
|
|
|
|
|
|
|
"617452630", "Nobby", |
|
4621
|
|
|
|
|
|
|
"613532390", "Telopea\ Downs", |
|
4622
|
|
|
|
|
|
|
"61265706", "Glendonbrook", |
|
4623
|
|
|
|
|
|
|
"61248311", "Marulan", |
|
4624
|
|
|
|
|
|
|
"61255048", "Macksville", |
|
4625
|
|
|
|
|
|
|
"61244752", "Batemans\ Bay", |
|
4626
|
|
|
|
|
|
|
"61745358", "Texas", |
|
4627
|
|
|
|
|
|
|
"618967093", "Yorkrakine", |
|
4628
|
|
|
|
|
|
|
"61238051", "Taralga", |
|
4629
|
|
|
|
|
|
|
"61753417", "Jimna", |
|
4630
|
|
|
|
|
|
|
"61898317", "Borden", |
|
4631
|
|
|
|
|
|
|
"61265939", "Mount\ George", |
|
4632
|
|
|
|
|
|
|
"61352046", "Beeac", |
|
4633
|
|
|
|
|
|
|
"61896801", "Aldersyde", |
|
4634
|
|
|
|
|
|
|
"61886391", "Terowie", |
|
4635
|
|
|
|
|
|
|
"61745655", "Warra", |
|
4636
|
|
|
|
|
|
|
"61247424", "Penrith", |
|
4637
|
|
|
|
|
|
|
"61746090", "Legume", |
|
4638
|
|
|
|
|
|
|
"618864612", "Redhill", |
|
4639
|
|
|
|
|
|
|
"61244149", "Narooma", |
|
4640
|
|
|
|
|
|
|
"61247042", "Mount\ Wilson", |
|
4641
|
|
|
|
|
|
|
"6124982", "Nelson\ Bay", |
|
4642
|
|
|
|
|
|
|
"6175538", "Southport", |
|
4643
|
|
|
|
|
|
|
"61753472", "Caboolture", |
|
4644
|
|
|
|
|
|
|
"618859946", "Peebinga", |
|
4645
|
|
|
|
|
|
|
"61361010", "Baden", |
|
4646
|
|
|
|
|
|
|
"61896983", "Bencubbin", |
|
4647
|
|
|
|
|
|
|
"61342318", "Anglesea", |
|
4648
|
|
|
|
|
|
|
"61747323", "Long\ Pocket", |
|
4649
|
|
|
|
|
|
|
"61749154", "Moura", |
|
4650
|
|
|
|
|
|
|
"61895527", "Dwellingup", |
|
4651
|
|
|
|
|
|
|
"61756552", "Southport", |
|
4652
|
|
|
|
|
|
|
"61887591", "Thornlea", |
|
4653
|
|
|
|
|
|
|
"61876007", "Poochera", |
|
4654
|
|
|
|
|
|
|
"61265146", "Widden\ Valley", |
|
4655
|
|
|
|
|
|
|
"618660086", "Calingiri", |
|
4656
|
|
|
|
|
|
|
"618660752", "Cunderdin", |
|
4657
|
|
|
|
|
|
|
"61746523", "Omanama", |
|
4658
|
|
|
|
|
|
|
"612685593", "Berkley\ Downs", |
|
4659
|
|
|
|
|
|
|
"61264319", "Cooma", |
|
4660
|
|
|
|
|
|
|
"61885601", "Sandleton", |
|
4661
|
|
|
|
|
|
|
"61864989", "Spearwood", |
|
4662
|
|
|
|
|
|
|
"61248526", "Braidwood", |
|
4663
|
|
|
|
|
|
|
"61267779", "Moona\ Plains", |
|
4664
|
|
|
|
|
|
|
"61890944", "Bonnie\ Rock", |
|
4665
|
|
|
|
|
|
|
"612532720", "Wollar", |
|
4666
|
|
|
|
|
|
|
"61888606", "Halbury", |
|
4667
|
|
|
|
|
|
|
"61742396", "Malanda", |
|
4668
|
|
|
|
|
|
|
"6135799", "Seymour", |
|
4669
|
|
|
|
|
|
|
"61867148", "Waroona", |
|
4670
|
|
|
|
|
|
|
"61268141", "Purlewaugh", |
|
4671
|
|
|
|
|
|
|
"61868185", "Varley", |
|
4672
|
|
|
|
|
|
|
"61743289", "Rosedale", |
|
4673
|
|
|
|
|
|
|
"61896551", "Lancelin", |
|
4674
|
|
|
|
|
|
|
"61888539", "Curramulka", |
|
4675
|
|
|
|
|
|
|
"617480629", "Orion", |
|
4676
|
|
|
|
|
|
|
"613442244", "Talbot", |
|
4677
|
|
|
|
|
|
|
"61888125", "Kadina", |
|
4678
|
|
|
|
|
|
|
"618967795", "Dangin", |
|
4679
|
|
|
|
|
|
|
"61740026", "Coen", |
|
4680
|
|
|
|
|
|
|
"61341587", "Lakes\ Entrance", |
|
4681
|
|
|
|
|
|
|
"61898743", "Harrismith", |
|
4682
|
|
|
|
|
|
|
"61749168", "Gemfields", |
|
4683
|
|
|
|
|
|
|
"61730801", "Kooringal", |
|
4684
|
|
|
|
|
|
|
"61888832", "Burra", |
|
4685
|
|
|
|
|
|
|
"61258279", "Grawin", |
|
4686
|
|
|
|
|
|
|
"61886004", "Arno\ Bay", |
|
4687
|
|
|
|
|
|
|
"61745400", "Stanthorpe", |
|
4688
|
|
|
|
|
|
|
"61741080", "Maidenwell", |
|
4689
|
|
|
|
|
|
|
"61244013", "Jilliga", |
|
4690
|
|
|
|
|
|
|
"61745364", "Galilee", |
|
4691
|
|
|
|
|
|
|
"61746461", "Toowoomba", |
|
4692
|
|
|
|
|
|
|
"617459006", "Galilee", |
|
4693
|
|
|
|
|
|
|
"61748219", "Walkerston", |
|
4694
|
|
|
|
|
|
|
"61269673", "Hillston", |
|
4695
|
|
|
|
|
|
|
"61875243", "Goolwa", |
|
4696
|
|
|
|
|
|
|
"618660747", "Cadoux", |
|
4697
|
|
|
|
|
|
|
"61359029", "Rosebud", |
|
4698
|
|
|
|
|
|
|
"61890594", "Mount\ Hampton", |
|
4699
|
|
|
|
|
|
|
"617442970", "Mutarnee", |
|
4700
|
|
|
|
|
|
|
"61347066", "Seymour", |
|
4701
|
|
|
|
|
|
|
"61899731", "Perenjori", |
|
4702
|
|
|
|
|
|
|
"618683223", "Woodanilling", |
|
4703
|
|
|
|
|
|
|
"61267084", "Inverell", |
|
4704
|
|
|
|
|
|
|
"613431185", "Maroona", |
|
4705
|
|
|
|
|
|
|
"61879236", "Tennant\ Creek", |
|
4706
|
|
|
|
|
|
|
"61898693", "Ravensthorpe\ West", |
|
4707
|
|
|
|
|
|
|
"613531917", "Clear\ Lake", |
|
4708
|
|
|
|
|
|
|
"61734151", "Dunwich", |
|
4709
|
|
|
|
|
|
|
"617473810", "Barkly", |
|
4710
|
|
|
|
|
|
|
"612594402", "Griffith", |
|
4711
|
|
|
|
|
|
|
"61344324", "Kyneton", |
|
4712
|
|
|
|
|
|
|
"6135754", "Mount\ Beauty", |
|
4713
|
|
|
|
|
|
|
"617441414", "Leichhardt\ Range", |
|
4714
|
|
|
|
|
|
|
"61887315", "Coonawarra", |
|
4715
|
|
|
|
|
|
|
"617452644", "Oakey", |
|
4716
|
|
|
|
|
|
|
"61887941", "Lochaber", |
|
4717
|
|
|
|
|
|
|
"61257950", "Mungindi", |
|
4718
|
|
|
|
|
|
|
"617750339", "Elbow\ Valley", |
|
4719
|
|
|
|
|
|
|
"612583794", "Eugowra", |
|
4720
|
|
|
|
|
|
|
"6189586", "Mandurah", |
|
4721
|
|
|
|
|
|
|
"618753434", "Strathalbyn", |
|
4722
|
|
|
|
|
|
|
"61875013", "Hartley", |
|
4723
|
|
|
|
|
|
|
"618964973", "Calingiri", |
|
4724
|
|
|
|
|
|
|
"61887618", "Reedy\ Creek", |
|
4725
|
|
|
|
|
|
|
"617473855", "Cloncurry", |
|
4726
|
|
|
|
|
|
|
"61748049", "Dingo\ Beach", |
|
4727
|
|
|
|
|
|
|
"61258359", "Bindogundra", |
|
4728
|
|
|
|
|
|
|
"61340416", "Willandra\ Lakes", |
|
4729
|
|
|
|
|
|
|
"61261118", "Gundaroo", |
|
4730
|
|
|
|
|
|
|
"61353668", "Balliang", |
|
4731
|
|
|
|
|
|
|
"61898209", "Katanning", |
|
4732
|
|
|
|
|
|
|
"61240549", "Newcastle", |
|
4733
|
|
|
|
|
|
|
"61299120", "Parramatta", |
|
4734
|
|
|
|
|
|
|
"61350345", "Cunninyeuk", |
|
4735
|
|
|
|
|
|
|
"61895410", "Yanchep", |
|
4736
|
|
|
|
|
|
|
"61891543", "Newman", |
|
4737
|
|
|
|
|
|
|
"613451151", "Chetwynd", |
|
4738
|
|
|
|
|
|
|
"61238165", "Binda", |
|
4739
|
|
|
|
|
|
|
"618854491", "Hartley", |
|
4740
|
|
|
|
|
|
|
"61268022", "Berkley\ Downs", |
|
4741
|
|
|
|
|
|
|
"61267437", "Mullaley", |
|
4742
|
|
|
|
|
|
|
"61752298", "Lowood", |
|
4743
|
|
|
|
|
|
|
"612574170", "Tingha", |
|
4744
|
|
|
|
|
|
|
"618763941", "Carrieton", |
|
4745
|
|
|
|
|
|
|
"61355140", "South\ Purrumbete", |
|
4746
|
|
|
|
|
|
|
"61747489", "Gunpowder", |
|
4747
|
|
|
|
|
|
|
"61269133", "Darlington\ Point", |
|
4748
|
|
|
|
|
|
|
"61350648", "Sea\ Lake", |
|
4749
|
|
|
|
|
|
|
"61753093", "Noosaville", |
|
4750
|
|
|
|
|
|
|
"61389032", "Dandenong", |
|
4751
|
|
|
|
|
|
|
"61889405", "Simpson", |
|
4752
|
|
|
|
|
|
|
"612574720", "Pilliga", |
|
4753
|
|
|
|
|
|
|
"61350911", "Ouyen", |
|
4754
|
|
|
|
|
|
|
"61363113", "Ringarooma", |
|
4755
|
|
|
|
|
|
|
"61897127", "Beedelup", |
|
4756
|
|
|
|
|
|
|
"61255218", "Castle\ Rock", |
|
4757
|
|
|
|
|
|
|
"61269392", "Milbrulong", |
|
4758
|
|
|
|
|
|
|
"61246116", "Picton", |
|
4759
|
|
|
|
|
|
|
"617452584", "Helidon", |
|
4760
|
|
|
|
|
|
|
"613451398", "Terang", |
|
4761
|
|
|
|
|
|
|
"61741076", "Lowmead", |
|
4762
|
|
|
|
|
|
|
"61247121", "Mount\ Wilson", |
|
4763
|
|
|
|
|
|
|
"61885191", "Strathalbyn", |
|
4764
|
|
|
|
|
|
|
"6175618", "Southport", |
|
4765
|
|
|
|
|
|
|
"61264207", "Cooma", |
|
4766
|
|
|
|
|
|
|
"612594114", "Gunbar", |
|
4767
|
|
|
|
|
|
|
"61745278", "Warrego", |
|
4768
|
|
|
|
|
|
|
"61267546", "Gurley", |
|
4769
|
|
|
|
|
|
|
"61357074", "Kobyboyn", |
|
4770
|
|
|
|
|
|
|
"61251016", "Cavan", |
|
4771
|
|
|
|
|
|
|
"61753520", "Woodbine", |
|
4772
|
|
|
|
|
|
|
"61357331", "Mansfield", |
|
4773
|
|
|
|
|
|
|
"61746158", "Yuleba", |
|
4774
|
|
|
|
|
|
|
"61888196", "Port\ Victoria", |
|
4775
|
|
|
|
|
|
|
"61353027", "Jeparit", |
|
4776
|
|
|
|
|
|
|
"61258173", "Mungery", |
|
4777
|
|
|
|
|
|
|
"618967851", "York", |
|
4778
|
|
|
|
|
|
|
"61340363", "Ultima", |
|
4779
|
|
|
|
|
|
|
"61361240", "Richmond", |
|
4780
|
|
|
|
|
|
|
"61740095", "Maryfarms", |
|
4781
|
|
|
|
|
|
|
"613431882", "Ararat", |
|
4782
|
|
|
|
|
|
|
"618862914", "Coulta", |
|
4783
|
|
|
|
|
|
|
"618763629", "Elliston", |
|
4784
|
|
|
|
|
|
|
"61863786", "Perth", |
|
4785
|
|
|
|
|
|
|
"617486968", "Tungamull", |
|
4786
|
|
|
|
|
|
|
"61392127", "Croydon", |
|
4787
|
|
|
|
|
|
|
"61748113", "Rolleston", |
|
4788
|
|
|
|
|
|
|
"61355700", "Tahara", |
|
4789
|
|
|
|
|
|
|
"61899423", "Mendel", |
|
4790
|
|
|
|
|
|
|
"61875149", "Meningie", |
|
4791
|
|
|
|
|
|
|
"61746235", "Yuleba", |
|
4792
|
|
|
|
|
|
|
"61899561", "Geraldton", |
|
4793
|
|
|
|
|
|
|
"61742325", "Cairns", |
|
4794
|
|
|
|
|
|
|
"61258302", "Tyrie", |
|
4795
|
|
|
|
|
|
|
"618862986", "Cowell", |
|
4796
|
|
|
|
|
|
|
"613442230", "Maryborough", |
|
4797
|
|
|
|
|
|
|
"613470577", "Beechworth", |
|
4798
|
|
|
|
|
|
|
"61358399", "Finley", |
|
4799
|
|
|
|
|
|
|
"61898828", "Kondinin", |
|
4800
|
|
|
|
|
|
|
"61248595", "Lost\ River", |
|
4801
|
|
|
|
|
|
|
"61879020", "Alice\ Springs", |
|
4802
|
|
|
|
|
|
|
"61860034", "Bullaring", |
|
4803
|
|
|
|
|
|
|
"61353938", "Telopea\ Downs", |
|
4804
|
|
|
|
|
|
|
"618854908", "Mypolonga", |
|
4805
|
|
|
|
|
|
|
"61353654", "Nhill", |
|
4806
|
|
|
|
|
|
|
"61367419", "Targa", |
|
4807
|
|
|
|
|
|
|
"61261501", "Anembo", |
|
4808
|
|
|
|
|
|
|
"61889650", "Alice\ Springs", |
|
4809
|
|
|
|
|
|
|
"61749978", "Gemfields", |
|
4810
|
|
|
|
|
|
|
"6188666", "Melrose", |
|
4811
|
|
|
|
|
|
|
"612593824", "Tumorrama", |
|
4812
|
|
|
|
|
|
|
"61742628", "Torres", |
|
4813
|
|
|
|
|
|
|
"618869035", "Kimba", |
|
4814
|
|
|
|
|
|
|
"6135634", "Trafalgar", |
|
4815
|
|
|
|
|
|
|
"612594186", "Burcher", |
|
4816
|
|
|
|
|
|
|
"61740498", "Weipa", |
|
4817
|
|
|
|
|
|
|
"618903360", "Narembeen\ East", |
|
4818
|
|
|
|
|
|
|
"61351824", "Morwell", |
|
4819
|
|
|
|
|
|
|
"61363049", "Mole\ Creek", |
|
4820
|
|
|
|
|
|
|
"61748307", "Fitzroy\ West", |
|
4821
|
|
|
|
|
|
|
"61743183", "Yarraman", |
|
4822
|
|
|
|
|
|
|
"61350173", "Ouyen", |
|
4823
|
|
|
|
|
|
|
"61889657", "Borroloola", |
|
4824
|
|
|
|
|
|
|
"617459848", "Goombi", |
|
4825
|
|
|
|
|
|
|
"618854978", "Mount\ Pleasant", |
|
4826
|
|
|
|
|
|
|
"61875238", "Tanunda", |
|
4827
|
|
|
|
|
|
|
"61747909", "Home\ Hill", |
|
4828
|
|
|
|
|
|
|
"61256588", "Dyraaba", |
|
4829
|
|
|
|
|
|
|
"6126323", "Bathurst", |
|
4830
|
|
|
|
|
|
|
"6139966", "Melbourne", |
|
4831
|
|
|
|
|
|
|
"61888001", "Alford", |
|
4832
|
|
|
|
|
|
|
"61748300", "Ubobo", |
|
4833
|
|
|
|
|
|
|
"61748464", "Moranbah", |
|
4834
|
|
|
|
|
|
|
"61359062", "Koo\ Wee\ Rup", |
|
4835
|
|
|
|
|
|
|
"6124655", "Camden", |
|
4836
|
|
|
|
|
|
|
"617452403", "Wallumbilla", |
|
4837
|
|
|
|
|
|
|
"61363055", "Longford", |
|
4838
|
|
|
|
|
|
|
"61898738", "Varley", |
|
4839
|
|
|
|
|
|
|
"618867796", "Hawker", |
|
4840
|
|
|
|
|
|
|
"61344126", "Gunbower", |
|
4841
|
|
|
|
|
|
|
"618683693", "Beaufort\ River", |
|
4842
|
|
|
|
|
|
|
"61364541", "Burnie", |
|
4843
|
|
|
|
|
|
|
"61749503", "Koumala", |
|
4844
|
|
|
|
|
|
|
"61879027", "Jabiru", |
|
4845
|
|
|
|
|
|
|
"618600825", "Korbelka", |
|
4846
|
|
|
|
|
|
|
"617486025", "Cracow", |
|
4847
|
|
|
|
|
|
|
"61889024", "Alyangula", |
|
4848
|
|
|
|
|
|
|
"61867133", "Dinninup", |
|
4849
|
|
|
|
|
|
|
"61266144", "Bellingen", |
|
4850
|
|
|
|
|
|
|
"61361247", "South\ Bruny", |
|
4851
|
|
|
|
|
|
|
"6138710", "Dandenong", |
|
4852
|
|
|
|
|
|
|
"61261453", "Yass", |
|
4853
|
|
|
|
|
|
|
"61353020", "Elmhurst", |
|
4854
|
|
|
|
|
|
|
"61253553", "Blayney", |
|
4855
|
|
|
|
|
|
|
"6173432", "Ipswich", |
|
4856
|
|
|
|
|
|
|
"61876275", "Crystal\ Brook", |
|
4857
|
|
|
|
|
|
|
"61341576", "Combienbar", |
|
4858
|
|
|
|
|
|
|
"6128409", "Dural", |
|
4859
|
|
|
|
|
|
|
"61890653", "South\ Kumminin", |
|
4860
|
|
|
|
|
|
|
"61355707", "Lismore", |
|
4861
|
|
|
|
|
|
|
"61392120", "Croydon", |
|
4862
|
|
|
|
|
|
|
"618683352", "Dongolocking", |
|
4863
|
|
|
|
|
|
|
"613542776", "Echuca", |
|
4864
|
|
|
|
|
|
|
"612593796", "Landervale", |
|
4865
|
|
|
|
|
|
|
"61875155", "Tailem\ Bend", |
|
4866
|
|
|
|
|
|
|
"61742491", "Babinda", |
|
4867
|
|
|
|
|
|
|
"618904263", "Wialki\ North", |
|
4868
|
|
|
|
|
|
|
"61897120", "Busselton", |
|
4869
|
|
|
|
|
|
|
"61740621", "Georgetown", |
|
4870
|
|
|
|
|
|
|
"618851295", "Karatta", |
|
4871
|
|
|
|
|
|
|
"61753527", "Nambour", |
|
4872
|
|
|
|
|
|
|
"612583838", "Tyrie", |
|
4873
|
|
|
|
|
|
|
"61367378", "Longford", |
|
4874
|
|
|
|
|
|
|
"61268069", "Magometon", |
|
4875
|
|
|
|
|
|
|
"61745799", "Wallumbilla", |
|
4876
|
|
|
|
|
|
|
"612683685", "Coonabarabran", |
|
4877
|
|
|
|
|
|
|
"61340595", "Boundary\ Bend", |
|
4878
|
|
|
|
|
|
|
"61885285", "Hamley\ Bridge", |
|
4879
|
|
|
|
|
|
|
"61264200", "Berridale", |
|
4880
|
|
|
|
|
|
|
"618763918", "Terowie", |
|
4881
|
|
|
|
|
|
|
"617486839", "Gayfield", |
|
4882
|
|
|
|
|
|
|
"61259216", "Bidgeemia", |
|
4883
|
|
|
|
|
|
|
"618854551", "New\ Well", |
|
4884
|
|
|
|
|
|
|
"61355147", "Tahara", |
|
4885
|
|
|
|
|
|
|
"61351808", "Munro", |
|
4886
|
|
|
|
|
|
|
"61895472", "Toodyay", |
|
4887
|
|
|
|
|
|
|
"6129610", "Liverpool", |
|
4888
|
|
|
|
|
|
|
"61896032", "Beverley\ West", |
|
4889
|
|
|
|
|
|
|
"61742604", "Herberton", |
|
4890
|
|
|
|
|
|
|
"61260183", "Walla\ Walla", |
|
4891
|
|
|
|
|
|
|
"617476513", "Gumlu", |
|
4892
|
|
|
|
|
|
|
"61263498", "Cowra", |
|
4893
|
|
|
|
|
|
|
"61350359", "Underbool", |
|
4894
|
|
|
|
|
|
|
"6138774", "Dandenong", |
|
4895
|
|
|
|
|
|
|
"61756031", "Ormeau", |
|
4896
|
|
|
|
|
|
|
"61299127", "Blacktown", |
|
4897
|
|
|
|
|
|
|
"612583826", "Parkes", |
|
4898
|
|
|
|
|
|
|
"613701", "Melbourne", |
|
4899
|
|
|
|
|
|
|
"617486723", "Tieri", |
|
4900
|
|
|
|
|
|
|
"61361493", "Strathgordon", |
|
4901
|
|
|
|
|
|
|
"618865083", "Tarcoola", |
|
4902
|
|
|
|
|
|
|
"61746413", "Wyaga", |
|
4903
|
|
|
|
|
|
|
"61244061", "Berry", |
|
4904
|
|
|
|
|
|
|
"61898804", "Kulin", |
|
4905
|
|
|
|
|
|
|
"6138405", "Eltham", |
|
4906
|
|
|
|
|
|
|
"612574100", "Boomi", |
|
4907
|
|
|
|
|
|
|
"6139993", "Melbourne", |
|
4908
|
|
|
|
|
|
|
"61267430", "Gunnedah", |
|
4909
|
|
|
|
|
|
|
"61255033", "Mount\ George", |
|
4910
|
|
|
|
|
|
|
"61353593", "Marnoo", |
|
4911
|
|
|
|
|
|
|
"61748458", "Mackay", |
|
4912
|
|
|
|
|
|
|
"617442545", "Collinsville", |
|
4913
|
|
|
|
|
|
|
"61741131", "Redridge", |
|
4914
|
|
|
|
|
|
|
"61895417", "Lake\ Clifton", |
|
4915
|
|
|
|
|
|
|
"61256473", "Mullumbimby", |
|
4916
|
|
|
|
|
|
|
"618600772", "Mount\ Stirling", |
|
4917
|
|
|
|
|
|
|
"6124680", "Picton", |
|
4918
|
|
|
|
|
|
|
"612574576", "Caroda", |
|
4919
|
|
|
|
|
|
|
"61748971", "Emerald", |
|
4920
|
|
|
|
|
|
|
"613572436", "Alexandra", |
|
4921
|
|
|
|
|
|
|
"617458694", "Warwick", |
|
4922
|
|
|
|
|
|
|
"61343175", "Scarsdale", |
|
4923
|
|
|
|
|
|
|
"61351564", "Lakes\ Entrance", |
|
4924
|
|
|
|
|
|
|
"61263095", "Grenfell", |
|
4925
|
|
|
|
|
|
|
"61749853", "Belyando", |
|
4926
|
|
|
|
|
|
|
"61355885", "Harrow", |
|
4927
|
|
|
|
|
|
|
"61363464", "Whitemark", |
|
4928
|
|
|
|
|
|
|
"61851125", "Karratha", |
|
4929
|
|
|
|
|
|
|
"61747566", "Collinsville", |
|
4930
|
|
|
|
|
|
|
"618964903", "Miling", |
|
4931
|
|
|
|
|
|
|
"6175475", "Nambour", |
|
4932
|
|
|
|
|
|
|
"61257388", "Pilliga", |
|
4933
|
|
|
|
|
|
|
"61284158", "Sydney", |
|
4934
|
|
|
|
|
|
|
"612574413", "Currabubula", |
|
4935
|
|
|
|
|
|
|
"61352918", "Queenscliff", |
|
4936
|
|
|
|
|
|
|
"61898568", "Nalyerlup", |
|
4937
|
|
|
|
|
|
|
"61880156", "The\ Darling", |
|
4938
|
|
|
|
|
|
|
"617442900", "Gulf", |
|
4939
|
|
|
|
|
|
|
"61258345", "Barrier", |
|
4940
|
|
|
|
|
|
|
"618763460", "Great\ Bight", |
|
4941
|
|
|
|
|
|
|
"61890292", "Wialki\ North", |
|
4942
|
|
|
|
|
|
|
"61890781", "Neridup", |
|
4943
|
|
|
|
|
|
|
"61341203", "Meerlieu", |
|
4944
|
|
|
|
|
|
|
"612530113", "Lyndhurst", |
|
4945
|
|
|
|
|
|
|
"61899821", "Geraldton", |
|
4946
|
|
|
|
|
|
|
"61255916", "Coopernook", |
|
4947
|
|
|
|
|
|
|
"61879365", "Katherine", |
|
4948
|
|
|
|
|
|
|
"61740782", "Innisfail", |
|
4949
|
|
|
|
|
|
|
"61255382", "Rookhurst", |
|
4950
|
|
|
|
|
|
|
"61265339", "Taylors\ Arm", |
|
4951
|
|
|
|
|
|
|
"6135659", "Poowong", |
|
4952
|
|
|
|
|
|
|
"61261586", "Captains\ Flat", |
|
4953
|
|
|
|
|
|
|
"61341564", "Traralgon", |
|
4954
|
|
|
|
|
|
|
"61862280", "Perth", |
|
4955
|
|
|
|
|
|
|
"613573057", "Kilmore", |
|
4956
|
|
|
|
|
|
|
"61253208", "Galong", |
|
4957
|
|
|
|
|
|
|
"61248648", "Golspie", |
|
4958
|
|
|
|
|
|
|
"61749135", "Yeppoon", |
|
4959
|
|
|
|
|
|
|
"61740291", "Cooktown", |
|
4960
|
|
|
|
|
|
|
"61880178", "Broken\ Hill", |
|
4961
|
|
|
|
|
|
|
"61745634", "Thallon", |
|
4962
|
|
|
|
|
|
|
"613532316", "Ballan", |
|
4963
|
|
|
|
|
|
|
"61745958", "Kupunn", |
|
4964
|
|
|
|
|
|
|
"61284176", "Avalon\ Beach", |
|
4965
|
|
|
|
|
|
|
"618763825", "Sheringa", |
|
4966
|
|
|
|
|
|
|
"6173707", "Brisbane", |
|
4967
|
|
|
|
|
|
|
"61872829", "Salisbury", |
|
4968
|
|
|
|
|
|
|
"612582472", "Cumborah", |
|
4969
|
|
|
|
|
|
|
"61897075", "Marybrook", |
|
4970
|
|
|
|
|
|
|
"61728008", "Ipswich", |
|
4971
|
|
|
|
|
|
|
"617750197", "Tabers", |
|
4972
|
|
|
|
|
|
|
"61752060", "Gunalda", |
|
4973
|
|
|
|
|
|
|
"61896383", "Calingiri", |
|
4974
|
|
|
|
|
|
|
"617458621", "Freestone", |
|
4975
|
|
|
|
|
|
|
"61367280", "Lilydale", |
|
4976
|
|
|
|
|
|
|
"61353710", "Kalkee", |
|
4977
|
|
|
|
|
|
|
"6175598", "Tweed\ Heads", |
|
4978
|
|
|
|
|
|
|
"61260520", "Gerogery", |
|
4979
|
|
|
|
|
|
|
"61358842", "Caldwell", |
|
4980
|
|
|
|
|
|
|
"61364028", "Smithton", |
|
4981
|
|
|
|
|
|
|
"61898972", "Woogenilup", |
|
4982
|
|
|
|
|
|
|
"61745387", "Maranoa", |
|
4983
|
|
|
|
|
|
|
"61886991", "Coorabie", |
|
4984
|
|
|
|
|
|
|
"6129100", "Sydney", |
|
4985
|
|
|
|
|
|
|
"61748476", "Rockhampton", |
|
4986
|
|
|
|
|
|
|
"61891132", "Great\ Sandy", |
|
4987
|
|
|
|
|
|
|
"61740840", "Cairns", |
|
4988
|
|
|
|
|
|
|
"61362505", "Bothwell", |
|
4989
|
|
|
|
|
|
|
"61887760", "Conmurra", |
|
4990
|
|
|
|
|
|
|
"6129548", "Engadine", |
|
4991
|
|
|
|
|
|
|
"61741607", "Nanango", |
|
4992
|
|
|
|
|
|
|
"61340359", "Sea\ Lake", |
|
4993
|
|
|
|
|
|
|
"613573033", "Flowerdale", |
|
4994
|
|
|
|
|
|
|
"618683497", "Dumbleyung", |
|
4995
|
|
|
|
|
|
|
"618600918", "Scaddan\ West", |
|
4996
|
|
|
|
|
|
|
"61383517", "Sydenham", |
|
4997
|
|
|
|
|
|
|
"613442138", "Mitiamo", |
|
4998
|
|
|
|
|
|
|
"618866923", "Mintabie", |
|
4999
|
|
|
|
|
|
|
"618753145", "Meningie", |
|
5000
|
|
|
|
|
|
|
"61351699", "Sale", |
|
5001
|
|
|
|
|
|
|
"61756413", "Southport", |
|
5002
|
|
|
|
|
|
|
"612530149", "Lue", |
|
5003
|
|
|
|
|
|
|
"61267396", "Glen\ Innes", |
|
5004
|
|
|
|
|
|
|
"61745471", "Yetman", |
|
5005
|
|
|
|
|
|
|
"61269849", "Nangus", |
|
5006
|
|
|
|
|
|
|
"61749258", "Byfield", |
|
5007
|
|
|
|
|
|
|
"61746031", "Bell", |
|
5008
|
|
|
|
|
|
|
"61866050", "Regans\ Ford", |
|
5009
|
|
|
|
|
|
|
"61886330", "Port\ Pirie", |
|
5010
|
|
|
|
|
|
|
"61358780", "Lalalty", |
|
5011
|
|
|
|
|
|
|
"612574449", "Nundle", |
|
5012
|
|
|
|
|
|
|
"61897478", "Cundinup", |
|
5013
|
|
|
|
|
|
|
"61742779", "Innisfail", |
|
5014
|
|
|
|
|
|
|
"61269542", "Egansford", |
|
5015
|
|
|
|
|
|
|
"61245033", "Wisemans\ Ferry", |
|
5016
|
|
|
|
|
|
|
"61881553", "Adelaide", |
|
5017
|
|
|
|
|
|
|
"61255411", "Kempsey", |
|
5018
|
|
|
|
|
|
|
"61256314", "Lawrence", |
|
5019
|
|
|
|
|
|
|
"618660704", "Kalannie", |
|
5020
|
|
|
|
|
|
|
"618682169", "Moulyinning", |
|
5021
|
|
|
|
|
|
|
"613470939", "St\ James", |
|
5022
|
|
|
|
|
|
|
"613442126", "Kerang", |
|
5023
|
|
|
|
|
|
|
"613451085", "Timboon", |
|
5024
|
|
|
|
|
|
|
"61354605", "Maryborough", |
|
5025
|
|
|
|
|
|
|
"61747574", "Kirk", |
|
5026
|
|
|
|
|
|
|
"61890622", "Holleton", |
|
5027
|
|
|
|
|
|
|
"61367356", "St\ Marys", |
|
5028
|
|
|
|
|
|
|
"61363476", "Targa", |
|
5029
|
|
|
|
|
|
|
"618763772", "Courela", |
|
5030
|
|
|
|
|
|
|
"618680077", "Newdegate\ East", |
|
5031
|
|
|
|
|
|
|
"612574617", "Nowendoc", |
|
5032
|
|
|
|
|
|
|
"61263185", "Ooma", |
|
5033
|
|
|
|
|
|
|
"61351576", "Lindenow", |
|
5034
|
|
|
|
|
|
|
"61261044", "Binalong", |
|
5035
|
|
|
|
|
|
|
"61734927", "Russell\ Island", |
|
5036
|
|
|
|
|
|
|
"618752981", "Wanbi", |
|
5037
|
|
|
|
|
|
|
"61851070", "Marble\ Bar", |
|
5038
|
|
|
|
|
|
|
"613441216", "Inglewood", |
|
5039
|
|
|
|
|
|
|
"61341558", "Omeo", |
|
5040
|
|
|
|
|
|
|
"61867244", "Busselton", |
|
5041
|
|
|
|
|
|
|
"61257270", "Goolhi", |
|
5042
|
|
|
|
|
|
|
"61891393", "Mount\ Bruce", |
|
5043
|
|
|
|
|
|
|
"612685642", "Bonnay", |
|
5044
|
|
|
|
|
|
|
"61868237", "Cuballing", |
|
5045
|
|
|
|
|
|
|
"61340302", "Mittyack", |
|
5046
|
|
|
|
|
|
|
"61354308", "Elmore", |
|
5047
|
|
|
|
|
|
|
"61745964", "Goombungee", |
|
5048
|
|
|
|
|
|
|
"61240399", "Nelson\ Bay", |
|
5049
|
|
|
|
|
|
|
"61743527", "Brooklands", |
|
5050
|
|
|
|
|
|
|
"618997033", "Eneabba\ South", |
|
5051
|
|
|
|
|
|
|
"612574278", "Uralla", |
|
5052
|
|
|
|
|
|
|
"61876136", "Woomera", |
|
5053
|
|
|
|
|
|
|
"612532475", "Baldry", |
|
5054
|
|
|
|
|
|
|
"61340173", "Wemen", |
|
5055
|
|
|
|
|
|
|
"61263847", "Milvale", |
|
5056
|
|
|
|
|
|
|
"61260093", "Barnawartha", |
|
5057
|
|
|
|
|
|
|
"618967756", "Beverley", |
|
5058
|
|
|
|
|
|
|
"61896870", "Quairading", |
|
5059
|
|
|
|
|
|
|
"61341229", "Cabbage\ Tree\ Creek", |
|
5060
|
|
|
|
|
|
|
"618967082", "Wubin", |
|
5061
|
|
|
|
|
|
|
"61242029", "Wollongong", |
|
5062
|
|
|
|
|
|
|
"61879343", "Plenty", |
|
5063
|
|
|
|
|
|
|
"61364667", "Yolla", |
|
5064
|
|
|
|
|
|
|
"61268115", "Walgett", |
|
5065
|
|
|
|
|
|
|
"61861921", "Herne\ Hill", |
|
5066
|
|
|
|
|
|
|
"61354126", "Echuca", |
|
5067
|
|
|
|
|
|
|
"61268770", "Myamley", |
|
5068
|
|
|
|
|
|
|
"61260867", "Talmalmo", |
|
5069
|
|
|
|
|
|
|
"61877232", "Mount\ Gambier", |
|
5070
|
|
|
|
|
|
|
"61741449", "Manumbar", |
|
5071
|
|
|
|
|
|
|
"617458949", "Wandoan", |
|
5072
|
|
|
|
|
|
|
"617459061", "Tambo", |
|
5073
|
|
|
|
|
|
|
"61899989", "Yaringa", |
|
5074
|
|
|
|
|
|
|
"61756235", "Jimboomba", |
|
5075
|
|
|
|
|
|
|
"61896519", "Gillingarra", |
|
5076
|
|
|
|
|
|
|
"61874445", "Adelaide", |
|
5077
|
|
|
|
|
|
|
"61248302", "Binda", |
|
5078
|
|
|
|
|
|
|
"61268777", "Coonamble", |
|
5079
|
|
|
|
|
|
|
"61749956", "Biloela", |
|
5080
|
|
|
|
|
|
|
"61896812", "Wyalkatchem", |
|
5081
|
|
|
|
|
|
|
"61358805", "Blighty", |
|
5082
|
|
|
|
|
|
|
"612593891", "Coolac", |
|
5083
|
|
|
|
|
|
|
"6174243", "Cairns", |
|
5084
|
|
|
|
|
|
|
"613553543", "Dundonnell", |
|
5085
|
|
|
|
|
|
|
"617480308", "Orion", |
|
5086
|
|
|
|
|
|
|
"61367168", "Exeter", |
|
5087
|
|
|
|
|
|
|
"61268712", "Bourke", |
|
5088
|
|
|
|
|
|
|
"61357613", "Benalla", |
|
5089
|
|
|
|
|
|
|
"61741455", "Bundaberg", |
|
5090
|
|
|
|
|
|
|
"612574208", "Breeza", |
|
5091
|
|
|
|
|
|
|
"61359003", "Cranbourne", |
|
5092
|
|
|
|
|
|
|
"61264351", "Adaminaby", |
|
5093
|
|
|
|
|
|
|
"61284031", "Avalon\ Beach", |
|
5094
|
|
|
|
|
|
|
"61745873", "Goondiwindi", |
|
5095
|
|
|
|
|
|
|
"61753183", "Wolvi", |
|
5096
|
|
|
|
|
|
|
"61364660", "Sheffield", |
|
5097
|
|
|
|
|
|
|
"61872862", "Salisbury", |
|
5098
|
|
|
|
|
|
|
"61364004", "Currie", |
|
5099
|
|
|
|
|
|
|
"61748251", "Yeppoon", |
|
5100
|
|
|
|
|
|
|
"613470544", "Harrietville", |
|
5101
|
|
|
|
|
|
|
"61868230", "Broomehill", |
|
5102
|
|
|
|
|
|
|
"61257277", "Tambar\ Springs", |
|
5103
|
|
|
|
|
|
|
"61256116", "Lismore", |
|
5104
|
|
|
|
|
|
|
"618903275", "Belka\ East", |
|
5105
|
|
|
|
|
|
|
"618600941", "Condingup", |
|
5106
|
|
|
|
|
|
|
"6173156", "Brisbane", |
|
5107
|
|
|
|
|
|
|
"61743520", "Wondai", |
|
5108
|
|
|
|
|
|
|
"61267194", "Yarrie\ Lake", |
|
5109
|
|
|
|
|
|
|
"61347074", "Broadford", |
|
5110
|
|
|
|
|
|
|
"61746176", "Toowoomba", |
|
5111
|
|
|
|
|
|
|
"6129920", "Blacktown", |
|
5112
|
|
|
|
|
|
|
"61342216", "Kennedys\ Creek", |
|
5113
|
|
|
|
|
|
|
"61851012", "Marble\ Bar", |
|
5114
|
|
|
|
|
|
|
"61362542", "Woodbury", |
|
5115
|
|
|
|
|
|
|
"61888544", "Marion\ Bay", |
|
5116
|
|
|
|
|
|
|
"61257212", "Inverell", |
|
5117
|
|
|
|
|
|
|
"613531882", "Bangerang", |
|
5118
|
|
|
|
|
|
|
"61263291", "Limekilns", |
|
5119
|
|
|
|
|
|
|
"61248173", "Bowral", |
|
5120
|
|
|
|
|
|
|
"61263782", "Mudgee", |
|
5121
|
|
|
|
|
|
|
"612532886", "Cowra", |
|
5122
|
|
|
|
|
|
|
"61756158", "Rathdowney", |
|
5123
|
|
|
|
|
|
|
"61899452", "Carnamah\ West", |
|
5124
|
|
|
|
|
|
|
"61253224", "Bathurst", |
|
5125
|
|
|
|
|
|
|
"61734920", "Redcliffe", |
|
5126
|
|
|
|
|
|
|
"61741058", "Gin\ Gin", |
|
5127
|
|
|
|
|
|
|
"61851077", "Pannawonica", |
|
5128
|
|
|
|
|
|
|
"613553996", "Woolsthorpe", |
|
5129
|
|
|
|
|
|
|
"61238143", "Bundanoon", |
|
5130
|
|
|
|
|
|
|
"61891565", "Derby", |
|
5131
|
|
|
|
|
|
|
"618680007", "Kukerin", |
|
5132
|
|
|
|
|
|
|
"61362849", "Ouse", |
|
5133
|
|
|
|
|
|
|
"6126041", "Albury", |
|
5134
|
|
|
|
|
|
|
"618763702", "Jamestown", |
|
5135
|
|
|
|
|
|
|
"61340345", "Mittyack", |
|
5136
|
|
|
|
|
|
|
"61866057", "Wongan\ Hills", |
|
5137
|
|
|
|
|
|
|
"618683557", "Ravensthorpe\ West", |
|
5138
|
|
|
|
|
|
|
"61268053", "Forbes", |
|
5139
|
|
|
|
|
|
|
"613470616", "Violet\ Town", |
|
5140
|
|
|
|
|
|
|
"618753390", "Coonalpyn", |
|
5141
|
|
|
|
|
|
|
"618660774", "Lancelin", |
|
5142
|
|
|
|
|
|
|
"61266018", "Coffs\ Harbour", |
|
5143
|
|
|
|
|
|
|
"61742298", "Kidston", |
|
5144
|
|
|
|
|
|
|
"61879175", "Tiwi", |
|
5145
|
|
|
|
|
|
|
"61868026", "Manypeaks\ North", |
|
5146
|
|
|
|
|
|
|
"613432109", "Stoneleigh", |
|
5147
|
|
|
|
|
|
|
"61899409", "Tenindewa", |
|
5148
|
|
|
|
|
|
|
"61358787", "Cornalla", |
|
5149
|
|
|
|
|
|
|
"61887767", "Lucindale\ South", |
|
5150
|
|
|
|
|
|
|
"61887446", "Western\ Flat", |
|
5151
|
|
|
|
|
|
|
"61741600", "Kingaroy", |
|
5152
|
|
|
|
|
|
|
"61743093", "Gooroolba", |
|
5153
|
|
|
|
|
|
|
"61253569", "Frogmore", |
|
5154
|
|
|
|
|
|
|
"61740847", "Millaa\ Millaa", |
|
5155
|
|
|
|
|
|
|
"617442889", "Clarke", |
|
5156
|
|
|
|
|
|
|
"61890669", "Eyre", |
|
5157
|
|
|
|
|
|
|
"61886684", "Laura", |
|
5158
|
|
|
|
|
|
|
"613470868", "Devlins\ Bridge", |
|
5159
|
|
|
|
|
|
|
"617452677", "Ballandean", |
|
5160
|
|
|
|
|
|
|
"61367154", "Mole\ Creek", |
|
5161
|
|
|
|
|
|
|
"61269855", "Ungarie", |
|
5162
|
|
|
|
|
|
|
"61383510", "Point\ Cook", |
|
5163
|
|
|
|
|
|
|
"618660124", "Tammin", |
|
5164
|
|
|
|
|
|
|
"61888205", "Clare", |
|
5165
|
|
|
|
|
|
|
"613553683", "Benayeo", |
|
5166
|
|
|
|
|
|
|
"61752067", "Kia\ Ora", |
|
5167
|
|
|
|
|
|
|
"61890146", "Munglinup", |
|
5168
|
|
|
|
|
|
|
"61357066", "King\ Valley", |
|
5169
|
|
|
|
|
|
|
"61244134", "Bawley\ Point", |
|
5170
|
|
|
|
|
|
|
"61756164", "Jimboomba", |
|
5171
|
|
|
|
|
|
|
"61745380", "Miles", |
|
5172
|
|
|
|
|
|
|
"61354324", "Bendigo", |
|
5173
|
|
|
|
|
|
|
"612583721", "Mount\ Herring", |
|
5174
|
|
|
|
|
|
|
"61885081", "Karoonda", |
|
5175
|
|
|
|
|
|
|
"61353717", "Rainbow", |
|
5176
|
|
|
|
|
|
|
"61260527", "Rand", |
|
5177
|
|
|
|
|
|
|
"61885612", "Tanunda", |
|
5178
|
|
|
|
|
|
|
"61741064", "Howard", |
|
5179
|
|
|
|
|
|
|
"618683533", "Moodiarrup", |
|
5180
|
|
|
|
|
|
|
"61367287", "Rossarden", |
|
5181
|
|
|
|
|
|
|
"613431917", "Maroona", |
|
5182
|
|
|
|
|
|
|
"613470684", "Euroa", |
|
5183
|
|
|
|
|
|
|
"613442090", "Traynors\ Lagoon", |
|
5184
|
|
|
|
|
|
|
"618601068", "Corrigin\ West", |
|
5185
|
|
|
|
|
|
|
"61876071", "Yeelanna", |
|
5186
|
|
|
|
|
|
|
"61350416", "Rufus\ River", |
|
5187
|
|
|
|
|
|
|
"61248359", "Rugby", |
|
5188
|
|
|
|
|
|
|
"61883933", "Salisbury", |
|
5189
|
|
|
|
|
|
|
"61341262", "Licola", |
|
5190
|
|
|
|
|
|
|
"6136390", "Blessington", |
|
5191
|
|
|
|
|
|
|
"61353772", "Creswick", |
|
5192
|
|
|
|
|
|
|
"61888086", "Riverton", |
|
5193
|
|
|
|
|
|
|
"61265944", "Taree", |
|
5194
|
|
|
|
|
|
|
"61898910", "Katanning", |
|
5195
|
|
|
|
|
|
|
"612583171", "Ginghet", |
|
5196
|
|
|
|
|
|
|
"61238019", "Robertson", |
|
5197
|
|
|
|
|
|
|
"61740185", "Gordonvale", |
|
5198
|
|
|
|
|
|
|
"618867710", "Wilmington", |
|
5199
|
|
|
|
|
|
|
"612582521", "Tullamore", |
|
5200
|
|
|
|
|
|
|
"618683542", "Newdegate\ East", |
|
5201
|
|
|
|
|
|
|
"61896462", "Beverley", |
|
5202
|
|
|
|
|
|
|
"6128976", "Sydney", |
|
5203
|
|
|
|
|
|
|
"61891610", "Wyndham", |
|
5204
|
|
|
|
|
|
|
"61351587", "Cann\ River", |
|
5205
|
|
|
|
|
|
|
"61875134", "Sedan", |
|
5206
|
|
|
|
|
|
|
"613542244", "Marong", |
|
5207
|
|
|
|
|
|
|
"618763862", "Crystal\ Brook", |
|
5208
|
|
|
|
|
|
|
"61285215", "Engadine", |
|
5209
|
|
|
|
|
|
|
"61240764", "Mulbring", |
|
5210
|
|
|
|
|
|
|
"61756461", "Jimboomba", |
|
5211
|
|
|
|
|
|
|
"61879338", "Tiwi", |
|
5212
|
|
|
|
|
|
|
"61755400", "Beaudesert", |
|
5213
|
|
|
|
|
|
|
"613451448", "Tahara", |
|
5214
|
|
|
|
|
|
|
"61898129", "Lake\ Grace", |
|
5215
|
|
|
|
|
|
|
"61248279", "Braidwood", |
|
5216
|
|
|
|
|
|
|
"618867755", "Orroroo", |
|
5217
|
|
|
|
|
|
|
"61387631", "Werribee", |
|
5218
|
|
|
|
|
|
|
"618752920", "Berri", |
|
5219
|
|
|
|
|
|
|
"61744073", "Palm\ Island", |
|
5220
|
|
|
|
|
|
|
"618865092", "Woomera", |
|
5221
|
|
|
|
|
|
|
"61267060", "Cuttabri", |
|
5222
|
|
|
|
|
|
|
"61746180", "Surat", |
|
5223
|
|
|
|
|
|
|
"61255463", "Denman", |
|
5224
|
|
|
|
|
|
|
"61898535", "Narrogin", |
|
5225
|
|
|
|
|
|
|
"61255521", "Bunnan", |
|
5226
|
|
|
|
|
|
|
"618866362", "Wanilla", |
|
5227
|
|
|
|
|
|
|
"61746552", "Cunnamulla", |
|
5228
|
|
|
|
|
|
|
"613441717", "Llanelly", |
|
5229
|
|
|
|
|
|
|
"612593710", "Mannus", |
|
5230
|
|
|
|
|
|
|
"61269014", "Black\ Stump", |
|
5231
|
|
|
|
|
|
|
"61747309", "Ravenswood", |
|
5232
|
|
|
|
|
|
|
"61364515", "Devonport", |
|
5233
|
|
|
|
|
|
|
"61363034", "Exeter", |
|
5234
|
|
|
|
|
|
|
"617451939", "Elbow\ Valley", |
|
5235
|
|
|
|
|
|
|
"613470530", "Benalla", |
|
5236
|
|
|
|
|
|
|
"61889385", "Roper\ River", |
|
5237
|
|
|
|
|
|
|
"6126384", "Young", |
|
5238
|
|
|
|
|
|
|
"61746859", "Miles", |
|
5239
|
|
|
|
|
|
|
"612593755", "Barellan", |
|
5240
|
|
|
|
|
|
|
"61742430", "Tully", |
|
5241
|
|
|
|
|
|
|
"61746966", "Goombungee", |
|
5242
|
|
|
|
|
|
|
"61885137", "Mypolonga", |
|
5243
|
|
|
|
|
|
|
"61258526", "Dubbo", |
|
5244
|
|
|
|
|
|
|
"618996927", "Eneabba", |
|
5245
|
|
|
|
|
|
|
"61889688", "Nhulunbuy", |
|
5246
|
|
|
|
|
|
|
"61753289", "Kilcoy", |
|
5247
|
|
|
|
|
|
|
"61256557", "Grafton", |
|
5248
|
|
|
|
|
|
|
"618989148", "Narrogin", |
|
5249
|
|
|
|
|
|
|
"617750312", "Brigalow", |
|
5250
|
|
|
|
|
|
|
"61860049", "Korbelka", |
|
5251
|
|
|
|
|
|
|
"61357397", "Creightons\ Creek", |
|
5252
|
|
|
|
|
|
|
"613574672", "Killawarra", |
|
5253
|
|
|
|
|
|
|
"61245048", "Windsor", |
|
5254
|
|
|
|
|
|
|
"617476505", "Greenvale", |
|
5255
|
|
|
|
|
|
|
"617458680", "Teelba", |
|
5256
|
|
|
|
|
|
|
"61743417", "Fraser\ Island", |
|
5257
|
|
|
|
|
|
|
"61240758", "Dungog", |
|
5258
|
|
|
|
|
|
|
"61261577", "Cavan", |
|
5259
|
|
|
|
|
|
|
"61258311", "Albert", |
|
5260
|
|
|
|
|
|
|
"618683304", "Narrogin", |
|
5261
|
|
|
|
|
|
|
"612574153", "Oban", |
|
5262
|
|
|
|
|
|
|
"617442937", "Burdekin", |
|
5263
|
|
|
|
|
|
|
"618856711", "Sedan", |
|
5264
|
|
|
|
|
|
|
"61342046", "Barwon\ Downs", |
|
5265
|
|
|
|
|
|
|
"61747047", "Clarke", |
|
5266
|
|
|
|
|
|
|
"61284187", "Terrey\ Hills", |
|
5267
|
|
|
|
|
|
|
"61257357", "Bundella", |
|
5268
|
|
|
|
|
|
|
"61888070", "Nantawarra", |
|
5269
|
|
|
|
|
|
|
"618903478", "Gibson", |
|
5270
|
|
|
|
|
|
|
"6129764", "Sydney", |
|
5271
|
|
|
|
|
|
|
"61748371", "Mackay", |
|
5272
|
|
|
|
|
|
|
"613451279", "Lake\ Mundi", |
|
5273
|
|
|
|
|
|
|
"61740716", "Peninsula", |
|
5274
|
|
|
|
|
|
|
"61255316", "Macksville", |
|
5275
|
|
|
|
|
|
|
"61746802", "Miles", |
|
5276
|
|
|
|
|
|
|
"61257042", "Deepwater", |
|
5277
|
|
|
|
|
|
|
"61743472", "Tansey", |
|
5278
|
|
|
|
|
|
|
"61747352", "Georgina", |
|
5279
|
|
|
|
|
|
|
"61756090", "Beaudesert", |
|
5280
|
|
|
|
|
|
|
"61745376", "Guluguba", |
|
5281
|
|
|
|
|
|
|
"61741190", "Gayndah", |
|
5282
|
|
|
|
|
|
|
"61267491", "Pine\ Ridge", |
|
5283
|
|
|
|
|
|
|
"612683953", "Purlewaugh", |
|
5284
|
|
|
|
|
|
|
"61746509", "Beebo", |
|
5285
|
|
|
|
|
|
|
"61348232", "Nathalia", |
|
5286
|
|
|
|
|
|
|
"617486556", "Mount\ Gardiner", |
|
5287
|
|
|
|
|
|
|
"61746636", "Jimbour", |
|
5288
|
|
|
|
|
|
|
"618964915", "Moora", |
|
5289
|
|
|
|
|
|
|
"61888994", "Brinkworth", |
|
5290
|
|
|
|
|
|
|
"61748487", "Rockhampton", |
|
5291
|
|
|
|
|
|
|
"612574814", "Ogunbil", |
|
5292
|
|
|
|
|
|
|
"613470708", "Taggerty", |
|
5293
|
|
|
|
|
|
|
"613553532", "Derrinallum", |
|
5294
|
|
|
|
|
|
|
"612574137", "Inverell", |
|
5295
|
|
|
|
|
|
|
"617442953", "Gulf", |
|
5296
|
|
|
|
|
|
|
"612594024", "Wee\ Elwah", |
|
5297
|
|
|
|
|
|
|
"61875265", "Malinong", |
|
5298
|
|
|
|
|
|
|
"61868095", "Pingelly\ East", |
|
5299
|
|
|
|
|
|
|
"618964950", "Yerecoin", |
|
5300
|
|
|
|
|
|
|
"612530105", "Euchareena\/Greenethorpe\/Grenfell\/Gulgong", |
|
5301
|
|
|
|
|
|
|
"618753109", "Gurrai", |
|
5302
|
|
|
|
|
|
|
"618863966", "Sleaford\ Mere", |
|
5303
|
|
|
|
|
|
|
"61268439", "Goorianawa", |
|
5304
|
|
|
|
|
|
|
"61898765", "Walpole", |
|
5305
|
|
|
|
|
|
|
"61264271", "Berridale", |
|
5306
|
|
|
|
|
|
|
"61248633", "Nerriga", |
|
5307
|
|
|
|
|
|
|
"612574405", "Careunga", |
|
5308
|
|
|
|
|
|
|
"61264127", "Dalgety", |
|
5309
|
|
|
|
|
|
|
"61878074", "Burra", |
|
5310
|
|
|
|
|
|
|
"61897200", "Myalup", |
|
5311
|
|
|
|
|
|
|
"612530175", "Bylong\/Milvale\/Molong\/Monteagle", |
|
5312
|
|
|
|
|
|
|
"61344085", "Bendigo", |
|
5313
|
|
|
|
|
|
|
"618753179", "Murray\ Bridge", |
|
5314
|
|
|
|
|
|
|
"618997042", "Leeman", |
|
5315
|
|
|
|
|
|
|
"61898162", "Kulin", |
|
5316
|
|
|
|
|
|
|
"61350945", "Underbool", |
|
5317
|
|
|
|
|
|
|
"61358776", "Jerilderie", |
|
5318
|
|
|
|
|
|
|
"61755166", "Jimboomba", |
|
5319
|
|
|
|
|
|
|
"613441198", "Bridgewater", |
|
5320
|
|
|
|
|
|
|
"61264120", "Bobundara", |
|
5321
|
|
|
|
|
|
|
"61746268", "Valley\ Downs", |
|
5322
|
|
|
|
|
|
|
"612574475", "Weemelah", |
|
5323
|
|
|
|
|
|
|
"613432145", "Gerang\ Gerung", |
|
5324
|
|
|
|
|
|
|
"618660864", "Jurien", |
|
5325
|
|
|
|
|
|
|
"61364496", "Currie", |
|
5326
|
|
|
|
|
|
|
"618852095", "Barmera", |
|
5327
|
|
|
|
|
|
|
"61748480", "Walkerston", |
|
5328
|
|
|
|
|
|
|
"6138722", "Sunbury", |
|
5329
|
|
|
|
|
|
|
"61266946", "Thora", |
|
5330
|
|
|
|
|
|
|
"61350311", "Annuello", |
|
5331
|
|
|
|
|
|
|
"613431893", "Buninyong", |
|
5332
|
|
|
|
|
|
|
"617473896", "Gulf", |
|
5333
|
|
|
|
|
|
|
"61896429", "Brookton", |
|
5334
|
|
|
|
|
|
|
"61353965", "Jeparit", |
|
5335
|
|
|
|
|
|
|
"613451411", "Camperdown", |
|
5336
|
|
|
|
|
|
|
"61373005", "Sydenham", |
|
5337
|
|
|
|
|
|
|
"61355771", "Dunkeld", |
|
5338
|
|
|
|
|
|
|
"61891896", "Paraburdoo", |
|
5339
|
|
|
|
|
|
|
"618993228", "Mount\ Magnet", |
|
5340
|
|
|
|
|
|
|
"613470778", "Harrietville", |
|
5341
|
|
|
|
|
|
|
"61887915", "Laffer", |
|
5342
|
|
|
|
|
|
|
"61742546", "Herberton", |
|
5343
|
|
|
|
|
|
|
"61756097", "Southport", |
|
5344
|
|
|
|
|
|
|
"617476461", "Clarke", |
|
5345
|
|
|
|
|
|
|
"61752194", "Woodbine", |
|
5346
|
|
|
|
|
|
|
"618762572", "Courela", |
|
5347
|
|
|
|
|
|
|
"618660688", "Dale\ River", |
|
5348
|
|
|
|
|
|
|
"61350482", "Swan\ Hill", |
|
5349
|
|
|
|
|
|
|
"61367276", "George\ Town", |
|
5350
|
|
|
|
|
|
|
"61888012", "Auburn", |
|
5351
|
|
|
|
|
|
|
"617486150", "Emerald", |
|
5352
|
|
|
|
|
|
|
"61741197", "Tandora", |
|
5353
|
|
|
|
|
|
|
"61362014", "Bothwell", |
|
5354
|
|
|
|
|
|
|
"612583780", "Coalbaggie", |
|
5355
|
|
|
|
|
|
|
"61251192", "Burrinjuck", |
|
5356
|
|
|
|
|
|
|
"61261570", "Anembo", |
|
5357
|
|
|
|
|
|
|
"618683374", "Kondinin", |
|
5358
|
|
|
|
|
|
|
"617476575", "Long\ Pocket", |
|
5359
|
|
|
|
|
|
|
"61743410", "Bundaberg", |
|
5360
|
|
|
|
|
|
|
"61867014", "Dinninup\ North", |
|
5361
|
|
|
|
|
|
|
"617480825", "Yeppoon", |
|
5362
|
|
|
|
|
|
|
"61351109", "Cabbage\ Tree\ Creek", |
|
5363
|
|
|
|
|
|
|
"613451209", "Dorodong", |
|
5364
|
|
|
|
|
|
|
"618863757", "Nelshaby", |
|
5365
|
|
|
|
|
|
|
"61888077", "Pine\ Point", |
|
5366
|
|
|
|
|
|
|
"61885686", "Tanunda", |
|
5367
|
|
|
|
|
|
|
"61284180", "Terrey\ Hills", |
|
5368
|
|
|
|
|
|
|
"61747040", "Cape\ River", |
|
5369
|
|
|
|
|
|
|
"61257350", "Bendemeer", |
|
5370
|
|
|
|
|
|
|
"61887341", "Greenways", |
|
5371
|
|
|
|
|
|
|
"61257005", "Rowena", |
|
5372
|
|
|
|
|
|
|
"61745174", "Kumbarilla", |
|
5373
|
|
|
|
|
|
|
"61268786", "Gulargambone", |
|
5374
|
|
|
|
|
|
|
"61885130", "Mount\ Pleasant", |
|
5375
|
|
|
|
|
|
|
"61238138", "Bevendale", |
|
5376
|
|
|
|
|
|
|
"61351152", "Yinnar", |
|
5377
|
|
|
|
|
|
|
"61358999", "Shepparton", |
|
5378
|
|
|
|
|
|
|
"61356023", "Mirboo\ North", |
|
5379
|
|
|
|
|
|
|
"61259615", "Melbergen", |
|
5380
|
|
|
|
|
|
|
"61340279", "Curyo", |
|
5381
|
|
|
|
|
|
|
"618856748", "Truro", |
|
5382
|
|
|
|
|
|
|
"61255114", "Port\ Macquarie", |
|
5383
|
|
|
|
|
|
|
"61357390", "Longwood", |
|
5384
|
|
|
|
|
|
|
"613574602", "Strathbogie", |
|
5385
|
|
|
|
|
|
|
"61353635", "Polkemmet", |
|
5386
|
|
|
|
|
|
|
"61256550", "Coffs\ Harbour", |
|
5387
|
|
|
|
|
|
|
"61886541", "Tooligie\ Hill", |
|
5388
|
|
|
|
|
|
|
"61341123", "Woodside", |
|
5389
|
|
|
|
|
|
|
"613573042", "Graytown", |
|
5390
|
|
|
|
|
|
|
"613542761", "Wycheproof", |
|
5391
|
|
|
|
|
|
|
"61749675", "Cannon\ Valley", |
|
5392
|
|
|
|
|
|
|
"618763378", "Mambray\ Creek", |
|
5393
|
|
|
|
|
|
|
"617458975", "Bowenville", |
|
5394
|
|
|
|
|
|
|
"612533016", "Euchareena", |
|
5395
|
|
|
|
|
|
|
"61259318", "Rankins\ Springs", |
|
5396
|
|
|
|
|
|
|
"613470887", "Nagambie", |
|
5397
|
|
|
|
|
|
|
"61265292", "Smithtown", |
|
5398
|
|
|
|
|
|
|
"613442207", "Donald", |
|
5399
|
|
|
|
|
|
|
"61243128", "Gosford", |
|
5400
|
|
|
|
|
|
|
"61860055", "Mount\ Walker\ South", |
|
5401
|
|
|
|
|
|
|
"612532449", "Maimuru", |
|
5402
|
|
|
|
|
|
|
"61896886", "Jurien", |
|
5403
|
|
|
|
|
|
|
"61746254", "St\ George", |
|
5404
|
|
|
|
|
|
|
"61749378", "Westwood", |
|
5405
|
|
|
|
|
|
|
"618780684", "Riverton", |
|
5406
|
|
|
|
|
|
|
"6135282", "Lara", |
|
5407
|
|
|
|
|
|
|
"618600754", "Goldfields", |
|
5408
|
|
|
|
|
|
|
"61851205", "Port\ Hedland", |
|
5409
|
|
|
|
|
|
|
"6189964", "Geraldton", |
|
5410
|
|
|
|
|
|
|
"612930", "Sydney", |
|
5411
|
|
|
|
|
|
|
"61357931", "Puckapunyal", |
|
5412
|
|
|
|
|
|
|
"61257286", "Kingstown", |
|
5413
|
|
|
|
|
|
|
"61755407", "Ormeau", |
|
5414
|
|
|
|
|
|
|
"61895183", "Rockingham", |
|
5415
|
|
|
|
|
|
|
"613470136", "Buffalo\ River", |
|
5416
|
|
|
|
|
|
|
"61350526", "Swan\ Hill", |
|
5417
|
|
|
|
|
|
|
"617452590", "Jondaryan", |
|
5418
|
|
|
|
|
|
|
"61263716", "Mudgee", |
|
5419
|
|
|
|
|
|
|
"61248798", "Golspie", |
|
5420
|
|
|
|
|
|
|
"61257408", "Moree", |
|
5421
|
|
|
|
|
|
|
"61746187", "Texas", |
|
5422
|
|
|
|
|
|
|
"61269992", "Bethungra", |
|
5423
|
|
|
|
|
|
|
"61267067", "Frazers\ Creek", |
|
5424
|
|
|
|
|
|
|
"61742084", "Cooktown", |
|
5425
|
|
|
|
|
|
|
"61266139", "Dorrigo", |
|
5426
|
|
|
|
|
|
|
"61256182", "Tyringham", |
|
5427
|
|
|
|
|
|
|
"612594454", "Wee\ Elwah", |
|
5428
|
|
|
|
|
|
|
"618601087", "Marvel\ Loch", |
|
5429
|
|
|
|
|
|
|
"61264456", "Bombala", |
|
5430
|
|
|
|
|
|
|
"61351580", "Mallacoota", |
|
5431
|
|
|
|
|
|
|
"6188753", "Bordertown", |
|
5432
|
|
|
|
|
|
|
"6134302", "Bacchus\ Marsh", |
|
5433
|
|
|
|
|
|
|
"61891617", "Derby", |
|
5434
|
|
|
|
|
|
|
"61342282", "Colac", |
|
5435
|
|
|
|
|
|
|
"61267893", "Sandy\ Flat", |
|
5436
|
|
|
|
|
|
|
"61851086", "Wyndham", |
|
5437
|
|
|
|
|
|
|
"61888753", "Port\ Wakefield", |
|
5438
|
|
|
|
|
|
|
"612574710", "Mullaley", |
|
5439
|
|
|
|
|
|
|
"61246030", "Picton", |
|
5440
|
|
|
|
|
|
|
"6126665", "Bonalbo", |
|
5441
|
|
|
|
|
|
|
"61350912", "Ouyen", |
|
5442
|
|
|
|
|
|
|
"61269660", "Griffith", |
|
5443
|
|
|
|
|
|
|
"617458768", "Bonshaw", |
|
5444
|
|
|
|
|
|
|
"61341320", "Combienbar", |
|
5445
|
|
|
|
|
|
|
"61265026", "Castle\ Rock", |
|
5446
|
|
|
|
|
|
|
"618854997", "Sanderston", |
|
5447
|
|
|
|
|
|
|
"61357193", "Whorouly", |
|
5448
|
|
|
|
|
|
|
"61887485", "Tintinara", |
|
5449
|
|
|
|
|
|
|
"61362028", "Dunalley", |
|
5450
|
|
|
|
|
|
|
"618763763", "Booleroo\ Centre", |
|
5451
|
|
|
|
|
|
|
"61885333", "Truro", |
|
5452
|
|
|
|
|
|
|
"61251130", "Canberra", |
|
5453
|
|
|
|
|
|
|
"6138385", "Sydenham", |
|
5454
|
|
|
|
|
|
|
"61389031", "Dandenong", |
|
5455
|
|
|
|
|
|
|
"618989335", "Williams", |
|
5456
|
|
|
|
|
|
|
"61749409", "Sarina", |
|
5457
|
|
|
|
|
|
|
"61285205", "Sydney", |
|
5458
|
|
|
|
|
|
|
"61268021", "Bedgerebong", |
|
5459
|
|
|
|
|
|
|
"61867028", "Waroona", |
|
5460
|
|
|
|
|
|
|
"61358465", "Tongala", |
|
5461
|
|
|
|
|
|
|
"61363223", "Emita", |
|
5462
|
|
|
|
|
|
|
"612574755", "Ben\ Lomond", |
|
5463
|
|
|
|
|
|
|
"61348297", "Moulamein", |
|
5464
|
|
|
|
|
|
|
"61877035", "Naracoorte", |
|
5465
|
|
|
|
|
|
|
"61871303", "Adelaide", |
|
5466
|
|
|
|
|
|
|
"61741735", "Chahpingah", |
|
5467
|
|
|
|
|
|
|
"61258094", "Bindogundra", |
|
5468
|
|
|
|
|
|
|
"61340386", "Manangatang", |
|
5469
|
|
|
|
|
|
|
"618763447", "Coulta", |
|
5470
|
|
|
|
|
|
|
"61887088", "Penola", |
|
5471
|
|
|
|
|
|
|
"618982268", "Denmark", |
|
5472
|
|
|
|
|
|
|
"618989048", "Lake\ Oconnor", |
|
5473
|
|
|
|
|
|
|
"617452538", "Cooyar", |
|
5474
|
|
|
|
|
|
|
"61740146", "Weipa", |
|
5475
|
|
|
|
|
|
|
"61888045", "Halbury", |
|
5476
|
|
|
|
|
|
|
"61734749", "Dunwich", |
|
5477
|
|
|
|
|
|
|
"61861794", "Spearwood", |
|
5478
|
|
|
|
|
|
|
"6173018", "Brisbane", |
|
5479
|
|
|
|
|
|
|
"61887942", "Lucindale", |
|
5480
|
|
|
|
|
|
|
"61362937", "Margate", |
|
5481
|
|
|
|
|
|
|
"617750200", "Tara", |
|
5482
|
|
|
|
|
|
|
"61891064", "Ord", |
|
5483
|
|
|
|
|
|
|
"61264895", "Shannons\ Flat", |
|
5484
|
|
|
|
|
|
|
"613531927", "Crymelon", |
|
5485
|
|
|
|
|
|
|
"61734152", "Dunwich", |
|
5486
|
|
|
|
|
|
|
"61886673", "Booleroo\ Centre", |
|
5487
|
|
|
|
|
|
|
"613451307", "Benayeo", |
|
5488
|
|
|
|
|
|
|
"6136168", "Hobart", |
|
5489
|
|
|
|
|
|
|
"617473820", "Boulia", |
|
5490
|
|
|
|
|
|
|
"61364505", "Waratah", |
|
5491
|
|
|
|
|
|
|
"6175586", "Tweed\ Heads", |
|
5492
|
|
|
|
|
|
|
"617441424", "Ravenswood", |
|
5493
|
|
|
|
|
|
|
"61743166", "Maidenwell", |
|
5494
|
|
|
|
|
|
|
"61747319", "Home\ Hill", |
|
5495
|
|
|
|
|
|
|
"61269004", "Alleena", |
|
5496
|
|
|
|
|
|
|
"61890185", "South\ Kumminin", |
|
5497
|
|
|
|
|
|
|
"61899732", "Perenjori\ East", |
|
5498
|
|
|
|
|
|
|
"618683213", "Tenterden", |
|
5499
|
|
|
|
|
|
|
"61754604", "Laidley", |
|
5500
|
|
|
|
|
|
|
"613572441", "Bonnie\ Doon", |
|
5501
|
|
|
|
|
|
|
"6128507", "Sydney", |
|
5502
|
|
|
|
|
|
|
"61257379", "Manilla", |
|
5503
|
|
|
|
|
|
|
"61358068", "Mathoura", |
|
5504
|
|
|
|
|
|
|
"61746519", "Longreach", |
|
5505
|
|
|
|
|
|
|
"612532891", "Frogmore", |
|
5506
|
|
|
|
|
|
|
"61740939", "Kuranda", |
|
5507
|
|
|
|
|
|
|
"61352308", "Kennedys\ Creek", |
|
5508
|
|
|
|
|
|
|
"61340250", "Nyah", |
|
5509
|
|
|
|
|
|
|
"61361599", "Margate", |
|
5510
|
|
|
|
|
|
|
"61264323", "Cobargo", |
|
5511
|
|
|
|
|
|
|
"61256579", "Wooli", |
|
5512
|
|
|
|
|
|
|
"61260358", "Balldale", |
|
5513
|
|
|
|
|
|
|
"61899956", "Wiluna", |
|
5514
|
|
|
|
|
|
|
"61261502", "Bungendore", |
|
5515
|
|
|
|
|
|
|
"613553981", "Warrnambool", |
|
5516
|
|
|
|
|
|
|
"61255306", "Comboyne", |
|
5517
|
|
|
|
|
|
|
"612593814", "Stanbridge", |
|
5518
|
|
|
|
|
|
|
"61740706", "Lockhart\ River", |
|
5519
|
|
|
|
|
|
|
"613542510", "Charlton", |
|
5520
|
|
|
|
|
|
|
"6139743", "Sunbury", |
|
5521
|
|
|
|
|
|
|
"61355943", "South\ Purrumbete", |
|
5522
|
|
|
|
|
|
|
"61749647", "Proserpine", |
|
5523
|
|
|
|
|
|
|
"61248184", "Taralga", |
|
5524
|
|
|
|
|
|
|
"61269930", "Booroorban", |
|
5525
|
|
|
|
|
|
|
"61399834", "Melbourne", |
|
5526
|
|
|
|
|
|
|
"61886724", "Coober\ Pedy", |
|
5527
|
|
|
|
|
|
|
"61891455", "Marble\ Bar", |
|
5528
|
|
|
|
|
|
|
"612582463", "Carinda", |
|
5529
|
|
|
|
|
|
|
"61899562", "Geraldton\/Northern\ Gully\/Geraldton", |
|
5530
|
|
|
|
|
|
|
"61886239", "Sleaford\ Mere", |
|
5531
|
|
|
|
|
|
|
"61258301", "Tullamore", |
|
5532
|
|
|
|
|
|
|
"61743407", "Booyal", |
|
5533
|
|
|
|
|
|
|
"61260655", "Culcairn", |
|
5534
|
|
|
|
|
|
|
"617480452", "Cannon\ Valley", |
|
5535
|
|
|
|
|
|
|
"612583552", "Tottenham", |
|
5536
|
|
|
|
|
|
|
"61352126", "Anglesea", |
|
5537
|
|
|
|
|
|
|
"61248257", "Gunning", |
|
5538
|
|
|
|
|
|
|
"617452700", "Elbow\ Valley", |
|
5539
|
|
|
|
|
|
|
"61898251", "Tambellup", |
|
5540
|
|
|
|
|
|
|
"61896176", "Tammin", |
|
5541
|
|
|
|
|
|
|
"612530005", "Leadville\/Baldry\/Bathurst\/Birriwa", |
|
5542
|
|
|
|
|
|
|
"61255128", "Merriwa", |
|
5543
|
|
|
|
|
|
|
"61880099", "Broken\ Hill", |
|
5544
|
|
|
|
|
|
|
"618753009", "Goolwa", |
|
5545
|
|
|
|
|
|
|
"61358054", "Kyabram", |
|
5546
|
|
|
|
|
|
|
"61265230", "Coopernook", |
|
5547
|
|
|
|
|
|
|
"613450993", "Darlington", |
|
5548
|
|
|
|
|
|
|
"618763619", "Cleve", |
|
5549
|
|
|
|
|
|
|
"61359243", "Pakenham", |
|
5550
|
|
|
|
|
|
|
"61259324", "Milbrulong", |
|
5551
|
|
|
|
|
|
|
"61257153", "Glencoe", |
|
5552
|
|
|
|
|
|
|
"6174161", "Gayndah", |
|
5553
|
|
|
|
|
|
|
"612594124", "Kyeamba", |
|
5554
|
|
|
|
|
|
|
"61748223", "St\ Lawrence", |
|
5555
|
|
|
|
|
|
|
"61367389", "Waterhouse", |
|
5556
|
|
|
|
|
|
|
"61357332", "Mansfield", |
|
5557
|
|
|
|
|
|
|
"618753488", "Mannum", |
|
5558
|
|
|
|
|
|
|
"61269391", "Mangoplah", |
|
5559
|
|
|
|
|
|
|
"61247835", "Mulgoa", |
|
5560
|
|
|
|
|
|
|
"61891058", "Newman", |
|
5561
|
|
|
|
|
|
|
"612593886", "Burcher", |
|
5562
|
|
|
|
|
|
|
"61885192", "Strathalbyn", |
|
5563
|
|
|
|
|
|
|
"61244029", "Nowra", |
|
5564
|
|
|
|
|
|
|
"61247122", "Mulgoa", |
|
5565
|
|
|
|
|
|
|
"61741565", "Rosedale", |
|
5566
|
|
|
|
|
|
|
"61354737", "Pyramid\ Hill", |
|
5567
|
|
|
|
|
|
|
"61753174", "Toogoolawah", |
|
5568
|
|
|
|
|
|
|
"6138350", "Point\ Cook", |
|
5569
|
|
|
|
|
|
|
"61886148", "Minnipa", |
|
5570
|
|
|
|
|
|
|
"61740622", "Etheridge", |
|
5571
|
|
|
|
|
|
|
"61260166", "Tallangatta\ Valley", |
|
5572
|
|
|
|
|
|
|
"613585", "Kyabram", |
|
5573
|
|
|
|
|
|
|
"61885795", "Meningie", |
|
5574
|
|
|
|
|
|
|
"61340184", "Underbool", |
|
5575
|
|
|
|
|
|
|
"61269028", "Currawarna", |
|
5576
|
|
|
|
|
|
|
"61745289", "Yelarbon", |
|
5577
|
|
|
|
|
|
|
"61354827", "Elmore", |
|
5578
|
|
|
|
|
|
|
"618763928", "Wilmington", |
|
5579
|
|
|
|
|
|
|
"617458923", "Pikedale", |
|
5580
|
|
|
|
|
|
|
"61354730", "Kerang", |
|
5581
|
|
|
|
|
|
|
"6128197", "Sydney", |
|
5582
|
|
|
|
|
|
|
"61742492", "Bloomfield", |
|
5583
|
|
|
|
|
|
|
"61263146", "Manildra", |
|
5584
|
|
|
|
|
|
|
"612807", "Sydney", |
|
5585
|
|
|
|
|
|
|
"61248250", "Bevendale", |
|
5586
|
|
|
|
|
|
|
"61741393", "Monto", |
|
5587
|
|
|
|
|
|
|
"618865944", "Penong", |
|
5588
|
|
|
|
|
|
|
"61341065", "Rosedale", |
|
5589
|
|
|
|
|
|
|
"612630992", "Rockley", |
|
5590
|
|
|
|
|
|
|
"61388038", "Melbourne", |
|
5591
|
|
|
|
|
|
|
"61356165", "Bunyip", |
|
5592
|
|
|
|
|
|
|
"61265237", "Rookhurst", |
|
5593
|
|
|
|
|
|
|
"613431792", "Minimay", |
|
5594
|
|
|
|
|
|
|
"618903347", "Muntadgin\ East", |
|
5595
|
|
|
|
|
|
|
"618850298", "Berri", |
|
5596
|
|
|
|
|
|
|
"61364542", "Rosebery", |
|
5597
|
|
|
|
|
|
|
"61243463", "Wyong", |
|
5598
|
|
|
|
|
|
|
"61899264", "Walkaway", |
|
5599
|
|
|
|
|
|
|
"618600815", "Gibson", |
|
5600
|
|
|
|
|
|
|
"61749640", "Colston\ Park", |
|
5601
|
|
|
|
|
|
|
"617486015", "Calen", |
|
5602
|
|
|
|
|
|
|
"61269937", "Lachlan", |
|
5603
|
|
|
|
|
|
|
"61351119", "Cann\ River", |
|
5604
|
|
|
|
|
|
|
"61263669", "Molong", |
|
5605
|
|
|
|
|
|
|
"61359061", "Healesville", |
|
5606
|
|
|
|
|
|
|
"61867004", "Bridgetown", |
|
5607
|
|
|
|
|
|
|
"6175552", "Southport", |
|
5608
|
|
|
|
|
|
|
"613546232", "Bealiba", |
|
5609
|
|
|
|
|
|
|
"61743400", "Farnsfield", |
|
5610
|
|
|
|
|
|
|
"613542184", "Llanelly", |
|
5611
|
|
|
|
|
|
|
"61743364", "Biggenden", |
|
5612
|
|
|
|
|
|
|
"6128813", "Parramatta", |
|
5613
|
|
|
|
|
|
|
"61340257", "Turriff", |
|
5614
|
|
|
|
|
|
|
"61888002", "Alford", |
|
5615
|
|
|
|
|
|
|
"618600850", "Speddingup\ East", |
|
5616
|
|
|
|
|
|
|
"61260649", "Ournie", |
|
5617
|
|
|
|
|
|
|
"61749989", "Mackay", |
|
5618
|
|
|
|
|
|
|
"61250054", "Walla\ Walla", |
|
5619
|
|
|
|
|
|
|
"61341468", "Sale", |
|
5620
|
|
|
|
|
|
|
"61255744", "Smithtown", |
|
5621
|
|
|
|
|
|
|
"61890291", "Dundas", |
|
5622
|
|
|
|
|
|
|
"61851215", "Onslow", |
|
5623
|
|
|
|
|
|
|
"618852892", "Willunga", |
|
5624
|
|
|
|
|
|
|
"61899135", "Three\ Springs", |
|
5625
|
|
|
|
|
|
|
"61890782", "Neridup", |
|
5626
|
|
|
|
|
|
|
"612530123", "Manildra", |
|
5627
|
|
|
|
|
|
|
"61899822", "Geraldton", |
|
5628
|
|
|
|
|
|
|
"6124837", "Crookwell", |
|
5629
|
|
|
|
|
|
|
"613451377", "Hamilton", |
|
5630
|
|
|
|
|
|
|
"61899529", "Warradarge", |
|
5631
|
|
|
|
|
|
|
"618982422", "Manypeaks\ North", |
|
5632
|
|
|
|
|
|
|
"61871110", "Adelaide", |
|
5633
|
|
|
|
|
|
|
"61350094", "Nandaly", |
|
5634
|
|
|
|
|
|
|
"61248386", "Taralga", |
|
5635
|
|
|
|
|
|
|
"61259308", "Mangoplah", |
|
5636
|
|
|
|
|
|
|
"617459319", "Bell", |
|
5637
|
|
|
|
|
|
|
"612574423", "Glen\ Elgin", |
|
5638
|
|
|
|
|
|
|
"61895634", "Yanchep", |
|
5639
|
|
|
|
|
|
|
"61895958", "Rockingham", |
|
5640
|
|
|
|
|
|
|
"61888059", "Nantawarra", |
|
5641
|
|
|
|
|
|
|
"61734755", "Dunwich", |
|
5642
|
|
|
|
|
|
|
"61255104", "Krambach", |
|
5643
|
|
|
|
|
|
|
"61747075", "Georgina", |
|
5644
|
|
|
|
|
|
|
"61259605", "Temora", |
|
5645
|
|
|
|
|
|
|
"6129124", "Sydney", |
|
5646
|
|
|
|
|
|
|
"612583884", "Buckinguy", |
|
5647
|
|
|
|
|
|
|
"61748972", "Emerald", |
|
5648
|
|
|
|
|
|
|
"6139204", "Melbourne", |
|
5649
|
|
|
|
|
|
|
"61257015", "Tamworth", |
|
5650
|
|
|
|
|
|
|
"61741825", "Kumbia", |
|
5651
|
|
|
|
|
|
|
"61348290", "Katandra\ West", |
|
5652
|
|
|
|
|
|
|
"61351043", "Clydebank", |
|
5653
|
|
|
|
|
|
|
"61898476", "Broomehill", |
|
5654
|
|
|
|
|
|
|
"61741132", "Redridge", |
|
5655
|
|
|
|
|
|
|
"618660760", "Dukin", |
|
5656
|
|
|
|
|
|
|
"61756032", "Rathdowney", |
|
5657
|
|
|
|
|
|
|
"61259126", "Junee", |
|
5658
|
|
|
|
|
|
|
"6175338", "Nambour", |
|
5659
|
|
|
|
|
|
|
"61886708", "Marla", |
|
5660
|
|
|
|
|
|
|
"617486713", "Pegunny", |
|
5661
|
|
|
|
|
|
|
"612583816", "Mount\ Foster", |
|
5662
|
|
|
|
|
|
|
"613470598", "Kobyboyn", |
|
5663
|
|
|
|
|
|
|
"617485888", "Orion", |
|
5664
|
|
|
|
|
|
|
"61268398", "Narran", |
|
5665
|
|
|
|
|
|
|
"618763936", "Andamooka", |
|
5666
|
|
|
|
|
|
|
"61341454", "Lakes\ Entrance", |
|
5667
|
|
|
|
|
|
|
"61244062", "Huskisson", |
|
5668
|
|
|
|
|
|
|
"61250068", "Holbrook", |
|
5669
|
|
|
|
|
|
|
"612583668", "Barrinford", |
|
5670
|
|
|
|
|
|
|
"61895471", "Rockingham", |
|
5671
|
|
|
|
|
|
|
"61899258", "Carnarvon", |
|
5672
|
|
|
|
|
|
|
"61896374", "Moora", |
|
5673
|
|
|
|
|
|
|
"61341327", "Golden\ Beach", |
|
5674
|
|
|
|
|
|
|
"61896031", "Beverley\ West", |
|
5675
|
|
|
|
|
|
|
"617476523", "Halifax", |
|
5676
|
|
|
|
|
|
|
"61269667", "Griffith", |
|
5677
|
|
|
|
|
|
|
"61246037", "Campbelltown", |
|
5678
|
|
|
|
|
|
|
"61251137", "The\ Mullion", |
|
5679
|
|
|
|
|
|
|
"617480139", "Broadsound", |
|
5680
|
|
|
|
|
|
|
"61747478", "Normanton", |
|
5681
|
|
|
|
|
|
|
"61755417", "Tamborine\ Mountain", |
|
5682
|
|
|
|
|
|
|
"61743358", "Maryborough", |
|
5683
|
|
|
|
|
|
|
"61253048", "Yetholme", |
|
5684
|
|
|
|
|
|
|
"618781331", "Freeling", |
|
5685
|
|
|
|
|
|
|
"618753338", "Malinong", |
|
5686
|
|
|
|
|
|
|
"61353700", "Yaapeet", |
|
5687
|
|
|
|
|
|
|
"61896845", "Badgerin\ Rock", |
|
5688
|
|
|
|
|
|
|
"61875062", "New\ Well", |
|
5689
|
|
|
|
|
|
|
"61351213", "Swifts\ Creek", |
|
5690
|
|
|
|
|
|
|
"61895174", "Byford", |
|
5691
|
|
|
|
|
|
|
"6135862", "Numurkah", |
|
5692
|
|
|
|
|
|
|
"61887294", "Lochaber", |
|
5693
|
|
|
|
|
|
|
"617458787", "Cunnamulla", |
|
5694
|
|
|
|
|
|
|
"61742073", "Bloomfield", |
|
5695
|
|
|
|
|
|
|
"61355027", "Caramut", |
|
5696
|
|
|
|
|
|
|
"61728018", "Beenleigh", |
|
5697
|
|
|
|
|
|
|
"6174687", "Toowoomba", |
|
5698
|
|
|
|
|
|
|
"618985597", "Karlgarin", |
|
5699
|
|
|
|
|
|
|
"61248901", "Goulburn", |
|
5700
|
|
|
|
|
|
|
"61743278", "Monogorilby", |
|
5701
|
|
|
|
|
|
|
"613553920", "Portland", |
|
5702
|
|
|
|
|
|
|
"6173292", "Brisbane", |
|
5703
|
|
|
|
|
|
|
"61356051", "Wonthaggi", |
|
5704
|
|
|
|
|
|
|
"6128116", "Sydney", |
|
5705
|
|
|
|
|
|
|
"61264566", "Dalgety", |
|
5706
|
|
|
|
|
|
|
"61269496", "Barellan", |
|
5707
|
|
|
|
|
|
|
"61359238", "Cowes", |
|
5708
|
|
|
|
|
|
|
"618865930", "Nunjikompita", |
|
5709
|
|
|
|
|
|
|
"61341151", "Golden\ Beach", |
|
5710
|
|
|
|
|
|
|
"61253218", "Limekilns", |
|
5711
|
|
|
|
|
|
|
"61268745", "Trundle", |
|
5712
|
|
|
|
|
|
|
"61868292", "Walyurin", |
|
5713
|
|
|
|
|
|
|
"61899378", "Morawa", |
|
5714
|
|
|
|
|
|
|
"61896254", "Koorda", |
|
5715
|
|
|
|
|
|
|
"61864978", "Rottnest", |
|
5716
|
|
|
|
|
|
|
"61744430", "Charters\ Towers", |
|
5717
|
|
|
|
|
|
|
"61255401", "Denman", |
|
5718
|
|
|
|
|
|
|
"61256304", "Whiporie", |
|
5719
|
|
|
|
|
|
|
"61851045", "Newman", |
|
5720
|
|
|
|
|
|
|
"61359155", "Warburton", |
|
5721
|
|
|
|
|
|
|
"61363162", "Emita", |
|
5722
|
|
|
|
|
|
|
"61256460", "Wiangaree", |
|
5723
|
|
|
|
|
|
|
"61745183", "Tipton", |
|
5724
|
|
|
|
|
|
|
"618982501", "Walpole", |
|
5725
|
|
|
|
|
|
|
"618753045", "Sanderston", |
|
5726
|
|
|
|
|
|
|
"61888721", "Wedge", |
|
5727
|
|
|
|
|
|
|
"618764015", "Willowie", |
|
5728
|
|
|
|
|
|
|
"61741672", "Mulgildie", |
|
5729
|
|
|
|
|
|
|
"61896187", "Watheroo", |
|
5730
|
|
|
|
|
|
|
"612530049", "Cassilis", |
|
5731
|
|
|
|
|
|
|
"61348035", "Tatura", |
|
5732
|
|
|
|
|
|
|
"613442038", "Bealiba", |
|
5733
|
|
|
|
|
|
|
"6136266", "Huonville", |
|
5734
|
|
|
|
|
|
|
"61257245", "Boomi", |
|
5735
|
|
|
|
|
|
|
"61741617", "Burnett", |
|
5736
|
|
|
|
|
|
|
"61362515", "Colebrook", |
|
5737
|
|
|
|
|
|
|
"618763592", "Coffin\ Bay", |
|
5738
|
|
|
|
|
|
|
"61877297", "Tilley\ Swamp", |
|
5739
|
|
|
|
|
|
|
"6129101", "Sydney", |
|
5740
|
|
|
|
|
|
|
"61258288", "Mullengudgery", |
|
5741
|
|
|
|
|
|
|
"61866618", "Beverley\ West", |
|
5742
|
|
|
|
|
|
|
"61748162", "Westwood", |
|
5743
|
|
|
|
|
|
|
"61266985", "Lismore", |
|
5744
|
|
|
|
|
|
|
"618763873", "Hawker", |
|
5745
|
|
|
|
|
|
|
"61340312", "Pooncarie", |
|
5746
|
|
|
|
|
|
|
"61354318", "Llanelly", |
|
5747
|
|
|
|
|
|
|
"61742757", "Torres", |
|
5748
|
|
|
|
|
|
|
"61351920", "Morwell", |
|
5749
|
|
|
|
|
|
|
"61896268", "Konnongorring", |
|
5750
|
|
|
|
|
|
|
"613546243", "Carisbrook", |
|
5751
|
|
|
|
|
|
|
"61740875", "Minnamoolka", |
|
5752
|
|
|
|
|
|
|
"61259195", "Wallanthery", |
|
5753
|
|
|
|
|
|
|
"61250231", "Leicester\ Park", |
|
5754
|
|
|
|
|
|
|
"613470922", "Harrietville", |
|
5755
|
|
|
|
|
|
|
"613441992", "Gisborne", |
|
5756
|
|
|
|
|
|
|
"6135456", "Cohuna", |
|
5757
|
|
|
|
|
|
|
"6135949", "Emerald", |
|
5758
|
|
|
|
|
|
|
"61879147", "Darwin", |
|
5759
|
|
|
|
|
|
|
"61357778", "Woods\ Point", |
|
5760
|
|
|
|
|
|
|
"61898480", "Denmark", |
|
5761
|
|
|
|
|
|
|
"61260799", "Yackandandah", |
|
5762
|
|
|
|
|
|
|
"618903352", "Narembeen", |
|
5763
|
|
|
|
|
|
|
"61741896", "Kingaroy", |
|
5764
|
|
|
|
|
|
|
"61344046", "Gisborne", |
|
5765
|
|
|
|
|
|
|
"61746429", "Freestone", |
|
5766
|
|
|
|
|
|
|
"61258167", "Parkes", |
|
5767
|
|
|
|
|
|
|
"61340377", "Box\ Creek", |
|
5768
|
|
|
|
|
|
|
"61255694", "Putty", |
|
5769
|
|
|
|
|
|
|
"613442026", "Tennyson", |
|
5770
|
|
|
|
|
|
|
"613451185", "Nirranda", |
|
5771
|
|
|
|
|
|
|
"61256091", "Hernani", |
|
5772
|
|
|
|
|
|
|
"61885645", "Sedan", |
|
5773
|
|
|
|
|
|
|
"6136293", "South\ Bruny", |
|
5774
|
|
|
|
|
|
|
"61878083", "Marion\ Bay", |
|
5775
|
|
|
|
|
|
|
"618866373", "Wharminda", |
|
5776
|
|
|
|
|
|
|
"618753326", "Goolwa", |
|
5777
|
|
|
|
|
|
|
"61353140", "Wilkur", |
|
5778
|
|
|
|
|
|
|
"618866975", "Jamestown", |
|
5779
|
|
|
|
|
|
|
"618986150", "Kulin", |
|
5780
|
|
|
|
|
|
|
"61262271", "Yass", |
|
5781
|
|
|
|
|
|
|
"617459880", "Moonie", |
|
5782
|
|
|
|
|
|
|
"61891197", "Millstream", |
|
5783
|
|
|
|
|
|
|
"61266024", "Coutts\ Crossing", |
|
5784
|
|
|
|
|
|
|
"61361071", "Orford", |
|
5785
|
|
|
|
|
|
|
"617473881", "Georgina", |
|
5786
|
|
|
|
|
|
|
"61361334", "Hermitage", |
|
5787
|
|
|
|
|
|
|
"618903693", "Burracoppin", |
|
5788
|
|
|
|
|
|
|
"61264736", "Numeralla", |
|
5789
|
|
|
|
|
|
|
"61268105", "Quambone", |
|
5790
|
|
|
|
|
|
|
"613431151", "Bacchus\ Marsh", |
|
5791
|
|
|
|
|
|
|
"61364992", "Currie", |
|
5792
|
|
|
|
|
|
|
"61885348", "Mantung", |
|
5793
|
|
|
|
|
|
|
"61340481", "Nangiloc", |
|
5794
|
|
|
|
|
|
|
"61897040", "Darkan", |
|
5795
|
|
|
|
|
|
|
"6128867", "Blacktown", |
|
5796
|
|
|
|
|
|
|
"613574663", "Chiltern", |
|
5797
|
|
|
|
|
|
|
"61742585", "Gordonvale", |
|
5798
|
|
|
|
|
|
|
"61350160", "Wentworth", |
|
5799
|
|
|
|
|
|
|
"61264909", "Dalgety", |
|
5800
|
|
|
|
|
|
|
"618856794", "Geranium", |
|
5801
|
|
|
|
|
|
|
"61253033", "Gooloogong", |
|
5802
|
|
|
|
|
|
|
"61886392", "Orroroo", |
|
5803
|
|
|
|
|
|
|
"61898371", "Bremer\ Bay", |
|
5804
|
|
|
|
|
|
|
"61359013", "Koo\ Wee\ Rup", |
|
5805
|
|
|
|
|
|
|
"61885659", "Tanunda", |
|
5806
|
|
|
|
|
|
|
"61898034", "Boscabel", |
|
5807
|
|
|
|
|
|
|
"61247041", "Lawson", |
|
5808
|
|
|
|
|
|
|
"61256625", "Grafton", |
|
5809
|
|
|
|
|
|
|
"61753471", "Upper\ Widgee", |
|
5810
|
|
|
|
|
|
|
"6124029", "Newcastle", |
|
5811
|
|
|
|
|
|
|
"61350167", "Willandra\ Lakes", |
|
5812
|
|
|
|
|
|
|
"61897047", "Dinninup\ North", |
|
5813
|
|
|
|
|
|
|
"61357603", "Benalla", |
|
5814
|
|
|
|
|
|
|
"6189538", "Dwellingup", |
|
5815
|
|
|
|
|
|
|
"61875029", "Swan\ Reach", |
|
5816
|
|
|
|
|
|
|
"612530289", "Cowra", |
|
5817
|
|
|
|
|
|
|
"618753285", "Peake", |
|
5818
|
|
|
|
|
|
|
"61265498", "Merriwa", |
|
5819
|
|
|
|
|
|
|
"61896802", "Balkuling", |
|
5820
|
|
|
|
|
|
|
"61351038", "Cann\ River", |
|
5821
|
|
|
|
|
|
|
"618982958", "Bedford\ Harbour", |
|
5822
|
|
|
|
|
|
|
"612913", "Sydney", |
|
5823
|
|
|
|
|
|
|
"61896509", "Coomberdale", |
|
5824
|
|
|
|
|
|
|
"61248312", "Taralga", |
|
5825
|
|
|
|
|
|
|
"61238052", "Tuena", |
|
5826
|
|
|
|
|
|
|
"618683360", "Hartville", |
|
5827
|
|
|
|
|
|
|
"61891190", "Roebuck", |
|
5828
|
|
|
|
|
|
|
"61244751", "Batemans\ Bay", |
|
5829
|
|
|
|
|
|
|
"61256328", "Woodenbong", |
|
5830
|
|
|
|
|
|
|
"61353147", "Glenisla", |
|
5831
|
|
|
|
|
|
|
"618866905", "Indian\ Pacific", |
|
5832
|
|
|
|
|
|
|
"618660870", "Meckering", |
|
5833
|
|
|
|
|
|
|
"618680107", "Tarin\ Rock", |
|
5834
|
|
|
|
|
|
|
"6126040", "Albury", |
|
5835
|
|
|
|
|
|
|
"61879140", "Alice\ Springs", |
|
5836
|
|
|
|
|
|
|
"61898487", "Lake\ Toolbrunup", |
|
5837
|
|
|
|
|
|
|
"61357299", "Cheshunt", |
|
5838
|
|
|
|
|
|
|
"61248481", "Woodhouselee", |
|
5839
|
|
|
|
|
|
|
"61259281", "Bidgeemia", |
|
5840
|
|
|
|
|
|
|
"612583547", "Quambone", |
|
5841
|
|
|
|
|
|
|
"6189160", "Port\ Hedland", |
|
5842
|
|
|
|
|
|
|
"61258160", "Alectown", |
|
5843
|
|
|
|
|
|
|
"61340370", "Woomelang", |
|
5844
|
|
|
|
|
|
|
"61257202", "Delungra", |
|
5845
|
|
|
|
|
|
|
"61342206", "Apollo\ Bay", |
|
5846
|
|
|
|
|
|
|
"613531783", "Beaufort", |
|
5847
|
|
|
|
|
|
|
"61851002", "Cocos\ Island", |
|
5848
|
|
|
|
|
|
|
"617458808", "Haden", |
|
5849
|
|
|
|
|
|
|
"6173458", "Beenleigh", |
|
5850
|
|
|
|
|
|
|
"61363129", "Targa", |
|
5851
|
|
|
|
|
|
|
"618854585", "Auburn", |
|
5852
|
|
|
|
|
|
|
"61754194", "Maleny", |
|
5853
|
|
|
|
|
|
|
"61753634", "Maroon", |
|
5854
|
|
|
|
|
|
|
"6175541", "Beaudesert", |
|
5855
|
|
|
|
|
|
|
"617480763", "Rockhampton", |
|
5856
|
|
|
|
|
|
|
"61742750", "Mount\ Surprise", |
|
5857
|
|
|
|
|
|
|
"6175406", "Nambour", |
|
5858
|
|
|
|
|
|
|
"618996882", "Mount\ George", |
|
5859
|
|
|
|
|
|
|
"61256106", "Lismore", |
|
5860
|
|
|
|
|
|
|
"618763803", "Miltalie", |
|
5861
|
|
|
|
|
|
|
"61364014", "Queenstown", |
|
5862
|
|
|
|
|
|
|
"61266650", "Hernani", |
|
5863
|
|
|
|
|
|
|
"61265095", "Mount\ George", |
|
5864
|
|
|
|
|
|
|
"61243382", "Mangrove\ Mountain", |
|
5865
|
|
|
|
|
|
|
"6139323", "Craigieburn", |
|
5866
|
|
|
|
|
|
|
"61734699", "Dayboro", |
|
5867
|
|
|
|
|
|
|
"61240438", "Stroud", |
|
5868
|
|
|
|
|
|
|
"61879700", "Darwin", |
|
5869
|
|
|
|
|
|
|
"61264489", "Bega", |
|
5870
|
|
|
|
|
|
|
"61877290", "Rendelsham", |
|
5871
|
|
|
|
|
|
|
"61851059", "Christmas\ Island", |
|
5872
|
|
|
|
|
|
|
"6135482", "Echuca", |
|
5873
|
|
|
|
|
|
|
"61359149", "Pakenham", |
|
5874
|
|
|
|
|
|
|
"61746462", "Toowoomba", |
|
5875
|
|
|
|
|
|
|
"61257259", "Cuttabri", |
|
5876
|
|
|
|
|
|
|
"61748129", "Connors\ Range", |
|
5877
|
|
|
|
|
|
|
"61256467", "Coffs\ Harbour", |
|
5878
|
|
|
|
|
|
|
"618763452", "Darke\ Peak", |
|
5879
|
|
|
|
|
|
|
"61266008", "Bellingen", |
|
5880
|
|
|
|
|
|
|
"61744437", "Leichhardt\ Range", |
|
5881
|
|
|
|
|
|
|
"618780036", "Freeling", |
|
5882
|
|
|
|
|
|
|
"61888831", "Braemer", |
|
5883
|
|
|
|
|
|
|
"61352195", "Kennedys\ Creek", |
|
5884
|
|
|
|
|
|
|
"61730509", "Cleveland", |
|
5885
|
|
|
|
|
|
|
"61896180", "Trayning", |
|
5886
|
|
|
|
|
|
|
"61748535", "Duaringa", |
|
5887
|
|
|
|
|
|
|
"617480619", "Oombabeer", |
|
5888
|
|
|
|
|
|
|
"61898900", "Narrogin", |
|
5889
|
|
|
|
|
|
|
"618983646", "Hopetoun", |
|
5890
|
|
|
|
|
|
|
"61238009", "Crookwell", |
|
5891
|
|
|
|
|
|
|
"6136391", "Evandale", |
|
5892
|
|
|
|
|
|
|
"61240035", "Newcastle", |
|
5893
|
|
|
|
|
|
|
"618762563", "Booleroo\ Centre", |
|
5894
|
|
|
|
|
|
|
"61268142", "Rocky\ Glen", |
|
5895
|
|
|
|
|
|
|
"61896552", "Lancelin", |
|
5896
|
|
|
|
|
|
|
"61350406", "Anabranch", |
|
5897
|
|
|
|
|
|
|
"617485867", "Goovigen", |
|
5898
|
|
|
|
|
|
|
"618601168", "South\ Kumminin", |
|
5899
|
|
|
|
|
|
|
"61897309", "Nyamup", |
|
5900
|
|
|
|
|
|
|
"61350288", "Turriff", |
|
5901
|
|
|
|
|
|
|
"612532710", "Ooma", |
|
5902
|
|
|
|
|
|
|
"61896966", "Studleigh", |
|
5903
|
|
|
|
|
|
|
"618904254", "Westonia", |
|
5904
|
|
|
|
|
|
|
"61255553", "Glendonbrook", |
|
5905
|
|
|
|
|
|
|
"61887899", "Taratap", |
|
5906
|
|
|
|
|
|
|
"6138892", "Melbourne", |
|
5907
|
|
|
|
|
|
|
"613546083", "Woodend", |
|
5908
|
|
|
|
|
|
|
"61268759", "Gilgandra", |
|
5909
|
|
|
|
|
|
|
"61353707", "Lorquon", |
|
5910
|
|
|
|
|
|
|
"61885602", "Bow\ Hill", |
|
5911
|
|
|
|
|
|
|
"61889346", "Daly", |
|
5912
|
|
|
|
|
|
|
"61886133", "Mambray\ Creek", |
|
5913
|
|
|
|
|
|
|
"61367423", "Winnaleah", |
|
5914
|
|
|
|
|
|
|
"618985457", "Pingrup", |
|
5915
|
|
|
|
|
|
|
"61263875", "Manildra", |
|
5916
|
|
|
|
|
|
|
"612583687", "Collie", |
|
5917
|
|
|
|
|
|
|
"61266405", "Copmanhurst", |
|
5918
|
|
|
|
|
|
|
"61756551", "Southport", |
|
5919
|
|
|
|
|
|
|
"61355020", "Bessiebelle", |
|
5920
|
|
|
|
|
|
|
"61887592", "Avenue\ Range", |
|
5921
|
|
|
|
|
|
|
"617452512", "Cambooya", |
|
5922
|
|
|
|
|
|
|
"61263920", "Orange", |
|
5923
|
|
|
|
|
|
|
"61887989", "Padthaway", |
|
5924
|
|
|
|
|
|
|
"618763871", "Glendambo", |
|
5925
|
|
|
|
|
|
|
"61356730", "Bunyip", |
|
5926
|
|
|
|
|
|
|
"61358856", "Jerilderie", |
|
5927
|
|
|
|
|
|
|
"61749905", "The\ Caves", |
|
5928
|
|
|
|
|
|
|
"61895045", "Guilderton", |
|
5929
|
|
|
|
|
|
|
"613546241", "Carisbrook", |
|
5930
|
|
|
|
|
|
|
"61890755", "Gibson", |
|
5931
|
|
|
|
|
|
|
"61265262", "Muswellbrook", |
|
5932
|
|
|
|
|
|
|
"612594182", "Booroorban", |
|
5933
|
|
|
|
|
|
|
"618753197", "Swan\ Reach", |
|
5934
|
|
|
|
|
|
|
"617486890", "Bajool", |
|
5935
|
|
|
|
|
|
|
"61734782", "Kooringal", |
|
5936
|
|
|
|
|
|
|
"61748612", "Rockhampton", |
|
5937
|
|
|
|
|
|
|
"612583705", "Ginghet", |
|
5938
|
|
|
|
|
|
|
"617486574", "Theodore", |
|
5939
|
|
|
|
|
|
|
"6125959", "Wagga\ Wagga", |
|
5940
|
|
|
|
|
|
|
"61357360", "Yea", |
|
5941
|
|
|
|
|
|
|
"61354165", "Maryborough", |
|
5942
|
|
|
|
|
|
|
"618862982", "Cowell", |
|
5943
|
|
|
|
|
|
|
"617458675", "Tabers", |
|
5944
|
|
|
|
|
|
|
"6135980", "Tankerton", |
|
5945
|
|
|
|
|
|
|
"61357404", "Yarck", |
|
5946
|
|
|
|
|
|
|
"613431814", "Ararat", |
|
5947
|
|
|
|
|
|
|
"61745086", "Jericho", |
|
5948
|
|
|
|
|
|
|
"6173504", "Brisbane", |
|
5949
|
|
|
|
|
|
|
"617441894", "Greenvale", |
|
5950
|
|
|
|
|
|
|
"61752235", "Rosevale", |
|
5951
|
|
|
|
|
|
|
"61741406", "Mundubbera", |
|
5952
|
|
|
|
|
|
|
"61887640", "Wrattonbully", |
|
5953
|
|
|
|
|
|
|
"61358969", "Jimaringle", |
|
5954
|
|
|
|
|
|
|
"61747441", "Mount\ Isa", |
|
5955
|
|
|
|
|
|
|
"61891902", "Paraburdoo", |
|
5956
|
|
|
|
|
|
|
"61253071", "Leadville", |
|
5957
|
|
|
|
|
|
|
"61253334", "Gulgong", |
|
5958
|
|
|
|
|
|
|
"61344019", "Rochester", |
|
5959
|
|
|
|
|
|
|
"617473883", "Georgina", |
|
5960
|
|
|
|
|
|
|
"61267863", "Warialda", |
|
5961
|
|
|
|
|
|
|
"61261140", "Burrinjuck", |
|
5962
|
|
|
|
|
|
|
"613431886", "Balliang", |
|
5963
|
|
|
|
|
|
|
"613451164", "Coleraine", |
|
5964
|
|
|
|
|
|
|
"61851174", "Broome", |
|
5965
|
|
|
|
|
|
|
"61343124", "Beaufort", |
|
5966
|
|
|
|
|
|
|
"61743011", "Bunker", |
|
5967
|
|
|
|
|
|
|
"61895448", "Dwellingup", |
|
5968
|
|
|
|
|
|
|
"617750145", "Glenhope", |
|
5969
|
|
|
|
|
|
|
"61752158", "Noosaville", |
|
5970
|
|
|
|
|
|
|
"618866371", "Wharminda", |
|
5971
|
|
|
|
|
|
|
"61753433", "Caloundra", |
|
5972
|
|
|
|
|
|
|
"6126850", "Forbes", |
|
5973
|
|
|
|
|
|
|
"617442840", "Dalbeg", |
|
5974
|
|
|
|
|
|
|
"61890587", "Goomarin", |
|
5975
|
|
|
|
|
|
|
"613574661", "Chiltern", |
|
5976
|
|
|
|
|
|
|
"61355118", "Ozenkadnook", |
|
5977
|
|
|
|
|
|
|
"61240581", "Newcastle", |
|
5978
|
|
|
|
|
|
|
"61742176", "Herberton", |
|
5979
|
|
|
|
|
|
|
"61267097", "Nullamanna", |
|
5980
|
|
|
|
|
|
|
"61350610", "Palinyewah", |
|
5981
|
|
|
|
|
|
|
"618903691", "Burracoppin", |
|
5982
|
|
|
|
|
|
|
"613431153", "Ballarat", |
|
5983
|
|
|
|
|
|
|
"61745205", "Texas", |
|
5984
|
|
|
|
|
|
|
"61248768", "Reidsdale", |
|
5985
|
|
|
|
|
|
|
"61364107", "Rosebery", |
|
5986
|
|
|
|
|
|
|
"61899530", "Leeman", |
|
5987
|
|
|
|
|
|
|
"617459908", "The\ Gums", |
|
5988
|
|
|
|
|
|
|
"61353995", "Bangerang", |
|
5989
|
|
|
|
|
|
|
"6126885", "Dubbo", |
|
5990
|
|
|
|
|
|
|
"61367057", "Launceston", |
|
5991
|
|
|
|
|
|
|
"61862342", "Perth", |
|
5992
|
|
|
|
|
|
|
"61255240", "Port\ Macquarie", |
|
5993
|
|
|
|
|
|
|
"61740435", "Ravenshoe", |
|
5994
|
|
|
|
|
|
|
"618781333", "Hamley\ Bridge", |
|
5995
|
|
|
|
|
|
|
"61263213", "Windeyer", |
|
5996
|
|
|
|
|
|
|
"618683067", "Kukerin", |
|
5997
|
|
|
|
|
|
|
"61875181", "Mount\ Pleasant", |
|
5998
|
|
|
|
|
|
|
"61358639", "Blighty", |
|
5999
|
|
|
|
|
|
|
"61269806", "Cowabbie", |
|
6000
|
|
|
|
|
|
|
"61746298", "Wallumbilla", |
|
6001
|
|
|
|
|
|
|
"61364747", "Yambacoona", |
|
6002
|
|
|
|
|
|
|
"61361218", "New\ Norfolk", |
|
6003
|
|
|
|
|
|
|
"61745544", "Mitchell", |
|
6004
|
|
|
|
|
|
|
"61878186", "Nantawarra", |
|
6005
|
|
|
|
|
|
|
"61248538", "Bowral", |
|
6006
|
|
|
|
|
|
|
"61891959", "Cocos\ Island", |
|
6007
|
|
|
|
|
|
|
"61886171", "Orroroo", |
|
6008
|
|
|
|
|
|
|
"61898192", "Magitup", |
|
6009
|
|
|
|
|
|
|
"61367342", "George\ Town", |
|
6010
|
|
|
|
|
|
|
"61872334", "Adelaide", |
|
6011
|
|
|
|
|
|
|
"61876224", "Port\ Kenny", |
|
6012
|
|
|
|
|
|
|
"613957", "Melbourne", |
|
6013
|
|
|
|
|
|
|
"618982503", "Walpole", |
|
6014
|
|
|
|
|
|
|
"61754032", "Laidley", |
|
6015
|
|
|
|
|
|
|
"61740038", "Dimbulah", |
|
6016
|
|
|
|
|
|
|
"618752469", "Lameroo", |
|
6017
|
|
|
|
|
|
|
"61344143", "Logan", |
|
6018
|
|
|
|
|
|
|
"61756893", "Southport", |
|
6019
|
|
|
|
|
|
|
"61363081", "St\ Helens", |
|
6020
|
|
|
|
|
|
|
"61363612", "Gladstone", |
|
6021
|
|
|
|
|
|
|
"61357691", "Kilmore", |
|
6022
|
|
|
|
|
|
|
"61251162", "Canberra", |
|
6023
|
|
|
|
|
|
|
"61889075", "Plenty", |
|
6024
|
|
|
|
|
|
|
"61268283", "Walgett", |
|
6025
|
|
|
|
|
|
|
"61248754", "Rugby", |
|
6026
|
|
|
|
|
|
|
"61354234", "Kyneton", |
|
6027
|
|
|
|
|
|
|
"61888873", "Yorketown", |
|
6028
|
|
|
|
|
|
|
"61358506", "Mabins\ Well", |
|
6029
|
|
|
|
|
|
|
"61753721", "Gunalda", |
|
6030
|
|
|
|
|
|
|
"618967688", "Gabbin\ North", |
|
6031
|
|
|
|
|
|
|
"61741167", "Wondai", |
|
6032
|
|
|
|
|
|
|
"61756067", "Southport", |
|
6033
|
|
|
|
|
|
|
"61244037", "Huskisson", |
|
6034
|
|
|
|
|
|
|
"61877369", "Penola", |
|
6035
|
|
|
|
|
|
|
"612594406", "Hay", |
|
6036
|
|
|
|
|
|
|
"618660988", "Gabbin\ North", |
|
6037
|
|
|
|
|
|
|
"61752164", "Caloundra", |
|
6038
|
|
|
|
|
|
|
"61354729", "Cohuna", |
|
6039
|
|
|
|
|
|
|
"612532917", "Molong", |
|
6040
|
|
|
|
|
|
|
"61357025", "Cheshunt", |
|
6041
|
|
|
|
|
|
|
"61747843", "Giru", |
|
6042
|
|
|
|
|
|
|
"61741160", "Yarraman", |
|
6043
|
|
|
|
|
|
|
"61256003", "Dorrigo", |
|
6044
|
|
|
|
|
|
|
"61890109", "Corrigin\ West", |
|
6045
|
|
|
|
|
|
|
"612533039", "Meadow\ Flat", |
|
6046
|
|
|
|
|
|
|
"61244030", "Nowra", |
|
6047
|
|
|
|
|
|
|
"61879995", "Batchelor", |
|
6048
|
|
|
|
|
|
|
"61340538", "Turriff", |
|
6049
|
|
|
|
|
|
|
"61756060", "Kerry", |
|
6050
|
|
|
|
|
|
|
"61358922", "Kyabram", |
|
6051
|
|
|
|
|
|
|
"612574572", "Bundella", |
|
6052
|
|
|
|
|
|
|
"613572432", "Alexandra", |
|
6053
|
|
|
|
|
|
|
"61891482", "Kununurra", |
|
6054
|
|
|
|
|
|
|
"61343108", "Bacchus\ Marsh", |
|
6055
|
|
|
|
|
|
|
"617458980", "Bunya\ Mountains", |
|
6056
|
|
|
|
|
|
|
"61749088", "Sarina", |
|
6057
|
|
|
|
|
|
|
"61265229", "Comboyne", |
|
6058
|
|
|
|
|
|
|
"61753215", "Kia\ Ora", |
|
6059
|
|
|
|
|
|
|
"61260011", "Coppabella", |
|
6060
|
|
|
|
|
|
|
"61260682", "Dartmouth", |
|
6061
|
|
|
|
|
|
|
"61399171", "Melbourne", |
|
6062
|
|
|
|
|
|
|
"612583822", "Narran", |
|
6063
|
|
|
|
|
|
|
"61898795", "Woodanilling", |
|
6064
|
|
|
|
|
|
|
"61746779", "Goondiwindi", |
|
6065
|
|
|
|
|
|
|
"61364740", "Devonport", |
|
6066
|
|
|
|
|
|
|
"61269929", "Landervale", |
|
6067
|
|
|
|
|
|
|
"6174197", "Pialba", |
|
6068
|
|
|
|
|
|
|
"61362556", "Ouse", |
|
6069
|
|
|
|
|
|
|
"61891311", "Broome", |
|
6070
|
|
|
|
|
|
|
"61868065", "Muradup", |
|
6071
|
|
|
|
|
|
|
"618762561", "Arno\ Bay", |
|
6072
|
|
|
|
|
|
|
"61357428", "Kilmore", |
|
6073
|
|
|
|
|
|
|
"618993219", "Mount\ George", |
|
6074
|
|
|
|
|
|
|
"61742031", "Torres", |
|
6075
|
|
|
|
|
|
|
"61899446", "Cue", |
|
6076
|
|
|
|
|
|
|
"61745242", "Yuleba", |
|
6077
|
|
|
|
|
|
|
"618600776", "Muntadgin\ East", |
|
6078
|
|
|
|
|
|
|
"61742374", "Herberton", |
|
6079
|
|
|
|
|
|
|
"617476472", "Collinsville", |
|
6080
|
|
|
|
|
|
|
"61255247", "Port\ Macquarie", |
|
6081
|
|
|
|
|
|
|
"61355453", "Warrnambool", |
|
6082
|
|
|
|
|
|
|
"61887409", "Tintinara", |
|
6083
|
|
|
|
|
|
|
"617487107", "Cannon\ Valley", |
|
6084
|
|
|
|
|
|
|
"61367050", "Exeter", |
|
6085
|
|
|
|
|
|
|
"6128443", "Dural", |
|
6086
|
|
|
|
|
|
|
"61359116", "Healesville", |
|
6087
|
|
|
|
|
|
|
"617459978", "Goondiwindi", |
|
6088
|
|
|
|
|
|
|
"61756604", "Beaudesert", |
|
6089
|
|
|
|
|
|
|
"6124583", "Windsor", |
|
6090
|
|
|
|
|
|
|
"61731023", "Brisbane", |
|
6091
|
|
|
|
|
|
|
"61253136", "Laheys\ Creek", |
|
6092
|
|
|
|
|
|
|
"613546081", "Woodend", |
|
6093
|
|
|
|
|
|
|
"6124300", "Gosford", |
|
6094
|
|
|
|
|
|
|
"61888964", "Spalding", |
|
6095
|
|
|
|
|
|
|
"613545994", "Tullakool", |
|
6096
|
|
|
|
|
|
|
"61362962", "Southwest", |
|
6097
|
|
|
|
|
|
|
"613542772", "Echuca", |
|
6098
|
|
|
|
|
|
|
"618683356", "Gairdner", |
|
6099
|
|
|
|
|
|
|
"61267090", "Mirriadool", |
|
6100
|
|
|
|
|
|
|
"61350617", "Wentworth", |
|
6101
|
|
|
|
|
|
|
"612593792", "Junee\ Reefs", |
|
6102
|
|
|
|
|
|
|
"61885476", "Yankalilla", |
|
6103
|
|
|
|
|
|
|
"613451297", "Timboon", |
|
6104
|
|
|
|
|
|
|
"61890580", "Bullfinch", |
|
6105
|
|
|
|
|
|
|
"61255493", "Glendonbrook", |
|
6106
|
|
|
|
|
|
|
"61886036", "Coulta", |
|
6107
|
|
|
|
|
|
|
"61364100", "Devonport", |
|
6108
|
|
|
|
|
|
|
"61887452", "Kongorong", |
|
6109
|
|
|
|
|
|
|
"61361033", "Oatlands", |
|
6110
|
|
|
|
|
|
|
"61367305", "Gladstone", |
|
6111
|
|
|
|
|
|
|
"61899537", "Gutha\ West", |
|
6112
|
|
|
|
|
|
|
"61354656", "Inglewood", |
|
6113
|
|
|
|
|
|
|
"618854564", "Taylorville", |
|
6114
|
|
|
|
|
|
|
"6188100", "Adelaide", |
|
6115
|
|
|
|
|
|
|
"61261147", "Cavan", |
|
6116
|
|
|
|
|
|
|
"612530180", "Glen\ Davis", |
|
6117
|
|
|
|
|
|
|
"618993998", "Exmouth", |
|
6118
|
|
|
|
|
|
|
"61287478", "Liverpool", |
|
6119
|
|
|
|
|
|
|
"61263038", "Canowindra", |
|
6120
|
|
|
|
|
|
|
"61350672", "Willandra\ Lakes", |
|
6121
|
|
|
|
|
|
|
"61362806", "Maydena", |
|
6122
|
|
|
|
|
|
|
"617750390", "Roma", |
|
6123
|
|
|
|
|
|
|
"61876208", "Leigh\ Creek\ South", |
|
6124
|
|
|
|
|
|
|
"612574480", "Yarrie\ Lake", |
|
6125
|
|
|
|
|
|
|
"617441945", "Georgina", |
|
6126
|
|
|
|
|
|
|
"617476580", "Millaroo", |
|
6127
|
|
|
|
|
|
|
"617458605", "Cooyar", |
|
6128
|
|
|
|
|
|
|
"61357367", "Longwood", |
|
6129
|
|
|
|
|
|
|
"61886913", "Glendambo", |
|
6130
|
|
|
|
|
|
|
"618867792", "Hawker", |
|
6131
|
|
|
|
|
|
|
"612583775", "Bourke", |
|
6132
|
|
|
|
|
|
|
"61887647", "Wrattonbully", |
|
6133
|
|
|
|
|
|
|
"61267974", "Garah", |
|
6134
|
|
|
|
|
|
|
"61888958", "Braemer", |
|
6135
|
|
|
|
|
|
|
"61895059", "Rockingham", |
|
6136
|
|
|
|
|
|
|
"61877322", "Marcollat", |
|
6137
|
|
|
|
|
|
|
"617480761", "Rockhampton", |
|
6138
|
|
|
|
|
|
|
"617451639", "Bonshaw", |
|
6139
|
|
|
|
|
|
|
"61341339", "Mount\ Taylor", |
|
6140
|
|
|
|
|
|
|
"618763801", "Marla", |
|
6141
|
|
|
|
|
|
|
"61263927", "Orange", |
|
6142
|
|
|
|
|
|
|
"61246029", "Campbelltown", |
|
6143
|
|
|
|
|
|
|
"61890152", "Muntadgin\ East", |
|
6144
|
|
|
|
|
|
|
"61251129", "Burrinjuck", |
|
6145
|
|
|
|
|
|
|
"613531781", "Beaufort", |
|
6146
|
|
|
|
|
|
|
"618865010", "Gairdner", |
|
6147
|
|
|
|
|
|
|
"61740213", "Hopevale", |
|
6148
|
|
|
|
|
|
|
"61353502", "Lake\ Bolac", |
|
6149
|
|
|
|
|
|
|
"613553983", "Warrnambool", |
|
6150
|
|
|
|
|
|
|
"61267811", "Burren\ Junction", |
|
6151
|
|
|
|
|
|
|
"61261499", "Gearys\ Gap", |
|
6152
|
|
|
|
|
|
|
"61355039", "South\ Purrumbete", |
|
6153
|
|
|
|
|
|
|
"612532893", "Gingkin", |
|
6154
|
|
|
|
|
|
|
"61878112", "Kadina", |
|
6155
|
|
|
|
|
|
|
"61743063", "Moonford", |
|
6156
|
|
|
|
|
|
|
"6174092", "Mareeba", |
|
6157
|
|
|
|
|
|
|
"6138733", "Kalkallo", |
|
6158
|
|
|
|
|
|
|
"613441239", "Rochester", |
|
6159
|
|
|
|
|
|
|
"61356479", "Warragul", |
|
6160
|
|
|
|
|
|
|
"61887797", "Millicent", |
|
6161
|
|
|
|
|
|
|
"61353809", "Banyena", |
|
6162
|
|
|
|
|
|
|
"61890699", "Westonia", |
|
6163
|
|
|
|
|
|
|
"61875226", "Berri", |
|
6164
|
|
|
|
|
|
|
"61285183", "Sutherland", |
|
6165
|
|
|
|
|
|
|
"61361402", "Nubeena", |
|
6166
|
|
|
|
|
|
|
"61383626", "Sydenham", |
|
6167
|
|
|
|
|
|
|
"61267235", "Tingha", |
|
6168
|
|
|
|
|
|
|
"6129753", "Liverpool", |
|
6169
|
|
|
|
|
|
|
"613451070", "Merino", |
|
6170
|
|
|
|
|
|
|
"613442012", "Mitiamo", |
|
6171
|
|
|
|
|
|
|
"613470916", "Devlins\ Bridge", |
|
6172
|
|
|
|
|
|
|
"61878221", "Pine\ Point", |
|
6173
|
|
|
|
|
|
|
"618967774", "Brookton", |
|
6174
|
|
|
|
|
|
|
"618600929", "Baandee", |
|
6175
|
|
|
|
|
|
|
"61740043", "Etheridge", |
|
6176
|
|
|
|
|
|
|
"61745753", "Bell", |
|
6177
|
|
|
|
|
|
|
"61898726", "Cuballing", |
|
6178
|
|
|
|
|
|
|
"61350132", "Scotia", |
|
6179
|
|
|
|
|
|
|
"61344138", "Inglewood", |
|
6180
|
|
|
|
|
|
|
"61878177", "Curramulka", |
|
6181
|
|
|
|
|
|
|
"612582461", "Bruie\ Plains", |
|
6182
|
|
|
|
|
|
|
"61267158", "Copeton\ Dam", |
|
6183
|
|
|
|
|
|
|
"61341292", "Licola", |
|
6184
|
|
|
|
|
|
|
"618753312", "Wynarka", |
|
6185
|
|
|
|
|
|
|
"61248543", "Goulburn", |
|
6186
|
|
|
|
|
|
|
"61888174", "Lochiel", |
|
6187
|
|
|
|
|
|
|
"61242092", "Kiama", |
|
6188
|
|
|
|
|
|
|
"61896585", "Watheroo", |
|
6189
|
|
|
|
|
|
|
"613450991", "Coleraine", |
|
6190
|
|
|
|
|
|
|
"61890203", "Kellerberrin", |
|
6191
|
|
|
|
|
|
|
"61748130", "Dingo\ Beach", |
|
6192
|
|
|
|
|
|
|
"61863888", "Perth", |
|
6193
|
|
|
|
|
|
|
"61868151", "Woogenilup", |
|
6194
|
|
|
|
|
|
|
"61362172", "Sorell", |
|
6195
|
|
|
|
|
|
|
"61867117", "Upper\ Preston", |
|
6196
|
|
|
|
|
|
|
"618600207", "Dulyalbin", |
|
6197
|
|
|
|
|
|
|
"61342009", "Bannockburn", |
|
6198
|
|
|
|
|
|
|
"61359557", "Cranbourne", |
|
6199
|
|
|
|
|
|
|
"61741094", "Moonford", |
|
6200
|
|
|
|
|
|
|
"618830", "Adelaide", |
|
6201
|
|
|
|
|
|
|
"61879204", "Borroloola", |
|
6202
|
|
|
|
|
|
|
"61264650", "Eden", |
|
6203
|
|
|
|
|
|
|
"61885907", "Penneshaw", |
|
6204
|
|
|
|
|
|
|
"6136367", "Mole\ Creek", |
|
6205
|
|
|
|
|
|
|
"61357096", "Nagambie", |
|
6206
|
|
|
|
|
|
|
"61399961", "Melbourne", |
|
6207
|
|
|
|
|
|
|
"61265123", "Scone", |
|
6208
|
|
|
|
|
|
|
"61752097", "Harrisville", |
|
6209
|
|
|
|
|
|
|
"612570081", "Breeza", |
|
6210
|
|
|
|
|
|
|
"61746546", "Tambo", |
|
6211
|
|
|
|
|
|
|
"618858527", "Karoonda", |
|
6212
|
|
|
|
|
|
|
"612685806", "Coolabah", |
|
6213
|
|
|
|
|
|
|
"61720004", "Redcliffe", |
|
6214
|
|
|
|
|
|
|
"61756194", "Beaudesert", |
|
6215
|
|
|
|
|
|
|
"61867172", "Lake\ Clifton", |
|
6216
|
|
|
|
|
|
|
"61364690", "Rosebery", |
|
6217
|
|
|
|
|
|
|
"61255072", "Byabarra", |
|
6218
|
|
|
|
|
|
|
"617486935", "Goovigen", |
|
6219
|
|
|
|
|
|
|
"61742254", "Cairns", |
|
6220
|
|
|
|
|
|
|
"61898645", "Woodanilling", |
|
6221
|
|
|
|
|
|
|
"61256432", "Hernani", |
|
6222
|
|
|
|
|
|
|
"61266489", "Tyringham", |
|
6223
|
|
|
|
|
|
|
"61363130", "Westbury", |
|
6224
|
|
|
|
|
|
|
"618763761", "Arno\ Bay", |
|
6225
|
|
|
|
|
|
|
"61749592", "Walkerston", |
|
6226
|
|
|
|
|
|
|
"61897688", "Harvey", |
|
6227
|
|
|
|
|
|
|
"618683088", "Narrogin", |
|
6228
|
|
|
|
|
|
|
"6135682", "Foster", |
|
6229
|
|
|
|
|
|
|
"61745012", "Morven", |
|
6230
|
|
|
|
|
|
|
"61749899", "Garnant", |
|
6231
|
|
|
|
|
|
|
"618752518", "Yumali", |
|
6232
|
|
|
|
|
|
|
"61745681", "Isisford", |
|
6233
|
|
|
|
|
|
|
"6135294", "Geelong", |
|
6234
|
|
|
|
|
|
|
"61747346", "Boulia", |
|
6235
|
|
|
|
|
|
|
"61862198", "Fremantle", |
|
6236
|
|
|
|
|
|
|
"61257056", "Curlewis", |
|
6237
|
|
|
|
|
|
|
"6173738", "Brisbane", |
|
6238
|
|
|
|
|
|
|
"61342347", "Colac", |
|
6239
|
|
|
|
|
|
|
"61269110", "Wagga\ Wagga", |
|
6240
|
|
|
|
|
|
|
"61851256", "Paraburdoo", |
|
6241
|
|
|
|
|
|
|
"61342052", "Colac", |
|
6242
|
|
|
|
|
|
|
"61897385", "Boyup\ Brook", |
|
6243
|
|
|
|
|
|
|
"6174867", "Rockhampton", |
|
6244
|
|
|
|
|
|
|
"617452699", "Beebo", |
|
6245
|
|
|
|
|
|
|
"61895433", "Mount\ Helena", |
|
6246
|
|
|
|
|
|
|
"61383745", "Sydenham", |
|
6247
|
|
|
|
|
|
|
"61367198", "Evandale", |
|
6248
|
|
|
|
|
|
|
"612583749", "Wellington", |
|
6249
|
|
|
|
|
|
|
"61896073", "Dale\ River", |
|
6250
|
|
|
|
|
|
|
"618683409", "Pingrup\ East", |
|
6251
|
|
|
|
|
|
|
"61255017", "Moonan\ Flat", |
|
6252
|
|
|
|
|
|
|
"61250179", "Ournie", |
|
6253
|
|
|
|
|
|
|
"61746925", "Oakey", |
|
6254
|
|
|
|
|
|
|
"61753448", "Harrisville", |
|
6255
|
|
|
|
|
|
|
"61860006", "Holleton", |
|
6256
|
|
|
|
|
|
|
"61260890", "Gerogery", |
|
6257
|
|
|
|
|
|
|
"61244295", "Nowra", |
|
6258
|
|
|
|
|
|
|
"61746437", "Crows\ Nest", |
|
6259
|
|
|
|
|
|
|
"61264008", "Bega", |
|
6260
|
|
|
|
|
|
|
"61734716", "Dunwich", |
|
6261
|
|
|
|
|
|
|
"61745077", "Texas", |
|
6262
|
|
|
|
|
|
|
"61740119", "Minnamoolka", |
|
6263
|
|
|
|
|
|
|
"61238085", "Barrallier", |
|
6264
|
|
|
|
|
|
|
"6139102", "Melbourne", |
|
6265
|
|
|
|
|
|
|
"61891595", "Tom\ Price", |
|
6266
|
|
|
|
|
|
|
"61873800", "Salisbury", |
|
6267
|
|
|
|
|
|
|
"613553696", "Edenhope", |
|
6268
|
|
|
|
|
|
|
"61876470", "Gairdner", |
|
6269
|
|
|
|
|
|
|
"61875030", "Tanunda", |
|
6270
|
|
|
|
|
|
|
"61263261", "Caragabal", |
|
6271
|
|
|
|
|
|
|
"617750109", "Bimbadeen", |
|
6272
|
|
|
|
|
|
|
"617441979", "Ayr", |
|
6273
|
|
|
|
|
|
|
"61350393", "Ultima", |
|
6274
|
|
|
|
|
|
|
"617459072", "Toowoomba", |
|
6275
|
|
|
|
|
|
|
"61742187", "Mareeba", |
|
6276
|
|
|
|
|
|
|
"61267164", "Gunyerwarildi", |
|
6277
|
|
|
|
|
|
|
"61390070", "Eltham", |
|
6278
|
|
|
|
|
|
|
"618683211", "Tarin\ Rock", |
|
6279
|
|
|
|
|
|
|
"61746084", "Jondaryan", |
|
6280
|
|
|
|
|
|
|
"61885480", "Yumali", |
|
6281
|
|
|
|
|
|
|
"61264405", "Jindabyne\ South", |
|
6282
|
|
|
|
|
|
|
"613572443", "Bonnie\ Doon", |
|
6283
|
|
|
|
|
|
|
"618660967", "Bibby\ Springs", |
|
6284
|
|
|
|
|
|
|
"61387718", "Kalkallo", |
|
6285
|
|
|
|
|
|
|
"61890576", "Bodallin", |
|
6286
|
|
|
|
|
|
|
"61351622", "Gelantipy", |
|
6287
|
|
|
|
|
|
|
"618983773", "Lumeah", |
|
6288
|
|
|
|
|
|
|
"618762617", "Port\ Kenny", |
|
6289
|
|
|
|
|
|
|
"61238206", "Paddys\ River", |
|
6290
|
|
|
|
|
|
|
"6173159", "Brisbane", |
|
6291
|
|
|
|
|
|
|
"61353559", "Streatham", |
|
6292
|
|
|
|
|
|
|
"61753045", "Maroon", |
|
6293
|
|
|
|
|
|
|
"618967667", "Dukin", |
|
6294
|
|
|
|
|
|
|
"6138653", "Melbourne", |
|
6295
|
|
|
|
|
|
|
"618964477", "Gillingarra", |
|
6296
|
|
|
|
|
|
|
"61885487", "Strathalbyn", |
|
6297
|
|
|
|
|
|
|
"612574421", "Frazers\ Creek", |
|
6298
|
|
|
|
|
|
|
"61876412", "Coffin\ Bay", |
|
6299
|
|
|
|
|
|
|
"61358179", "Mabins\ Well", |
|
6300
|
|
|
|
|
|
|
"61240369", "Karuah", |
|
6301
|
|
|
|
|
|
|
"617459002", "Durham\ Downs", |
|
6302
|
|
|
|
|
|
|
"61742180", "Peninsula", |
|
6303
|
|
|
|
|
|
|
"61343733", "Ballarat", |
|
6304
|
|
|
|
|
|
|
"61891363", "Kununurra", |
|
6305
|
|
|
|
|
|
|
"6128398", "Sydney", |
|
6306
|
|
|
|
|
|
|
"61266952", "Grafton", |
|
6307
|
|
|
|
|
|
|
"61354975", "Bendigo", |
|
6308
|
|
|
|
|
|
|
"612530121", "Manildra", |
|
6309
|
|
|
|
|
|
|
"612574917", "Copeton\ Dam", |
|
6310
|
|
|
|
|
|
|
"61875037", "Gurrai", |
|
6311
|
|
|
|
|
|
|
"61876477", "Nelshaby", |
|
6312
|
|
|
|
|
|
|
"61873807", "Mount\ Barker", |
|
6313
|
|
|
|
|
|
|
"61886631", "Laura", |
|
6314
|
|
|
|
|
|
|
"61353545", "Buangor", |
|
6315
|
|
|
|
|
|
|
"6173484", "Beenleigh", |
|
6316
|
|
|
|
|
|
|
"618854790", "Milang", |
|
6317
|
|
|
|
|
|
|
"617441909", "Millaroo", |
|
6318
|
|
|
|
|
|
|
"61354051", "Rochester", |
|
6319
|
|
|
|
|
|
|
"61269303", "Galore", |
|
6320
|
|
|
|
|
|
|
"617750179", "Morven", |
|
6321
|
|
|
|
|
|
|
"61255010", "Castle\ Rock", |
|
6322
|
|
|
|
|
|
|
"618683479", "Boddington", |
|
6323
|
|
|
|
|
|
|
"613531720", "Moyston", |
|
6324
|
|
|
|
|
|
|
"61244181", "Huskisson", |
|
6325
|
|
|
|
|
|
|
"617486711", "Oombabeer", |
|
6326
|
|
|
|
|
|
|
"61267413", "Willow\ Tree", |
|
6327
|
|
|
|
|
|
|
"617458649", "Macalister", |
|
6328
|
|
|
|
|
|
|
"61886474", "Iron\ Knob", |
|
6329
|
|
|
|
|
|
|
"61745070", "Talwood", |
|
6330
|
|
|
|
|
|
|
"61885371", "Milang", |
|
6331
|
|
|
|
|
|
|
"61898659", "Williams", |
|
6332
|
|
|
|
|
|
|
"61746430", "Killarney", |
|
6333
|
|
|
|
|
|
|
"61885034", "Copeville", |
|
6334
|
|
|
|
|
|
|
"618661017", "Wyalkatchem", |
|
6335
|
|
|
|
|
|
|
"61260897", "Talgarno", |
|
6336
|
|
|
|
|
|
|
"61263043", "Cassilis", |
|
6337
|
|
|
|
|
|
|
"61269172", "Wantabadgery", |
|
6338
|
|
|
|
|
|
|
"61361048", "Colebrook", |
|
6339
|
|
|
|
|
|
|
"6188838", "Pine\ Point", |
|
6340
|
|
|
|
|
|
|
"61363137", "Avoca", |
|
6341
|
|
|
|
|
|
|
"61364697", "Wynyard", |
|
6342
|
|
|
|
|
|
|
"61357518", "Broadford", |
|
6343
|
|
|
|
|
|
|
"61342340", "Anglesea", |
|
6344
|
|
|
|
|
|
|
"61742552", "South\ Johnstone", |
|
6345
|
|
|
|
|
|
|
"61269117", "Bethungra", |
|
6346
|
|
|
|
|
|
|
"61351939", "Gelantipy", |
|
6347
|
|
|
|
|
|
|
"618660756", "Dalwallinu\ West", |
|
6348
|
|
|
|
|
|
|
"618660082", "Bolgart", |
|
6349
|
|
|
|
|
|
|
"617476521", "Halifax", |
|
6350
|
|
|
|
|
|
|
"61749294", "Dysart", |
|
6351
|
|
|
|
|
|
|
"617480230", "Emerald", |
|
6352
|
|
|
|
|
|
|
"61260063", "Rennie", |
|
6353
|
|
|
|
|
|
|
"6135673", "Warragul", |
|
6354
|
|
|
|
|
|
|
"617442834", "Cape\ River", |
|
6355
|
|
|
|
|
|
|
"61871004", "Adelaide", |
|
6356
|
|
|
|
|
|
|
"61747704", "Burdekin", |
|
6357
|
|
|
|
|
|
|
"61885900", "Freeling", |
|
6358
|
|
|
|
|
|
|
"617458921", "Omanama", |
|
6359
|
|
|
|
|
|
|
"61356318", "Toora", |
|
6360
|
|
|
|
|
|
|
"617452229", "North\ Star", |
|
6361
|
|
|
|
|
|
|
"61899341", "Northampton", |
|
6362
|
|
|
|
|
|
|
"618680099", "Bokerup", |
|
6363
|
|
|
|
|
|
|
"61264657", "Bega", |
|
6364
|
|
|
|
|
|
|
"61264985", "Merimbula", |
|
6365
|
|
|
|
|
|
|
"61344249", "Lake\ Meran", |
|
6366
|
|
|
|
|
|
|
"61886961", "Hawker", |
|
6367
|
|
|
|
|
|
|
"61891416", "Sandfire", |
|
6368
|
|
|
|
|
|
|
"618859942", "Peebinga", |
|
6369
|
|
|
|
|
|
|
"61742509", "Kowanyama", |
|
6370
|
|
|
|
|
|
|
"617485900", "Tungamull", |
|
6371
|
|
|
|
|
|
|
"61742802", "Tully", |
|
6372
|
|
|
|
|
|
|
"612685876", "Alectown", |
|
6373
|
|
|
|
|
|
|
"61358353", "Kialla\ East", |
|
6374
|
|
|
|
|
|
|
"61752090", "Coominya", |
|
6375
|
|
|
|
|
|
|
"61258132", "Neilrex", |
|
6376
|
|
|
|
|
|
|
"61260616", "Corryong", |
|
6377
|
|
|
|
|
|
|
"612492", "Newcastle", |
|
6378
|
|
|
|
|
|
|
"61743241", "Brooweena", |
|
6379
|
|
|
|
|
|
|
"61268189", "Wellington", |
|
6380
|
|
|
|
|
|
|
"61748137", "Moranbah", |
|
6381
|
|
|
|
|
|
|
"61747144", "Normanton", |
|
6382
|
|
|
|
|
|
|
"61898602", "Perillup", |
|
6383
|
|
|
|
|
|
|
"61259023", "Booroorban", |
|
6384
|
|
|
|
|
|
|
"61744429", "Charters\ Towers", |
|
6385
|
|
|
|
|
|
|
"6135656", "Warragul", |
|
6386
|
|
|
|
|
|
|
"61359550", "Emerald", |
|
6387
|
|
|
|
|
|
|
"61341594", "Morwell", |
|
6388
|
|
|
|
|
|
|
"61249052", "Maitland", |
|
6389
|
|
|
|
|
|
|
"618600277", "Bonnie\ Rock", |
|
6390
|
|
|
|
|
|
|
"61740261", "Lakeland", |
|
6391
|
|
|
|
|
|
|
"61351146", "Yarram", |
|
6392
|
|
|
|
|
|
|
"618682204", "Wickepin", |
|
6393
|
|
|
|
|
|
|
"61867110", "Margaret\ River", |
|
6394
|
|
|
|
|
|
|
"613451000", "Edenhope", |
|
6395
|
|
|
|
|
|
|
"61895215", "Rockingham", |
|
6396
|
|
|
|
|
|
|
"6186551", "Perth", |
|
6397
|
|
|
|
|
|
|
"61264024", "Bombala", |
|
6398
|
|
|
|
|
|
|
"61898836", "Cuballing", |
|
6399
|
|
|
|
|
|
|
"61357101", "Puckapunyal", |
|
6400
|
|
|
|
|
|
|
"613546020", "Redesdale", |
|
6401
|
|
|
|
|
|
|
"61896750", "Burakin", |
|
6402
|
|
|
|
|
|
|
"61878170", "Blyth", |
|
6403
|
|
|
|
|
|
|
"61753002", "Thornton", |
|
6404
|
|
|
|
|
|
|
"61351669", "Buchan", |
|
6405
|
|
|
|
|
|
|
"612594359", "Wallanthery", |
|
6406
|
|
|
|
|
|
|
"61263119", "Yetholme", |
|
6407
|
|
|
|
|
|
|
"613431208", "Ararat", |
|
6408
|
|
|
|
|
|
|
"618967704", "Trayning", |
|
6409
|
|
|
|
|
|
|
"618903280", "Bruce\ Rock", |
|
6410
|
|
|
|
|
|
|
"61340543", "Wentworth", |
|
6411
|
|
|
|
|
|
|
"612583162", "Double\ Peaks", |
|
6412
|
|
|
|
|
|
|
"61353926", "Nhill", |
|
6413
|
|
|
|
|
|
|
"61741912", "Pialba", |
|
6414
|
|
|
|
|
|
|
"618683248", "Bradfords", |
|
6415
|
|
|
|
|
|
|
"61887790", "Monkoora", |
|
6416
|
|
|
|
|
|
|
"61742636", "Cooktown", |
|
6417
|
|
|
|
|
|
|
"612582505", "Naradhan", |
|
6418
|
|
|
|
|
|
|
"61265327", "Rookhurst", |
|
6419
|
|
|
|
|
|
|
"61352165", "Wingeel", |
|
6420
|
|
|
|
|
|
|
"61363795", "Launceston", |
|
6421
|
|
|
|
|
|
|
"61358150", "Wanganella", |
|
6422
|
|
|
|
|
|
|
"61361477", "Hobart", |
|
6423
|
|
|
|
|
|
|
"613442112", "Colbinabbin", |
|
6424
|
|
|
|
|
|
|
"613451170", "Dundonnell", |
|
6425
|
|
|
|
|
|
|
"618600932", "Bodallin\ North", |
|
6426
|
|
|
|
|
|
|
"61256497", "Hernani", |
|
6427
|
|
|
|
|
|
|
"61267983", "Bendemeer", |
|
6428
|
|
|
|
|
|
|
"612574151", "Nundle", |
|
6429
|
|
|
|
|
|
|
"618856713", "Sedan", |
|
6430
|
|
|
|
|
|
|
"61361412", "Tarraleah", |
|
6431
|
|
|
|
|
|
|
"61877260", "Wirrega", |
|
6432
|
|
|
|
|
|
|
"618967024", "Kalannie", |
|
6433
|
|
|
|
|
|
|
"61269589", "Narrandera", |
|
6434
|
|
|
|
|
|
|
"618854500", "Yankalilla", |
|
6435
|
|
|
|
|
|
|
"6127803", "Parramatta", |
|
6436
|
|
|
|
|
|
|
"61357524", "Eildon", |
|
6437
|
|
|
|
|
|
|
"61746492", "Jericho", |
|
6438
|
|
|
|
|
|
|
"61354947", "Korong\ Vale", |
|
6439
|
|
|
|
|
|
|
"61878102", "Blyth", |
|
6440
|
|
|
|
|
|
|
"612683951", "Purlewaugh", |
|
6441
|
|
|
|
|
|
|
"61753070", "Moore", |
|
6442
|
|
|
|
|
|
|
"61889217", "Victoria\ River", |
|
6443
|
|
|
|
|
|
|
"613441222", "Lake\ Meran", |
|
6444
|
|
|
|
|
|
|
"61267801", "Barraba", |
|
6445
|
|
|
|
|
|
|
"61265454", "Bunnan", |
|
6446
|
|
|
|
|
|
|
"61340087", "Karawinna", |
|
6447
|
|
|
|
|
|
|
"61260722", "Eskdale", |
|
6448
|
|
|
|
|
|
|
"61269882", "Barmedman", |
|
6449
|
|
|
|
|
|
|
"61250157", "Talmalmo", |
|
6450
|
|
|
|
|
|
|
"617442951", "Giru", |
|
6451
|
|
|
|
|
|
|
"61876048", "Darke\ Peak", |
|
6452
|
|
|
|
|
|
|
"61887562", "Monkoora", |
|
6453
|
|
|
|
|
|
|
"618763495", "Port\ Neill", |
|
6454
|
|
|
|
|
|
|
"61887869", "Makin", |
|
6455
|
|
|
|
|
|
|
"61885917", "Mypolonga", |
|
6456
|
|
|
|
|
|
|
"618863950", "Sheringa", |
|
6457
|
|
|
|
|
|
|
"61896996", "Brookton", |
|
6458
|
|
|
|
|
|
|
"61745059", "Culgoa", |
|
6459
|
|
|
|
|
|
|
"6128704", "Sydney", |
|
6460
|
|
|
|
|
|
|
"61740749", "Walsh\ River", |
|
6461
|
|
|
|
|
|
|
"61898670", "Pingelly\ East", |
|
6462
|
|
|
|
|
|
|
"61255349", "Bowraville", |
|
6463
|
|
|
|
|
|
|
"61361381", "Strathgordon", |
|
6464
|
|
|
|
|
|
|
"61879214", "Petermann", |
|
6465
|
|
|
|
|
|
|
"618964966", "Bolgart", |
|
6466
|
|
|
|
|
|
|
"6126842", "Coonabarabran", |
|
6467
|
|
|
|
|
|
|
"618753200", "Tanunda", |
|
6468
|
|
|
|
|
|
|
"61887956", "Laffer", |
|
6469
|
|
|
|
|
|
|
"61342019", "Lorne", |
|
6470
|
|
|
|
|
|
|
"61340434", "Mildura", |
|
6471
|
|
|
|
|
|
|
"61358889", "Moulamein", |
|
6472
|
|
|
|
|
|
|
"61867107", "Jangardup", |
|
6473
|
|
|
|
|
|
|
"6188124", "Adelaide", |
|
6474
|
|
|
|
|
|
|
"618994438", "Walkaway", |
|
6475
|
|
|
|
|
|
|
"61269740", "Ariah\ Park", |
|
6476
|
|
|
|
|
|
|
"618683759", "Newdegate\ North", |
|
6477
|
|
|
|
|
|
|
"618854945", "Eudunda", |
|
6478
|
|
|
|
|
|
|
"617459875", "Meandarra", |
|
6479
|
|
|
|
|
|
|
"61740152", "Cairns", |
|
6480
|
|
|
|
|
|
|
"618983725", "Katanning", |
|
6481
|
|
|
|
|
|
|
"61754158", "Coominya", |
|
6482
|
|
|
|
|
|
|
"618866980", "Laura", |
|
6483
|
|
|
|
|
|
|
"617486560", "Nathan\ Gorge", |
|
6484
|
|
|
|
|
|
|
"61885972", "New\ Well", |
|
6485
|
|
|
|
|
|
|
"61263587", "Running\ Stream", |
|
6486
|
|
|
|
|
|
|
"61740109", "Mossman", |
|
6487
|
|
|
|
|
|
|
"613574736", "Thoona", |
|
6488
|
|
|
|
|
|
|
"61264018", "Berridale", |
|
6489
|
|
|
|
|
|
|
"61887732", "Naracoorte", |
|
6490
|
|
|
|
|
|
|
"613532322", "Balliang", |
|
6491
|
|
|
|
|
|
|
"61860016", "Esperance", |
|
6492
|
|
|
|
|
|
|
"61891160", "Wyndham", |
|
6493
|
|
|
|
|
|
|
"61897843", "Harvey", |
|
6494
|
|
|
|
|
|
|
"61255007", "Lord\ Howe\ Island", |
|
6495
|
|
|
|
|
|
|
"61742383", "Cooktown", |
|
6496
|
|
|
|
|
|
|
"612582523", "Walgett", |
|
6497
|
|
|
|
|
|
|
"61265468", "Murrurundi", |
|
6498
|
|
|
|
|
|
|
"61741482", "Childers", |
|
6499
|
|
|
|
|
|
|
"61269100", "Yaven\ Creek", |
|
6500
|
|
|
|
|
|
|
"61868229", "Bradfords", |
|
6501
|
|
|
|
|
|
|
"61743125", "Proston", |
|
6502
|
|
|
|
|
|
|
"61899942", "Perenjori\ East", |
|
6503
|
|
|
|
|
|
|
"61745002", "Bunya\ Mountains", |
|
6504
|
|
|
|
|
|
|
"61350197", "Nyah", |
|
6505
|
|
|
|
|
|
|
"618683188", "Muradup", |
|
6506
|
|
|
|
|
|
|
"618851499", "Kingscote", |
|
6507
|
|
|
|
|
|
|
"61359579", "Marysville", |
|
6508
|
|
|
|
|
|
|
"61899088", "Mingenew", |
|
6509
|
|
|
|
|
|
|
"61743539", "Gin\ Gin", |
|
6510
|
|
|
|
|
|
|
"61355563", "Dunkeld", |
|
6511
|
|
|
|
|
|
|
"6175409", "Nambour", |
|
6512
|
|
|
|
|
|
|
"61888289", "Paskeville", |
|
6513
|
|
|
|
|
|
|
"61356324", "Trafalgar", |
|
6514
|
|
|
|
|
|
|
"61355421", "Apsley", |
|
6515
|
|
|
|
|
|
|
"612574398", "Boomi", |
|
6516
|
|
|
|
|
|
|
"6126969", "Griffith", |
|
6517
|
|
|
|
|
|
|
"61265065", "Hunter\ Springs", |
|
6518
|
|
|
|
|
|
|
"61743606", "Tandora", |
|
6519
|
|
|
|
|
|
|
"617442578", "Rollingstone", |
|
6520
|
|
|
|
|
|
|
"61264415", "Numeralla", |
|
6521
|
|
|
|
|
|
|
"61341237", "Loch\ Sport", |
|
6522
|
|
|
|
|
|
|
"61878159", "Thistle", |
|
6523
|
|
|
|
|
|
|
"61267551", "Bendemeer", |
|
6524
|
|
|
|
|
|
|
"61891986", "Millstream", |
|
6525
|
|
|
|
|
|
|
"618865847", "Great\ Bight", |
|
6526
|
|
|
|
|
|
|
"61754164", "Boonah", |
|
6527
|
|
|
|
|
|
|
"61258190", "Bedgerebong", |
|
6528
|
|
|
|
|
|
|
"61268572", "Bedgerebong", |
|
6529
|
|
|
|
|
|
|
"61752032", "Caloundra", |
|
6530
|
|
|
|
|
|
|
"61899485", "Yaringa", |
|
6531
|
|
|
|
|
|
|
"61259762", "Alleena", |
|
6532
|
|
|
|
|
|
|
"61358426", "Brassi", |
|
6533
|
|
|
|
|
|
|
"617750009", "Mitchell", |
|
6534
|
|
|
|
|
|
|
"61342143", "Swan\ Marsh", |
|
6535
|
|
|
|
|
|
|
"617480298", "Nogoa", |
|
6536
|
|
|
|
|
|
|
"61256243", "Rappville", |
|
6537
|
|
|
|
|
|
|
"61356457", "Neerim\ South", |
|
6538
|
|
|
|
|
|
|
"61268879", "Coalbaggie", |
|
6539
|
|
|
|
|
|
|
"61357269", "Killawarra", |
|
6540
|
|
|
|
|
|
|
"61878145", "Kadina", |
|
6541
|
|
|
|
|
|
|
"618904276", "Wilgoyne", |
|
6542
|
|
|
|
|
|
|
"61741866", "Farnsfield", |
|
6543
|
|
|
|
|
|
|
"618967800", "Jelkobine", |
|
6544
|
|
|
|
|
|
|
"61255664", "Bowraville", |
|
6545
|
|
|
|
|
|
|
"613542763", "Wycheproof", |
|
6546
|
|
|
|
|
|
|
"61877188", "Lucindale\ South", |
|
6547
|
|
|
|
|
|
|
"61890927", "Wialki\ North", |
|
6548
|
|
|
|
|
|
|
"61247536", "Penrith", |
|
6549
|
|
|
|
|
|
|
"61258197", "Goodooga", |
|
6550
|
|
|
|
|
|
|
"61356450", "Bunyip", |
|
6551
|
|
|
|
|
|
|
"61263152", "Meadow\ Flat", |
|
6552
|
|
|
|
|
|
|
"61259165", "Adelong", |
|
6553
|
|
|
|
|
|
|
"61268274", "Gulargambone", |
|
6554
|
|
|
|
|
|
|
"613470622", "Yarrawonga", |
|
6555
|
|
|
|
|
|
|
"613441692", "Buckrabanyule", |
|
6556
|
|
|
|
|
|
|
"61260769", "Nariel", |
|
6557
|
|
|
|
|
|
|
"61890435", "Corrigin", |
|
6558
|
|
|
|
|
|
|
"6173043", "Beenleigh", |
|
6559
|
|
|
|
|
|
|
"61895544", "Mandurah", |
|
6560
|
|
|
|
|
|
|
"612583258", "Double\ Peaks", |
|
6561
|
|
|
|
|
|
|
"61888884", "Port\ Wakefield", |
|
6562
|
|
|
|
|
|
|
"61896298", "Talbot\ Brook", |
|
6563
|
|
|
|
|
|
|
"61741959", "Redridge", |
|
6564
|
|
|
|
|
|
|
"61362589", "Sorell", |
|
6565
|
|
|
|
|
|
|
"61242030", "Helensburgh", |
|
6566
|
|
|
|
|
|
|
"61263749", "Laheys\ Creek", |
|
6567
|
|
|
|
|
|
|
"618903546", "Leonora", |
|
6568
|
|
|
|
|
|
|
"61341230", "Cann\ River", |
|
6569
|
|
|
|
|
|
|
"61350190", "Culgoa", |
|
6570
|
|
|
|
|
|
|
"613441955", "Bealiba", |
|
6571
|
|
|
|
|
|
|
"61753753", "Laidley", |
|
6572
|
|
|
|
|
|
|
"618903395", "Great\ Victoria", |
|
6573
|
|
|
|
|
|
|
"61890038", "Burracoppin\ South", |
|
6574
|
|
|
|
|
|
|
"61269107", "Talbingo", |
|
6575
|
|
|
|
|
|
|
"61357508", "Moyhu", |
|
6576
|
|
|
|
|
|
|
"61889923", "Pine\ Creek", |
|
6577
|
|
|
|
|
|
|
"618996720", "Dongara", |
|
6578
|
|
|
|
|
|
|
"61257774", "Armidale", |
|
6579
|
|
|
|
|
|
|
"612592702", "Griffith", |
|
6580
|
|
|
|
|
|
|
"61891167", "Mount\ Bruce", |
|
6581
|
|
|
|
|
|
|
"618661117", "Bibby\ Springs", |
|
6582
|
|
|
|
|
|
|
"617476358", "Richmond", |
|
6583
|
|
|
|
|
|
|
"613441910", "Kerang", |
|
6584
|
|
|
|
|
|
|
"612593917", "Leeton", |
|
6585
|
|
|
|
|
|
|
"61264679", "Tathra", |
|
6586
|
|
|
|
|
|
|
"61267403", "Boggabri", |
|
6587
|
|
|
|
|
|
|
"61364556", "Smithton", |
|
6588
|
|
|
|
|
|
|
"61887822", "Tintinara", |
|
6589
|
|
|
|
|
|
|
"61245892", "St\ Albans", |
|
6590
|
|
|
|
|
|
|
"61887135", "Wirrega", |
|
6591
|
|
|
|
|
|
|
"61744031", "Barkly", |
|
6592
|
|
|
|
|
|
|
"61247609", "Katoomba", |
|
6593
|
|
|
|
|
|
|
"61255000", "Kempsey", |
|
6594
|
|
|
|
|
|
|
"61744374", "Mount\ Isa", |
|
6595
|
|
|
|
|
|
|
"61851183", "Karratha", |
|
6596
|
|
|
|
|
|
|
"61867100", "Cundinup", |
|
6597
|
|
|
|
|
|
|
"6124568", "St\ Albans", |
|
6598
|
|
|
|
|
|
|
"61745045", "Dunmore", |
|
6599
|
|
|
|
|
|
|
"61740755", "Mutchilba", |
|
6600
|
|
|
|
|
|
|
"61255355", "Comboyne", |
|
6601
|
|
|
|
|
|
|
"61358284", "Katandra\ West", |
|
6602
|
|
|
|
|
|
|
"61868262", "Lumeah", |
|
6603
|
|
|
|
|
|
|
"61898081", "Dudinin", |
|
6604
|
|
|
|
|
|
|
"61898612", "Wagin", |
|
6605
|
|
|
|
|
|
|
"61264596", "Bonang", |
|
6606
|
|
|
|
|
|
|
"61269747", "Coleambally", |
|
6607
|
|
|
|
|
|
|
"618903686", "Bullfinch", |
|
6608
|
|
|
|
|
|
|
"61269466", "Tumorrama", |
|
6609
|
|
|
|
|
|
|
"613553620", "Casterton", |
|
6610
|
|
|
|
|
|
|
"6128119", "Liverpool", |
|
6611
|
|
|
|
|
|
|
"613431891", "Broughton", |
|
6612
|
|
|
|
|
|
|
"613451413", "Casterton", |
|
6613
|
|
|
|
|
|
|
"61342375", "Lavers\ Hill", |
|
6614
|
|
|
|
|
|
|
"61891288", "Mount\ Bruce", |
|
6615
|
|
|
|
|
|
|
"61250150", "Oaklands", |
|
6616
|
|
|
|
|
|
|
"61880141", "Wilcannia", |
|
6617
|
|
|
|
|
|
|
"61255934", "Putty", |
|
6618
|
|
|
|
|
|
|
"61387724", "Werribee", |
|
6619
|
|
|
|
|
|
|
"61255658", "Taree", |
|
6620
|
|
|
|
|
|
|
"61875092", "Victor\ Harbor", |
|
6621
|
|
|
|
|
|
|
"61248671", "Lost\ River", |
|
6622
|
|
|
|
|
|
|
"618763510", "Ungarra", |
|
6623
|
|
|
|
|
|
|
"613532237", "Murtoa", |
|
6624
|
|
|
|
|
|
|
"61742519", "Mossman", |
|
6625
|
|
|
|
|
|
|
"61264233", "Cathcart", |
|
6626
|
|
|
|
|
|
|
"61895086", "Yanchep", |
|
6627
|
|
|
|
|
|
|
"61898677", "Pingrup\ East", |
|
6628
|
|
|
|
|
|
|
"61885910", "Two\ Wells", |
|
6629
|
|
|
|
|
|
|
"61356308", "Warragul", |
|
6630
|
|
|
|
|
|
|
"617459414", "Chinchilla", |
|
6631
|
|
|
|
|
|
|
"61889210", "Victoria\ River", |
|
6632
|
|
|
|
|
|
|
"61753077", "Maroon", |
|
6633
|
|
|
|
|
|
|
"61260125", "Rennie", |
|
6634
|
|
|
|
|
|
|
"618854570", "Waikerie", |
|
6635
|
|
|
|
|
|
|
"61897441", "Pemberton", |
|
6636
|
|
|
|
|
|
|
"61876459", "Wirrulla", |
|
6637
|
|
|
|
|
|
|
"618983453", "Corackerup", |
|
6638
|
|
|
|
|
|
|
"61877267", "Conmurra", |
|
6639
|
|
|
|
|
|
|
"61260832", "Nariel", |
|
6640
|
|
|
|
|
|
|
"61353214", "Creswick", |
|
6641
|
|
|
|
|
|
|
"61745448", "Dalby", |
|
6642
|
|
|
|
|
|
|
"617480628", "Wagoora", |
|
6643
|
|
|
|
|
|
|
"61748333", "Nathan\ Gorge", |
|
6644
|
|
|
|
|
|
|
"61260539", "Oaklands", |
|
6645
|
|
|
|
|
|
|
"617476463", "Clarke", |
|
6646
|
|
|
|
|
|
|
"61340080", "Sea\ Lake", |
|
6647
|
|
|
|
|
|
|
"61259234", "Tullibigeal", |
|
6648
|
|
|
|
|
|
|
"6136269", "Sorell", |
|
6649
|
|
|
|
|
|
|
"61361470", "Brighton", |
|
6650
|
|
|
|
|
|
|
"617486166", "Broadsound", |
|
6651
|
|
|
|
|
|
|
"61358157", "Tocumwal", |
|
6652
|
|
|
|
|
|
|
"61341026", "Traralgon", |
|
6653
|
|
|
|
|
|
|
"61263109", "Orange", |
|
6654
|
|
|
|
|
|
|
"61740587", "Dimbulah", |
|
6655
|
|
|
|
|
|
|
"61265320", "Forster", |
|
6656
|
|
|
|
|
|
|
"61753012", "Wolvi", |
|
6657
|
|
|
|
|
|
|
"618660885", "Bolgart", |
|
6658
|
|
|
|
|
|
|
"61889574", "Simpson", |
|
6659
|
|
|
|
|
|
|
"612530234", "Frogmore\/Windeyer\/Wollar\/Woodstock", |
|
6660
|
|
|
|
|
|
|
"61356126", "Poowong", |
|
6661
|
|
|
|
|
|
|
"61363192", "Mole\ Creek", |
|
6662
|
|
|
|
|
|
|
"61357111", "St\ James", |
|
6663
|
|
|
|
|
|
|
"61256490", "Copmanhurst", |
|
6664
|
|
|
|
|
|
|
"61895205", "Rockingham", |
|
6665
|
|
|
|
|
|
|
"61354689", "Bridgewater", |
|
6666
|
|
|
|
|
|
|
"618854894", "Murray\ Bridge", |
|
6667
|
|
|
|
|
|
|
"6186550", "Perth", |
|
6668
|
|
|
|
|
|
|
"618903614", "Salmon\ Gums", |
|
6669
|
|
|
|
|
|
|
"61243072", "Mangrove\ Mountain", |
|
6670
|
|
|
|
|
|
|
"6188433", "Adelaide", |
|
6671
|
|
|
|
|
|
|
"61741416", "Nanango", |
|
6672
|
|
|
|
|
|
|
"61287309", "Bankstown", |
|
6673
|
|
|
|
|
|
|
"61266120", "Woodburn", |
|
6674
|
|
|
|
|
|
|
"61256238", "Woodenbong", |
|
6675
|
|
|
|
|
|
|
"61749341", "Rockhampton", |
|
6676
|
|
|
|
|
|
|
"61889040", "Carpentaria", |
|
6677
|
|
|
|
|
|
|
"618752983", "Windsor", |
|
6678
|
|
|
|
|
|
|
"61351185", "Buchan", |
|
6679
|
|
|
|
|
|
|
"61259051", "Currawarna", |
|
6680
|
|
|
|
|
|
|
"61357414", "Bonnie\ Doon", |
|
6681
|
|
|
|
|
|
|
"61363659", "Longford", |
|
6682
|
|
|
|
|
|
|
"6126358", "Bathurst", |
|
6683
|
|
|
|
|
|
|
"61361522", "Woodbury", |
|
6684
|
|
|
|
|
|
|
"61342138", "Aireys\ Inlet", |
|
6685
|
|
|
|
|
|
|
"61355326", "Ozenkadnook", |
|
6686
|
|
|
|
|
|
|
"61248131", "Woodhouselee", |
|
6687
|
|
|
|
|
|
|
"61897144", "Harvey", |
|
6688
|
|
|
|
|
|
|
"61350064", "Curyo", |
|
6689
|
|
|
|
|
|
|
"61898137", "Karlgarin", |
|
6690
|
|
|
|
|
|
|
"618753097", "Barmera", |
|
6691
|
|
|
|
|
|
|
"618600190", "Ardath", |
|
6692
|
|
|
|
|
|
|
"61886578", "Woomera", |
|
6693
|
|
|
|
|
|
|
"612594082", "Ardlethan", |
|
6694
|
|
|
|
|
|
|
"61264946", "Tathra", |
|
6695
|
|
|
|
|
|
|
"61749915", "Yeppoon", |
|
6696
|
|
|
|
|
|
|
"61240267", "Newcastle", |
|
6697
|
|
|
|
|
|
|
"617750338", "Durham\ Downs", |
|
6698
|
|
|
|
|
|
|
"61364117", "Sheffield", |
|
6699
|
|
|
|
|
|
|
"618683624", "Kulin\ West", |
|
6700
|
|
|
|
|
|
|
"6174976", "Gladstone", |
|
6701
|
|
|
|
|
|
|
"61746750", "Yelarbon", |
|
6702
|
|
|
|
|
|
|
"61268665", "Wellington", |
|
6703
|
|
|
|
|
|
|
"61880022", "Pimpara", |
|
6704
|
|
|
|
|
|
|
"61745215", "Longreach", |
|
6705
|
|
|
|
|
|
|
"61748836", "Gladstone", |
|
6706
|
|
|
|
|
|
|
"6124203", "Kiama", |
|
6707
|
|
|
|
|
|
|
"61891977", "Onslow", |
|
6708
|
|
|
|
|
|
|
"61350600", "Mildura", |
|
6709
|
|
|
|
|
|
|
"61355108", "Mortlake", |
|
6710
|
|
|
|
|
|
|
"618997031", "Eneabba", |
|
6711
|
|
|
|
|
|
|
"61255275", "Murrurundi", |
|
6712
|
|
|
|
|
|
|
"613572660", "Buffalo\ River", |
|
6713
|
|
|
|
|
|
|
"6126851", "Forbes", |
|
6714
|
|
|
|
|
|
|
"61359304", "Cranbourne", |
|
6715
|
|
|
|
|
|
|
"617750045", "Wandoan", |
|
6716
|
|
|
|
|
|
|
"617476752", "Townsville", |
|
6717
|
|
|
|
|
|
|
"61745831", "Omanama", |
|
6718
|
|
|
|
|
|
|
"61284073", "Dural", |
|
6719
|
|
|
|
|
|
|
"618967760", "Beverley\ West", |
|
6720
|
|
|
|
|
|
|
"61359460", "Rosebud", |
|
6721
|
|
|
|
|
|
|
"61354590", "Maryborough", |
|
6722
|
|
|
|
|
|
|
"617459063", "Taroom", |
|
6723
|
|
|
|
|
|
|
"61244092", "Nowra", |
|
6724
|
|
|
|
|
|
|
"61367079", "Longford", |
|
6725
|
|
|
|
|
|
|
"61364172", "Gordon", |
|
6726
|
|
|
|
|
|
|
"61256155", "Wiangaree", |
|
6727
|
|
|
|
|
|
|
"61743001", "Burnett", |
|
6728
|
|
|
|
|
|
|
"618763636", "Great\ Bight", |
|
6729
|
|
|
|
|
|
|
"613451064", "Harrow", |
|
6730
|
|
|
|
|
|
|
"61348260", "Lalalty", |
|
6731
|
|
|
|
|
|
|
"61344009", "Bendigo", |
|
6732
|
|
|
|
|
|
|
"61342255", "Geelong", |
|
6733
|
|
|
|
|
|
|
"61891912", "Derby", |
|
6734
|
|
|
|
|
|
|
"61897838", "Donnybrook", |
|
6735
|
|
|
|
|
|
|
"61350058", "Culgoa", |
|
6736
|
|
|
|
|
|
|
"61344052", "Romsey", |
|
6737
|
|
|
|
|
|
|
"61361486", "Oatlands", |
|
6738
|
|
|
|
|
|
|
"61355748", "Cavendish", |
|
6739
|
|
|
|
|
|
|
"6135357", "Navarre", |
|
6740
|
|
|
|
|
|
|
"612630692", "Killongbutta", |
|
6741
|
|
|
|
|
|
|
"61356195", "Buffalo", |
|
6742
|
|
|
|
|
|
|
"6187283", "Mclaren\ Vale", |
|
6743
|
|
|
|
|
|
|
"6174953", "Mackay", |
|
6744
|
|
|
|
|
|
|
"61361208", "Dover", |
|
6745
|
|
|
|
|
|
|
"61741363", "Farnsfield", |
|
6746
|
|
|
|
|
|
|
"61341095", "Club\ Terrace", |
|
6747
|
|
|
|
|
|
|
"61261175", "Gearys\ Gap", |
|
6748
|
|
|
|
|
|
|
"613451399", "Timboon", |
|
6749
|
|
|
|
|
|
|
"61354023", "Goornong", |
|
6750
|
|
|
|
|
|
|
"61886483", "The\ Ranges", |
|
6751
|
|
|
|
|
|
|
"61269816", "Gundagai", |
|
6752
|
|
|
|
|
|
|
"617458623", "Glenhope", |
|
6753
|
|
|
|
|
|
|
"618683167", "Kojonup", |
|
6754
|
|
|
|
|
|
|
"617486969", "Turkey\ Beach", |
|
6755
|
|
|
|
|
|
|
"61742462", "Innisfail", |
|
6756
|
|
|
|
|
|
|
"61263203", "Rockley", |
|
6757
|
|
|
|
|
|
|
"61885765", "Lameroo", |
|
6758
|
|
|
|
|
|
|
"61260196", "Corowa", |
|
6759
|
|
|
|
|
|
|
"612573406", "Marple", |
|
6760
|
|
|
|
|
|
|
"61340076", "Manangatang", |
|
6761
|
|
|
|
|
|
|
"61876033", "Iron\ Knob", |
|
6762
|
|
|
|
|
|
|
"617487077", "Bauhinia", |
|
6763
|
|
|
|
|
|
|
"6135494", "Wedderburn", |
|
6764
|
|
|
|
|
|
|
"618763628", "Darke\ Peak", |
|
6765
|
|
|
|
|
|
|
"61344347", "Tullakool", |
|
6766
|
|
|
|
|
|
|
"613573031", "Flowerdale", |
|
6767
|
|
|
|
|
|
|
"61744187", "Halifax", |
|
6768
|
|
|
|
|
|
|
"61851289", "Wyndham", |
|
6769
|
|
|
|
|
|
|
"6139558", "Clayton", |
|
6770
|
|
|
|
|
|
|
"61268354", "Coolabah", |
|
6771
|
|
|
|
|
|
|
"618866921", "Mintabie", |
|
6772
|
|
|
|
|
|
|
"61341498", "Dinner\ Plain", |
|
6773
|
|
|
|
|
|
|
"618753527", "Windsor", |
|
6774
|
|
|
|
|
|
|
"61350455", "Palinyewah", |
|
6775
|
|
|
|
|
|
|
"61895070", "Bakers\ Hill", |
|
6776
|
|
|
|
|
|
|
"617480510", "Finch\ Hatton", |
|
6777
|
|
|
|
|
|
|
"612583410", "Buckinguy", |
|
6778
|
|
|
|
|
|
|
"61896430", "Talbot\ Brook", |
|
6779
|
|
|
|
|
|
|
"61359091", "Tankerton", |
|
6780
|
|
|
|
|
|
|
"61268935", "Tullamore", |
|
6781
|
|
|
|
|
|
|
"617750326", "Cottonvale", |
|
6782
|
|
|
|
|
|
|
"61363602", "Bicheno", |
|
6783
|
|
|
|
|
|
|
"61887675", "Keilira", |
|
6784
|
|
|
|
|
|
|
"612530240", "Galong", |
|
6785
|
|
|
|
|
|
|
"61899294", "Carnamah\ West", |
|
6786
|
|
|
|
|
|
|
"61370030", "Melbourne", |
|
6787
|
|
|
|
|
|
|
"61267032", "Bingara", |
|
6788
|
|
|
|
|
|
|
"61264139", "Eden", |
|
6789
|
|
|
|
|
|
|
"61287352", "Bankstown", |
|
6790
|
|
|
|
|
|
|
"61240188", "Mulbring", |
|
6791
|
|
|
|
|
|
|
"61257089", "Moree", |
|
6792
|
|
|
|
|
|
|
"613431710", "Goroke", |
|
6793
|
|
|
|
|
|
|
"61299144", "Bankstown", |
|
6794
|
|
|
|
|
|
|
"61899592", "Cue", |
|
6795
|
|
|
|
|
|
|
"61350449", "Anabranch", |
|
6796
|
|
|
|
|
|
|
"61260001", "Albury", |
|
6797
|
|
|
|
|
|
|
"61747688", "Walker", |
|
6798
|
|
|
|
|
|
|
"6138377", "Craigieburn", |
|
6799
|
|
|
|
|
|
|
"6173284", "Redcliffe", |
|
6800
|
|
|
|
|
|
|
"61238046", "Paddys\ River", |
|
6801
|
|
|
|
|
|
|
"61748645", "Emerald", |
|
6802
|
|
|
|
|
|
|
"61753205", "Toogoolawah", |
|
6803
|
|
|
|
|
|
|
"6124808", "Goulburn", |
|
6804
|
|
|
|
|
|
|
"61249138", "Newcastle", |
|
6805
|
|
|
|
|
|
|
"61248076", "Wombeyan\ Caves", |
|
6806
|
|
|
|
|
|
|
"613545282", "Kerang", |
|
6807
|
|
|
|
|
|
|
"61359328", "Mornington", |
|
6808
|
|
|
|
|
|
|
"61352051", "Beech\ Forest", |
|
6809
|
|
|
|
|
|
|
"617459849", "Goombungee", |
|
6810
|
|
|
|
|
|
|
"618854979", "Mount\ Pleasant", |
|
6811
|
|
|
|
|
|
|
"61745433", "Elbow\ Valley", |
|
6812
|
|
|
|
|
|
|
"61748348", "Rolleston", |
|
6813
|
|
|
|
|
|
|
"61746073", "Greenmount", |
|
6814
|
|
|
|
|
|
|
"613553681", "Benayeo", |
|
6815
|
|
|
|
|
|
|
"61355124", "Penshurst", |
|
6816
|
|
|
|
|
|
|
"61744180", "Ravenswood", |
|
6817
|
|
|
|
|
|
|
"61896437", "Goomalling", |
|
6818
|
|
|
|
|
|
|
"612533022", "Greenethorpe", |
|
6819
|
|
|
|
|
|
|
"61256013", "Wooli", |
|
6820
|
|
|
|
|
|
|
"61895077", "Lake\ Clifton", |
|
6821
|
|
|
|
|
|
|
"61890119", "Holleton", |
|
6822
|
|
|
|
|
|
|
"61898686", "Quindanning", |
|
6823
|
|
|
|
|
|
|
"61352975", "Wingeel", |
|
6824
|
|
|
|
|
|
|
"61861534", "Perth", |
|
6825
|
|
|
|
|
|
|
"61245071", "Kurrajong\ Heights", |
|
6826
|
|
|
|
|
|
|
"61361569", "Little\ Swanport", |
|
6827
|
|
|
|
|
|
|
"6128386", "Sydney", |
|
6828
|
|
|
|
|
|
|
"617486826", "Colston\ Park", |
|
6829
|
|
|
|
|
|
|
"612583723", "Mungery", |
|
6830
|
|
|
|
|
|
|
"6124301", "Gosford", |
|
6831
|
|
|
|
|
|
|
"617480116", "Spier", |
|
6832
|
|
|
|
|
|
|
"618683531", "Manypeaks\ North", |
|
6833
|
|
|
|
|
|
|
"61264248", "Merimbula", |
|
6834
|
|
|
|
|
|
|
"61753086", "Kilkivan", |
|
6835
|
|
|
|
|
|
|
"61362697", "Nubeena", |
|
6836
|
|
|
|
|
|
|
"61885162", "Penneshaw", |
|
6837
|
|
|
|
|
|
|
"61359106", "Emerald", |
|
6838
|
|
|
|
|
|
|
"61344340", "Tennyson", |
|
6839
|
|
|
|
|
|
|
"61887419", "Penola", |
|
6840
|
|
|
|
|
|
|
"617487007", "Carbine\ Creek", |
|
6841
|
|
|
|
|
|
|
"6124744", "Penrith", |
|
6842
|
|
|
|
|
|
|
"61348188", "Tongala", |
|
6843
|
|
|
|
|
|
|
"61896084", "Dandaragan", |
|
6844
|
|
|
|
|
|
|
"61880069", "Menindee", |
|
6845
|
|
|
|
|
|
|
"612583839", "Walgett", |
|
6846
|
|
|
|
|
|
|
"618683294", "Manypeaks", |
|
6847
|
|
|
|
|
|
|
"61871849", "Woodside", |
|
6848
|
|
|
|
|
|
|
"618763919", "The\ Ranges", |
|
6849
|
|
|
|
|
|
|
"613542592", "Laen", |
|
6850
|
|
|
|
|
|
|
"61891301", "Whaleback", |
|
6851
|
|
|
|
|
|
|
"612583173", "Gollan", |
|
6852
|
|
|
|
|
|
|
"6174058", "Cairns", |
|
6853
|
|
|
|
|
|
|
"61340131", "Anabranch", |
|
6854
|
|
|
|
|
|
|
"61260394", "Rennie", |
|
6855
|
|
|
|
|
|
|
"612593893", "Cootamundra", |
|
6856
|
|
|
|
|
|
|
"6187381", "Salisbury", |
|
6857
|
|
|
|
|
|
|
"61876218", "Mintabie", |
|
6858
|
|
|
|
|
|
|
"61359467", "Marysville", |
|
6859
|
|
|
|
|
|
|
"61888183", "Blyth", |
|
6860
|
|
|
|
|
|
|
"61258064", "Balladoran", |
|
6861
|
|
|
|
|
|
|
"61354597", "Moonambel", |
|
6862
|
|
|
|
|
|
|
"613553541", "Dundonnell", |
|
6863
|
|
|
|
|
|
|
"618862167", "Arno\ Bay", |
|
6864
|
|
|
|
|
|
|
"61742429", "Torres", |
|
6865
|
|
|
|
|
|
|
"61879422", "Nhulunbuy", |
|
6866
|
|
|
|
|
|
|
"613542022", "Elmore", |
|
6867
|
|
|
|
|
|
|
"61740699", "Weipa", |
|
6868
|
|
|
|
|
|
|
"61878253", "Pine\ Point", |
|
6869
|
|
|
|
|
|
|
"61364775", "Savage\ River", |
|
6870
|
|
|
|
|
|
|
"61745721", "Stanthorpe", |
|
6871
|
|
|
|
|
|
|
"612530080", "Cudal", |
|
6872
|
|
|
|
|
|
|
"617486838", "Garnant", |
|
6873
|
|
|
|
|
|
|
"61879044", "Alice\ Springs", |
|
6874
|
|
|
|
|
|
|
"6189092", "Kalgoorlie", |
|
6875
|
|
|
|
|
|
|
"6128721", "Sydney", |
|
6876
|
|
|
|
|
|
|
"61348267", "Picola", |
|
6877
|
|
|
|
|
|
|
"61358495", "Caldwell", |
|
6878
|
|
|
|
|
|
|
"61730925", "Kooringal", |
|
6879
|
|
|
|
|
|
|
"6188101", "Adelaide", |
|
6880
|
|
|
|
|
|
|
"61342249", "Torquay", |
|
6881
|
|
|
|
|
|
|
"61364110", "Stanley", |
|
6882
|
|
|
|
|
|
|
"61367315", "Rossarden", |
|
6883
|
|
|
|
|
|
|
"61746757", "Inglewood", |
|
6884
|
|
|
|
|
|
|
"618854697", "Langhorne\ Creek", |
|
6885
|
|
|
|
|
|
|
"61357163", "Kilmore", |
|
6886
|
|
|
|
|
|
|
"618903817", "Dulyalbin", |
|
6887
|
|
|
|
|
|
|
"61351840", "Yarram", |
|
6888
|
|
|
|
|
|
|
"61890043", "Collurabbie", |
|
6889
|
|
|
|
|
|
|
"61891970", "Dampier", |
|
6890
|
|
|
|
|
|
|
"61256149", "Mullumbimby", |
|
6891
|
|
|
|
|
|
|
"61350607", "Manangatang", |
|
6892
|
|
|
|
|
|
|
"61363645", "Mole\ Creek", |
|
6893
|
|
|
|
|
|
|
"61746585", "Thomson", |
|
6894
|
|
|
|
|
|
|
"61898130", "Jerramungup", |
|
6895
|
|
|
|
|
|
|
"61740203", "Coen", |
|
6896
|
|
|
|
|
|
|
"612574792", "Gunyerwarildi", |
|
6897
|
|
|
|
|
|
|
"61358098", "Undera", |
|
6898
|
|
|
|
|
|
|
"61265151", "Taree", |
|
6899
|
|
|
|
|
|
|
"61256666", "Coffs\ Harbour", |
|
6900
|
|
|
|
|
|
|
"61753544", "Gympie", |
|
6901
|
|
|
|
|
|
|
"61240260", "Karuah", |
|
6902
|
|
|
|
|
|
|
"61261343", "The\ Mullion", |
|
6903
|
|
|
|
|
|
|
"61886881", "Tumby\ Bay", |
|
6904
|
|
|
|
|
|
|
"61743196", "Biggenden", |
|
6905
|
|
|
|
|
|
|
"618600943", "Corrigin", |
|
6906
|
|
|
|
|
|
|
"6175589", "Tweed\ Heads", |
|
6907
|
|
|
|
|
|
|
"61889047", "Davenport", |
|
6908
|
|
|
|
|
|
|
"61891094", "Wittenoom", |
|
6909
|
|
|
|
|
|
|
"61266127", "Wooli", |
|
6910
|
|
|
|
|
|
|
"61361224", "Richmond", |
|
6911
|
|
|
|
|
|
|
"61868123", "Manypeaks", |
|
6912
|
|
|
|
|
|
|
"61351782", "Mount\ Taylor", |
|
6913
|
|
|
|
|
|
|
"61268156", "Eugowra", |
|
6914
|
|
|
|
|
|
|
"61351291", "Lindenow", |
|
6915
|
|
|
|
|
|
|
"61896546", "Yerecoin", |
|
6916
|
|
|
|
|
|
|
"61363016", "Bridport", |
|
6917
|
|
|
|
|
|
|
"61268178", "Gilgandra", |
|
6918
|
|
|
|
|
|
|
"61867227", "Dinninup", |
|
6919
|
|
|
|
|
|
|
"61348098", "Dookie", |
|
6920
|
|
|
|
|
|
|
"618858517", "Halidon", |
|
6921
|
|
|
|
|
|
|
"61887154", "Thornlea", |
|
6922
|
|
|
|
|
|
|
"6187201", "Adelaide", |
|
6923
|
|
|
|
|
|
|
"61867171", "Jangardup", |
|
6924
|
|
|
|
|
|
|
"617451709", "Bunya\ Mountains", |
|
6925
|
|
|
|
|
|
|
"61754636", "Maroon", |
|
6926
|
|
|
|
|
|
|
"61753196", "Caloundra", |
|
6927
|
|
|
|
|
|
|
"61269036", "Grong\ Grong", |
|
6928
|
|
|
|
|
|
|
"61743544", "Kumbia", |
|
6929
|
|
|
|
|
|
|
"61877284", "Mount\ Gambier", |
|
6930
|
|
|
|
|
|
|
"61246666", "Campbelltown", |
|
6931
|
|
|
|
|
|
|
"61265213", "Denman", |
|
6932
|
|
|
|
|
|
|
"61899050", "Guranu", |
|
6933
|
|
|
|
|
|
|
"618989368", "Dongolocking", |
|
6934
|
|
|
|
|
|
|
"61355995", "Mortlake", |
|
6935
|
|
|
|
|
|
|
"618753322", "Copeville", |
|
6936
|
|
|
|
|
|
|
"61341291", "Lakes\ Entrance", |
|
6937
|
|
|
|
|
|
|
"618967853", "York", |
|
6938
|
|
|
|
|
|
|
"61242091", "Helensburgh", |
|
6939
|
|
|
|
|
|
|
"61896194", "Wubin", |
|
6940
|
|
|
|
|
|
|
"61253240", "Wollar", |
|
6941
|
|
|
|
|
|
|
"61362171", "Sorell", |
|
6942
|
|
|
|
|
|
|
"61868152", "Jaloran", |
|
6943
|
|
|
|
|
|
|
"61248600", "Bowral", |
|
6944
|
|
|
|
|
|
|
"613442139", "Moonambel", |
|
6945
|
|
|
|
|
|
|
"613470926", "King\ Valley", |
|
6946
|
|
|
|
|
|
|
"613441996", "Harcourt", |
|
6947
|
|
|
|
|
|
|
"61878222", "Port\ Victoria", |
|
6948
|
|
|
|
|
|
|
"61244807", "Nowra", |
|
6949
|
|
|
|
|
|
|
"618600919", "Shackleton", |
|
6950
|
|
|
|
|
|
|
"6188390", "Adelaide", |
|
6951
|
|
|
|
|
|
|
"61875116", "Mypolonga", |
|
6952
|
|
|
|
|
|
|
"61248064", "Rugby", |
|
6953
|
|
|
|
|
|
|
"61357705", "Kobyboyn", |
|
6954
|
|
|
|
|
|
|
"61359295", "Koo\ Wee\ Rup", |
|
6955
|
|
|
|
|
|
|
"618903356", "Narembeen", |
|
6956
|
|
|
|
|
|
|
"61350131", "Scotia", |
|
6957
|
|
|
|
|
|
|
"618683034", "Broomehill", |
|
6958
|
|
|
|
|
|
|
"61267877", "Guyra", |
|
6959
|
|
|
|
|
|
|
"613442022", "Romsey", |
|
6960
|
|
|
|
|
|
|
"61269913", "Griffith", |
|
6961
|
|
|
|
|
|
|
"61878111", "Hallett", |
|
6962
|
|
|
|
|
|
|
"612574448", "Nullamanna", |
|
6963
|
|
|
|
|
|
|
"61887287", "Thornlea", |
|
6964
|
|
|
|
|
|
|
"61361401", "New\ Norfolk", |
|
6965
|
|
|
|
|
|
|
"61741359", "Yarraman", |
|
6966
|
|
|
|
|
|
|
"618967837", "South\ Quairading", |
|
6967
|
|
|
|
|
|
|
"61340607", "Mittyack", |
|
6968
|
|
|
|
|
|
|
"61353501", "Lake\ Bolac", |
|
6969
|
|
|
|
|
|
|
"612530148", "Lithgow", |
|
6970
|
|
|
|
|
|
|
"617452565", "Greenmount", |
|
6971
|
|
|
|
|
|
|
"61744090", "Charters\ Towers", |
|
6972
|
|
|
|
|
|
|
"61267812", "Yarrie\ Lake", |
|
6973
|
|
|
|
|
|
|
"61877157", "Robe", |
|
6974
|
|
|
|
|
|
|
"61739161", "Brisbane", |
|
6975
|
|
|
|
|
|
|
"61351621", "Buchan", |
|
6976
|
|
|
|
|
|
|
"61743086", "Blackbutt", |
|
6977
|
|
|
|
|
|
|
"618762627", "Spilsby", |
|
6978
|
|
|
|
|
|
|
"61266319", "Urbenville", |
|
6979
|
|
|
|
|
|
|
"61358188", "Numurkah", |
|
6980
|
|
|
|
|
|
|
"613470938", "Seymour", |
|
6981
|
|
|
|
|
|
|
"618682168", "Moodiarrup", |
|
6982
|
|
|
|
|
|
|
"618863375", "Elliston", |
|
6983
|
|
|
|
|
|
|
"618763596", "Courela", |
|
6984
|
|
|
|
|
|
|
"618683221", "Wickepin\ East", |
|
6985
|
|
|
|
|
|
|
"61890065", "Dundas", |
|
6986
|
|
|
|
|
|
|
"61357145", "Winton", |
|
6987
|
|
|
|
|
|
|
"61263262", "Cowra", |
|
6988
|
|
|
|
|
|
|
"618852060", "Gawler", |
|
6989
|
|
|
|
|
|
|
"618964971", "Calingiri", |
|
6990
|
|
|
|
|
|
|
"61259255", "Wagga\ Wagga", |
|
6991
|
|
|
|
|
|
|
"61742403", "Mount\ Garnet", |
|
6992
|
|
|
|
|
|
|
"612657", "Singleton", |
|
6993
|
|
|
|
|
|
|
"61897415", "Busselton", |
|
6994
|
|
|
|
|
|
|
"61887168", "Taratap", |
|
6995
|
|
|
|
|
|
|
"61754966", "Caboolture", |
|
6996
|
|
|
|
|
|
|
"61891184", "Fitzroy\ Crossing", |
|
6997
|
|
|
|
|
|
|
"612592754", "Wee\ Elwah", |
|
6998
|
|
|
|
|
|
|
"613451405", "Woodhouse", |
|
6999
|
|
|
|
|
|
|
"61248455", "Bevendale", |
|
7000
|
|
|
|
|
|
|
"61240516", "Eccleston", |
|
7001
|
|
|
|
|
|
|
"613451153", "Coleraine", |
|
7002
|
|
|
|
|
|
|
"61259138", "The\ Rock", |
|
7003
|
|
|
|
|
|
|
"618854493", "Hartley", |
|
7004
|
|
|
|
|
|
|
"61868109", "Lake\ King", |
|
7005
|
|
|
|
|
|
|
"61743205", "Nanango", |
|
7006
|
|
|
|
|
|
|
"61340449", "Sea\ Lake", |
|
7007
|
|
|
|
|
|
|
"61880115", "Tibooburra", |
|
7008
|
|
|
|
|
|
|
"61890468", "Westonia", |
|
7009
|
|
|
|
|
|
|
"61891257", "Port\ Hedland", |
|
7010
|
|
|
|
|
|
|
"613532200", "Laharum", |
|
7011
|
|
|
|
|
|
|
"612574279", "Walcha", |
|
7012
|
|
|
|
|
|
|
"61342051", "Birregurra", |
|
7013
|
|
|
|
|
|
|
"6188172", "Adelaide", |
|
7014
|
|
|
|
|
|
|
"61255687", "Moonan\ Flat", |
|
7015
|
|
|
|
|
|
|
"61258076", "Narromine", |
|
7016
|
|
|
|
|
|
|
"61353118", "Buangor", |
|
7017
|
|
|
|
|
|
|
"61899305", "Marchagee", |
|
7018
|
|
|
|
|
|
|
"61888093", "South\ Hummocks", |
|
7019
|
|
|
|
|
|
|
"61864905", "Rottnest", |
|
7020
|
|
|
|
|
|
|
"61886929", "Andamooka", |
|
7021
|
|
|
|
|
|
|
"618856775", "Copeville", |
|
7022
|
|
|
|
|
|
|
"61745011", "Haddon", |
|
7023
|
|
|
|
|
|
|
"61345124", "Timboon", |
|
7024
|
|
|
|
|
|
|
"61754180", "Moore", |
|
7025
|
|
|
|
|
|
|
"61745682", "Muttaburra", |
|
7026
|
|
|
|
|
|
|
"61363663", "Bridport", |
|
7027
|
|
|
|
|
|
|
"61756073", "Tweed\ Heads", |
|
7028
|
|
|
|
|
|
|
"61755433", "Jimboomba", |
|
7029
|
|
|
|
|
|
|
"61248058", "Reidsdale", |
|
7030
|
|
|
|
|
|
|
"618763345", "Cleve", |
|
7031
|
|
|
|
|
|
|
"617458948", "Wallumbilla", |
|
7032
|
|
|
|
|
|
|
"61740229", "Mount\ Surprise", |
|
7033
|
|
|
|
|
|
|
"61255071", "Taree", |
|
7034
|
|
|
|
|
|
|
"618763943", "Cleve", |
|
7035
|
|
|
|
|
|
|
"61261365", "Gundaroo", |
|
7036
|
|
|
|
|
|
|
"61256431", "Grafton", |
|
7037
|
|
|
|
|
|
|
"61899608", "Geraldton", |
|
7038
|
|
|
|
|
|
|
"61741173", "Howard", |
|
7039
|
|
|
|
|
|
|
"61255334", "Rookhurst", |
|
7040
|
|
|
|
|
|
|
"61740734", "Maryfarms", |
|
7041
|
|
|
|
|
|
|
"61888867", "Brinkworth", |
|
7042
|
|
|
|
|
|
|
"61897018", "Brunswick\ Junction", |
|
7043
|
|
|
|
|
|
|
"61749591", "Walkerston", |
|
7044
|
|
|
|
|
|
|
"61387849", "Kalkallo", |
|
7045
|
|
|
|
|
|
|
"61246013", "Camden", |
|
7046
|
|
|
|
|
|
|
"613431164", "Crymelon", |
|
7047
|
|
|
|
|
|
|
"61351498", "Clydebank", |
|
7048
|
|
|
|
|
|
|
"61742551", "Silkwood", |
|
7049
|
|
|
|
|
|
|
"61740824", "Weipa", |
|
7050
|
|
|
|
|
|
|
"617476511", "Gumlu", |
|
7051
|
|
|
|
|
|
|
"61362036", "Hermitage", |
|
7052
|
|
|
|
|
|
|
"61255949", "Taree", |
|
7053
|
|
|
|
|
|
|
"61896396", "Wyalkatchem", |
|
7054
|
|
|
|
|
|
|
"617480309", "Duaringa", |
|
7055
|
|
|
|
|
|
|
"618856705", "Sandleton", |
|
7056
|
|
|
|
|
|
|
"61754187", "Maroon", |
|
7057
|
|
|
|
|
|
|
"61897679", "Manjimup", |
|
7058
|
|
|
|
|
|
|
"61263808", "Milvale", |
|
7059
|
|
|
|
|
|
|
"61888860", "Ardrossan", |
|
7060
|
|
|
|
|
|
|
"618854553", "New\ Well", |
|
7061
|
|
|
|
|
|
|
"61266478", "Lawrence", |
|
7062
|
|
|
|
|
|
|
"61340455", "Waitchie", |
|
7063
|
|
|
|
|
|
|
"61363598", "Emita", |
|
7064
|
|
|
|
|
|
|
"61265038", "Coopernook", |
|
7065
|
|
|
|
|
|
|
"6124015", "Maitland", |
|
7066
|
|
|
|
|
|
|
"618983470", "Fitzgerald", |
|
7067
|
|
|
|
|
|
|
"618983642", "Hopetoun", |
|
7068
|
|
|
|
|
|
|
"61898494", "Mount\ Madden", |
|
7069
|
|
|
|
|
|
|
"61885372", "Milang", |
|
7070
|
|
|
|
|
|
|
"618660940", "Quairading", |
|
7071
|
|
|
|
|
|
|
"6188183", "Mount\ Barker", |
|
7072
|
|
|
|
|
|
|
"61357880", "Nagambie", |
|
7073
|
|
|
|
|
|
|
"618661027", "Beacon", |
|
7074
|
|
|
|
|
|
|
"617487044", "Nathan\ Gorge", |
|
7075
|
|
|
|
|
|
|
"61269171", "Wagga\ Wagga", |
|
7076
|
|
|
|
|
|
|
"618866994", "Melrose", |
|
7077
|
|
|
|
|
|
|
"61250188", "Yackandandah", |
|
7078
|
|
|
|
|
|
|
"61244182", "Jilliga", |
|
7079
|
|
|
|
|
|
|
"613531710", "Maroona", |
|
7080
|
|
|
|
|
|
|
"61286090", "Blacktown", |
|
7081
|
|
|
|
|
|
|
"61886806", "Minnipa", |
|
7082
|
|
|
|
|
|
|
"618967640", "Bencubbin", |
|
7083
|
|
|
|
|
|
|
"61255680", "Idaville", |
|
7084
|
|
|
|
|
|
|
"617486721", "The\ Caves", |
|
7085
|
|
|
|
|
|
|
"618865081", "Tarcoola", |
|
7086
|
|
|
|
|
|
|
"61887356", "Rendelsham", |
|
7087
|
|
|
|
|
|
|
"61867036", "Bunbury", |
|
7088
|
|
|
|
|
|
|
"617491310", "Emerald", |
|
7089
|
|
|
|
|
|
|
"61891250", "Marble\ Bar", |
|
7090
|
|
|
|
|
|
|
"613532270", "Warracknabeal", |
|
7091
|
|
|
|
|
|
|
"617479235", "Croydon", |
|
7092
|
|
|
|
|
|
|
"612574209", "Bundarra", |
|
7093
|
|
|
|
|
|
|
"61885103", "Mallala", |
|
7094
|
|
|
|
|
|
|
"61267383", "Walcha", |
|
7095
|
|
|
|
|
|
|
"618763456", "Gairdner", |
|
7096
|
|
|
|
|
|
|
"618964901", "Miling", |
|
7097
|
|
|
|
|
|
|
"618780032", "Gawler", |
|
7098
|
|
|
|
|
|
|
"61266075", "Maclean", |
|
7099
|
|
|
|
|
|
|
"61354052", "Romsey", |
|
7100
|
|
|
|
|
|
|
"61340058", "Rufus\ River", |
|
7101
|
|
|
|
|
|
|
"6124649", "Campbelltown", |
|
7102
|
|
|
|
|
|
|
"61357159", "Myrtleford", |
|
7103
|
|
|
|
|
|
|
"61879118", "Batchelor", |
|
7104
|
|
|
|
|
|
|
"618854537", "Mantung", |
|
7105
|
|
|
|
|
|
|
"61362913", "Bothwell", |
|
7106
|
|
|
|
|
|
|
"612574927", "Elcombe", |
|
7107
|
|
|
|
|
|
|
"61344023", "Nullawil", |
|
7108
|
|
|
|
|
|
|
"618982388", "Kronkup", |
|
7109
|
|
|
|
|
|
|
"61351095", "Loch\ Sport", |
|
7110
|
|
|
|
|
|
|
"61754845", "Imbil", |
|
7111
|
|
|
|
|
|
|
"61886632", "Laura", |
|
7112
|
|
|
|
|
|
|
"61266951", "Glenreagh", |
|
7113
|
|
|
|
|
|
|
"61248449", "Breadalbane", |
|
7114
|
|
|
|
|
|
|
"6188841", "Clare", |
|
7115
|
|
|
|
|
|
|
"612530111", "Lyndhurst", |
|
7116
|
|
|
|
|
|
|
"61754254", "Esk", |
|
7117
|
|
|
|
|
|
|
"61259249", "Griffith", |
|
7118
|
|
|
|
|
|
|
"61876411", "Coffin\ Bay", |
|
7119
|
|
|
|
|
|
|
"612574411", "Croppa\ Creek", |
|
7120
|
|
|
|
|
|
|
"61350076", "Mallan", |
|
7121
|
|
|
|
|
|
|
"61891386", "Paraburdoo", |
|
7122
|
|
|
|
|
|
|
"613432108", "Stawell", |
|
7123
|
|
|
|
|
|
|
"61741911", "Maryborough", |
|
7124
|
|
|
|
|
|
|
"61263229", "Reids\ Flat", |
|
7125
|
|
|
|
|
|
|
"61887280", "Mount\ Gambier", |
|
7126
|
|
|
|
|
|
|
"61356488", "Mirboo\ North", |
|
7127
|
|
|
|
|
|
|
"6139911", "Melbourne", |
|
7128
|
|
|
|
|
|
|
"61730396", "Ipswich", |
|
7129
|
|
|
|
|
|
|
"61242106", "Wollongong", |
|
7130
|
|
|
|
|
|
|
"61899624", "Tenindewa", |
|
7131
|
|
|
|
|
|
|
"61877150", "Mount\ Gambier", |
|
7132
|
|
|
|
|
|
|
"61895125", "Byford", |
|
7133
|
|
|
|
|
|
|
"618996886", "Nangetty", |
|
7134
|
|
|
|
|
|
|
"61880053", "Tepco", |
|
7135
|
|
|
|
|
|
|
"61741648", "Chahpingah", |
|
7136
|
|
|
|
|
|
|
"61885743", "Peake", |
|
7137
|
|
|
|
|
|
|
"61744097", "Charters\ Towers", |
|
7138
|
|
|
|
|
|
|
"61356206", "Korumburra", |
|
7139
|
|
|
|
|
|
|
"61263734", "Wollar", |
|
7140
|
|
|
|
|
|
|
"61340600", "Curyo", |
|
7141
|
|
|
|
|
|
|
"61753001", "Rosewood", |
|
7142
|
|
|
|
|
|
|
"613470869", "Eildon", |
|
7143
|
|
|
|
|
|
|
"61240098", "Eccleston", |
|
7144
|
|
|
|
|
|
|
"61257199", "Copeton\ Dam", |
|
7145
|
|
|
|
|
|
|
"61868587", "Narrogin", |
|
7146
|
|
|
|
|
|
|
"61244800", "Narooma", |
|
7147
|
|
|
|
|
|
|
"61357102", "Puckapunyal", |
|
7148
|
|
|
|
|
|
|
"61354009", "Boort", |
|
7149
|
|
|
|
|
|
|
"617452401", "Wallumbilla", |
|
7150
|
|
|
|
|
|
|
"613546010", "Kyneton", |
|
7151
|
|
|
|
|
|
|
"61267870", "Banoon", |
|
7152
|
|
|
|
|
|
|
"61358260", "Undera", |
|
7153
|
|
|
|
|
|
|
"617442888", "Charters\ Towers", |
|
7154
|
|
|
|
|
|
|
"61890320", "Southern\ Cross", |
|
7155
|
|
|
|
|
|
|
"61741345", "Mount\ Perry", |
|
7156
|
|
|
|
|
|
|
"618683691", "Badgebup", |
|
7157
|
|
|
|
|
|
|
"613450557", "Cavendish", |
|
7158
|
|
|
|
|
|
|
"61249051", "Maitland", |
|
7159
|
|
|
|
|
|
|
"61341185", "Dargo", |
|
7160
|
|
|
|
|
|
|
"61897233", "Harvey", |
|
7161
|
|
|
|
|
|
|
"61255136", "Port\ Macquarie", |
|
7162
|
|
|
|
|
|
|
"618853094", "Callington", |
|
7163
|
|
|
|
|
|
|
"61361553", "Tarraleah", |
|
7164
|
|
|
|
|
|
|
"61387505", "Croydon", |
|
7165
|
|
|
|
|
|
|
"61899057", "Howatharra", |
|
7166
|
|
|
|
|
|
|
"61740262", "Lockhart\ River", |
|
7167
|
|
|
|
|
|
|
"612583635", "Peak\ Hill", |
|
7168
|
|
|
|
|
|
|
"61352138", "Barwon\ Downs", |
|
7169
|
|
|
|
|
|
|
"61248607", "Robertson", |
|
7170
|
|
|
|
|
|
|
"61357373", "Tungamah", |
|
7171
|
|
|
|
|
|
|
"61886556", "Wharminda", |
|
7172
|
|
|
|
|
|
|
"61898601", "Perillup", |
|
7173
|
|
|
|
|
|
|
"61356085", "Korumburra", |
|
7174
|
|
|
|
|
|
|
"61742801", "Torres", |
|
7175
|
|
|
|
|
|
|
"61260086", "Yackandandah", |
|
7176
|
|
|
|
|
|
|
"618903445", "Dundas", |
|
7177
|
|
|
|
|
|
|
"61340064", "Cowangie", |
|
7178
|
|
|
|
|
|
|
"61249975", "Karuah", |
|
7179
|
|
|
|
|
|
|
"61258131", "Mullengudgery", |
|
7180
|
|
|
|
|
|
|
"61867220", "Bunbury", |
|
7181
|
|
|
|
|
|
|
"61743242", "Bundaberg", |
|
7182
|
|
|
|
|
|
|
"61895606", "Bullsbrook\ East", |
|
7183
|
|
|
|
|
|
|
"618601069", "Dulyalbin", |
|
7184
|
|
|
|
|
|
|
"617452219", "Nobby", |
|
7185
|
|
|
|
|
|
|
"61899342", "Northampton", |
|
7186
|
|
|
|
|
|
|
"618964498", "Lancelin", |
|
7187
|
|
|
|
|
|
|
"61886962", "Iron\ Baron", |
|
7188
|
|
|
|
|
|
|
"617451779", "Condamine", |
|
7189
|
|
|
|
|
|
|
"618904261", "Wialki\ North", |
|
7190
|
|
|
|
|
|
|
"61359037", "Tankerton", |
|
7191
|
|
|
|
|
|
|
"61357253", "Wangaratta", |
|
7192
|
|
|
|
|
|
|
"61743077", "Boondooma", |
|
7193
|
|
|
|
|
|
|
"61240582", "Newcastle", |
|
7194
|
|
|
|
|
|
|
"612593882", "Booroorban", |
|
7195
|
|
|
|
|
|
|
"61350080", "Manangatang", |
|
7196
|
|
|
|
|
|
|
"61755448", "Kerry", |
|
7197
|
|
|
|
|
|
|
"612583556", "Tyrie", |
|
7198
|
|
|
|
|
|
|
"61743012", "Tandora", |
|
7199
|
|
|
|
|
|
|
"61878163", "Clare", |
|
7200
|
|
|
|
|
|
|
"61351026", "Bruthen", |
|
7201
|
|
|
|
|
|
|
"61348157", "Mabins\ Well", |
|
7202
|
|
|
|
|
|
|
"618683280", "Kojonup", |
|
7203
|
|
|
|
|
|
|
"618967634", "Beacon\ North", |
|
7204
|
|
|
|
|
|
|
"61256336", "Coffs\ Harbour", |
|
7205
|
|
|
|
|
|
|
"61747442", "Mount\ Isa", |
|
7206
|
|
|
|
|
|
|
"61253072", "Lue", |
|
7207
|
|
|
|
|
|
|
"61259143", "Wantabadgery", |
|
7208
|
|
|
|
|
|
|
"617487030", "Koumala", |
|
7209
|
|
|
|
|
|
|
"618753365", "Strathalbyn", |
|
7210
|
|
|
|
|
|
|
"6124455", "Milton\-ulladulla", |
|
7211
|
|
|
|
|
|
|
"61747024", "Bowen", |
|
7212
|
|
|
|
|
|
|
"61364483", "Stanley", |
|
7213
|
|
|
|
|
|
|
"61355228", "Tyrendarra", |
|
7214
|
|
|
|
|
|
|
"618660934", "Yelbeni", |
|
7215
|
|
|
|
|
|
|
"618989387", "Holland\ Rocks", |
|
7216
|
|
|
|
|
|
|
"613451449", "Terang", |
|
7217
|
|
|
|
|
|
|
"61745616", "Injune", |
|
7218
|
|
|
|
|
|
|
"61887503", "Bordertown", |
|
7219
|
|
|
|
|
|
|
"61268266", "Coonabarabran", |
|
7220
|
|
|
|
|
|
|
"61348284", "Deniliquin", |
|
7221
|
|
|
|
|
|
|
"61897946", "Marybrook", |
|
7222
|
|
|
|
|
|
|
"61741798", "Murgon", |
|
7223
|
|
|
|
|
|
|
"612574783", "Frazers\ Creek", |
|
7224
|
|
|
|
|
|
|
"61885693", "Sanderston", |
|
7225
|
|
|
|
|
|
|
"61877098", "Keith", |
|
7226
|
|
|
|
|
|
|
"61255676", "Glendonbrook", |
|
7227
|
|
|
|
|
|
|
"61258087", "Walgett", |
|
7228
|
|
|
|
|
|
|
"613442065", "Kyneton", |
|
7229
|
|
|
|
|
|
|
"61741874", "Mulgildie", |
|
7230
|
|
|
|
|
|
|
"61264144", "Eucumbene", |
|
7231
|
|
|
|
|
|
|
"61265261", "Ellerston", |
|
7232
|
|
|
|
|
|
|
"61352375", "Lavers\ Hill", |
|
7233
|
|
|
|
|
|
|
"61734781", "Russell\ Island", |
|
7234
|
|
|
|
|
|
|
"613531891", "Banyena", |
|
7235
|
|
|
|
|
|
|
"61748611", "Rockhampton", |
|
7236
|
|
|
|
|
|
|
"617452522", "Clifton", |
|
7237
|
|
|
|
|
|
|
"61896325", "Brookton", |
|
7238
|
|
|
|
|
|
|
"61889909", "Tanami", |
|
7239
|
|
|
|
|
|
|
"6186253", "Perth", |
|
7240
|
|
|
|
|
|
|
"61240426", "Mulbring", |
|
7241
|
|
|
|
|
|
|
"618682187", "Pingrup\ East", |
|
7242
|
|
|
|
|
|
|
"61897139", "Capel", |
|
7243
|
|
|
|
|
|
|
"618985446", "Ongerup\ North", |
|
7244
|
|
|
|
|
|
|
"613545293", "Lake\ Meran", |
|
7245
|
|
|
|
|
|
|
"6136776", "Launceston", |
|
7246
|
|
|
|
|
|
|
"613451278", "Heywood", |
|
7247
|
|
|
|
|
|
|
"61260070", "Tallangatta", |
|
7248
|
|
|
|
|
|
|
"61264704", "Eden", |
|
7249
|
|
|
|
|
|
|
"612532927", "Reids\ Flat", |
|
7250
|
|
|
|
|
|
|
"61340190", "Wentworth", |
|
7251
|
|
|
|
|
|
|
"61876114", "Port\ Lincoln", |
|
7252
|
|
|
|
|
|
|
"61381188", "Kalkallo", |
|
7253
|
|
|
|
|
|
|
"61896893", "Talbot\ Brook", |
|
7254
|
|
|
|
|
|
|
"61875550", "Murray\ Bridge", |
|
7255
|
|
|
|
|
|
|
"61753722", "Gunalda", |
|
7256
|
|
|
|
|
|
|
"61363082", "St\ Helens", |
|
7257
|
|
|
|
|
|
|
"61745063", "Balonne", |
|
7258
|
|
|
|
|
|
|
"61255599", "Moonan\ Flat", |
|
7259
|
|
|
|
|
|
|
"61357692", "Kilmore", |
|
7260
|
|
|
|
|
|
|
"61363611", "Bridport", |
|
7261
|
|
|
|
|
|
|
"61268793", "Fairholme", |
|
7262
|
|
|
|
|
|
|
"61251161", "Canberra", |
|
7263
|
|
|
|
|
|
|
"61887853", "Keilira", |
|
7264
|
|
|
|
|
|
|
"61749079", "Moura", |
|
7265
|
|
|
|
|
|
|
"61886303", "Quorn", |
|
7266
|
|
|
|
|
|
|
"61889566", "Simpson", |
|
7267
|
|
|
|
|
|
|
"61245000", "Colo\ Heights", |
|
7268
|
|
|
|
|
|
|
"61392139", "Croydon", |
|
7269
|
|
|
|
|
|
|
"61896067", "Cunderdin", |
|
7270
|
|
|
|
|
|
|
"618983657", "Jacup", |
|
7271
|
|
|
|
|
|
|
"61754031", "Kilkivan", |
|
7272
|
|
|
|
|
|
|
"61361306", "Swansea", |
|
7273
|
|
|
|
|
|
|
"6186276", "Perth", |
|
7274
|
|
|
|
|
|
|
"61259019", "Warrawidgee", |
|
7275
|
|
|
|
|
|
|
"61263123", "Laheys\ Creek", |
|
7276
|
|
|
|
|
|
|
"6135826", "Tatura", |
|
7277
|
|
|
|
|
|
|
"61248197", "Reidsdale", |
|
7278
|
|
|
|
|
|
|
"613470709", "Tatong", |
|
7279
|
|
|
|
|
|
|
"61886172", "Orroroo", |
|
7280
|
|
|
|
|
|
|
"6128540", "Sydney", |
|
7281
|
|
|
|
|
|
|
"61367341", "Fingal", |
|
7282
|
|
|
|
|
|
|
"61898191", "Magitup", |
|
7283
|
|
|
|
|
|
|
"61746788", "Tipton", |
|
7284
|
|
|
|
|
|
|
"61249165", "Karuah", |
|
7285
|
|
|
|
|
|
|
"61851093", "Fitzroy\ Crossing", |
|
7286
|
|
|
|
|
|
|
"612530094", "Cumnock\/Gingkin\/Glen\ Davis\/Gooloogong", |
|
7287
|
|
|
|
|
|
|
"61267886", "Guyra", |
|
7288
|
|
|
|
|
|
|
"61257293", "Wollomombi", |
|
7289
|
|
|
|
|
|
|
"61886117", "Koppio", |
|
7290
|
|
|
|
|
|
|
"61259703", "Kikoira", |
|
7291
|
|
|
|
|
|
|
"61887276", "Greenways", |
|
7292
|
|
|
|
|
|
|
"618983633", "Hartville", |
|
7293
|
|
|
|
|
|
|
"61875182", "Goolwa", |
|
7294
|
|
|
|
|
|
|
"6175675", "Southport", |
|
7295
|
|
|
|
|
|
|
"61862341", "Perth", |
|
7296
|
|
|
|
|
|
|
"618753108", "Goolwa", |
|
7297
|
|
|
|
|
|
|
"6173828", "Brisbane", |
|
7298
|
|
|
|
|
|
|
"613441199", "Buckrabanyule", |
|
7299
|
|
|
|
|
|
|
"61753606", "Pomona", |
|
7300
|
|
|
|
|
|
|
"61748246", "Rockhampton", |
|
7301
|
|
|
|
|
|
|
"61886110", "Kimba", |
|
7302
|
|
|
|
|
|
|
"612685591", "Berkley\ Downs", |
|
7303
|
|
|
|
|
|
|
"617480026", "Bauhinia", |
|
7304
|
|
|
|
|
|
|
"61342234", "Barwon\ Downs", |
|
7305
|
|
|
|
|
|
|
"61362961", "Southwest", |
|
7306
|
|
|
|
|
|
|
"61891377", "Derby", |
|
7307
|
|
|
|
|
|
|
"618753178", "Mount\ Pleasant", |
|
7308
|
|
|
|
|
|
|
"61744164", "Long\ Pocket", |
|
7309
|
|
|
|
|
|
|
"61738276", "Beenleigh", |
|
7310
|
|
|
|
|
|
|
"61747405", "Charters\ Towers", |
|
7311
|
|
|
|
|
|
|
"61256134", "Dyraaba", |
|
7312
|
|
|
|
|
|
|
"61891312", "Christmas\ Island", |
|
7313
|
|
|
|
|
|
|
"61352143", "Cressy", |
|
7314
|
|
|
|
|
|
|
"613470779", "Jamieson", |
|
7315
|
|
|
|
|
|
|
"61896604", "Dalwallinu", |
|
7316
|
|
|
|
|
|
|
"61742032", "Walsh\ River", |
|
7317
|
|
|
|
|
|
|
"618993229", "Mullewa", |
|
7318
|
|
|
|
|
|
|
"61745241", "Westgrove", |
|
7319
|
|
|
|
|
|
|
"61248190", "Braidwood", |
|
7320
|
|
|
|
|
|
|
"61399172", "Melbourne", |
|
7321
|
|
|
|
|
|
|
"61268968", "Double\ Peaks", |
|
7322
|
|
|
|
|
|
|
"612583812", "Lightning\ Ridge", |
|
7323
|
|
|
|
|
|
|
"61879039", "Darwin", |
|
7324
|
|
|
|
|
|
|
"618763932", "Wudinna", |
|
7325
|
|
|
|
|
|
|
"61898285", "Ongerup\ North", |
|
7326
|
|
|
|
|
|
|
"61359226", "Rosebud", |
|
7327
|
|
|
|
|
|
|
"61863368", "Perth", |
|
7328
|
|
|
|
|
|
|
"61355204", "Nirranda", |
|
7329
|
|
|
|
|
|
|
"61749618", "Mackay", |
|
7330
|
|
|
|
|
|
|
"618982367", "Gnowellen", |
|
7331
|
|
|
|
|
|
|
"61260012", "Coppabella", |
|
7332
|
|
|
|
|
|
|
"61260681", "Eskdale", |
|
7333
|
|
|
|
|
|
|
"6188852", "Yorketown", |
|
7334
|
|
|
|
|
|
|
"618683040", "Cuballing", |
|
7335
|
|
|
|
|
|
|
"618660689", "Dalwallinu", |
|
7336
|
|
|
|
|
|
|
"61891481", "Port\ Hedland", |
|
7337
|
|
|
|
|
|
|
"61245007", "St\ Albans", |
|
7338
|
|
|
|
|
|
|
"61896060", "Coomallo", |
|
7339
|
|
|
|
|
|
|
"61340197", "Patchewollock", |
|
7340
|
|
|
|
|
|
|
"613451208", "Derrinallum", |
|
7341
|
|
|
|
|
|
|
"61753125", "Pomona", |
|
7342
|
|
|
|
|
|
|
"618852896", "Willunga", |
|
7343
|
|
|
|
|
|
|
"61260077", "Talmalmo", |
|
7344
|
|
|
|
|
|
|
"61265119", "Bunnan", |
|
7345
|
|
|
|
|
|
|
"61741633", "Nanango", |
|
7346
|
|
|
|
|
|
|
"61885738", "Malinong", |
|
7347
|
|
|
|
|
|
|
"61745890", "Toowoomba", |
|
7348
|
|
|
|
|
|
|
"61358921", "Picola", |
|
7349
|
|
|
|
|
|
|
"61264346", "Eden", |
|
7350
|
|
|
|
|
|
|
"617451869", "Darr\ Creek", |
|
7351
|
|
|
|
|
|
|
"618982426", "Manypeaks\ North", |
|
7352
|
|
|
|
|
|
|
"61753539", "Caboolture", |
|
7353
|
|
|
|
|
|
|
"61875557", "Wunkar", |
|
7354
|
|
|
|
|
|
|
"61898006", "Arthur\ River", |
|
7355
|
|
|
|
|
|
|
"61890151", "Muntadgin\ East", |
|
7356
|
|
|
|
|
|
|
"61754176", "Kia\ Ora", |
|
7357
|
|
|
|
|
|
|
"61868203", "Albany", |
|
7358
|
|
|
|
|
|
|
"61361104", "Woodbury", |
|
7359
|
|
|
|
|
|
|
"618865020", "Glendambo", |
|
7360
|
|
|
|
|
|
|
"618763379", "Marla", |
|
7361
|
|
|
|
|
|
|
"6138823", "Melbourne", |
|
7362
|
|
|
|
|
|
|
"61244116", "Moruya", |
|
7363
|
|
|
|
|
|
|
"6188531", "Murray\ Bridge", |
|
7364
|
|
|
|
|
|
|
"61887978", "Mount\ Gambier", |
|
7365
|
|
|
|
|
|
|
"61876316", "Sheringa", |
|
7366
|
|
|
|
|
|
|
"61251219", "Bungendore", |
|
7367
|
|
|
|
|
|
|
"61350434", "Manangatang", |
|
7368
|
|
|
|
|
|
|
"618982438", "Mettler", |
|
7369
|
|
|
|
|
|
|
"61897865", "Busselton", |
|
7370
|
|
|
|
|
|
|
"61740123", "Ravenshoe", |
|
7371
|
|
|
|
|
|
|
"617442867", "Pentland", |
|
7372
|
|
|
|
|
|
|
"61877321", "Makin", |
|
7373
|
|
|
|
|
|
|
"61741279", "Fraser\ Island", |
|
7374
|
|
|
|
|
|
|
"61744158", "Gunpowder", |
|
7375
|
|
|
|
|
|
|
"612574245", "Kingstown", |
|
7376
|
|
|
|
|
|
|
"612594093", "Boree\ Creek", |
|
7377
|
|
|
|
|
|
|
"6126922", "Wagga\ Wagga", |
|
7378
|
|
|
|
|
|
|
"612532448", "Lyndhurst", |
|
7379
|
|
|
|
|
|
|
"61258080", "Tooraweenah", |
|
7380
|
|
|
|
|
|
|
"61268335", "Mount\ Foster", |
|
7381
|
|
|
|
|
|
|
"612583150", "Coalbaggie", |
|
7382
|
|
|
|
|
|
|
"61348150", "Jimaringle", |
|
7383
|
|
|
|
|
|
|
"61741963", "Blackbutt", |
|
7384
|
|
|
|
|
|
|
"6126592", "Taree", |
|
7385
|
|
|
|
|
|
|
"61342165", "Geelong", |
|
7386
|
|
|
|
|
|
|
"61890818", "South\ Kumminin", |
|
7387
|
|
|
|
|
|
|
"6124246", "Wollongong", |
|
7388
|
|
|
|
|
|
|
"61895394", "Mandurah", |
|
7389
|
|
|
|
|
|
|
"61744235", "Home\ Hill", |
|
7390
|
|
|
|
|
|
|
"612630996", "Rockley", |
|
7391
|
|
|
|
|
|
|
"613431796", "Murtoa", |
|
7392
|
|
|
|
|
|
|
"618967091", "Yorkrakine", |
|
7393
|
|
|
|
|
|
|
"61350671", "Werrimull", |
|
7394
|
|
|
|
|
|
|
"61256265", "Coffs\ Harbour", |
|
7395
|
|
|
|
|
|
|
"61887451", "Kalangadoo", |
|
7396
|
|
|
|
|
|
|
"61743070", "Tiaro", |
|
7397
|
|
|
|
|
|
|
"61899198", "Yalgoo", |
|
7398
|
|
|
|
|
|
|
"6135434", "Bendigo", |
|
7399
|
|
|
|
|
|
|
"618601135", "Gibson", |
|
7400
|
|
|
|
|
|
|
"61359030", "Red\ Hill", |
|
7401
|
|
|
|
|
|
|
"61265043", "Ellenborough", |
|
7402
|
|
|
|
|
|
|
"61260753", "Coppabella", |
|
7403
|
|
|
|
|
|
|
"61885804", "Renmark", |
|
7404
|
|
|
|
|
|
|
"61264728", "Cooma", |
|
7405
|
|
|
|
|
|
|
"61352703", "Kennedys\ Creek", |
|
7406
|
|
|
|
|
|
|
"61350087", "Mittyack", |
|
7407
|
|
|
|
|
|
|
"61888417", "Blyth", |
|
7408
|
|
|
|
|
|
|
"61749624", "Cannon\ Valley", |
|
7409
|
|
|
|
|
|
|
"61260448", "Culcairn", |
|
7410
|
|
|
|
|
|
|
"61741386", "Rosedale", |
|
7411
|
|
|
|
|
|
|
"61886466", "The\ Ranges", |
|
7412
|
|
|
|
|
|
|
"61891911", "Derby", |
|
7413
|
|
|
|
|
|
|
"61745539", "Taroom", |
|
7414
|
|
|
|
|
|
|
"617487130", "Hodgson\ Range", |
|
7415
|
|
|
|
|
|
|
"6173134", "Cleveland", |
|
7416
|
|
|
|
|
|
|
"618863962", "Sleaford\ Mere", |
|
7417
|
|
|
|
|
|
|
"617458769", "Bowenville", |
|
7418
|
|
|
|
|
|
|
"61361463", "Hobart", |
|
7419
|
|
|
|
|
|
|
"61745832", "Paroo", |
|
7420
|
|
|
|
|
|
|
"61357384", "Moyhu", |
|
7421
|
|
|
|
|
|
|
"61244091", "Nowra", |
|
7422
|
|
|
|
|
|
|
"61745125", "Ravensbourne", |
|
7423
|
|
|
|
|
|
|
"612593783", "Grong\ Grong", |
|
7424
|
|
|
|
|
|
|
"61364171", "Ulverstone", |
|
7425
|
|
|
|
|
|
|
"61743002", "Monogorilby", |
|
7426
|
|
|
|
|
|
|
"618600244", "Leonora", |
|
7427
|
|
|
|
|
|
|
"61253007", "Blayney", |
|
7428
|
|
|
|
|
|
|
"617486552", "Middlemount", |
|
7429
|
|
|
|
|
|
|
"61350543", "Nangiloc", |
|
7430
|
|
|
|
|
|
|
"618982490", "Unicup", |
|
7431
|
|
|
|
|
|
|
"61888400", "Auburn", |
|
7432
|
|
|
|
|
|
|
"61263468", "Cudal", |
|
7433
|
|
|
|
|
|
|
"618683614", "Jerramungup", |
|
7434
|
|
|
|
|
|
|
"613553536", "Derrinallum", |
|
7435
|
|
|
|
|
|
|
"613545980", "Quambatook", |
|
7436
|
|
|
|
|
|
|
"61265587", "Rookhurst", |
|
7437
|
|
|
|
|
|
|
"61255720", "Glendonbrook", |
|
7438
|
|
|
|
|
|
|
"612683600", "Collie", |
|
7439
|
|
|
|
|
|
|
"61880021", "Pimpara", |
|
7440
|
|
|
|
|
|
|
"61891345", "Wittenoom", |
|
7441
|
|
|
|
|
|
|
"61357637", "Kinglake", |
|
7442
|
|
|
|
|
|
|
"61885219", "Hamley\ Bridge", |
|
7443
|
|
|
|
|
|
|
"61343204", "Maroona", |
|
7444
|
|
|
|
|
|
|
"61259347", "Tarcutta", |
|
7445
|
|
|
|
|
|
|
"61749057", "Fitzroy\ West", |
|
7446
|
|
|
|
|
|
|
"6124994", "Stroud", |
|
7447
|
|
|
|
|
|
|
"61889919", "Jabiru", |
|
7448
|
|
|
|
|
|
|
"61879395", "Nhulunbuy", |
|
7449
|
|
|
|
|
|
|
"617452539", "Warwick", |
|
7450
|
|
|
|
|
|
|
"61248132", "Golspie", |
|
7451
|
|
|
|
|
|
|
"617480090", "Oombabeer", |
|
7452
|
|
|
|
|
|
|
"618867783", "Yunta", |
|
7453
|
|
|
|
|
|
|
"61742090", "Innot\ Hot\ Springs", |
|
7454
|
|
|
|
|
|
|
"61260045", "Leicester\ Park", |
|
7455
|
|
|
|
|
|
|
"61898598", "Ongerup\ North", |
|
7456
|
|
|
|
|
|
|
"617442600", "Flinders", |
|
7457
|
|
|
|
|
|
|
"61363494", "Waterhouse", |
|
7458
|
|
|
|
|
|
|
"61754429", "Nambour", |
|
7459
|
|
|
|
|
|
|
"61879698", "Darwin", |
|
7460
|
|
|
|
|
|
|
"613442165", "Beazleys\ Bridge", |
|
7461
|
|
|
|
|
|
|
"61361521", "Tarraleah", |
|
7462
|
|
|
|
|
|
|
"61356046", "Warragul", |
|
7463
|
|
|
|
|
|
|
"61341146", "Clydebank", |
|
7464
|
|
|
|
|
|
|
"61263065", "Cumnock", |
|
7465
|
|
|
|
|
|
|
"61887513", "Willalooka", |
|
7466
|
|
|
|
|
|
|
"61745606", "Bollon", |
|
7467
|
|
|
|
|
|
|
"61749342", "The\ Caves", |
|
7468
|
|
|
|
|
|
|
"618996891", "Perenjori\ East", |
|
7469
|
|
|
|
|
|
|
"61259052", "Galore", |
|
7470
|
|
|
|
|
|
|
"61351594", "Swifts\ Creek", |
|
7471
|
|
|
|
|
|
|
"617458994", "Cunningham", |
|
7472
|
|
|
|
|
|
|
"61868038", "Badgebup\ North", |
|
7473
|
|
|
|
|
|
|
"618683395", "Nalyerlup", |
|
7474
|
|
|
|
|
|
|
"61259009", "Bunda", |
|
7475
|
|
|
|
|
|
|
"61361316", "Sorell", |
|
7476
|
|
|
|
|
|
|
"617476594", "Mount\ Fox", |
|
7477
|
|
|
|
|
|
|
"61267374", "Sandy\ Flat", |
|
7478
|
|
|
|
|
|
|
"61263454", "Koorawatha", |
|
7479
|
|
|
|
|
|
|
"61267031", "Bendemeer", |
|
7480
|
|
|
|
|
|
|
"61245010", "Windsor", |
|
7481
|
|
|
|
|
|
|
"61287351", "Bankstown", |
|
7482
|
|
|
|
|
|
|
"61890824", "Narembeen", |
|
7483
|
|
|
|
|
|
|
"613431720", "Linton", |
|
7484
|
|
|
|
|
|
|
"61359092", "Emerald", |
|
7485
|
|
|
|
|
|
|
"61886313", "Rudall", |
|
7486
|
|
|
|
|
|
|
"61357967", "Swanpool", |
|
7487
|
|
|
|
|
|
|
"61363601", "Beaconsfield", |
|
7488
|
|
|
|
|
|
|
"617750316", "Bunya\ Mountains", |
|
7489
|
|
|
|
|
|
|
"61878025", "Port\ Wakefield", |
|
7490
|
|
|
|
|
|
|
"61747679", "Flinders", |
|
7491
|
|
|
|
|
|
|
"613574676", "Killawarra", |
|
7492
|
|
|
|
|
|
|
"618753517", "Tanunda", |
|
7493
|
|
|
|
|
|
|
"613431170", "Glenisla", |
|
7494
|
|
|
|
|
|
|
"618866366", "Wanilla", |
|
7495
|
|
|
|
|
|
|
"617480520", "Gargett", |
|
7496
|
|
|
|
|
|
|
"61748494", "Mackay", |
|
7497
|
|
|
|
|
|
|
"61888987", "Hallett", |
|
7498
|
|
|
|
|
|
|
"612583420", "Cumborah", |
|
7499
|
|
|
|
|
|
|
"61876104", "Terowie", |
|
7500
|
|
|
|
|
|
|
"61248393", "Yerrinbool", |
|
7501
|
|
|
|
|
|
|
"61264714", "Adaminaby", |
|
7502
|
|
|
|
|
|
|
"618866911", "Marla", |
|
7503
|
|
|
|
|
|
|
"61352340", "Colac", |
|
7504
|
|
|
|
|
|
|
"618753008", "Geranium", |
|
7505
|
|
|
|
|
|
|
"61353733", "Scarsdale", |
|
7506
|
|
|
|
|
|
|
"61752180", "Laidley", |
|
7507
|
|
|
|
|
|
|
"61745769", "Diamantina", |
|
7508
|
|
|
|
|
|
|
"61348179", "Mathoura", |
|
7509
|
|
|
|
|
|
|
"61340565", "Murrayville", |
|
7510
|
|
|
|
|
|
|
"61268099", "Dubbo", |
|
7511
|
|
|
|
|
|
|
"61266923", "Bellingen", |
|
7512
|
|
|
|
|
|
|
"61749773", "Byfield", |
|
7513
|
|
|
|
|
|
|
"618763618", "Ceduna", |
|
7514
|
|
|
|
|
|
|
"618865096", "Woomera", |
|
7515
|
|
|
|
|
|
|
"617458613", "Diamantina", |
|
7516
|
|
|
|
|
|
|
"61886107", "Kelly", |
|
7517
|
|
|
|
|
|
|
"61259713", "Wagga\ Wagga", |
|
7518
|
|
|
|
|
|
|
"61742461", "Hopevale", |
|
7519
|
|
|
|
|
|
|
"61754886", "Imbil", |
|
7520
|
|
|
|
|
|
|
"618753489", "Mantung", |
|
7521
|
|
|
|
|
|
|
"61743059", "Maryborough", |
|
7522
|
|
|
|
|
|
|
"6124481", "Nowra", |
|
7523
|
|
|
|
|
|
|
"6128406", "Terrey\ Hills", |
|
7524
|
|
|
|
|
|
|
"61284194", "Avalon\ Beach", |
|
7525
|
|
|
|
|
|
|
"61344051", "Redesdale", |
|
7526
|
|
|
|
|
|
|
"618683546", "Ongerup\ North", |
|
7527
|
|
|
|
|
|
|
"612574185", "Armidale", |
|
7528
|
|
|
|
|
|
|
"6128541", "Sydney", |
|
7529
|
|
|
|
|
|
|
"617480706", "Fitzroy\ West", |
|
7530
|
|
|
|
|
|
|
"618763866", "Everard", |
|
7531
|
|
|
|
|
|
|
"617750384", "Paroo", |
|
7532
|
|
|
|
|
|
|
"618852074", "Hamley\ Bridge", |
|
7533
|
|
|
|
|
|
|
"618660851", "Dalwallinu\ West", |
|
7534
|
|
|
|
|
|
|
"612968", "Parramatta", |
|
7535
|
|
|
|
|
|
|
"61340393", "Nyah", |
|
7536
|
|
|
|
|
|
|
"61740065", "Innisfail", |
|
7537
|
|
|
|
|
|
|
"61888166", "Wedge", |
|
7538
|
|
|
|
|
|
|
"61890558", "Leinster", |
|
7539
|
|
|
|
|
|
|
"618763929", "Wilpena", |
|
7540
|
|
|
|
|
|
|
"61891302", "Whaleback", |
|
7541
|
|
|
|
|
|
|
"61351653", "Erica", |
|
7542
|
|
|
|
|
|
|
"613470132", "Benalla", |
|
7543
|
|
|
|
|
|
|
"612530267", "Boorowa", |
|
7544
|
|
|
|
|
|
|
"61747415", "Prairie", |
|
7545
|
|
|
|
|
|
|
"61756084", "Tweed\ Heads", |
|
7546
|
|
|
|
|
|
|
"61364036", "Waratah", |
|
7547
|
|
|
|
|
|
|
"61752187", "Pomona", |
|
7548
|
|
|
|
|
|
|
"612583713", "Hermidale", |
|
7549
|
|
|
|
|
|
|
"61886100", "Jamestown", |
|
7550
|
|
|
|
|
|
|
"61253355", "Mudgee", |
|
7551
|
|
|
|
|
|
|
"61743045", "Gooroolba", |
|
7552
|
|
|
|
|
|
|
"61741184", "Maidenwell", |
|
7553
|
|
|
|
|
|
|
"61885161", "Penneshaw", |
|
7554
|
|
|
|
|
|
|
"612533012", "Cowra", |
|
7555
|
|
|
|
|
|
|
"613522", "Geelong", |
|
7556
|
|
|
|
|
|
|
"61898016", "Beaufort\ River", |
|
7557
|
|
|
|
|
|
|
"61343228", "Balliang", |
|
7558
|
|
|
|
|
|
|
"61341344", "Rosedale", |
|
7559
|
|
|
|
|
|
|
"61888980", "Booborowie", |
|
7560
|
|
|
|
|
|
|
"612510", "Canberra", |
|
7561
|
|
|
|
|
|
|
"61872000", "Adelaide", |
|
7562
|
|
|
|
|
|
|
"61245072", "Wisemans\ Ferry", |
|
7563
|
|
|
|
|
|
|
"61752254", "Harrisville", |
|
7564
|
|
|
|
|
|
|
"6186350", "Perth", |
|
7565
|
|
|
|
|
|
|
"61352347", "Beeac", |
|
7566
|
|
|
|
|
|
|
"61247056", "Mulgoa", |
|
7567
|
|
|
|
|
|
|
"617486884", "Wowan", |
|
7568
|
|
|
|
|
|
|
"61265109", "Baerami", |
|
7569
|
|
|
|
|
|
|
"617476454", "Charters\ Towers", |
|
7570
|
|
|
|
|
|
|
"61887389", "Kongorong", |
|
7571
|
|
|
|
|
|
|
"6139265", "Clayton", |
|
7572
|
|
|
|
|
|
|
"61257078", "Tingha", |
|
7573
|
|
|
|
|
|
|
"61245017", "St\ Albans", |
|
7574
|
|
|
|
|
|
|
"61358369", "Jimaringle", |
|
7575
|
|
|
|
|
|
|
"61743448", "Yarraman", |
|
7576
|
|
|
|
|
|
|
"61248565", "Braidwood", |
|
7577
|
|
|
|
|
|
|
"618964444", "Coomallo", |
|
7578
|
|
|
|
|
|
|
"618683140", "Congee", |
|
7579
|
|
|
|
|
|
|
"6189765", "Manjimup", |
|
7580
|
|
|
|
|
|
|
"61242550", "Helensburgh", |
|
7581
|
|
|
|
|
|
|
"61352052", "Beech\ Forest", |
|
7582
|
|
|
|
|
|
|
"61899591", "Yandanooka", |
|
7583
|
|
|
|
|
|
|
"61747018", "Barkly", |
|
7584
|
|
|
|
|
|
|
"613574606", "Strathbogie", |
|
7585
|
|
|
|
|
|
|
"61260002", "Albury", |
|
7586
|
|
|
|
|
|
|
"617441880", "Burketown", |
|
7587
|
|
|
|
|
|
|
"613573046", "Graytown", |
|
7588
|
|
|
|
|
|
|
"6124861", "Bowral", |
|
7589
|
|
|
|
|
|
|
"61891173", "Sandfire", |
|
7590
|
|
|
|
|
|
|
"61351781", "Swifts\ Creek", |
|
7591
|
|
|
|
|
|
|
"613470835", "Mount\ Beauty", |
|
7592
|
|
|
|
|
|
|
"612594193", "Cootamundra", |
|
7593
|
|
|
|
|
|
|
"61260059", "Culcairn", |
|
7594
|
|
|
|
|
|
|
"6187133", "Adelaide", |
|
7595
|
|
|
|
|
|
|
"61383763", "Point\ Cook", |
|
7596
|
|
|
|
|
|
|
"617459318", "Beebo", |
|
7597
|
|
|
|
|
|
|
"61351292", "Mallacoota", |
|
7598
|
|
|
|
|
|
|
"61875579", "Gawler", |
|
7599
|
|
|
|
|
|
|
"613572647", "Bright", |
|
7600
|
|
|
|
|
|
|
"61354255", "Redesdale", |
|
7601
|
|
|
|
|
|
|
"61876306", "Morchard", |
|
7602
|
|
|
|
|
|
|
"61251209", "Cavan", |
|
7603
|
|
|
|
|
|
|
"61265152", "Taree", |
|
7604
|
|
|
|
|
|
|
"618967747", "Balkuling", |
|
7605
|
|
|
|
|
|
|
"61898663", "Beaufort\ River", |
|
7606
|
|
|
|
|
|
|
"618600761", "Karloning", |
|
7607
|
|
|
|
|
|
|
"61886882", "Tumby\ Bay", |
|
7608
|
|
|
|
|
|
|
"613441981", "Buckrabanyule", |
|
7609
|
|
|
|
|
|
|
"61259340", "Ariah\ Park", |
|
7610
|
|
|
|
|
|
|
"618762576", "Darke\ Peak", |
|
7611
|
|
|
|
|
|
|
"61248735", "Goulburn", |
|
7612
|
|
|
|
|
|
|
"61244106", "Moruya", |
|
7613
|
|
|
|
|
|
|
"61749050", "Cracow", |
|
7614
|
|
|
|
|
|
|
"61886589", "Carrieton", |
|
7615
|
|
|
|
|
|
|
"618862993", "Cummins", |
|
7616
|
|
|
|
|
|
|
"61746194", "Oakey", |
|
7617
|
|
|
|
|
|
|
"61890564", "Mount\ Merivale", |
|
7618
|
|
|
|
|
|
|
"61742097", "Millaa\ Millaa", |
|
7619
|
|
|
|
|
|
|
"61267176", "Gundabloui", |
|
7620
|
|
|
|
|
|
|
"61868213", "Albany", |
|
7621
|
|
|
|
|
|
|
"613470599", "Longwood", |
|
7622
|
|
|
|
|
|
|
"618903827", "Goomarin", |
|
7623
|
|
|
|
|
|
|
"6128712", "Liverpool", |
|
7624
|
|
|
|
|
|
|
"617485889", "Pegunny", |
|
7625
|
|
|
|
|
|
|
"61877273", "Keith", |
|
7626
|
|
|
|
|
|
|
"617473892", "Gulf", |
|
7627
|
|
|
|
|
|
|
"61885814", "Meningie", |
|
7628
|
|
|
|
|
|
|
"618763641", "Iron\ Knob", |
|
7629
|
|
|
|
|
|
|
"618601035", "Narembeen", |
|
7630
|
|
|
|
|
|
|
"6188168", "Adelaide", |
|
7631
|
|
|
|
|
|
|
"61876128", "Redhill", |
|
7632
|
|
|
|
|
|
|
"61255727", "Krambach", |
|
7633
|
|
|
|
|
|
|
"61357630", "Woods\ Point", |
|
7634
|
|
|
|
|
|
|
"61753063", "Kilcoy", |
|
7635
|
|
|
|
|
|
|
"618764001", "Sheringa", |
|
7636
|
|
|
|
|
|
|
"61345039", "Woodhouse", |
|
7637
|
|
|
|
|
|
|
"613542012", "Dingee", |
|
7638
|
|
|
|
|
|
|
"61879421", "Katherine", |
|
7639
|
|
|
|
|
|
|
"612685771", "Lightning\ Ridge", |
|
7640
|
|
|
|
|
|
|
"61886740", "Wilpena", |
|
7641
|
|
|
|
|
|
|
"617480138", "Zamia\ Creek", |
|
7642
|
|
|
|
|
|
|
"61238195", "Breadalbane", |
|
7643
|
|
|
|
|
|
|
"61745722", "Tabers", |
|
7644
|
|
|
|
|
|
|
"61891359", "Whaleback", |
|
7645
|
|
|
|
|
|
|
"61752268", "Noosaville", |
|
7646
|
|
|
|
|
|
|
"618997046", "Mendel", |
|
7647
|
|
|
|
|
|
|
"618965658", "Goomalling", |
|
7648
|
|
|
|
|
|
|
"61340132", "Robinvale", |
|
7649
|
|
|
|
|
|
|
"61354138", "Gisborne", |
|
7650
|
|
|
|
|
|
|
"61367088", "Longford", |
|
7651
|
|
|
|
|
|
|
"612583669", "Bedgerebong", |
|
7652
|
|
|
|
|
|
|
"61890808", "Kalgoorlie", |
|
7653
|
|
|
|
|
|
|
"61240353", "Newcastle", |
|
7654
|
|
|
|
|
|
|
"61282614", "Sydney", |
|
7655
|
|
|
|
|
|
|
"61742366", "Tully", |
|
7656
|
|
|
|
|
|
|
"61740151", "Cairns", |
|
7657
|
|
|
|
|
|
|
"61879124", "Nhulunbuy", |
|
7658
|
|
|
|
|
|
|
"61860130", "Kambalda", |
|
7659
|
|
|
|
|
|
|
"61885971", "Morgan", |
|
7660
|
|
|
|
|
|
|
"61877353", "Kalangadoo", |
|
7661
|
|
|
|
|
|
|
"618753339", "Mallala", |
|
7662
|
|
|
|
|
|
|
"61897650", "Boyup\ Brook", |
|
7663
|
|
|
|
|
|
|
"617480207", "Carbine\ Creek", |
|
7664
|
|
|
|
|
|
|
"61265203", "Ravensworth", |
|
7665
|
|
|
|
|
|
|
"61256029", "Rappville", |
|
7666
|
|
|
|
|
|
|
"61890123", "Merredin", |
|
7667
|
|
|
|
|
|
|
"61885055", "Geranium", |
|
7668
|
|
|
|
|
|
|
"61240273", "Wootton", |
|
7669
|
|
|
|
|
|
|
"618983750", "Kuringup", |
|
7670
|
|
|
|
|
|
|
"61888976", "Wedge", |
|
7671
|
|
|
|
|
|
|
"61361382", "Swansea", |
|
7672
|
|
|
|
|
|
|
"61267636", "Currabubula", |
|
7673
|
|
|
|
|
|
|
"61355586", "Timboon", |
|
7674
|
|
|
|
|
|
|
"61353748", "Landsborough", |
|
7675
|
|
|
|
|
|
|
"618967086", "Wubin", |
|
7676
|
|
|
|
|
|
|
"618967752", "Beverley", |
|
7677
|
|
|
|
|
|
|
"6135557", "Camperdown", |
|
7678
|
|
|
|
|
|
|
"61891279", "Karratha", |
|
7679
|
|
|
|
|
|
|
"61887561", "Colebatch", |
|
7680
|
|
|
|
|
|
|
"61363006", "Beaconsfield", |
|
7681
|
|
|
|
|
|
|
"613431781", "Jeparit", |
|
7682
|
|
|
|
|
|
|
"61887423", "Tantanoola", |
|
7683
|
|
|
|
|
|
|
"613441212", "Gowar\ East", |
|
7684
|
|
|
|
|
|
|
"612685646", "Bonnay", |
|
7685
|
|
|
|
|
|
|
"61267802", "Barraba", |
|
7686
|
|
|
|
|
|
|
"61357170", "Seymour", |
|
7687
|
|
|
|
|
|
|
"612530048", "Caragabal", |
|
7688
|
|
|
|
|
|
|
"61265699", "Stuarts\ Point", |
|
7689
|
|
|
|
|
|
|
"61354375", "Bridgewater", |
|
7690
|
|
|
|
|
|
|
"61260721", "Eskdale", |
|
7691
|
|
|
|
|
|
|
"61269881", "Ariah\ Park", |
|
7692
|
|
|
|
|
|
|
"61340617", "Pooncarie", |
|
7693
|
|
|
|
|
|
|
"61891963", "Kununurra", |
|
7694
|
|
|
|
|
|
|
"61361411", "Swansea", |
|
7695
|
|
|
|
|
|
|
"618967014", "Meckering", |
|
7696
|
|
|
|
|
|
|
"61745394", "Westgrove", |
|
7697
|
|
|
|
|
|
|
"61746491", "Isisford", |
|
7698
|
|
|
|
|
|
|
"61878101", "Balaklava", |
|
7699
|
|
|
|
|
|
|
"61267509", "Moree", |
|
7700
|
|
|
|
|
|
|
"613442122", "Harcourt", |
|
7701
|
|
|
|
|
|
|
"61354678", "Bendigo", |
|
7702
|
|
|
|
|
|
|
"61269903", "Booroorban", |
|
7703
|
|
|
|
|
|
|
"61749198", "Carmila", |
|
7704
|
|
|
|
|
|
|
"61754877", "Wolvi", |
|
7705
|
|
|
|
|
|
|
"618856723", "Swan\ Reach", |
|
7706
|
|
|
|
|
|
|
"618763776", "Darke\ Peak", |
|
7707
|
|
|
|
|
|
|
"618660795", "York", |
|
7708
|
|
|
|
|
|
|
"61868043", "Broomehill", |
|
7709
|
|
|
|
|
|
|
"618683134", "Bow\ Bridge", |
|
7710
|
|
|
|
|
|
|
"618964430", "Bidaminna", |
|
7711
|
|
|
|
|
|
|
"6188391", "Mount\ Barker", |
|
7712
|
|
|
|
|
|
|
"61266047", "Ettrick", |
|
7713
|
|
|
|
|
|
|
"61875106", "Mallala", |
|
7714
|
|
|
|
|
|
|
"61357715", "Cheshunt", |
|
7715
|
|
|
|
|
|
|
"613442039", "Beazleys\ Bridge", |
|
7716
|
|
|
|
|
|
|
"61889127", "Pine\ Creek", |
|
7717
|
|
|
|
|
|
|
"61240506", "Cessnock", |
|
7718
|
|
|
|
|
|
|
"618903531", "Leinster", |
|
7719
|
|
|
|
|
|
|
"61741377", "Wondai", |
|
7720
|
|
|
|
|
|
|
"61267966", "Rowena", |
|
7721
|
|
|
|
|
|
|
"61756779", "Kerry", |
|
7722
|
|
|
|
|
|
|
"618852881", "Victor\ Harbor", |
|
7723
|
|
|
|
|
|
|
"61897405", "Bunbury", |
|
7724
|
|
|
|
|
|
|
"61268571", "Bedgerebong", |
|
7725
|
|
|
|
|
|
|
"61877179", "Greenways", |
|
7726
|
|
|
|
|
|
|
"61752031", "Caloundra", |
|
7727
|
|
|
|
|
|
|
"61238126", "Robertson", |
|
7728
|
|
|
|
|
|
|
"61259761", "Wagga\ Wagga", |
|
7729
|
|
|
|
|
|
|
"61746604", "Warwick", |
|
7730
|
|
|
|
|
|
|
"61267552", "Tamworth", |
|
7731
|
|
|
|
|
|
|
"6126558", "Gloucester", |
|
7732
|
|
|
|
|
|
|
"613451037", "Caramut", |
|
7733
|
|
|
|
|
|
|
"61362578", "Swansea", |
|
7734
|
|
|
|
|
|
|
"618903294", "Bullaring", |
|
7735
|
|
|
|
|
|
|
"61355044", "Coleraine", |
|
7736
|
|
|
|
|
|
|
"61748285", "Miriam\ Vale", |
|
7737
|
|
|
|
|
|
|
"61355422", "Benayeo", |
|
7738
|
|
|
|
|
|
|
"61734095", "Russell\ Island", |
|
7739
|
|
|
|
|
|
|
"61888799", "Booborowie", |
|
7740
|
|
|
|
|
|
|
"61265576", "Forster", |
|
7741
|
|
|
|
|
|
|
"618600801", "Bullaring", |
|
7742
|
|
|
|
|
|
|
"61897008", "Beedelup", |
|
7743
|
|
|
|
|
|
|
"61246003", "Campbelltown", |
|
7744
|
|
|
|
|
|
|
"612582476", "Double\ Peaks", |
|
7745
|
|
|
|
|
|
|
"61358953", "Brassi", |
|
7746
|
|
|
|
|
|
|
"61899618", "Yallalong", |
|
7747
|
|
|
|
|
|
|
"61347025", "Graytown", |
|
7748
|
|
|
|
|
|
|
"61249947", "Wards\ River", |
|
7749
|
|
|
|
|
|
|
"61741481", "Brooklands", |
|
7750
|
|
|
|
|
|
|
"61746060", "Diamondy", |
|
7751
|
|
|
|
|
|
|
"61885464", "Willunga", |
|
7752
|
|
|
|
|
|
|
"61264385", "Cooma", |
|
7753
|
|
|
|
|
|
|
"61350538", "Boundary\ Bend", |
|
7754
|
|
|
|
|
|
|
"61899941", "Perenjori", |
|
7755
|
|
|
|
|
|
|
"61267180", "Mungindi", |
|
7756
|
|
|
|
|
|
|
"61745001", "Brigalow", |
|
7757
|
|
|
|
|
|
|
"61885300", "Taldra", |
|
7758
|
|
|
|
|
|
|
"61899315", "Yuna", |
|
7759
|
|
|
|
|
|
|
"612685586", "Wirrinya", |
|
7760
|
|
|
|
|
|
|
"61864915", "Herne\ Hill", |
|
7761
|
|
|
|
|
|
|
"617459054", "Roma", |
|
7762
|
|
|
|
|
|
|
"61353108", "Navarre", |
|
7763
|
|
|
|
|
|
|
"61253275", "Lithgow", |
|
7764
|
|
|
|
|
|
|
"612582513", "Quambone", |
|
7765
|
|
|
|
|
|
|
"613470143", "Falls\ Creek", |
|
7766
|
|
|
|
|
|
|
"61891633", "Port\ Hedland", |
|
7767
|
|
|
|
|
|
|
"618660093", "Dalwallinu", |
|
7768
|
|
|
|
|
|
|
"61264688", "Ando", |
|
7769
|
|
|
|
|
|
|
"61880105", "Tepco", |
|
7770
|
|
|
|
|
|
|
"61240639", "Maitland", |
|
7771
|
|
|
|
|
|
|
"613532312", "Ballan", |
|
7772
|
|
|
|
|
|
|
"61887731", "Lucindale\ South", |
|
7773
|
|
|
|
|
|
|
"61868119", "Wagin", |
|
7774
|
|
|
|
|
|
|
"61743215", "Monogorilby", |
|
7775
|
|
|
|
|
|
|
"613451053", "Coojar", |
|
7776
|
|
|
|
|
|
|
"61354143", "Gisborne", |
|
7777
|
|
|
|
|
|
|
"61887821", "Western\ Flat", |
|
7778
|
|
|
|
|
|
|
"61245891", "Kurrajong\ Heights", |
|
7779
|
|
|
|
|
|
|
"61744032", "Barkly", |
|
7780
|
|
|
|
|
|
|
"61747139", "Mount\ Isa", |
|
7781
|
|
|
|
|
|
|
"618996755", "Wiluna", |
|
7782
|
|
|
|
|
|
|
"617487144", "Mount\ Morgan", |
|
7783
|
|
|
|
|
|
|
"61851166", "Port\ Hedland", |
|
7784
|
|
|
|
|
|
|
"617451599", "Billa\ Billa", |
|
7785
|
|
|
|
|
|
|
"618661127", "Cunderdin", |
|
7786
|
|
|
|
|
|
|
"613441920", "Marong", |
|
7787
|
|
|
|
|
|
|
"612593927", "Nangus", |
|
7788
|
|
|
|
|
|
|
"61746893", "Jandowae", |
|
7789
|
|
|
|
|
|
|
"61747525", "Palm\ Island", |
|
7790
|
|
|
|
|
|
|
"618996710", "Ajana", |
|
7791
|
|
|
|
|
|
|
"61899079", "Warradarge", |
|
7792
|
|
|
|
|
|
|
"61263818", "Ooma", |
|
7793
|
|
|
|
|
|
|
"618600871", "Bonnie\ Rock", |
|
7794
|
|
|
|
|
|
|
"61895063", "Yanchep", |
|
7795
|
|
|
|
|
|
|
"61742164", "Chillagoe", |
|
7796
|
|
|
|
|
|
|
"612530288", "Coolah", |
|
7797
|
|
|
|
|
|
|
"61885307", "Taplan", |
|
7798
|
|
|
|
|
|
|
"61267187", "Burren\ Junction", |
|
7799
|
|
|
|
|
|
|
"61879326", "Nhulunbuy", |
|
7800
|
|
|
|
|
|
|
"613574741", "Tungamah", |
|
7801
|
|
|
|
|
|
|
"61746067", "Freestone", |
|
7802
|
|
|
|
|
|
|
"618600230", "Eyre", |
|
7803
|
|
|
|
|
|
|
"612880", "Blacktown", |
|
7804
|
|
|
|
|
|
|
"61896788", "Wubin\ West", |
|
7805
|
|
|
|
|
|
|
"61267254", "Graman", |
|
7806
|
|
|
|
|
|
|
"612530011", "Lue", |
|
7807
|
|
|
|
|
|
|
"6188840", "Riverton", |
|
7808
|
|
|
|
|
|
|
"61268888", "Trangie", |
|
7809
|
|
|
|
|
|
|
"6139974", "Werribee", |
|
7810
|
|
|
|
|
|
|
"61263151", "Meadow\ Flat", |
|
7811
|
|
|
|
|
|
|
"613470612", "Taggerty", |
|
7812
|
|
|
|
|
|
|
"61745196", "Toobeah", |
|
7813
|
|
|
|
|
|
|
"61741370", "Biggenden", |
|
7814
|
|
|
|
|
|
|
"61267845", "Graman", |
|
7815
|
|
|
|
|
|
|
"617458809", "Helidon", |
|
7816
|
|
|
|
|
|
|
"61879108", "Victoria\ River", |
|
7817
|
|
|
|
|
|
|
"61362903", "Swansea", |
|
7818
|
|
|
|
|
|
|
"61885113", "Marama", |
|
7819
|
|
|
|
|
|
|
"61754870", "Pomona", |
|
7820
|
|
|
|
|
|
|
"61348273", "Undera", |
|
7821
|
|
|
|
|
|
|
"618989123", "Cuballing", |
|
7822
|
|
|
|
|
|
|
"61357112", "St\ James", |
|
7823
|
|
|
|
|
|
|
"612532882", "Canowindra", |
|
7824
|
|
|
|
|
|
|
"61354019", "Dunolly", |
|
7825
|
|
|
|
|
|
|
"61363191", "Deloraine", |
|
7826
|
|
|
|
|
|
|
"61243071", "Wyong", |
|
7827
|
|
|
|
|
|
|
"618903624", "Scaddan\ West", |
|
7828
|
|
|
|
|
|
|
"613553992", "Woolsthorpe", |
|
7829
|
|
|
|
|
|
|
"61889120", "Alice\ Springs", |
|
7830
|
|
|
|
|
|
|
"61743433", "Mount\ Perry", |
|
7831
|
|
|
|
|
|
|
"61355469", "Mortlake", |
|
7832
|
|
|
|
|
|
|
"61741883", "Rosedale", |
|
7833
|
|
|
|
|
|
|
"61742158", "Euramo", |
|
7834
|
|
|
|
|
|
|
"61266040", "Grafton", |
|
7835
|
|
|
|
|
|
|
"61359473", "Warburton", |
|
7836
|
|
|
|
|
|
|
"618763706", "Koongawa", |
|
7837
|
|
|
|
|
|
|
"61353124", "Linton", |
|
7838
|
|
|
|
|
|
|
"61753011", "Upper\ Widgee", |
|
7839
|
|
|
|
|
|
|
"61752176", "Kenilworth", |
|
7840
|
|
|
|
|
|
|
"61340610", "Nangiloc", |
|
7841
|
|
|
|
|
|
|
"61357177", "Yarrawonga", |
|
7842
|
|
|
|
|
|
|
"6138577", "Clayton", |
|
7843
|
|
|
|
|
|
|
"6139910", "Melbourne", |
|
7844
|
|
|
|
|
|
|
"61897442", "Augusta", |
|
7845
|
|
|
|
|
|
|
"61269578", "Marsden", |
|
7846
|
|
|
|
|
|
|
"61897024", "Busselton", |
|
7847
|
|
|
|
|
|
|
"61260831", "Tallangatta", |
|
7848
|
|
|
|
|
|
|
"61367294", "Beaconsfield", |
|
7849
|
|
|
|
|
|
|
"618763520", "Wudinna", |
|
7850
|
|
|
|
|
|
|
"61248672", "Bungonia", |
|
7851
|
|
|
|
|
|
|
"61875091", "Goolwa", |
|
7852
|
|
|
|
|
|
|
"61747946", "The\ Monument", |
|
7853
|
|
|
|
|
|
|
"618601169", "Southern\ Cross", |
|
7854
|
|
|
|
|
|
|
"6174125", "Pialba", |
|
7855
|
|
|
|
|
|
|
"613451423", "Dundonnell", |
|
7856
|
|
|
|
|
|
|
"61354703", "Womboota", |
|
7857
|
|
|
|
|
|
|
"61880142", "Broken\ Hill", |
|
7858
|
|
|
|
|
|
|
"61891798", "Telfer", |
|
7859
|
|
|
|
|
|
|
"61746628", "Chinchilla", |
|
7860
|
|
|
|
|
|
|
"613531814", "Daylesford", |
|
7861
|
|
|
|
|
|
|
"61898082", "Dudinin", |
|
7862
|
|
|
|
|
|
|
"6175643", "Tweed\ Heads", |
|
7863
|
|
|
|
|
|
|
"6187424", "Adelaide", |
|
7864
|
|
|
|
|
|
|
"61898611", "Wagin", |
|
7865
|
|
|
|
|
|
|
"6175507", "Tweed\ Heads", |
|
7866
|
|
|
|
|
|
|
"61878096", "Wedge", |
|
7867
|
|
|
|
|
|
|
"61344165", "Carisbrook", |
|
7868
|
|
|
|
|
|
|
"613553610", "Timboon", |
|
7869
|
|
|
|
|
|
|
"6124446", "Nowra", |
|
7870
|
|
|
|
|
|
|
"6128586", "Sydney", |
|
7871
|
|
|
|
|
|
|
"61267268", "Curlewis", |
|
7872
|
|
|
|
|
|
|
"61742235", "Mossman", |
|
7873
|
|
|
|
|
|
|
"61885049", "Gawler", |
|
7874
|
|
|
|
|
|
|
"61898948", "Cranbrook", |
|
7875
|
|
|
|
|
|
|
"61364474", "Marrawah", |
|
7876
|
|
|
|
|
|
|
"61358794", "Mathoura", |
|
7877
|
|
|
|
|
|
|
"61897985", "Dardanup", |
|
7878
|
|
|
|
|
|
|
"61868261", "Lake\ Oconnor", |
|
7879
|
|
|
|
|
|
|
"61357636", "Kinglake", |
|
7880
|
|
|
|
|
|
|
"61265586", "Rookhurst", |
|
7881
|
|
|
|
|
|
|
"61896299", "Talbot\ Brook", |
|
7882
|
|
|
|
|
|
|
"61748275", "Agnes\ Water", |
|
7883
|
|
|
|
|
|
|
"61741634", "Nanango", |
|
7884
|
|
|
|
|
|
|
"61362588", "Miena", |
|
7885
|
|
|
|
|
|
|
"61741958", "Redridge", |
|
7886
|
|
|
|
|
|
|
"618841", "Adelaide", |
|
7887
|
|
|
|
|
|
|
"61253006", "Baldry", |
|
7888
|
|
|
|
|
|
|
"61258215", "Banar", |
|
7889
|
|
|
|
|
|
|
"61263748", "Laheys\ Creek", |
|
7890
|
|
|
|
|
|
|
"6124313", "Gosford", |
|
7891
|
|
|
|
|
|
|
"6126557", "Taree", |
|
7892
|
|
|
|
|
|
|
"6138749", "Kalkallo", |
|
7893
|
|
|
|
|
|
|
"617458779", "Clifton", |
|
7894
|
|
|
|
|
|
|
"618683030", "Boscabel", |
|
7895
|
|
|
|
|
|
|
"61877189", "Makin", |
|
7896
|
|
|
|
|
|
|
"6188249", "Adelaide", |
|
7897
|
|
|
|
|
|
|
"612583609", "Ginghet", |
|
7898
|
|
|
|
|
|
|
"612594401", "Goolgowi", |
|
7899
|
|
|
|
|
|
|
"61355203", "Hawkesdale", |
|
7900
|
|
|
|
|
|
|
"61742101", "Ravenshoe", |
|
7901
|
|
|
|
|
|
|
"61886467", "The\ Ranges", |
|
7902
|
|
|
|
|
|
|
"61242632", "Helensburgh", |
|
7903
|
|
|
|
|
|
|
"61741387", "Yandaran", |
|
7904
|
|
|
|
|
|
|
"61341147", "Swifts\ Creek", |
|
7905
|
|
|
|
|
|
|
"61876300", "Mambray\ Creek", |
|
7906
|
|
|
|
|
|
|
"61895132", "Waroona", |
|
7907
|
|
|
|
|
|
|
"61264678", "Shannons\ Flat", |
|
7908
|
|
|
|
|
|
|
"61745607", "Culgoa", |
|
7909
|
|
|
|
|
|
|
"618763942", "Ceduna", |
|
7910
|
|
|
|
|
|
|
"6139981", "Melbourne", |
|
7911
|
|
|
|
|
|
|
"61352144", "Kennedys\ Creek", |
|
7912
|
|
|
|
|
|
|
"61754705", "Nambour", |
|
7913
|
|
|
|
|
|
|
"61247608", "Katoomba", |
|
7914
|
|
|
|
|
|
|
"61896603", "Cadoux", |
|
7915
|
|
|
|
|
|
|
"61356047", "Warragul", |
|
7916
|
|
|
|
|
|
|
"61264375", "Delegate", |
|
7917
|
|
|
|
|
|
|
"61267170", "Boomi", |
|
7918
|
|
|
|
|
|
|
"61744163", "Leichhardt\ Range", |
|
7919
|
|
|
|
|
|
|
"61350721", "Mildura", |
|
7920
|
|
|
|
|
|
|
"61256133", "Woodburn", |
|
7921
|
|
|
|
|
|
|
"61890039", "Shackleton", |
|
7922
|
|
|
|
|
|
|
"61741471", "Eidsvold", |
|
7923
|
|
|
|
|
|
|
"618903385", "South\ Kumminin", |
|
7924
|
|
|
|
|
|
|
"61255602", "Murrurundi", |
|
7925
|
|
|
|
|
|
|
"612594219", "Mangoplah", |
|
7926
|
|
|
|
|
|
|
"61259346", "Tallimba", |
|
7927
|
|
|
|
|
|
|
"61749056", "Finch\ Hatton", |
|
7928
|
|
|
|
|
|
|
"61244100", "Moruya", |
|
7929
|
|
|
|
|
|
|
"61357509", "Moyhu", |
|
7930
|
|
|
|
|
|
|
"618854492", "Hartley", |
|
7931
|
|
|
|
|
|
|
"61342233", "Bannockburn", |
|
7932
|
|
|
|
|
|
|
"613451152", "Cobden", |
|
7933
|
|
|
|
|
|
|
"61891289", "Newman", |
|
7934
|
|
|
|
|
|
|
"61352704", "Lavers\ Hill", |
|
7935
|
|
|
|
|
|
|
"613431881", "Beaufort", |
|
7936
|
|
|
|
|
|
|
"61255659", "Taylors\ Arm", |
|
7937
|
|
|
|
|
|
|
"6126763", "Tamworth", |
|
7938
|
|
|
|
|
|
|
"61256392", "Glenreagh", |
|
7939
|
|
|
|
|
|
|
"618967852", "York", |
|
7940
|
|
|
|
|
|
|
"618753323", "Culburra", |
|
7941
|
|
|
|
|
|
|
"61357552", "Bright", |
|
7942
|
|
|
|
|
|
|
"61754145", "Wolvi", |
|
7943
|
|
|
|
|
|
|
"61247050", "Lawson", |
|
7944
|
|
|
|
|
|
|
"61886625", "Georgetown", |
|
7945
|
|
|
|
|
|
|
"61742518", "Molloy", |
|
7946
|
|
|
|
|
|
|
"61361372", "New\ Norfolk", |
|
7947
|
|
|
|
|
|
|
"618866376", "Wharminda", |
|
7948
|
|
|
|
|
|
|
"613431160", "Buangor", |
|
7949
|
|
|
|
|
|
|
"61260754", "Coppabella", |
|
7950
|
|
|
|
|
|
|
"61885803", "Renmark", |
|
7951
|
|
|
|
|
|
|
"61356309", "Tidal\ River", |
|
7952
|
|
|
|
|
|
|
"61898010", "Badgebup", |
|
7953
|
|
|
|
|
|
|
"61265044", "Ellenborough", |
|
7954
|
|
|
|
|
|
|
"61888986", "Hallett", |
|
7955
|
|
|
|
|
|
|
"618601145", "Korbelka", |
|
7956
|
|
|
|
|
|
|
"61357966", "Tatong", |
|
7957
|
|
|
|
|
|
|
"61895393", "Lake\ Clifton", |
|
7958
|
|
|
|
|
|
|
"613574666", "Chiltern", |
|
7959
|
|
|
|
|
|
|
"617480048", "Cracow", |
|
7960
|
|
|
|
|
|
|
"61741964", "Blackbutt", |
|
7961
|
|
|
|
|
|
|
"61361317", "Nubeena", |
|
7962
|
|
|
|
|
|
|
"618903696", "Burracoppin", |
|
7963
|
|
|
|
|
|
|
"61876055", "Miltalie", |
|
7964
|
|
|
|
|
|
|
"61887202", "Lucindale", |
|
7965
|
|
|
|
|
|
|
"612574235", "Graman", |
|
7966
|
|
|
|
|
|
|
"61889792", "Jabiru", |
|
7967
|
|
|
|
|
|
|
"618660895", "Dale\ River", |
|
7968
|
|
|
|
|
|
|
"618763876", "Iron\ Baron", |
|
7969
|
|
|
|
|
|
|
"618852064", "Gawler", |
|
7970
|
|
|
|
|
|
|
"61263108", "Hill\ End", |
|
7971
|
|
|
|
|
|
|
"61888160", "Ardrossan", |
|
7972
|
|
|
|
|
|
|
"618683717", "Gnowellen", |
|
7973
|
|
|
|
|
|
|
"612532438", "Harden", |
|
7974
|
|
|
|
|
|
|
"618982448", "Mount\ Barker", |
|
7975
|
|
|
|
|
|
|
"61350433", "Mallan", |
|
7976
|
|
|
|
|
|
|
"61754887", "Ballugan", |
|
7977
|
|
|
|
|
|
|
"61354688", "Bridgewater", |
|
7978
|
|
|
|
|
|
|
"612592750", "Wallendbeen", |
|
7979
|
|
|
|
|
|
|
"61740124", "Ravenshoe", |
|
7980
|
|
|
|
|
|
|
"61340011", "Palinyewah", |
|
7981
|
|
|
|
|
|
|
"613442023", "St\ Arnaud", |
|
7982
|
|
|
|
|
|
|
"61266641", "Leeville", |
|
7983
|
|
|
|
|
|
|
"61886106", "Kelly", |
|
7984
|
|
|
|
|
|
|
"61742741", "Lockhart\ River", |
|
7985
|
|
|
|
|
|
|
"61364030", "Stanley", |
|
7986
|
|
|
|
|
|
|
"61354385", "Traynors\ Lagoon", |
|
7987
|
|
|
|
|
|
|
"612592715", "Lachlan", |
|
7988
|
|
|
|
|
|
|
"61361103", "Kempton", |
|
7989
|
|
|
|
|
|
|
"61868204", "Porongurup", |
|
7990
|
|
|
|
|
|
|
"61745449", "Dalby", |
|
7991
|
|
|
|
|
|
|
"6128745", "Sydney", |
|
7992
|
|
|
|
|
|
|
"61269871", "Currawarna", |
|
7993
|
|
|
|
|
|
|
"6188113", "Adelaide", |
|
7994
|
|
|
|
|
|
|
"612530207", "Orange", |
|
7995
|
|
|
|
|
|
|
"6139494", "Eltham", |
|
7996
|
|
|
|
|
|
|
"61269588", "Sandigo", |
|
7997
|
|
|
|
|
|
|
"6135621", "Icy\ Creek", |
|
7998
|
|
|
|
|
|
|
"6189436", "Perth", |
|
7999
|
|
|
|
|
|
|
"6138578", "Melbourne", |
|
8000
|
|
|
|
|
|
|
"612530277", "Bylong", |
|
8001
|
|
|
|
|
|
|
"6124211", "Wollongong", |
|
8002
|
|
|
|
|
|
|
"61342415", "Lara", |
|
8003
|
|
|
|
|
|
|
"61880815", "Pimpara", |
|
8004
|
|
|
|
|
|
|
"61752186", "Noosaville", |
|
8005
|
|
|
|
|
|
|
"61364037", "Waratah", |
|
8006
|
|
|
|
|
|
|
"61888167", "Curramulka", |
|
8007
|
|
|
|
|
|
|
"618763806", "Morchard", |
|
8008
|
|
|
|
|
|
|
"61745455", "Jandowae", |
|
8009
|
|
|
|
|
|
|
"61264143", "Delegate", |
|
8010
|
|
|
|
|
|
|
"61741873", "Mulgildie", |
|
8011
|
|
|
|
|
|
|
"61887504", "Bordertown", |
|
8012
|
|
|
|
|
|
|
"61243081", "Wyong", |
|
8013
|
|
|
|
|
|
|
"61754880", "Kia\ Ora", |
|
8014
|
|
|
|
|
|
|
"61348283", "Cornalla", |
|
8015
|
|
|
|
|
|
|
"61294", "Sydney", |
|
8016
|
|
|
|
|
|
|
"61342018", "Meredith", |
|
8017
|
|
|
|
|
|
|
"61747023", "Bowen", |
|
8018
|
|
|
|
|
|
|
"61259144", "Alleena", |
|
8019
|
|
|
|
|
|
|
"617487040", "Mount\ Gardiner", |
|
8020
|
|
|
|
|
|
|
"612630497", "Burraga", |
|
8021
|
|
|
|
|
|
|
"61353151", "Bangerang", |
|
8022
|
|
|
|
|
|
|
"613451439", "Ozenkadnook", |
|
8023
|
|
|
|
|
|
|
"61358888", "Mabins\ Well", |
|
8024
|
|
|
|
|
|
|
"6173556", "Brisbane", |
|
8025
|
|
|
|
|
|
|
"618660944", "Talbot\ Brook", |
|
8026
|
|
|
|
|
|
|
"61364484", "Smithton", |
|
8027
|
|
|
|
|
|
|
"618683351", "Denmark", |
|
8028
|
|
|
|
|
|
|
"61361310", "Woodbury", |
|
8029
|
|
|
|
|
|
|
"61878164", "Clare", |
|
8030
|
|
|
|
|
|
|
"61245016", "Kurrajong\ Heights", |
|
8031
|
|
|
|
|
|
|
"613532274", "Warracknabeal", |
|
8032
|
|
|
|
|
|
|
"61886091", "Indian\ Pacific", |
|
8033
|
|
|
|
|
|
|
"61255645", "Mount\ Olive", |
|
8034
|
|
|
|
|
|
|
"618866990", "Melrose", |
|
8035
|
|
|
|
|
|
|
"61898072", "Denbarker", |
|
8036
|
|
|
|
|
|
|
"618967644", "Bencubbin", |
|
8037
|
|
|
|
|
|
|
"61754159", "Crossdale", |
|
8038
|
|
|
|
|
|
|
"6175508", "Tweed\ Heads", |
|
8039
|
|
|
|
|
|
|
"61247057", "Penrith", |
|
8040
|
|
|
|
|
|
|
"61352346", "Beeac", |
|
8041
|
|
|
|
|
|
|
"618763485", "Nelshaby", |
|
8042
|
|
|
|
|
|
|
"61897051", "Donnybrook", |
|
8043
|
|
|
|
|
|
|
"6189561", "Yanchep", |
|
8044
|
|
|
|
|
|
|
"61876049", "Elliston", |
|
8045
|
|
|
|
|
|
|
"61255348", "Baerami", |
|
8046
|
|
|
|
|
|
|
"61740748", "Tully", |
|
8047
|
|
|
|
|
|
|
"61745058", "Bollon", |
|
8048
|
|
|
|
|
|
|
"61887868", "Marcollat", |
|
8049
|
|
|
|
|
|
|
"61898017", "Beaufort\ River", |
|
8050
|
|
|
|
|
|
|
"613542657", "Nullawil", |
|
8051
|
|
|
|
|
|
|
"61357254", "Alexandra", |
|
8052
|
|
|
|
|
|
|
"61248011", "Bowral", |
|
8053
|
|
|
|
|
|
|
"61742096", "Millaa\ Millaa", |
|
8054
|
|
|
|
|
|
|
"6124889", "Yerrinbool", |
|
8055
|
|
|
|
|
|
|
"61868228", "Boscabel", |
|
8056
|
|
|
|
|
|
|
"61267177", "Gurley", |
|
8057
|
|
|
|
|
|
|
"61359578", "Marysville", |
|
8058
|
|
|
|
|
|
|
"618600771", "Mount\ Merivale", |
|
8059
|
|
|
|
|
|
|
"61259704", "Warralonga", |
|
8060
|
|
|
|
|
|
|
"61257294", "Drake", |
|
8061
|
|
|
|
|
|
|
"618683198", "Perillup", |
|
8062
|
|
|
|
|
|
|
"61878235", "Blyth", |
|
8063
|
|
|
|
|
|
|
"61743538", "Gayndah", |
|
8064
|
|
|
|
|
|
|
"61899089", "Carnamah", |
|
8065
|
|
|
|
|
|
|
"61244107", "Batemans\ Bay", |
|
8066
|
|
|
|
|
|
|
"618762566", "Ceduna", |
|
8067
|
|
|
|
|
|
|
"618983643", "Hopetoun", |
|
8068
|
|
|
|
|
|
|
"618853090", "Callington", |
|
8069
|
|
|
|
|
|
|
"61745600", "Augathella", |
|
8070
|
|
|
|
|
|
|
"61253191", "Merriganowry", |
|
8071
|
|
|
|
|
|
|
"61264019", "Bemboka", |
|
8072
|
|
|
|
|
|
|
"61267112", "Boorolong", |
|
8073
|
|
|
|
|
|
|
"61740108", "Mossman", |
|
8074
|
|
|
|
|
|
|
"61876307", "Mount\ Hope", |
|
8075
|
|
|
|
|
|
|
"618854552", "New\ Well", |
|
8076
|
|
|
|
|
|
|
"61746661", "Freestone", |
|
8077
|
|
|
|
|
|
|
"61341140", "Traralgon", |
|
8078
|
|
|
|
|
|
|
"61851094", "Great\ Sandy", |
|
8079
|
|
|
|
|
|
|
"61356040", "Toora", |
|
8080
|
|
|
|
|
|
|
"61263124", "Laheys\ Creek", |
|
8081
|
|
|
|
|
|
|
"618996855", "Balla", |
|
8082
|
|
|
|
|
|
|
"6129372", "Sydney", |
|
8083
|
|
|
|
|
|
|
"61265469", "Murrurundi", |
|
8084
|
|
|
|
|
|
|
"613546086", "Woodend", |
|
8085
|
|
|
|
|
|
|
"613442105", "Boort", |
|
8086
|
|
|
|
|
|
|
"612583679", "Bourke", |
|
8087
|
|
|
|
|
|
|
"617458709", "Balonne", |
|
8088
|
|
|
|
|
|
|
"61887854", "Taratap", |
|
8089
|
|
|
|
|
|
|
"61281045", "Bankstown", |
|
8090
|
|
|
|
|
|
|
"618661159", "Studleigh", |
|
8091
|
|
|
|
|
|
|
"61741380", "Bundaberg", |
|
8092
|
|
|
|
|
|
|
"61268794", "Kiacatoo", |
|
8093
|
|
|
|
|
|
|
"617480288", "Mount\ Coolon", |
|
8094
|
|
|
|
|
|
|
"61745064", "Wyaga", |
|
8095
|
|
|
|
|
|
|
"61357268", "Killawarra", |
|
8096
|
|
|
|
|
|
|
"612593959", "Carrathool", |
|
8097
|
|
|
|
|
|
|
"61268878", "Geurie", |
|
8098
|
|
|
|
|
|
|
"61886304", "Quorn", |
|
8099
|
|
|
|
|
|
|
"613546014", "Kyneton", |
|
8100
|
|
|
|
|
|
|
"612574388", "Baan\ Baa", |
|
8101
|
|
|
|
|
|
|
"61896894", "York", |
|
8102
|
|
|
|
|
|
|
"61888288", "Bute", |
|
8103
|
|
|
|
|
|
|
"61876113", "Whyalla", |
|
8104
|
|
|
|
|
|
|
"618982927", "Amelup", |
|
8105
|
|
|
|
|
|
|
"61255726", "Kempsey", |
|
8106
|
|
|
|
|
|
|
"618780033", "Hamley\ Bridge", |
|
8107
|
|
|
|
|
|
|
"61878158", "Spalding", |
|
8108
|
|
|
|
|
|
|
"61264703", "Delegate", |
|
8109
|
|
|
|
|
|
|
"61744222", "Clarke", |
|
8110
|
|
|
|
|
|
|
"61748349", "Rolleston", |
|
8111
|
|
|
|
|
|
|
"61363007", "Beaconsfield", |
|
8112
|
|
|
|
|
|
|
"613553691", "Edenhope", |
|
8113
|
|
|
|
|
|
|
"61888977", "Curramulka", |
|
8114
|
|
|
|
|
|
|
"61890118", "Leonora", |
|
8115
|
|
|
|
|
|
|
"618601109", "Warralakin", |
|
8116
|
|
|
|
|
|
|
"61355587", "Mortlake", |
|
8117
|
|
|
|
|
|
|
"61361568", "Kempton", |
|
8118
|
|
|
|
|
|
|
"61754253", "Crossdale", |
|
8119
|
|
|
|
|
|
|
"61747940", "Gunpowder", |
|
8120
|
|
|
|
|
|
|
"61747689", "Walker", |
|
8121
|
|
|
|
|
|
|
"61350448", "Woomelang", |
|
8122
|
|
|
|
|
|
|
"61344442", "Bendigo", |
|
8123
|
|
|
|
|
|
|
"61344024", "St\ Arnaud", |
|
8124
|
|
|
|
|
|
|
"618683216", "Wagin", |
|
8125
|
|
|
|
|
|
|
"61887015", "Colebatch", |
|
8126
|
|
|
|
|
|
|
"61249139", "Newcastle", |
|
8127
|
|
|
|
|
|
|
"61889605", "Alice\ Springs", |
|
8128
|
|
|
|
|
|
|
"61878090", "Port\ Wakefield", |
|
8129
|
|
|
|
|
|
|
"61267384", "Guyra", |
|
8130
|
|
|
|
|
|
|
"61742367", "Bloomfield", |
|
8131
|
|
|
|
|
|
|
"61885104", "Mallala", |
|
8132
|
|
|
|
|
|
|
"61872601", "Mclaren\ Vale", |
|
8133
|
|
|
|
|
|
|
"618854547", "Morgan", |
|
8134
|
|
|
|
|
|
|
"61362914", "Colebrook", |
|
8135
|
|
|
|
|
|
|
"61359329", "Cranbourne", |
|
8136
|
|
|
|
|
|
|
"613545292", "Lake\ Meran", |
|
8137
|
|
|
|
|
|
|
"61888912", "Halbury", |
|
8138
|
|
|
|
|
|
|
"61266046", "Ettrick", |
|
8139
|
|
|
|
|
|
|
"61392165", "Sunbury", |
|
8140
|
|
|
|
|
|
|
"61871848", "Salisbury", |
|
8141
|
|
|
|
|
|
|
"618683284", "Kulin", |
|
8142
|
|
|
|
|
|
|
"618967630", "Beacon\ North", |
|
8143
|
|
|
|
|
|
|
"61875107", "Two\ Wells", |
|
8144
|
|
|
|
|
|
|
"61880068", "Dolo", |
|
8145
|
|
|
|
|
|
|
"618763766", "Ceduna", |
|
8146
|
|
|
|
|
|
|
"61889126", "Noonamah", |
|
8147
|
|
|
|
|
|
|
"618864648", "Andamooka", |
|
8148
|
|
|
|
|
|
|
"61353065", "Polkemmet", |
|
8149
|
|
|
|
|
|
|
"618660930", "Wongan\ Hills", |
|
8150
|
|
|
|
|
|
|
"61898493", "Mount\ Madden", |
|
8151
|
|
|
|
|
|
|
"617487034", "Marlborough", |
|
8152
|
|
|
|
|
|
|
"61754876", "Wolvi", |
|
8153
|
|
|
|
|
|
|
"61264249", "Tathra", |
|
8154
|
|
|
|
|
|
|
"61897165", "Upper\ Preston", |
|
8155
|
|
|
|
|
|
|
"61887418", "Mount\ Gambier", |
|
8156
|
|
|
|
|
|
|
"61740823", "Weipa", |
|
8157
|
|
|
|
|
|
|
"61350045", "Berriwillock", |
|
8158
|
|
|
|
|
|
|
"61348189", "Undera", |
|
8159
|
|
|
|
|
|
|
"61752170", "Gunalda", |
|
8160
|
|
|
|
|
|
|
"61340616", "Patchewollock", |
|
8161
|
|
|
|
|
|
|
"61861702", "Spearwood", |
|
8162
|
|
|
|
|
|
|
"613450996", "Dorodong", |
|
8163
|
|
|
|
|
|
|
"61342248", "Swan\ Marsh", |
|
8164
|
|
|
|
|
|
|
"61243137", "Mangrove\ Mountain", |
|
8165
|
|
|
|
|
|
|
"61256148", "Mullumbimby", |
|
8166
|
|
|
|
|
|
|
"61340063", "Willandra\ Lakes", |
|
8167
|
|
|
|
|
|
|
"618903435", "Coomalbidgup", |
|
8168
|
|
|
|
|
|
|
"61357374", "Wangaratta", |
|
8169
|
|
|
|
|
|
|
"6186444", "Perth", |
|
8170
|
|
|
|
|
|
|
"61238127", "Rugby", |
|
8171
|
|
|
|
|
|
|
"61876219", "Mintabie", |
|
8172
|
|
|
|
|
|
|
"612583645", "Tullamore", |
|
8173
|
|
|
|
|
|
|
"61364181", "Rosebery", |
|
8174
|
|
|
|
|
|
|
"612593883", "Boree\ Creek", |
|
8175
|
|
|
|
|
|
|
"61357031", "Creightons\ Creek", |
|
8176
|
|
|
|
|
|
|
"61753132", "Noosaville", |
|
8177
|
|
|
|
|
|
|
"61745190", "St\ George", |
|
8178
|
|
|
|
|
|
|
"612530090", "Cumnock", |
|
8179
|
|
|
|
|
|
|
"61741376", "Windera", |
|
8180
|
|
|
|
|
|
|
"61240507", "Maitland", |
|
8181
|
|
|
|
|
|
|
"61897234", "Myalup", |
|
8182
|
|
|
|
|
|
|
"61740698", "Weipa", |
|
8183
|
|
|
|
|
|
|
"61890501", "Narembeen\ East", |
|
8184
|
|
|
|
|
|
|
"61267967", "Spring\ Plains", |
|
8185
|
|
|
|
|
|
|
"61361554", "Woodbury", |
|
8186
|
|
|
|
|
|
|
"61748007", "Moura", |
|
8187
|
|
|
|
|
|
|
"61851160", "Mount\ Bruce", |
|
8188
|
|
|
|
|
|
|
"6129860", "Parramatta", |
|
8189
|
|
|
|
|
|
|
"6174759", "Townsville", |
|
8190
|
|
|
|
|
|
|
"617452523", "Clifton", |
|
8191
|
|
|
|
|
|
|
"61886810", "Koongawa", |
|
8192
|
|
|
|
|
|
|
"61749651", "Gladstone", |
|
8193
|
|
|
|
|
|
|
"612939", "Sydney", |
|
8194
|
|
|
|
|
|
|
"61885744", "Peake", |
|
8195
|
|
|
|
|
|
|
"61879320", "Daly", |
|
8196
|
|
|
|
|
|
|
"61880054", "The\ Darling", |
|
8197
|
|
|
|
|
|
|
"61860071", "Wilgoyne", |
|
8198
|
|
|
|
|
|
|
"61249946", "Wards\ River", |
|
8199
|
|
|
|
|
|
|
"61263733", "Mudgee", |
|
8200
|
|
|
|
|
|
|
"61358099", "Conargo", |
|
8201
|
|
|
|
|
|
|
"612574782", "Emmaville", |
|
8202
|
|
|
|
|
|
|
"612582466", "Colane", |
|
8203
|
|
|
|
|
|
|
"61899623", "Pindar\ South", |
|
8204
|
|
|
|
|
|
|
"613470911", "Broadford", |
|
8205
|
|
|
|
|
|
|
"61742025", "Mutchilba", |
|
8206
|
|
|
|
|
|
|
"61258002", "Rocky\ Glen", |
|
8207
|
|
|
|
|
|
|
"61889642", "Davenport", |
|
8208
|
|
|
|
|
|
|
"612530138", "Laheys\ Creek", |
|
8209
|
|
|
|
|
|
|
"61267186", "Bohena", |
|
8210
|
|
|
|
|
|
|
"61885306", "Taplan", |
|
8211
|
|
|
|
|
|
|
"612594092", "Booroorban", |
|
8212
|
|
|
|
|
|
|
"61886579", "Redhill", |
|
8213
|
|
|
|
|
|
|
"61879327", "Noonamah", |
|
8214
|
|
|
|
|
|
|
"61746066", "Eschol", |
|
8215
|
|
|
|
|
|
|
"612574438", "Limbri", |
|
8216
|
|
|
|
|
|
|
"61886872", "Coulta", |
|
8217
|
|
|
|
|
|
|
"61898891", "Kondinin", |
|
8218
|
|
|
|
|
|
|
"61340241", "Annuello", |
|
8219
|
|
|
|
|
|
|
"61385805", "Melbourne", |
|
8220
|
|
|
|
|
|
|
"61359362", "Emerald", |
|
8221
|
|
|
|
|
|
|
"618967847", "Talbot\ Brook", |
|
8222
|
|
|
|
|
|
|
"61890453", "Goomarin", |
|
8223
|
|
|
|
|
|
|
"61287308", "Bankstown", |
|
8224
|
|
|
|
|
|
|
"61851167", "Roebuck", |
|
8225
|
|
|
|
|
|
|
"61742691", "Hopevale", |
|
8226
|
|
|
|
|
|
|
"61269914", "Griffith", |
|
8227
|
|
|
|
|
|
|
"61888301", "Braemer", |
|
8228
|
|
|
|
|
|
|
"61256239", "Tabulam", |
|
8229
|
|
|
|
|
|
|
"61363658", "Lilydale", |
|
8230
|
|
|
|
|
|
|
"613442149", "St\ Arnaud", |
|
8231
|
|
|
|
|
|
|
"618683044", "Dudinin", |
|
8232
|
|
|
|
|
|
|
"61342139", "Apollo\ Bay", |
|
8233
|
|
|
|
|
|
|
"61248063", "Rugby", |
|
8234
|
|
|
|
|
|
|
"61886817", "Koongawa", |
|
8235
|
|
|
|
|
|
|
"61367078", "Blessington", |
|
8236
|
|
|
|
|
|
|
"61885128", "Morgan", |
|
8237
|
|
|
|
|
|
|
"617458926", "Ravensbourne", |
|
8238
|
|
|
|
|
|
|
"618864611", "Redhill", |
|
8239
|
|
|
|
|
|
|
"61896193", "Wubin", |
|
8240
|
|
|
|
|
|
|
"61238120", "Gunning", |
|
8241
|
|
|
|
|
|
|
"61361252", "Strathgordon", |
|
8242
|
|
|
|
|
|
|
"61267960", "Burren\ Junction", |
|
8243
|
|
|
|
|
|
|
"61898240", "Broomehill", |
|
8244
|
|
|
|
|
|
|
"61265214", "Ellerston", |
|
8245
|
|
|
|
|
|
|
"61897839", "Margaret\ River", |
|
8246
|
|
|
|
|
|
|
"61745197", "Wyaga", |
|
8247
|
|
|
|
|
|
|
"61344008", "Moonambel", |
|
8248
|
|
|
|
|
|
|
"61240500", "Newcastle", |
|
8249
|
|
|
|
|
|
|
"61255192", "Bowraville", |
|
8250
|
|
|
|
|
|
|
"61243130", "Wyong", |
|
8251
|
|
|
|
|
|
|
"6128439", "Terrey\ Hills", |
|
8252
|
|
|
|
|
|
|
"61877283", "Monkoora", |
|
8253
|
|
|
|
|
|
|
"61743543", "Kingaroy", |
|
8254
|
|
|
|
|
|
|
"6173402", "Beenleigh", |
|
8255
|
|
|
|
|
|
|
"617476538", "Home\ Hill", |
|
8256
|
|
|
|
|
|
|
"618682008", "Denbarker", |
|
8257
|
|
|
|
|
|
|
"61355109", "Dundonnell", |
|
8258
|
|
|
|
|
|
|
"61887153", "Tarpeena", |
|
8259
|
|
|
|
|
|
|
"61255333", "Rawdon\ Vale", |
|
8260
|
|
|
|
|
|
|
"61740733", "Mareeba", |
|
8261
|
|
|
|
|
|
|
"61741174", "Maryborough", |
|
8262
|
|
|
|
|
|
|
"61753565", "Ballugan", |
|
8263
|
|
|
|
|
|
|
"618763933", "Yabmana", |
|
8264
|
|
|
|
|
|
|
"617486716", "Rolleston", |
|
8265
|
|
|
|
|
|
|
"612583813", "Magometon", |
|
8266
|
|
|
|
|
|
|
"61355152", "Terang", |
|
8267
|
|
|
|
|
|
|
"6135718", "Wangaratta", |
|
8268
|
|
|
|
|
|
|
"61344650", "Avoca", |
|
8269
|
|
|
|
|
|
|
"61246014", "Campbelltown", |
|
8270
|
|
|
|
|
|
|
"61897762", "Beedelup", |
|
8271
|
|
|
|
|
|
|
"61357176", "Flowerdale", |
|
8272
|
|
|
|
|
|
|
"61363664", "Gladstone", |
|
8273
|
|
|
|
|
|
|
"61752177", "Kia\ Ora", |
|
8274
|
|
|
|
|
|
|
"61345123", "Warrnambool", |
|
8275
|
|
|
|
|
|
|
"6175361", "Rosewood", |
|
8276
|
|
|
|
|
|
|
"617458938", "Teelba", |
|
8277
|
|
|
|
|
|
|
"61752221", "Jimna", |
|
8278
|
|
|
|
|
|
|
"61867092", "Beedelup", |
|
8279
|
|
|
|
|
|
|
"61756074", "Tweed\ Heads", |
|
8280
|
|
|
|
|
|
|
"61355749", "Victoria\ Valley", |
|
8281
|
|
|
|
|
|
|
"61876161", "Cummins", |
|
8282
|
|
|
|
|
|
|
"61350059", "Pan\ Ban", |
|
8283
|
|
|
|
|
|
|
"61888094", "South\ Hummocks", |
|
8284
|
|
|
|
|
|
|
"6189308", "Wanneroo", |
|
8285
|
|
|
|
|
|
|
"61896332", "Kalannie\ East", |
|
8286
|
|
|
|
|
|
|
"61362092", "Margate", |
|
8287
|
|
|
|
|
|
|
"61875100", "Barmera", |
|
8288
|
|
|
|
|
|
|
"61361209", "South\ Bruny", |
|
8289
|
|
|
|
|
|
|
"618660751", "Coomberdale", |
|
8290
|
|
|
|
|
|
|
"61752112", "Pomona", |
|
8291
|
|
|
|
|
|
|
"613451389", "Panmure", |
|
8292
|
|
|
|
|
|
|
"61264255", "Merimbula", |
|
8293
|
|
|
|
|
|
|
"61891183", "Derby", |
|
8294
|
|
|
|
|
|
|
"617480267", "Miclere", |
|
8295
|
|
|
|
|
|
|
"612574426", "Goolhi", |
|
8296
|
|
|
|
|
|
|
"61879065", "Roper\ River", |
|
8297
|
|
|
|
|
|
|
"61742404", "Mount\ Surprise", |
|
8298
|
|
|
|
|
|
|
"61895672", "Rockingham", |
|
8299
|
|
|
|
|
|
|
"61748355", "Broadsound", |
|
8300
|
|
|
|
|
|
|
"612583154", "Condobolin", |
|
8301
|
|
|
|
|
|
|
"612530126", "Manildra", |
|
8302
|
|
|
|
|
|
|
"61258045", "Dubbo", |
|
8303
|
|
|
|
|
|
|
"61742360", "Daintree", |
|
8304
|
|
|
|
|
|
|
"61240189", "Nelson\ Bay", |
|
8305
|
|
|
|
|
|
|
"61257088", "Mirriadool", |
|
8306
|
|
|
|
|
|
|
"6124474", "Moruya", |
|
8307
|
|
|
|
|
|
|
"61264138", "Cobargo", |
|
8308
|
|
|
|
|
|
|
"61878097", "Yorketown", |
|
8309
|
|
|
|
|
|
|
"618763957", "Georgetown", |
|
8310
|
|
|
|
|
|
|
"618865024", "Glendambo", |
|
8311
|
|
|
|
|
|
|
"61755671", "Kerry", |
|
8312
|
|
|
|
|
|
|
"613470948", "Whorouly", |
|
8313
|
|
|
|
|
|
|
"61363000", "Launceston", |
|
8314
|
|
|
|
|
|
|
"61341499", "Ensay", |
|
8315
|
|
|
|
|
|
|
"61245611", "Windsor", |
|
8316
|
|
|
|
|
|
|
"61747947", "Flinders", |
|
8317
|
|
|
|
|
|
|
"61355580", "South\ Purrumbete", |
|
8318
|
|
|
|
|
|
|
"61245082", "Kurrajong\ Heights", |
|
8319
|
|
|
|
|
|
|
"61888970", "Ardrossan", |
|
8320
|
|
|
|
|
|
|
"61888902", "Burra", |
|
8321
|
|
|
|
|
|
|
"61362904", "Woodbury", |
|
8322
|
|
|
|
|
|
|
"61289988", "Sydney", |
|
8323
|
|
|
|
|
|
|
"61885114", "Marama", |
|
8324
|
|
|
|
|
|
|
"61343109", "Creswick", |
|
8325
|
|
|
|
|
|
|
"61886550", "Wandearah\ East", |
|
8326
|
|
|
|
|
|
|
"6138562", "Clayton", |
|
8327
|
|
|
|
|
|
|
"6188449", "Adelaide", |
|
8328
|
|
|
|
|
|
|
"61256541", "Whiporie", |
|
8329
|
|
|
|
|
|
|
"61265228", "Singleton", |
|
8330
|
|
|
|
|
|
|
"6128782", "Liverpool", |
|
8331
|
|
|
|
|
|
|
"61749089", "Spier", |
|
8332
|
|
|
|
|
|
|
"61889615", "Simpson", |
|
8333
|
|
|
|
|
|
|
"61756662", "Jimboomba", |
|
8334
|
|
|
|
|
|
|
"617458990", "Cottonvale", |
|
8335
|
|
|
|
|
|
|
"618989378", "Dumbleyung", |
|
8336
|
|
|
|
|
|
|
"61363072", "Ringarooma", |
|
8337
|
|
|
|
|
|
|
"61887005", "Bangham", |
|
8338
|
|
|
|
|
|
|
"61744101", "Ravenswood", |
|
8339
|
|
|
|
|
|
|
"61255130", "Murrurundi", |
|
8340
|
|
|
|
|
|
|
"61896661", "Kalannie", |
|
8341
|
|
|
|
|
|
|
"61267253", "Craigleigh", |
|
8342
|
|
|
|
|
|
|
"61753197", "Caloundra", |
|
8343
|
|
|
|
|
|
|
"61367766", "Campbell\ Town", |
|
8344
|
|
|
|
|
|
|
"61754637", "Kalbar", |
|
8345
|
|
|
|
|
|
|
"61340125", "Berriwillock", |
|
8346
|
|
|
|
|
|
|
"618601009", "Esperance", |
|
8347
|
|
|
|
|
|
|
"61895600", "Pinjarra", |
|
8348
|
|
|
|
|
|
|
"61246667", "Camden", |
|
8349
|
|
|
|
|
|
|
"61269037", "Gunbar", |
|
8350
|
|
|
|
|
|
|
"61890108", "Korbelka", |
|
8351
|
|
|
|
|
|
|
"61260080", "Walla\ Walla", |
|
8352
|
|
|
|
|
|
|
"61745735", "Charleville", |
|
8353
|
|
|
|
|
|
|
"61340539", "Ultima", |
|
8354
|
|
|
|
|
|
|
"61867226", "Darkan", |
|
8355
|
|
|
|
|
|
|
"618821", "Adelaide", |
|
8356
|
|
|
|
|
|
|
"61363017", "Bridport", |
|
8357
|
|
|
|
|
|
|
"617442604", "Gulf", |
|
8358
|
|
|
|
|
|
|
"6137505", "Clayton", |
|
8359
|
|
|
|
|
|
|
"617452575", "Haden", |
|
8360
|
|
|
|
|
|
|
"6189519", "Mount\ Helena", |
|
8361
|
|
|
|
|
|
|
"61356200", "Neerim\ South", |
|
8362
|
|
|
|
|
|
|
"61742163", "Minnamoolka", |
|
8363
|
|
|
|
|
|
|
"61340606", "Mildura", |
|
8364
|
|
|
|
|
|
|
"61877156", "Rendelsham", |
|
8365
|
|
|
|
|
|
|
"618600240", "Kellerberrin", |
|
8366
|
|
|
|
|
|
|
"612532959", "Greenethorpe", |
|
8367
|
|
|
|
|
|
|
"613574731", "Thoona", |
|
8368
|
|
|
|
|
|
|
"61887408", "Monkoora", |
|
8369
|
|
|
|
|
|
|
"613546091", "Amphitheatre", |
|
8370
|
|
|
|
|
|
|
"61875172", "Lowbank", |
|
8371
|
|
|
|
|
|
|
"61242100", "Kiama", |
|
8372
|
|
|
|
|
|
|
"618683610", "Hyden\ East", |
|
8373
|
|
|
|
|
|
|
"613545984", "Quambatook", |
|
8374
|
|
|
|
|
|
|
"61895064", "Yanchep", |
|
8375
|
|
|
|
|
|
|
"613432168", "Navarre", |
|
8376
|
|
|
|
|
|
|
"61887286", "Tarpeena", |
|
8377
|
|
|
|
|
|
|
"61746778", "Goondiwindi", |
|
8378
|
|
|
|
|
|
|
"61267876", "Ebor", |
|
8379
|
|
|
|
|
|
|
"61876252", "Port\ Augusta", |
|
8380
|
|
|
|
|
|
|
"617487134", "Mackay", |
|
8381
|
|
|
|
|
|
|
"61746894", "Jimbour", |
|
8382
|
|
|
|
|
|
|
"617458612", "Darr\ Creek", |
|
8383
|
|
|
|
|
|
|
"61269928", "Grong\ Grong", |
|
8384
|
|
|
|
|
|
|
"61357429", "Tungamah", |
|
8385
|
|
|
|
|
|
|
"61886182", "Poochera", |
|
8386
|
|
|
|
|
|
|
"618683655", "Pingrup\ East", |
|
8387
|
|
|
|
|
|
|
"61354144", "Redesdale", |
|
8388
|
|
|
|
|
|
|
"61244806", "Nowra", |
|
8389
|
|
|
|
|
|
|
"613470809", "Yea", |
|
8390
|
|
|
|
|
|
|
"61269484", "Tooma", |
|
8391
|
|
|
|
|
|
|
"6128107", "Liverpool", |
|
8392
|
|
|
|
|
|
|
"61875117", "Strathalbyn", |
|
8393
|
|
|
|
|
|
|
"61896931", "York", |
|
8394
|
|
|
|
|
|
|
"61364473", "Sheffield", |
|
8395
|
|
|
|
|
|
|
"61754967", "Caboolture", |
|
8396
|
|
|
|
|
|
|
"61890511", "Eyre", |
|
8397
|
|
|
|
|
|
|
"617442956", "Gununa", |
|
8398
|
|
|
|
|
|
|
"618993988", "Eneabba\ North", |
|
8399
|
|
|
|
|
|
|
"61253082", "Lyndhurst", |
|
8400
|
|
|
|
|
|
|
"61361161", "Oatlands", |
|
8401
|
|
|
|
|
|
|
"61358793", "Jerilderie", |
|
8402
|
|
|
|
|
|
|
"61240517", "Karuah", |
|
8403
|
|
|
|
|
|
|
"61267692", "Ogunbil", |
|
8404
|
|
|
|
|
|
|
"618964961", "Bolgart", |
|
8405
|
|
|
|
|
|
|
"617750380", "Nobby", |
|
8406
|
|
|
|
|
|
|
"618852070", "Hamley\ Bridge", |
|
8407
|
|
|
|
|
|
|
"617486553", "Miriam\ Vale", |
|
8408
|
|
|
|
|
|
|
"61265502", "Krambach", |
|
8409
|
|
|
|
|
|
|
"61876209", "Leigh\ Creek\ South", |
|
8410
|
|
|
|
|
|
|
"61354704", "Castlemaine", |
|
8411
|
|
|
|
|
|
|
"618996958", "Upper\ Gascoyne", |
|
8412
|
|
|
|
|
|
|
"618682178", "Newdegate\ North", |
|
8413
|
|
|
|
|
|
|
"61350070", "Karawinna", |
|
8414
|
|
|
|
|
|
|
"612593782", "Griffith", |
|
8415
|
|
|
|
|
|
|
"613451287", "Panmure", |
|
8416
|
|
|
|
|
|
|
"6125776", "Tamworth", |
|
8417
|
|
|
|
|
|
|
"61752145", "Imbil", |
|
8418
|
|
|
|
|
|
|
"618863365", "Darke\ Peak", |
|
8419
|
|
|
|
|
|
|
"61895455", "Pinjarra", |
|
8420
|
|
|
|
|
|
|
"618863963", "Sleaford\ Mere", |
|
8421
|
|
|
|
|
|
|
"61743087", "Redridge", |
|
8422
|
|
|
|
|
|
|
"61861712", "Rottnest", |
|
8423
|
|
|
|
|
|
|
"6188973", "Katherine", |
|
8424
|
|
|
|
|
|
|
"61341338", "Morwell", |
|
8425
|
|
|
|
|
|
|
"61258012", "Forbes", |
|
8426
|
|
|
|
|
|
|
"612583424", "Airlands", |
|
8427
|
|
|
|
|
|
|
"61246028", "Camden", |
|
8428
|
|
|
|
|
|
|
"61367293", "Avoca", |
|
8429
|
|
|
|
|
|
|
"61897023", "Busselton", |
|
8430
|
|
|
|
|
|
|
"61747975", "Prairie", |
|
8431
|
|
|
|
|
|
|
"613431174", "Horsham", |
|
8432
|
|
|
|
|
|
|
"61888866", "Thistle", |
|
8433
|
|
|
|
|
|
|
"612574156", "Pilliga", |
|
8434
|
|
|
|
|
|
|
"61362030", "Geeveston", |
|
8435
|
|
|
|
|
|
|
"61734771", "Kooringal", |
|
8436
|
|
|
|
|
|
|
"61896390", "Cleary\ North", |
|
8437
|
|
|
|
|
|
|
"613531791", "Buninyong", |
|
8438
|
|
|
|
|
|
|
"61251128", "Bungendore", |
|
8439
|
|
|
|
|
|
|
"618856765", "Coonalpyn", |
|
8440
|
|
|
|
|
|
|
"6139294", "Croydon", |
|
8441
|
|
|
|
|
|
|
"612683956", "Purlewaugh", |
|
8442
|
|
|
|
|
|
|
"61887350", "Thornlea", |
|
8443
|
|
|
|
|
|
|
"61867030", "Augusta", |
|
8444
|
|
|
|
|
|
|
"617476590", "Mount\ Fox", |
|
8445
|
|
|
|
|
|
|
"61747051", "Cloncurry", |
|
8446
|
|
|
|
|
|
|
"61741884", "Rosedale", |
|
8447
|
|
|
|
|
|
|
"61891256", "Paraburdoo", |
|
8448
|
|
|
|
|
|
|
"61743434", "Mulgildie", |
|
8449
|
|
|
|
|
|
|
"612574269", "Sandy\ Flat", |
|
8450
|
|
|
|
|
|
|
"613431724", "Minimay", |
|
8451
|
|
|
|
|
|
|
"61353123", "Learmonth", |
|
8452
|
|
|
|
|
|
|
"61255686", "Merriwa", |
|
8453
|
|
|
|
|
|
|
"618867782", "Yunta", |
|
8454
|
|
|
|
|
|
|
"61258077", "Rocky\ Glen", |
|
8455
|
|
|
|
|
|
|
"6129861", "Sydney", |
|
8456
|
|
|
|
|
|
|
"61348274", "Wakool", |
|
8457
|
|
|
|
|
|
|
"61343152", "Lorquon", |
|
8458
|
|
|
|
|
|
|
"61888959", "Burra", |
|
8459
|
|
|
|
|
|
|
"61895058", "Rockingham", |
|
8460
|
|
|
|
|
|
|
"61745565", "Diamondy", |
|
8461
|
|
|
|
|
|
|
"61748017", "Blackwater", |
|
8462
|
|
|
|
|
|
|
"61886807", "Minnipa", |
|
8463
|
|
|
|
|
|
|
"618964440", "Coomallo", |
|
8464
|
|
|
|
|
|
|
"61258070", "Geurie", |
|
8465
|
|
|
|
|
|
|
"618683144", "Denbarker", |
|
8466
|
|
|
|
|
|
|
"61868044", "Cairlocup", |
|
8467
|
|
|
|
|
|
|
"613532260", "Rainbow", |
|
8468
|
|
|
|
|
|
|
"613442049", "Colbinabbin", |
|
8469
|
|
|
|
|
|
|
"61887357", "Rendelsham", |
|
8470
|
|
|
|
|
|
|
"61867037", "Busselton", |
|
8471
|
|
|
|
|
|
|
"618862992", "Cummins", |
|
8472
|
|
|
|
|
|
|
"61888311", "Maitland", |
|
8473
|
|
|
|
|
|
|
"61269904", "Humula", |
|
8474
|
|
|
|
|
|
|
"61358968", "Kyabram", |
|
8475
|
|
|
|
|
|
|
"61292", "Sydney", |
|
8476
|
|
|
|
|
|
|
"617441884", "Clarke", |
|
8477
|
|
|
|
|
|
|
"61887988", "Padthaway", |
|
8478
|
|
|
|
|
|
|
"6189236", "Spearwood", |
|
8479
|
|
|
|
|
|
|
"61345065", "Cavendish", |
|
8480
|
|
|
|
|
|
|
"61745393", "Wallumbilla", |
|
8481
|
|
|
|
|
|
|
"617486161", "Bauhinia", |
|
8482
|
|
|
|
|
|
|
"617476450", "Charters\ Towers", |
|
8483
|
|
|
|
|
|
|
"618753187", "Penneshaw", |
|
8484
|
|
|
|
|
|
|
"61887042", "Kingston\ Se", |
|
8485
|
|
|
|
|
|
|
"61756629", "Tweed\ Heads", |
|
8486
|
|
|
|
|
|
|
"612594192", "Coolamon", |
|
8487
|
|
|
|
|
|
|
"61887424", "Tarpeena", |
|
8488
|
|
|
|
|
|
|
"61891964", "Leopold", |
|
8489
|
|
|
|
|
|
|
"61754186", "Laidley", |
|
8490
|
|
|
|
|
|
|
"61362037", "Hermitage", |
|
8491
|
|
|
|
|
|
|
"617486880", "Walkerston", |
|
8492
|
|
|
|
|
|
|
"61896397", "Yelbeni", |
|
8493
|
|
|
|
|
|
|
"618989165", "Pingelly", |
|
8494
|
|
|
|
|
|
|
"612530038", "Canowindra", |
|
8495
|
|
|
|
|
|
|
"61268921", "Trundle", |
|
8496
|
|
|
|
|
|
|
"6127810", "Parramatta", |
|
8497
|
|
|
|
|
|
|
"61355119", "Cobden", |
|
8498
|
|
|
|
|
|
|
"61350077", "Mallan", |
|
8499
|
|
|
|
|
|
|
"61878032", "Yorketown", |
|
8500
|
|
|
|
|
|
|
"61240274", "Wootton", |
|
8501
|
|
|
|
|
|
|
"61890124", "Merredin", |
|
8502
|
|
|
|
|
|
|
"618903681", "Bullfinch", |
|
8503
|
|
|
|
|
|
|
"61743080", "Manumbar", |
|
8504
|
|
|
|
|
|
|
"613542013", "Dingee", |
|
8505
|
|
|
|
|
|
|
"61248769", "Tarago", |
|
8506
|
|
|
|
|
|
|
"61350012", "Box\ Creek", |
|
8507
|
|
|
|
|
|
|
"61344018", "Rochester", |
|
8508
|
|
|
|
|
|
|
"61240510", "Branxton", |
|
8509
|
|
|
|
|
|
|
"618753349", "Mypolonga", |
|
8510
|
|
|
|
|
|
|
"61350681", "Mildura", |
|
8511
|
|
|
|
|
|
|
"61754960", "Caloundra", |
|
8512
|
|
|
|
|
|
|
"61265204", "Ravensworth", |
|
8513
|
|
|
|
|
|
|
"613431896", "Crymelon", |
|
8514
|
|
|
|
|
|
|
"617473893", "Gulf", |
|
8515
|
|
|
|
|
|
|
"61877354", "Keilira", |
|
8516
|
|
|
|
|
|
|
"61752159", "Pomona", |
|
8517
|
|
|
|
|
|
|
"61895449", "Gidgegannup", |
|
8518
|
|
|
|
|
|
|
"61879123", "Jabiru", |
|
8519
|
|
|
|
|
|
|
"61746299", "Yuleba", |
|
8520
|
|
|
|
|
|
|
"61898275", "Amelup", |
|
8521
|
|
|
|
|
|
|
"61264761", "Merimbula", |
|
8522
|
|
|
|
|
|
|
"61248125", "Goulburn", |
|
8523
|
|
|
|
|
|
|
"61752102", "Kia\ Ora", |
|
8524
|
|
|
|
|
|
|
"61361219", "Brighton", |
|
8525
|
|
|
|
|
|
|
"612583712", "Gwabegar", |
|
8526
|
|
|
|
|
|
|
"61886785", "Roxby\ Downs", |
|
8527
|
|
|
|
|
|
|
"61358335", "Tatura", |
|
8528
|
|
|
|
|
|
|
"613470879", "Kinglake", |
|
8529
|
|
|
|
|
|
|
"61875110", "Langhorne\ Creek", |
|
8530
|
|
|
|
|
|
|
"61248539", "Bowral", |
|
8531
|
|
|
|
|
|
|
"61891634", "Port\ Hedland", |
|
8532
|
|
|
|
|
|
|
"613470133", "Bonnie\ Doon", |
|
8533
|
|
|
|
|
|
|
"61891958", "Christmas\ Island", |
|
8534
|
|
|
|
|
|
|
"61885463", "Willunga", |
|
8535
|
|
|
|
|
|
|
"617452505", "Brymaroo", |
|
8536
|
|
|
|
|
|
|
"61744096", "Ayr", |
|
8537
|
|
|
|
|
|
|
"61356207", "Toora", |
|
8538
|
|
|
|
|
|
|
"61246004", "Campbelltown", |
|
8539
|
|
|
|
|
|
|
"61891387", "Broome", |
|
8540
|
|
|
|
|
|
|
"61730397", "Ipswich", |
|
8541
|
|
|
|
|
|
|
"61358638", "Blighty", |
|
8542
|
|
|
|
|
|
|
"61242107", "Wollongong", |
|
8543
|
|
|
|
|
|
|
"61358954", "Shepparton", |
|
8544
|
|
|
|
|
|
|
"61259385", "Narrandera", |
|
8545
|
|
|
|
|
|
|
"613470157", "Moyhu", |
|
8546
|
|
|
|
|
|
|
"61269030", "Egansford", |
|
8547
|
|
|
|
|
|
|
"61745825", "Moonie", |
|
8548
|
|
|
|
|
|
|
"61895607", "Byford", |
|
8549
|
|
|
|
|
|
|
"612984", "Parramatta", |
|
8550
|
|
|
|
|
|
|
"618601079", "Kalgoorlie", |
|
8551
|
|
|
|
|
|
|
"61246660", "Campbelltown", |
|
8552
|
|
|
|
|
|
|
"61355043", "Coleraine", |
|
8553
|
|
|
|
|
|
|
"617451769", "Cockatoo", |
|
8554
|
|
|
|
|
|
|
"618904271", "Wilgoyne", |
|
8555
|
|
|
|
|
|
|
"618967698", "Koorda", |
|
8556
|
|
|
|
|
|
|
"61745132", "Goombungee", |
|
8557
|
|
|
|
|
|
|
"61753190", "Nambour", |
|
8558
|
|
|
|
|
|
|
"61746603", "Warwick", |
|
8559
|
|
|
|
|
|
|
"61363010", "Bicheno", |
|
8560
|
|
|
|
|
|
|
"61354728", "Boort", |
|
8561
|
|
|
|
|
|
|
"61260087", "Yackandandah", |
|
8562
|
|
|
|
|
|
|
"618660998", "Koorda", |
|
8563
|
|
|
|
|
|
|
"61877368", "Padthaway", |
|
8564
|
|
|
|
|
|
|
"6128773", "Bankstown", |
|
8565
|
|
|
|
|
|
|
"61886557", "Wharminda", |
|
8566
|
|
|
|
|
|
|
"61891471", "Karratha", |
|
8567
|
|
|
|
|
|
|
"61740039", "Daintree", |
|
8568
|
|
|
|
|
|
|
"6135592", "Terang", |
|
8569
|
|
|
|
|
|
|
"61248606", "Paddys\ River", |
|
8570
|
|
|
|
|
|
|
"618903541", "Leonora", |
|
8571
|
|
|
|
|
|
|
"61255137", "Broke", |
|
8572
|
|
|
|
|
|
|
"61260671", "Walla\ Walla", |
|
8573
|
|
|
|
|
|
|
"612533013", "Cudal", |
|
8574
|
|
|
|
|
|
|
"61899056", "Howatharra", |
|
8575
|
|
|
|
|
|
|
"618866926", "Mintabie", |
|
8576
|
|
|
|
|
|
|
"61342442", "Geelong", |
|
8577
|
|
|
|
|
|
|
"61240665", "Newcastle", |
|
8578
|
|
|
|
|
|
|
"618753375", "Waikerie", |
|
8579
|
|
|
|
|
|
|
"61891174", "Telfer", |
|
8580
|
|
|
|
|
|
|
"61753058", "Woolooga", |
|
8581
|
|
|
|
|
|
|
"613573036", "Flowerdale", |
|
8582
|
|
|
|
|
|
|
"61351027", "Bruthen", |
|
8583
|
|
|
|
|
|
|
"618967055", "Studleigh", |
|
8584
|
|
|
|
|
|
|
"61256337", "Dyraaba", |
|
8585
|
|
|
|
|
|
|
"61265995", "Stuarts\ Point", |
|
8586
|
|
|
|
|
|
|
"618683130", "Boddington", |
|
8587
|
|
|
|
|
|
|
"618964434", "Bidaminna", |
|
8588
|
|
|
|
|
|
|
"61348156", "Logie\ Brae", |
|
8589
|
|
|
|
|
|
|
"617750321", "Clifton", |
|
8590
|
|
|
|
|
|
|
"61258205", "Bourke", |
|
8591
|
|
|
|
|
|
|
"6128516", "Engadine", |
|
8592
|
|
|
|
|
|
|
"61358178", "Logie\ Brae", |
|
8593
|
|
|
|
|
|
|
"61240368", "Wootton", |
|
8594
|
|
|
|
|
|
|
"61341343", "Orbost", |
|
8595
|
|
|
|
|
|
|
"61359036", "Tankerton", |
|
8596
|
|
|
|
|
|
|
"61752253", "Gympie", |
|
8597
|
|
|
|
|
|
|
"61743076", "Maryborough", |
|
8598
|
|
|
|
|
|
|
"618967010", "Meckering", |
|
8599
|
|
|
|
|
|
|
"613451052", "Coleraine", |
|
8600
|
|
|
|
|
|
|
"61361049", "Dunalley", |
|
8601
|
|
|
|
|
|
|
"61255081", "Pacific\ Palms", |
|
8602
|
|
|
|
|
|
|
"613532313", "Ballan", |
|
8603
|
|
|
|
|
|
|
"61244110", "Bawley\ Point", |
|
8604
|
|
|
|
|
|
|
"61357519", "Myrtleford", |
|
8605
|
|
|
|
|
|
|
"61741183", "Kumbia", |
|
8606
|
|
|
|
|
|
|
"61255612", "Smithtown", |
|
8607
|
|
|
|
|
|
|
"618997028", "Cue", |
|
8608
|
|
|
|
|
|
|
"618660092", "Dale\ River", |
|
8609
|
|
|
|
|
|
|
"61363891", "Scottsdale", |
|
8610
|
|
|
|
|
|
|
"61357812", "Winton", |
|
8611
|
|
|
|
|
|
|
"61756083", "Tamborine\ Mountain", |
|
8612
|
|
|
|
|
|
|
"612582512", "Purlewaugh", |
|
8613
|
|
|
|
|
|
|
"61351938", "Ensay", |
|
8614
|
|
|
|
|
|
|
"613470142", "Euroa", |
|
8615
|
|
|
|
|
|
|
"61351654", "Erica", |
|
8616
|
|
|
|
|
|
|
"61753455", "Nambour", |
|
8617
|
|
|
|
|
|
|
"61754170", "Thornton", |
|
8618
|
|
|
|
|
|
|
"61898355", "Jacup", |
|
8619
|
|
|
|
|
|
|
"61745672", "Coondarra", |
|
8620
|
|
|
|
|
|
|
"61255677", "Gloucester", |
|
8621
|
|
|
|
|
|
|
"61267705", "Boorolong", |
|
8622
|
|
|
|
|
|
|
"61258086", "Naradhan", |
|
8623
|
|
|
|
|
|
|
"6129446", "Terrey\ Hills", |
|
8624
|
|
|
|
|
|
|
"61260131", "Corryong", |
|
8625
|
|
|
|
|
|
|
"61340394", "Ouyen", |
|
8626
|
|
|
|
|
|
|
"61269295", "Lockhart", |
|
8627
|
|
|
|
|
|
|
"613442075", "Mitiamo", |
|
8628
|
|
|
|
|
|
|
"61745617", "Isisford", |
|
8629
|
|
|
|
|
|
|
"617442807", "Long\ Pocket", |
|
8630
|
|
|
|
|
|
|
"618864315", "Yeelanna", |
|
8631
|
|
|
|
|
|
|
"61898658", "Pingelly\ East", |
|
8632
|
|
|
|
|
|
|
"61876310", "Nunjikompita", |
|
8633
|
|
|
|
|
|
|
"612573401", "Inverell", |
|
8634
|
|
|
|
|
|
|
"61897947", "Nannup", |
|
8635
|
|
|
|
|
|
|
"61268267", "Dubbo", |
|
8636
|
|
|
|
|
|
|
"6129501", "Sutherland", |
|
8637
|
|
|
|
|
|
|
"61888595", "Blyth", |
|
8638
|
|
|
|
|
|
|
"6138802", "Melbourne", |
|
8639
|
|
|
|
|
|
|
"61361307", "Gretna", |
|
8640
|
|
|
|
|
|
|
"612583318", "Airlands", |
|
8641
|
|
|
|
|
|
|
"61896066", "Cunderdin", |
|
8642
|
|
|
|
|
|
|
"61744428", "Gununa", |
|
8643
|
|
|
|
|
|
|
"61353262", "Scarsdale", |
|
8644
|
|
|
|
|
|
|
"61240354", "Newcastle", |
|
8645
|
|
|
|
|
|
|
"617458835", "Morven", |
|
8646
|
|
|
|
|
|
|
"6139955", "Ringwood", |
|
8647
|
|
|
|
|
|
|
"618967753", "Beverley", |
|
8648
|
|
|
|
|
|
|
"617459050", "Pittsworth", |
|
8649
|
|
|
|
|
|
|
"618997036", "Guranu", |
|
8650
|
|
|
|
|
|
|
"61889567", "Petermann", |
|
8651
|
|
|
|
|
|
|
"617459015", "Helidon", |
|
8652
|
|
|
|
|
|
|
"618680089", "Boddington", |
|
8653
|
|
|
|
|
|
|
"618763631", "Frome", |
|
8654
|
|
|
|
|
|
|
"618601045", "Southern\ Cross", |
|
8655
|
|
|
|
|
|
|
"61885813", "Eudunda", |
|
8656
|
|
|
|
|
|
|
"61356319", "Trafalgar", |
|
8657
|
|
|
|
|
|
|
"61877274", "Kingston\ Se", |
|
8658
|
|
|
|
|
|
|
"61898000", "Albany", |
|
8659
|
|
|
|
|
|
|
"617451809", "Cottonvale", |
|
8660
|
|
|
|
|
|
|
"61753064", "Maleny", |
|
8661
|
|
|
|
|
|
|
"61742508", "Kidston", |
|
8662
|
|
|
|
|
|
|
"6175463", "Boonah", |
|
8663
|
|
|
|
|
|
|
"61264340", "Nimmitabel", |
|
8664
|
|
|
|
|
|
|
"61240427", "Branxton", |
|
8665
|
|
|
|
|
|
|
"61267145", "Walcha\ Road", |
|
8666
|
|
|
|
|
|
|
"61867181", "Upper\ Preston", |
|
8667
|
|
|
|
|
|
|
"61268188", "Stuart\ Town", |
|
8668
|
|
|
|
|
|
|
"6128935", "Sydney", |
|
8669
|
|
|
|
|
|
|
"612532515", "Cassilis", |
|
8670
|
|
|
|
|
|
|
"618903290", "Bullaring", |
|
8671
|
|
|
|
|
|
|
"61746193", "Nobby", |
|
8672
|
|
|
|
|
|
|
"61890563", "Mount\ Beaumont", |
|
8673
|
|
|
|
|
|
|
"617458599", "Charleville", |
|
8674
|
|
|
|
|
|
|
"618856722", "Swan\ Reach", |
|
8675
|
|
|
|
|
|
|
"61886116", "Koppio", |
|
8676
|
|
|
|
|
|
|
"61887277", "Kalangadoo", |
|
8677
|
|
|
|
|
|
|
"61898664", "Beaufort\ River", |
|
8678
|
|
|
|
|
|
|
"618967737", "Aldersyde", |
|
8679
|
|
|
|
|
|
|
"61887121", "Tilley\ Swamp", |
|
8680
|
|
|
|
|
|
|
"61744025", "Townsville", |
|
8681
|
|
|
|
|
|
|
"613442123", "Heathcote", |
|
8682
|
|
|
|
|
|
|
"61748240", "Garnant", |
|
8683
|
|
|
|
|
|
|
"61753600", "Caboolture", |
|
8684
|
|
|
|
|
|
|
"61340001", "Box\ Creek", |
|
8685
|
|
|
|
|
|
|
"61359220", "Red\ Hill", |
|
8686
|
|
|
|
|
|
|
"61267887", "Ingleba", |
|
8687
|
|
|
|
|
|
|
"61263118", "Killongbutta", |
|
8688
|
|
|
|
|
|
|
"61351668", "Golden\ Beach", |
|
8689
|
|
|
|
|
|
|
"61248196", "Nerriga", |
|
8690
|
|
|
|
|
|
|
"613470845", "Swanpool", |
|
8691
|
|
|
|
|
|
|
"61383764", "Point\ Cook", |
|
8692
|
|
|
|
|
|
|
"613441213", "Gunbower", |
|
8693
|
|
|
|
|
|
|
"61887212", "Mount\ Gambier", |
|
8694
|
|
|
|
|
|
|
"61267880", "Armidale", |
|
8695
|
|
|
|
|
|
|
"61351593", "Cann\ River", |
|
8696
|
|
|
|
|
|
|
"61359227", "Marysville", |
|
8697
|
|
|
|
|
|
|
"61743131", "Pialba", |
|
8698
|
|
|
|
|
|
|
"61258242", "Walgett", |
|
8699
|
|
|
|
|
|
|
"61887514", "Marcollat", |
|
8700
|
|
|
|
|
|
|
"61890395", "Eyre", |
|
8701
|
|
|
|
|
|
|
"61363493", "Scottsdale", |
|
8702
|
|
|
|
|
|
|
"61347032", "Mount\ Beauty", |
|
8703
|
|
|
|
|
|
|
"61344139", "Jarklin", |
|
8704
|
|
|
|
|
|
|
"61879262", "Tanami", |
|
8705
|
|
|
|
|
|
|
"618753168", "Loxton", |
|
8706
|
|
|
|
|
|
|
"617452549", "Westgrove", |
|
8707
|
|
|
|
|
|
|
"61880805", "Wilcannia", |
|
8708
|
|
|
|
|
|
|
"61261498", "Uriarra\ Forest", |
|
8709
|
|
|
|
|
|
|
"61738277", "Beenleigh", |
|
8710
|
|
|
|
|
|
|
"613553993", "Woolsthorpe", |
|
8711
|
|
|
|
|
|
|
"61748247", "Rockhampton", |
|
8712
|
|
|
|
|
|
|
"61356478", "Trafalgar", |
|
8713
|
|
|
|
|
|
|
"61753607", "Thornton", |
|
8714
|
|
|
|
|
|
|
"61355038", "Chetwynd", |
|
8715
|
|
|
|
|
|
|
"612532883", "Caragabal", |
|
8716
|
|
|
|
|
|
|
"61891376", "Dampier", |
|
8717
|
|
|
|
|
|
|
"618989122", "Cuballing", |
|
8718
|
|
|
|
|
|
|
"61887270", "Monkoora", |
|
8719
|
|
|
|
|
|
|
"61353808", "Banyena", |
|
8720
|
|
|
|
|
|
|
"61248001", "Barrallier", |
|
8721
|
|
|
|
|
|
|
"617451879", "Diamantina", |
|
8722
|
|
|
|
|
|
|
"613553546", "Dundonnell", |
|
8723
|
|
|
|
|
|
|
"6189759", "Margaret\ River", |
|
8724
|
|
|
|
|
|
|
"618996714", "Carnamah\ West", |
|
8725
|
|
|
|
|
|
|
"61343203", "Balliang", |
|
8726
|
|
|
|
|
|
|
"61267742", "Walcha", |
|
8727
|
|
|
|
|
|
|
"61898007", "Arthur\ River", |
|
8728
|
|
|
|
|
|
|
"61875556", "Gawler", |
|
8729
|
|
|
|
|
|
|
"6173202", "Ipswich", |
|
8730
|
|
|
|
|
|
|
"618683528", "Lumeah", |
|
8731
|
|
|
|
|
|
|
"61260076", "Talmalmo", |
|
8732
|
|
|
|
|
|
|
"618600234", "Grass\ Patch", |
|
8733
|
|
|
|
|
|
|
"61340196", "Mittyack", |
|
8734
|
|
|
|
|
|
|
"61264347", "Bombala", |
|
8735
|
|
|
|
|
|
|
"61240420", "Newcastle", |
|
8736
|
|
|
|
|
|
|
"61350544", "Robinvale", |
|
8737
|
|
|
|
|
|
|
"61355435", "Penshurst", |
|
8738
|
|
|
|
|
|
|
"61361464", "Hobart", |
|
8739
|
|
|
|
|
|
|
"61267159", "Craigleigh", |
|
8740
|
|
|
|
|
|
|
"61264052", "Dalgety", |
|
8741
|
|
|
|
|
|
|
"61356075", "Bunyip", |
|
8742
|
|
|
|
|
|
|
"61245006", "St\ Albans", |
|
8743
|
|
|
|
|
|
|
"613451422", "Dorodong", |
|
8744
|
|
|
|
|
|
|
"61863889", "Perth", |
|
8745
|
|
|
|
|
|
|
"61361300", "Orford", |
|
8746
|
|
|
|
|
|
|
"61357383", "King\ Valley", |
|
8747
|
|
|
|
|
|
|
"61749623", "Mackay", |
|
8748
|
|
|
|
|
|
|
"613441924", "Murrabit", |
|
8749
|
|
|
|
|
|
|
"618982377", "Kojaneerup", |
|
8750
|
|
|
|
|
|
|
"61889560", "Rodinga", |
|
8751
|
|
|
|
|
|
|
"6139259", "Ringwood", |
|
8752
|
|
|
|
|
|
|
"617487140", "Moranbah", |
|
8753
|
|
|
|
|
|
|
"61341175", "Munro", |
|
8754
|
|
|
|
|
|
|
"61342008", "Anglesea", |
|
8755
|
|
|
|
|
|
|
"617473917", "Gununa", |
|
8756
|
|
|
|
|
|
|
"613442005", "Lalbert", |
|
8757
|
|
|
|
|
|
|
"617452689", "Barcoo", |
|
8758
|
|
|
|
|
|
|
"613553614", "Timboon", |
|
8759
|
|
|
|
|
|
|
"618683536", "Mount\ Madden", |
|
8760
|
|
|
|
|
|
|
"61350205", "Curyo", |
|
8761
|
|
|
|
|
|
|
"61284193", "Terrey\ Hills", |
|
8762
|
|
|
|
|
|
|
"61753449", "Kilkivan", |
|
8763
|
|
|
|
|
|
|
"613531810", "Daylesford", |
|
8764
|
|
|
|
|
|
|
"61250178", "Oaklands", |
|
8765
|
|
|
|
|
|
|
"61244172", "Huskisson", |
|
8766
|
|
|
|
|
|
|
"61255670", "Comboyne", |
|
8767
|
|
|
|
|
|
|
"61364092", "Rosebery", |
|
8768
|
|
|
|
|
|
|
"61367199", "Exeter", |
|
8769
|
|
|
|
|
|
|
"617486821", "Cannon\ Valley", |
|
8770
|
|
|
|
|
|
|
"61268260", "Neilrex", |
|
8771
|
|
|
|
|
|
|
"61357870", "Kilmore", |
|
8772
|
|
|
|
|
|
|
"61876317", "Sleaford\ Mere", |
|
8773
|
|
|
|
|
|
|
"612574959", "Oban", |
|
8774
|
|
|
|
|
|
|
"61361055", "Brighton", |
|
8775
|
|
|
|
|
|
|
"6188680", "Wudinna", |
|
8776
|
|
|
|
|
|
|
"61897940", "Upper\ Preston", |
|
8777
|
|
|
|
|
|
|
"61269181", "Junee\ Reefs", |
|
8778
|
|
|
|
|
|
|
"61885382", "Mypolonga", |
|
8779
|
|
|
|
|
|
|
"61740118", "Mutchilba", |
|
8780
|
|
|
|
|
|
|
"61745610", "Diamantina", |
|
8781
|
|
|
|
|
|
|
"617442877", "Yabulu", |
|
8782
|
|
|
|
|
|
|
"61267102", "Pallamallawa", |
|
8783
|
|
|
|
|
|
|
"61264009", "Bega", |
|
8784
|
|
|
|
|
|
|
"61266488", "Hernani", |
|
8785
|
|
|
|
|
|
|
"61256991", "Bonalbo", |
|
8786
|
|
|
|
|
|
|
"61244117", "Bawley\ Point", |
|
8787
|
|
|
|
|
|
|
"618683098", "Pingelly\ East", |
|
8788
|
|
|
|
|
|
|
"618763524", "Andamooka", |
|
8789
|
|
|
|
|
|
|
"61897689", "Harvey", |
|
8790
|
|
|
|
|
|
|
"61259714", "Wagga\ Wagga", |
|
8791
|
|
|
|
|
|
|
"61266206", "Ballina", |
|
8792
|
|
|
|
|
|
|
"61266924", "Bellingen", |
|
8793
|
|
|
|
|
|
|
"61749898", "Fitzroy\ West", |
|
8794
|
|
|
|
|
|
|
"61353734", "Daylesford", |
|
8795
|
|
|
|
|
|
|
"61754177", "Kilkivan", |
|
8796
|
|
|
|
|
|
|
"61754221", "Kilcoy", |
|
8797
|
|
|
|
|
|
|
"61862199", "Fremantle", |
|
8798
|
|
|
|
|
|
|
"61749774", "Rockhampton", |
|
8799
|
|
|
|
|
|
|
"618763369", "Kapinnie", |
|
8800
|
|
|
|
|
|
|
"61264713", "Wonboyn\ Lake", |
|
8801
|
|
|
|
|
|
|
"61350086", "Mittyack", |
|
8802
|
|
|
|
|
|
|
"61248394", "Binda", |
|
8803
|
|
|
|
|
|
|
"61387719", "Whittlesea", |
|
8804
|
|
|
|
|
|
|
"61257760", "Armidale", |
|
8805
|
|
|
|
|
|
|
"613470613", "Tatong", |
|
8806
|
|
|
|
|
|
|
"61876103", "Ceduna", |
|
8807
|
|
|
|
|
|
|
"61353558", "Lake\ Bolac", |
|
8808
|
|
|
|
|
|
|
"61748493", "Emerald", |
|
8809
|
|
|
|
|
|
|
"61886314", "Rudall", |
|
8810
|
|
|
|
|
|
|
"613553686", "Benayeo", |
|
8811
|
|
|
|
|
|
|
"618903620", "Scaddan\ West", |
|
8812
|
|
|
|
|
|
|
"612530309", "Frogmore", |
|
8813
|
|
|
|
|
|
|
"618661059", "Jurien", |
|
8814
|
|
|
|
|
|
|
"618753305", "Victor\ Harbor", |
|
8815
|
|
|
|
|
|
|
"61256330", "Lismore", |
|
8816
|
|
|
|
|
|
|
"61266085", "Murwillumbah", |
|
8817
|
|
|
|
|
|
|
"61866041", "Jennacubbine", |
|
8818
|
|
|
|
|
|
|
"6124274", "Wollongong", |
|
8819
|
|
|
|
|
|
|
"61747165", "Rollingstone", |
|
8820
|
|
|
|
|
|
|
"61890823", "Muntadgin\ East", |
|
8821
|
|
|
|
|
|
|
"61263453", "Koorawatha", |
|
8822
|
|
|
|
|
|
|
"61351020", "Bairnsdale", |
|
8823
|
|
|
|
|
|
|
"61267373", "Sandy\ Flat", |
|
8824
|
|
|
|
|
|
|
"61747703", "Kirk", |
|
8825
|
|
|
|
|
|
|
"61877335", "Taratap", |
|
8826
|
|
|
|
|
|
|
"61362625", "Brighton", |
|
8827
|
|
|
|
|
|
|
"61871003", "Adelaide", |
|
8828
|
|
|
|
|
|
|
"617442844", "Georgina", |
|
8829
|
|
|
|
|
|
|
"617480240", "Gemfields", |
|
8830
|
|
|
|
|
|
|
"61260064", "Rennie", |
|
8831
|
|
|
|
|
|
|
"61749293", "Dingo\ Beach", |
|
8832
|
|
|
|
|
|
|
"61340086", "Karawinna", |
|
8833
|
|
|
|
|
|
|
"61889216", "Tiwi", |
|
8834
|
|
|
|
|
|
|
"61256496", "Grafton", |
|
8835
|
|
|
|
|
|
|
"61885033", "Copeville", |
|
8836
|
|
|
|
|
|
|
"6136383", "Beaconsfield", |
|
8837
|
|
|
|
|
|
|
"613451160", "Casterton", |
|
8838
|
|
|
|
|
|
|
"61261185", "The\ Mullion", |
|
8839
|
|
|
|
|
|
|
"61886473", "Port\ Augusta", |
|
8840
|
|
|
|
|
|
|
"61263044", "Cassilis", |
|
8841
|
|
|
|
|
|
|
"61356120", "Tidal\ River", |
|
8842
|
|
|
|
|
|
|
"618781332", "Gawler", |
|
8843
|
|
|
|
|
|
|
"61341020", "Swifts\ Creek", |
|
8844
|
|
|
|
|
|
|
"61890559", "Leinster", |
|
8845
|
|
|
|
|
|
|
"61265326", "Rawdon\ Vale", |
|
8846
|
|
|
|
|
|
|
"61361476", "Hermitage", |
|
8847
|
|
|
|
|
|
|
"617458639", "Jundah", |
|
8848
|
|
|
|
|
|
|
"6128663", "Blacktown", |
|
8849
|
|
|
|
|
|
|
"6135358", "Stawell", |
|
8850
|
|
|
|
|
|
|
"6126645", "Maclean", |
|
8851
|
|
|
|
|
|
|
"61264590", "Bendoc", |
|
8852
|
|
|
|
|
|
|
"61743449", "Gin\ Gin", |
|
8853
|
|
|
|
|
|
|
"61872602", "Mclaren\ Vale", |
|
8854
|
|
|
|
|
|
|
"613431810", "Warracknabeal", |
|
8855
|
|
|
|
|
|
|
"61257079", "Warialda", |
|
8856
|
|
|
|
|
|
|
"61358368", "Jerilderie", |
|
8857
|
|
|
|
|
|
|
"617486570", "Spier", |
|
8858
|
|
|
|
|
|
|
"61340205", "Turriff", |
|
8859
|
|
|
|
|
|
|
"61269304", "Ganmain", |
|
8860
|
|
|
|
|
|
|
"613542005", "Castlemaine", |
|
8861
|
|
|
|
|
|
|
"617459865", "Killarney", |
|
8862
|
|
|
|
|
|
|
"61888911", "Balaklava", |
|
8863
|
|
|
|
|
|
|
"617441890", "Eddington", |
|
8864
|
|
|
|
|
|
|
"61344441", "Castlemaine", |
|
8865
|
|
|
|
|
|
|
"61887957", "Laffer", |
|
8866
|
|
|
|
|
|
|
"618763591", "Cleve", |
|
8867
|
|
|
|
|
|
|
"618683226", "Albany", |
|
8868
|
|
|
|
|
|
|
"61747019", "Yabulu", |
|
8869
|
|
|
|
|
|
|
"61867106", "Harvey", |
|
8870
|
|
|
|
|
|
|
"61895080", "Bindoon", |
|
8871
|
|
|
|
|
|
|
"61896997", "Dale\ River", |
|
8872
|
|
|
|
|
|
|
"61343229", "Dadswells\ Bridge", |
|
8873
|
|
|
|
|
|
|
"61885916", "Murray\ Bridge", |
|
8874
|
|
|
|
|
|
|
"61891364", "Roebuck", |
|
8875
|
|
|
|
|
|
|
"618964976", "Calingiri", |
|
8876
|
|
|
|
|
|
|
"61250156", "Tallangatta\ Valley", |
|
8877
|
|
|
|
|
|
|
"617486894", "Benaraby", |
|
8878
|
|
|
|
|
|
|
"6139557", "Melbourne", |
|
8879
|
|
|
|
|
|
|
"6189296", "Herne\ Hill", |
|
8880
|
|
|
|
|
|
|
"61744221", "Clarke", |
|
8881
|
|
|
|
|
|
|
"61343734", "Ballarat", |
|
8882
|
|
|
|
|
|
|
"618982502", "Walpole", |
|
8883
|
|
|
|
|
|
|
"61265108", "Pacific\ Palms", |
|
8884
|
|
|
|
|
|
|
"618903351", "Narembeen", |
|
8885
|
|
|
|
|
|
|
"6137022", "Melbourne", |
|
8886
|
|
|
|
|
|
|
"613470921", "Graytown", |
|
8887
|
|
|
|
|
|
|
"613441991", "Elmore", |
|
8888
|
|
|
|
|
|
|
"61258001", "Purlewaugh", |
|
8889
|
|
|
|
|
|
|
"61340544", "Werrimull", |
|
8890
|
|
|
|
|
|
|
"61860072", "Yilgarn\ South", |
|
8891
|
|
|
|
|
|
|
"618862983", "Cowell", |
|
8892
|
|
|
|
|
|
|
"61886588", "Carrieton", |
|
8893
|
|
|
|
|
|
|
"61350196", "Natya", |
|
8894
|
|
|
|
|
|
|
"61749652", "Gladstone", |
|
8895
|
|
|
|
|
|
|
"61255006", "Toorooka", |
|
8896
|
|
|
|
|
|
|
"61364550", "Gordon", |
|
8897
|
|
|
|
|
|
|
"61260058", "Ournie", |
|
8898
|
|
|
|
|
|
|
"612570024", "Barraba", |
|
8899
|
|
|
|
|
|
|
"612594183", "Boree\ Creek", |
|
8900
|
|
|
|
|
|
|
"61266195", "Grafton", |
|
8901
|
|
|
|
|
|
|
"6126357", "Kandos", |
|
8902
|
|
|
|
|
|
|
"61263586", "Running\ Stream", |
|
8903
|
|
|
|
|
|
|
"61264023", "Bombala", |
|
8904
|
|
|
|
|
|
|
"61351175", "Dargo", |
|
8905
|
|
|
|
|
|
|
"61875578", "Murray\ Bridge", |
|
8906
|
|
|
|
|
|
|
"61860017", "Kalgoorlie", |
|
8907
|
|
|
|
|
|
|
"61251208", "Captains\ Flat", |
|
8908
|
|
|
|
|
|
|
"617452513", "Cambooya", |
|
8909
|
|
|
|
|
|
|
"61891358", "Mitchell", |
|
8910
|
|
|
|
|
|
|
"6173382", "Beenleigh", |
|
8911
|
|
|
|
|
|
|
"61341593", "Meerlieu", |
|
8912
|
|
|
|
|
|
|
"61356456", "Mirboo\ North", |
|
8913
|
|
|
|
|
|
|
"61890502", "Shackleton", |
|
8914
|
|
|
|
|
|
|
"613431152", "Ballan", |
|
8915
|
|
|
|
|
|
|
"61752269", "Pomona", |
|
8916
|
|
|
|
|
|
|
"61358935", "Caldwell", |
|
8917
|
|
|
|
|
|
|
"61890809", "Kalgoorlie", |
|
8918
|
|
|
|
|
|
|
"61367089", "Targa", |
|
8919
|
|
|
|
|
|
|
"61364182", "Yolla", |
|
8920
|
|
|
|
|
|
|
"61357032", "Creightons\ Creek", |
|
8921
|
|
|
|
|
|
|
"61354139", "Kyneton", |
|
8922
|
|
|
|
|
|
|
"61247530", "Lawson", |
|
8923
|
|
|
|
|
|
|
"61358427", "Caldwell", |
|
8924
|
|
|
|
|
|
|
"61259024", "Carrathool", |
|
8925
|
|
|
|
|
|
|
"61741860", "Booyal", |
|
8926
|
|
|
|
|
|
|
"61747143", "Normanton", |
|
8927
|
|
|
|
|
|
|
"61358354", "Kyabram", |
|
8928
|
|
|
|
|
|
|
"61255285", "Forster", |
|
8929
|
|
|
|
|
|
|
"61341236", "Mallacoota", |
|
8930
|
|
|
|
|
|
|
"613470589", "Falls\ Creek", |
|
8931
|
|
|
|
|
|
|
"61891987", "Millstream", |
|
8932
|
|
|
|
|
|
|
"618934", "Perth", |
|
8933
|
|
|
|
|
|
|
"61891655", "Whaleback", |
|
8934
|
|
|
|
|
|
|
"617485899", "Tieri", |
|
8935
|
|
|
|
|
|
|
"612533005", "Bribbaree", |
|
8936
|
|
|
|
|
|
|
"61242036", "Helensburgh", |
|
8937
|
|
|
|
|
|
|
"61876129", "Redhill", |
|
8938
|
|
|
|
|
|
|
"61861701", "Rottnest", |
|
8939
|
|
|
|
|
|
|
"617473882", "Georgina", |
|
8940
|
|
|
|
|
|
|
"61345038", "Woodhouse", |
|
8941
|
|
|
|
|
|
|
"61743607", "Tansey", |
|
8942
|
|
|
|
|
|
|
"617442568", "Millaroo", |
|
8943
|
|
|
|
|
|
|
"61260455", "Nariel", |
|
8944
|
|
|
|
|
|
|
"61265124", "Scone", |
|
8945
|
|
|
|
|
|
|
"61891980", "Sandfire", |
|
8946
|
|
|
|
|
|
|
"61756193", "Tweed\ Heads", |
|
8947
|
|
|
|
|
|
|
"61720003", "Samford", |
|
8948
|
|
|
|
|
|
|
"61263469", "Cudal", |
|
8949
|
|
|
|
|
|
|
"618982480", "Tenterden", |
|
8950
|
|
|
|
|
|
|
"61879203", "Batchelor", |
|
8951
|
|
|
|
|
|
|
"61754025", "Imbil", |
|
8952
|
|
|
|
|
|
|
"61255191", "Taylors\ Arm", |
|
8953
|
|
|
|
|
|
|
"61743600", "Murgon", |
|
8954
|
|
|
|
|
|
|
"61741093", "Moonford", |
|
8955
|
|
|
|
|
|
|
"613545990", "Tullakool", |
|
8956
|
|
|
|
|
|
|
"61341365", "Gelantipy", |
|
8957
|
|
|
|
|
|
|
"61238210", "Tarago", |
|
8958
|
|
|
|
|
|
|
"61885218", "Hamley\ Bridge", |
|
8959
|
|
|
|
|
|
|
"61364785", "Devonport", |
|
8960
|
|
|
|
|
|
|
"61745538", "Taroom", |
|
8961
|
|
|
|
|
|
|
"6136281", "Hobart", |
|
8962
|
|
|
|
|
|
|
"617486738", "Bajool", |
|
8963
|
|
|
|
|
|
|
"61260449", "Walla\ Walla", |
|
8964
|
|
|
|
|
|
|
"618904266", "Wialki\ North", |
|
8965
|
|
|
|
|
|
|
"61741867", "Howard", |
|
8966
|
|
|
|
|
|
|
"61248544", "Bowral", |
|
8967
|
|
|
|
|
|
|
"61358420", "Rushworth", |
|
8968
|
|
|
|
|
|
|
"613991510", "Melbourne", |
|
8969
|
|
|
|
|
|
|
"61258196", "Goodooga", |
|
8970
|
|
|
|
|
|
|
"61890204", "Kellerberrin", |
|
8971
|
|
|
|
|
|
|
"612593793", "Kikoira", |
|
8972
|
|
|
|
|
|
|
"61247537", "Penrith", |
|
8973
|
|
|
|
|
|
|
"61361251", "Huonville", |
|
8974
|
|
|
|
|
|
|
"613542773", "Echuca", |
|
8975
|
|
|
|
|
|
|
"61888173", "Halbury", |
|
8976
|
|
|
|
|
|
|
"61745754", "Billa\ Billa", |
|
8977
|
|
|
|
|
|
|
"61740044", "Etheridge", |
|
8978
|
|
|
|
|
|
|
"61754428", "Cooroy", |
|
8979
|
|
|
|
|
|
|
"61879699", "Darwin", |
|
8980
|
|
|
|
|
|
|
"61364557", "Stanley", |
|
8981
|
|
|
|
|
|
|
"61362460", "New\ Norfolk", |
|
8982
|
|
|
|
|
|
|
"61754984", "Kilcoy", |
|
8983
|
|
|
|
|
|
|
"61860010", "Leinster", |
|
8984
|
|
|
|
|
|
|
"61891166", "Millstream", |
|
8985
|
|
|
|
|
|
|
"61742692", "Innisfail", |
|
8986
|
|
|
|
|
|
|
"617458984", "Chinchilla", |
|
8987
|
|
|
|
|
|
|
"618996881", "Morawa", |
|
8988
|
|
|
|
|
|
|
"61888302", "Burra", |
|
8989
|
|
|
|
|
|
|
"61886871", "Coulta", |
|
8990
|
|
|
|
|
|
|
"61889918", "Darwin", |
|
8991
|
|
|
|
|
|
|
"61340242", "Arumpo", |
|
8992
|
|
|
|
|
|
|
"61898892", "Amelup", |
|
8993
|
|
|
|
|
|
|
"613441249", "Wedderburn", |
|
8994
|
|
|
|
|
|
|
"61743064", "Lowmead", |
|
8995
|
|
|
|
|
|
|
"61359361", "Cranbourne", |
|
8996
|
|
|
|
|
|
|
"61256515", "Wiangaree", |
|
8997
|
|
|
|
|
|
|
"618683696", "Bokerup", |
|
8998
|
|
|
|
|
|
|
"61889641", "Davenport", |
|
8999
|
|
|
|
|
|
|
"618867793", "Hawker", |
|
9000
|
|
|
|
|
|
|
"617480080", "Nathan\ Gorge", |
|
9001
|
|
|
|
|
|
|
"61898599", "Boddington", |
|
9002
|
|
|
|
|
|
|
"61269106", "Stockinbingal", |
|
9003
|
|
|
|
|
|
|
"61746575", "Barcoo", |
|
9004
|
|
|
|
|
|
|
"61245612", "Windsor", |
|
9005
|
|
|
|
|
|
|
"61245081", "Colo\ Heights", |
|
9006
|
|
|
|
|
|
|
"618763451", "Cummins", |
|
9007
|
|
|
|
|
|
|
"61257315", "Weemelah", |
|
9008
|
|
|
|
|
|
|
"618964906", "Miling", |
|
9009
|
|
|
|
|
|
|
"61896990", "Wyalkatchem", |
|
9010
|
|
|
|
|
|
|
"61895087", "Bakers\ Hill", |
|
9011
|
|
|
|
|
|
|
"61898676", "Pingrup\ East", |
|
9012
|
|
|
|
|
|
|
"61755672", "Kerry", |
|
9013
|
|
|
|
|
|
|
"618865014", "Gairdner", |
|
9014
|
|
|
|
|
|
|
"61267163", "Graman", |
|
9015
|
|
|
|
|
|
|
"61747375", "Bowen", |
|
9016
|
|
|
|
|
|
|
"61743455", "Lowmead", |
|
9017
|
|
|
|
|
|
|
"61744170", "Bowen", |
|
9018
|
|
|
|
|
|
|
"613572433", "Alexandra", |
|
9019
|
|
|
|
|
|
|
"61746083", "Jimbour", |
|
9020
|
|
|
|
|
|
|
"612574573", "Bunnor", |
|
9021
|
|
|
|
|
|
|
"61259008", "Black\ Stump", |
|
9022
|
|
|
|
|
|
|
"618683385", "Lumeah", |
|
9023
|
|
|
|
|
|
|
"61868039", "Bedford\ Harbour", |
|
9024
|
|
|
|
|
|
|
"61895671", "Pinjarra", |
|
9025
|
|
|
|
|
|
|
"612530116", "Lyndhurst", |
|
9026
|
|
|
|
|
|
|
"61350394", "Waitchie", |
|
9027
|
|
|
|
|
|
|
"61269746", "Bundure", |
|
9028
|
|
|
|
|
|
|
"61264597", "Cathcart", |
|
9029
|
|
|
|
|
|
|
"61269467", "Adelong", |
|
9030
|
|
|
|
|
|
|
"617476584", "Millaroo", |
|
9031
|
|
|
|
|
|
|
"6189734", "Collie", |
|
9032
|
|
|
|
|
|
|
"612574416", "Delungra", |
|
9033
|
|
|
|
|
|
|
"61268495", "Goorianawa", |
|
9034
|
|
|
|
|
|
|
"61747678", "Charters\ Towers", |
|
9035
|
|
|
|
|
|
|
"61887950", "Bordertown", |
|
9036
|
|
|
|
|
|
|
"61356127", "San\ Remo", |
|
9037
|
|
|
|
|
|
|
"61743058", "Eidsvold", |
|
9038
|
|
|
|
|
|
|
"612530184", "Glen\ Davis\/Mudgee\/Murringo\/Neville", |
|
9039
|
|
|
|
|
|
|
"618753499", "New\ Well", |
|
9040
|
|
|
|
|
|
|
"61752111", "Noosaville", |
|
9041
|
|
|
|
|
|
|
"61358156", "Picola", |
|
9042
|
|
|
|
|
|
|
"612574484", "Bendemeer", |
|
9043
|
|
|
|
|
|
|
"61876162", "Koppio", |
|
9044
|
|
|
|
|
|
|
"6136372", "St\ Marys", |
|
9045
|
|
|
|
|
|
|
"617750394", "Surat", |
|
9046
|
|
|
|
|
|
|
"61896074", "Dale\ River", |
|
9047
|
|
|
|
|
|
|
"61341027", "Woodside", |
|
9048
|
|
|
|
|
|
|
"61896331", "Kalannie", |
|
9049
|
|
|
|
|
|
|
"612583739", "Trangie", |
|
9050
|
|
|
|
|
|
|
"61362091", "Huonville", |
|
9051
|
|
|
|
|
|
|
"61895434", "Bakers\ Hill", |
|
9052
|
|
|
|
|
|
|
"61740586", "Daintree", |
|
9053
|
|
|
|
|
|
|
"617476473", "Collinsville", |
|
9054
|
|
|
|
|
|
|
"61268098", "Dubbo", |
|
9055
|
|
|
|
|
|
|
"61890545", "Mukinbudin", |
|
9056
|
|
|
|
|
|
|
"61745768", "Cunningham", |
|
9057
|
|
|
|
|
|
|
"61348178", "Mabins\ Well", |
|
9058
|
|
|
|
|
|
|
"61881663", "Adelaide", |
|
9059
|
|
|
|
|
|
|
"61752222", "Kalbar", |
|
9060
|
|
|
|
|
|
|
"61867091", "Balingup", |
|
9061
|
|
|
|
|
|
|
"618854560", "Taylorville", |
|
9062
|
|
|
|
|
|
|
"618865086", "Tarcoola", |
|
9063
|
|
|
|
|
|
|
"61259405", "Batlow", |
|
9064
|
|
|
|
|
|
|
"61742253", "Cairns", |
|
9065
|
|
|
|
|
|
|
"6138871", "Ringwood", |
|
9066
|
|
|
|
|
|
|
"617486945", "Miriam\ Vale", |
|
9067
|
|
|
|
|
|
|
"61753076", "Laidley", |
|
9068
|
|
|
|
|
|
|
"612583823", "Narromine", |
|
9069
|
|
|
|
|
|
|
"61355151", "Terang", |
|
9070
|
|
|
|
|
|
|
"61877266", "Colebatch", |
|
9071
|
|
|
|
|
|
|
"617486726", "Ubobo", |
|
9072
|
|
|
|
|
|
|
"61354865", "Lockington", |
|
9073
|
|
|
|
|
|
|
"61255601", "Mount\ Olive", |
|
9074
|
|
|
|
|
|
|
"61743190", "Gin\ Gin", |
|
9075
|
|
|
|
|
|
|
"612594229", "Narrandera", |
|
9076
|
|
|
|
|
|
|
"612582539", "Balladoran", |
|
9077
|
|
|
|
|
|
|
"61899078", "Marchagee", |
|
9078
|
|
|
|
|
|
|
"61264947", "Bega", |
|
9079
|
|
|
|
|
|
|
"61345043", "Portland", |
|
9080
|
|
|
|
|
|
|
"61256660", "Ballina", |
|
9081
|
|
|
|
|
|
|
"61888963", "Clare", |
|
9082
|
|
|
|
|
|
|
"61249385", "East\ Gresford", |
|
9083
|
|
|
|
|
|
|
"61240266", "Mulbring", |
|
9084
|
|
|
|
|
|
|
"61263819", "Quandialla", |
|
9085
|
|
|
|
|
|
|
"61355454", "Caramut", |
|
9086
|
|
|
|
|
|
|
"612530298", "Cumnock", |
|
9087
|
|
|
|
|
|
|
"61350722", "Mildura", |
|
9088
|
|
|
|
|
|
|
"61756603", "Beechmont", |
|
9089
|
|
|
|
|
|
|
"61741472", "Tandora", |
|
9090
|
|
|
|
|
|
|
"61898136", "Karlgarin", |
|
9091
|
|
|
|
|
|
|
"61268150", "Geurie", |
|
9092
|
|
|
|
|
|
|
"6173470", "Ipswich", |
|
9093
|
|
|
|
|
|
|
"61896540", "Miling", |
|
9094
|
|
|
|
|
|
|
"61742373", "Georgetown", |
|
9095
|
|
|
|
|
|
|
"61355327", "Poolaijelo", |
|
9096
|
|
|
|
|
|
|
"61747138", "Mount\ Isa", |
|
9097
|
|
|
|
|
|
|
"61357983", "Wangaratta", |
|
9098
|
|
|
|
|
|
|
"617486697", "Mardale", |
|
9099
|
|
|
|
|
|
|
"61895131", "Rockingham", |
|
9100
|
|
|
|
|
|
|
"61741417", "Yarraman", |
|
9101
|
|
|
|
|
|
|
"613451074", "Ozenkadnook", |
|
9102
|
|
|
|
|
|
|
"61268889", "Trangie", |
|
9103
|
|
|
|
|
|
|
"61742102", "Silkwood", |
|
9104
|
|
|
|
|
|
|
"61890995", "Corrigin\ West", |
|
9105
|
|
|
|
|
|
|
"61258125", "Girilambone", |
|
9106
|
|
|
|
|
|
|
"61242631", "Wollongong", |
|
9107
|
|
|
|
|
|
|
"61899475", "Coorow", |
|
9108
|
|
|
|
|
|
|
"613572442", "Bonnie\ Doon", |
|
9109
|
|
|
|
|
|
|
"61879109", "Alyangula", |
|
9110
|
|
|
|
|
|
|
"617452359", "Surat", |
|
9111
|
|
|
|
|
|
|
"613574187", "Pyalong", |
|
9112
|
|
|
|
|
|
|
"618967770", "Brookton", |
|
9113
|
|
|
|
|
|
|
"617459073", "Valley\ Downs", |
|
9114
|
|
|
|
|
|
|
"61891976", "Newman", |
|
9115
|
|
|
|
|
|
|
"612533049", "Ooma", |
|
9116
|
|
|
|
|
|
|
"612959", "Sydney", |
|
9117
|
|
|
|
|
|
|
"61747844", "Giru", |
|
9118
|
|
|
|
|
|
|
"61364116", "Devonport", |
|
9119
|
|
|
|
|
|
|
"61896789", "Badgerin\ Rock", |
|
9120
|
|
|
|
|
|
|
"6174944", "Mackay", |
|
9121
|
|
|
|
|
|
|
"61748837", "Gladstone", |
|
9122
|
|
|
|
|
|
|
"61256004", "Hernani", |
|
9123
|
|
|
|
|
|
|
"612592725", "Milbrulong", |
|
9124
|
|
|
|
|
|
|
"61340077", "Nandaly", |
|
9125
|
|
|
|
|
|
|
"61260197", "Culcairn", |
|
9126
|
|
|
|
|
|
|
"61269872", "Galore", |
|
9127
|
|
|
|
|
|
|
"61885445", "Waikerie", |
|
9128
|
|
|
|
|
|
|
"61359100", "Rosebud", |
|
9129
|
|
|
|
|
|
|
"61344346", "Tullakool", |
|
9130
|
|
|
|
|
|
|
"617487067", "Woorabinda", |
|
9131
|
|
|
|
|
|
|
"61740214", "Innisfail", |
|
9132
|
|
|
|
|
|
|
"618683177", "Lake\ Oconnor", |
|
9133
|
|
|
|
|
|
|
"61866015", "Badgingarra", |
|
9134
|
|
|
|
|
|
|
"617486979", "Zamia\ Creek", |
|
9135
|
|
|
|
|
|
|
"613442013", "Moonambel", |
|
9136
|
|
|
|
|
|
|
"61266642", "Leeville", |
|
9137
|
|
|
|
|
|
|
"617451649", "Bowenville", |
|
9138
|
|
|
|
|
|
|
"61753080", "Thornton", |
|
9139
|
|
|
|
|
|
|
"61244881", "Nowra", |
|
9140
|
|
|
|
|
|
|
"61269579", "Tallimba", |
|
9141
|
|
|
|
|
|
|
"61742742", "Malanda", |
|
9142
|
|
|
|
|
|
|
"61267973", "Inverell", |
|
9143
|
|
|
|
|
|
|
"61269817", "Gundagai", |
|
9144
|
|
|
|
|
|
|
"61340012", "Pan\ Ban", |
|
9145
|
|
|
|
|
|
|
"61354018", "Donald", |
|
9146
|
|
|
|
|
|
|
"612532892", "Galong", |
|
9147
|
|
|
|
|
|
|
"61742159", "Mossman", |
|
9148
|
|
|
|
|
|
|
"61887201", "Lochaber", |
|
9149
|
|
|
|
|
|
|
"61355468", "Mortlake", |
|
9150
|
|
|
|
|
|
|
"61361487", "Orford", |
|
9151
|
|
|
|
|
|
|
"613553982", "Warrnambool", |
|
9152
|
|
|
|
|
|
|
"6128847", "Blacktown", |
|
9153
|
|
|
|
|
|
|
"618683727", "Jerramungup", |
|
9154
|
|
|
|
|
|
|
"61886914", "Leigh\ Creek\ South", |
|
9155
|
|
|
|
|
|
|
"61353755", "Ararat", |
|
9156
|
|
|
|
|
|
|
"617441935", "Cape\ River", |
|
9157
|
|
|
|
|
|
|
"613470605", "Nagambie", |
|
9158
|
|
|
|
|
|
|
"61248070", "Taralga", |
|
9159
|
|
|
|
|
|
|
"61238040", "Goulburn", |
|
9160
|
|
|
|
|
|
|
"61898949", "Cranbrook", |
|
9161
|
|
|
|
|
|
|
"61885048", "Gawler", |
|
9162
|
|
|
|
|
|
|
"61267269", "Goolhi", |
|
9163
|
|
|
|
|
|
|
"61361371", "Miena", |
|
9164
|
|
|
|
|
|
|
"61355065", "Dundonnell", |
|
9165
|
|
|
|
|
|
|
"6135969", "Healesville", |
|
9166
|
|
|
|
|
|
|
"61361034", "Orford", |
|
9167
|
|
|
|
|
|
|
"617442587", "Dalbeg", |
|
9168
|
|
|
|
|
|
|
"6174417", "Townsville", |
|
9169
|
|
|
|
|
|
|
"612583551", "Tooraweenah", |
|
9170
|
|
|
|
|
|
|
"617480451", "Cannon\ Valley", |
|
9171
|
|
|
|
|
|
|
"61898680", "Porongurup", |
|
9172
|
|
|
|
|
|
|
"6173414", "Brisbane", |
|
9173
|
|
|
|
|
|
|
"61744186", "Woodstock", |
|
9174
|
|
|
|
|
|
|
"61255494", "Gloucester", |
|
9175
|
|
|
|
|
|
|
"61256391", "Ettrick", |
|
9176
|
|
|
|
|
|
|
"618753313", "Yankalilla", |
|
9177
|
|
|
|
|
|
|
"61891799", "Telfer", |
|
9178
|
|
|
|
|
|
|
"61746629", "Southwood", |
|
9179
|
|
|
|
|
|
|
"61357551", "Bright", |
|
9180
|
|
|
|
|
|
|
"61895076", "Rockingham", |
|
9181
|
|
|
|
|
|
|
"6126060", "Albury", |
|
9182
|
|
|
|
|
|
|
"61898955", "Katanning", |
|
9183
|
|
|
|
|
|
|
"617750407", "Toobeah", |
|
9184
|
|
|
|
|
|
|
"61898687", "Quindanning", |
|
9185
|
|
|
|
|
|
|
"61896436", "Goomalling", |
|
9186
|
|
|
|
|
|
|
"61256028", "Mallanganee", |
|
9187
|
|
|
|
|
|
|
"613922", "Melbourne", |
|
9188
|
|
|
|
|
|
|
"61248012", "Bowral", |
|
9189
|
|
|
|
|
|
|
"617480234", "Emerald", |
|
9190
|
|
|
|
|
|
|
"617442830", "Briaba", |
|
9191
|
|
|
|
|
|
|
"6189140", "Port\ Hedland", |
|
9192
|
|
|
|
|
|
|
"618967096", "Yorkrakine", |
|
9193
|
|
|
|
|
|
|
"61353749", "Marnoo", |
|
9194
|
|
|
|
|
|
|
"6135265", "Inverleigh", |
|
9195
|
|
|
|
|
|
|
"613431791", "Maroona", |
|
9196
|
|
|
|
|
|
|
"61897052", "Donnybrook", |
|
9197
|
|
|
|
|
|
|
"612630991", "Rockley", |
|
9198
|
|
|
|
|
|
|
"61891278", "Wyndham", |
|
9199
|
|
|
|
|
|
|
"61248077", "Wombeyan\ Caves", |
|
9200
|
|
|
|
|
|
|
"61351635", "Orbost", |
|
9201
|
|
|
|
|
|
|
"61343123", "Banyena", |
|
9202
|
|
|
|
|
|
|
"613470675", "Bonnie\ Doon", |
|
9203
|
|
|
|
|
|
|
"61753434", "Gympie", |
|
9204
|
|
|
|
|
|
|
"61886092", "Indian\ Pacific", |
|
9205
|
|
|
|
|
|
|
"61898071", "Denbarker", |
|
9206
|
|
|
|
|
|
|
"6175561", "Southport", |
|
9207
|
|
|
|
|
|
|
"617750135", "Diamantina", |
|
9208
|
|
|
|
|
|
|
"61253333", "Orange", |
|
9209
|
|
|
|
|
|
|
"618859943", "Peebinga", |
|
9210
|
|
|
|
|
|
|
"618972", "Bunbury", |
|
9211
|
|
|
|
|
|
|
"61353152", "Bacchus\ Marsh", |
|
9212
|
|
|
|
|
|
|
"61851173", "Wyndham", |
|
9213
|
|
|
|
|
|
|
"6124567", "Kurrajong\ Heights", |
|
9214
|
|
|
|
|
|
|
"61238047", "Reidsdale", |
|
9215
|
|
|
|
|
|
|
"61285370", "Sutherland", |
|
9216
|
|
|
|
|
|
|
"61267864", "Boomi", |
|
9217
|
|
|
|
|
|
|
"6124633", "Campbelltown", |
|
9218
|
|
|
|
|
|
|
"618854794", "Milang", |
|
9219
|
|
|
|
|
|
|
"61354679", "Bendigo", |
|
9220
|
|
|
|
|
|
|
"61269810", "Talbingo", |
|
9221
|
|
|
|
|
|
|
"61243082", "Gosford", |
|
9222
|
|
|
|
|
|
|
"61749199", "Colston\ Park", |
|
9223
|
|
|
|
|
|
|
"6175436", "Caloundra", |
|
9224
|
|
|
|
|
|
|
"61256425", "Copmanhurst", |
|
9225
|
|
|
|
|
|
|
"618683435", "West\ River", |
|
9226
|
|
|
|
|
|
|
"618660785", "Tammin", |
|
9227
|
|
|
|
|
|
|
"61361480", "Little\ Swanport", |
|
9228
|
|
|
|
|
|
|
"613532305", "Bacchus\ Marsh", |
|
9229
|
|
|
|
|
|
|
"612583163", "Dubbo", |
|
9230
|
|
|
|
|
|
|
"61357403", "Woods\ Point", |
|
9231
|
|
|
|
|
|
|
"6124776", "Penrith", |
|
9232
|
|
|
|
|
|
|
"61742145", "Cairns", |
|
9233
|
|
|
|
|
|
|
"61359107", "Healesville", |
|
9234
|
|
|
|
|
|
|
"61260190", "Nariel", |
|
9235
|
|
|
|
|
|
|
"61340070", "Annuello", |
|
9236
|
|
|
|
|
|
|
"6138529", "Melbourne", |
|
9237
|
|
|
|
|
|
|
"613546231", "Bealiba", |
|
9238
|
|
|
|
|
|
|
"61753087", "Pomona", |
|
9239
|
|
|
|
|
|
|
"61267508", "Moree", |
|
9240
|
|
|
|
|
|
|
"618683107", "Tambellup", |
|
9241
|
|
|
|
|
|
|
"61350606", "Manangatang", |
|
9242
|
|
|
|
|
|
|
"61752163", "Caboolture", |
|
9243
|
|
|
|
|
|
|
"612583908", "Girilambone", |
|
9244
|
|
|
|
|
|
|
"618903284", "Bruce\ Rock", |
|
9245
|
|
|
|
|
|
|
"61362579", "Swansea", |
|
9246
|
|
|
|
|
|
|
"61888874", "Halbury", |
|
9247
|
|
|
|
|
|
|
"61354233", "Kyneton", |
|
9248
|
|
|
|
|
|
|
"61888798", "Alford", |
|
9249
|
|
|
|
|
|
|
"6128525", "Sutherland", |
|
9250
|
|
|
|
|
|
|
"61746756", "Inglewood", |
|
9251
|
|
|
|
|
|
|
"61756894", "Southport", |
|
9252
|
|
|
|
|
|
|
"618852891", "Willunga", |
|
9253
|
|
|
|
|
|
|
"613451004", "Hawkesdale", |
|
9254
|
|
|
|
|
|
|
"61248753", "Tuena", |
|
9255
|
|
|
|
|
|
|
"61268284", "Bonnay", |
|
9256
|
|
|
|
|
|
|
"61756778", "Kerry", |
|
9257
|
|
|
|
|
|
|
"613546024", "Redesdale", |
|
9258
|
|
|
|
|
|
|
"61348266", "Numurkah", |
|
9259
|
|
|
|
|
|
|
"61359466", "Koo\ Wee\ Rup", |
|
9260
|
|
|
|
|
|
|
"618967700", "Trayning", |
|
9261
|
|
|
|
|
|
|
"61877178", "Frances", |
|
9262
|
|
|
|
|
|
|
"617459003", "Elbow\ Valley", |
|
9263
|
|
|
|
|
|
|
"61876223", "Poochera", |
|
9264
|
|
|
|
|
|
|
"61872333", "Adelaide", |
|
9265
|
|
|
|
|
|
|
"61742705", "Mossman", |
|
9266
|
|
|
|
|
|
|
"61344144", "Maldon", |
|
9267
|
|
|
|
|
|
|
"61266605", "Leeville", |
|
9268
|
|
|
|
|
|
|
"618982421", "Manypeaks\ North", |
|
9269
|
|
|
|
|
|
|
"61353109", "Stawell", |
|
9270
|
|
|
|
|
|
|
"612685596", "Berkley\ Downs", |
|
9271
|
|
|
|
|
|
|
"61355320", "Dorodong", |
|
9272
|
|
|
|
|
|
|
"618660083", "Brookton", |
|
9273
|
|
|
|
|
|
|
"61896547", "Yerecoin", |
|
9274
|
|
|
|
|
|
|
"61268157", "Forbes", |
|
9275
|
|
|
|
|
|
|
"61267111", "Armidale", |
|
9276
|
|
|
|
|
|
|
"61253192", "Portland", |
|
9277
|
|
|
|
|
|
|
"61240638", "Maitland", |
|
9278
|
|
|
|
|
|
|
"618682200", "Wagin", |
|
9279
|
|
|
|
|
|
|
"61889046", "Davenport", |
|
9280
|
|
|
|
|
|
|
"61264689", "Bega", |
|
9281
|
|
|
|
|
|
|
"61741410", "Brooklands", |
|
9282
|
|
|
|
|
|
|
"61746662", "Allora", |
|
9283
|
|
|
|
|
|
|
"61745543", "Legume", |
|
9284
|
|
|
|
|
|
|
"61868118", "Varley", |
|
9285
|
|
|
|
|
|
|
"61266126", "Wooli", |
|
9286
|
|
|
|
|
|
|
"61897009", "Manjimup", |
|
9287
|
|
|
|
|
|
|
"61263214", "Windeyer", |
|
9288
|
|
|
|
|
|
|
"61350832", "Hopetoun", |
|
9289
|
|
|
|
|
|
|
"617485904", "Walkerston", |
|
9290
|
|
|
|
|
|
|
"61256667", "Coffs\ Harbour", |
|
9291
|
|
|
|
|
|
|
"61350125", "Robinvale", |
|
9292
|
|
|
|
|
|
|
"61264940", "Tathra", |
|
9293
|
|
|
|
|
|
|
"61743197", "Burnett", |
|
9294
|
|
|
|
|
|
|
"61899619", "Mendel", |
|
9295
|
|
|
|
|
|
|
"613441205", "Dingee", |
|
9296
|
|
|
|
|
|
|
"61350539", "Boundary\ Bend", |
|
9297
|
|
|
|
|
|
|
"618864325", "Crystal\ Brook", |
|
9298
|
|
|
|
|
|
|
"61238075", "Rugby", |
|
9299
|
|
|
|
|
|
|
"61745087", "Jundah", |
|
9300
|
|
|
|
|
|
|
"61741407", "Tandora", |
|
9301
|
|
|
|
|
|
|
"618753204", "Two\ Wells", |
|
9302
|
|
|
|
|
|
|
"612583849", "Yarrabandai", |
|
9303
|
|
|
|
|
|
|
"61250189", "Albury", |
|
9304
|
|
|
|
|
|
|
"618866984", "Laura", |
|
9305
|
|
|
|
|
|
|
"617486564", "Orion", |
|
9306
|
|
|
|
|
|
|
"61896083", "Dandaragan", |
|
9307
|
|
|
|
|
|
|
"61260132", "Cudgewa", |
|
9308
|
|
|
|
|
|
|
"61269785", "Barmedman\ East", |
|
9309
|
|
|
|
|
|
|
"61260825", "Talmalmo", |
|
9310
|
|
|
|
|
|
|
"61248045", "Lost\ River", |
|
9311
|
|
|
|
|
|
|
"61897375", "Dardanup", |
|
9312
|
|
|
|
|
|
|
"617458665", "Pikedale", |
|
9313
|
|
|
|
|
|
|
"618865091", "Woomera", |
|
9314
|
|
|
|
|
|
|
"61357811", "Kilmore", |
|
9315
|
|
|
|
|
|
|
"61363892", "Fingal", |
|
9316
|
|
|
|
|
|
|
"612582522", "Tyrie", |
|
9317
|
|
|
|
|
|
|
"6173737", "Brisbane", |
|
9318
|
|
|
|
|
|
|
"61745671", "The\ Gums", |
|
9319
|
|
|
|
|
|
|
"61255948", "Taree", |
|
9320
|
|
|
|
|
|
|
"618763861", "Cowell", |
|
9321
|
|
|
|
|
|
|
"61263809", "Monteagle", |
|
9322
|
|
|
|
|
|
|
"61897678", "Manjimup", |
|
9323
|
|
|
|
|
|
|
"612574658", "Bellata", |
|
9324
|
|
|
|
|
|
|
"61255082", "Port\ Macquarie", |
|
9325
|
|
|
|
|
|
|
"613532323", "Balliang", |
|
9326
|
|
|
|
|
|
|
"61265039", "Kempsey", |
|
9327
|
|
|
|
|
|
|
"61363599", "Emita", |
|
9328
|
|
|
|
|
|
|
"618997018", "Yuna", |
|
9329
|
|
|
|
|
|
|
"618863954", "Sheringa", |
|
9330
|
|
|
|
|
|
|
"61358857", "Jerilderie", |
|
9331
|
|
|
|
|
|
|
"61255611", "Singleton", |
|
9332
|
|
|
|
|
|
|
"61266479", "Lawrence", |
|
9333
|
|
|
|
|
|
|
"618683541", "Newdegate", |
|
9334
|
|
|
|
|
|
|
"618854504", "Yankalilla", |
|
9335
|
|
|
|
|
|
|
"61861533", "Perth", |
|
9336
|
|
|
|
|
|
|
"61354650", "Elmore", |
|
9337
|
|
|
|
|
|
|
"61256014", "Ettrick", |
|
9338
|
|
|
|
|
|
|
"6128189", "Liverpool", |
|
9339
|
|
|
|
|
|
|
"61364106", "Queenstown", |
|
9340
|
|
|
|
|
|
|
"618967020", "Kalannie", |
|
9341
|
|
|
|
|
|
|
"61743565", "Wondai", |
|
9342
|
|
|
|
|
|
|
"61248448", "Breadalbane", |
|
9343
|
|
|
|
|
|
|
"613574671", "Killawarra", |
|
9344
|
|
|
|
|
|
|
"61259248", "Leeton", |
|
9345
|
|
|
|
|
|
|
"61885470", "Wunkar", |
|
9346
|
|
|
|
|
|
|
"61746074", "Guluguba", |
|
9347
|
|
|
|
|
|
|
"617750311", "Bowenville", |
|
9348
|
|
|
|
|
|
|
"61886030", "Coober\ Pedy", |
|
9349
|
|
|
|
|
|
|
"6189496", "Armadale", |
|
9350
|
|
|
|
|
|
|
"61890586", "Goomarin", |
|
9351
|
|
|
|
|
|
|
"61745434", "Killarney", |
|
9352
|
|
|
|
|
|
|
"61742177", "Babinda", |
|
9353
|
|
|
|
|
|
|
"61355123", "Penshurst", |
|
9354
|
|
|
|
|
|
|
"61267096", "Nowendoc", |
|
9355
|
|
|
|
|
|
|
"61879119", "Batchelor", |
|
9356
|
|
|
|
|
|
|
"618862007", "Quorn", |
|
9357
|
|
|
|
|
|
|
"61357158", "Yea", |
|
9358
|
|
|
|
|
|
|
"61340059", "Scotia", |
|
9359
|
|
|
|
|
|
|
"618866361", "Wanilla", |
|
9360
|
|
|
|
|
|
|
"61362800", "Strathgordon", |
|
9361
|
|
|
|
|
|
|
"61734965", "Russell\ Island", |
|
9362
|
|
|
|
|
|
|
"61342441", "Geelong", |
|
9363
|
|
|
|
|
|
|
"618982398", "Manypeaks", |
|
9364
|
|
|
|
|
|
|
"618866916", "Marla", |
|
9365
|
|
|
|
|
|
|
"61299143", "Bankstown", |
|
9366
|
|
|
|
|
|
|
"613451174", "Glenthompson", |
|
9367
|
|
|
|
|
|
|
"61257198", "Copeton\ Dam", |
|
9368
|
|
|
|
|
|
|
"61240099", "Karuah", |
|
9369
|
|
|
|
|
|
|
"61886226", "Tumby\ Bay", |
|
9370
|
|
|
|
|
|
|
"61878187", "Paskeville", |
|
9371
|
|
|
|
|
|
|
"61899440", "Perenjori", |
|
9372
|
|
|
|
|
|
|
"61362550", "Gretna", |
|
9373
|
|
|
|
|
|
|
"613441223", "Lalbert", |
|
9374
|
|
|
|
|
|
|
"61887211", "Mount\ Gambier", |
|
9375
|
|
|
|
|
|
|
"61354008", "Birchip", |
|
9376
|
|
|
|
|
|
|
"61340002", "Curyo", |
|
9377
|
|
|
|
|
|
|
"61269807", "Narraburra", |
|
9378
|
|
|
|
|
|
|
"61754973", "Jimna", |
|
9379
|
|
|
|
|
|
|
"61868124", "Tenterden", |
|
9380
|
|
|
|
|
|
|
"617442898", "Giru", |
|
9381
|
|
|
|
|
|
|
"61361223", "Hermitage", |
|
9382
|
|
|
|
|
|
|
"61891093", "Wittenoom", |
|
9383
|
|
|
|
|
|
|
"61364746", "Wynyard", |
|
9384
|
|
|
|
|
|
|
"61887835", "Kongorong", |
|
9385
|
|
|
|
|
|
|
"61261344", "Uriarra\ Forest", |
|
9386
|
|
|
|
|
|
|
"618856712", "Sedan", |
|
9387
|
|
|
|
|
|
|
"61263228", "Young", |
|
9388
|
|
|
|
|
|
|
"61753543", "Toogoolawah", |
|
9389
|
|
|
|
|
|
|
"6126682", "Woodburn", |
|
9390
|
|
|
|
|
|
|
"618600933", "Bonnie\ Rock", |
|
9391
|
|
|
|
|
|
|
"618683077", "Magitup", |
|
9392
|
|
|
|
|
|
|
"613542387", "Birchip", |
|
9393
|
|
|
|
|
|
|
"61253130", "Cassilis", |
|
9394
|
|
|
|
|
|
|
"61356489", "Neerim\ South", |
|
9395
|
|
|
|
|
|
|
"61887122", "Tilley\ Swamp", |
|
9396
|
|
|
|
|
|
|
"61866005", "Watheroo", |
|
9397
|
|
|
|
|
|
|
"613442113", "Dingee", |
|
9398
|
|
|
|
|
|
|
"61367056", "Moltema", |
|
9399
|
|
|
|
|
|
|
"617487167", "Westwood", |
|
9400
|
|
|
|
|
|
|
"61741649", "Kingaroy", |
|
9401
|
|
|
|
|
|
|
"61740204", "Cooktown", |
|
9402
|
|
|
|
|
|
|
"618996896", "Walkaway", |
|
9403
|
|
|
|
|
|
|
"61359110", "Pakenham", |
|
9404
|
|
|
|
|
|
|
"61756066", "Southport", |
|
9405
|
|
|
|
|
|
|
"61867182", "Waroona", |
|
9406
|
|
|
|
|
|
|
"61890044", "Collurabbie", |
|
9407
|
|
|
|
|
|
|
"61357164", "Kinglake", |
|
9408
|
|
|
|
|
|
|
"61244036", "Berry", |
|
9409
|
|
|
|
|
|
|
"612532525", "Glen\ Davis", |
|
9410
|
|
|
|
|
|
|
"6128688", "Parramatta", |
|
9411
|
|
|
|
|
|
|
"617459025", "Killarney", |
|
9412
|
|
|
|
|
|
|
"6136368", "Moltema", |
|
9413
|
|
|
|
|
|
|
"618964488", "Jurien", |
|
9414
|
|
|
|
|
|
|
"61741166", "Windera", |
|
9415
|
|
|
|
|
|
|
"61358507", "Conargo", |
|
9416
|
|
|
|
|
|
|
"61879043", "Yulara", |
|
9417
|
|
|
|
|
|
|
"617486848", "Mackay", |
|
9418
|
|
|
|
|
|
|
"61878254", "Port\ Victoria", |
|
9419
|
|
|
|
|
|
|
"61888184", "Brinkworth", |
|
9420
|
|
|
|
|
|
|
"61258063", "Balladoran", |
|
9421
|
|
|
|
|
|
|
"618600957", "Karloning", |
|
9422
|
|
|
|
|
|
|
"61896575", "Coomallo", |
|
9423
|
|
|
|
|
|
|
"618752479", "Meningie\ East", |
|
9424
|
|
|
|
|
|
|
"61352139", "Beeac", |
|
9425
|
|
|
|
|
|
|
"6189463", "Perth", |
|
9426
|
|
|
|
|
|
|
"61260393", "Rand", |
|
9427
|
|
|
|
|
|
|
"61353261", "Ballarat", |
|
9428
|
|
|
|
|
|
|
"613553531", "Derrinallum", |
|
9429
|
|
|
|
|
|
|
"613441914", "Lake\ Meran", |
|
9430
|
|
|
|
|
|
|
"61284074", "Avalon\ Beach", |
|
9431
|
|
|
|
|
|
|
"618764006", "Terowie", |
|
9432
|
|
|
|
|
|
|
"617750035", "Texas", |
|
9433
|
|
|
|
|
|
|
"61359303", "Cranbourne", |
|
9434
|
|
|
|
|
|
|
"6175560", "Southport", |
|
9435
|
|
|
|
|
|
|
"61264051", "Dalgety", |
|
9436
|
|
|
|
|
|
|
"618763646", "Koongawa", |
|
9437
|
|
|
|
|
|
|
"613451412", "Caramut", |
|
9438
|
|
|
|
|
|
|
"61348099", "Finley", |
|
9439
|
|
|
|
|
|
|
"618683518", "Kronkup", |
|
9440
|
|
|
|
|
|
|
"618997041", "Latham", |
|
9441
|
|
|
|
|
|
|
"61268179", "Walgett", |
|
9442
|
|
|
|
|
|
|
"612685776", "Lightning\ Ridge", |
|
9443
|
|
|
|
|
|
|
"61248002", "Barrallier", |
|
9444
|
|
|
|
|
|
|
"61358500", "Jerilderie", |
|
9445
|
|
|
|
|
|
|
"61267741", "Walcha", |
|
9446
|
|
|
|
|
|
|
"618996724", "Exmouth", |
|
9447
|
|
|
|
|
|
|
"61264975", "Merimbula", |
|
9448
|
|
|
|
|
|
|
"61253137", "Leadville", |
|
9449
|
|
|
|
|
|
|
"61741358", "Nanango", |
|
9450
|
|
|
|
|
|
|
"617750348", "Guluguba", |
|
9451
|
|
|
|
|
|
|
"61350063", "Curyo", |
|
9452
|
|
|
|
|
|
|
"61887725", "Conmurra", |
|
9453
|
|
|
|
|
|
|
"61255246", "Ellenborough", |
|
9454
|
|
|
|
|
|
|
"61897143", "Donnybrook", |
|
9455
|
|
|
|
|
|
|
"617459968", "Dulacca", |
|
9456
|
|
|
|
|
|
|
"61359117", "Mornington", |
|
9457
|
|
|
|
|
|
|
"61741655", "Mundubbera", |
|
9458
|
|
|
|
|
|
|
"618967804", "Jelkobine", |
|
9459
|
|
|
|
|
|
|
"618762571", "Coulta", |
|
9460
|
|
|
|
|
|
|
"61362557", "Strathgordon", |
|
9461
|
|
|
|
|
|
|
"613441986", "Colbinabbin", |
|
9462
|
|
|
|
|
|
|
"61357413", "Jamieson", |
|
9463
|
|
|
|
|
|
|
"61878180", "Kadina", |
|
9464
|
|
|
|
|
|
|
"61899447", "Lake\ Mason", |
|
9465
|
|
|
|
|
|
|
"618600766", "Leonora", |
|
9466
|
|
|
|
|
|
|
"61347031", "Longwood", |
|
9467
|
|
|
|
|
|
|
"617476462", "Clarke", |
|
9468
|
|
|
|
|
|
|
"61879261", "Tablelands", |
|
9469
|
|
|
|
|
|
|
"6126736", "Tenterfield", |
|
9470
|
|
|
|
|
|
|
"61269800", "Temora", |
|
9471
|
|
|
|
|
|
|
"613431958", "Daylesford", |
|
9472
|
|
|
|
|
|
|
"61743132", "Chahpingah", |
|
9473
|
|
|
|
|
|
|
"61258241", "Lightning\ Ridge", |
|
9474
|
|
|
|
|
|
|
"61866042", "Jurien", |
|
9475
|
|
|
|
|
|
|
"61362807", "Ouse", |
|
9476
|
|
|
|
|
|
|
"61899293", "Carnamah", |
|
9477
|
|
|
|
|
|
|
"61887169", "Tilley\ Swamp", |
|
9478
|
|
|
|
|
|
|
"61742715", "Tully", |
|
9479
|
|
|
|
|
|
|
"61261146", "Captains\ Flat", |
|
9480
|
|
|
|
|
|
|
"618854890", "Murray\ Bridge", |
|
9481
|
|
|
|
|
|
|
"618903610", "Salmon\ Gums", |
|
9482
|
|
|
|
|
|
|
"61269550", "Stanbridge", |
|
9483
|
|
|
|
|
|
|
"612530230", "Frogmore", |
|
9484
|
|
|
|
|
|
|
"61343065", "Minimay", |
|
9485
|
|
|
|
|
|
|
"61899536", "Guranu", |
|
9486
|
|
|
|
|
|
|
"6128397", "Sydney", |
|
9487
|
|
|
|
|
|
|
"613470623", "Yea", |
|
9488
|
|
|
|
|
|
|
"613441693", "Carisbrook", |
|
9489
|
|
|
|
|
|
|
"61266318", "Kyogle", |
|
9490
|
|
|
|
|
|
|
"61354985", "Watchem", |
|
9491
|
|
|
|
|
|
|
"618854574", "Waikerie", |
|
9492
|
|
|
|
|
|
|
"61354657", "Jarklin", |
|
9493
|
|
|
|
|
|
|
"613573041", "Graytown", |
|
9494
|
|
|
|
|
|
|
"61742170", "Mount\ Surprise", |
|
9495
|
|
|
|
|
|
|
"61358189", "Picola", |
|
9496
|
|
|
|
|
|
|
"613542762", "Wycheproof", |
|
9497
|
|
|
|
|
|
|
"61350616", "Wemen", |
|
9498
|
|
|
|
|
|
|
"618903655", "Bodallin", |
|
9499
|
|
|
|
|
|
|
"61340045", "Patchewollock", |
|
9500
|
|
|
|
|
|
|
"61886037", "Coulta", |
|
9501
|
|
|
|
|
|
|
"61268353", "Widgeland", |
|
9502
|
|
|
|
|
|
|
"613574601", "Strathbogie", |
|
9503
|
|
|
|
|
|
|
"61885477", "Yankalilla", |
|
9504
|
|
|
|
|
|
|
"61754222", "Kilcoy", |
|
9505
|
|
|
|
|
|
|
"61740228", "Mount\ Garnet", |
|
9506
|
|
|
|
|
|
|
"61248059", "Paddys\ River", |
|
9507
|
|
|
|
|
|
|
"618660856", "Ejanding", |
|
9508
|
|
|
|
|
|
|
"61876034", "Kelly", |
|
9509
|
|
|
|
|
|
|
"61899609", "Geraldton", |
|
9510
|
|
|
|
|
|
|
"61256992", "Bonalbo", |
|
9511
|
|
|
|
|
|
|
"617459410", "Bunya\ Mountains", |
|
9512
|
|
|
|
|
|
|
"61263204", "Running\ Stream", |
|
9513
|
|
|
|
|
|
|
"61263926", "Orange", |
|
9514
|
|
|
|
|
|
|
"618763514", "Whyalla", |
|
9515
|
|
|
|
|
|
|
"6188837", "Ardrossan", |
|
9516
|
|
|
|
|
|
|
"61387848", "Dandenong", |
|
9517
|
|
|
|
|
|
|
"61897019", "Bunbury", |
|
9518
|
|
|
|
|
|
|
"612592703", "Grong\ Grong", |
|
9519
|
|
|
|
|
|
|
"61868108", "Lake\ Grace", |
|
9520
|
|
|
|
|
|
|
"61259139", "The\ Rock", |
|
9521
|
|
|
|
|
|
|
"61741400", "Gayndah", |
|
9522
|
|
|
|
|
|
|
"61887646", "Wrattonbully", |
|
9523
|
|
|
|
|
|
|
"61269182", "Kyeamba", |
|
9524
|
|
|
|
|
|
|
"61260735", "Barnawartha", |
|
9525
|
|
|
|
|
|
|
"61890469", "Korbelka", |
|
9526
|
|
|
|
|
|
|
"61886484", "Hawker\/The\ Ranges", |
|
9527
|
|
|
|
|
|
|
"61354024", "Gowar\ East", |
|
9528
|
|
|
|
|
|
|
"61745080", "Barcaldine", |
|
9529
|
|
|
|
|
|
|
"61885381", "Mypolonga", |
|
9530
|
|
|
|
|
|
|
"6175639", "Southport", |
|
9531
|
|
|
|
|
|
|
"61340448", "Scotia", |
|
9532
|
|
|
|
|
|
|
"61267101", "Ogunbil", |
|
9533
|
|
|
|
|
|
|
"61741364", "Fraser\ Island", |
|
9534
|
|
|
|
|
|
|
"61279888", "Sydney", |
|
9535
|
|
|
|
|
|
|
"61886928", "Wandearah\ East", |
|
9536
|
|
|
|
|
|
|
"612583765", "Bedgerebong", |
|
9537
|
|
|
|
|
|
|
"613531820", "Learmonth", |
|
9538
|
|
|
|
|
|
|
"61244171", "Berry", |
|
9539
|
|
|
|
|
|
|
"61364091", "Queenstown", |
|
9540
|
|
|
|
|
|
|
"61357366", "Violet\ Town", |
|
9541
|
|
|
|
|
|
|
"61353119", "Stoneleigh", |
|
9542
|
|
|
|
|
|
|
"61886181", "Poochera", |
|
9543
|
|
|
|
|
|
|
"618967764", "Beverley\ West", |
|
9544
|
|
|
|
|
|
|
"61898727", "Narrakine", |
|
9545
|
|
|
|
|
|
|
"6188825", "Moonta", |
|
9546
|
|
|
|
|
|
|
"6175519", "Southport", |
|
9547
|
|
|
|
|
|
|
"6138644", "Melbourne", |
|
9548
|
|
|
|
|
|
|
"61267404", "Breeza", |
|
9549
|
|
|
|
|
|
|
"61744373", "Mount\ Isa", |
|
9550
|
|
|
|
|
|
|
"61878176", "Clare", |
|
9551
|
|
|
|
|
|
|
"618600806", "Collurabbie", |
|
9552
|
|
|
|
|
|
|
"612582471", "Coonamble", |
|
9553
|
|
|
|
|
|
|
"6136446", "Savage\ River", |
|
9554
|
|
|
|
|
|
|
"61264165", "Cobargo", |
|
9555
|
|
|
|
|
|
|
"61879038", "Alyangula", |
|
9556
|
|
|
|
|
|
|
"61268969", "Naradhan", |
|
9557
|
|
|
|
|
|
|
"61876251", "Coober\ Pedy", |
|
9558
|
|
|
|
|
|
|
"613451060", "Ecklin", |
|
9559
|
|
|
|
|
|
|
"617458622", "Galilee", |
|
9560
|
|
|
|
|
|
|
"61898830", "Harrismith", |
|
9561
|
|
|
|
|
|
|
"61887796", "Kalangadoo", |
|
9562
|
|
|
|
|
|
|
"61875171", "Lowbank", |
|
9563
|
|
|
|
|
|
|
"61257773", "Armidale", |
|
9564
|
|
|
|
|
|
|
"61889924", "Roper\ River", |
|
9565
|
|
|
|
|
|
|
"61742630", "Walsh\ River", |
|
9566
|
|
|
|
|
|
|
"618683620", "Kondinin", |
|
9567
|
|
|
|
|
|
|
"61353920", "Broughton", |
|
9568
|
|
|
|
|
|
|
"61383627", "Craigieburn", |
|
9569
|
|
|
|
|
|
|
"61875227", "Mount\ Pleasant", |
|
9570
|
|
|
|
|
|
|
"6189186", "Karratha", |
|
9571
|
|
|
|
|
|
|
"612630693", "Killongbutta", |
|
9572
|
|
|
|
|
|
|
"61753754", "Laidley", |
|
9573
|
|
|
|
|
|
|
"61885739", "Goolwa", |
|
9574
|
|
|
|
|
|
|
"61752096", "Gympie", |
|
9575
|
|
|
|
|
|
|
"61265118", "Rawdon\ Vale", |
|
9576
|
|
|
|
|
|
|
"61746547", "Charleville", |
|
9577
|
|
|
|
|
|
|
"618600194", "Bodallin\ North", |
|
9578
|
|
|
|
|
|
|
"61879435", "Victoria\ River", |
|
9579
|
|
|
|
|
|
|
"61260610", "Albury", |
|
9580
|
|
|
|
|
|
|
"61357097", "Nagambie", |
|
9581
|
|
|
|
|
|
|
"618903536", "Leinster", |
|
9582
|
|
|
|
|
|
|
"61891410", "Port\ Hedland", |
|
9583
|
|
|
|
|
|
|
"61896662", "Kalannie", |
|
9584
|
|
|
|
|
|
|
"61895543", "Mandurah", |
|
9585
|
|
|
|
|
|
|
"61753538", "Gympie", |
|
9586
|
|
|
|
|
|
|
"61885906", "Parndana", |
|
9587
|
|
|
|
|
|
|
"61888883", "Marion\ Bay", |
|
9588
|
|
|
|
|
|
|
"61351140", "Traralgon", |
|
9589
|
|
|
|
|
|
|
"61889085", "Roper\ River", |
|
9590
|
|
|
|
|
|
|
"61268273", "Gilgooma", |
|
9591
|
|
|
|
|
|
|
"61756661", "Beechmont", |
|
9592
|
|
|
|
|
|
|
"61867116", "Tonebridge", |
|
9593
|
|
|
|
|
|
|
"61863369", "Perth", |
|
9594
|
|
|
|
|
|
|
"61749619", "Mackay", |
|
9595
|
|
|
|
|
|
|
"61363071", "Ringarooma", |
|
9596
|
|
|
|
|
|
|
"61744102", "Cloncurry", |
|
9597
|
|
|
|
|
|
|
"61359556", "Warburton", |
|
9598
|
|
|
|
|
|
|
"61888901", "Burra", |
|
9599
|
|
|
|
|
|
|
"61340215", "Waitchie", |
|
9600
|
|
|
|
|
|
|
"61255663", "Baerami", |
|
9601
|
|
|
|
|
|
|
"61256542", "Wiangaree", |
|
9602
|
|
|
|
|
|
|
"618660699", "Goodlands", |
|
9603
|
|
|
|
|
|
|
"61889573", "Rodinga", |
|
9604
|
|
|
|
|
|
|
"61343151", "Linton", |
|
9605
|
|
|
|
|
|
|
"61860007", "Laverton", |
|
9606
|
|
|
|
|
|
|
"612530244", "Galong\/Yetholme\/Young\/Baldry", |
|
9607
|
|
|
|
|
|
|
"61251218", "Binalong", |
|
9608
|
|
|
|
|
|
|
"612685641", "Bonnay", |
|
9609
|
|
|
|
|
|
|
"61745076", "Omanama", |
|
9610
|
|
|
|
|
|
|
"61746436", "Cooyar", |
|
9611
|
|
|
|
|
|
|
"61734717", "Kooringal", |
|
9612
|
|
|
|
|
|
|
"612570124", "Nundle\/Croppa\ Creek\/Curlewis", |
|
9613
|
|
|
|
|
|
|
"612594083", "Ariah\ Park", |
|
9614
|
|
|
|
|
|
|
"61744159", "Gununa", |
|
9615
|
|
|
|
|
|
|
"61747052", "Cloncurry", |
|
9616
|
|
|
|
|
|
|
"61851257", "Paraburdoo", |
|
9617
|
|
|
|
|
|
|
"613431714", "Kalkee", |
|
9618
|
|
|
|
|
|
|
"61741278", "Redridge", |
|
9619
|
|
|
|
|
|
|
"612583805", "Goorianawa", |
|
9620
|
|
|
|
|
|
|
"61255016", "Merriwa", |
|
9621
|
|
|
|
|
|
|
"61259233", "Kikoira", |
|
9622
|
|
|
|
|
|
|
"61734772", "Samford", |
|
9623
|
|
|
|
|
|
|
"61748334", "Cracow", |
|
9624
|
|
|
|
|
|
|
"61342346", "Birregurra", |
|
9625
|
|
|
|
|
|
|
"6135885", "Berrigan", |
|
9626
|
|
|
|
|
|
|
"61263995", "Coolah", |
|
9627
|
|
|
|
|
|
|
"61747347", "Burketown", |
|
9628
|
|
|
|
|
|
|
"61257057", "Goolhi", |
|
9629
|
|
|
|
|
|
|
"618752982", "Willunga", |
|
9630
|
|
|
|
|
|
|
"612683740", "Geurie", |
|
9631
|
|
|
|
|
|
|
"612583414", "Colane", |
|
9632
|
|
|
|
|
|
|
"61258011", "Eugowra", |
|
9633
|
|
|
|
|
|
|
"61353213", "Linton", |
|
9634
|
|
|
|
|
|
|
"61887979", "Mount\ Gambier", |
|
9635
|
|
|
|
|
|
|
"618763771", "Coulta", |
|
9636
|
|
|
|
|
|
|
"617472", "Townsville", |
|
9637
|
|
|
|
|
|
|
"61268506", "Wirrinya", |
|
9638
|
|
|
|
|
|
|
"61899199", "Yallalong", |
|
9639
|
|
|
|
|
|
|
"618983763", "Lake\ Toolbrunup", |
|
9640
|
|
|
|
|
|
|
"618967677", "Gabbin", |
|
9641
|
|
|
|
|
|
|
"618964467", "Dandaragan", |
|
9642
|
|
|
|
|
|
|
"61238207", "Reidsdale", |
|
9643
|
|
|
|
|
|
|
"61264234", "Cooma", |
|
9644
|
|
|
|
|
|
|
"61861711", "Spearwood", |
|
9645
|
|
|
|
|
|
|
"61742186", "Walsh\ River", |
|
9646
|
|
|
|
|
|
|
"617459062", "Tara", |
|
9647
|
|
|
|
|
|
|
"61264729", "Dalgety", |
|
9648
|
|
|
|
|
|
|
"618660977", "Cunderdin", |
|
9649
|
|
|
|
|
|
|
"617476753", "Townsville", |
|
9650
|
|
|
|
|
|
|
"61890577", "Bodallin", |
|
9651
|
|
|
|
|
|
|
"61387723", "Whittlesea", |
|
9652
|
|
|
|
|
|
|
"61255933", "Howes\ Valley", |
|
9653
|
|
|
|
|
|
|
"6126955", "Leeton", |
|
9654
|
|
|
|
|
|
|
"618983447", "Congee", |
|
9655
|
|
|
|
|
|
|
"61265501", "Taree", |
|
9656
|
|
|
|
|
|
|
"61890819", "South\ Kumminin", |
|
9657
|
|
|
|
|
|
|
"617441969", "Prairie", |
|
9658
|
|
|
|
|
|
|
"61358283", "Katandra\ West", |
|
9659
|
|
|
|
|
|
|
"613431786", "Landsborough", |
|
9660
|
|
|
|
|
|
|
"61890512", "Gibson", |
|
9661
|
|
|
|
|
|
|
"61851184", "Kununurra", |
|
9662
|
|
|
|
|
|
|
"613572777", "Mount\ Beauty", |
|
9663
|
|
|
|
|
|
|
"61253081", "Euchareena", |
|
9664
|
|
|
|
|
|
|
"61361162", "Orford", |
|
9665
|
|
|
|
|
|
|
"618967081", "Wubin", |
|
9666
|
|
|
|
|
|
|
"61267691", "Nundle", |
|
9667
|
|
|
|
|
|
|
"618782017", "Gawler", |
|
9668
|
|
|
|
|
|
|
"617750169", "Longreach", |
|
9669
|
|
|
|
|
|
|
"618683290", "Lake\ Oconnor", |
|
9670
|
|
|
|
|
|
|
"618854935", "Bower", |
|
9671
|
|
|
|
|
|
|
"61350011", "Balranald", |
|
9672
|
|
|
|
|
|
|
"61875036", "Geranium", |
|
9673
|
|
|
|
|
|
|
"61350682", "Nangiloc", |
|
9674
|
|
|
|
|
|
|
"618989397", "Jaloran", |
|
9675
|
|
|
|
|
|
|
"61355229", "Mount\ Richmond", |
|
9676
|
|
|
|
|
|
|
"61340433", "Manangatang", |
|
9677
|
|
|
|
|
|
|
"61238200", "Goulburn", |
|
9678
|
|
|
|
|
|
|
"613942", "Melbourne", |
|
9679
|
|
|
|
|
|
|
"618967607", "Wubin\ West", |
|
9680
|
|
|
|
|
|
|
"61879213", "Noonamah", |
|
9681
|
|
|
|
|
|
|
"61743610", "Wondai", |
|
9682
|
|
|
|
|
|
|
"613542023", "Elmore", |
|
9683
|
|
|
|
|
|
|
"61268922", "Trundle", |
|
9684
|
|
|
|
|
|
|
"61885486", "Tanunda", |
|
9685
|
|
|
|
|
|
|
"618660907", "Goomalling", |
|
9686
|
|
|
|
|
|
|
"61890570", "Speddingup\ East", |
|
9687
|
|
|
|
|
|
|
"61755449", "Kerry", |
|
9688
|
|
|
|
|
|
|
"612593892", "Coolamon", |
|
9689
|
|
|
|
|
|
|
"61878031", "Wedge", |
|
9690
|
|
|
|
|
|
|
"61747340", "Normanton", |
|
9691
|
|
|
|
|
|
|
"61257050", "Sandy\ Flat", |
|
9692
|
|
|
|
|
|
|
"61744145", "Barkly", |
|
9693
|
|
|
|
|
|
|
"61887041", "Kingston\ Se", |
|
9694
|
|
|
|
|
|
|
"61738979", "Samford", |
|
9695
|
|
|
|
|
|
|
"61269116", "Batlow", |
|
9696
|
|
|
|
|
|
|
"613531881", "Bangerang", |
|
9697
|
|
|
|
|
|
|
"617480180", "Buckland", |
|
9698
|
|
|
|
|
|
|
"617459987", "Jandowae", |
|
9699
|
|
|
|
|
|
|
"618763701", "Iron\ Knob", |
|
9700
|
|
|
|
|
|
|
"61256505", "Murwillumbah", |
|
9701
|
|
|
|
|
|
|
"61364696", "Waratah", |
|
9702
|
|
|
|
|
|
|
"61357523", "Eildon", |
|
9703
|
|
|
|
|
|
|
"61889908", "Tablelands", |
|
9704
|
|
|
|
|
|
|
"61363136", "Whitemark", |
|
9705
|
|
|
|
|
|
|
"61888312", "Maitland", |
|
9706
|
|
|
|
|
|
|
"61734710", "Bribie\ Island", |
|
9707
|
|
|
|
|
|
|
"6124422", "Nowra", |
|
9708
|
|
|
|
|
|
|
"618600942", "Coomalbidgup", |
|
9709
|
|
|
|
|
|
|
"61260896", "Leicester\ Park", |
|
9710
|
|
|
|
|
|
|
"61860000", "Kalgoorlie", |
|
9711
|
|
|
|
|
|
|
"61267984", "Currabubula", |
|
9712
|
|
|
|
|
|
|
"617476425", "Briaba", |
|
9713
|
|
|
|
|
|
|
"612583875", "Bobadah", |
|
9714
|
|
|
|
|
|
|
"61877099", "Kingston\ Se", |
|
9715
|
|
|
|
|
|
|
"612574793", "Gurley", |
|
9716
|
|
|
|
|
|
|
"61741799", "Murgon", |
|
9717
|
|
|
|
|
|
|
"61851250", "Newman", |
|
9718
|
|
|
|
|
|
|
"6174699", "Toowoomba", |
|
9719
|
|
|
|
|
|
|
"618600267", "Warralakin", |
|
9720
|
|
|
|
|
|
|
"612933", "Sydney", |
|
9721
|
|
|
|
|
|
|
"61255598", "Merriwa", |
|
9722
|
|
|
|
|
|
|
"61260672", "Albury", |
|
9723
|
|
|
|
|
|
|
"61749078", "Mount\ Morgan", |
|
9724
|
|
|
|
|
|
|
"61351147", "Yarram", |
|
9725
|
|
|
|
|
|
|
"612533023", "Grenfell", |
|
9726
|
|
|
|
|
|
|
"61256244", "Tabulam", |
|
9727
|
|
|
|
|
|
|
"61891472", "Ord", |
|
9728
|
|
|
|
|
|
|
"61880035", "White\ Cliffs", |
|
9729
|
|
|
|
|
|
|
"61748136", "Lethebrook", |
|
9730
|
|
|
|
|
|
|
"61392138", "Croydon", |
|
9731
|
|
|
|
|
|
|
"61342144", "Kennedys\ Creek", |
|
9732
|
|
|
|
|
|
|
"612530016", "Lue", |
|
9733
|
|
|
|
|
|
|
"61259018", "Wallanthery", |
|
9734
|
|
|
|
|
|
|
"612685866", "Widgeland", |
|
9735
|
|
|
|
|
|
|
"613545283", "Kerang", |
|
9736
|
|
|
|
|
|
|
"61897138", "Bunbury", |
|
9737
|
|
|
|
|
|
|
"618682197", "Tenterden", |
|
9738
|
|
|
|
|
|
|
"61260617", "Corryong", |
|
9739
|
|
|
|
|
|
|
"61357090", "Moyhu", |
|
9740
|
|
|
|
|
|
|
"61754163", "Toogoolawah", |
|
9741
|
|
|
|
|
|
|
"618865837", "Courela", |
|
9742
|
|
|
|
|
|
|
"61746540", "Warrego", |
|
9743
|
|
|
|
|
|
|
"61264656", "Ando", |
|
9744
|
|
|
|
|
|
|
"61356323", "Wonthaggi", |
|
9745
|
|
|
|
|
|
|
"61381189", "Kalkallo", |
|
9746
|
|
|
|
|
|
|
"61257305", "Wellingrove", |
|
9747
|
|
|
|
|
|
|
"61745131", "Crows\ Nest", |
|
9748
|
|
|
|
|
|
|
"61891417", "Telfer", |
|
9749
|
|
|
|
|
|
|
"61875220", "Berri", |
|
9750
|
|
|
|
|
|
|
"6134332", "Elmhurst\/Horsham\/Gerang\ Gerung\/Horsham\/Glenisla\/Glenorchy\/Ballarat", |
|
9751
|
|
|
|
|
|
|
"6129203", "Liverpool", |
|
9752
|
|
|
|
|
|
|
"61353927", "Kaniva", |
|
9753
|
|
|
|
|
|
|
"61383620", "Craigieburn", |
|
9754
|
|
|
|
|
|
|
"612631399", "Canowindra", |
|
9755
|
|
|
|
|
|
|
"61355564", "Dunkeld", |
|
9756
|
|
|
|
|
|
|
"6138870", "Ringwood", |
|
9757
|
|
|
|
|
|
|
"61742637", "Atherton", |
|
9758
|
|
|
|
|
|
|
"61361535", "Hobart", |
|
9759
|
|
|
|
|
|
|
"612583172", "Girilambone", |
|
9760
|
|
|
|
|
|
|
"613542593", "Laen", |
|
9761
|
|
|
|
|
|
|
"61351885", "Mallacoota", |
|
9762
|
|
|
|
|
|
|
"61749475", "Lethebrook", |
|
9763
|
|
|
|
|
|
|
"61742384", "Georgetown", |
|
9764
|
|
|
|
|
|
|
"618600876", "Burracoppin\ South", |
|
9765
|
|
|
|
|
|
|
"612574095", "Ben\ Lomond", |
|
9766
|
|
|
|
|
|
|
"61898720", "Lake\ Magenta", |
|
9767
|
|
|
|
|
|
|
"61886295", "Cowell", |
|
9768
|
|
|
|
|
|
|
"61898837", "Cuballing", |
|
9769
|
|
|
|
|
|
|
"61264762", "Nimmitabel", |
|
9770
|
|
|
|
|
|
|
"613574746", "Tungamah", |
|
9771
|
|
|
|
|
|
|
"61752101", "Kenilworth", |
|
9772
|
|
|
|
|
|
|
"6174198", "Bundaberg", |
|
9773
|
|
|
|
|
|
|
"61897844", "Pemberton", |
|
9774
|
|
|
|
|
|
|
"6173725", "Brisbane", |
|
9775
|
|
|
|
|
|
|
"612583722", "Mullengudgery", |
|
9776
|
|
|
|
|
|
|
"612530084", "Cudal\/Euchareena\/Frogmore\/Galong", |
|
9777
|
|
|
|
|
|
|
"61746789", "Warra", |
|
9778
|
|
|
|
|
|
|
"612594081", "Alleena", |
|
9779
|
|
|
|
|
|
|
"61266051", "Glenreagh", |
|
9780
|
|
|
|
|
|
|
"61340387", "Mildura", |
|
9781
|
|
|
|
|
|
|
"61259120", "Currawarna", |
|
9782
|
|
|
|
|
|
|
"61898470", "Gnowellen", |
|
9783
|
|
|
|
|
|
|
"61357788", "Bonnie\ Doon", |
|
9784
|
|
|
|
|
|
|
"618660700", "Goomalling", |
|
9785
|
|
|
|
|
|
|
"61867013", "Dinninup", |
|
9786
|
|
|
|
|
|
|
"613532380", "Serviceton", |
|
9787
|
|
|
|
|
|
|
"612685643", "Bonnay", |
|
9788
|
|
|
|
|
|
|
"61348296", "Mathoura", |
|
9789
|
|
|
|
|
|
|
"61363218", "St\ Helens", |
|
9790
|
|
|
|
|
|
|
"6126862", "Parkes", |
|
9791
|
|
|
|
|
|
|
"61362013", "Bothwell", |
|
9792
|
|
|
|
|
|
|
"61266975", "Grafton", |
|
9793
|
|
|
|
|
|
|
"618763773", "Cowell", |
|
9794
|
|
|
|
|
|
|
"61888768", "Wedge", |
|
9795
|
|
|
|
|
|
|
"617458778", "Chinchilla", |
|
9796
|
|
|
|
|
|
|
"618856726", "Swan\ Reach", |
|
9797
|
|
|
|
|
|
|
"613572900", "Myrtleford", |
|
9798
|
|
|
|
|
|
|
"612583608", "Gilgooma", |
|
9799
|
|
|
|
|
|
|
"61265027", "Castle\ Rock", |
|
9800
|
|
|
|
|
|
|
"61752193", "Wolvi", |
|
9801
|
|
|
|
|
|
|
"61388228", "Ringwood", |
|
9802
|
|
|
|
|
|
|
"61250142", "Eskdale", |
|
9803
|
|
|
|
|
|
|
"61244148", "Moruya", |
|
9804
|
|
|
|
|
|
|
"617476751", "Townsville", |
|
9805
|
|
|
|
|
|
|
"61742575", "Cairns", |
|
9806
|
|
|
|
|
|
|
"61248380", "Nerriga", |
|
9807
|
|
|
|
|
|
|
"61340471", "Curyo", |
|
9808
|
|
|
|
|
|
|
"61743167", "Boondooma", |
|
9809
|
|
|
|
|
|
|
"61342319", "Apollo\ Bay", |
|
9810
|
|
|
|
|
|
|
"61269155", "Gala\ Vale", |
|
9811
|
|
|
|
|
|
|
"61361612", "Swansea", |
|
9812
|
|
|
|
|
|
|
"612594218", "Lockhart", |
|
9813
|
|
|
|
|
|
|
"61253162", "Cumnock", |
|
9814
|
|
|
|
|
|
|
"618967083", "Wubin", |
|
9815
|
|
|
|
|
|
|
"61745359", "Aramac", |
|
9816
|
|
|
|
|
|
|
"61255049", "Smithtown", |
|
9817
|
|
|
|
|
|
|
"613432135", "Broughton", |
|
9818
|
|
|
|
|
|
|
"61746692", "Tara", |
|
9819
|
|
|
|
|
|
|
"61878073", "Brinkworth", |
|
9820
|
|
|
|
|
|
|
"618997032", "Eneabba\ North", |
|
9821
|
|
|
|
|
|
|
"61265938", "Krambach", |
|
9822
|
|
|
|
|
|
|
"61740147", "Weipa", |
|
9823
|
|
|
|
|
|
|
"61267778", "Moona\ Plains", |
|
9824
|
|
|
|
|
|
|
"61899388", "Northern\ Gully", |
|
9825
|
|
|
|
|
|
|
"61864988", "Herne\ Hill", |
|
9826
|
|
|
|
|
|
|
"61888754", "Braemer", |
|
9827
|
|
|
|
|
|
|
"61267894", "Tenterfield", |
|
9828
|
|
|
|
|
|
|
"6126456", "Berridale", |
|
9829
|
|
|
|
|
|
|
"61743406", "Boondooma", |
|
9830
|
|
|
|
|
|
|
"61867149", "Wilga", |
|
9831
|
|
|
|
|
|
|
"61749646", "Proserpine", |
|
9832
|
|
|
|
|
|
|
"61745302", "Cunnamulla", |
|
9833
|
|
|
|
|
|
|
"61264615", "Bredbo", |
|
9834
|
|
|
|
|
|
|
"6174688", "Toowoomba", |
|
9835
|
|
|
|
|
|
|
"612582473", "Curban", |
|
9836
|
|
|
|
|
|
|
"61886062", "Everard", |
|
9837
|
|
|
|
|
|
|
"61743288", "Redridge", |
|
9838
|
|
|
|
|
|
|
"613451056", "Derrinallum", |
|
9839
|
|
|
|
|
|
|
"61255307", "Lord\ Howe\ Island", |
|
9840
|
|
|
|
|
|
|
"61740707", "Malanda", |
|
9841
|
|
|
|
|
|
|
"612630691", "Killongbutta", |
|
9842
|
|
|
|
|
|
|
"61742083", "Walsh\ River", |
|
9843
|
|
|
|
|
|
|
"61899957", "Guranu", |
|
9844
|
|
|
|
|
|
|
"612582516", "Teridgerie", |
|
9845
|
|
|
|
|
|
|
"613470146", "Harrietville", |
|
9846
|
|
|
|
|
|
|
"61895184", "Rockingham", |
|
9847
|
|
|
|
|
|
|
"6175325", "Caloundra", |
|
9848
|
|
|
|
|
|
|
"618660096", "Dangin", |
|
9849
|
|
|
|
|
|
|
"61264318", "Berridale", |
|
9850
|
|
|
|
|
|
|
"612685583", "Wirrinya", |
|
9851
|
|
|
|
|
|
|
"617480049", "Mackay", |
|
9852
|
|
|
|
|
|
|
"618989090", "Bradfords", |
|
9853
|
|
|
|
|
|
|
"61746253", "St\ George", |
|
9854
|
|
|
|
|
|
|
"6138526", "Clayton", |
|
9855
|
|
|
|
|
|
|
"618982449", "Mount\ Barker", |
|
9856
|
|
|
|
|
|
|
"61258278", "Goodooga", |
|
9857
|
|
|
|
|
|
|
"61896112", "Goodlands", |
|
9858
|
|
|
|
|
|
|
"61358105", "Wanganella", |
|
9859
|
|
|
|
|
|
|
"61354736", "Murrabit", |
|
9860
|
|
|
|
|
|
|
"618864605", "Port\ Pirie", |
|
9861
|
|
|
|
|
|
|
"6188572", "Tailem\ Bend", |
|
9862
|
|
|
|
|
|
|
"617479208", "Upper\ Stone", |
|
9863
|
|
|
|
|
|
|
"61748218", "Walkerston", |
|
9864
|
|
|
|
|
|
|
"612532439", "Hill\ End", |
|
9865
|
|
|
|
|
|
|
"61260160", "Cudgewa", |
|
9866
|
|
|
|
|
|
|
"61756222", "Tweed\ Heads", |
|
9867
|
|
|
|
|
|
|
"61341124", "Yarram", |
|
9868
|
|
|
|
|
|
|
"61741011", "Blackbutt", |
|
9869
|
|
|
|
|
|
|
"618866922", "Mintabie", |
|
9870
|
|
|
|
|
|
|
"61888538", "Curramulka", |
|
9871
|
|
|
|
|
|
|
"61896177", "Tammin", |
|
9872
|
|
|
|
|
|
|
"61255113", "Port\ Macquarie", |
|
9873
|
|
|
|
|
|
|
"61741682", "Murgon", |
|
9874
|
|
|
|
|
|
|
"613573032", "Flowerdale", |
|
9875
|
|
|
|
|
|
|
"618967785", "Dale\ River", |
|
9876
|
|
|
|
|
|
|
"61265365", "Forster", |
|
9877
|
|
|
|
|
|
|
"61251071", "Gearys\ Gap", |
|
9878
|
|
|
|
|
|
|
"61745173", "Jimbour", |
|
9879
|
|
|
|
|
|
|
"61352127", "Bannockburn", |
|
9880
|
|
|
|
|
|
|
"6175439", "Caloundra", |
|
9881
|
|
|
|
|
|
|
"61263140", "Lyndhurst", |
|
9882
|
|
|
|
|
|
|
"61356442", "Wonthaggi", |
|
9883
|
|
|
|
|
|
|
"61356024", "Mirboo\ North", |
|
9884
|
|
|
|
|
|
|
"61749169", "Hodgson\ Range", |
|
9885
|
|
|
|
|
|
|
"61756111", "Rathdowney", |
|
9886
|
|
|
|
|
|
|
"61889761", "Pine\ Creek", |
|
9887
|
|
|
|
|
|
|
"61265236", "Rawdon\ Vale", |
|
9888
|
|
|
|
|
|
|
"61355498", "Coleraine", |
|
9889
|
|
|
|
|
|
|
"613553682", "Benayeo", |
|
9890
|
|
|
|
|
|
|
"61896170", "Studleigh", |
|
9891
|
|
|
|
|
|
|
"6128263", "Sydney", |
|
9892
|
|
|
|
|
|
|
"618989138", "Narrakine", |
|
9893
|
|
|
|
|
|
|
"6187180", "Salisbury", |
|
9894
|
|
|
|
|
|
|
"61263147", "Manildra", |
|
9895
|
|
|
|
|
|
|
"612685850", "Nyngan", |
|
9896
|
|
|
|
|
|
|
"61352120", "Colac", |
|
9897
|
|
|
|
|
|
|
"612533021", "Gooloogong", |
|
9898
|
|
|
|
|
|
|
"617451949", "Eschol", |
|
9899
|
|
|
|
|
|
|
"61265593", "Taree", |
|
9900
|
|
|
|
|
|
|
"61363033", "Exeter", |
|
9901
|
|
|
|
|
|
|
"61867238", "Nyamup", |
|
9902
|
|
|
|
|
|
|
"6188583", "Berri", |
|
9903
|
|
|
|
|
|
|
"61264479", "Adaminaby", |
|
9904
|
|
|
|
|
|
|
"61268231", "Buckinguy", |
|
9905
|
|
|
|
|
|
|
"613470540", "Euroa", |
|
9906
|
|
|
|
|
|
|
"61260167", "Balldale", |
|
9907
|
|
|
|
|
|
|
"61341511", "Maffra", |
|
9908
|
|
|
|
|
|
|
"613545281", "Kerang", |
|
9909
|
|
|
|
|
|
|
"61358702", "Nathalia", |
|
9910
|
|
|
|
|
|
|
"612685815", "Girilambone", |
|
9911
|
|
|
|
|
|
|
"612834", "Sydney", |
|
9912
|
|
|
|
|
|
|
"61269013", "Bidgeemia", |
|
9913
|
|
|
|
|
|
|
"61877225", "Lochaber", |
|
9914
|
|
|
|
|
|
|
"61867155", "Balingup", |
|
9915
|
|
|
|
|
|
|
"61899950", "Northern\ Gully", |
|
9916
|
|
|
|
|
|
|
"61253129", "Cassilis", |
|
9917
|
|
|
|
|
|
|
"61255300", "Mount\ George", |
|
9918
|
|
|
|
|
|
|
"61740700", "Hopevale", |
|
9919
|
|
|
|
|
|
|
"613542591", "Laen", |
|
9920
|
|
|
|
|
|
|
"61744074", "Ravenswood", |
|
9921
|
|
|
|
|
|
|
"612532855", "Monteagle", |
|
9922
|
|
|
|
|
|
|
"61344217", "Cohuna", |
|
9923
|
|
|
|
|
|
|
"61891769", "Great\ Sandy", |
|
9924
|
|
|
|
|
|
|
"61263885", "Bribbaree", |
|
9925
|
|
|
|
|
|
|
"61255464", "Ellenborough", |
|
9926
|
|
|
|
|
|
|
"6136113", "Margate", |
|
9927
|
|
|
|
|
|
|
"61256361", "Kyogle", |
|
9928
|
|
|
|
|
|
|
"61340256", "Cunninyeuk", |
|
9929
|
|
|
|
|
|
|
"61355095", "Lake\ Mundi", |
|
9930
|
|
|
|
|
|
|
"61240763", "Maitland", |
|
9931
|
|
|
|
|
|
|
"6135966", "Warburton", |
|
9932
|
|
|
|
|
|
|
"61890635", "Muntadgin\ East", |
|
9933
|
|
|
|
|
|
|
"613451438", "Nirranda", |
|
9934
|
|
|
|
|
|
|
"61267299", "Coolatai", |
|
9935
|
|
|
|
|
|
|
"618683532", "Mettler", |
|
9936
|
|
|
|
|
|
|
"61350278", "Rufus\ River", |
|
9937
|
|
|
|
|
|
|
"61269709", "Ungarie", |
|
9938
|
|
|
|
|
|
|
"61875133", "Sedan", |
|
9939
|
|
|
|
|
|
|
"61367202", "Gladstone", |
|
9940
|
|
|
|
|
|
|
"613470905", "Yea", |
|
9941
|
|
|
|
|
|
|
"61269936", "Maude", |
|
9942
|
|
|
|
|
|
|
"618683199", "Pingaring", |
|
9943
|
|
|
|
|
|
|
"612583217", "Wirrinya", |
|
9944
|
|
|
|
|
|
|
"61356008", "Foster", |
|
9945
|
|
|
|
|
|
|
"61891539", "Newman", |
|
9946
|
|
|
|
|
|
|
"613451426", "Edenhope", |
|
9947
|
|
|
|
|
|
|
"6135523", "Portland", |
|
9948
|
|
|
|
|
|
|
"613470680", "Chiltern", |
|
9949
|
|
|
|
|
|
|
"6189071", "Esperance", |
|
9950
|
|
|
|
|
|
|
"61735678", "Brisbane", |
|
9951
|
|
|
|
|
|
|
"61248634", "Bevendale", |
|
9952
|
|
|
|
|
|
|
"61897641", "Balingup", |
|
9953
|
|
|
|
|
|
|
"613442094", "Wedderburn", |
|
9954
|
|
|
|
|
|
|
"61891125", "Fitzroy\ Crossing", |
|
9955
|
|
|
|
|
|
|
"61740140", "Tully", |
|
9956
|
|
|
|
|
|
|
"61745648", "Toowoomba", |
|
9957
|
|
|
|
|
|
|
"6189537", "Mandurah", |
|
9958
|
|
|
|
|
|
|
"61341108", "Mount\ Taylor", |
|
9959
|
|
|
|
|
|
|
"61269752", "Alleena", |
|
9960
|
|
|
|
|
|
|
"612574147", "Mungindi", |
|
9961
|
|
|
|
|
|
|
"61248387", "Wombeyan\ Caves", |
|
9962
|
|
|
|
|
|
|
"613553542", "Dundonnell", |
|
9963
|
|
|
|
|
|
|
"61898381", "Ravensthorpe", |
|
9964
|
|
|
|
|
|
|
"61753481", "Crossdale", |
|
9965
|
|
|
|
|
|
|
"61269149", "Narrandera", |
|
9966
|
|
|
|
|
|
|
"61743160", "Childers", |
|
9967
|
|
|
|
|
|
|
"61886029", "Coober\ Pedy", |
|
9968
|
|
|
|
|
|
|
"61864005", "Perth", |
|
9969
|
|
|
|
|
|
|
"61888993", "Minlaton", |
|
9970
|
|
|
|
|
|
|
"61862259", "Perth", |
|
9971
|
|
|
|
|
|
|
"613451367", "Coojar", |
|
9972
|
|
|
|
|
|
|
"61392641", "Melbourne", |
|
9973
|
|
|
|
|
|
|
"61745345", "Billa\ Billa", |
|
9974
|
|
|
|
|
|
|
"613542021", "Elmore", |
|
9975
|
|
|
|
|
|
|
"61255055", "Macksville", |
|
9976
|
|
|
|
|
|
|
"618763703", "Kapinnie", |
|
9977
|
|
|
|
|
|
|
"6173096", "Brisbane", |
|
9978
|
|
|
|
|
|
|
"61251136", "Rye\ Park", |
|
9979
|
|
|
|
|
|
|
"617480289", "Dingo", |
|
9980
|
|
|
|
|
|
|
"618661158", "South\ Quairading", |
|
9981
|
|
|
|
|
|
|
"61358759", "Lalalty", |
|
9982
|
|
|
|
|
|
|
"61755416", "Tamborine\ Mountain", |
|
9983
|
|
|
|
|
|
|
"612593958", "Carabost", |
|
9984
|
|
|
|
|
|
|
"61341326", "Genoa", |
|
9985
|
|
|
|
|
|
|
"61356405", "Korumburra", |
|
9986
|
|
|
|
|
|
|
"618660120", "Regans\ Ford", |
|
9987
|
|
|
|
|
|
|
"612583678", "Borah\ Tank", |
|
9988
|
|
|
|
|
|
|
"61265020", "Bunnor", |
|
9989
|
|
|
|
|
|
|
"61753312", "Laidley", |
|
9990
|
|
|
|
|
|
|
"61749835", "Miclere", |
|
9991
|
|
|
|
|
|
|
"618989126", "Cuballing", |
|
9992
|
|
|
|
|
|
|
"61246036", "Campbelltown", |
|
9993
|
|
|
|
|
|
|
"6128488", "Sydney", |
|
9994
|
|
|
|
|
|
|
"61749122", "Bajool", |
|
9995
|
|
|
|
|
|
|
"613531883", "Bangerang", |
|
9996
|
|
|
|
|
|
|
"617458708", "Ballandean", |
|
9997
|
|
|
|
|
|
|
"6173457", "Brisbane", |
|
9998
|
|
|
|
|
|
|
"61353875", "Nhill", |
|
9999
|
|
|
|
|
|
|
"61269666", "Rankins\ Springs", |
|
10000
|
|
|
|
|
|
|
"618753394", "Geranium", |
|
10001
|
|
|
|
|
|
|
"61358142", "Dookie", |
|
10002
|
|
|
|
|
|
|
"612574791", "Gunnedah", |
|
10003
|
|
|
|
|
|
|
"61259127", "Junee", |
|
10004
|
|
|
|
|
|
|
"61748033", "Tieri", |
|
10005
|
|
|
|
|
|
|
"61255458", "Byabarra", |
|
10006
|
|
|
|
|
|
|
"61340380", "Cunninyeuk", |
|
10007
|
|
|
|
|
|
|
"612574389", "Banoon", |
|
10008
|
|
|
|
|
|
|
"618660770", "Kalannie", |
|
10009
|
|
|
|
|
|
|
"617442947", "Doomadgee", |
|
10010
|
|
|
|
|
|
|
"61890965", "Nullarbor", |
|
10011
|
|
|
|
|
|
|
"61898477", "Kojaneerup", |
|
10012
|
|
|
|
|
|
|
"61898739", "Kulin\ West", |
|
10013
|
|
|
|
|
|
|
"61268465", "Yeoval", |
|
10014
|
|
|
|
|
|
|
"61238144", "Bungonia", |
|
10015
|
|
|
|
|
|
|
"618601108", "Speddingup\ East", |
|
10016
|
|
|
|
|
|
|
"612683952", "Purlewaugh", |
|
10017
|
|
|
|
|
|
|
"61253223", "Orange", |
|
10018
|
|
|
|
|
|
|
"61358021", "Conargo", |
|
10019
|
|
|
|
|
|
|
"618867786", "Yunta", |
|
10020
|
|
|
|
|
|
|
"61888543", "Marion\ Bay", |
|
10021
|
|
|
|
|
|
|
"61350400", "Annuello", |
|
10022
|
|
|
|
|
|
|
"61269497", "Black\ Stump", |
|
10023
|
|
|
|
|
|
|
"613441221", "Laen", |
|
10024
|
|
|
|
|
|
|
"61248174", "Bundanoon", |
|
10025
|
|
|
|
|
|
|
"61347073", "Broadford", |
|
10026
|
|
|
|
|
|
|
"61267193", "Wee\ Waa", |
|
10027
|
|
|
|
|
|
|
"612593714", "Merriwagga", |
|
10028
|
|
|
|
|
|
|
"61355026", "Caramut", |
|
10029
|
|
|
|
|
|
|
"61728023", "Ipswich", |
|
10030
|
|
|
|
|
|
|
"61256589", "Ettrick", |
|
10031
|
|
|
|
|
|
|
"61747908", "Home\ Hill", |
|
10032
|
|
|
|
|
|
|
"61875239", "Victor\ Harbor", |
|
10033
|
|
|
|
|
|
|
"613470534", "Buffalo\ River", |
|
10034
|
|
|
|
|
|
|
"612574152", "Oakey\ Creek", |
|
10035
|
|
|
|
|
|
|
"61895901", "Bakers\ Hill", |
|
10036
|
|
|
|
|
|
|
"61889340", "Yulara", |
|
10037
|
|
|
|
|
|
|
"61364003", "Currie", |
|
10038
|
|
|
|
|
|
|
"61259351", "Tumut", |
|
10039
|
|
|
|
|
|
|
"61896960", "Ejanding", |
|
10040
|
|
|
|
|
|
|
"618600931", "Bodallin", |
|
10041
|
|
|
|
|
|
|
"613442111", "Cohuna", |
|
10042
|
|
|
|
|
|
|
"612593786", "Hay", |
|
10043
|
|
|
|
|
|
|
"6189525", "Byford", |
|
10044
|
|
|
|
|
|
|
"618752924", "Callington", |
|
10045
|
|
|
|
|
|
|
"61753184", "Upper\ Widgee", |
|
10046
|
|
|
|
|
|
|
"61741616", "Gooroolba", |
|
10047
|
|
|
|
|
|
|
"61897791", "Jangardup", |
|
10048
|
|
|
|
|
|
|
"61354895", "Raywood", |
|
10049
|
|
|
|
|
|
|
"61351559", "Buchan", |
|
10050
|
|
|
|
|
|
|
"61899201", "Yuna", |
|
10051
|
|
|
|
|
|
|
"61877296", "Thornlea", |
|
10052
|
|
|
|
|
|
|
"61745798", "Wallumbilla", |
|
10053
|
|
|
|
|
|
|
"61357614", "Benalla", |
|
10054
|
|
|
|
|
|
|
"61268068", "Lightning\ Ridge", |
|
10055
|
|
|
|
|
|
|
"61367379", "Mathinna", |
|
10056
|
|
|
|
|
|
|
"61743301", "Brooklands", |
|
10057
|
|
|
|
|
|
|
"61745874", "Goondiwindi", |
|
10058
|
|
|
|
|
|
|
"61359004", "Cranbourne", |
|
10059
|
|
|
|
|
|
|
"61867061", "Balingup", |
|
10060
|
|
|
|
|
|
|
"61885830", "Barmera", |
|
10061
|
|
|
|
|
|
|
"61876192", "Frome", |
|
10062
|
|
|
|
|
|
|
"61748402", "Mackay", |
|
10063
|
|
|
|
|
|
|
"617442952", "Greenvale", |
|
10064
|
|
|
|
|
|
|
"61896186", "Watheroo", |
|
10065
|
|
|
|
|
|
|
"61362061", "New\ Norfolk", |
|
10066
|
|
|
|
|
|
|
"618867714", "Wilmington", |
|
10067
|
|
|
|
|
|
|
"613553533", "Derrinallum", |
|
10068
|
|
|
|
|
|
|
"6124233", "Kiama", |
|
10069
|
|
|
|
|
|
|
"613542240", "Marong", |
|
10070
|
|
|
|
|
|
|
"61883934", "Salisbury", |
|
10071
|
|
|
|
|
|
|
"61746705", "Jondaryan", |
|
10072
|
|
|
|
|
|
|
"61876333", "Whyalla", |
|
10073
|
|
|
|
|
|
|
"61344047", "Gisborne", |
|
10074
|
|
|
|
|
|
|
"61741897", "Biggenden", |
|
10075
|
|
|
|
|
|
|
"617458616", "Dulacca", |
|
10076
|
|
|
|
|
|
|
"61265943", "Telegraph\ Point", |
|
10077
|
|
|
|
|
|
|
"61340376", "Boundary\ Bend", |
|
10078
|
|
|
|
|
|
|
"61258166", "Dubbo", |
|
10079
|
|
|
|
|
|
|
"618865093", "Woomera", |
|
10080
|
|
|
|
|
|
|
"618964954", "Yerecoin", |
|
10081
|
|
|
|
|
|
|
"61350655", "Arumpo", |
|
10082
|
|
|
|
|
|
|
"61896630", "Dalwallinu\ West", |
|
10083
|
|
|
|
|
|
|
"61748459", "Cracow", |
|
10084
|
|
|
|
|
|
|
"61879146", "Daly", |
|
10085
|
|
|
|
|
|
|
"618763863", "Cummins", |
|
10086
|
|
|
|
|
|
|
"61741063", "Howard", |
|
10087
|
|
|
|
|
|
|
"61262308", "Anembo", |
|
10088
|
|
|
|
|
|
|
"61341395", "Sale", |
|
10089
|
|
|
|
|
|
|
"61255161", "Singleton", |
|
10090
|
|
|
|
|
|
|
"61354323", "Bendigo", |
|
10091
|
|
|
|
|
|
|
"61351809", "Sale", |
|
10092
|
|
|
|
|
|
|
"613532321", "Balliang", |
|
10093
|
|
|
|
|
|
|
"617480703", "Fitzroy\ West", |
|
10094
|
|
|
|
|
|
|
"61742756", "Thursday\ Island", |
|
10095
|
|
|
|
|
|
|
"61887475", "Wrattonbully", |
|
10096
|
|
|
|
|
|
|
"618683543", "Newdegate\ North", |
|
10097
|
|
|
|
|
|
|
"61256100", "Woodburn", |
|
10098
|
|
|
|
|
|
|
"612594020", "Wallendbeen", |
|
10099
|
|
|
|
|
|
|
"61244133", "Batemans\ Bay", |
|
10100
|
|
|
|
|
|
|
"61350358", "Tempy", |
|
10101
|
|
|
|
|
|
|
"61342200", "Swan\ Marsh", |
|
10102
|
|
|
|
|
|
|
"612574810", "Nullamanna", |
|
10103
|
|
|
|
|
|
|
"61756163", "Beechmont", |
|
10104
|
|
|
|
|
|
|
"61263499", "Cowra", |
|
10105
|
|
|
|
|
|
|
"613574673", "Killawarra", |
|
10106
|
|
|
|
|
|
|
"61267332", "Ben\ Lomond", |
|
10107
|
|
|
|
|
|
|
"6128508", "Engadine", |
|
10108
|
|
|
|
|
|
|
"61284159", "Sydney", |
|
10109
|
|
|
|
|
|
|
"617750313", "Bringalily", |
|
10110
|
|
|
|
|
|
|
"61257389", "Pine\ Ridge", |
|
10111
|
|
|
|
|
|
|
"61240225", "Karuah", |
|
10112
|
|
|
|
|
|
|
"61898569", "Nalyerlup", |
|
10113
|
|
|
|
|
|
|
"61352919", "Torquay", |
|
10114
|
|
|
|
|
|
|
"61367153", "Fingal", |
|
10115
|
|
|
|
|
|
|
"61890175", "Salmon\ Gums", |
|
10116
|
|
|
|
|
|
|
"61743094", "Yarraman", |
|
10117
|
|
|
|
|
|
|
"61264737", "Shannons\ Flat", |
|
10118
|
|
|
|
|
|
|
"618753477", "Hartley", |
|
10119
|
|
|
|
|
|
|
"61898862", "Muradup", |
|
10120
|
|
|
|
|
|
|
"61886683", "Laura", |
|
10121
|
|
|
|
|
|
|
"61359391", "Healesville", |
|
10122
|
|
|
|
|
|
|
"6136167", "Hobart", |
|
10123
|
|
|
|
|
|
|
"61891196", "Marble\ Bar", |
|
10124
|
|
|
|
|
|
|
"618683300", "Mount\ Madden", |
|
10125
|
|
|
|
|
|
|
"618866965", "Gladstone", |
|
10126
|
|
|
|
|
|
|
"617486585", "Yakapari", |
|
10127
|
|
|
|
|
|
|
"612872", "Bankstown", |
|
10128
|
|
|
|
|
|
|
"61742662", "Mossman", |
|
10129
|
|
|
|
|
|
|
"617458684", "The\ Gums", |
|
10130
|
|
|
|
|
|
|
"61343292", "Balliang", |
|
10131
|
|
|
|
|
|
|
"61268054", "Geurie", |
|
10132
|
|
|
|
|
|
|
"618866363", "Wanilla", |
|
10133
|
|
|
|
|
|
|
"61245034", "Colo\ Heights", |
|
10134
|
|
|
|
|
|
|
"612574439", "Manilla", |
|
10135
|
|
|
|
|
|
|
"61341421", "Gelantipy", |
|
10136
|
|
|
|
|
|
|
"612583784", "Condobolin", |
|
10137
|
|
|
|
|
|
|
"61353146", "Gerang\ Gerung", |
|
10138
|
|
|
|
|
|
|
"61256313", "Woodburn", |
|
10139
|
|
|
|
|
|
|
"61881554", "Adelaide", |
|
10140
|
|
|
|
|
|
|
"618683370", "Karlgarin", |
|
10141
|
|
|
|
|
|
|
"61887619", "Robe", |
|
10142
|
|
|
|
|
|
|
"61240711", "Wootton", |
|
10143
|
|
|
|
|
|
|
"612530139", "Leadville", |
|
10144
|
|
|
|
|
|
|
"61747085", "Gulf", |
|
10145
|
|
|
|
|
|
|
"61756414", "Southport", |
|
10146
|
|
|
|
|
|
|
"61287340", "Liverpool", |
|
10147
|
|
|
|
|
|
|
"618753135", "Kingscote", |
|
10148
|
|
|
|
|
|
|
"61258358", "Bindogundra", |
|
10149
|
|
|
|
|
|
|
"613442148", "Romsey", |
|
10150
|
|
|
|
|
|
|
"618965627", "Burakin", |
|
10151
|
|
|
|
|
|
|
"61359028", "Mornington", |
|
10152
|
|
|
|
|
|
|
"613573043", "Graytown", |
|
10153
|
|
|
|
|
|
|
"61897046", "Dinninup\ North", |
|
10154
|
|
|
|
|
|
|
"613431195", "Rainbow", |
|
10155
|
|
|
|
|
|
|
"613574603", "Strathbogie", |
|
10156
|
|
|
|
|
|
|
"61350166", "Willandra\ Lakes", |
|
10157
|
|
|
|
|
|
|
"617486154", "Garnant", |
|
10158
|
|
|
|
|
|
|
"613470621", "Yarck", |
|
10159
|
|
|
|
|
|
|
"61264730", "Delegate", |
|
10160
|
|
|
|
|
|
|
"613441691", "Bridgewater", |
|
10161
|
|
|
|
|
|
|
"618753407", "Malinong", |
|
10162
|
|
|
|
|
|
|
"61260301", "Holbrook", |
|
10163
|
|
|
|
|
|
|
"61747488", "Gunpowder", |
|
10164
|
|
|
|
|
|
|
"61256107", "Ettrick", |
|
10165
|
|
|
|
|
|
|
"61747206", "Yabulu", |
|
10166
|
|
|
|
|
|
|
"61747924", "Burdekin", |
|
10167
|
|
|
|
|
|
|
"61342207", "Bannockburn", |
|
10168
|
|
|
|
|
|
|
"61380071", "Werribee", |
|
10169
|
|
|
|
|
|
|
"6126370", "Mudgee", |
|
10170
|
|
|
|
|
|
|
"61891001", "Karratha", |
|
10171
|
|
|
|
|
|
|
"61895481", "Gingin", |
|
10172
|
|
|
|
|
|
|
"61896384", "Cunderdin", |
|
10173
|
|
|
|
|
|
|
"6139514", "Melbourne", |
|
10174
|
|
|
|
|
|
|
"61898208", "Katanning", |
|
10175
|
|
|
|
|
|
|
"61353669", "Mount\ Wallace", |
|
10176
|
|
|
|
|
|
|
"618682009", "Denmark", |
|
10177
|
|
|
|
|
|
|
"61745633", "Thallon", |
|
10178
|
|
|
|
|
|
|
"61261119", "Michelago", |
|
10179
|
|
|
|
|
|
|
"613598", "Rosebud", |
|
10180
|
|
|
|
|
|
|
"61348225", "Kialla\ East", |
|
10181
|
|
|
|
|
|
|
"61344040", "Lalbert", |
|
10182
|
|
|
|
|
|
|
"61741890", "Gin\ Gin", |
|
10183
|
|
|
|
|
|
|
"61240548", "Wootton", |
|
10184
|
|
|
|
|
|
|
"6175337", "Caloundra", |
|
10185
|
|
|
|
|
|
|
"612583716", "Lightning\ Ridge", |
|
10186
|
|
|
|
|
|
|
"612592701", "Goolgowi", |
|
10187
|
|
|
|
|
|
|
"61341563", "Swifts\ Creek", |
|
10188
|
|
|
|
|
|
|
"61898486", "Hartville", |
|
10189
|
|
|
|
|
|
|
"61754661", "Gatton", |
|
10190
|
|
|
|
|
|
|
"618660860", "Goodlands", |
|
10191
|
|
|
|
|
|
|
"61269061", "Narraburra", |
|
10192
|
|
|
|
|
|
|
"61752299", "Maleny", |
|
10193
|
|
|
|
|
|
|
"6124331", "Gosford", |
|
10194
|
|
|
|
|
|
|
"61746102", "Moonie", |
|
10195
|
|
|
|
|
|
|
"61746159", "Yuleba", |
|
10196
|
|
|
|
|
|
|
"617458939", "Texas", |
|
10197
|
|
|
|
|
|
|
"613431892", "Buangor", |
|
10198
|
|
|
|
|
|
|
"61256466", "Coffs\ Harbour", |
|
10199
|
|
|
|
|
|
|
"61367015", "Longford", |
|
10200
|
|
|
|
|
|
|
"61744436", "Kirk", |
|
10201
|
|
|
|
|
|
|
"612594450", "Wallendbeen", |
|
10202
|
|
|
|
|
|
|
"6188131", "Adelaide", |
|
10203
|
|
|
|
|
|
|
"61875148", "Marama", |
|
10204
|
|
|
|
|
|
|
"61351545", "Cabbage\ Tree\ Creek", |
|
10205
|
|
|
|
|
|
|
"617452594", "Jondaryan", |
|
10206
|
|
|
|
|
|
|
"6128198", "Sydney", |
|
10207
|
|
|
|
|
|
|
"61255219", "Glendonbrook", |
|
10208
|
|
|
|
|
|
|
"61746742", "Thallon", |
|
10209
|
|
|
|
|
|
|
"61250021", "Rennie", |
|
10210
|
|
|
|
|
|
|
"613451388", "Ozenkadnook", |
|
10211
|
|
|
|
|
|
|
"61879344", "Ranken\ River", |
|
10212
|
|
|
|
|
|
|
"61745279", "Warrego", |
|
10213
|
|
|
|
|
|
|
"618997043", "Lynton", |
|
10214
|
|
|
|
|
|
|
"612594415", "Lachlan", |
|
10215
|
|
|
|
|
|
|
"61260094", "Coppabella", |
|
10216
|
|
|
|
|
|
|
"61340174", "Rufus\ River", |
|
10217
|
|
|
|
|
|
|
"61367418", "St\ Marys", |
|
10218
|
|
|
|
|
|
|
"61353939", "Telopea\ Downs", |
|
10219
|
|
|
|
|
|
|
"61745963", "Goombungee", |
|
10220
|
|
|
|
|
|
|
"618892", "Darwin", |
|
10221
|
|
|
|
|
|
|
"61742629", "Tully", |
|
10222
|
|
|
|
|
|
|
"61749979", "Gemfields", |
|
10223
|
|
|
|
|
|
|
"61363048", "Glengarry", |
|
10224
|
|
|
|
|
|
|
"618600750", "Dundas", |
|
10225
|
|
|
|
|
|
|
"61891394", "Tom\ Price", |
|
10226
|
|
|
|
|
|
|
"61740499", "Weipa", |
|
10227
|
|
|
|
|
|
|
"61867243", "Wilga", |
|
10228
|
|
|
|
|
|
|
"61896967", "Tammin", |
|
10229
|
|
|
|
|
|
|
"612594196", "Darlington\ Point", |
|
10230
|
|
|
|
|
|
|
"61889347", "Jabiru", |
|
10231
|
|
|
|
|
|
|
"618780680", "Auburn", |
|
10232
|
|
|
|
|
|
|
"61353706", "Kaniva", |
|
10233
|
|
|
|
|
|
|
"61889052", "Elliott", |
|
10234
|
|
|
|
|
|
|
"613553497", "Camperdown", |
|
10235
|
|
|
|
|
|
|
"61898522", "Katanning", |
|
10236
|
|
|
|
|
|
|
"618862996", "Cummins", |
|
10237
|
|
|
|
|
|
|
"61261043", "Binalong", |
|
10238
|
|
|
|
|
|
|
"618762573", "Cowell", |
|
10239
|
|
|
|
|
|
|
"61898829", "Kondinin", |
|
10240
|
|
|
|
|
|
|
"61358398", "Deniliquin", |
|
10241
|
|
|
|
|
|
|
"61747573", "Ingham", |
|
10242
|
|
|
|
|
|
|
"613470949", "Winton", |
|
10243
|
|
|
|
|
|
|
"61269490", "Batlow", |
|
10244
|
|
|
|
|
|
|
"617485877", "Miriam\ Vale", |
|
10245
|
|
|
|
|
|
|
"61350407", "Arumpo", |
|
10246
|
|
|
|
|
|
|
"617473824", "Boulia", |
|
10247
|
|
|
|
|
|
|
"613442011", "Maryborough", |
|
10248
|
|
|
|
|
|
|
"61756025", "Rathdowney", |
|
10249
|
|
|
|
|
|
|
"61747641", "Mount\ Isa", |
|
10250
|
|
|
|
|
|
|
"617441420", "Normanton", |
|
10251
|
|
|
|
|
|
|
"61352952", "Bannockburn", |
|
10252
|
|
|
|
|
|
|
"61745386", "Injune", |
|
10253
|
|
|
|
|
|
|
"61364013", "Queenstown", |
|
10254
|
|
|
|
|
|
|
"6173534", "Brisbane", |
|
10255
|
|
|
|
|
|
|
"612574786", "Glen\ Innes", |
|
10256
|
|
|
|
|
|
|
"612582462", "Buckinguy", |
|
10257
|
|
|
|
|
|
|
"61743482", "Brooklands", |
|
10258
|
|
|
|
|
|
|
"61741832", "Biggenden", |
|
10259
|
|
|
|
|
|
|
"61747918", "Ravenswood", |
|
10260
|
|
|
|
|
|
|
"61741125", "Pialba", |
|
10261
|
|
|
|
|
|
|
"61890140", "Mount\ Walker\ South", |
|
10262
|
|
|
|
|
|
|
"61753633", "Kia\ Ora", |
|
10263
|
|
|
|
|
|
|
"61895648", "Dwellingup", |
|
10264
|
|
|
|
|
|
|
"61754193", "Kilcoy", |
|
10265
|
|
|
|
|
|
|
"61357060", "Killawarra", |
|
10266
|
|
|
|
|
|
|
"61888080", "Port\ Victoria", |
|
10267
|
|
|
|
|
|
|
"61748381", "Emerald", |
|
10268
|
|
|
|
|
|
|
"617480437", "Ubobo", |
|
10269
|
|
|
|
|
|
|
"612583537", "Mungery", |
|
10270
|
|
|
|
|
|
|
"61350410", "Mildura", |
|
10271
|
|
|
|
|
|
|
"61284177", "Sydney", |
|
10272
|
|
|
|
|
|
|
"61261587", "Anembo", |
|
10273
|
|
|
|
|
|
|
"61255568", "Lord\ Howe\ Island", |
|
10274
|
|
|
|
|
|
|
"61295381", "Sutherland", |
|
10275
|
|
|
|
|
|
|
"617750204", "Thallon", |
|
10276
|
|
|
|
|
|
|
"618601008", "Dundas", |
|
10277
|
|
|
|
|
|
|
"61886265", "Streaky\ Bay", |
|
10278
|
|
|
|
|
|
|
"61264281", "Cobargo", |
|
10279
|
|
|
|
|
|
|
"61868020", "Denbarker", |
|
10280
|
|
|
|
|
|
|
"613432169", "Nhill", |
|
10281
|
|
|
|
|
|
|
"61364936", "Burnie", |
|
10282
|
|
|
|
|
|
|
"613574625", "Yea", |
|
10283
|
|
|
|
|
|
|
"61899122", "Perenjori", |
|
10284
|
|
|
|
|
|
|
"61364709", "Smithton", |
|
10285
|
|
|
|
|
|
|
"61267397", "Glen\ Innes", |
|
10286
|
|
|
|
|
|
|
"61748412", "Moranbah", |
|
10287
|
|
|
|
|
|
|
"612532958", "Gooloogong", |
|
10288
|
|
|
|
|
|
|
"61348141", "Brassi", |
|
10289
|
|
|
|
|
|
|
"61242148", "Helensburgh", |
|
10290
|
|
|
|
|
|
|
"61383516", "Point\ Cook", |
|
10291
|
|
|
|
|
|
|
"61898033", "Boscabel", |
|
10292
|
|
|
|
|
|
|
"61359014", "Koo\ Wee\ Rup", |
|
10293
|
|
|
|
|
|
|
"613450992", "Coojar", |
|
10294
|
|
|
|
|
|
|
"612574714", "Nullamanna", |
|
10295
|
|
|
|
|
|
|
"61357604", "Benalla", |
|
10296
|
|
|
|
|
|
|
"613470808", "Yarrawonga", |
|
10297
|
|
|
|
|
|
|
"618753311", "Wunkar", |
|
10298
|
|
|
|
|
|
|
"61851131", "Mount\ Bruce", |
|
10299
|
|
|
|
|
|
|
"6135384", "Horsham", |
|
10300
|
|
|
|
|
|
|
"61740965", "Malanda", |
|
10301
|
|
|
|
|
|
|
"61356248", "Neerim\ South", |
|
10302
|
|
|
|
|
|
|
"61748477", "Mackay", |
|
10303
|
|
|
|
|
|
|
"61257451", "Armidale", |
|
10304
|
|
|
|
|
|
|
"61887440", "Wrattonbully", |
|
10305
|
|
|
|
|
|
|
"61741606", "Bundaberg", |
|
10306
|
|
|
|
|
|
|
"612583553", "Trangie", |
|
10307
|
|
|
|
|
|
|
"61344319", "Gisborne", |
|
10308
|
|
|
|
|
|
|
"61253034", "Greenethorpe", |
|
10309
|
|
|
|
|
|
|
"617480453", "Cannon\ Valley", |
|
10310
|
|
|
|
|
|
|
"61364149", "Yambacoona", |
|
10311
|
|
|
|
|
|
|
"61367042", "Mole\ Creek", |
|
10312
|
|
|
|
|
|
|
"61746170", "Brookstead", |
|
10313
|
|
|
|
|
|
|
"61342210", "Beech\ Forest", |
|
10314
|
|
|
|
|
|
|
"61886134", "Mambray\ Creek", |
|
10315
|
|
|
|
|
|
|
"61269432", "Wallendbeen", |
|
10316
|
|
|
|
|
|
|
"61743526", "Booyal", |
|
10317
|
|
|
|
|
|
|
"61259489", "Tullibigeal", |
|
10318
|
|
|
|
|
|
|
"612594120", "Ivanhoe", |
|
10319
|
|
|
|
|
|
|
"61351512", "Heyfield", |
|
10320
|
|
|
|
|
|
|
"61357491", "Yarrawonga", |
|
10321
|
|
|
|
|
|
|
"61256110", "Casino", |
|
10322
|
|
|
|
|
|
|
"61351819", "Yinnar", |
|
10323
|
|
|
|
|
|
|
"61255554", "Glendonbrook", |
|
10324
|
|
|
|
|
|
|
"618993989", "Eneabba\ South", |
|
10325
|
|
|
|
|
|
|
"61868236", "Cranbrook", |
|
10326
|
|
|
|
|
|
|
"61351577", "Meerlieu", |
|
10327
|
|
|
|
|
|
|
"617452704", "Elbow\ Valley", |
|
10328
|
|
|
|
|
|
|
"618763762", "Bayley\ Plains", |
|
10329
|
|
|
|
|
|
|
"61734926", "Kooringal", |
|
10330
|
|
|
|
|
|
|
"618983636", "Hartville", |
|
10331
|
|
|
|
|
|
|
"618996959", "Walkaway", |
|
10332
|
|
|
|
|
|
|
"618682179", "Nomans\ Lake", |
|
10333
|
|
|
|
|
|
|
"618903487", "Goldfields", |
|
10334
|
|
|
|
|
|
|
"61363477", "Westbury", |
|
10335
|
|
|
|
|
|
|
"61367357", "Targa", |
|
10336
|
|
|
|
|
|
|
"61877069", "Naracoorte", |
|
10337
|
|
|
|
|
|
|
"61741769", "Farnsfield", |
|
10338
|
|
|
|
|
|
|
"618683212", "Tarwonga", |
|
10339
|
|
|
|
|
|
|
"613542514", "Charlton", |
|
10340
|
|
|
|
|
|
|
"61749950", "Mardale", |
|
10341
|
|
|
|
|
|
|
"61889678", "Jabiru", |
|
10342
|
|
|
|
|
|
|
"61753279", "Lowood", |
|
10343
|
|
|
|
|
|
|
"617459071", "Toobeah", |
|
10344
|
|
|
|
|
|
|
"61354127", "Gunbower", |
|
10345
|
|
|
|
|
|
|
"61886848", "Koppio", |
|
10346
|
|
|
|
|
|
|
"61354271", "Woodend", |
|
10347
|
|
|
|
|
|
|
"61358439", "Wanganella", |
|
10348
|
|
|
|
|
|
|
"61260866", "Gerogery", |
|
10349
|
|
|
|
|
|
|
"6188324", "Mclaren\ Vale", |
|
10350
|
|
|
|
|
|
|
"618985443", "Ongerup\ North", |
|
10351
|
|
|
|
|
|
|
"61889375", "Arnhem", |
|
10352
|
|
|
|
|
|
|
"61356865", "Warragul", |
|
10353
|
|
|
|
|
|
|
"61364666", "Yambacoona", |
|
10354
|
|
|
|
|
|
|
"612574268", "Rowena", |
|
10355
|
|
|
|
|
|
|
"61352909", "Swan\ Marsh", |
|
10356
|
|
|
|
|
|
|
"61876137", "Woomera", |
|
10357
|
|
|
|
|
|
|
"613441817", "Moonambel", |
|
10358
|
|
|
|
|
|
|
"612593810", "Rankins\ Springs", |
|
10359
|
|
|
|
|
|
|
"61263846", "Murringo", |
|
10360
|
|
|
|
|
|
|
"612532465", "Reids\ Flat", |
|
10361
|
|
|
|
|
|
|
"61255738", "Putty", |
|
10362
|
|
|
|
|
|
|
"618600854", "Wilgoyne", |
|
10363
|
|
|
|
|
|
|
"61260311", "Leicester\ Park", |
|
10364
|
|
|
|
|
|
|
"61749388", "Yeppoon", |
|
10365
|
|
|
|
|
|
|
"61265771", "Mount\ Olive", |
|
10366
|
|
|
|
|
|
|
"613470787", "Mount\ Beauty", |
|
10367
|
|
|
|
|
|
|
"613442048", "Cohuna", |
|
10368
|
|
|
|
|
|
|
"61876130", "Wandearah\ East", |
|
10369
|
|
|
|
|
|
|
"61263965", "Cudal", |
|
10370
|
|
|
|
|
|
|
"617459001", "Dunmore", |
|
10371
|
|
|
|
|
|
|
"61885892", "Kingscote", |
|
10372
|
|
|
|
|
|
|
"61749957", "Banana", |
|
10373
|
|
|
|
|
|
|
"612574422", "Garah", |
|
10374
|
|
|
|
|
|
|
"61755301", "Southport", |
|
10375
|
|
|
|
|
|
|
"61240701", "Laguna", |
|
10376
|
|
|
|
|
|
|
"612530039", "Bathurst", |
|
10377
|
|
|
|
|
|
|
"618753035", "Parndana", |
|
10378
|
|
|
|
|
|
|
"61887609", "Wrattonbully", |
|
10379
|
|
|
|
|
|
|
"61247135", "Mulgoa", |
|
10380
|
|
|
|
|
|
|
"618982423", "Manypeaks\ North", |
|
10381
|
|
|
|
|
|
|
"61256303", "Glenreagh", |
|
10382
|
|
|
|
|
|
|
"613542180", "Llanelly", |
|
10383
|
|
|
|
|
|
|
"61340289", "Berriwillock", |
|
10384
|
|
|
|
|
|
|
"612530122", "Manildra", |
|
10385
|
|
|
|
|
|
|
"61354120", "Korong\ Vale", |
|
10386
|
|
|
|
|
|
|
"61745184", "Warra", |
|
10387
|
|
|
|
|
|
|
"61885599", "Parndana", |
|
10388
|
|
|
|
|
|
|
"618852893", "Willunga", |
|
10389
|
|
|
|
|
|
|
"61357325", "Bright", |
|
10390
|
|
|
|
|
|
|
"61268776", "Carinda", |
|
10391
|
|
|
|
|
|
|
"6124330", "Wyong", |
|
10392
|
|
|
|
|
|
|
"61746112", "Pittsworth", |
|
10393
|
|
|
|
|
|
|
"61342272", "Geelong", |
|
10394
|
|
|
|
|
|
|
"618865940", "Penong", |
|
10395
|
|
|
|
|
|
|
"61851076", "Ord", |
|
10396
|
|
|
|
|
|
|
"61896253", "Gabbin\ North", |
|
10397
|
|
|
|
|
|
|
"6128872", "Parramatta", |
|
10398
|
|
|
|
|
|
|
"61351570", "Ensay", |
|
10399
|
|
|
|
|
|
|
"61363470", "Exeter", |
|
10400
|
|
|
|
|
|
|
"61880921", "Dolo", |
|
10401
|
|
|
|
|
|
|
"61367350", "Moltema", |
|
10402
|
|
|
|
|
|
|
"61256172", "Whiporie", |
|
10403
|
|
|
|
|
|
|
"61364155", "Stanley", |
|
10404
|
|
|
|
|
|
|
"61266590", "Dorrigo", |
|
10405
|
|
|
|
|
|
|
"617480023", "Bauhinia", |
|
10406
|
|
|
|
|
|
|
"61734502", "Kooringal", |
|
10407
|
|
|
|
|
|
|
"617476522", "Halifax", |
|
10408
|
|
|
|
|
|
|
"618660081", "Bidaminna", |
|
10409
|
|
|
|
|
|
|
"61862350", "Perth", |
|
10410
|
|
|
|
|
|
|
"61742331", "Lakeland", |
|
10411
|
|
|
|
|
|
|
"61742074", "Chillagoe", |
|
10412
|
|
|
|
|
|
|
"61342217", "Lara", |
|
10413
|
|
|
|
|
|
|
"617486712", "Orion", |
|
10414
|
|
|
|
|
|
|
"61891011", "Cocos\ Island", |
|
10415
|
|
|
|
|
|
|
"618660677", "Bidaminna", |
|
10416
|
|
|
|
|
|
|
"61891682", "Kununurra", |
|
10417
|
|
|
|
|
|
|
"61746177", "Toowoomba", |
|
10418
|
|
|
|
|
|
|
"618753348", "Murray\ Bridge", |
|
10419
|
|
|
|
|
|
|
"61899169", "Exmouth", |
|
10420
|
|
|
|
|
|
|
"61887293", "Kingston\ Se", |
|
10421
|
|
|
|
|
|
|
"61257276", "Tambar\ Springs", |
|
10422
|
|
|
|
|
|
|
"61256117", "Mullumbimby", |
|
10423
|
|
|
|
|
|
|
"618903265", "Ardath", |
|
10424
|
|
|
|
|
|
|
"61895173", "Dwellingup", |
|
10425
|
|
|
|
|
|
|
"61351214", "Baw\ Baw", |
|
10426
|
|
|
|
|
|
|
"61883017", "Mclaren\ Vale", |
|
10427
|
|
|
|
|
|
|
"613621", "Hobart", |
|
10428
|
|
|
|
|
|
|
"613470878", "King\ Valley", |
|
10429
|
|
|
|
|
|
|
"613431793", "Minyip", |
|
10430
|
|
|
|
|
|
|
"61258410", "Buckinguy", |
|
10431
|
|
|
|
|
|
|
"612630993", "Rockley", |
|
10432
|
|
|
|
|
|
|
"612630395", "Burraga", |
|
10433
|
|
|
|
|
|
|
"61740846", "Ravenshoe", |
|
10434
|
|
|
|
|
|
|
"61887766", "Lucindale", |
|
10435
|
|
|
|
|
|
|
"61887447", "Willalooka", |
|
10436
|
|
|
|
|
|
|
"61748470", "Mackay", |
|
10437
|
|
|
|
|
|
|
"61255209", "Ellerston", |
|
10438
|
|
|
|
|
|
|
"61266023", "Coutts\ Crossing", |
|
10439
|
|
|
|
|
|
|
"61268999", "Bobadah", |
|
10440
|
|
|
|
|
|
|
"61261152", "The\ Mullion", |
|
10441
|
|
|
|
|
|
|
"618859941", "Peebinga", |
|
10442
|
|
|
|
|
|
|
"618660764", "Gillingarra", |
|
10443
|
|
|
|
|
|
|
"6188130", "Adelaide", |
|
10444
|
|
|
|
|
|
|
"61868027", "Mettler", |
|
10445
|
|
|
|
|
|
|
"61883072", "Mclaren\ Vale", |
|
10446
|
|
|
|
|
|
|
"61381053", "Whittlesea", |
|
10447
|
|
|
|
|
|
|
"61358786", "Cornalla", |
|
10448
|
|
|
|
|
|
|
"61361333", "Ouse", |
|
10449
|
|
|
|
|
|
|
"61899725", "Yandanooka", |
|
10450
|
|
|
|
|
|
|
"617458922", "Paroo", |
|
10451
|
|
|
|
|
|
|
"61890885", "Collurabbie", |
|
10452
|
|
|
|
|
|
|
"61866056", "Watheroo", |
|
10453
|
|
|
|
|
|
|
"61264195", "Tathra", |
|
10454
|
|
|
|
|
|
|
"61878084", "Minlaton", |
|
10455
|
|
|
|
|
|
|
"61267390", "Glen\ Innes", |
|
10456
|
|
|
|
|
|
|
"61344075", "Maryborough", |
|
10457
|
|
|
|
|
|
|
"618763387", "Nelshaby", |
|
10458
|
|
|
|
|
|
|
"61284170", "Terrey\ Hills", |
|
10459
|
|
|
|
|
|
|
"61356139", "Wonthaggi", |
|
10460
|
|
|
|
|
|
|
"6186227", "Fremantle", |
|
10461
|
|
|
|
|
|
|
"6138315", "Sydenham", |
|
10462
|
|
|
|
|
|
|
"61350417", "Scotia", |
|
10463
|
|
|
|
|
|
|
"618660999", "Lancelin", |
|
10464
|
|
|
|
|
|
|
"612583161", "Dandaloo", |
|
10465
|
|
|
|
|
|
|
"61255693", "Port\ Macquarie", |
|
10466
|
|
|
|
|
|
|
"61888087", "Riverton", |
|
10467
|
|
|
|
|
|
|
"618601078", "Holleton", |
|
10468
|
|
|
|
|
|
|
"61356525", "Toora", |
|
10469
|
|
|
|
|
|
|
"6188568", "Mount\ Pleasant", |
|
10470
|
|
|
|
|
|
|
"61887652", "Lochaber", |
|
10471
|
|
|
|
|
|
|
"61243161", "Mangrove\ Mountain", |
|
10472
|
|
|
|
|
|
|
"612583880", "Borah\ Tank", |
|
10473
|
|
|
|
|
|
|
"61261580", "Michelago", |
|
10474
|
|
|
|
|
|
|
"61341039", "Seaspray", |
|
10475
|
|
|
|
|
|
|
"61353716", "Polkemmet", |
|
10476
|
|
|
|
|
|
|
"6174254", "Cairns", |
|
10477
|
|
|
|
|
|
|
"61260526", "Rand", |
|
10478
|
|
|
|
|
|
|
"61877022", "Rendelsham", |
|
10479
|
|
|
|
|
|
|
"61741722", "Mulgildie", |
|
10480
|
|
|
|
|
|
|
"612594096", "Burcher", |
|
10481
|
|
|
|
|
|
|
"613546233", "Bealiba", |
|
10482
|
|
|
|
|
|
|
"61267931", "Wee\ Waa", |
|
10483
|
|
|
|
|
|
|
"61350472", "Berriwillock", |
|
10484
|
|
|
|
|
|
|
"61367286", "Ringarooma", |
|
10485
|
|
|
|
|
|
|
"61357067", "King\ Valley", |
|
10486
|
|
|
|
|
|
|
"61359992", "Cranbourne", |
|
10487
|
|
|
|
|
|
|
"61752066", "Kenilworth", |
|
10488
|
|
|
|
|
|
|
"61890147", "Munglinup", |
|
10489
|
|
|
|
|
|
|
"612573415", "Nundle", |
|
10490
|
|
|
|
|
|
|
"61367408", "Lilydale", |
|
10491
|
|
|
|
|
|
|
"618862981", "Cowell", |
|
10492
|
|
|
|
|
|
|
"61877141", "Kongorong", |
|
10493
|
|
|
|
|
|
|
"61268549", "Berkley\ Downs", |
|
10494
|
|
|
|
|
|
|
"61255743", "Singleton", |
|
10495
|
|
|
|
|
|
|
"61250053", "Talmalmo", |
|
10496
|
|
|
|
|
|
|
"61896159", "Bolgart", |
|
10497
|
|
|
|
|
|
|
"61240022", "Mulbring", |
|
10498
|
|
|
|
|
|
|
"61350520", "Wemen", |
|
10499
|
|
|
|
|
|
|
"618903353", "Narembeen", |
|
10500
|
|
|
|
|
|
|
"61263710", "Wollar", |
|
10501
|
|
|
|
|
|
|
"613470923", "Jamieson", |
|
10502
|
|
|
|
|
|
|
"613441993", "Goornong", |
|
10503
|
|
|
|
|
|
|
"61257280", "Boorolong", |
|
10504
|
|
|
|
|
|
|
"61363208", "Ringarooma", |
|
10505
|
|
|
|
|
|
|
"613546242", "Carisbrook", |
|
10506
|
|
|
|
|
|
|
"61867003", "Boyup\ Brook", |
|
10507
|
|
|
|
|
|
|
"61851080", "Roebuck", |
|
10508
|
|
|
|
|
|
|
"612889", "Parramatta", |
|
10509
|
|
|
|
|
|
|
"61355339", "Derrinallum", |
|
10510
|
|
|
|
|
|
|
"61743363", "Kingaroy", |
|
10511
|
|
|
|
|
|
|
"618763872", "Great\ Bight", |
|
10512
|
|
|
|
|
|
|
"61343095", "Stawell", |
|
10513
|
|
|
|
|
|
|
"6138703", "Whittlesea", |
|
10514
|
|
|
|
|
|
|
"61263175", "Murringo", |
|
10515
|
|
|
|
|
|
|
"617452511", "Cambooya", |
|
10516
|
|
|
|
|
|
|
"61351586", "Cann\ River", |
|
10517
|
|
|
|
|
|
|
"61264450", "Bega", |
|
10518
|
|
|
|
|
|
|
"61899263", "Walkaway", |
|
10519
|
|
|
|
|
|
|
"61243464", "Gosford", |
|
10520
|
|
|
|
|
|
|
"612594181", "Black\ Stump", |
|
10521
|
|
|
|
|
|
|
"61887199", "Keilira", |
|
10522
|
|
|
|
|
|
|
"613553924", "Portland", |
|
10523
|
|
|
|
|
|
|
"61899979", "Nangetty", |
|
10524
|
|
|
|
|
|
|
"61357396", "Broadford", |
|
10525
|
|
|
|
|
|
|
"61364061", "Savage\ River", |
|
10526
|
|
|
|
|
|
|
"61261699", "Bungendore", |
|
10527
|
|
|
|
|
|
|
"618903337", "Mount\ Walker\ South", |
|
10528
|
|
|
|
|
|
|
"613574662", "Chiltern", |
|
10529
|
|
|
|
|
|
|
"61256556", "Glenreagh", |
|
10530
|
|
|
|
|
|
|
"61356679", "Mirboo\ North", |
|
10531
|
|
|
|
|
|
|
"6175636", "Southport", |
|
10532
|
|
|
|
|
|
|
"61361602", "New\ Norfolk", |
|
10533
|
|
|
|
|
|
|
"618997029", "Denham", |
|
10534
|
|
|
|
|
|
|
"618865934", "Nunjikompita", |
|
10535
|
|
|
|
|
|
|
"61268780", "Tullamore", |
|
10536
|
|
|
|
|
|
|
"618833", "Adelaide", |
|
10537
|
|
|
|
|
|
|
"61741394", "Moonford", |
|
10538
|
|
|
|
|
|
|
"61885136", "Mypolonga", |
|
10539
|
|
|
|
|
|
|
"61746967", "Goombungee", |
|
10540
|
|
|
|
|
|
|
"61258527", "Forbes", |
|
10541
|
|
|
|
|
|
|
"61890499", "Yilgarn\ South", |
|
10542
|
|
|
|
|
|
|
"618903692", "Burracoppin", |
|
10543
|
|
|
|
|
|
|
"61342309", "Lavers\ Hill", |
|
10544
|
|
|
|
|
|
|
"618967856", "York", |
|
10545
|
|
|
|
|
|
|
"618866372", "Wharminda", |
|
10546
|
|
|
|
|
|
|
"61340183", "Ouyen", |
|
10547
|
|
|
|
|
|
|
"61888131", "Pine\ Point", |
|
10548
|
|
|
|
|
|
|
"61264308", "Berridale", |
|
10549
|
|
|
|
|
|
|
"6175597", "Southport", |
|
10550
|
|
|
|
|
|
|
"618989190", "Quindanning", |
|
10551
|
|
|
|
|
|
|
"617480149", "Buckland", |
|
10552
|
|
|
|
|
|
|
"61745377", "Kilbeggan", |
|
10553
|
|
|
|
|
|
|
"61898982", "Katanning", |
|
10554
|
|
|
|
|
|
|
"61367270", "Campbell\ Town", |
|
10555
|
|
|
|
|
|
|
"61885949", "Meningie\ East", |
|
10556
|
|
|
|
|
|
|
"61898048", "Broomehill", |
|
10557
|
|
|
|
|
|
|
"61896373", "Meckering", |
|
10558
|
|
|
|
|
|
|
"612583319", "Albert", |
|
10559
|
|
|
|
|
|
|
"61740717", "Ravenshoe", |
|
10560
|
|
|
|
|
|
|
"61348069", "Kyabram", |
|
10561
|
|
|
|
|
|
|
"61255317", "Byabarra", |
|
10562
|
|
|
|
|
|
|
"618983495", "Gnowangerup", |
|
10563
|
|
|
|
|
|
|
"618854496", "Hartley", |
|
10564
|
|
|
|
|
|
|
"61342352", "Lara", |
|
10565
|
|
|
|
|
|
|
"61897085", "Nyamup", |
|
10566
|
|
|
|
|
|
|
"613451156", "Benayeo", |
|
10567
|
|
|
|
|
|
|
"61284186", "Dural", |
|
10568
|
|
|
|
|
|
|
"61747046", "Clarke", |
|
10569
|
|
|
|
|
|
|
"618763725", "Peterborough", |
|
10570
|
|
|
|
|
|
|
"61257356", "Bundarra", |
|
10571
|
|
|
|
|
|
|
"61342047", "Barwon\ Downs", |
|
10572
|
|
|
|
|
|
|
"6173708", "Brisbane", |
|
10573
|
|
|
|
|
|
|
"61891241", "Leopold", |
|
10574
|
|
|
|
|
|
|
"61286629", "Sydney", |
|
10575
|
|
|
|
|
|
|
"61745312", "Bowenville", |
|
10576
|
|
|
|
|
|
|
"61264605", "Merimbula", |
|
10577
|
|
|
|
|
|
|
"61880188", "Dolo", |
|
10578
|
|
|
|
|
|
|
"61341453", "Heyfield", |
|
10579
|
|
|
|
|
|
|
"618763946", "Coorabie", |
|
10580
|
|
|
|
|
|
|
"61351044", "Clydebank", |
|
10581
|
|
|
|
|
|
|
"61743416", "Farnsfield", |
|
10582
|
|
|
|
|
|
|
"61351422", "Sale", |
|
10583
|
|
|
|
|
|
|
"618680088", "Newdegate\ North", |
|
10584
|
|
|
|
|
|
|
"61740772", "Edward\ River", |
|
10585
|
|
|
|
|
|
|
"61255372", "Moonan\ Flat", |
|
10586
|
|
|
|
|
|
|
"618986154", "Kulin", |
|
10587
|
|
|
|
|
|
|
"61261576", "Captains\ Flat", |
|
10588
|
|
|
|
|
|
|
"617459884", "Nobby", |
|
10589
|
|
|
|
|
|
|
"61256632", "Mallanganee", |
|
10590
|
|
|
|
|
|
|
"61266689", "Rappville", |
|
10591
|
|
|
|
|
|
|
"61756101", "Southport", |
|
10592
|
|
|
|
|
|
|
"61753345", "Nambour", |
|
10593
|
|
|
|
|
|
|
"61364490", "Gordon", |
|
10594
|
|
|
|
|
|
|
"618763593", "Coober\ Pedy", |
|
10595
|
|
|
|
|
|
|
"61897488", "Dardanup", |
|
10596
|
|
|
|
|
|
|
"61742789", "Millaa\ Millaa", |
|
10597
|
|
|
|
|
|
|
"61755160", "Beaudesert", |
|
10598
|
|
|
|
|
|
|
"61358770", "Dookie", |
|
10599
|
|
|
|
|
|
|
"61264126", "Cooma", |
|
10600
|
|
|
|
|
|
|
"61745481", "Coondarra", |
|
10601
|
|
|
|
|
|
|
"617480387", "Gayfield", |
|
10602
|
|
|
|
|
|
|
"61879782", "Katherine", |
|
10603
|
|
|
|
|
|
|
"617458598", "Cecil\ Plains", |
|
10604
|
|
|
|
|
|
|
"61255103", "Krambach", |
|
10605
|
|
|
|
|
|
|
"61741001", "Bundaberg", |
|
10606
|
|
|
|
|
|
|
"61891890", "Tom\ Price", |
|
10607
|
|
|
|
|
|
|
"61350093", "Nandaly", |
|
10608
|
|
|
|
|
|
|
"612574287", "Wollomombi", |
|
10609
|
|
|
|
|
|
|
"61384078", "Eltham", |
|
10610
|
|
|
|
|
|
|
"61748208", "Finch\ Hatton", |
|
10611
|
|
|
|
|
|
|
"61895633", "Yanchep", |
|
10612
|
|
|
|
|
|
|
"61730880", "Dayboro", |
|
10613
|
|
|
|
|
|
|
"61896102", "Gabbin", |
|
10614
|
|
|
|
|
|
|
"61358115", "Blighty", |
|
10615
|
|
|
|
|
|
|
"6134323", "Dadswells\ Bridge\/Daylesford\/Glenisla\/Maroona", |
|
10616
|
|
|
|
|
|
|
"6129547", "Sydney", |
|
10617
|
|
|
|
|
|
|
"6139132", "Melbourne", |
|
10618
|
|
|
|
|
|
|
"61748486", "Rockhampton", |
|
10619
|
|
|
|
|
|
|
"61746637", "Bowenville", |
|
10620
|
|
|
|
|
|
|
"61266940", "Woodenbong", |
|
10621
|
|
|
|
|
|
|
"61269003", "Adelong", |
|
10622
|
|
|
|
|
|
|
"613572431", "Alexandra", |
|
10623
|
|
|
|
|
|
|
"61754603", "Laidley", |
|
10624
|
|
|
|
|
|
|
"61891897", "Wittenoom", |
|
10625
|
|
|
|
|
|
|
"61341501", "Gelantipy", |
|
10626
|
|
|
|
|
|
|
"612574571", "Bundarra", |
|
10627
|
|
|
|
|
|
|
"61746630", "Westmar", |
|
10628
|
|
|
|
|
|
|
"61266947", "Tyringham", |
|
10629
|
|
|
|
|
|
|
"61753359", "Noosaville", |
|
10630
|
|
|
|
|
|
|
"61886674", "Booleroo\ Centre", |
|
10631
|
|
|
|
|
|
|
"618763453", "Elliston", |
|
10632
|
|
|
|
|
|
|
"61898459", "Albany", |
|
10633
|
|
|
|
|
|
|
"612574465", "Tamworth", |
|
10634
|
|
|
|
|
|
|
"61755167", "Jimboomba", |
|
10635
|
|
|
|
|
|
|
"61358777", "Deniliquin", |
|
10636
|
|
|
|
|
|
|
"61364497", "Marrawah", |
|
10637
|
|
|
|
|
|
|
"61891063", "Ord", |
|
10638
|
|
|
|
|
|
|
"618660874", "Badgerin\ Rock", |
|
10639
|
|
|
|
|
|
|
"617452548", "Crows\ Nest", |
|
10640
|
|
|
|
|
|
|
"612530165", "Orange\/Meadow\ Flat\/Merriganowry\/Millthorpe", |
|
10641
|
|
|
|
|
|
|
"618989038", "Kulin\ West", |
|
10642
|
|
|
|
|
|
|
"618753169", "Malinong", |
|
10643
|
|
|
|
|
|
|
"6187181", "Woodside", |
|
10644
|
|
|
|
|
|
|
"61240069", "Tea\ Gardens", |
|
10645
|
|
|
|
|
|
|
"61257168", "Gurley", |
|
10646
|
|
|
|
|
|
|
"61268805", "Gilgandra", |
|
10647
|
|
|
|
|
|
|
"61888076", "Pine\ Point", |
|
10648
|
|
|
|
|
|
|
"61353782", "Scarsdale", |
|
10649
|
|
|
|
|
|
|
"61885687", "Tanunda", |
|
10650
|
|
|
|
|
|
|
"61258093", "Bindogundra", |
|
10651
|
|
|
|
|
|
|
"61748569", "St\ Lawrence", |
|
10652
|
|
|
|
|
|
|
"61740175", "Malanda", |
|
10653
|
|
|
|
|
|
|
"618683529", "Magitup", |
|
10654
|
|
|
|
|
|
|
"61342040", "Winchelsea\ South", |
|
10655
|
|
|
|
|
|
|
"61876081", "Frome", |
|
10656
|
|
|
|
|
|
|
"618854556", "New\ Well", |
|
10657
|
|
|
|
|
|
|
"61367212", "Rossarden", |
|
10658
|
|
|
|
|
|
|
"618683364", "Hyden\ East", |
|
10659
|
|
|
|
|
|
|
"61250115", "Barnawartha", |
|
10660
|
|
|
|
|
|
|
"61889138", "Tablelands", |
|
10661
|
|
|
|
|
|
|
"613546082", "Woodend", |
|
10662
|
|
|
|
|
|
|
"61361348", "Hobart", |
|
10663
|
|
|
|
|
|
|
"61363224", "Whitemark", |
|
10664
|
|
|
|
|
|
|
"617476565", "Leichhardt\ Range", |
|
10665
|
|
|
|
|
|
|
"61748862", "Rockhampton", |
|
10666
|
|
|
|
|
|
|
"61367277", "Gladstone", |
|
10667
|
|
|
|
|
|
|
"61745370", "Thomson", |
|
10668
|
|
|
|
|
|
|
"618856790", "Geranium", |
|
10669
|
|
|
|
|
|
|
"61885071", "Hartley", |
|
10670
|
|
|
|
|
|
|
"612583821", "Naradhan", |
|
10671
|
|
|
|
|
|
|
"61741196", "Mundubbera", |
|
10672
|
|
|
|
|
|
|
"61885334", "Truro", |
|
10673
|
|
|
|
|
|
|
"61367121", "Bridport", |
|
10674
|
|
|
|
|
|
|
"61359505", "Red\ Hill", |
|
10675
|
|
|
|
|
|
|
"617476471", "Collinsville", |
|
10676
|
|
|
|
|
|
|
"61742547", "Herberton", |
|
10677
|
|
|
|
|
|
|
"61756096", "Tweed\ Heads", |
|
10678
|
|
|
|
|
|
|
"61357194", "Beechworth", |
|
10679
|
|
|
|
|
|
|
"618762562", "Bayley\ Plains", |
|
10680
|
|
|
|
|
|
|
"61740710", "Minnamoolka", |
|
10681
|
|
|
|
|
|
|
"61255310", "Murrurundi", |
|
10682
|
|
|
|
|
|
|
"61264642", "Bredbo", |
|
10683
|
|
|
|
|
|
|
"612574958", "Oakey\ Creek", |
|
10684
|
|
|
|
|
|
|
"61896887", "Jurien", |
|
10685
|
|
|
|
|
|
|
"61753173", "Moore", |
|
10686
|
|
|
|
|
|
|
"618904250", "Westonia", |
|
10687
|
|
|
|
|
|
|
"61748224", "Sarina", |
|
10688
|
|
|
|
|
|
|
"61351469", "Loch\ Sport", |
|
10689
|
|
|
|
|
|
|
"61257154", "Breeza", |
|
10690
|
|
|
|
|
|
|
"61363862", "Pyengana", |
|
10691
|
|
|
|
|
|
|
"61259323", "Boree\ Creek", |
|
10692
|
|
|
|
|
|
|
"617452688", "Allora", |
|
10693
|
|
|
|
|
|
|
"61897908", "Waroona", |
|
10694
|
|
|
|
|
|
|
"618904215", "Mukinbudin", |
|
10695
|
|
|
|
|
|
|
"61341118", "Gormandale", |
|
10696
|
|
|
|
|
|
|
"618763368", "Jamestown", |
|
10697
|
|
|
|
|
|
|
"61359244", "Marysville", |
|
10698
|
|
|
|
|
|
|
"612593791", "Junee", |
|
10699
|
|
|
|
|
|
|
"617458965", "Balonne", |
|
10700
|
|
|
|
|
|
|
"613542771", "Echuca", |
|
10701
|
|
|
|
|
|
|
"61358053", "Kyabram", |
|
10702
|
|
|
|
|
|
|
"61258520", "Lightning\ Ridge", |
|
10703
|
|
|
|
|
|
|
"61746960", "Cambooya", |
|
10704
|
|
|
|
|
|
|
"61348022", "Katandra\ West", |
|
10705
|
|
|
|
|
|
|
"61268787", "Magometon", |
|
10706
|
|
|
|
|
|
|
"612532714", "Reids\ Flat", |
|
10707
|
|
|
|
|
|
|
"61356018", "Korumburra", |
|
10708
|
|
|
|
|
|
|
"61899041", "Eneabba\ South", |
|
10709
|
|
|
|
|
|
|
"618683099", "Pingrup", |
|
10710
|
|
|
|
|
|
|
"61264457", "Bonang", |
|
10711
|
|
|
|
|
|
|
"618763802", "Melrose", |
|
10712
|
|
|
|
|
|
|
"618996883", "Mount\ Magnet", |
|
10713
|
|
|
|
|
|
|
"61851087", "Broome", |
|
10714
|
|
|
|
|
|
|
"617480762", "Rockhampton", |
|
10715
|
|
|
|
|
|
|
"61891616", "Derby", |
|
10716
|
|
|
|
|
|
|
"61399833", "Melbourne", |
|
10717
|
|
|
|
|
|
|
"61248183", "Marulan", |
|
10718
|
|
|
|
|
|
|
"618682145", "Jerdacuttup", |
|
10719
|
|
|
|
|
|
|
"61355944", "South\ Purrumbete", |
|
10720
|
|
|
|
|
|
|
"61895798", "Mount\ Helena", |
|
10721
|
|
|
|
|
|
|
"61886723", "Coober\ Pedy", |
|
10722
|
|
|
|
|
|
|
"613531782", "Beaufort", |
|
10723
|
|
|
|
|
|
|
"61896145", "Meckering", |
|
10724
|
|
|
|
|
|
|
"618752497", "Sanderston", |
|
10725
|
|
|
|
|
|
|
"6189499", "Spearwood", |
|
10726
|
|
|
|
|
|
|
"61746186", "Teelba", |
|
10727
|
|
|
|
|
|
|
"618867791", "Hawker", |
|
10728
|
|
|
|
|
|
|
"6173614", "Sandgate", |
|
10729
|
|
|
|
|
|
|
"61267066", "Emmaville", |
|
10730
|
|
|
|
|
|
|
"61898402", "Walpole", |
|
10731
|
|
|
|
|
|
|
"61356415", "Korumburra", |
|
10732
|
|
|
|
|
|
|
"61752931", "Caboolture", |
|
10733
|
|
|
|
|
|
|
"61257287", "Kingstown", |
|
10734
|
|
|
|
|
|
|
"61755406", "Ormeau", |
|
10735
|
|
|
|
|
|
|
"61264324", "Bemboka", |
|
10736
|
|
|
|
|
|
|
"618661058", "Jennacubbine", |
|
10737
|
|
|
|
|
|
|
"61743595", "Monto", |
|
10738
|
|
|
|
|
|
|
"612530308", "Euchareena", |
|
10739
|
|
|
|
|
|
|
"61350527", "Swan\ Hill", |
|
10740
|
|
|
|
|
|
|
"61263717", "Mudgee", |
|
10741
|
|
|
|
|
|
|
"61886752", "Leigh\ Creek\ South", |
|
10742
|
|
|
|
|
|
|
"6129945", "Terrey\ Hills", |
|
10743
|
|
|
|
|
|
|
"61740020", "Bloomfield", |
|
10744
|
|
|
|
|
|
|
"61891045", "Marble\ Bar", |
|
10745
|
|
|
|
|
|
|
"61876191", "Glendambo", |
|
10746
|
|
|
|
|
|
|
"613431782", "Kalkee", |
|
10747
|
|
|
|
|
|
|
"61388039", "Melbourne", |
|
10748
|
|
|
|
|
|
|
"61748401", "Mackay", |
|
10749
|
|
|
|
|
|
|
"61253307", "Canowindra", |
|
10750
|
|
|
|
|
|
|
"618867724", "Carrieton", |
|
10751
|
|
|
|
|
|
|
"61362062", "New\ Norfolk", |
|
10752
|
|
|
|
|
|
|
"61888064", "Minlaton", |
|
10753
|
|
|
|
|
|
|
"618967751", "Beverley", |
|
10754
|
|
|
|
|
|
|
"61258183", "Kiacatoo", |
|
10755
|
|
|
|
|
|
|
"6124390", "Wyong", |
|
10756
|
|
|
|
|
|
|
"61357084", "Mount\ Beauty", |
|
10757
|
|
|
|
|
|
|
"61351851", "Yarram", |
|
10758
|
|
|
|
|
|
|
"61364134", "Rosebery", |
|
10759
|
|
|
|
|
|
|
"61754629", "Woodbine", |
|
10760
|
|
|
|
|
|
|
"61886149", "Iron\ Knob", |
|
10761
|
|
|
|
|
|
|
"61743302", "Brooweena", |
|
10762
|
|
|
|
|
|
|
"61867062", "Beedelup", |
|
10763
|
|
|
|
|
|
|
"6139473", "Melbourne", |
|
10764
|
|
|
|
|
|
|
"617458638", "Jondaryan", |
|
10765
|
|
|
|
|
|
|
"61745288", "Yelarbon", |
|
10766
|
|
|
|
|
|
|
"61756186", "Tamborine\ Mountain", |
|
10767
|
|
|
|
|
|
|
"61269029", "Darlington\ Point", |
|
10768
|
|
|
|
|
|
|
"61340527", "Ouyen", |
|
10769
|
|
|
|
|
|
|
"618763633", "Georgetown", |
|
10770
|
|
|
|
|
|
|
"61741086", "Monogorilby", |
|
10771
|
|
|
|
|
|
|
"6175617", "Southport", |
|
10772
|
|
|
|
|
|
|
"61753595", "Rosewood", |
|
10773
|
|
|
|
|
|
|
"617459066", "Thallon", |
|
10774
|
|
|
|
|
|
|
"61897792", "Tonebridge", |
|
10775
|
|
|
|
|
|
|
"61745406", "Cooyar", |
|
10776
|
|
|
|
|
|
|
"61899202", "Yuna", |
|
10777
|
|
|
|
|
|
|
"61895902", "Byford", |
|
10778
|
|
|
|
|
|
|
"61743173", "Johnstown\ West", |
|
10779
|
|
|
|
|
|
|
"6174782", "Home\ Hill", |
|
10780
|
|
|
|
|
|
|
"61259352", "Ungarie", |
|
10781
|
|
|
|
|
|
|
"61886666", "Willowie", |
|
10782
|
|
|
|
|
|
|
"61265140", "Telegraph\ Point", |
|
10783
|
|
|
|
|
|
|
"61898114", "Hyden", |
|
10784
|
|
|
|
|
|
|
"61359133", "Emerald", |
|
10785
|
|
|
|
|
|
|
"61260648", "Rand", |
|
10786
|
|
|
|
|
|
|
"613442121", "Gunbower", |
|
10787
|
|
|
|
|
|
|
"618752986", "Yankalilla", |
|
10788
|
|
|
|
|
|
|
"61749988", "Calen", |
|
10789
|
|
|
|
|
|
|
"612593724", "Stanbridge", |
|
10790
|
|
|
|
|
|
|
"61253113", "Woodstock", |
|
10791
|
|
|
|
|
|
|
"61891448", "Whaleback", |
|
10792
|
|
|
|
|
|
|
"61341469", "Seaspray", |
|
10793
|
|
|
|
|
|
|
"61348053", "Kyabram", |
|
10794
|
|
|
|
|
|
|
"61260345", "Eskdale", |
|
10795
|
|
|
|
|
|
|
"61888600", "Balaklava", |
|
10796
|
|
|
|
|
|
|
"61263668", "Molong", |
|
10797
|
|
|
|
|
|
|
"618763657", "Mintabie", |
|
10798
|
|
|
|
|
|
|
"61878067", "Arthurton", |
|
10799
|
|
|
|
|
|
|
"61351118", "Nowa\ Nowa", |
|
10800
|
|
|
|
|
|
|
"613441211", "Goornong", |
|
10801
|
|
|
|
|
|
|
"61742390", "Innot\ Hot\ Springs", |
|
10802
|
|
|
|
|
|
|
"61735597", "Brisbane", |
|
10803
|
|
|
|
|
|
|
"61879095", "Nhulunbuy", |
|
10804
|
|
|
|
|
|
|
"61357437", "Puckapunyal", |
|
10805
|
|
|
|
|
|
|
"6129681", "Bankstown", |
|
10806
|
|
|
|
|
|
|
"61259047", "Bidgeemia", |
|
10807
|
|
|
|
|
|
|
"61749357", "Duaringa", |
|
10808
|
|
|
|
|
|
|
"61358444", "Numurkah", |
|
10809
|
|
|
|
|
|
|
"61358022", "Conargo", |
|
10810
|
|
|
|
|
|
|
"61343291", "Ballarat", |
|
10811
|
|
|
|
|
|
|
"61352040", "Bannockburn", |
|
10812
|
|
|
|
|
|
|
"61248093", "Yerrinbool", |
|
10813
|
|
|
|
|
|
|
"61263027", "Bribbaree", |
|
10814
|
|
|
|
|
|
|
"61851197", "Sandfire", |
|
10815
|
|
|
|
|
|
|
"61744299", "Ravenswood", |
|
10816
|
|
|
|
|
|
|
"612583894", "Cumborah", |
|
10817
|
|
|
|
|
|
|
"61240115", "Clarence\ Town", |
|
10818
|
|
|
|
|
|
|
"61265700", "Ravensworth", |
|
10819
|
|
|
|
|
|
|
"61742661", "Molloy", |
|
10820
|
|
|
|
|
|
|
"618852882", "Victor\ Harbor", |
|
10821
|
|
|
|
|
|
|
"61240770", "Tea\ Gardens", |
|
10822
|
|
|
|
|
|
|
"61244004", "Bawley\ Point", |
|
10823
|
|
|
|
|
|
|
"61898861", "Mount\ Madden", |
|
10824
|
|
|
|
|
|
|
"618903532", "Leinster", |
|
10825
|
|
|
|
|
|
|
"6138781", "Dandenong", |
|
10826
|
|
|
|
|
|
|
"61359392", "Koo\ Wee\ Rup", |
|
10827
|
|
|
|
|
|
|
"617480470", "Colston\ Park", |
|
10828
|
|
|
|
|
|
|
"61886013", "Caltowie", |
|
10829
|
|
|
|
|
|
|
"61361016", "Little\ Swanport", |
|
10830
|
|
|
|
|
|
|
"61267074", "Glencoe", |
|
10831
|
|
|
|
|
|
|
"61267331", "Ben\ Lomond", |
|
10832
|
|
|
|
|
|
|
"617750323", "Condamine", |
|
10833
|
|
|
|
|
|
|
"61899528", "Warradarge", |
|
10834
|
|
|
|
|
|
|
"61354207", "Gisborne", |
|
10835
|
|
|
|
|
|
|
"61895959", "Mandurah", |
|
10836
|
|
|
|
|
|
|
"61888058", "Maitland", |
|
10837
|
|
|
|
|
|
|
"61746096", "Maranoa", |
|
10838
|
|
|
|
|
|
|
"618660847", "Cunderdin", |
|
10839
|
|
|
|
|
|
|
"61259309", "Mannus", |
|
10840
|
|
|
|
|
|
|
"612594010", "The\ Rock", |
|
10841
|
|
|
|
|
|
|
"61899259", "Carnarvon", |
|
10842
|
|
|
|
|
|
|
"612574820", "Quirindi", |
|
10843
|
|
|
|
|
|
|
"61257419", "Inverell", |
|
10844
|
|
|
|
|
|
|
"61255162", "Denman", |
|
10845
|
|
|
|
|
|
|
"6128436", "Sydney", |
|
10846
|
|
|
|
|
|
|
"61740236", "Torres", |
|
10847
|
|
|
|
|
|
|
"613532311", "Ballan", |
|
10848
|
|
|
|
|
|
|
"6126634", "Urbenville", |
|
10849
|
|
|
|
|
|
|
"61756630", "Tweed\ Heads", |
|
10850
|
|
|
|
|
|
|
"61253049", "Canowindra", |
|
10851
|
|
|
|
|
|
|
"61743359", "Maryborough", |
|
10852
|
|
|
|
|
|
|
"61747479", "Gununa", |
|
10853
|
|
|
|
|
|
|
"61267990", "Pilliga", |
|
10854
|
|
|
|
|
|
|
"61380010", "Sunbury", |
|
10855
|
|
|
|
|
|
|
"61886936", "Ungarra", |
|
10856
|
|
|
|
|
|
|
"612573403", "Kingstown", |
|
10857
|
|
|
|
|
|
|
"61745167", "Diamondy", |
|
10858
|
|
|
|
|
|
|
"617442569", "Mount\ Fox", |
|
10859
|
|
|
|
|
|
|
"618600802", "Bullfinch", |
|
10860
|
|
|
|
|
|
|
"613470588", "Euroa", |
|
10861
|
|
|
|
|
|
|
"61886709", "Marla", |
|
10862
|
|
|
|
|
|
|
"61896163", "Regans\ Ford", |
|
10863
|
|
|
|
|
|
|
"617458626", "Goondiwindi", |
|
10864
|
|
|
|
|
|
|
"61250069", "Howlong", |
|
10865
|
|
|
|
|
|
|
"61268399", "Narran", |
|
10866
|
|
|
|
|
|
|
"617485898", "Theodore", |
|
10867
|
|
|
|
|
|
|
"61754662", "Gatton", |
|
10868
|
|
|
|
|
|
|
"61745160", "Brigalow", |
|
10869
|
|
|
|
|
|
|
"61256483", "Copmanhurst", |
|
10870
|
|
|
|
|
|
|
"618600872", "Bruce\ Rock", |
|
10871
|
|
|
|
|
|
|
"61380017", "Werribee", |
|
10872
|
|
|
|
|
|
|
"61267997", "Bohena", |
|
10873
|
|
|
|
|
|
|
"61269062", "Narrandera", |
|
10874
|
|
|
|
|
|
|
"61253055", "Merriganowry", |
|
10875
|
|
|
|
|
|
|
"61743345", "Tansey", |
|
10876
|
|
|
|
|
|
|
"61867029", "Wilga", |
|
10877
|
|
|
|
|
|
|
"61746101", "Mitchell", |
|
10878
|
|
|
|
|
|
|
"612583945", "Walgett", |
|
10879
|
|
|
|
|
|
|
"618985568", "Harrismith", |
|
10880
|
|
|
|
|
|
|
"61899245", "Geraldton", |
|
10881
|
|
|
|
|
|
|
"61245103", "Colo\ Heights", |
|
10882
|
|
|
|
|
|
|
"613574742", "Tungamah", |
|
10883
|
|
|
|
|
|
|
"6188649", "Whyalla", |
|
10884
|
|
|
|
|
|
|
"617480113", "Spier", |
|
10885
|
|
|
|
|
|
|
"617486823", "Carbine\ Creek", |
|
10886
|
|
|
|
|
|
|
"612583726", "Narran", |
|
10887
|
|
|
|
|
|
|
"6129113", "Sydney", |
|
10888
|
|
|
|
|
|
|
"61380072", "Sunbury", |
|
10889
|
|
|
|
|
|
|
"61891002", "Karratha", |
|
10890
|
|
|
|
|
|
|
"61340093", "Willandra\ Lakes", |
|
10891
|
|
|
|
|
|
|
"6189745", "Bunbury", |
|
10892
|
|
|
|
|
|
|
"61895482", "Guilderton", |
|
10893
|
|
|
|
|
|
|
"618854987", "Robertstown", |
|
10894
|
|
|
|
|
|
|
"6173924", "Brisbane", |
|
10895
|
|
|
|
|
|
|
"61260173", "Holbrook", |
|
10896
|
|
|
|
|
|
|
"612583176", "Grawin", |
|
10897
|
|
|
|
|
|
|
"61749408", "Lethebrook", |
|
10898
|
|
|
|
|
|
|
"617486739", "Banana", |
|
10899
|
|
|
|
|
|
|
"61348115", "Shepparton", |
|
10900
|
|
|
|
|
|
|
"6124841", "Marulan", |
|
10901
|
|
|
|
|
|
|
"61362029", "Geeveston", |
|
10902
|
|
|
|
|
|
|
"612583500", "Colane", |
|
10903
|
|
|
|
|
|
|
"61342323", "Beech\ Forest", |
|
10904
|
|
|
|
|
|
|
"613470611", "Swanpool", |
|
10905
|
|
|
|
|
|
|
"61747318", "Halifax", |
|
10906
|
|
|
|
|
|
|
"6174597", "Toowoomba", |
|
10907
|
|
|
|
|
|
|
"61260302", "Coppabella", |
|
10908
|
|
|
|
|
|
|
"61896414", "York", |
|
10909
|
|
|
|
|
|
|
"618965617", "Dowerin", |
|
10910
|
|
|
|
|
|
|
"61358069", "Blighty", |
|
10911
|
|
|
|
|
|
|
"61257378", "Limbri", |
|
10912
|
|
|
|
|
|
|
"61747615", "Charters\ Towers", |
|
10913
|
|
|
|
|
|
|
"61356144", "Trafalgar", |
|
10914
|
|
|
|
|
|
|
"61887089", "Makin", |
|
10915
|
|
|
|
|
|
|
"61240712", "Bandon\ Grove", |
|
10916
|
|
|
|
|
|
|
"61263020", "Blayney", |
|
10917
|
|
|
|
|
|
|
"61352047", "Beeac", |
|
10918
|
|
|
|
|
|
|
"617459935", "Barcoo", |
|
10919
|
|
|
|
|
|
|
"61734748", "Bribie\ Island", |
|
10920
|
|
|
|
|
|
|
"61895945", "Bindoon", |
|
10921
|
|
|
|
|
|
|
"613451334", "Mortlake", |
|
10922
|
|
|
|
|
|
|
"61749005", "Mackay", |
|
10923
|
|
|
|
|
|
|
"61265707", "Howes\ Valley", |
|
10924
|
|
|
|
|
|
|
"61343185", "Scarsdale", |
|
10925
|
|
|
|
|
|
|
"613441248", "Watchem", |
|
10926
|
|
|
|
|
|
|
"6124348", "Gosford", |
|
10927
|
|
|
|
|
|
|
"612530012", "Lue", |
|
10928
|
|
|
|
|
|
|
"61341422", "Genoa", |
|
10929
|
|
|
|
|
|
|
"61898316", "Badgebup\ North", |
|
10930
|
|
|
|
|
|
|
"61851190", "Newman", |
|
10931
|
|
|
|
|
|
|
"61341044", "Cann\ River", |
|
10932
|
|
|
|
|
|
|
"61753416", "Noosaville", |
|
10933
|
|
|
|
|
|
|
"618600946", "Dundas", |
|
10934
|
|
|
|
|
|
|
"61742397", "Mareeba", |
|
10935
|
|
|
|
|
|
|
"61286603", "Parramatta", |
|
10936
|
|
|
|
|
|
|
"61735590", "Brisbane", |
|
10937
|
|
|
|
|
|
|
"61888607", "Nantawarra", |
|
10938
|
|
|
|
|
|
|
"61878060", "Spalding", |
|
10939
|
|
|
|
|
|
|
"61248527", "Breadalbane", |
|
10940
|
|
|
|
|
|
|
"61263593", "Hampton", |
|
10941
|
|
|
|
|
|
|
"61886238", "Wanilla", |
|
10942
|
|
|
|
|
|
|
"61259040", "Ardlethan", |
|
10943
|
|
|
|
|
|
|
"6188383", "Mclaren\ Vale", |
|
10944
|
|
|
|
|
|
|
"61889051", "Elliott", |
|
10945
|
|
|
|
|
|
|
"61749350", "Woorabinda", |
|
10946
|
|
|
|
|
|
|
"61898521", "Narrogin", |
|
10947
|
|
|
|
|
|
|
"6188500", "Murray\ Bridge", |
|
10948
|
|
|
|
|
|
|
"61357430", "Kinglake", |
|
10949
|
|
|
|
|
|
|
"61740938", "Kuranda", |
|
10950
|
|
|
|
|
|
|
"61876006", "Penong", |
|
10951
|
|
|
|
|
|
|
"612532881", "Bylong", |
|
10952
|
|
|
|
|
|
|
"61265147", "Widden\ Valley", |
|
10953
|
|
|
|
|
|
|
"61746518", "Thomson", |
|
10954
|
|
|
|
|
|
|
"61361598", "Little\ Swanport", |
|
10955
|
|
|
|
|
|
|
"61352309", "Cressy", |
|
10956
|
|
|
|
|
|
|
"61748553", "Moranbah", |
|
10957
|
|
|
|
|
|
|
"61895526", "Dwellingup", |
|
10958
|
|
|
|
|
|
|
"61260359", "Rennie", |
|
10959
|
|
|
|
|
|
|
"61256578", "Woodenbong", |
|
10960
|
|
|
|
|
|
|
"6174773", "Townsville", |
|
10961
|
|
|
|
|
|
|
"613553991", "Woolsthorpe", |
|
10962
|
|
|
|
|
|
|
"61240053", "Bandon\ Grove", |
|
10963
|
|
|
|
|
|
|
"61897195", "Wilga", |
|
10964
|
|
|
|
|
|
|
"612594425", "Milbrulong", |
|
10965
|
|
|
|
|
|
|
"61367388", "Targa", |
|
10966
|
|
|
|
|
|
|
"612583738", "Tottenham", |
|
10967
|
|
|
|
|
|
|
"61899504", "Mingenew", |
|
10968
|
|
|
|
|
|
|
"618753498", "Narrung", |
|
10969
|
|
|
|
|
|
|
"61746741", "St\ George", |
|
10970
|
|
|
|
|
|
|
"61340520", "Mildura", |
|
10971
|
|
|
|
|
|
|
"61244028", "Nowra", |
|
10972
|
|
|
|
|
|
|
"61250022", "Talgarno", |
|
10973
|
|
|
|
|
|
|
"612593896", "Darlington\ Point", |
|
10974
|
|
|
|
|
|
|
"61891059", "Fitzroy\ Crossing", |
|
10975
|
|
|
|
|
|
|
"61876285", "Ceduna", |
|
10976
|
|
|
|
|
|
|
"61898463", "Gairdner", |
|
10977
|
|
|
|
|
|
|
"61740027", "Coen", |
|
10978
|
|
|
|
|
|
|
"61341586", "Heyfield", |
|
10979
|
|
|
|
|
|
|
"61255535", "Baerami", |
|
10980
|
|
|
|
|
|
|
"61353095", "Maroona", |
|
10981
|
|
|
|
|
|
|
"61880098", "The\ Darling", |
|
10982
|
|
|
|
|
|
|
"61255129", "Murrurundi", |
|
10983
|
|
|
|
|
|
|
"6128824", "Blacktown", |
|
10984
|
|
|
|
|
|
|
"61392195", "Craigieburn", |
|
10985
|
|
|
|
|
|
|
"61886155", "Morchard", |
|
10986
|
|
|
|
|
|
|
"618864057", "Kapinnie", |
|
10987
|
|
|
|
|
|
|
"61747560", "Charters\ Towers", |
|
10988
|
|
|
|
|
|
|
"618753295", "Sedan", |
|
10989
|
|
|
|
|
|
|
"612530299", "Dunedoo", |
|
10990
|
|
|
|
|
|
|
"618964963", "Bolgart", |
|
10991
|
|
|
|
|
|
|
"61875028", "Sedan", |
|
10992
|
|
|
|
|
|
|
"617486551", "Miclere", |
|
10993
|
|
|
|
|
|
|
"6187230", "Adelaide", |
|
10994
|
|
|
|
|
|
|
"61340417", "Woomelang", |
|
10995
|
|
|
|
|
|
|
"61265499", "Widden\ Valley", |
|
10996
|
|
|
|
|
|
|
"61896508", "Coomberdale", |
|
10997
|
|
|
|
|
|
|
"61351039", "Mount\ Taylor", |
|
10998
|
|
|
|
|
|
|
"612582538", "Alectown", |
|
10999
|
|
|
|
|
|
|
"612594228", "Narraburra", |
|
11000
|
|
|
|
|
|
|
"61361611", "Strathgordon", |
|
11001
|
|
|
|
|
|
|
"61253161", "Cumnock", |
|
11002
|
|
|
|
|
|
|
"61851064", "Fitzroy\ Crossing", |
|
11003
|
|
|
|
|
|
|
"61256329", "Ballina", |
|
11004
|
|
|
|
|
|
|
"61281183", "Liverpool", |
|
11005
|
|
|
|
|
|
|
"61885355", "Murray\ Bridge", |
|
11006
|
|
|
|
|
|
|
"61746691", "Chinchilla", |
|
11007
|
|
|
|
|
|
|
"61257264", "Boggabri", |
|
11008
|
|
|
|
|
|
|
"618863961", "Sleaford\ Mere", |
|
11009
|
|
|
|
|
|
|
"617459504", "Cunningham", |
|
11010
|
|
|
|
|
|
|
"618856784", "Culburra", |
|
11011
|
|
|
|
|
|
|
"61255910", "Kempsey", |
|
11012
|
|
|
|
|
|
|
"61340472", "Hopetoun", |
|
11013
|
|
|
|
|
|
|
"618763400", "Redhill", |
|
11014
|
|
|
|
|
|
|
"618763854", "Ceduna", |
|
11015
|
|
|
|
|
|
|
"61880150", "Wilcannia", |
|
11016
|
|
|
|
|
|
|
"617442960", "Ingham", |
|
11017
|
|
|
|
|
|
|
"61885934", "Peebinga", |
|
11018
|
|
|
|
|
|
|
"61250141", "Dartmouth", |
|
11019
|
|
|
|
|
|
|
"61885658", "Tanunda", |
|
11020
|
|
|
|
|
|
|
"61741753", "Moonford", |
|
11021
|
|
|
|
|
|
|
"61877053", "Frances", |
|
11022
|
|
|
|
|
|
|
"61263943", "Molong", |
|
11023
|
|
|
|
|
|
|
"61879237", "Tiwi", |
|
11024
|
|
|
|
|
|
|
"6124886", "Robertson", |
|
11025
|
|
|
|
|
|
|
"618856716", "Sedan", |
|
11026
|
|
|
|
|
|
|
"613531793", "Buninyong", |
|
11027
|
|
|
|
|
|
|
"618854595", "Freeling", |
|
11028
|
|
|
|
|
|
|
"61363128", "Rossarden", |
|
11029
|
|
|
|
|
|
|
"618996892", "Pindar\ South", |
|
11030
|
|
|
|
|
|
|
"61896864", "Beacon\ North", |
|
11031
|
|
|
|
|
|
|
"61259210", "Barmedman\ East", |
|
11032
|
|
|
|
|
|
|
"612683960", "Rocky\ Glen", |
|
11033
|
|
|
|
|
|
|
"61362683", "Miena", |
|
11034
|
|
|
|
|
|
|
"612662", "Lismore", |
|
11035
|
|
|
|
|
|
|
"61745094", "Lynd\ Range", |
|
11036
|
|
|
|
|
|
|
"61268764", "Warrington", |
|
11037
|
|
|
|
|
|
|
"612574160", "Quirindi", |
|
11038
|
|
|
|
|
|
|
"61267436", "Goolhi", |
|
11039
|
|
|
|
|
|
|
"61357298", "Cheshunt", |
|
11040
|
|
|
|
|
|
|
"612533048", "Oberon", |
|
11041
|
|
|
|
|
|
|
"61354075", "Raywood", |
|
11042
|
|
|
|
|
|
|
"613451340", "Pomborneit", |
|
11043
|
|
|
|
|
|
|
"61266052", "Glenreagh", |
|
11044
|
|
|
|
|
|
|
"61251072", "Gundaroo", |
|
11045
|
|
|
|
|
|
|
"6188480", "Salisbury", |
|
11046
|
|
|
|
|
|
|
"61341570", "Bruthen", |
|
11047
|
|
|
|
|
|
|
"61734395", "Russell\ Island", |
|
11048
|
|
|
|
|
|
|
"617486978", "Yeppoon", |
|
11049
|
|
|
|
|
|
|
"61748128", "Colston\ Park", |
|
11050
|
|
|
|
|
|
|
"61392126", "Croydon", |
|
11051
|
|
|
|
|
|
|
"61257258", "Cuttabri", |
|
11052
|
|
|
|
|
|
|
"61355344", "Hawkesdale", |
|
11053
|
|
|
|
|
|
|
"61356441", "Warragul", |
|
11054
|
|
|
|
|
|
|
"61266009", "Coffs\ Harbour", |
|
11055
|
|
|
|
|
|
|
"61756112", "Beechmont", |
|
11056
|
|
|
|
|
|
|
"61889165", "Tiwi", |
|
11057
|
|
|
|
|
|
|
"618866912", "Marla", |
|
11058
|
|
|
|
|
|
|
"61741012", "Blackbutt", |
|
11059
|
|
|
|
|
|
|
"61885664", "Kapunda", |
|
11060
|
|
|
|
|
|
|
"61888197", "Thistle", |
|
11061
|
|
|
|
|
|
|
"61353026", "Horsham", |
|
11062
|
|
|
|
|
|
|
"61354583", "Birchip", |
|
11063
|
|
|
|
|
|
|
"61730508", "Cleveland", |
|
11064
|
|
|
|
|
|
|
"61741681", "Murgon", |
|
11065
|
|
|
|
|
|
|
"61863787", "Perth", |
|
11066
|
|
|
|
|
|
|
"61267547", "Croppa\ Creek", |
|
11067
|
|
|
|
|
|
|
"61264206", "Cathcart", |
|
11068
|
|
|
|
|
|
|
"61752074", "Moore", |
|
11069
|
|
|
|
|
|
|
"61891433", "Tom\ Price", |
|
11070
|
|
|
|
|
|
|
"61756221", "Tamborine\ Mountain", |
|
11071
|
|
|
|
|
|
|
"61734698", "Russell\ Island", |
|
11072
|
|
|
|
|
|
|
"61251017", "Gearys\ Gap", |
|
11073
|
|
|
|
|
|
|
"6129167", "Sydney", |
|
11074
|
|
|
|
|
|
|
"61341214", "Dinner\ Plain", |
|
11075
|
|
|
|
|
|
|
"61246117", "Camden", |
|
11076
|
|
|
|
|
|
|
"61264488", "Berridale", |
|
11077
|
|
|
|
|
|
|
"61255223", "Scone", |
|
11078
|
|
|
|
|
|
|
"61897126", "Balingup", |
|
11079
|
|
|
|
|
|
|
"61240439", "Swansea", |
|
11080
|
|
|
|
|
|
|
"61896111", "Goodlands", |
|
11081
|
|
|
|
|
|
|
"6189439", "Spearwood", |
|
11082
|
|
|
|
|
|
|
"61359148", "Marysville", |
|
11083
|
|
|
|
|
|
|
"61260633", "Walwa", |
|
11084
|
|
|
|
|
|
|
"61851058", "Broome", |
|
11085
|
|
|
|
|
|
|
"61741077", "Lowmead", |
|
11086
|
|
|
|
|
|
|
"618903370", "Shackleton", |
|
11087
|
|
|
|
|
|
|
"61268758", "Geurie", |
|
11088
|
|
|
|
|
|
|
"612582526", "Warrumbungle", |
|
11089
|
|
|
|
|
|
|
"61895595", "Mandurah", |
|
11090
|
|
|
|
|
|
|
"613546093", "Amphitheatre", |
|
11091
|
|
|
|
|
|
|
"61887898", "Millicent", |
|
11092
|
|
|
|
|
|
|
"61887774", "Bangham", |
|
11093
|
|
|
|
|
|
|
"61748306", "Fitzroy\ West", |
|
11094
|
|
|
|
|
|
|
"612583697", "Dubbo", |
|
11095
|
|
|
|
|
|
|
"61897605", "Nyamup", |
|
11096
|
|
|
|
|
|
|
"61899015", "Carnarvon", |
|
11097
|
|
|
|
|
|
|
"613574733", "Thoona", |
|
11098
|
|
|
|
|
|
|
"61742613", "Malanda", |
|
11099
|
|
|
|
|
|
|
"61264085", "Thredbo\ Village", |
|
11100
|
|
|
|
|
|
|
"61878194", "Thistle", |
|
11101
|
|
|
|
|
|
|
"6173901", "Brisbane", |
|
11102
|
|
|
|
|
|
|
"61257135", "Tamworth", |
|
11103
|
|
|
|
|
|
|
"61238008", "Bungonia", |
|
11104
|
|
|
|
|
|
|
"61745301", "Charleville", |
|
11105
|
|
|
|
|
|
|
"61746404", "Valley\ Downs", |
|
11106
|
|
|
|
|
|
|
"613470567", "Tungamah", |
|
11107
|
|
|
|
|
|
|
"61886061", "Everard", |
|
11108
|
|
|
|
|
|
|
"61755184", "Tweed\ Heads", |
|
11109
|
|
|
|
|
|
|
"61863555", "Perth", |
|
11110
|
|
|
|
|
|
|
"61350289", "Woomelang", |
|
11111
|
|
|
|
|
|
|
"61897308", "Dinninup\ North", |
|
11112
|
|
|
|
|
|
|
"61868175", "Newdegate", |
|
11113
|
|
|
|
|
|
|
"61879026", "Ranken\ River", |
|
11114
|
|
|
|
|
|
|
"61743279", "Monto", |
|
11115
|
|
|
|
|
|
|
"61367201", "George\ Town", |
|
11116
|
|
|
|
|
|
|
"617480657", "Bajool", |
|
11117
|
|
|
|
|
|
|
"618985587", "Hyden\ East", |
|
11118
|
|
|
|
|
|
|
"61741994", "Maidenwell", |
|
11119
|
|
|
|
|
|
|
"61359239", "Red\ Hill", |
|
11120
|
|
|
|
|
|
|
"613470131", "Beechworth", |
|
11121
|
|
|
|
|
|
|
"61253219", "Lue", |
|
11122
|
|
|
|
|
|
|
"61895363", "Mandurah", |
|
11123
|
|
|
|
|
|
|
"612532820", "Caragabal", |
|
11124
|
|
|
|
|
|
|
"61864979", "Spearwood", |
|
11125
|
|
|
|
|
|
|
"61344127", "Barham", |
|
11126
|
|
|
|
|
|
|
"61899379", "Geraldton", |
|
11127
|
|
|
|
|
|
|
"61267789", "Kingstown", |
|
11128
|
|
|
|
|
|
|
"618903300", "Corrigin", |
|
11129
|
|
|
|
|
|
|
"618660852", "Dandaragan", |
|
11130
|
|
|
|
|
|
|
"61889656", "Batchelor", |
|
11131
|
|
|
|
|
|
|
"61363104", "Evandale", |
|
11132
|
|
|
|
|
|
|
"617458797", "Elbow\ Valley", |
|
11133
|
|
|
|
|
|
|
"618854968", "Mannum", |
|
11134
|
|
|
|
|
|
|
"61256362", "Lawrence", |
|
11135
|
|
|
|
|
|
|
"61728019", "Cleveland", |
|
11136
|
|
|
|
|
|
|
"61251010", "Anembo", |
|
11137
|
|
|
|
|
|
|
"61341512", "Mallacoota", |
|
11138
|
|
|
|
|
|
|
"61358701", "Lalalty", |
|
11139
|
|
|
|
|
|
|
"6186295", "Spearwood", |
|
11140
|
|
|
|
|
|
|
"61753526", "Gympie", |
|
11141
|
|
|
|
|
|
|
"612685825", "Hermidale", |
|
11142
|
|
|
|
|
|
|
"61269683", "Yenda", |
|
11143
|
|
|
|
|
|
|
"61267540", "Pallamallawa", |
|
11144
|
|
|
|
|
|
|
"61740943", "Maryfarms", |
|
11145
|
|
|
|
|
|
|
"61741070", "Kingaroy", |
|
11146
|
|
|
|
|
|
|
"618904273", "Wilgoyne", |
|
11147
|
|
|
|
|
|
|
"61258289", "Myamley", |
|
11148
|
|
|
|
|
|
|
"61268232", "Carinda", |
|
11149
|
|
|
|
|
|
|
"61246110", "Campbelltown", |
|
11150
|
|
|
|
|
|
|
"618903543", "Leonora", |
|
11151
|
|
|
|
|
|
|
"61886243", "Great\ Bight", |
|
11152
|
|
|
|
|
|
|
"61896524", "Bibby\ Springs", |
|
11153
|
|
|
|
|
|
|
"61355706", "Macarthur", |
|
11154
|
|
|
|
|
|
|
"612533011", "Coolah", |
|
11155
|
|
|
|
|
|
|
"61341577", "Dargo", |
|
11156
|
|
|
|
|
|
|
"61877115", "Rendelsham", |
|
11157
|
|
|
|
|
|
|
"61863780", "Perth", |
|
11158
|
|
|
|
|
|
|
"612883", "Parramatta", |
|
11159
|
|
|
|
|
|
|
"61861935", "Kalamunda", |
|
11160
|
|
|
|
|
|
|
"61888190", "Moonta", |
|
11161
|
|
|
|
|
|
|
"61361246", "Brighton", |
|
11162
|
|
|
|
|
|
|
"61875004", "Wunkar", |
|
11163
|
|
|
|
|
|
|
"61899153", "Yallalong", |
|
11164
|
|
|
|
|
|
|
"61881900", "Adelaide", |
|
11165
|
|
|
|
|
|
|
"613441982", "Carisbrook", |
|
11166
|
|
|
|
|
|
|
"61895416", "Bakers\ Hill", |
|
11167
|
|
|
|
|
|
|
"618600762", "Kellerberrin", |
|
11168
|
|
|
|
|
|
|
"61260798", "Walwa", |
|
11169
|
|
|
|
|
|
|
"61746984", "Crows\ Nest", |
|
11170
|
|
|
|
|
|
|
"61357779", "Mount\ Buller", |
|
11171
|
|
|
|
|
|
|
"61358141", "Yalca", |
|
11172
|
|
|
|
|
|
|
"618983456", "Corackerup", |
|
11173
|
|
|
|
|
|
|
"61299126", "Bankstown", |
|
11174
|
|
|
|
|
|
|
"6188246", "Adelaide", |
|
11175
|
|
|
|
|
|
|
"613451195", "Tahara", |
|
11176
|
|
|
|
|
|
|
"612583909", "Gollan", |
|
11177
|
|
|
|
|
|
|
"61734733", "Kooringal", |
|
11178
|
|
|
|
|
|
|
"617566733", "Southport", |
|
11179
|
|
|
|
|
|
|
"61746428", "Elbow\ Valley", |
|
11180
|
|
|
|
|
|
|
"61238024", "Wombeyan\ Caves", |
|
11181
|
|
|
|
|
|
|
"618660110", "Konnongorring", |
|
11182
|
|
|
|
|
|
|
"61753311", "Lowood", |
|
11183
|
|
|
|
|
|
|
"6175663", "Southport", |
|
11184
|
|
|
|
|
|
|
"6138746", "Sunbury", |
|
11185
|
|
|
|
|
|
|
"61749121", "Tungamull", |
|
11186
|
|
|
|
|
|
|
"61354319", "Strathfieldsaye", |
|
11187
|
|
|
|
|
|
|
"61243034", "Mangrove\ Mountain", |
|
11188
|
|
|
|
|
|
|
"61364674", "Rosebery", |
|
11189
|
|
|
|
|
|
|
"61259217", "Bidgeemia", |
|
11190
|
|
|
|
|
|
|
"61355146", "Tahara", |
|
11191
|
|
|
|
|
|
|
"617566829", "Southport", |
|
11192
|
|
|
|
|
|
|
"61896269", "Meckering", |
|
11193
|
|
|
|
|
|
|
"617486163", "Biloela", |
|
11194
|
|
|
|
|
|
|
"6186151", "Perth", |
|
11195
|
|
|
|
|
|
|
"61891215", "Leopold", |
|
11196
|
|
|
|
|
|
|
"618763470", "Koongawa", |
|
11197
|
|
|
|
|
|
|
"618903683", "Bullfinch", |
|
11198
|
|
|
|
|
|
|
"61255917", "Forster", |
|
11199
|
|
|
|
|
|
|
"61896973", "Dalwallinu\ West", |
|
11200
|
|
|
|
|
|
|
"618850194", "Yumali", |
|
11201
|
|
|
|
|
|
|
"61885349", "New\ Well", |
|
11202
|
|
|
|
|
|
|
"61392642", "Melbourne", |
|
11203
|
|
|
|
|
|
|
"613542011", "Dingee", |
|
11204
|
|
|
|
|
|
|
"612685772", "Lightning\ Ridge", |
|
11205
|
|
|
|
|
|
|
"61879230", "Darwin", |
|
11206
|
|
|
|
|
|
|
"61898382", "Ravensthorpe", |
|
11207
|
|
|
|
|
|
|
"61880157", "Tibooburra", |
|
11208
|
|
|
|
|
|
|
"61753482", "Toogoolawah", |
|
11209
|
|
|
|
|
|
|
"6175537", "Southport", |
|
11210
|
|
|
|
|
|
|
"61264908", "Cooma", |
|
11211
|
|
|
|
|
|
|
"61340410", "Ultima", |
|
11212
|
|
|
|
|
|
|
"61747567", "Woodstock", |
|
11213
|
|
|
|
|
|
|
"61269751", "Landervale", |
|
11214
|
|
|
|
|
|
|
"617459890", "Pittsworth", |
|
11215
|
|
|
|
|
|
|
"618764002", "Sleaford\ Mere", |
|
11216
|
|
|
|
|
|
|
"6125124", "Canberra", |
|
11217
|
|
|
|
|
|
|
"612583227", "Banar", |
|
11218
|
|
|
|
|
|
|
"613451416", "Cobden", |
|
11219
|
|
|
|
|
|
|
"618763642", "Jamestown", |
|
11220
|
|
|
|
|
|
|
"61897642", "Balingup", |
|
11221
|
|
|
|
|
|
|
"617473891", "Gulf", |
|
11222
|
|
|
|
|
|
|
"61748104", "Clermont", |
|
11223
|
|
|
|
|
|
|
"61749868", "Emerald", |
|
11224
|
|
|
|
|
|
|
"6128800", "Sydney", |
|
11225
|
|
|
|
|
|
|
"612583848", "Wyanga", |
|
11226
|
|
|
|
|
|
|
"61743250", "Farnsfield", |
|
11227
|
|
|
|
|
|
|
"61888132", "Port\ Victoria", |
|
11228
|
|
|
|
|
|
|
"61888825", "Blyth", |
|
11229
|
|
|
|
|
|
|
"61864950", "Armadale", |
|
11230
|
|
|
|
|
|
|
"61899350", "Lynton", |
|
11231
|
|
|
|
|
|
|
"618862519", "Great\ Bight", |
|
11232
|
|
|
|
|
|
|
"612574659", "Ben\ Lomond", |
|
11233
|
|
|
|
|
|
|
"612685803", "Coolabah", |
|
11234
|
|
|
|
|
|
|
"61253554", "Young", |
|
11235
|
|
|
|
|
|
|
"61361601", "Miena", |
|
11236
|
|
|
|
|
|
|
"618997019", "Yuna\ East", |
|
11237
|
|
|
|
|
|
|
"61890654", "South\ Kumminin", |
|
11238
|
|
|
|
|
|
|
"61756880", "Southport", |
|
11239
|
|
|
|
|
|
|
"61896518", "Coomberdale", |
|
11240
|
|
|
|
|
|
|
"61867134", "Dinninup\ North", |
|
11241
|
|
|
|
|
|
|
"612593881", "Black\ Stump", |
|
11242
|
|
|
|
|
|
|
"6187231", "Adelaide", |
|
11243
|
|
|
|
|
|
|
"61340407", "Murrayville", |
|
11244
|
|
|
|
|
|
|
"61889023", "Alyangula", |
|
11245
|
|
|
|
|
|
|
"61367169", "Fingal", |
|
11246
|
|
|
|
|
|
|
"61364062", "Waratah", |
|
11247
|
|
|
|
|
|
|
"61868147", "Unicup", |
|
11248
|
|
|
|
|
|
|
"61745526", "Barcaldine", |
|
11249
|
|
|
|
|
|
|
"61261454", "Captains\ Flat", |
|
11250
|
|
|
|
|
|
|
"6189773", "Nyamup", |
|
11251
|
|
|
|
|
|
|
"61266143", "Ulong", |
|
11252
|
|
|
|
|
|
|
"613531892", "Banyena", |
|
11253
|
|
|
|
|
|
|
"61749504", "Colston\ Park", |
|
11254
|
|
|
|
|
|
|
"612582450", "Berkley\ Downs", |
|
11255
|
|
|
|
|
|
|
"61756159", "Southport", |
|
11256
|
|
|
|
|
|
|
"612532896", "Greenethorpe", |
|
11257
|
|
|
|
|
|
|
"61747195", "Yabulu", |
|
11258
|
|
|
|
|
|
|
"61896741", "Ballidu", |
|
11259
|
|
|
|
|
|
|
"61242930", "Helensburgh", |
|
11260
|
|
|
|
|
|
|
"61876246", "Port\ Lincoln", |
|
11261
|
|
|
|
|
|
|
"61341545", "Gormandale", |
|
11262
|
|
|
|
|
|
|
"61741059", "Mount\ Perry", |
|
11263
|
|
|
|
|
|
|
"617452521", "Clifton", |
|
11264
|
|
|
|
|
|
|
"61362848", "Maydena", |
|
11265
|
|
|
|
|
|
|
"61240021", "Maitland", |
|
11266
|
|
|
|
|
|
|
"61259200", "Coleambally", |
|
11267
|
|
|
|
|
|
|
"61890027", "Bullaring", |
|
11268
|
|
|
|
|
|
|
"61748463", "Moranbah", |
|
11269
|
|
|
|
|
|
|
"6188524", "Gawler", |
|
11270
|
|
|
|
|
|
|
"613470913", "Cheshunt", |
|
11271
|
|
|
|
|
|
|
"617485844", "Calliope", |
|
11272
|
|
|
|
|
|
|
"61350174", "Tempy", |
|
11273
|
|
|
|
|
|
|
"61877142", "Laffer", |
|
11274
|
|
|
|
|
|
|
"61253568", "Frogmore", |
|
11275
|
|
|
|
|
|
|
"61896101", "Gabbin", |
|
11276
|
|
|
|
|
|
|
"61357750", "Mansfield", |
|
11277
|
|
|
|
|
|
|
"61890668", "Leonora", |
|
11278
|
|
|
|
|
|
|
"617442899", "Greenvale", |
|
11279
|
|
|
|
|
|
|
"61895160", "Pinjarra", |
|
11280
|
|
|
|
|
|
|
"61341204", "Woodside", |
|
11281
|
|
|
|
|
|
|
"61352207", "Bannockburn", |
|
11282
|
|
|
|
|
|
|
"61264216", "Bega", |
|
11283
|
|
|
|
|
|
|
"613553693", "Edenhope", |
|
11284
|
|
|
|
|
|
|
"618865988", "Ungarra", |
|
11285
|
|
|
|
|
|
|
"61255487", "Comboyne", |
|
11286
|
|
|
|
|
|
|
"61745482", "Coondarra", |
|
11287
|
|
|
|
|
|
|
"61899286", "Eneabba\ North", |
|
11288
|
|
|
|
|
|
|
"61363463", "Emita", |
|
11289
|
|
|
|
|
|
|
"61879781", "Tennant\ Creek", |
|
11290
|
|
|
|
|
|
|
"61749854", "Gemfields", |
|
11291
|
|
|
|
|
|
|
"61354040", "Marong", |
|
11292
|
|
|
|
|
|
|
"6135933", "Cranbourne", |
|
11293
|
|
|
|
|
|
|
"618858558", "Marama", |
|
11294
|
|
|
|
|
|
|
"618983776", "Lumeah", |
|
11295
|
|
|
|
|
|
|
"618753380", "Wunkar", |
|
11296
|
|
|
|
|
|
|
"61741002", "Bundaberg", |
|
11297
|
|
|
|
|
|
|
"6125331", "Blayney\/Bylong\/Canowindra", |
|
11298
|
|
|
|
|
|
|
"61256631", "Maclean", |
|
11299
|
|
|
|
|
|
|
"613572446", "Bonnie\ Doon", |
|
11300
|
|
|
|
|
|
|
"61899408", "Morawa", |
|
11301
|
|
|
|
|
|
|
"618683265", "Gnowellen", |
|
11302
|
|
|
|
|
|
|
"61756102", "Tweed\ Heads", |
|
11303
|
|
|
|
|
|
|
"61742299", "Cairns", |
|
11304
|
|
|
|
|
|
|
"61266019", "Coffs\ Harbour", |
|
11305
|
|
|
|
|
|
|
"6189927", "Dongara", |
|
11306
|
|
|
|
|
|
|
"61743386", "Pialba", |
|
11307
|
|
|
|
|
|
|
"61351563", "Lakes\ Entrance", |
|
11308
|
|
|
|
|
|
|
"6188481", "Mount\ Barker", |
|
11309
|
|
|
|
|
|
|
"6135584", "Lake\ Mundi", |
|
11310
|
|
|
|
|
|
|
"613442080", "Pyramid\ Hill", |
|
11311
|
|
|
|
|
|
|
"61351421", "Sale", |
|
11312
|
|
|
|
|
|
|
"613470694", "Kobyboyn", |
|
11313
|
|
|
|
|
|
|
"61343146", "Kalkee", |
|
11314
|
|
|
|
|
|
|
"61740771", "Dimbulah", |
|
11315
|
|
|
|
|
|
|
"61255371", "Merriwa", |
|
11316
|
|
|
|
|
|
|
"61261065", "Gundaroo", |
|
11317
|
|
|
|
|
|
|
"61256474", "Ballina", |
|
11318
|
|
|
|
|
|
|
"617442535", "Boulia", |
|
11319
|
|
|
|
|
|
|
"61353594", "Buangor", |
|
11320
|
|
|
|
|
|
|
"61255034", "Pacific\ Palms", |
|
11321
|
|
|
|
|
|
|
"61361494", "Baden", |
|
11322
|
|
|
|
|
|
|
"618763715", "Miltalie", |
|
11323
|
|
|
|
|
|
|
"61248358", "Rugby", |
|
11324
|
|
|
|
|
|
|
"61373790", "Sydenham", |
|
11325
|
|
|
|
|
|
|
"61891242", "Mitchell", |
|
11326
|
|
|
|
|
|
|
"61898803", "Kulin", |
|
11327
|
|
|
|
|
|
|
"61238018", "Reidsdale", |
|
11328
|
|
|
|
|
|
|
"61745311", "Bell", |
|
11329
|
|
|
|
|
|
|
"61746414", "Yelarbon", |
|
11330
|
|
|
|
|
|
|
"61885010", "Barmera", |
|
11331
|
|
|
|
|
|
|
"6173900", "Brisbane", |
|
11332
|
|
|
|
|
|
|
"61260184", "Walwa", |
|
11333
|
|
|
|
|
|
|
"61745945", "Dalby", |
|
11334
|
|
|
|
|
|
|
"61340166", "Box\ Creek", |
|
11335
|
|
|
|
|
|
|
"61742603", "Gordonvale", |
|
11336
|
|
|
|
|
|
|
"618752478", "Meningie", |
|
11337
|
|
|
|
|
|
|
"61899005", "Balla", |
|
11338
|
|
|
|
|
|
|
"61266703", "Tyalgum", |
|
11339
|
|
|
|
|
|
|
"61342351", "Kennedys\ Creek", |
|
11340
|
|
|
|
|
|
|
"612583564", "Widgeland", |
|
11341
|
|
|
|
|
|
|
"61748316", "Bingegang", |
|
11342
|
|
|
|
|
|
|
"61898981", "Katanning", |
|
11343
|
|
|
|
|
|
|
"617486849", "Mardale", |
|
11344
|
|
|
|
|
|
|
"61248655", "Rugby", |
|
11345
|
|
|
|
|
|
|
"618763750", "Whyalla", |
|
11346
|
|
|
|
|
|
|
"6175316", "Caboolture", |
|
11347
|
|
|
|
|
|
|
"61887056", "Lucindale\ South", |
|
11348
|
|
|
|
|
|
|
"61728009", "Beenleigh", |
|
11349
|
|
|
|
|
|
|
"61250225", "Dartmouth", |
|
11350
|
|
|
|
|
|
|
"61363114", "Scottsdale", |
|
11351
|
|
|
|
|
|
|
"617750187", "Pikedale", |
|
11352
|
|
|
|
|
|
|
"61269134", "Goolgowi", |
|
11353
|
|
|
|
|
|
|
"618763931", "Woomera", |
|
11354
|
|
|
|
|
|
|
"612583811", "Lake\ Cargelligo", |
|
11355
|
|
|
|
|
|
|
"61885072", "Hartley", |
|
11356
|
|
|
|
|
|
|
"61367122", "Blessington", |
|
11357
|
|
|
|
|
|
|
"61364029", "Marrawah", |
|
11358
|
|
|
|
|
|
|
"61753094", "Caboolture", |
|
11359
|
|
|
|
|
|
|
"6129973", "Avalon\ Beach", |
|
11360
|
|
|
|
|
|
|
"61265338", "Stuarts\ Point", |
|
11361
|
|
|
|
|
|
|
"612685592", "Berkley\ Downs", |
|
11362
|
|
|
|
|
|
|
"618660753", "Cunderdin\ North", |
|
11363
|
|
|
|
|
|
|
"61248649", "Binda", |
|
11364
|
|
|
|
|
|
|
"61253209", "Gingkin", |
|
11365
|
|
|
|
|
|
|
"61748861", "Blackwater", |
|
11366
|
|
|
|
|
|
|
"61353781", "Scarsdale", |
|
11367
|
|
|
|
|
|
|
"61745959", "Roma", |
|
11368
|
|
|
|
|
|
|
"61896096", "Ejanding", |
|
11369
|
|
|
|
|
|
|
"61888565", "Clare", |
|
11370
|
|
|
|
|
|
|
"618683519", "Kukerin", |
|
11371
|
|
|
|
|
|
|
"61880179", "Dolo", |
|
11372
|
|
|
|
|
|
|
"61885017", "Blanchetown", |
|
11373
|
|
|
|
|
|
|
"61876082", "Gairdner", |
|
11374
|
|
|
|
|
|
|
"61872828", "Mclaren\ Vale", |
|
11375
|
|
|
|
|
|
|
"61373797", "Point\ Cook", |
|
11376
|
|
|
|
|
|
|
"61367211", "Ringarooma", |
|
11377
|
|
|
|
|
|
|
"618753444", "Waikerie", |
|
11378
|
|
|
|
|
|
|
"61875014", "Langhorne\ Creek", |
|
11379
|
|
|
|
|
|
|
"61248166", "Tarago", |
|
11380
|
|
|
|
|
|
|
"61350376", "Swan\ Hill", |
|
11381
|
|
|
|
|
|
|
"61351698", "Sale", |
|
11382
|
|
|
|
|
|
|
"61354047", "Pyramid\ Hill", |
|
11383
|
|
|
|
|
|
|
"61749259", "Woorabinda", |
|
11384
|
|
|
|
|
|
|
"61269848", "Mannus", |
|
11385
|
|
|
|
|
|
|
"617459969", "Dunmore", |
|
11386
|
|
|
|
|
|
|
"61890236", "Yilgarn\ South", |
|
11387
|
|
|
|
|
|
|
"61877105", "Makin", |
|
11388
|
|
|
|
|
|
|
"61742778", "Hopevale", |
|
11389
|
|
|
|
|
|
|
"61897479", "Dardanup", |
|
11390
|
|
|
|
|
|
|
"617452634", "Nobby", |
|
11391
|
|
|
|
|
|
|
"61243910", "Wyong", |
|
11392
|
|
|
|
|
|
|
"617750349", "Haddon", |
|
11393
|
|
|
|
|
|
|
"61895167", "Guilderton", |
|
11394
|
|
|
|
|
|
|
"61357757", "Mansfield", |
|
11395
|
|
|
|
|
|
|
"61898694", "Ravensthorpe\ West", |
|
11396
|
|
|
|
|
|
|
"613431959", "Dimboola", |
|
11397
|
|
|
|
|
|
|
"61344323", "Kyneton", |
|
11398
|
|
|
|
|
|
|
"61255480", "Baerami", |
|
11399
|
|
|
|
|
|
|
"61890593", "Marvel\ Loch", |
|
11400
|
|
|
|
|
|
|
"618660737", "Beacon", |
|
11401
|
|
|
|
|
|
|
"618683487", "Cairlocup", |
|
11402
|
|
|
|
|
|
|
"61266375", "Nimbin", |
|
11403
|
|
|
|
|
|
|
"61340358", "Scotia", |
|
11404
|
|
|
|
|
|
|
"61352200", "Aireys\ Inlet", |
|
11405
|
|
|
|
|
|
|
"6138515", "Melbourne", |
|
11406
|
|
|
|
|
|
|
"61754540", "Kenilworth", |
|
11407
|
|
|
|
|
|
|
"61267083", "Ingleba", |
|
11408
|
|
|
|
|
|
|
"61341502", "Genoa", |
|
11409
|
|
|
|
|
|
|
"61752932", "Caboolture", |
|
11410
|
|
|
|
|
|
|
"61351823", "Morwell", |
|
11411
|
|
|
|
|
|
|
"61890020", "Bonnie\ Rock", |
|
11412
|
|
|
|
|
|
|
"61341559", "Orbost", |
|
11413
|
|
|
|
|
|
|
"61741045", "Farnsfield", |
|
11414
|
|
|
|
|
|
|
"61259207", "Stanbridge", |
|
11415
|
|
|
|
|
|
|
"61743184", "Chahpingah", |
|
11416
|
|
|
|
|
|
|
"61354309", "Colbinabbin", |
|
11417
|
|
|
|
|
|
|
"61353653", "Nhill", |
|
11418
|
|
|
|
|
|
|
"618869045", "Leigh\ Creek\ South", |
|
11419
|
|
|
|
|
|
|
"6128519", "Sutherland", |
|
11420
|
|
|
|
|
|
|
"61240398", "Newcastle", |
|
11421
|
|
|
|
|
|
|
"61898401", "Walpole", |
|
11422
|
|
|
|
|
|
|
"6138000", "Melbourne", |
|
11423
|
|
|
|
|
|
|
"613451095", "Benayeo", |
|
11424
|
|
|
|
|
|
|
"61860033", "Bruce\ Rock", |
|
11425
|
|
|
|
|
|
|
"61265965", "Muswellbrook", |
|
11426
|
|
|
|
|
|
|
"61895406", "Mount\ Wells", |
|
11427
|
|
|
|
|
|
|
"61240695", "Cessnock", |
|
11428
|
|
|
|
|
|
|
"613442240", "Rochester", |
|
11429
|
|
|
|
|
|
|
"61891086", "Tom\ Price", |
|
11430
|
|
|
|
|
|
|
"61348021", "Katamatite", |
|
11431
|
|
|
|
|
|
|
"61748114", "Springsure", |
|
11432
|
|
|
|
|
|
|
"612532724", "Blayney", |
|
11433
|
|
|
|
|
|
|
"61268297", "Goodooga", |
|
11434
|
|
|
|
|
|
|
"612685873", "Alectown", |
|
11435
|
|
|
|
|
|
|
"61899424", "Dongara", |
|
11436
|
|
|
|
|
|
|
"6126037", "Walwa", |
|
11437
|
|
|
|
|
|
|
"61899042", "Eneabba\ South", |
|
11438
|
|
|
|
|
|
|
"61260386", "Gerogery", |
|
11439
|
|
|
|
|
|
|
"61340364", "Underbool", |
|
11440
|
|
|
|
|
|
|
"61741448", "Boondooma", |
|
11441
|
|
|
|
|
|
|
"61258174", "Bogan\ Gate", |
|
11442
|
|
|
|
|
|
|
"61868140", "Mettler", |
|
11443
|
|
|
|
|
|
|
"618904225", "Nungarin", |
|
11444
|
|
|
|
|
|
|
"61340400", "Rufus\ River", |
|
11445
|
|
|
|
|
|
|
"61899988", "Upper\ Gascoyne", |
|
11446
|
|
|
|
|
|
|
"618864613", "Redhill", |
|
11447
|
|
|
|
|
|
|
"61363861", "Emita", |
|
11448
|
|
|
|
|
|
|
"61356385", "Leongatha", |
|
11449
|
|
|
|
|
|
|
"61743257", "Brooweena", |
|
11450
|
|
|
|
|
|
|
"61345026", "Mount\ Richmond", |
|
11451
|
|
|
|
|
|
|
"61357073", "Kobyboyn", |
|
11452
|
|
|
|
|
|
|
"61864957", "Rottnest", |
|
11453
|
|
|
|
|
|
|
"61264641", "Bonang", |
|
11454
|
|
|
|
|
|
|
"61899357", "Nabawa", |
|
11455
|
|
|
|
|
|
|
"61341228", "Cann\ River", |
|
11456
|
|
|
|
|
|
|
"618967092", "Yorkrakine", |
|
11457
|
|
|
|
|
|
|
"61888735", "Bute", |
|
11458
|
|
|
|
|
|
|
"6186150", "Perth", |
|
11459
|
|
|
|
|
|
|
"61891205", "Tom\ Price", |
|
11460
|
|
|
|
|
|
|
"61242028", "Kiama", |
|
11461
|
|
|
|
|
|
|
"61745416", "Nobby", |
|
11462
|
|
|
|
|
|
|
"61851132", "Newman", |
|
11463
|
|
|
|
|
|
|
"61896984", "Cleary\ North", |
|
11464
|
|
|
|
|
|
|
"61749153", "Mardale", |
|
11465
|
|
|
|
|
|
|
"61380658", "Werribee", |
|
11466
|
|
|
|
|
|
|
"61257452", "Armidale", |
|
11467
|
|
|
|
|
|
|
"6175454", "Cooroy", |
|
11468
|
|
|
|
|
|
|
"61355185", "Ozenkadnook", |
|
11469
|
|
|
|
|
|
|
"61747324", "Collinsville", |
|
11470
|
|
|
|
|
|
|
"613574650", "Cheshunt", |
|
11471
|
|
|
|
|
|
|
"61255476", "Port\ Macquarie", |
|
11472
|
|
|
|
|
|
|
"61896428", "Aldersyde", |
|
11473
|
|
|
|
|
|
|
"617473886", "Georgina", |
|
11474
|
|
|
|
|
|
|
"61256036", "Thora", |
|
11475
|
|
|
|
|
|
|
"6126025", "Albury", |
|
11476
|
|
|
|
|
|
|
"61247423", "Penrith", |
|
11477
|
|
|
|
|
|
|
"613431883", "Bacchus\ Marsh", |
|
11478
|
|
|
|
|
|
|
"6124610", "Campbelltown", |
|
11479
|
|
|
|
|
|
|
"612574724", "Quirindi", |
|
11480
|
|
|
|
|
|
|
"61744066", "Millaroo", |
|
11481
|
|
|
|
|
|
|
"61743312", "Bunker", |
|
11482
|
|
|
|
|
|
|
"618753321", "Coonalpyn", |
|
11483
|
|
|
|
|
|
|
"61899121", "Perenjori", |
|
11484
|
|
|
|
|
|
|
"61350380", "Mallan", |
|
11485
|
|
|
|
|
|
|
"61249127", "Mulbring", |
|
11486
|
|
|
|
|
|
|
"61748411", "Moranbah", |
|
11487
|
|
|
|
|
|
|
"61348142", "Caldwell", |
|
11488
|
|
|
|
|
|
|
"613431156", "Banyena", |
|
11489
|
|
|
|
|
|
|
"61746269", "Valley\ Downs", |
|
11490
|
|
|
|
|
|
|
"612574174", "Walcha\ Road", |
|
11491
|
|
|
|
|
|
|
"61747457", "Gununa", |
|
11492
|
|
|
|
|
|
|
"61743377", "Booyal", |
|
11493
|
|
|
|
|
|
|
"618852085", "Riverton", |
|
11494
|
|
|
|
|
|
|
"61264282", "Cobargo", |
|
11495
|
|
|
|
|
|
|
"617750375", "Mitchell", |
|
11496
|
|
|
|
|
|
|
"613574615", "Violet\ Town", |
|
11497
|
|
|
|
|
|
|
"61896025", "Bencubbin", |
|
11498
|
|
|
|
|
|
|
"61746973", "Clifton", |
|
11499
|
|
|
|
|
|
|
"612583790", "Cuttaburra", |
|
11500
|
|
|
|
|
|
|
"6129735", "Sydney", |
|
11501
|
|
|
|
|
|
|
"61295382", "Sutherland", |
|
11502
|
|
|
|
|
|
|
"617452640", "Oakey", |
|
11503
|
|
|
|
|
|
|
"61269723", "West\ Wyalong", |
|
11504
|
|
|
|
|
|
|
"61260883", "Holbrook", |
|
11505
|
|
|
|
|
|
|
"61352075", "Lavers\ Hill", |
|
11506
|
|
|
|
|
|
|
"61748382", "Proserpine", |
|
11507
|
|
|
|
|
|
|
"61888610", "Bute", |
|
11508
|
|
|
|
|
|
|
"61355847", "Strathdownie", |
|
11509
|
|
|
|
|
|
|
"61351108", "Morwell", |
|
11510
|
|
|
|
|
|
|
"618753430", "Robertstown", |
|
11511
|
|
|
|
|
|
|
"61743481", "Booyal", |
|
11512
|
|
|
|
|
|
|
"61897567", "Marybrook", |
|
11513
|
|
|
|
|
|
|
"61741831", "Maryborough", |
|
11514
|
|
|
|
|
|
|
"618660698", "Gillingarra", |
|
11515
|
|
|
|
|
|
|
"617442974", "Prairie", |
|
11516
|
|
|
|
|
|
|
"61240745", "Newcastle", |
|
11517
|
|
|
|
|
|
|
"617473814", "Barkly", |
|
11518
|
|
|
|
|
|
|
"6138755", "Werribee", |
|
11519
|
|
|
|
|
|
|
"613442021", "Rochester", |
|
11520
|
|
|
|
|
|
|
"61898104", "Hartville", |
|
11521
|
|
|
|
|
|
|
"617441410", "Julia\ Creek", |
|
11522
|
|
|
|
|
|
|
"6173602", "Brisbane", |
|
11523
|
|
|
|
|
|
|
"61352951", "Anglesea", |
|
11524
|
|
|
|
|
|
|
"617486805", "Blackwater", |
|
11525
|
|
|
|
|
|
|
"61364683", "Yolla", |
|
11526
|
|
|
|
|
|
|
"613470897", "Tungamah", |
|
11527
|
|
|
|
|
|
|
"61269674", "Wallanthery", |
|
11528
|
|
|
|
|
|
|
"61259319", "Rannock", |
|
11529
|
|
|
|
|
|
|
"61889947", "Yulara", |
|
11530
|
|
|
|
|
|
|
"612593820", "The\ Rock", |
|
11531
|
|
|
|
|
|
|
"61354217", "Trentham", |
|
11532
|
|
|
|
|
|
|
"61262206", "Rye\ Park", |
|
11533
|
|
|
|
|
|
|
"618964972", "Calingiri", |
|
11534
|
|
|
|
|
|
|
"61896367", "Gabbin", |
|
11535
|
|
|
|
|
|
|
"61361006", "Margate", |
|
11536
|
|
|
|
|
|
|
"618865967", "Poochera", |
|
11537
|
|
|
|
|
|
|
"61875244", "Loxton", |
|
11538
|
|
|
|
|
|
|
"61243129", "Mangrove\ Mountain", |
|
11539
|
|
|
|
|
|
|
"6138780", "Dandenong", |
|
11540
|
|
|
|
|
|
|
"61886003", "Arno\ Bay", |
|
11541
|
|
|
|
|
|
|
"61749379", "Westwood", |
|
11542
|
|
|
|
|
|
|
"61345095", "Camperdown", |
|
11543
|
|
|
|
|
|
|
"618982506", "Walpole", |
|
11544
|
|
|
|
|
|
|
"61745363", "Diamantina", |
|
11545
|
|
|
|
|
|
|
"61244014", "Jilliga", |
|
11546
|
|
|
|
|
|
|
"618903364", "Narembeen\ East", |
|
11547
|
|
|
|
|
|
|
"6189239", "Fremantle", |
|
11548
|
|
|
|
|
|
|
"61265175", "Denman", |
|
11549
|
|
|
|
|
|
|
"61898744", "Lake\ King", |
|
11550
|
|
|
|
|
|
|
"61238139", "Binda", |
|
11551
|
|
|
|
|
|
|
"612594403", "Grong\ Grong", |
|
11552
|
|
|
|
|
|
|
"61240105", "Stroud", |
|
11553
|
|
|
|
|
|
|
"613442234", "Newstead", |
|
11554
|
|
|
|
|
|
|
"61340278", "Underbool", |
|
11555
|
|
|
|
|
|
|
"61354272", "Woodend", |
|
11556
|
|
|
|
|
|
|
"61358998", "Katandra\ West", |
|
11557
|
|
|
|
|
|
|
"618683222", "Williams", |
|
11558
|
|
|
|
|
|
|
"61897820", "Manjimup", |
|
11559
|
|
|
|
|
|
|
"61256220", "Mallanganee", |
|
11560
|
|
|
|
|
|
|
"61240626", "Wootton", |
|
11561
|
|
|
|
|
|
|
"618862910", "Coulta", |
|
11562
|
|
|
|
|
|
|
"61361285", "Maydena", |
|
11563
|
|
|
|
|
|
|
"618781336", "Freeling", |
|
11564
|
|
|
|
|
|
|
"61266138", "Whiporie", |
|
11565
|
|
|
|
|
|
|
"612594155", "Tumut", |
|
11566
|
|
|
|
|
|
|
"618601097", "Narembeen", |
|
11567
|
|
|
|
|
|
|
"61342120", "Geelong", |
|
11568
|
|
|
|
|
|
|
"61891070", "Paraburdoo", |
|
11569
|
|
|
|
|
|
|
"61890943", "Marvel\ Loch", |
|
11570
|
|
|
|
|
|
|
"61754990", "Caboolture", |
|
11571
|
|
|
|
|
|
|
"61357492", "Bright", |
|
11572
|
|
|
|
|
|
|
"61746524", "Omanama", |
|
11573
|
|
|
|
|
|
|
"61248799", "Bowral", |
|
11574
|
|
|
|
|
|
|
"617452580", "Helidon", |
|
11575
|
|
|
|
|
|
|
"61367041", "Westbury", |
|
11576
|
|
|
|
|
|
|
"617441968", "Pentland", |
|
11577
|
|
|
|
|
|
|
"61269431", "Stockinbingal", |
|
11578
|
|
|
|
|
|
|
"612594110", "Ganmain", |
|
11579
|
|
|
|
|
|
|
"61351511", "Golden\ Beach", |
|
11580
|
|
|
|
|
|
|
"618600773", "Mount\ Walker\ South", |
|
11581
|
|
|
|
|
|
|
"6124840", "Taralga", |
|
11582
|
|
|
|
|
|
|
"61348105", "Kyabram", |
|
11583
|
|
|
|
|
|
|
"61887783", "Coonawarra", |
|
11584
|
|
|
|
|
|
|
"61248278", "Tarago", |
|
11585
|
|
|
|
|
|
|
"61898128", "Jerdacuttup", |
|
11586
|
|
|
|
|
|
|
"61756253", "Beechmont", |
|
11587
|
|
|
|
|
|
|
"61879339", "Victoria\ River", |
|
11588
|
|
|
|
|
|
|
"618983641", "Hopetoun", |
|
11589
|
|
|
|
|
|
|
"61742332", "Dimbulah", |
|
11590
|
|
|
|
|
|
|
"618994449", "Wiluna", |
|
11591
|
|
|
|
|
|
|
"618865082", "Tarcoola", |
|
11592
|
|
|
|
|
|
|
"617486722", "Theodore", |
|
11593
|
|
|
|
|
|
|
"61891012", "Cocos\ Island", |
|
11594
|
|
|
|
|
|
|
"617750168", "Liston", |
|
11595
|
|
|
|
|
|
|
"61891681", "Kununurra", |
|
11596
|
|
|
|
|
|
|
"61880922", "Menindee", |
|
11597
|
|
|
|
|
|
|
"61741433", "Kumbia", |
|
11598
|
|
|
|
|
|
|
"61256171", "Mallanganee", |
|
11599
|
|
|
|
|
|
|
"617476512", "Gumlu", |
|
11600
|
|
|
|
|
|
|
"61734501", "Dunwich", |
|
11601
|
|
|
|
|
|
|
"61351124", "Orbost", |
|
11602
|
|
|
|
|
|
|
"61256227", "Ulong", |
|
11603
|
|
|
|
|
|
|
"61754997", "Caloundra", |
|
11604
|
|
|
|
|
|
|
"61746111", "Pikedale", |
|
11605
|
|
|
|
|
|
|
"61342271", "Geelong", |
|
11606
|
|
|
|
|
|
|
"61891077", "Roebuck", |
|
11607
|
|
|
|
|
|
|
"61342127", "Lara", |
|
11608
|
|
|
|
|
|
|
"61755173", "Ormeau", |
|
11609
|
|
|
|
|
|
|
"61258256", "Banar", |
|
11610
|
|
|
|
|
|
|
"61747126", "Long\ Pocket", |
|
11611
|
|
|
|
|
|
|
"61259075", "Warralonga", |
|
11612
|
|
|
|
|
|
|
"61753406", "Esk", |
|
11613
|
|
|
|
|
|
|
"612530112", "Lyndhurst", |
|
11614
|
|
|
|
|
|
|
"61898306", "Moulyinning", |
|
11615
|
|
|
|
|
|
|
"61745595", "Aramac", |
|
11616
|
|
|
|
|
|
|
"61749015", "Bingegang", |
|
11617
|
|
|
|
|
|
|
"61885891", "Renmark", |
|
11618
|
|
|
|
|
|
|
"61753288", "Wolvi", |
|
11619
|
|
|
|
|
|
|
"6175688", "Beaudesert", |
|
11620
|
|
|
|
|
|
|
"61889689", "Darwin", |
|
11621
|
|
|
|
|
|
|
"61264046", "Cooma", |
|
11622
|
|
|
|
|
|
|
"612574412", "Curlewis", |
|
11623
|
|
|
|
|
|
|
"61240702", "Maitland", |
|
11624
|
|
|
|
|
|
|
"61354574", "Quambatook", |
|
11625
|
|
|
|
|
|
|
"61897827", "Waroona", |
|
11626
|
|
|
|
|
|
|
"61860048", "Holleton", |
|
11627
|
|
|
|
|
|
|
"6126829", "Lightning\ Ridge", |
|
11628
|
|
|
|
|
|
|
"61265772", "Mount\ Olive", |
|
11629
|
|
|
|
|
|
|
"6125590", "Port\ Macquarie", |
|
11630
|
|
|
|
|
|
|
"618780031", "Freeling", |
|
11631
|
|
|
|
|
|
|
"618964902", "Miling", |
|
11632
|
|
|
|
|
|
|
"61896360", "Cunderdin\ North", |
|
11633
|
|
|
|
|
|
|
"61752083", "Wolvi", |
|
11634
|
|
|
|
|
|
|
"61388395", "Ringwood", |
|
11635
|
|
|
|
|
|
|
"618680040", "Moodiarrup", |
|
11636
|
|
|
|
|
|
|
"61889940", "Yulara", |
|
11637
|
|
|
|
|
|
|
"61354210", "Kyneton", |
|
11638
|
|
|
|
|
|
|
"61896404", "Beverley", |
|
11639
|
|
|
|
|
|
|
"61260312", "Little\ Billabong", |
|
11640
|
|
|
|
|
|
|
"61747308", "Pentland", |
|
11641
|
|
|
|
|
|
|
"61888896", "Clare", |
|
11642
|
|
|
|
|
|
|
"61746858", "Stanthorpe", |
|
11643
|
|
|
|
|
|
|
"61267756", "Boorolong", |
|
11644
|
|
|
|
|
|
|
"61367263", "Scottsdale", |
|
11645
|
|
|
|
|
|
|
"61268035", "Carinda", |
|
11646
|
|
|
|
|
|
|
"61359991", "Cranbourne", |
|
11647
|
|
|
|
|
|
|
"617442904", "Halifax", |
|
11648
|
|
|
|
|
|
|
"618683337", "Bokerup", |
|
11649
|
|
|
|
|
|
|
"61897560", "Nannup", |
|
11650
|
|
|
|
|
|
|
"612573425", "Rocky\ Creek", |
|
11651
|
|
|
|
|
|
|
"613532407", "Natimuk", |
|
11652
|
|
|
|
|
|
|
"617486875", "Tieri", |
|
11653
|
|
|
|
|
|
|
"618683692", "Badgebup\ North", |
|
11654
|
|
|
|
|
|
|
"61877021", "Port\ Macdonnell", |
|
11655
|
|
|
|
|
|
|
"61741721", "Blackbutt", |
|
11656
|
|
|
|
|
|
|
"618763464", "Iron\ Baron", |
|
11657
|
|
|
|
|
|
|
"61876016", "Caltowie", |
|
11658
|
|
|
|
|
|
|
"61267932", "Bohena", |
|
11659
|
|
|
|
|
|
|
"61350471", "Annuello", |
|
11660
|
|
|
|
|
|
|
"617452402", "Wallumbilla", |
|
11661
|
|
|
|
|
|
|
"61746508", "Charleville", |
|
11662
|
|
|
|
|
|
|
"61240759", "East\ Gresford", |
|
11663
|
|
|
|
|
|
|
"617458690", "Wallumbilla", |
|
11664
|
|
|
|
|
|
|
"61245049", "Windsor", |
|
11665
|
|
|
|
|
|
|
"61887651", "Frances", |
|
11666
|
|
|
|
|
|
|
"617498730", "Bingegang", |
|
11667
|
|
|
|
|
|
|
"61243162", "Wyong", |
|
11668
|
|
|
|
|
|
|
"61888617", "Pine\ Point", |
|
11669
|
|
|
|
|
|
|
"61269833", "Griffith", |
|
11670
|
|
|
|
|
|
|
"61249120", "Cessnock", |
|
11671
|
|
|
|
|
|
|
"61264584", "Bombala", |
|
11672
|
|
|
|
|
|
|
"61350387", "Sea\ Lake", |
|
11673
|
|
|
|
|
|
|
"618904262", "Wialki\ North", |
|
11674
|
|
|
|
|
|
|
"61261151", "Rye\ Park", |
|
11675
|
|
|
|
|
|
|
"61265343", "Bunnan", |
|
11676
|
|
|
|
|
|
|
"617750305", "Bell", |
|
11677
|
|
|
|
|
|
|
"61268438", "Goorianawa", |
|
11678
|
|
|
|
|
|
|
"612574104", "Bundella", |
|
11679
|
|
|
|
|
|
|
"61883071", "Mclaren\ Vale", |
|
11680
|
|
|
|
|
|
|
"61747450", "Mount\ Isa", |
|
11681
|
|
|
|
|
|
|
"61743370", "Bundaberg", |
|
11682
|
|
|
|
|
|
|
"618683353", "Dudinin", |
|
11683
|
|
|
|
|
|
|
"61746864", "Cooyar", |
|
11684
|
|
|
|
|
|
|
"612631398", "Canowindra", |
|
11685
|
|
|
|
|
|
|
"61350634", "Sea\ Lake", |
|
11686
|
|
|
|
|
|
|
"61895094", "Pinjarra", |
|
11687
|
|
|
|
|
|
|
"61899514", "Denham", |
|
11688
|
|
|
|
|
|
|
"61742193", "Silkwood", |
|
11689
|
|
|
|
|
|
|
"61740136", "Torres", |
|
11690
|
|
|
|
|
|
|
"61888035", "Bute", |
|
11691
|
|
|
|
|
|
|
"61734739", "Kooringal", |
|
11692
|
|
|
|
|
|
|
"618863377", "Elliston", |
|
11693
|
|
|
|
|
|
|
"612684583", "Weetaliba", |
|
11694
|
|
|
|
|
|
|
"61362947", "Huonville", |
|
11695
|
|
|
|
|
|
|
"61268672", "Dubbo", |
|
11696
|
|
|
|
|
|
|
"618762625", "Sheringa", |
|
11697
|
|
|
|
|
|
|
"612583840", "Warren", |
|
11698
|
|
|
|
|
|
|
"618683754", "Nalyerlup", |
|
11699
|
|
|
|
|
|
|
"612532962", "Hampton", |
|
11700
|
|
|
|
|
|
|
"61887932", "Short", |
|
11701
|
|
|
|
|
|
|
"61899159", "Denham", |
|
11702
|
|
|
|
|
|
|
"61896263", "Yorkrakine", |
|
11703
|
|
|
|
|
|
|
"613451407", "Apsley", |
|
11704
|
|
|
|
|
|
|
"61354313", "Mitiamo", |
|
11705
|
|
|
|
|
|
|
"6128644", "Sydney", |
|
11706
|
|
|
|
|
|
|
"61367404", "George\ Town", |
|
11707
|
|
|
|
|
|
|
"61367360", "Whitemark", |
|
11708
|
|
|
|
|
|
|
"61866613", "Beverley", |
|
11709
|
|
|
|
|
|
|
"61364165", "Burnie", |
|
11710
|
|
|
|
|
|
|
"61743506", "Moonford", |
|
11711
|
|
|
|
|
|
|
"6126959", "Narrandera", |
|
11712
|
|
|
|
|
|
|
"61268617", "Peak\ Hill", |
|
11713
|
|
|
|
|
|
|
"61240215", "Tea\ Gardens", |
|
11714
|
|
|
|
|
|
|
"61891786", "Kununurra", |
|
11715
|
|
|
|
|
|
|
"61246040", "Camden", |
|
11716
|
|
|
|
|
|
|
"61749967", "Zamia\ Creek", |
|
11717
|
|
|
|
|
|
|
"61747092", "Gunpowder", |
|
11718
|
|
|
|
|
|
|
"61744199", "Bowen", |
|
11719
|
|
|
|
|
|
|
"61896979", "Wubin\ West", |
|
11720
|
|
|
|
|
|
|
"612532601", "Twelve\ Mile", |
|
11721
|
|
|
|
|
|
|
"61748995", "Mackay", |
|
11722
|
|
|
|
|
|
|
"612582458", "Borah\ Tank", |
|
11723
|
|
|
|
|
|
|
"6189177", "Newman", |
|
11724
|
|
|
|
|
|
|
"61263071", "Euchareena", |
|
11725
|
|
|
|
|
|
|
"617473831", "Burketown", |
|
11726
|
|
|
|
|
|
|
"618859981", "Tailem\ Bend", |
|
11727
|
|
|
|
|
|
|
"618763347", "Coober\ Pedy", |
|
11728
|
|
|
|
|
|
|
"61257097", "Burren\ Junction", |
|
11729
|
|
|
|
|
|
|
"61878088", "Pine\ Point", |
|
11730
|
|
|
|
|
|
|
"6135889", "Mathoura", |
|
11731
|
|
|
|
|
|
|
"61263955", "Gulgong", |
|
11732
|
|
|
|
|
|
|
"61890720", "Esperance", |
|
11733
|
|
|
|
|
|
|
"61877045", "Mount\ Gambier", |
|
11734
|
|
|
|
|
|
|
"61741745", "Rosedale", |
|
11735
|
|
|
|
|
|
|
"618856777", "Copeville", |
|
11736
|
|
|
|
|
|
|
"617750004", "Maranoa", |
|
11737
|
|
|
|
|
|
|
"61899373", "Yandanooka", |
|
11738
|
|
|
|
|
|
|
"61358011", "Brassi", |
|
11739
|
|
|
|
|
|
|
"61864973", "Herne\ Hill", |
|
11740
|
|
|
|
|
|
|
"617480352", "Agnes\ Water", |
|
11741
|
|
|
|
|
|
|
"618865980", "Ungarra", |
|
11742
|
|
|
|
|
|
|
"61895369", "Gidgegannup", |
|
11743
|
|
|
|
|
|
|
"61253213", "Hill\ End", |
|
11744
|
|
|
|
|
|
|
"61280445", "Sydney", |
|
11745
|
|
|
|
|
|
|
"61265240", "Ellenborough", |
|
11746
|
|
|
|
|
|
|
"618858515", "Halidon", |
|
11747
|
|
|
|
|
|
|
"61359233", "Cranbourne", |
|
11748
|
|
|
|
|
|
|
"61284201", "Dural", |
|
11749
|
|
|
|
|
|
|
"61357057", "Jamieson", |
|
11750
|
|
|
|
|
|
|
"61752056", "Cooroy", |
|
11751
|
|
|
|
|
|
|
"61743273", "Kumbia", |
|
11752
|
|
|
|
|
|
|
"61898570", "Unicup", |
|
11753
|
|
|
|
|
|
|
"61728013", "Cleveland", |
|
11754
|
|
|
|
|
|
|
"61357342", "Kilmore", |
|
11755
|
|
|
|
|
|
|
"61260922", "Albury", |
|
11756
|
|
|
|
|
|
|
"61742078", "Minnamoolka", |
|
11757
|
|
|
|
|
|
|
"61741105", "Mundubbera", |
|
11758
|
|
|
|
|
|
|
"6138316", "Point\ Cook", |
|
11759
|
|
|
|
|
|
|
"61355016", "Benayeo", |
|
11760
|
|
|
|
|
|
|
"61351218", "Rosedale", |
|
11761
|
|
|
|
|
|
|
"61243151", "Gosford", |
|
11762
|
|
|
|
|
|
|
"618982253", "Denbarker", |
|
11763
|
|
|
|
|
|
|
"613442211", "Gisborne", |
|
11764
|
|
|
|
|
|
|
"61354747", "Bealiba", |
|
11765
|
|
|
|
|
|
|
"618869051", "Spilsby", |
|
11766
|
|
|
|
|
|
|
"612574252", "Mullaley", |
|
11767
|
|
|
|
|
|
|
"618858550", "Marama", |
|
11768
|
|
|
|
|
|
|
"618753388", "Bower", |
|
11769
|
|
|
|
|
|
|
"61887662", "Lucindale", |
|
11770
|
|
|
|
|
|
|
"61749384", "Rockhampton", |
|
11771
|
|
|
|
|
|
|
"61258283", "Lake\ Cargelligo", |
|
11772
|
|
|
|
|
|
|
"617480693", "Duaringa", |
|
11773
|
|
|
|
|
|
|
"61353612", "Stawell", |
|
11774
|
|
|
|
|
|
|
"61876291", "Iron\ Baron", |
|
11775
|
|
|
|
|
|
|
"61885717", "Callington", |
|
11776
|
|
|
|
|
|
|
"61261162", "Captains\ Flat", |
|
11777
|
|
|
|
|
|
|
"61740949", "Walsh\ River", |
|
11778
|
|
|
|
|
|
|
"61896796", "Gabbin\ North", |
|
11779
|
|
|
|
|
|
|
"61259632", "Wagga\ Wagga", |
|
11780
|
|
|
|
|
|
|
"61269689", "Goolgowi", |
|
11781
|
|
|
|
|
|
|
"613442088", "Talbot", |
|
11782
|
|
|
|
|
|
|
"61265891", "Telegraph\ Point", |
|
11783
|
|
|
|
|
|
|
"618851494", "Kingscote", |
|
11784
|
|
|
|
|
|
|
"61754089", "Esk", |
|
11785
|
|
|
|
|
|
|
"61392181", "Whittlesea", |
|
11786
|
|
|
|
|
|
|
"61866066", "Moora", |
|
11787
|
|
|
|
|
|
|
"61364729", "Gordon", |
|
11788
|
|
|
|
|
|
|
"6128495", "Avalon\ Beach", |
|
11789
|
|
|
|
|
|
|
"612593903", "Grong\ Grong", |
|
11790
|
|
|
|
|
|
|
"61340571", "Palinyewah", |
|
11791
|
|
|
|
|
|
|
"61899102", "Mullewa", |
|
11792
|
|
|
|
|
|
|
"61885772", "Geranium", |
|
11793
|
|
|
|
|
|
|
"6139744", "Sunbury", |
|
11794
|
|
|
|
|
|
|
"618982237", "Bokerup", |
|
11795
|
|
|
|
|
|
|
"618763758", "Yeelanna", |
|
11796
|
|
|
|
|
|
|
"61269940", "Melbergen", |
|
11797
|
|
|
|
|
|
|
"61897181", "Nannup", |
|
11798
|
|
|
|
|
|
|
"6175627", "Southport", |
|
11799
|
|
|
|
|
|
|
"618967835", "South\ Quairading", |
|
11800
|
|
|
|
|
|
|
"618752470", "Langhorne\ Creek", |
|
11801
|
|
|
|
|
|
|
"61745188", "Culgoa", |
|
11802
|
|
|
|
|
|
|
"613542140", "Jarklin", |
|
11803
|
|
|
|
|
|
|
"61887756", "Wrattonbully", |
|
11804
|
|
|
|
|
|
|
"61886249", "Port\ Kenny", |
|
11805
|
|
|
|
|
|
|
"61742475", "Mossman", |
|
11806
|
|
|
|
|
|
|
"61269947", "Bambilla", |
|
11807
|
|
|
|
|
|
|
"61889674", "Arnhem", |
|
11808
|
|
|
|
|
|
|
"61364532", "Devonport", |
|
11809
|
|
|
|
|
|
|
"61354589", "Laen", |
|
11810
|
|
|
|
|
|
|
"612593973", "Grong\ Grong", |
|
11811
|
|
|
|
|
|
|
"61354882", "Tennyson", |
|
11812
|
|
|
|
|
|
|
"618985483", "Ravensthorpe\ West", |
|
11813
|
|
|
|
|
|
|
"6188132", "Adelaide", |
|
11814
|
|
|
|
|
|
|
"612583653", "Wellington", |
|
11815
|
|
|
|
|
|
|
"61266003", "Ballina", |
|
11816
|
|
|
|
|
|
|
"61886844", "Koppio", |
|
11817
|
|
|
|
|
|
|
"61885175", "Renmark", |
|
11818
|
|
|
|
|
|
|
"61899705", "Geraldton", |
|
11819
|
|
|
|
|
|
|
"612592691", "Coolac", |
|
11820
|
|
|
|
|
|
|
"61753581", "Gunalda", |
|
11821
|
|
|
|
|
|
|
"61367025", "Mathinna", |
|
11822
|
|
|
|
|
|
|
"61775143", "Valley\ Downs", |
|
11823
|
|
|
|
|
|
|
"61260639", "Eskdale", |
|
11824
|
|
|
|
|
|
|
"61250011", "Gerogery", |
|
11825
|
|
|
|
|
|
|
"61885710", "Coonalpyn", |
|
11826
|
|
|
|
|
|
|
"6128814", "Blacktown", |
|
11827
|
|
|
|
|
|
|
"61240433", "Dungog", |
|
11828
|
|
|
|
|
|
|
"61255229", "Howes\ Valley", |
|
11829
|
|
|
|
|
|
|
"61886255", "Port\ Kenny", |
|
11830
|
|
|
|
|
|
|
"61862025", "Perth", |
|
11831
|
|
|
|
|
|
|
"61255734", "Murrurundi", |
|
11832
|
|
|
|
|
|
|
"617442822", "Walker", |
|
11833
|
|
|
|
|
|
|
"61740071", "Kidston", |
|
11834
|
|
|
|
|
|
|
"61876185", "Booleroo\ Centre", |
|
11835
|
|
|
|
|
|
|
"61742619", "Mossman", |
|
11836
|
|
|
|
|
|
|
"61248571", "Gunning", |
|
11837
|
|
|
|
|
|
|
"61886138", "Marla", |
|
11838
|
|
|
|
|
|
|
"61898577", "Denbarker", |
|
11839
|
|
|
|
|
|
|
"612583637", "Quambone", |
|
11840
|
|
|
|
|
|
|
"61877002", "Bordertown", |
|
11841
|
|
|
|
|
|
|
"618993949", "Carnarvon", |
|
11842
|
|
|
|
|
|
|
"61741702", "Blackbutt", |
|
11843
|
|
|
|
|
|
|
"613441701", "Echuca", |
|
11844
|
|
|
|
|
|
|
"61260506", "Talgarno", |
|
11845
|
|
|
|
|
|
|
"61879081", "Victoria\ River", |
|
11846
|
|
|
|
|
|
|
"618862012", "The\ Ranges", |
|
11847
|
|
|
|
|
|
|
"61255558", "Forster", |
|
11848
|
|
|
|
|
|
|
"612583392", "Ballimore", |
|
11849
|
|
|
|
|
|
|
"61354740", "Romsey", |
|
11850
|
|
|
|
|
|
|
"618985574", "Hyden", |
|
11851
|
|
|
|
|
|
|
"613450555", "Caramut", |
|
11852
|
|
|
|
|
|
|
"61352962", "Beeac", |
|
11853
|
|
|
|
|
|
|
"61898512", "Mount\ Barker", |
|
11854
|
|
|
|
|
|
|
"61356505", "Neerim\ South", |
|
11855
|
|
|
|
|
|
|
"61350283", "Werrimull", |
|
11856
|
|
|
|
|
|
|
"61263136", "Lue", |
|
11857
|
|
|
|
|
|
|
"6173447", "Ipswich", |
|
11858
|
|
|
|
|
|
|
"61264696", "Bredbo", |
|
11859
|
|
|
|
|
|
|
"618903447", "Dundas", |
|
11860
|
|
|
|
|
|
|
"61357050", "Graytown", |
|
11861
|
|
|
|
|
|
|
"61265247", "Smithtown", |
|
11862
|
|
|
|
|
|
|
"61755516", "Ormeau", |
|
11863
|
|
|
|
|
|
|
"613531757", "Streatham", |
|
11864
|
|
|
|
|
|
|
"61341411", "Morwell", |
|
11865
|
|
|
|
|
|
|
"61364656", "Marrawah", |
|
11866
|
|
|
|
|
|
|
"61741142", "Maryborough", |
|
11867
|
|
|
|
|
|
|
"61256323", "Grafton", |
|
11868
|
|
|
|
|
|
|
"61890830", "Salmon\ Gums", |
|
11869
|
|
|
|
|
|
|
"61351033", "Cabbage\ Tree\ Creek", |
|
11870
|
|
|
|
|
|
|
"61354100", "Bendigo", |
|
11871
|
|
|
|
|
|
|
"618856707", "Sandleton", |
|
11872
|
|
|
|
|
|
|
"618854899", "Murray\ Bridge", |
|
11873
|
|
|
|
|
|
|
"61265493", "Muswellbrook", |
|
11874
|
|
|
|
|
|
|
"612570042", "Pilliga\/Ben\ Lomond\/Pilliga\/Pilliga\/Tamworth\/Pilliga\/Bendemeer", |
|
11875
|
|
|
|
|
|
|
"618989177", "Pingelly\ East", |
|
11876
|
|
|
|
|
|
|
"61756042", "Beechmont", |
|
11877
|
|
|
|
|
|
|
"61264579", "Jindabyne\ South", |
|
11878
|
|
|
|
|
|
|
"61263680", "Neville", |
|
11879
|
|
|
|
|
|
|
"61240721", "Laguna", |
|
11880
|
|
|
|
|
|
|
"612530239", "Woodstock", |
|
11881
|
|
|
|
|
|
|
"61257090", "Mungindi", |
|
11882
|
|
|
|
|
|
|
"61749960", "Pegunny", |
|
11883
|
|
|
|
|
|
|
"617479237", "Croydon", |
|
11884
|
|
|
|
|
|
|
"61851290", "Telfer", |
|
11885
|
|
|
|
|
|
|
"61246047", "Picton", |
|
11886
|
|
|
|
|
|
|
"61357608", "Devlins\ Bridge", |
|
11887
|
|
|
|
|
|
|
"61263949", "Orange", |
|
11888
|
|
|
|
|
|
|
"61895322", "Pinjarra", |
|
11889
|
|
|
|
|
|
|
"61343285", "Rainbow\/Rokewood\/Scarsdale\/Serviceton\/Skipton\/Stawell\/Stoneleigh\/Streatham\/Telopea\ Downs\/Warracknabeal", |
|
11890
|
|
|
|
|
|
|
"61877059", "Kongorong", |
|
11891
|
|
|
|
|
|
|
"613442248", "Tullakool", |
|
11892
|
|
|
|
|
|
|
"61359018", "Marysville", |
|
11893
|
|
|
|
|
|
|
"61741759", "Chahpingah", |
|
11894
|
|
|
|
|
|
|
"61896041", "Bolgart", |
|
11895
|
|
|
|
|
|
|
"61352806", "Winchelsea\ South", |
|
11896
|
|
|
|
|
|
|
"613933", "Melbourne", |
|
11897
|
|
|
|
|
|
|
"61253038", "Koorawatha", |
|
11898
|
|
|
|
|
|
|
"618661025", "Balkuling", |
|
11899
|
|
|
|
|
|
|
"61260856", "Walla\ Walla", |
|
11900
|
|
|
|
|
|
|
"612532671", "Cassilis", |
|
11901
|
|
|
|
|
|
|
"612574746", "Yarrie\ Lake", |
|
11902
|
|
|
|
|
|
|
"61364762", "Stanley", |
|
11903
|
|
|
|
|
|
|
"612574925", "Drake", |
|
11904
|
|
|
|
|
|
|
"618996832", "Lake\ Mason", |
|
11905
|
|
|
|
|
|
|
"61899145", "Warradarge", |
|
11906
|
|
|
|
|
|
|
"617459419", "Cooyar", |
|
11907
|
|
|
|
|
|
|
"618854535", "Mantung", |
|
11908
|
|
|
|
|
|
|
"61268610", "Bruie\ Plains", |
|
11909
|
|
|
|
|
|
|
"61895644", "Bakers\ Hill", |
|
11910
|
|
|
|
|
|
|
"61746201", "Roma", |
|
11911
|
|
|
|
|
|
|
"61367367", "Campbell\ Town", |
|
11912
|
|
|
|
|
|
|
"61747914", "Palm\ Island", |
|
11913
|
|
|
|
|
|
|
"613531733", "Navarre", |
|
11914
|
|
|
|
|
|
|
"61348215", "Cobram", |
|
11915
|
|
|
|
|
|
|
"617480223", "Comet", |
|
11916
|
|
|
|
|
|
|
"61880901", "Wilcannia", |
|
11917
|
|
|
|
|
|
|
"6139203", "Melbourne", |
|
11918
|
|
|
|
|
|
|
"61749186", "Ubobo", |
|
11919
|
|
|
|
|
|
|
"6124332", "Gosford", |
|
11920
|
|
|
|
|
|
|
"6173914", "Brisbane", |
|
11921
|
|
|
|
|
|
|
"61341382", "Omeo", |
|
11922
|
|
|
|
|
|
|
"6129123", "Sydney", |
|
11923
|
|
|
|
|
|
|
"61737035", "Brisbane", |
|
11924
|
|
|
|
|
|
|
"61255564", "Forster", |
|
11925
|
|
|
|
|
|
|
"61362940", "Hobart", |
|
11926
|
|
|
|
|
|
|
"61351402", "Dargo", |
|
11927
|
|
|
|
|
|
|
"61851035", "Fitzroy\ Crossing", |
|
11928
|
|
|
|
|
|
|
"61363809", "Launceston", |
|
11929
|
|
|
|
|
|
|
"618660912", "Kalannie\ East", |
|
11930
|
|
|
|
|
|
|
"612570057", "Armidale", |
|
11931
|
|
|
|
|
|
|
"618996843", "Mullewa", |
|
11932
|
|
|
|
|
|
|
"61744440", "Ayr", |
|
11933
|
|
|
|
|
|
|
"61263599", "Meadow\ Flat", |
|
11934
|
|
|
|
|
|
|
"61355082", "Hamilton", |
|
11935
|
|
|
|
|
|
|
"613531742", "Stawell", |
|
11936
|
|
|
|
|
|
|
"612532925", "Portland", |
|
11937
|
|
|
|
|
|
|
"618967612", "Badgerin\ Rock", |
|
11938
|
|
|
|
|
|
|
"61263892", "Murringo", |
|
11939
|
|
|
|
|
|
|
"61355948", "Pomborneit", |
|
11940
|
|
|
|
|
|
|
"61264625", "Jindabyne\ South", |
|
11941
|
|
|
|
|
|
|
"61887575", "Laffer", |
|
11942
|
|
|
|
|
|
|
"618682185", "Pingelly\ East", |
|
11943
|
|
|
|
|
|
|
"61286609", "Blacktown", |
|
11944
|
|
|
|
|
|
|
"613451069", "Macarthur", |
|
11945
|
|
|
|
|
|
|
"61358616", "Katamatite", |
|
11946
|
|
|
|
|
|
|
"613553931", "Tyrendarra", |
|
11947
|
|
|
|
|
|
|
"61260353", "Corowa", |
|
11948
|
|
|
|
|
|
|
"61885965", "Yankalilla", |
|
11949
|
|
|
|
|
|
|
"61748559", "Nathan\ Gorge", |
|
11950
|
|
|
|
|
|
|
"618683629", "Lake\ Oconnor", |
|
11951
|
|
|
|
|
|
|
"61352303", "Beech\ Forest", |
|
11952
|
|
|
|
|
|
|
"61264328", "Cathcart", |
|
11953
|
|
|
|
|
|
|
"618903803", "Burracoppin\ South", |
|
11954
|
|
|
|
|
|
|
"61748852", "Bingegang", |
|
11955
|
|
|
|
|
|
|
"61257235", "Caroda", |
|
11956
|
|
|
|
|
|
|
"618865921", "Mudamuckla", |
|
11957
|
|
|
|
|
|
|
"618864093", "Lock", |
|
11958
|
|
|
|
|
|
|
"6139568", "Melbourne", |
|
11959
|
|
|
|
|
|
|
"61891053", "Mount\ Bruce", |
|
11960
|
|
|
|
|
|
|
"612593836", "West\ Wyalong", |
|
11961
|
|
|
|
|
|
|
"61896122", "Jennacubbine", |
|
11962
|
|
|
|
|
|
|
"618753438", "Tanunda", |
|
11963
|
|
|
|
|
|
|
"61755157", "Southport", |
|
11964
|
|
|
|
|
|
|
"61888297", "Port\ Wakefield", |
|
11965
|
|
|
|
|
|
|
"6139130", "Melbourne", |
|
11966
|
|
|
|
|
|
|
"61352172", "Beeac", |
|
11967
|
|
|
|
|
|
|
"61756212", "Southport", |
|
11968
|
|
|
|
|
|
|
"61362590", "Miena", |
|
11969
|
|
|
|
|
|
|
"61889265", "Tablelands", |
|
11970
|
|
|
|
|
|
|
"612583798", "Geurie", |
|
11971
|
|
|
|
|
|
|
"617452648", "Oakey", |
|
11972
|
|
|
|
|
|
|
"61257158", "Kelvin", |
|
11973
|
|
|
|
|
|
|
"61240059", "East\ Gresford", |
|
11974
|
|
|
|
|
|
|
"61748228", "Mackay", |
|
11975
|
|
|
|
|
|
|
"61359248", "Cranbourne", |
|
11976
|
|
|
|
|
|
|
"612574671", "Careunga", |
|
11977
|
|
|
|
|
|
|
"617441418", "Mount\ Isa", |
|
11978
|
|
|
|
|
|
|
"61341114", "Orbost", |
|
11979
|
|
|
|
|
|
|
"61741021", "Brooklands", |
|
11980
|
|
|
|
|
|
|
"61897904", "Nannup", |
|
11981
|
|
|
|
|
|
|
"61354361", "Raywood", |
|
11982
|
|
|
|
|
|
|
"61367096", "Waterhouse", |
|
11983
|
|
|
|
|
|
|
"61255123", "Denman", |
|
11984
|
|
|
|
|
|
|
"61865600", "Kalamunda", |
|
11985
|
|
|
|
|
|
|
"6138189", "Kalkallo", |
|
11986
|
|
|
|
|
|
|
"6135367", "Bacchus\ Marsh", |
|
11987
|
|
|
|
|
|
|
"61356014", "Icy\ Creek", |
|
11988
|
|
|
|
|
|
|
"61756121", "Tamborine\ Mountain", |
|
11989
|
|
|
|
|
|
|
"618660690", "Dalwallinu\ West", |
|
11990
|
|
|
|
|
|
|
"6174963", "Mackay", |
|
11991
|
|
|
|
|
|
|
"61898469", "Manypeaks\ North", |
|
11992
|
|
|
|
|
|
|
"61352117", "Beeac", |
|
11993
|
|
|
|
|
|
|
"61268735", "Lake\ Cargelligo", |
|
11994
|
|
|
|
|
|
|
"61264106", "Berridale", |
|
11995
|
|
|
|
|
|
|
"618965606", "Ballidu", |
|
11996
|
|
|
|
|
|
|
"61259110", "Tumut", |
|
11997
|
|
|
|
|
|
|
"61267056", "Mungindi", |
|
11998
|
|
|
|
|
|
|
"61245109", "Kurrajong\ Heights", |
|
11999
|
|
|
|
|
|
|
"6128362", "Sydney", |
|
12000
|
|
|
|
|
|
|
"61867023", "Nannup", |
|
12001
|
|
|
|
|
|
|
"61749170", "Miclere", |
|
12002
|
|
|
|
|
|
|
"612593828", "Wagga\ Wagga", |
|
12003
|
|
|
|
|
|
|
"61363228", "Campbell\ Town", |
|
12004
|
|
|
|
|
|
|
"61361344", "Colebrook", |
|
12005
|
|
|
|
|
|
|
"61889134", "Plenty", |
|
12006
|
|
|
|
|
|
|
"618753426", "Perponda", |
|
12007
|
|
|
|
|
|
|
"61353130", "Yaapeet", |
|
12008
|
|
|
|
|
|
|
"61256489", "Coffs\ Harbour", |
|
12009
|
|
|
|
|
|
|
"61265072", "Jerrys\ Plains", |
|
12010
|
|
|
|
|
|
|
"61354690", "Echuca", |
|
12011
|
|
|
|
|
|
|
"618854904", "Mypolonga", |
|
12012
|
|
|
|
|
|
|
"613631100", "Launceston", |
|
12013
|
|
|
|
|
|
|
"61362023", "Dover", |
|
12014
|
|
|
|
|
|
|
"61885338", "Two\ Wells", |
|
12015
|
|
|
|
|
|
|
"61286766", "Parramatta", |
|
12016
|
|
|
|
|
|
|
"61240002", "Bulahdelah", |
|
12017
|
|
|
|
|
|
|
"618850395", "Loxton", |
|
12018
|
|
|
|
|
|
|
"61269597", "Morundah", |
|
12019
|
|
|
|
|
|
|
"61264746", "Berridale", |
|
12020
|
|
|
|
|
|
|
"618753367", "Tailem\ Bend", |
|
12021
|
|
|
|
|
|
|
"61264467", "Delegate", |
|
12022
|
|
|
|
|
|
|
"61265017", "Bunnan", |
|
12023
|
|
|
|
|
|
|
"61260179", "Rand", |
|
12024
|
|
|
|
|
|
|
"61340099", "Werrimull", |
|
12025
|
|
|
|
|
|
|
"61357198", "Killawarra", |
|
12026
|
|
|
|
|
|
|
"61897030", "Collie", |
|
12027
|
|
|
|
|
|
|
"618850993", "Taplan", |
|
12028
|
|
|
|
|
|
|
"613431901", "Gerang\ Gerung", |
|
12029
|
|
|
|
|
|
|
"613442067", "Lake\ Meran", |
|
12030
|
|
|
|
|
|
|
"61358063", "Mabins\ Well", |
|
12031
|
|
|
|
|
|
|
"617486964", "St\ Lawrence", |
|
12032
|
|
|
|
|
|
|
"61889848", "Noonamah", |
|
12033
|
|
|
|
|
|
|
"61253261", "Bathurst", |
|
12034
|
|
|
|
|
|
|
"61748502", "Gladstone", |
|
12035
|
|
|
|
|
|
|
"618862918", "Coulta", |
|
12036
|
|
|
|
|
|
|
"61342329", "Kennedys\ Creek", |
|
12037
|
|
|
|
|
|
|
"61746950", "Leyburn", |
|
12038
|
|
|
|
|
|
|
"617487013", "Cracow", |
|
12039
|
|
|
|
|
|
|
"61886678", "Jamestown", |
|
12040
|
|
|
|
|
|
|
"6126368", "Blayney", |
|
12041
|
|
|
|
|
|
|
"61879137", "Darwin", |
|
12042
|
|
|
|
|
|
|
"618903452", "Esperance", |
|
12043
|
|
|
|
|
|
|
"61891712", "Christmas\ Island", |
|
12044
|
|
|
|
|
|
|
"617441960", "Leichhardt\ Range", |
|
12045
|
|
|
|
|
|
|
"61250241", "Talmalmo", |
|
12046
|
|
|
|
|
|
|
"612594118", "Hillston", |
|
12047
|
|
|
|
|
|
|
"613451394", "Portland", |
|
12048
|
|
|
|
|
|
|
"61887083", "Padthaway", |
|
12049
|
|
|
|
|
|
|
"61344036", "Kerang", |
|
12050
|
|
|
|
|
|
|
"61263676", "Lyndhurst", |
|
12051
|
|
|
|
|
|
|
"61257164", "Currabubula", |
|
12052
|
|
|
|
|
|
|
"617452588", "Helidon", |
|
12053
|
|
|
|
|
|
|
"618763914", "Sleaford\ Mere", |
|
12054
|
|
|
|
|
|
|
"61897484", "Pemberton", |
|
12055
|
|
|
|
|
|
|
"612583834", "Tottenham", |
|
12056
|
|
|
|
|
|
|
"618683299", "Mount\ Barker", |
|
12057
|
|
|
|
|
|
|
"617750160", "Jondaryan", |
|
12058
|
|
|
|
|
|
|
"61879130", "Katherine", |
|
12059
|
|
|
|
|
|
|
"61745921", "Roma", |
|
12060
|
|
|
|
|
|
|
"61248099", "Rugby", |
|
12061
|
|
|
|
|
|
|
"61891115", "Port\ Hedland", |
|
12062
|
|
|
|
|
|
|
"617480347", "Willows", |
|
12063
|
|
|
|
|
|
|
"61259303", "Junee\ Reefs", |
|
12064
|
|
|
|
|
|
|
"61364051", "Savage\ River", |
|
12065
|
|
|
|
|
|
|
"61895953", "Yanchep", |
|
12066
|
|
|
|
|
|
|
"61256566", "Murwillumbah", |
|
12067
|
|
|
|
|
|
|
"61748204", "Dingo\ Beach", |
|
12068
|
|
|
|
|
|
|
"61891770", "Port\ Hedland", |
|
12069
|
|
|
|
|
|
|
"61384074", "Eltham", |
|
12070
|
|
|
|
|
|
|
"612574247", "Manilla", |
|
12071
|
|
|
|
|
|
|
"613431971", "Lake\ Bolac", |
|
12072
|
|
|
|
|
|
|
"6125114", "Canberra", |
|
12073
|
|
|
|
|
|
|
"618601153", "Mount\ Merivale", |
|
12074
|
|
|
|
|
|
|
"6175635", "Southport", |
|
12075
|
|
|
|
|
|
|
"61886019", "Laura", |
|
12076
|
|
|
|
|
|
|
"61746957", "Bringalily", |
|
12077
|
|
|
|
|
|
|
"61746685", "Jandowae", |
|
12078
|
|
|
|
|
|
|
"617442865", "Normanton", |
|
12079
|
|
|
|
|
|
|
"618903592", "Norseman", |
|
12080
|
|
|
|
|
|
|
"6139324", "Sydenham", |
|
12081
|
|
|
|
|
|
|
"61747473", "Mount\ Isa", |
|
12082
|
|
|
|
|
|
|
"61259172", "Stockinbingal", |
|
12083
|
|
|
|
|
|
|
"61253043", "Hill\ End", |
|
12084
|
|
|
|
|
|
|
"61262", "Canberra", |
|
12085
|
|
|
|
|
|
|
"617452611", "Millmerran", |
|
12086
|
|
|
|
|
|
|
"61264460", "Bredbo", |
|
12087
|
|
|
|
|
|
|
"617480189", "Calliope", |
|
12088
|
|
|
|
|
|
|
"61264304", "Shannons\ Flat", |
|
12089
|
|
|
|
|
|
|
"61749112", "Rockhampton", |
|
12090
|
|
|
|
|
|
|
"61897037", "Dardanup", |
|
12091
|
|
|
|
|
|
|
"61341316", "Cabbage\ Tree\ Creek", |
|
12092
|
|
|
|
|
|
|
"61899253", "Warradarge", |
|
12093
|
|
|
|
|
|
|
"61898044", "Bremer\ Bay", |
|
12094
|
|
|
|
|
|
|
"61247031", "Lawson", |
|
12095
|
|
|
|
|
|
|
"61265010", "Bowraville", |
|
12096
|
|
|
|
|
|
|
"61753322", "Cooroy", |
|
12097
|
|
|
|
|
|
|
"61268393", "Brewarrina", |
|
12098
|
|
|
|
|
|
|
"61355246", "Heywood", |
|
12099
|
|
|
|
|
|
|
"618763986", "Nunjikompita", |
|
12100
|
|
|
|
|
|
|
"61880184", "Tibooburra", |
|
12101
|
|
|
|
|
|
|
"61250063", "Cudgewa", |
|
12102
|
|
|
|
|
|
|
"61896169", "Calingiri", |
|
12103
|
|
|
|
|
|
|
"61351982", "Rosedale", |
|
12104
|
|
|
|
|
|
|
"618965676", "Jennacubbine", |
|
12105
|
|
|
|
|
|
|
"61259117", "Narrandera", |
|
12106
|
|
|
|
|
|
|
"61886703", "Indian\ Pacific", |
|
12107
|
|
|
|
|
|
|
"618854974", "Mount\ Pleasant", |
|
12108
|
|
|
|
|
|
|
"61354697", "Bealiba", |
|
12109
|
|
|
|
|
|
|
"617459844", "Eschol", |
|
12110
|
|
|
|
|
|
|
"618601137", "Goomarin", |
|
12111
|
|
|
|
|
|
|
"61353137", "Polkemmet", |
|
12112
|
|
|
|
|
|
|
"618680048", "Moodiarrup", |
|
12113
|
|
|
|
|
|
|
"61351048", "Combienbar", |
|
12114
|
|
|
|
|
|
|
"61749177", "Buckland", |
|
12115
|
|
|
|
|
|
|
"61268132", "Warren", |
|
12116
|
|
|
|
|
|
|
"61258189", "Cuttaburra", |
|
12117
|
|
|
|
|
|
|
"61388033", "Melbourne", |
|
12118
|
|
|
|
|
|
|
"612574601", "Gurley", |
|
12119
|
|
|
|
|
|
|
"6174068", "Tully", |
|
12120
|
|
|
|
|
|
|
"61240045", "Maitland", |
|
12121
|
|
|
|
|
|
|
"61352110", "Lara", |
|
12122
|
|
|
|
|
|
|
"61741398", "Blackbutt", |
|
12123
|
|
|
|
|
|
|
"6138397", "Melbourne", |
|
12124
|
|
|
|
|
|
|
"61755150", "Beaudesert", |
|
12125
|
|
|
|
|
|
|
"61888290", "Balaklava", |
|
12126
|
|
|
|
|
|
|
"61361146", "Baden", |
|
12127
|
|
|
|
|
|
|
"61889336", "Simpson", |
|
12128
|
|
|
|
|
|
|
"61243065", "Mangrove\ Mountain", |
|
12129
|
|
|
|
|
|
|
"618763693", "Wilpena", |
|
12130
|
|
|
|
|
|
|
"61734381", "Bribie\ Island", |
|
12131
|
|
|
|
|
|
|
"618753056", "Two\ Wells", |
|
12132
|
|
|
|
|
|
|
"618661062", "Konnongorring", |
|
12133
|
|
|
|
|
|
|
"61269023", "Coleambally", |
|
12134
|
|
|
|
|
|
|
"61354816", "Harcourt", |
|
12135
|
|
|
|
|
|
|
"617458698", "Wyaga", |
|
12136
|
|
|
|
|
|
|
"617485826", "Benaraby", |
|
12137
|
|
|
|
|
|
|
"61877215", "Conmurra", |
|
12138
|
|
|
|
|
|
|
"61886143", "Miltalie", |
|
12139
|
|
|
|
|
|
|
"61362597", "Colebrook", |
|
12140
|
|
|
|
|
|
|
"61341521", "Sale", |
|
12141
|
|
|
|
|
|
|
"61741695", "Murgon", |
|
12142
|
|
|
|
|
|
|
"61898586", "Newdegate\ North", |
|
12143
|
|
|
|
|
|
|
"61341463", "Munro", |
|
12144
|
|
|
|
|
|
|
"61344227", "Maldon", |
|
12145
|
|
|
|
|
|
|
"612574962", "Pilliga", |
|
12146
|
|
|
|
|
|
|
"613553750", "Coleraine", |
|
12147
|
|
|
|
|
|
|
"61264091", "Bemboka", |
|
12148
|
|
|
|
|
|
|
"61257366", "Elcombe", |
|
12149
|
|
|
|
|
|
|
"61253119", "Merriganowry", |
|
12150
|
|
|
|
|
|
|
"61735062", "Brisbane", |
|
12151
|
|
|
|
|
|
|
"61359139", "Cowes", |
|
12152
|
|
|
|
|
|
|
"61240448", "Cessnock", |
|
12153
|
|
|
|
|
|
|
"61367101", "Winnaleah", |
|
12154
|
|
|
|
|
|
|
"618903873", "Merredin", |
|
12155
|
|
|
|
|
|
|
"61743179", "Fraser\ Island", |
|
12156
|
|
|
|
|
|
|
"61868275", "Nyabing", |
|
12157
|
|
|
|
|
|
|
"618763352", "Crystal\ Brook", |
|
12158
|
|
|
|
|
|
|
"61744447", "Gunpowder", |
|
12159
|
|
|
|
|
|
|
"61888841", "Alford", |
|
12160
|
|
|
|
|
|
|
"61895581", "Guilderton", |
|
12161
|
|
|
|
|
|
|
"613546282", "Maldon", |
|
12162
|
|
|
|
|
|
|
"61363204", "Longford", |
|
12163
|
|
|
|
|
|
|
"61342362", "Anglesea", |
|
12164
|
|
|
|
|
|
|
"612594141", "Rannock", |
|
12165
|
|
|
|
|
|
|
"61748545", "Isaac\ River", |
|
12166
|
|
|
|
|
|
|
"61348059", "Conargo", |
|
12167
|
|
|
|
|
|
|
"618996742", "Nabawa", |
|
12168
|
|
|
|
|
|
|
"61740830", "Thursday\ Island", |
|
12169
|
|
|
|
|
|
|
"617480249", "Comet", |
|
12170
|
|
|
|
|
|
|
"61266497", "Wooli", |
|
12171
|
|
|
|
|
|
|
"612574836", "Wee\ Waa", |
|
12172
|
|
|
|
|
|
|
"61891142", "Paraburdoo", |
|
12173
|
|
|
|
|
|
|
"618683632", "Magitup", |
|
12174
|
|
|
|
|
|
|
"61351477", "Dinner\ Plain", |
|
12175
|
|
|
|
|
|
|
"613531843", "Rokewood", |
|
12176
|
|
|
|
|
|
|
"61353795", "Kalkee", |
|
12177
|
|
|
|
|
|
|
"618683397", "Narrogin", |
|
12178
|
|
|
|
|
|
|
"61740727", "Kidston", |
|
12179
|
|
|
|
|
|
|
"61255327", "Broke", |
|
12180
|
|
|
|
|
|
|
"61358606", "Kyabram", |
|
12181
|
|
|
|
|
|
|
"61749887", "Capella", |
|
12182
|
|
|
|
|
|
|
"61269839", "West\ Wyalong", |
|
12183
|
|
|
|
|
|
|
"61745322", "Eschol", |
|
12184
|
|
|
|
|
|
|
"61363512", "Deloraine", |
|
12185
|
|
|
|
|
|
|
"613451169", "Dorodong", |
|
12186
|
|
|
|
|
|
|
"61746041", "Brymaroo", |
|
12187
|
|
|
|
|
|
|
"61886340", "Nelshaby", |
|
12188
|
|
|
|
|
|
|
"61256351", "Casino", |
|
12189
|
|
|
|
|
|
|
"61867165", "Dardanup", |
|
12190
|
|
|
|
|
|
|
"612593671", "Black\ Stump", |
|
12191
|
|
|
|
|
|
|
"613542691", "Wedderburn", |
|
12192
|
|
|
|
|
|
|
"612583951", "Wellington", |
|
12193
|
|
|
|
|
|
|
"61355601", "Warrnambool", |
|
12194
|
|
|
|
|
|
|
"61340266", "Waitchie", |
|
12195
|
|
|
|
|
|
|
"612570157", "Ebor", |
|
12196
|
|
|
|
|
|
|
"61743426", "Lowmead", |
|
12197
|
|
|
|
|
|
|
"618753515", "Tailem\ Bend", |
|
12198
|
|
|
|
|
|
|
"61245043", "Wisemans\ Ferry", |
|
12199
|
|
|
|
|
|
|
"61351412", "Lakes\ Entrance", |
|
12200
|
|
|
|
|
|
|
"617458630", "Haden", |
|
12201
|
|
|
|
|
|
|
"61240753", "Bandon\ Grove", |
|
12202
|
|
|
|
|
|
|
"613431819", "Bangerang", |
|
12203
|
|
|
|
|
|
|
"61248638", "Bungonia", |
|
12204
|
|
|
|
|
|
|
"61352107", "Bannockburn", |
|
12205
|
|
|
|
|
|
|
"61264116", "Ando", |
|
12206
|
|
|
|
|
|
|
"61351381", "Rosedale", |
|
12207
|
|
|
|
|
|
|
"61749145", "Theodore", |
|
12208
|
|
|
|
|
|
|
"61356004", "Bunyip", |
|
12209
|
|
|
|
|
|
|
"61860118", "Southern\ Cross", |
|
12210
|
|
|
|
|
|
|
"61265349", "Merriwa", |
|
12211
|
|
|
|
|
|
|
"617486579", "Wagoora", |
|
12212
|
|
|
|
|
|
|
"61341104", "Mallacoota", |
|
12213
|
|
|
|
|
|
|
"617441899", "Halifax", |
|
12214
|
|
|
|
|
|
|
"61260157", "Walwa", |
|
12215
|
|
|
|
|
|
|
"61745644", "Paroo", |
|
12216
|
|
|
|
|
|
|
"61896201", "Konnongorring", |
|
12217
|
|
|
|
|
|
|
"613959", "Melbourne", |
|
12218
|
|
|
|
|
|
|
"61354929", "Buckrabanyule", |
|
12219
|
|
|
|
|
|
|
"61756202", "Southport", |
|
12220
|
|
|
|
|
|
|
"61889751", "Victoria\ River", |
|
12221
|
|
|
|
|
|
|
"613553582", "Pomborneit", |
|
12222
|
|
|
|
|
|
|
"61248335", "Braidwood", |
|
12223
|
|
|
|
|
|
|
"61742199", "South\ Johnstone", |
|
12224
|
|
|
|
|
|
|
"612574187", "Banoon", |
|
12225
|
|
|
|
|
|
|
"6139131", "Melbourne", |
|
12226
|
|
|
|
|
|
|
"61899186", "Nangetty", |
|
12227
|
|
|
|
|
|
|
"61358125", "Katandra\ West", |
|
12228
|
|
|
|
|
|
|
"61734982", "Redcliffe", |
|
12229
|
|
|
|
|
|
|
"6138847", "Ringwood", |
|
12230
|
|
|
|
|
|
|
"61255468", "Gloucester", |
|
12231
|
|
|
|
|
|
|
"61261487", "Michelago", |
|
12232
|
|
|
|
|
|
|
"61263837", "Monteagle", |
|
12233
|
|
|
|
|
|
|
"61744078", "Julia\ Creek", |
|
12234
|
|
|
|
|
|
|
"61899630", "Cue", |
|
12235
|
|
|
|
|
|
|
"61265007", "Baerami", |
|
12236
|
|
|
|
|
|
|
"61391738", "Melbourne", |
|
12237
|
|
|
|
|
|
|
"61876146", "Iron\ Knob", |
|
12238
|
|
|
|
|
|
|
"61879333", "Roper\ River", |
|
12239
|
|
|
|
|
|
|
"61749705", "Miriam\ Vale", |
|
12240
|
|
|
|
|
|
|
"61756259", "Tamborine\ Mountain", |
|
12241
|
|
|
|
|
|
|
"61890687", "Kalgoorlie", |
|
12242
|
|
|
|
|
|
|
"61890955", "Southern\ Cross", |
|
12243
|
|
|
|
|
|
|
"61887789", "Conmurra", |
|
12244
|
|
|
|
|
|
|
"61240012", "Branxton", |
|
12245
|
|
|
|
|
|
|
"618985166", "Muradup", |
|
12246
|
|
|
|
|
|
|
"61240681", "Maitland", |
|
12247
|
|
|
|
|
|
|
"612532973", "Lyndhurst", |
|
12248
|
|
|
|
|
|
|
"61877242", "Short", |
|
12249
|
|
|
|
|
|
|
"61743582", "Gaeta", |
|
12250
|
|
|
|
|
|
|
"61755179", "Jimboomba", |
|
12251
|
|
|
|
|
|
|
"618752464", "Hartley", |
|
12252
|
|
|
|
|
|
|
"6173095", "Ipswich", |
|
12253
|
|
|
|
|
|
|
"61240077", "Dungog", |
|
12254
|
|
|
|
|
|
|
"61890071", "Eyre", |
|
12255
|
|
|
|
|
|
|
"61741439", "Brooweena", |
|
12256
|
|
|
|
|
|
|
"61259100", "Coolac", |
|
12257
|
|
|
|
|
|
|
"61754056", "Maleny", |
|
12258
|
|
|
|
|
|
|
"617480478", "Colston\ Park", |
|
12259
|
|
|
|
|
|
|
"61734445", "Bribie\ Island", |
|
12260
|
|
|
|
|
|
|
"61748577", "Willows", |
|
12261
|
|
|
|
|
|
|
"61889683", "Alice\ Springs", |
|
12262
|
|
|
|
|
|
|
"61356391", "San\ Remo", |
|
12263
|
|
|
|
|
|
|
"613553642", "Dorodong", |
|
12264
|
|
|
|
|
|
|
"61355494", "Bessiebelle", |
|
12265
|
|
|
|
|
|
|
"612594018", "Wagga\ Wagga", |
|
12266
|
|
|
|
|
|
|
"61255065", "Krambach", |
|
12267
|
|
|
|
|
|
|
"61261371", "Yass", |
|
12268
|
|
|
|
|
|
|
"612574828", "Tenterden", |
|
12269
|
|
|
|
|
|
|
"61891702", "Cocos\ Island", |
|
12270
|
|
|
|
|
|
|
"61744475", "Kalkadoon", |
|
12271
|
|
|
|
|
|
|
"61743150", "Burnett", |
|
12272
|
|
|
|
|
|
|
"613470580", "Bright", |
|
12273
|
|
|
|
|
|
|
"61367269", "Bridport", |
|
12274
|
|
|
|
|
|
|
"61868247", "Jaloran", |
|
12275
|
|
|
|
|
|
|
"617487113", "Comet", |
|
12276
|
|
|
|
|
|
|
"61748512", "Bingegang", |
|
12277
|
|
|
|
|
|
|
"61867234", "Margaret\ River", |
|
12278
|
|
|
|
|
|
|
"617485890", "Proserpine", |
|
12279
|
|
|
|
|
|
|
"617451989", "Goombi", |
|
12280
|
|
|
|
|
|
|
"612592686", "Burcher", |
|
12281
|
|
|
|
|
|
|
"61269762", "Barmedman", |
|
12282
|
|
|
|
|
|
|
"61348070", "Lalalty", |
|
12283
|
|
|
|
|
|
|
"613442167", "Birchip", |
|
12284
|
|
|
|
|
|
|
"61752089", "Caloundra", |
|
12285
|
|
|
|
|
|
|
"613545241", "Womboota", |
|
12286
|
|
|
|
|
|
|
"61268190", "Colane", |
|
12287
|
|
|
|
|
|
|
"618985560", "Harrismith", |
|
12288
|
|
|
|
|
|
|
"61745369", "Muttaburra", |
|
12289
|
|
|
|
|
|
|
"61269165", "Mangoplah", |
|
12290
|
|
|
|
|
|
|
"61258274", "Geurie", |
|
12291
|
|
|
|
|
|
|
"613572645", "Bright", |
|
12292
|
|
|
|
|
|
|
"61749373", "Broadsound", |
|
12293
|
|
|
|
|
|
|
"61864025", "Wanneroo", |
|
12294
|
|
|
|
|
|
|
"61253152", "Boorowa", |
|
12295
|
|
|
|
|
|
|
"61868240", "Dumbleyung", |
|
12296
|
|
|
|
|
|
|
"6124787", "Katoomba", |
|
12297
|
|
|
|
|
|
|
"61243123", "Mangrove\ Mountain", |
|
12298
|
|
|
|
|
|
|
"618601053", "Baandee", |
|
12299
|
|
|
|
|
|
|
"61268197", "Widgeland", |
|
12300
|
|
|
|
|
|
|
"61348077", "Picola", |
|
12301
|
|
|
|
|
|
|
"613531650", "Elmhurst", |
|
12302
|
|
|
|
|
|
|
"61748214", "Lethebrook", |
|
12303
|
|
|
|
|
|
|
"61259313", "Merriwagga", |
|
12304
|
|
|
|
|
|
|
"613470837", "Moyhu", |
|
12305
|
|
|
|
|
|
|
"6128047", "Sydney", |
|
12306
|
|
|
|
|
|
|
"61891105", "Dampier", |
|
12307
|
|
|
|
|
|
|
"61748570", "The\ Caves", |
|
12308
|
|
|
|
|
|
|
"61362532", "Nubeena", |
|
12309
|
|
|
|
|
|
|
"61341128", "Dargo", |
|
12310
|
|
|
|
|
|
|
"61743157", "Proston", |
|
12311
|
|
|
|
|
|
|
"61356028", "Neerim\ South", |
|
12312
|
|
|
|
|
|
|
"61348012", "Caldwell", |
|
12313
|
|
|
|
|
|
|
"6128999", "Sydney", |
|
12314
|
|
|
|
|
|
|
"618967745", "Balkuling", |
|
12315
|
|
|
|
|
|
|
"61238133", "Yerrinbool", |
|
12316
|
|
|
|
|
|
|
"61756245", "Kerry", |
|
12317
|
|
|
|
|
|
|
"6129717", "Sutherland", |
|
12318
|
|
|
|
|
|
|
"61354962", "Logan", |
|
12319
|
|
|
|
|
|
|
"61890949", "Mount\ Stirling", |
|
12320
|
|
|
|
|
|
|
"61267898", "Willow\ Tree", |
|
12321
|
|
|
|
|
|
|
"61746796", "Dulacca", |
|
12322
|
|
|
|
|
|
|
"61888758", "Wedge", |
|
12323
|
|
|
|
|
|
|
"613470853", "Winton", |
|
12324
|
|
|
|
|
|
|
"61864984", "Kalamunda", |
|
12325
|
|
|
|
|
|
|
"618601037", "Neridup", |
|
12326
|
|
|
|
|
|
|
"61267774", "Walcha", |
|
12327
|
|
|
|
|
|
|
"61260426", "Balldale", |
|
12328
|
|
|
|
|
|
|
"612583508", "Cuttaburra", |
|
12329
|
|
|
|
|
|
|
"61743284", "Murgon", |
|
12330
|
|
|
|
|
|
|
"61259107", "Mannus", |
|
12331
|
|
|
|
|
|
|
"618903825", "Goomarin", |
|
12332
|
|
|
|
|
|
|
"61240070", "Wards\ River", |
|
12333
|
|
|
|
|
|
|
"61265000", "Port\ Macquarie", |
|
12334
|
|
|
|
|
|
|
"6125612", "Coffs\ Harbour", |
|
12335
|
|
|
|
|
|
|
"613441240", "Romsey", |
|
12336
|
|
|
|
|
|
|
"61341306", "Seaspray", |
|
12337
|
|
|
|
|
|
|
"61899637", "Yallalong", |
|
12338
|
|
|
|
|
|
|
"61356425", "Wonthaggi", |
|
12339
|
|
|
|
|
|
|
"61747181", "Yabulu", |
|
12340
|
|
|
|
|
|
|
"61263830", "Bribbaree", |
|
12341
|
|
|
|
|
|
|
"61266061", "Kyogle", |
|
12342
|
|
|
|
|
|
|
"61257403", "Wollomombi", |
|
12343
|
|
|
|
|
|
|
"61354556", "Nullawil", |
|
12344
|
|
|
|
|
|
|
"61749102", "Woorabinda", |
|
12345
|
|
|
|
|
|
|
"61261480", "Burrinjuck", |
|
12346
|
|
|
|
|
|
|
"617480089", "Bauhinia", |
|
12347
|
|
|
|
|
|
|
"612685543", "Bedgerebong", |
|
12348
|
|
|
|
|
|
|
"612532903", "Killongbutta", |
|
12349
|
|
|
|
|
|
|
"61264314", "Delegate", |
|
12350
|
|
|
|
|
|
|
"61248793", "Yerrinbool", |
|
12351
|
|
|
|
|
|
|
"612533034", "Lithgow", |
|
12352
|
|
|
|
|
|
|
"61895188", "Pinjarra", |
|
12353
|
|
|
|
|
|
|
"618859996", "Wynarka", |
|
12354
|
|
|
|
|
|
|
"612593962", "Coolamon", |
|
12355
|
|
|
|
|
|
|
"61877205", "Thornlea", |
|
12356
|
|
|
|
|
|
|
"61247429", "Katoomba", |
|
12357
|
|
|
|
|
|
|
"61890136", "Mount\ Stirling", |
|
12358
|
|
|
|
|
|
|
"618661162", "Trayning", |
|
12359
|
|
|
|
|
|
|
"618753156", "Geranium", |
|
12360
|
|
|
|
|
|
|
"61244144", "Berry", |
|
12361
|
|
|
|
|
|
|
"61879795", "Arnhem", |
|
12362
|
|
|
|
|
|
|
"61882791", "Adelaide", |
|
12363
|
|
|
|
|
|
|
"61749159", "Orion", |
|
12364
|
|
|
|
|
|
|
"61248266", "Tarago", |
|
12365
|
|
|
|
|
|
|
"61265355", "Broke", |
|
12366
|
|
|
|
|
|
|
"618967043", "Kalannie\ East", |
|
12367
|
|
|
|
|
|
|
"61746263", "Westgrove", |
|
12368
|
|
|
|
|
|
|
"6138525", "Melbourne", |
|
12369
|
|
|
|
|
|
|
"61352100", "Kennedys\ Creek", |
|
12370
|
|
|
|
|
|
|
"61265934", "Byabarra", |
|
12371
|
|
|
|
|
|
|
"61260150", "Oaklands", |
|
12372
|
|
|
|
|
|
|
"612530265", "Maimuru\/Boorowa\/Bribbaree\/Burraga", |
|
12373
|
|
|
|
|
|
|
"61749742", "Turkey\ Beach", |
|
12374
|
|
|
|
|
|
|
"6187182", "Mount\ Barker", |
|
12375
|
|
|
|
|
|
|
"618753490", "Marama", |
|
12376
|
|
|
|
|
|
|
"61899967", "Northampton", |
|
12377
|
|
|
|
|
|
|
"61367222", "George\ Town", |
|
12378
|
|
|
|
|
|
|
"61897092", "Tonebridge", |
|
12379
|
|
|
|
|
|
|
"61340335", "Cowangie", |
|
12380
|
|
|
|
|
|
|
"61886347", "Mambray\ Creek", |
|
12381
|
|
|
|
|
|
|
"61286078", "Sydney", |
|
12382
|
|
|
|
|
|
|
"61877086", "Wrattonbully", |
|
12383
|
|
|
|
|
|
|
"61741786", "Rosedale", |
|
12384
|
|
|
|
|
|
|
"6139403", "Melbourne", |
|
12385
|
|
|
|
|
|
|
"61260889", "Balldale", |
|
12386
|
|
|
|
|
|
|
"61363214", "Bicheno", |
|
12387
|
|
|
|
|
|
|
"61269729", "Tullibigeal", |
|
12388
|
|
|
|
|
|
|
"612685683", "Goodooga", |
|
12389
|
|
|
|
|
|
|
"613532340", "Broughton", |
|
12390
|
|
|
|
|
|
|
"6175326", "Nambour", |
|
12391
|
|
|
|
|
|
|
"612583730", "Parkes", |
|
12392
|
|
|
|
|
|
|
"61746979", "Ravensbourne", |
|
12393
|
|
|
|
|
|
|
"61898995", "Gnowellen", |
|
12394
|
|
|
|
|
|
|
"61250125", "Howlong", |
|
12395
|
|
|
|
|
|
|
"613542034", "Goornong", |
|
12396
|
|
|
|
|
|
|
"61888764", "Kadina", |
|
12397
|
|
|
|
|
|
|
"61364689", "Queenstown", |
|
12398
|
|
|
|
|
|
|
"61354632", "Talbot", |
|
12399
|
|
|
|
|
|
|
"61367111", "Launceston", |
|
12400
|
|
|
|
|
|
|
"6126455", "Cooma", |
|
12401
|
|
|
|
|
|
|
"61362762", "Richmond", |
|
12402
|
|
|
|
|
|
|
"61266490", "Glenreagh", |
|
12403
|
|
|
|
|
|
|
"61887436", "Reedy\ Creek", |
|
12404
|
|
|
|
|
|
|
"61740837", "Kowanyama", |
|
12405
|
|
|
|
|
|
|
"61255320", "Pacific\ Palms", |
|
12406
|
|
|
|
|
|
|
"61740720", "Thursday\ Island", |
|
12407
|
|
|
|
|
|
|
"61891745", "Newman", |
|
12408
|
|
|
|
|
|
|
"61749880", "Emerald", |
|
12409
|
|
|
|
|
|
|
"61886052", "Cummins", |
|
12410
|
|
|
|
|
|
|
"61253109", "Lyndhurst", |
|
12411
|
|
|
|
|
|
|
"61736680", "Brisbane", |
|
12412
|
|
|
|
|
|
|
"61743516", "Tandora", |
|
12413
|
|
|
|
|
|
|
"61268607", "Tooraweenah", |
|
12414
|
|
|
|
|
|
|
"612594220", "Mannus", |
|
12415
|
|
|
|
|
|
|
"612582530", "Widgeland", |
|
12416
|
|
|
|
|
|
|
"618996966", "Yuna", |
|
12417
|
|
|
|
|
|
|
"61353659", "Telopea\ Downs", |
|
12418
|
|
|
|
|
|
|
"61342220", "Meredith", |
|
12419
|
|
|
|
|
|
|
"61367414", "Ringarooma", |
|
12420
|
|
|
|
|
|
|
"61253576", "Gingkin", |
|
12421
|
|
|
|
|
|
|
"61269051", "Lockhart", |
|
12422
|
|
|
|
|
|
|
"61730388", "Redcliffe", |
|
12423
|
|
|
|
|
|
|
"61361185", "Nubeena", |
|
12424
|
|
|
|
|
|
|
"61356496", "Wonthaggi", |
|
12425
|
|
|
|
|
|
|
"61341553", "Meerlieu", |
|
12426
|
|
|
|
|
|
|
"61363422", "Waterhouse", |
|
12427
|
|
|
|
|
|
|
"61891398", "Broome", |
|
12428
|
|
|
|
|
|
|
"61351829", "Sale", |
|
12429
|
|
|
|
|
|
|
"61363044", "Gladstone", |
|
12430
|
|
|
|
|
|
|
"61885147", "Parndana", |
|
12431
|
|
|
|
|
|
|
"617442968", "Mount\ Fox", |
|
12432
|
|
|
|
|
|
|
"618752931", "Gurrai", |
|
12433
|
|
|
|
|
|
|
"61742440", "Cairns", |
|
12434
|
|
|
|
|
|
|
"617750412", "Warra", |
|
12435
|
|
|
|
|
|
|
"61860039", "Coomalbidgup", |
|
12436
|
|
|
|
|
|
|
"618763408", "Terowie", |
|
12437
|
|
|
|
|
|
|
"61240086", "Stroud", |
|
12438
|
|
|
|
|
|
|
"613451035", "Bessiebelle", |
|
12439
|
|
|
|
|
|
|
"61269975", "Darlington\ Point", |
|
12440
|
|
|
|
|
|
|
"61358394", "Brassi", |
|
12441
|
|
|
|
|
|
|
"61265275", "Rawdon\ Vale", |
|
12442
|
|
|
|
|
|
|
"61350156", "Wemen", |
|
12443
|
|
|
|
|
|
|
"618683112", "Varley", |
|
12444
|
|
|
|
|
|
|
"61352361", "Birregurra", |
|
12445
|
|
|
|
|
|
|
"61875144", "Culburra", |
|
12446
|
|
|
|
|
|
|
"618600924", "Westonia", |
|
12447
|
|
|
|
|
|
|
"61354117", "Charlton", |
|
12448
|
|
|
|
|
|
|
"61879348", "Tablelands", |
|
12449
|
|
|
|
|
|
|
"612533040", "Merriganowry", |
|
12450
|
|
|
|
|
|
|
"61745581", "Miles", |
|
12451
|
|
|
|
|
|
|
"613451348", "Timboon", |
|
12452
|
|
|
|
|
|
|
"61244441", "Nowra", |
|
12453
|
|
|
|
|
|
|
"61387641", "Kalkallo", |
|
12454
|
|
|
|
|
|
|
"618967032", "Northam", |
|
12455
|
|
|
|
|
|
|
"618908069", "Kalgoorlie", |
|
12456
|
|
|
|
|
|
|
"61266155", "Urbenville", |
|
12457
|
|
|
|
|
|
|
"61357079", "Bonnie\ Doon", |
|
12458
|
|
|
|
|
|
|
"61354172", "Kyneton", |
|
12459
|
|
|
|
|
|
|
"61340178", "Natya", |
|
12460
|
|
|
|
|
|
|
"61383482", "Sydenham", |
|
12461
|
|
|
|
|
|
|
"61260098", "Gerogery", |
|
12462
|
|
|
|
|
|
|
"61364590", "Devonport", |
|
12463
|
|
|
|
|
|
|
"612574168", "Tenterden", |
|
12464
|
|
|
|
|
|
|
"61897588", "Margaret\ River", |
|
12465
|
|
|
|
|
|
|
"61240205", "Nelson\ Bay", |
|
12466
|
|
|
|
|
|
|
"613441234", "Nullawil", |
|
12467
|
|
|
|
|
|
|
"61251175", "Anembo", |
|
12468
|
|
|
|
|
|
|
"61364023", "Sheffield", |
|
12469
|
|
|
|
|
|
|
"61363586", "Lilydale", |
|
12470
|
|
|
|
|
|
|
"6135147", "Maffra", |
|
12471
|
|
|
|
|
|
|
"618763991", "Port\ Augusta", |
|
12472
|
|
|
|
|
|
|
"61889062", "Nhulunbuy", |
|
12473
|
|
|
|
|
|
|
"61351208", "Baw\ Baw", |
|
12474
|
|
|
|
|
|
|
"61887997", "Western\ Flat", |
|
12475
|
|
|
|
|
|
|
"61747484", "Barkly", |
|
12476
|
|
|
|
|
|
|
"617486970", "Ubobo", |
|
12477
|
|
|
|
|
|
|
"61896388", "Dowerin", |
|
12478
|
|
|
|
|
|
|
"6136357", "Gladstone", |
|
12479
|
|
|
|
|
|
|
"61353836", "Laharum", |
|
12480
|
|
|
|
|
|
|
"618964413", "Badgingarra", |
|
12481
|
|
|
|
|
|
|
"61246075", "Campbelltown", |
|
12482
|
|
|
|
|
|
|
"61728003", "Beenleigh", |
|
12483
|
|
|
|
|
|
|
"61747928", "Mutarnee\/Palm\ Island", |
|
12484
|
|
|
|
|
|
|
"61736676", "Sandgate", |
|
12485
|
|
|
|
|
|
|
"61350420", "Werrimull", |
|
12486
|
|
|
|
|
|
|
"61240544", "Stroud", |
|
12487
|
|
|
|
|
|
|
"61880173", "Tepco", |
|
12488
|
|
|
|
|
|
|
"61359657", "Healesville", |
|
12489
|
|
|
|
|
|
|
"61877070", "Padthaway", |
|
12490
|
|
|
|
|
|
|
"61898204", "Cairlocup", |
|
12491
|
|
|
|
|
|
|
"61250196", "Culcairn", |
|
12492
|
|
|
|
|
|
|
"61745953", "Roma", |
|
12493
|
|
|
|
|
|
|
"612574903", "Bingara", |
|
12494
|
|
|
|
|
|
|
"61741770", "Fraser\ Island", |
|
12495
|
|
|
|
|
|
|
"61253203", "Burraga", |
|
12496
|
|
|
|
|
|
|
"61248643", "Binda", |
|
12497
|
|
|
|
|
|
|
"617441974", "Townsville", |
|
12498
|
|
|
|
|
|
|
"61358001", "Shepparton", |
|
12499
|
|
|
|
|
|
|
"61268449", "Weetaliba", |
|
12500
|
|
|
|
|
|
|
"617750104", "Barcaldine", |
|
12501
|
|
|
|
|
|
|
"61896957", "Cunderdin", |
|
12502
|
|
|
|
|
|
|
"61352690", "Apollo\ Bay", |
|
12503
|
|
|
|
|
|
|
"613542040", "Heathcote", |
|
12504
|
|
|
|
|
|
|
"618683404", "Perillup", |
|
12505
|
|
|
|
|
|
|
"612583744", "Warren", |
|
12506
|
|
|
|
|
|
|
"61243808", "Gosford", |
|
12507
|
|
|
|
|
|
|
"613532334", "Mount\ Wallace", |
|
12508
|
|
|
|
|
|
|
"617452694", "Cunningham", |
|
12509
|
|
|
|
|
|
|
"61897473", "Nyamup", |
|
12510
|
|
|
|
|
|
|
"61245038", "Wisemans\ Ferry", |
|
12511
|
|
|
|
|
|
|
"6129763", "Sydney", |
|
12512
|
|
|
|
|
|
|
"61748044", "Calen", |
|
12513
|
|
|
|
|
|
|
"618661003", "Northam", |
|
12514
|
|
|
|
|
|
|
"61342036", "Lorne", |
|
12515
|
|
|
|
|
|
|
"61899112", "Northampton", |
|
12516
|
|
|
|
|
|
|
"61851232", "Port\ Hedland", |
|
12517
|
|
|
|
|
|
|
"61747037", "Camooweal", |
|
12518
|
|
|
|
|
|
|
"61257032", "Yarrowitch", |
|
12519
|
|
|
|
|
|
|
"61267089", "Marple", |
|
12520
|
|
|
|
|
|
|
"61743321", "Gayndah", |
|
12521
|
|
|
|
|
|
|
"61264182", "Delegate", |
|
12522
|
|
|
|
|
|
|
"6187087", "Adelaide", |
|
12523
|
|
|
|
|
|
|
"61384083", "Eltham", |
|
12524
|
|
|
|
|
|
|
"613573083", "Longwood", |
|
12525
|
|
|
|
|
|
|
"618660797", "Aldersyde", |
|
12526
|
|
|
|
|
|
|
"61359024", "Pakenham", |
|
12527
|
|
|
|
|
|
|
"61890599", "Mukinbudin", |
|
12528
|
|
|
|
|
|
|
"613432156", "Landsborough", |
|
12529
|
|
|
|
|
|
|
"61348242", "Wanganella", |
|
12530
|
|
|
|
|
|
|
"61344329", "Echuca", |
|
12531
|
|
|
|
|
|
|
"61899177", "Ajana", |
|
12532
|
|
|
|
|
|
|
"61885707", "Walker\ Flat", |
|
12533
|
|
|
|
|
|
|
"61899221", "Cue", |
|
12534
|
|
|
|
|
|
|
"61249171", "Mulbring", |
|
12535
|
|
|
|
|
|
|
"61868072", "Ravensthorpe\ West", |
|
12536
|
|
|
|
|
|
|
"61362051", "Margate", |
|
12537
|
|
|
|
|
|
|
"613553633", "Chetwynd", |
|
12538
|
|
|
|
|
|
|
"612532828", "Frogmore", |
|
12539
|
|
|
|
|
|
|
"617476361", "Walker", |
|
12540
|
|
|
|
|
|
|
"61358196", "Rushworth", |
|
12541
|
|
|
|
|
|
|
"61886761", "Cummins", |
|
12542
|
|
|
|
|
|
|
"617442839", "Croydon", |
|
12543
|
|
|
|
|
|
|
"61250001", "Albury", |
|
12544
|
|
|
|
|
|
|
"61899170", "Upper\ Gascoyne", |
|
12545
|
|
|
|
|
|
|
"61885700", "Swan\ Reach", |
|
12546
|
|
|
|
|
|
|
"61743098", "Fraser\ Island", |
|
12547
|
|
|
|
|
|
|
"617458644", "Legume", |
|
12548
|
|
|
|
|
|
|
"61355191", "Wombelano", |
|
12549
|
|
|
|
|
|
|
"61266013", "Casino", |
|
12550
|
|
|
|
|
|
|
"61742293", "Silkwood", |
|
12551
|
|
|
|
|
|
|
"61362975", "Hobart", |
|
12552
|
|
|
|
|
|
|
"618854960", "Mannum", |
|
12553
|
|
|
|
|
|
|
"61865565", "Perth", |
|
12554
|
|
|
|
|
|
|
"6189526", "Byford", |
|
12555
|
|
|
|
|
|
|
"618683474", "Arthur\ River", |
|
12556
|
|
|
|
|
|
|
"61868017", "Albany", |
|
12557
|
|
|
|
|
|
|
"61747030", "Burdekin", |
|
12558
|
|
|
|
|
|
|
"613545020", "Rochester", |
|
12559
|
|
|
|
|
|
|
"61867051", "Marybrook", |
|
12560
|
|
|
|
|
|
|
"61887074", "Monkoora", |
|
12561
|
|
|
|
|
|
|
"618661073", "Studleigh", |
|
12562
|
|
|
|
|
|
|
"61268058", "Girilambone", |
|
12563
|
|
|
|
|
|
|
"61363469", "Evandale", |
|
12564
|
|
|
|
|
|
|
"61877077", "Tantanoola", |
|
12565
|
|
|
|
|
|
|
"612574973", "Tamworth", |
|
12566
|
|
|
|
|
|
|
"612583261", "Fairholme", |
|
12567
|
|
|
|
|
|
|
"61741777", "Proston", |
|
12568
|
|
|
|
|
|
|
"61359650", "Warburton", |
|
12569
|
|
|
|
|
|
|
"61898809", "Kulin\ West", |
|
12570
|
|
|
|
|
|
|
"61743495", "Gooroolba", |
|
12571
|
|
|
|
|
|
|
"612691981", "Rannock", |
|
12572
|
|
|
|
|
|
|
"61350427", "Underbool", |
|
12573
|
|
|
|
|
|
|
"617750174", "Miamba", |
|
12574
|
|
|
|
|
|
|
"6186436", "Perth", |
|
12575
|
|
|
|
|
|
|
"61896950", "Moora", |
|
12576
|
|
|
|
|
|
|
"618903862", "Marvel\ Loch", |
|
12577
|
|
|
|
|
|
|
"61352697", "Barwon\ Downs", |
|
12578
|
|
|
|
|
|
|
"61240242", "Nelson\ Bay", |
|
12579
|
|
|
|
|
|
|
"61385184", "Melbourne", |
|
12580
|
|
|
|
|
|
|
"61350935", "Ultima", |
|
12581
|
|
|
|
|
|
|
"617441904", "Kalkadoon", |
|
12582
|
|
|
|
|
|
|
"617473954", "Mount\ Isa", |
|
12583
|
|
|
|
|
|
|
"61898502", "Nalyerlup", |
|
12584
|
|
|
|
|
|
|
"61356515", "Foster", |
|
12585
|
|
|
|
|
|
|
"612683723", "Farrendale", |
|
12586
|
|
|
|
|
|
|
"61259361", "Yaven\ Creek", |
|
12587
|
|
|
|
|
|
|
"618683583", "Bokerup", |
|
12588
|
|
|
|
|
|
|
"61887990", "Monkoora", |
|
12589
|
|
|
|
|
|
|
"61875346", "Tailem\ Bend", |
|
12590
|
|
|
|
|
|
|
"61353726", "Glenisla", |
|
12591
|
|
|
|
|
|
|
"61268455", "Wellington", |
|
12592
|
|
|
|
|
|
|
"61877012", "Willalooka", |
|
12593
|
|
|
|
|
|
|
"61741712", "Nanango", |
|
12594
|
|
|
|
|
|
|
"61266936", "Ettrick", |
|
12595
|
|
|
|
|
|
|
"61243262", "Wyong", |
|
12596
|
|
|
|
|
|
|
"618762603", "Miltalie", |
|
12597
|
|
|
|
|
|
|
"61350354", "Manangatang", |
|
12598
|
|
|
|
|
|
|
"612457", "Windsor", |
|
12599
|
|
|
|
|
|
|
"613451311", "Casterton", |
|
12600
|
|
|
|
|
|
|
"61742609", "Kowanyama", |
|
12601
|
|
|
|
|
|
|
"612593925", "Milbrulong", |
|
12602
|
|
|
|
|
|
|
"61742652", "Kowanyama", |
|
12603
|
|
|
|
|
|
|
"618661125", "Coomallo", |
|
12604
|
|
|
|
|
|
|
"61753188", "Maleny", |
|
12605
|
|
|
|
|
|
|
"6128378", "Sydney", |
|
12606
|
|
|
|
|
|
|
"61897871", "Tonebridge", |
|
12607
|
|
|
|
|
|
|
"612593746", "West\ Wyalong", |
|
12608
|
|
|
|
|
|
|
"61266752", "Ettrick", |
|
12609
|
|
|
|
|
|
|
"618996757", "Yallalong", |
|
12610
|
|
|
|
|
|
|
"61359008", "Emerald", |
|
12611
|
|
|
|
|
|
|
"61348086", "Yalca", |
|
12612
|
|
|
|
|
|
|
"61357618", "Wangaratta", |
|
12613
|
|
|
|
|
|
|
"61268064", "Gwabegar", |
|
12614
|
|
|
|
|
|
|
"61364597", "Currie", |
|
12615
|
|
|
|
|
|
|
"61745794", "Guluguba", |
|
12616
|
|
|
|
|
|
|
"618850691", "Paruna", |
|
12617
|
|
|
|
|
|
|
"61266149", "Coutts\ Crossing", |
|
12618
|
|
|
|
|
|
|
"617563024", "Southport", |
|
12619
|
|
|
|
|
|
|
"61367163", "Bridport", |
|
12620
|
|
|
|
|
|
|
"61889029", "Alice\ Springs", |
|
12621
|
|
|
|
|
|
|
"612570142", "Somerton", |
|
12622
|
|
|
|
|
|
|
"618989077", "Yealering", |
|
12623
|
|
|
|
|
|
|
"61284169", "Dural", |
|
12624
|
|
|
|
|
|
|
"6188754", "Wirrega", |
|
12625
|
|
|
|
|
|
|
"61345081", "Penshurst", |
|
12626
|
|
|
|
|
|
|
"61357315", "Jamieson", |
|
12627
|
|
|
|
|
|
|
"618660118", "Paynes\ Find", |
|
12628
|
|
|
|
|
|
|
"612594354", "Tumorrama", |
|
12629
|
|
|
|
|
|
|
"612530222", "Bribbaree", |
|
12630
|
|
|
|
|
|
|
"61341401", "Baw\ Baw", |
|
12631
|
|
|
|
|
|
|
"61898852", "Williams", |
|
12632
|
|
|
|
|
|
|
"618867746", "Morchard", |
|
12633
|
|
|
|
|
|
|
"61742766", "Cairns", |
|
12634
|
|
|
|
|
|
|
"618683643", "Narrogin", |
|
12635
|
|
|
|
|
|
|
"61742447", "Cairns", |
|
12636
|
|
|
|
|
|
|
"61741053", "Gayndah", |
|
12637
|
|
|
|
|
|
|
"618996733", "Lynton", |
|
12638
|
|
|
|
|
|
|
"61746122", "Cambooya", |
|
12639
|
|
|
|
|
|
|
"61255151", "Mount\ Olive", |
|
12640
|
|
|
|
|
|
|
"61885140", "Narrung", |
|
12641
|
|
|
|
|
|
|
"61238148", "Gundillion", |
|
12642
|
|
|
|
|
|
|
"61344362", "Bendigo", |
|
12643
|
|
|
|
|
|
|
"618682209", "Yealering", |
|
12644
|
|
|
|
|
|
|
"61343016", "Ballarat", |
|
12645
|
|
|
|
|
|
|
"61248178", "Binda", |
|
12646
|
|
|
|
|
|
|
"612532836", "Hampton", |
|
12647
|
|
|
|
|
|
|
"61756153", "Beaudesert", |
|
12648
|
|
|
|
|
|
|
"618763478", "Melrose", |
|
12649
|
|
|
|
|
|
|
"61898228", "Congee", |
|
12650
|
|
|
|
|
|
|
"61880911", "Tepco", |
|
12651
|
|
|
|
|
|
|
"61353645", "Maroona", |
|
12652
|
|
|
|
|
|
|
"613531832", "Linton", |
|
12653
|
|
|
|
|
|
|
"61348205", "Tocumwal", |
|
12654
|
|
|
|
|
|
|
"61886531", "Tarcoola", |
|
12655
|
|
|
|
|
|
|
"617459898", "Surat", |
|
12656
|
|
|
|
|
|
|
"6126372", "Mudgee", |
|
12657
|
|
|
|
|
|
|
"61342227", "Geelong", |
|
12658
|
|
|
|
|
|
|
"61891021", "Derby", |
|
12659
|
|
|
|
|
|
|
"6135051", "Mildura", |
|
12660
|
|
|
|
|
|
|
"61361291", "Margate", |
|
12661
|
|
|
|
|
|
|
"61747904", "Ayr", |
|
12662
|
|
|
|
|
|
|
"61258156", "Wirrinya", |
|
12663
|
|
|
|
|
|
|
"61746211", "Augathella", |
|
12664
|
|
|
|
|
|
|
"61342171", "Inverleigh", |
|
12665
|
|
|
|
|
|
|
"61268600", "Goorianawa", |
|
12666
|
|
|
|
|
|
|
"61351906", "Mount\ Taylor", |
|
12667
|
|
|
|
|
|
|
"61748469", "Cannon\ Valley", |
|
12668
|
|
|
|
|
|
|
"61350665", "Manangatang", |
|
12669
|
|
|
|
|
|
|
"61256271", "Tyringham", |
|
12670
|
|
|
|
|
|
|
"61899428", "Mullewa", |
|
12671
|
|
|
|
|
|
|
"618683065", "Kondinin", |
|
12672
|
|
|
|
|
|
|
"61259036", "Morundah", |
|
12673
|
|
|
|
|
|
|
"61756122", "Rathdowney", |
|
12674
|
|
|
|
|
|
|
"61260260", "Gerogery", |
|
12675
|
|
|
|
|
|
|
"6124910", "Newcastle", |
|
12676
|
|
|
|
|
|
|
"61895157", "Lake\ Clifton", |
|
12677
|
|
|
|
|
|
|
"61748118", "Benaraby", |
|
12678
|
|
|
|
|
|
|
"61357446", "Yea", |
|
12679
|
|
|
|
|
|
|
"617458999", "Dirranbandi", |
|
12680
|
|
|
|
|
|
|
"61899984", "Warradarge", |
|
12681
|
|
|
|
|
|
|
"617441428", "Townsville", |
|
12682
|
|
|
|
|
|
|
"61741022", "Brooklands", |
|
12683
|
|
|
|
|
|
|
"61354362", "Lockington", |
|
12684
|
|
|
|
|
|
|
"61353016", "Crymelon", |
|
12685
|
|
|
|
|
|
|
"61340368", "Werrimull", |
|
12686
|
|
|
|
|
|
|
"61741444", "Maryborough", |
|
12687
|
|
|
|
|
|
|
"61258178", "Widgeland", |
|
12688
|
|
|
|
|
|
|
"61352171", "Apollo\ Bay", |
|
12689
|
|
|
|
|
|
|
"61263240", "Bathurst", |
|
12690
|
|
|
|
|
|
|
"61756211", "Southport", |
|
12691
|
|
|
|
|
|
|
"61251027", "Burrinjuck", |
|
12692
|
|
|
|
|
|
|
"61248156", "Gundillion", |
|
12693
|
|
|
|
|
|
|
"618601000", "Burracoppin\ South", |
|
12694
|
|
|
|
|
|
|
"61888787", "Hallett", |
|
12695
|
|
|
|
|
|
|
"61242024", "Kiama", |
|
12696
|
|
|
|
|
|
|
"61896121", "Jennacubbine", |
|
12697
|
|
|
|
|
|
|
"61341224", "Nowa\ Nowa", |
|
12698
|
|
|
|
|
|
|
"61896277", "Beverley", |
|
12699
|
|
|
|
|
|
|
"61255213", "Lord\ Howe\ Island", |
|
12700
|
|
|
|
|
|
|
"617452534", "Cooyar", |
|
12701
|
|
|
|
|
|
|
"61897116", "Donnybrook", |
|
12702
|
|
|
|
|
|
|
"618982264", "Denmark", |
|
12703
|
|
|
|
|
|
|
"61743188", "Manumbar", |
|
12704
|
|
|
|
|
|
|
"61748851", "Hodgson\ Range", |
|
12705
|
|
|
|
|
|
|
"6139501", "Clayton", |
|
12706
|
|
|
|
|
|
|
"612594136", "Morundah", |
|
12707
|
|
|
|
|
|
|
"612532950", "Cudal", |
|
12708
|
|
|
|
|
|
|
"618600249", "Mount\ Merivale", |
|
12709
|
|
|
|
|
|
|
"612685692", "Grawin", |
|
12710
|
|
|
|
|
|
|
"61899025", "Cue", |
|
12711
|
|
|
|
|
|
|
"61240394", "Stroud", |
|
12712
|
|
|
|
|
|
|
"61358086", "Tatura", |
|
12713
|
|
|
|
|
|
|
"61742623", "Peninsula", |
|
12714
|
|
|
|
|
|
|
"6129980", "Terrey\ Hills", |
|
12715
|
|
|
|
|
|
|
"61745969", "Dalby", |
|
12716
|
|
|
|
|
|
|
"61353933", "Serviceton", |
|
12717
|
|
|
|
|
|
|
"618683619", "Kojonup", |
|
12718
|
|
|
|
|
|
|
"612532915", "Millthorpe", |
|
12719
|
|
|
|
|
|
|
"618967622", "Beacon", |
|
12720
|
|
|
|
|
|
|
"61263891", "Monteagle", |
|
12721
|
|
|
|
|
|
|
"61887066", "Millicent", |
|
12722
|
|
|
|
|
|
|
"61745856", "Yelarbon", |
|
12723
|
|
|
|
|
|
|
"61747579", "Yabulu", |
|
12724
|
|
|
|
|
|
|
"61898823", "Nomans\ Lake", |
|
12725
|
|
|
|
|
|
|
"61351401", "Dargo", |
|
12726
|
|
|
|
|
|
|
"618660922", "Regans\ Ford", |
|
12727
|
|
|
|
|
|
|
"613470800", "Thoona", |
|
12728
|
|
|
|
|
|
|
"61344110", "Maryborough", |
|
12729
|
|
|
|
|
|
|
"617458764", "Billa\ Billa", |
|
12730
|
|
|
|
|
|
|
"61386691", "Melbourne", |
|
12731
|
|
|
|
|
|
|
"61355081", "Hamilton", |
|
12732
|
|
|
|
|
|
|
"61399940", "Point\ Cook", |
|
12733
|
|
|
|
|
|
|
"61367145", "Glengarry", |
|
12734
|
|
|
|
|
|
|
"61898395", "Hopetoun", |
|
12735
|
|
|
|
|
|
|
"61743267", "Gayndah", |
|
12736
|
|
|
|
|
|
|
"61269844", "Carabost", |
|
12737
|
|
|
|
|
|
|
"61340427", "Cunninyeuk", |
|
12738
|
|
|
|
|
|
|
"618859955", "Perponda", |
|
12739
|
|
|
|
|
|
|
"61753495", "Rosewood", |
|
12740
|
|
|
|
|
|
|
"6126744", "Curlewis", |
|
12741
|
|
|
|
|
|
|
"618753195", "Sedan", |
|
12742
|
|
|
|
|
|
|
"61351694", "Seaspray", |
|
12743
|
|
|
|
|
|
|
"612530199", "Ooma", |
|
12744
|
|
|
|
|
|
|
"618753484", "Lowbank", |
|
12745
|
|
|
|
|
|
|
"61875018", "Strathalbyn", |
|
12746
|
|
|
|
|
|
|
"61745506", "North\ Star", |
|
12747
|
|
|
|
|
|
|
"61887613", "Kingston\ Se", |
|
12748
|
|
|
|
|
|
|
"617750389", "Robinson\ Gorge", |
|
12749
|
|
|
|
|
|
|
"61256319", "Ettrick", |
|
12750
|
|
|
|
|
|
|
"61886947", "Mount\ Hope", |
|
12751
|
|
|
|
|
|
|
"61891711", "Christmas\ Island", |
|
12752
|
|
|
|
|
|
|
"61250242", "Walla\ Walla", |
|
12753
|
|
|
|
|
|
|
"61742774", "Euramo", |
|
12754
|
|
|
|
|
|
|
"61747696", "Kalkadoon", |
|
12755
|
|
|
|
|
|
|
"61899367", "Carnarvon", |
|
12756
|
|
|
|
|
|
|
"618683763", "Perillup", |
|
12757
|
|
|
|
|
|
|
"612594128", "Lockhart", |
|
12758
|
|
|
|
|
|
|
"61748501", "Gladstone", |
|
12759
|
|
|
|
|
|
|
"61343726", "Ballarat", |
|
12760
|
|
|
|
|
|
|
"61740247", "Molloy", |
|
12761
|
|
|
|
|
|
|
"61898698", "Rocky\ Gully", |
|
12762
|
|
|
|
|
|
|
"617487023", "Gayfield", |
|
12763
|
|
|
|
|
|
|
"617458677", "Tambo", |
|
12764
|
|
|
|
|
|
|
"61261307", "Burrinjuck", |
|
12765
|
|
|
|
|
|
|
"6128802", "Parramatta", |
|
12766
|
|
|
|
|
|
|
"61340354", "Patchewollock", |
|
12767
|
|
|
|
|
|
|
"61253262", "Bathurst", |
|
12768
|
|
|
|
|
|
|
"612583707", "Gollan", |
|
12769
|
|
|
|
|
|
|
"61775023", "Cambooya", |
|
12770
|
|
|
|
|
|
|
"61888805", "Kadina", |
|
12771
|
|
|
|
|
|
|
"61348196", "Shepparton", |
|
12772
|
|
|
|
|
|
|
"61357537", "Mansfield", |
|
12773
|
|
|
|
|
|
|
"617441436", "Boulia", |
|
12774
|
|
|
|
|
|
|
"617750147", "Goombungee", |
|
12775
|
|
|
|
|
|
|
"61265955", "Singleton", |
|
12776
|
|
|
|
|
|
|
"61363118", "Fingal", |
|
12777
|
|
|
|
|
|
|
"61268076", "Myamley", |
|
12778
|
|
|
|
|
|
|
"61753098", "Caloundra", |
|
12779
|
|
|
|
|
|
|
"61259220", "Ganmain", |
|
12780
|
|
|
|
|
|
|
"612593666", "Barmedman", |
|
12781
|
|
|
|
|
|
|
"61240001", "Branxton", |
|
12782
|
|
|
|
|
|
|
"61890007", "Baandee", |
|
12783
|
|
|
|
|
|
|
"61350643", "Natya", |
|
12784
|
|
|
|
|
|
|
"61269138", "Barellan", |
|
12785
|
|
|
|
|
|
|
"6124974", "Newcastle", |
|
12786
|
|
|
|
|
|
|
"618858562", "Meningie", |
|
12787
|
|
|
|
|
|
|
"612574260", "Ogunbil", |
|
12788
|
|
|
|
|
|
|
"61752293", "Laidley", |
|
12789
|
|
|
|
|
|
|
"612593818", "Tarcutta", |
|
12790
|
|
|
|
|
|
|
"61891548", "Newman", |
|
12791
|
|
|
|
|
|
|
"618753416", "Mount\ Pleasant", |
|
12792
|
|
|
|
|
|
|
"61265334", "Comara", |
|
12793
|
|
|
|
|
|
|
"61265071", "Jerrys\ Plains", |
|
12794
|
|
|
|
|
|
|
"61341569", "Baw\ Baw", |
|
12795
|
|
|
|
|
|
|
"613553802", "Harrow", |
|
12796
|
|
|
|
|
|
|
"61872824", "Mount\ Barker", |
|
12797
|
|
|
|
|
|
|
"61261113", "Bungendore", |
|
12798
|
|
|
|
|
|
|
"61745639", "Tambo", |
|
12799
|
|
|
|
|
|
|
"61895426", "Gidgegannup", |
|
12800
|
|
|
|
|
|
|
"61353598", "Glenorchy", |
|
12801
|
|
|
|
|
|
|
"613953", "Melbourne", |
|
12802
|
|
|
|
|
|
|
"61255038", "Byabarra", |
|
12803
|
|
|
|
|
|
|
"61748453", "Proserpine", |
|
12804
|
|
|
|
|
|
|
"61256478", "Ballina", |
|
12805
|
|
|
|
|
|
|
"61740891", "Georgetown", |
|
12806
|
|
|
|
|
|
|
"613442040", "Bendigo", |
|
12807
|
|
|
|
|
|
|
"6125620", "Casino", |
|
12808
|
|
|
|
|
|
|
"613451295", "Tahara", |
|
12809
|
|
|
|
|
|
|
"61265949", "Comara", |
|
12810
|
|
|
|
|
|
|
"61352036", "Apollo\ Bay", |
|
12811
|
|
|
|
|
|
|
"61746418", "Nobby", |
|
12812
|
|
|
|
|
|
|
"6138002", "Sunbury", |
|
12813
|
|
|
|
|
|
|
"61238014", "Lost\ River", |
|
12814
|
|
|
|
|
|
|
"61351981", "Rosedale", |
|
12815
|
|
|
|
|
|
|
"613553872", "Wombelano", |
|
12816
|
|
|
|
|
|
|
"61361498", "Dover", |
|
12817
|
|
|
|
|
|
|
"61263493", "Caragabal", |
|
12818
|
|
|
|
|
|
|
"617441947", "Greenvale", |
|
12819
|
|
|
|
|
|
|
"61749111", "Rockhampton", |
|
12820
|
|
|
|
|
|
|
"61756169", "Tamborine\ Mountain", |
|
12821
|
|
|
|
|
|
|
"61357530", "Puckapunyal", |
|
12822
|
|
|
|
|
|
|
"61244139", "Moruya", |
|
12823
|
|
|
|
|
|
|
"61247032", "Mount\ Wilson", |
|
12824
|
|
|
|
|
|
|
"61753321", "Maleny", |
|
12825
|
|
|
|
|
|
|
"61260188", "Eskdale", |
|
12826
|
|
|
|
|
|
|
"618753503", "Peebinga", |
|
12827
|
|
|
|
|
|
|
"61890000", "Kalgoorlie", |
|
12828
|
|
|
|
|
|
|
"61259171", "Carabost", |
|
12829
|
|
|
|
|
|
|
"617452621", "Mount\ Tyson", |
|
12830
|
|
|
|
|
|
|
"61351803", "Golden\ Beach", |
|
12831
|
|
|
|
|
|
|
"617486889", "Alpha", |
|
12832
|
|
|
|
|
|
|
"61354329", "Colbinabbin", |
|
12833
|
|
|
|
|
|
|
"61259227", "Rannock", |
|
12834
|
|
|
|
|
|
|
"61741069", "Rosedale", |
|
12835
|
|
|
|
|
|
|
"61746015", "Augathella", |
|
12836
|
|
|
|
|
|
|
"61341208", "Yarram", |
|
12837
|
|
|
|
|
|
|
"61255927", "Singleton", |
|
12838
|
|
|
|
|
|
|
"61890664", "Collurabbie", |
|
12839
|
|
|
|
|
|
|
"618850294", "Berri", |
|
12840
|
|
|
|
|
|
|
"61886689", "Whyalla", |
|
12841
|
|
|
|
|
|
|
"61740240", "Atherton", |
|
12842
|
|
|
|
|
|
|
"61388744", "Ringwood", |
|
12843
|
|
|
|
|
|
|
"61891225", "Millstream", |
|
12844
|
|
|
|
|
|
|
"6186152", "Perth", |
|
12845
|
|
|
|
|
|
|
"61361095", "Hobart", |
|
12846
|
|
|
|
|
|
|
"61253564", "Kandos", |
|
12847
|
|
|
|
|
|
|
"61341486", "Yarram", |
|
12848
|
|
|
|
|
|
|
"61367159", "Avoca", |
|
12849
|
|
|
|
|
|
|
"612583777", "Bruie\ Plains", |
|
12850
|
|
|
|
|
|
|
"61364052", "Waratah", |
|
12851
|
|
|
|
|
|
|
"61256075", "Tabulam", |
|
12852
|
|
|
|
|
|
|
"61352913", "Geelong", |
|
12853
|
|
|
|
|
|
|
"61898563", "Kulin", |
|
12854
|
|
|
|
|
|
|
"618865948", "Penong", |
|
12855
|
|
|
|
|
|
|
"61255435", "Widden\ Valley", |
|
12856
|
|
|
|
|
|
|
"61257383", "Nowendoc", |
|
12857
|
|
|
|
|
|
|
"617458607", "Crows\ Nest", |
|
12858
|
|
|
|
|
|
|
"61284153", "Terrey\ Hills", |
|
12859
|
|
|
|
|
|
|
"61345006", "Panmure", |
|
12860
|
|
|
|
|
|
|
"61240196", "Bandon\ Grove", |
|
12861
|
|
|
|
|
|
|
"618753340", "Mannum", |
|
12862
|
|
|
|
|
|
|
"61749858", "Middlemount", |
|
12863
|
|
|
|
|
|
|
"61743260", "Gaeta", |
|
12864
|
|
|
|
|
|
|
"61340420", "Arumpo", |
|
12865
|
|
|
|
|
|
|
"6173122", "Brisbane", |
|
12866
|
|
|
|
|
|
|
"61899360", "Ajana", |
|
12867
|
|
|
|
|
|
|
"618763924", "Wanilla", |
|
12868
|
|
|
|
|
|
|
"61886940", "Kapinnie", |
|
12869
|
|
|
|
|
|
|
"6189780", "Bunbury", |
|
12870
|
|
|
|
|
|
|
"613642", "Devonport", |
|
12871
|
|
|
|
|
|
|
"61899404", "Gutha\ West", |
|
12872
|
|
|
|
|
|
|
"613572486", "Mount\ Buller", |
|
12873
|
|
|
|
|
|
|
"61745922", "Goombungee", |
|
12874
|
|
|
|
|
|
|
"61342361", "Aireys\ Inlet", |
|
12875
|
|
|
|
|
|
|
"61879016", "Carpentaria", |
|
12876
|
|
|
|
|
|
|
"61340156", "Mildura", |
|
12877
|
|
|
|
|
|
|
"61749508", "Glenden", |
|
12878
|
|
|
|
|
|
|
"61888549", "Warooka", |
|
12879
|
|
|
|
|
|
|
"61362844", "Orford", |
|
12880
|
|
|
|
|
|
|
"61344117", "Echuca", |
|
12881
|
|
|
|
|
|
|
"61248665", "Gunning", |
|
12882
|
|
|
|
|
|
|
"61888842", "Moonta", |
|
12883
|
|
|
|
|
|
|
"613470870", "Euroa", |
|
12884
|
|
|
|
|
|
|
"612583664", "Ballimore", |
|
12885
|
|
|
|
|
|
|
"61253229", "Young", |
|
12886
|
|
|
|
|
|
|
"61895582", "Mandurah", |
|
12887
|
|
|
|
|
|
|
"6189755", "Marybrook", |
|
12888
|
|
|
|
|
|
|
"613553946", "Hawkesdale", |
|
12889
|
|
|
|
|
|
|
"61898733", "Unicup", |
|
12890
|
|
|
|
|
|
|
"61261055", "Captains\ Flat", |
|
12891
|
|
|
|
|
|
|
"617485884", "Nathan\ Gorge", |
|
12892
|
|
|
|
|
|
|
"618600991", "Baandee", |
|
12893
|
|
|
|
|
|
|
"61367102", "Rossarden", |
|
12894
|
|
|
|
|
|
|
"61364009", "Stanley", |
|
12895
|
|
|
|
|
|
|
"6139255", "Melbourne", |
|
12896
|
|
|
|
|
|
|
"613470594", "Killawarra", |
|
12897
|
|
|
|
|
|
|
"61875233", "Gawler", |
|
12898
|
|
|
|
|
|
|
"61250205", "Nariel", |
|
12899
|
|
|
|
|
|
|
"613450581", "Nirranda", |
|
12900
|
|
|
|
|
|
|
"61256583", "Casino", |
|
12901
|
|
|
|
|
|
|
"61264092", "Candelo", |
|
12902
|
|
|
|
|
|
|
"61267199", "Ogunbil", |
|
12903
|
|
|
|
|
|
|
"61350178", "Waitchie", |
|
12904
|
|
|
|
|
|
|
"61735061", "Brisbane", |
|
12905
|
|
|
|
|
|
|
"618601070", "Dundas", |
|
12906
|
|
|
|
|
|
|
"613531673", "Halls\ Gap", |
|
12907
|
|
|
|
|
|
|
"61341522", "Seaspray", |
|
12908
|
|
|
|
|
|
|
"61367373", "George\ Town", |
|
12909
|
|
|
|
|
|
|
"612583888", "Colane", |
|
12910
|
|
|
|
|
|
|
"61251020", "Rye\ Park", |
|
12911
|
|
|
|
|
|
|
"61753516", "Gatton", |
|
12912
|
|
|
|
|
|
|
"61749864", "Capella", |
|
12913
|
|
|
|
|
|
|
"61263247", "Gooloogong", |
|
12914
|
|
|
|
|
|
|
"61896270", "Bolgart", |
|
12915
|
|
|
|
|
|
|
"61246120", "Camden", |
|
12916
|
|
|
|
|
|
|
"61265136", "Taylors\ Arm", |
|
12917
|
|
|
|
|
|
|
"61888780", "Port\ Wakefield", |
|
12918
|
|
|
|
|
|
|
"612633", "Bathurst", |
|
12919
|
|
|
|
|
|
|
"61734382", "Bribie\ Island", |
|
12920
|
|
|
|
|
|
|
"61896514", "Dandaragan", |
|
12921
|
|
|
|
|
|
|
"61890658", "Bullaring", |
|
12922
|
|
|
|
|
|
|
"61895150", "Guilderton", |
|
12923
|
|
|
|
|
|
|
"61877125", "Willalooka", |
|
12924
|
|
|
|
|
|
|
"61253558", "Portland", |
|
12925
|
|
|
|
|
|
|
"61260267", "Barnawartha", |
|
12926
|
|
|
|
|
|
|
"61268131", "Dubbo", |
|
12927
|
|
|
|
|
|
|
"613553593", "South\ Purrumbete", |
|
12928
|
|
|
|
|
|
|
"617487105", "Calen", |
|
12929
|
|
|
|
|
|
|
"61250086", "Albury", |
|
12930
|
|
|
|
|
|
|
"61261458", "Gearys\ Gap", |
|
12931
|
|
|
|
|
|
|
"61867138", "Lake\ Clifton", |
|
12932
|
|
|
|
|
|
|
"618683022", "Arthur\ River", |
|
12933
|
|
|
|
|
|
|
"61263017", "Birriwa", |
|
12934
|
|
|
|
|
|
|
"61264588", "Delegate", |
|
12935
|
|
|
|
|
|
|
"61896350", "Dandaragan", |
|
12936
|
|
|
|
|
|
|
"6186496", "Armadale", |
|
12937
|
|
|
|
|
|
|
"61746868", "Greenmount", |
|
12938
|
|
|
|
|
|
|
"613442034", "Wycheproof", |
|
12939
|
|
|
|
|
|
|
"61240125", "Raymond\ Terrace", |
|
12940
|
|
|
|
|
|
|
"61890275", "Goldfields", |
|
12941
|
|
|
|
|
|
|
"6174326", "Bundaberg", |
|
12942
|
|
|
|
|
|
|
"61268434", "Baradine", |
|
12943
|
|
|
|
|
|
|
"61891533", "Sandfire", |
|
12944
|
|
|
|
|
|
|
"618683139", "Chittinup", |
|
12945
|
|
|
|
|
|
|
"617486937", "Isaac\ River", |
|
12946
|
|
|
|
|
|
|
"6138782", "Dandenong", |
|
12947
|
|
|
|
|
|
|
"61888999", "Yorketown", |
|
12948
|
|
|
|
|
|
|
"61895098", "Bindoon", |
|
12949
|
|
|
|
|
|
|
"61886023", "Cleve", |
|
12950
|
|
|
|
|
|
|
"61355130", "Poolaijelo", |
|
12951
|
|
|
|
|
|
|
"61269143", "Maude", |
|
12952
|
|
|
|
|
|
|
"61350638", "Ultima", |
|
12953
|
|
|
|
|
|
|
"61263072", "Euchareena", |
|
12954
|
|
|
|
|
|
|
"61341470", "Swifts\ Creek", |
|
12955
|
|
|
|
|
|
|
"617441386", "Burdekin", |
|
12956
|
|
|
|
|
|
|
"61891296", "Port\ Hedland", |
|
12957
|
|
|
|
|
|
|
"61361026", "Strathgordon", |
|
12958
|
|
|
|
|
|
|
"61299", "Sydney", |
|
12959
|
|
|
|
|
|
|
"61887390", "Tarpeena", |
|
12960
|
|
|
|
|
|
|
"61899518", "Marchagee", |
|
12961
|
|
|
|
|
|
|
"61747091", "Gunpowder", |
|
12962
|
|
|
|
|
|
|
"61899741", "Exmouth", |
|
12963
|
|
|
|
|
|
|
"618616", "Perth", |
|
12964
|
|
|
|
|
|
|
"617486953", "Nebo", |
|
12965
|
|
|
|
|
|
|
"61879246", "Daly", |
|
12966
|
|
|
|
|
|
|
"61257429", "Nundle", |
|
12967
|
|
|
|
|
|
|
"61265676", "Smithtown", |
|
12968
|
|
|
|
|
|
|
"61268087", "Albert", |
|
12969
|
|
|
|
|
|
|
"612594302", "Sandigo", |
|
12970
|
|
|
|
|
|
|
"6126568", "Macksville", |
|
12971
|
|
|
|
|
|
|
"61258266", "Coalbaggie", |
|
12972
|
|
|
|
|
|
|
"61746504", "Barcaldine", |
|
12973
|
|
|
|
|
|
|
"612583206", "Trundle", |
|
12974
|
|
|
|
|
|
|
"617442556", "Gunpowder", |
|
12975
|
|
|
|
|
|
|
"618967665", "Dukin", |
|
12976
|
|
|
|
|
|
|
"61342100", "Geelong", |
|
12977
|
|
|
|
|
|
|
"61268671", "Mandagery", |
|
12978
|
|
|
|
|
|
|
"618964475", "Gillingarra", |
|
12979
|
|
|
|
|
|
|
"618762615", "Port\ Augusta", |
|
12980
|
|
|
|
|
|
|
"61887931", "Rendelsham", |
|
12981
|
|
|
|
|
|
|
"618863563", "Minnipa", |
|
12982
|
|
|
|
|
|
|
"618660965", "Beverley", |
|
12983
|
|
|
|
|
|
|
"61240606", "Bandon\ Grove", |
|
12984
|
|
|
|
|
|
|
"61895495", "Gidgegannup", |
|
12985
|
|
|
|
|
|
|
"612574731", "Tamworth", |
|
12986
|
|
|
|
|
|
|
"618753334", "Lameroo", |
|
12987
|
|
|
|
|
|
|
"61740010", "Atherton", |
|
12988
|
|
|
|
|
|
|
"617459059", "Tabers", |
|
12989
|
|
|
|
|
|
|
"61370008", "Melbourne", |
|
12990
|
|
|
|
|
|
|
"618989198", "Quindanning", |
|
12991
|
|
|
|
|
|
|
"61860044", "Goldfields", |
|
12992
|
|
|
|
|
|
|
"61877196", "Penola", |
|
12993
|
|
|
|
|
|
|
"61250070", "Koetong", |
|
12994
|
|
|
|
|
|
|
"61340572", "Pan\ Ban", |
|
12995
|
|
|
|
|
|
|
"61354578", "Lake\ Meran", |
|
12996
|
|
|
|
|
|
|
"61885771", "Geranium", |
|
12997
|
|
|
|
|
|
|
"61899101", "Mullewa", |
|
12998
|
|
|
|
|
|
|
"61753284", "Kia\ Ora", |
|
12999
|
|
|
|
|
|
|
"61897182", "Balingup", |
|
13000
|
|
|
|
|
|
|
"61259631", "Maude", |
|
13001
|
|
|
|
|
|
|
"61896408", "Dangin", |
|
13002
|
|
|
|
|
|
|
"61269019", "Burcher", |
|
13003
|
|
|
|
|
|
|
"618680080", "Newdegate\ North", |
|
13004
|
|
|
|
|
|
|
"61351306", "Yarram", |
|
13005
|
|
|
|
|
|
|
"61392182", "Kalkallo", |
|
13006
|
|
|
|
|
|
|
"61896286", "Lancelin", |
|
13007
|
|
|
|
|
|
|
"617473902", "Gunpowder", |
|
13008
|
|
|
|
|
|
|
"61747460", "Georgina", |
|
13009
|
|
|
|
|
|
|
"617441952", "Halifax", |
|
13010
|
|
|
|
|
|
|
"61264473", "Nimmitabel", |
|
13011
|
|
|
|
|
|
|
"61746854", "Miles", |
|
13012
|
|
|
|
|
|
|
"61353611", "Stawell", |
|
13013
|
|
|
|
|
|
|
"6135633", "Trafalgar", |
|
13014
|
|
|
|
|
|
|
"61340517", "Kyalite", |
|
13015
|
|
|
|
|
|
|
"61747304", "Millaroo", |
|
13016
|
|
|
|
|
|
|
"61261161", "Burrinjuck", |
|
13017
|
|
|
|
|
|
|
"61876292", "Iron\ Knob", |
|
13018
|
|
|
|
|
|
|
"61888776", "Clare", |
|
13019
|
|
|
|
|
|
|
"618903460", "Eyre", |
|
13020
|
|
|
|
|
|
|
"61363039", "Deloraine", |
|
13021
|
|
|
|
|
|
|
"6135567", "Panmure", |
|
13022
|
|
|
|
|
|
|
"618983681", "Jerramungup", |
|
13023
|
|
|
|
|
|
|
"61243152", "Gosford", |
|
13024
|
|
|
|
|
|
|
"61898124", "Jaloran", |
|
13025
|
|
|
|
|
|
|
"61861093", "Perth", |
|
13026
|
|
|
|
|
|
|
"61248274", "Bungonia", |
|
13027
|
|
|
|
|
|
|
"613442221", "Kyneton", |
|
13028
|
|
|
|
|
|
|
"618600205", "Corrigin", |
|
13029
|
|
|
|
|
|
|
"61240769", "Swansea", |
|
13030
|
|
|
|
|
|
|
"617458590", "Bonshaw", |
|
13031
|
|
|
|
|
|
|
"6174781", "Townsville", |
|
13032
|
|
|
|
|
|
|
"61887661", "Avenue\ Range", |
|
13033
|
|
|
|
|
|
|
"6173600", "Brisbane", |
|
13034
|
|
|
|
|
|
|
"6188445", "Adelaide", |
|
13035
|
|
|
|
|
|
|
"61886590", "Morchard", |
|
13036
|
|
|
|
|
|
|
"61891763", "Whaleback", |
|
13037
|
|
|
|
|
|
|
"61260921", "Albury", |
|
13038
|
|
|
|
|
|
|
"61357341", "Kilmore", |
|
13039
|
|
|
|
|
|
|
"61358077", "Numurkah", |
|
13040
|
|
|
|
|
|
|
"61253123", "Quandialla", |
|
13041
|
|
|
|
|
|
|
"61267536", "Weemelah", |
|
13042
|
|
|
|
|
|
|
"61351128", "Rosedale", |
|
13043
|
|
|
|
|
|
|
"61875525", "Renmark", |
|
13044
|
|
|
|
|
|
|
"618858525", "Karoonda", |
|
13045
|
|
|
|
|
|
|
"61284202", "Terrey\ Hills", |
|
13046
|
|
|
|
|
|
|
"61361230", "Margate", |
|
13047
|
|
|
|
|
|
|
"618682151", "Kojonup", |
|
13048
|
|
|
|
|
|
|
"618996971", "Carnamah", |
|
13049
|
|
|
|
|
|
|
"61248510", "Golspie", |
|
13050
|
|
|
|
|
|
|
"61875139", "Truro", |
|
13051
|
|
|
|
|
|
|
"61358012", "Brassi", |
|
13052
|
|
|
|
|
|
|
"61896005", "Badgerin\ Rock", |
|
13053
|
|
|
|
|
|
|
"618994008", "Guranu", |
|
13054
|
|
|
|
|
|
|
"61269703", "Kikoira", |
|
13055
|
|
|
|
|
|
|
"618683592", "Congee", |
|
13056
|
|
|
|
|
|
|
"61753157", "Kenilworth", |
|
13057
|
|
|
|
|
|
|
"61267293", "Warialda", |
|
13058
|
|
|
|
|
|
|
"61266134", "Leeville", |
|
13059
|
|
|
|
|
|
|
"61361237", "New\ Norfolk", |
|
13060
|
|
|
|
|
|
|
"61867143", "Nannup", |
|
13061
|
|
|
|
|
|
|
"61898511", "Mount\ Barker", |
|
13062
|
|
|
|
|
|
|
"61754475", "Noosaville", |
|
13063
|
|
|
|
|
|
|
"61352961", "Apollo\ Bay", |
|
13064
|
|
|
|
|
|
|
"61753150", "Gympie", |
|
13065
|
|
|
|
|
|
|
"618994078", "Mount\ Magnet", |
|
13066
|
|
|
|
|
|
|
"61248517", "Bungonia", |
|
13067
|
|
|
|
|
|
|
"6138756", "Croydon", |
|
13068
|
|
|
|
|
|
|
"61245065", "Kurrajong\ Heights", |
|
13069
|
|
|
|
|
|
|
"61285815", "Sutherland", |
|
13070
|
|
|
|
|
|
|
"617458804", "Goondiwindi", |
|
13071
|
|
|
|
|
|
|
"618996901", "Yandanooka", |
|
13072
|
|
|
|
|
|
|
"618989030", "Kulin\ West", |
|
13073
|
|
|
|
|
|
|
"617452540", "Crows\ Nest", |
|
13074
|
|
|
|
|
|
|
"61877001", "Wrattonbully", |
|
13075
|
|
|
|
|
|
|
"61741701", "Blackbutt", |
|
13076
|
|
|
|
|
|
|
"61899096", "Mount\ Magnet", |
|
13077
|
|
|
|
|
|
|
"61879082", "Daly", |
|
13078
|
|
|
|
|
|
|
"618600275", "Bodallin", |
|
13079
|
|
|
|
|
|
|
"6129736", "Sydney", |
|
13080
|
|
|
|
|
|
|
"61746528", "Longreach", |
|
13081
|
|
|
|
|
|
|
"61248572", "Reidsdale", |
|
13082
|
|
|
|
|
|
|
"61742089", "Gordonvale", |
|
13083
|
|
|
|
|
|
|
"61358070", "Moulamein", |
|
13084
|
|
|
|
|
|
|
"61895516", "Guilderton", |
|
13085
|
|
|
|
|
|
|
"617442812", "Normanton", |
|
13086
|
|
|
|
|
|
|
"61740072", "Kidston", |
|
13087
|
|
|
|
|
|
|
"61269678", "Wee\ Elwah", |
|
13088
|
|
|
|
|
|
|
"61250012", "Holbrook", |
|
13089
|
|
|
|
|
|
|
"61244018", "Milton\-ulladulla", |
|
13090
|
|
|
|
|
|
|
"61340510", "Box\ Creek", |
|
13091
|
|
|
|
|
|
|
"617750152", "Haden", |
|
13092
|
|
|
|
|
|
|
"61746259", "Thallon", |
|
13093
|
|
|
|
|
|
|
"617473972", "The\ Monument", |
|
13094
|
|
|
|
|
|
|
"61747467", "Julia\ Creek", |
|
13095
|
|
|
|
|
|
|
"61354881", "Tennyson", |
|
13096
|
|
|
|
|
|
|
"61897785", "Bunbury", |
|
13097
|
|
|
|
|
|
|
"61749163", "Capella", |
|
13098
|
|
|
|
|
|
|
"61358994", "Wakool", |
|
13099
|
|
|
|
|
|
|
"612582507", "Narromine", |
|
13100
|
|
|
|
|
|
|
"61340274", "Mittyack", |
|
13101
|
|
|
|
|
|
|
"61745179", "Southwood", |
|
13102
|
|
|
|
|
|
|
"61740017", "Babinda", |
|
13103
|
|
|
|
|
|
|
"61753582", "Laidley", |
|
13104
|
|
|
|
|
|
|
"61898748", "Yealering", |
|
13105
|
|
|
|
|
|
|
"613573092", "Nagambie", |
|
13106
|
|
|
|
|
|
|
"61744056", "Leichhardt\ Range", |
|
13107
|
|
|
|
|
|
|
"618856798", "Geranium", |
|
13108
|
|
|
|
|
|
|
"61250077", "Rennie", |
|
13109
|
|
|
|
|
|
|
"61255119", "Bunnan", |
|
13110
|
|
|
|
|
|
|
"61364531", "Currie", |
|
13111
|
|
|
|
|
|
|
"617487149", "Oombabeer", |
|
13112
|
|
|
|
|
|
|
"617452680", "Allora", |
|
13113
|
|
|
|
|
|
|
"61867019", "Manjimup", |
|
13114
|
|
|
|
|
|
|
"61341381", "Nowa\ Nowa", |
|
13115
|
|
|
|
|
|
|
"61747106", "Ingham", |
|
13116
|
|
|
|
|
|
|
"61342107", "Winchelsea\ South", |
|
13117
|
|
|
|
|
|
|
"613553762", "Coojar", |
|
13118
|
|
|
|
|
|
|
"61874818", "Mclaren\ Vale", |
|
13119
|
|
|
|
|
|
|
"612574950", "Moona\ Plains", |
|
13120
|
|
|
|
|
|
|
"61880902", "White\ Cliffs", |
|
13121
|
|
|
|
|
|
|
"61256207", "Bonalbo", |
|
13122
|
|
|
|
|
|
|
"61351104", "Meerlieu", |
|
13123
|
|
|
|
|
|
|
"61752199", "Caboolture", |
|
13124
|
|
|
|
|
|
|
"618601164", "Nungarin", |
|
13125
|
|
|
|
|
|
|
"61746202", "St\ George", |
|
13126
|
|
|
|
|
|
|
"61258335", "Nyngan", |
|
13127
|
|
|
|
|
|
|
"61268080", "Barrier", |
|
13128
|
|
|
|
|
|
|
"6124842", "Braidwood", |
|
13129
|
|
|
|
|
|
|
"61364761", "Devonport", |
|
13130
|
|
|
|
|
|
|
"61362019", "Dover", |
|
13131
|
|
|
|
|
|
|
"61898108", "Holland\ Rocks", |
|
13132
|
|
|
|
|
|
|
"618763360", "Gladstone", |
|
13133
|
|
|
|
|
|
|
"612583276", "Kiacatoo", |
|
13134
|
|
|
|
|
|
|
"612574915", "Collarenebri", |
|
13135
|
|
|
|
|
|
|
"612594372", "Ardlethan", |
|
13136
|
|
|
|
|
|
|
"61747328", "Bambaroo", |
|
13137
|
|
|
|
|
|
|
"61342313", "Swan\ Marsh", |
|
13138
|
|
|
|
|
|
|
"61355137", "Portland", |
|
13139
|
|
|
|
|
|
|
"618661015", "Wubin", |
|
13140
|
|
|
|
|
|
|
"61896988", "Koorda", |
|
13141
|
|
|
|
|
|
|
"61353246", "Dadswells\ Bridge", |
|
13142
|
|
|
|
|
|
|
"61887397", "Tarpeena", |
|
13143
|
|
|
|
|
|
|
"6138773", "Dandenong", |
|
13144
|
|
|
|
|
|
|
"61895321", "Rockingham", |
|
13145
|
|
|
|
|
|
|
"617473846", "Camooweal", |
|
13146
|
|
|
|
|
|
|
"61896424", "Jelkobine", |
|
13147
|
|
|
|
|
|
|
"61341477", "Nowa\ Nowa", |
|
13148
|
|
|
|
|
|
|
"61896042", "Bolgart", |
|
13149
|
|
|
|
|
|
|
"61896357", "Jurien", |
|
13150
|
|
|
|
|
|
|
"618851792", "Mallala", |
|
13151
|
|
|
|
|
|
|
"61747625", "Barkly", |
|
13152
|
|
|
|
|
|
|
"61878079", "Hallett", |
|
13153
|
|
|
|
|
|
|
"61756041", "Tweed\ Heads", |
|
13154
|
|
|
|
|
|
|
"618661050", "Dukin", |
|
13155
|
|
|
|
|
|
|
"61240722", "Maitland", |
|
13156
|
|
|
|
|
|
|
"61263010", "Baldry", |
|
13157
|
|
|
|
|
|
|
"61341412", "Morwell", |
|
13158
|
|
|
|
|
|
|
"61255043", "Scone", |
|
13159
|
|
|
|
|
|
|
"618866181", "Wirrulla", |
|
13160
|
|
|
|
|
|
|
"61745353", "Atholwood", |
|
13161
|
|
|
|
|
|
|
"61898326", "Badgebup", |
|
13162
|
|
|
|
|
|
|
"61741141", "Maryborough", |
|
13163
|
|
|
|
|
|
|
"61359385", "Rosebud", |
|
13164
|
|
|
|
|
|
|
"6139994", "Melbourne", |
|
13165
|
|
|
|
|
|
|
"61354171", "Gisborne", |
|
13166
|
|
|
|
|
|
|
"61383481", "Point\ Cook", |
|
13167
|
|
|
|
|
|
|
"61899508", "Northern\ Gully", |
|
13168
|
|
|
|
|
|
|
"6188314", "Adelaide", |
|
13169
|
|
|
|
|
|
|
"61367384", "Rossarden", |
|
13170
|
|
|
|
|
|
|
"618660708", "Lancelin", |
|
13171
|
|
|
|
|
|
|
"61259329", "Galore", |
|
13172
|
|
|
|
|
|
|
"61354227", "Kyneton", |
|
13173
|
|
|
|
|
|
|
"61351463", "Golden\ Beach", |
|
13174
|
|
|
|
|
|
|
"618683772", "Ravensthorpe", |
|
13175
|
|
|
|
|
|
|
"61244024", "Narooma", |
|
13176
|
|
|
|
|
|
|
"6174755", "Townsville", |
|
13177
|
|
|
|
|
|
|
"61745582", "Miles", |
|
13178
|
|
|
|
|
|
|
"61387642", "Sunbury", |
|
13179
|
|
|
|
|
|
|
"61244442", "Nowra", |
|
13180
|
|
|
|
|
|
|
"61753179", "Rosevale", |
|
13181
|
|
|
|
|
|
|
"618683039", "Cranbrook", |
|
13182
|
|
|
|
|
|
|
"617458770", "Brigalow", |
|
13183
|
|
|
|
|
|
|
"618752453", "Bow\ Hill", |
|
13184
|
|
|
|
|
|
|
"6186198", "Kalamunda", |
|
13185
|
|
|
|
|
|
|
"61876237", "Yunta", |
|
13186
|
|
|
|
|
|
|
"612583600", "Double\ Peaks", |
|
13187
|
|
|
|
|
|
|
"618600914", "Norseman", |
|
13188
|
|
|
|
|
|
|
"61255587", "Taylors\ Arm", |
|
13189
|
|
|
|
|
|
|
"613442134", "Logan", |
|
13190
|
|
|
|
|
|
|
"61358059", "Berrigan", |
|
13191
|
|
|
|
|
|
|
"612593731", "Tooma", |
|
13192
|
|
|
|
|
|
|
"618683122", "Yealering", |
|
13193
|
|
|
|
|
|
|
"61861976", "Armadale", |
|
13194
|
|
|
|
|
|
|
"61880094", "Broken\ Hill", |
|
13195
|
|
|
|
|
|
|
"61897810", "Busselton", |
|
13196
|
|
|
|
|
|
|
"61263007", "Rockley", |
|
13197
|
|
|
|
|
|
|
"61352362", "Birregurra", |
|
13198
|
|
|
|
|
|
|
"618865845", "Great\ Bight", |
|
13199
|
|
|
|
|
|
|
"61250045", "Nariel", |
|
13200
|
|
|
|
|
|
|
"61886729", "Andamooka", |
|
13201
|
|
|
|
|
|
|
"61868136", "Kronkup", |
|
13202
|
|
|
|
|
|
|
"61256210", "Dyraaba", |
|
13203
|
|
|
|
|
|
|
"61240616", "Laguna", |
|
13204
|
|
|
|
|
|
|
"61248189", "Bevendale", |
|
13205
|
|
|
|
|
|
|
"618600986", "Westonia", |
|
13206
|
|
|
|
|
|
|
"617486202", "Glenden", |
|
13207
|
|
|
|
|
|
|
"61746270", "Lynd\ Range", |
|
13208
|
|
|
|
|
|
|
"613450596", "Wallacedale", |
|
13209
|
|
|
|
|
|
|
"61886234", "Kapinnie", |
|
13210
|
|
|
|
|
|
|
"61269347", "Lockhart", |
|
13211
|
|
|
|
|
|
|
"61342110", "Geelong", |
|
13212
|
|
|
|
|
|
|
"61361594", "Hermitage", |
|
13213
|
|
|
|
|
|
|
"61269052", "Mangoplah", |
|
13214
|
|
|
|
|
|
|
"61253065", "Birriwa", |
|
13215
|
|
|
|
|
|
|
"61363421", "Scottsdale", |
|
13216
|
|
|
|
|
|
|
"61746514", "Jericho", |
|
13217
|
|
|
|
|
|
|
"612532841", "Koorawatha", |
|
13218
|
|
|
|
|
|
|
"618858573", "Meningie\ East", |
|
13219
|
|
|
|
|
|
|
"61740658", "Hopevale", |
|
13220
|
|
|
|
|
|
|
"61745150", "Haddon", |
|
13221
|
|
|
|
|
|
|
"61740934", "Mutchilba", |
|
13222
|
|
|
|
|
|
|
"61889490", "Alyangula", |
|
13223
|
|
|
|
|
|
|
"612594210", "Ivanhoe", |
|
13224
|
|
|
|
|
|
|
"61256574", "Urbenville", |
|
13225
|
|
|
|
|
|
|
"618867731", "Herbert", |
|
13226
|
|
|
|
|
|
|
"61386524", "Melbourne", |
|
13227
|
|
|
|
|
|
|
"617564100", "Southport", |
|
13228
|
|
|
|
|
|
|
"61289193", "Avalon\ Beach", |
|
13229
|
|
|
|
|
|
|
"61340507", "Balranald", |
|
13230
|
|
|
|
|
|
|
"61348241", "Wakool", |
|
13231
|
|
|
|
|
|
|
"61747314", "Dalbeg", |
|
13232
|
|
|
|
|
|
|
"61898453", "Kronkup", |
|
13233
|
|
|
|
|
|
|
"61745426", "Warwick", |
|
13234
|
|
|
|
|
|
|
"61899222", "Lake\ Mason", |
|
13235
|
|
|
|
|
|
|
"618985492", "Tambellup", |
|
13236
|
|
|
|
|
|
|
"61753353", "Harrisville", |
|
13237
|
|
|
|
|
|
|
"61240897", "Raymond\ Terrace", |
|
13238
|
|
|
|
|
|
|
"61249172", "Nelson\ Bay", |
|
13239
|
|
|
|
|
|
|
"613431169", "Gerang\ Gerung", |
|
13240
|
|
|
|
|
|
|
"61257031", "Wollomombi", |
|
13241
|
|
|
|
|
|
|
"61264181", "Dalgety", |
|
13242
|
|
|
|
|
|
|
"61864145", "Fremantle", |
|
13243
|
|
|
|
|
|
|
"61743322", "Gin\ Gin", |
|
13244
|
|
|
|
|
|
|
"61754609", "Rosewood", |
|
13245
|
|
|
|
|
|
|
"613572491", "Taggerty", |
|
13246
|
|
|
|
|
|
|
"61257374", "Guyra", |
|
13247
|
|
|
|
|
|
|
"61269009", "Barmedman", |
|
13248
|
|
|
|
|
|
|
"61896418", "Balkuling", |
|
13249
|
|
|
|
|
|
|
"61886165", "Nelshaby", |
|
13250
|
|
|
|
|
|
|
"61734744", "Samford", |
|
13251
|
|
|
|
|
|
|
"61861799", "Spearwood", |
|
13252
|
|
|
|
|
|
|
"61355795", "Hamilton", |
|
13253
|
|
|
|
|
|
|
"61851231", "Kununurra", |
|
13254
|
|
|
|
|
|
|
"6124392", "Wyong", |
|
13255
|
|
|
|
|
|
|
"61899111", "Northampton", |
|
13256
|
|
|
|
|
|
|
"61240063", "Maitland", |
|
13257
|
|
|
|
|
|
|
"61356148", "Toora", |
|
13258
|
|
|
|
|
|
|
"618989098", "Bradfords", |
|
13259
|
|
|
|
|
|
|
"61341048", "Ensay", |
|
13260
|
|
|
|
|
|
|
"61891069", "Broome", |
|
13261
|
|
|
|
|
|
|
"612574274", "Tenterden", |
|
13262
|
|
|
|
|
|
|
"61287497", "Liverpool", |
|
13263
|
|
|
|
|
|
|
"61890240", "Goldfields", |
|
13264
|
|
|
|
|
|
|
"617479200", "Upper\ Stone", |
|
13265
|
|
|
|
|
|
|
"61248500", "Braidwood", |
|
13266
|
|
|
|
|
|
|
"61896015", "Ballidu", |
|
13267
|
|
|
|
|
|
|
"61358002", "Shepparton", |
|
13268
|
|
|
|
|
|
|
"618682051", "Dudinin", |
|
13269
|
|
|
|
|
|
|
"61357905", "Strathbogie", |
|
13270
|
|
|
|
|
|
|
"618763497", "Quorn", |
|
13271
|
|
|
|
|
|
|
"613574782", "Yarrawonga", |
|
13272
|
|
|
|
|
|
|
"61748563", "Orion", |
|
13273
|
|
|
|
|
|
|
"61258099", "Dubbo", |
|
13274
|
|
|
|
|
|
|
"612592759", "Yenda", |
|
13275
|
|
|
|
|
|
|
"61260369", "Coppabella", |
|
13276
|
|
|
|
|
|
|
"613531971", "Horsham", |
|
13277
|
|
|
|
|
|
|
"61341445", "Dinner\ Plain", |
|
13278
|
|
|
|
|
|
|
"618854947", "Eudunda", |
|
13279
|
|
|
|
|
|
|
"617459877", "Miles", |
|
13280
|
|
|
|
|
|
|
"613939", "Melbourne", |
|
13281
|
|
|
|
|
|
|
"618964423", "Bibby\ Springs", |
|
13282
|
|
|
|
|
|
|
"61878050", "Marion\ Bay", |
|
13283
|
|
|
|
|
|
|
"6174780", "Woodstock", |
|
13284
|
|
|
|
|
|
|
"6173601", "Brisbane", |
|
13285
|
|
|
|
|
|
|
"61749404", "Moranbah", |
|
13286
|
|
|
|
|
|
|
"61889061", "Nhulunbuy", |
|
13287
|
|
|
|
|
|
|
"61878057", "Port\ Wakefield", |
|
13288
|
|
|
|
|
|
|
"61895506", "Byford", |
|
13289
|
|
|
|
|
|
|
"61748395", "Gladstone", |
|
13290
|
|
|
|
|
|
|
"612685858", "Nyngan", |
|
13291
|
|
|
|
|
|
|
"61348063", "Finley", |
|
13292
|
|
|
|
|
|
|
"613546301", "Moonambel", |
|
13293
|
|
|
|
|
|
|
"61896379", "Yorkrakine", |
|
13294
|
|
|
|
|
|
|
"613531901", "Beulah", |
|
13295
|
|
|
|
|
|
|
"61885943", "Halidon", |
|
13296
|
|
|
|
|
|
|
"613451321", "Dundonnell", |
|
13297
|
|
|
|
|
|
|
"61876026", "Morchard", |
|
13298
|
|
|
|
|
|
|
"618660136", "Aldersyde", |
|
13299
|
|
|
|
|
|
|
"61863617", "Wanneroo", |
|
13300
|
|
|
|
|
|
|
"618989130", "Narrakine", |
|
13301
|
|
|
|
|
|
|
"61877011", "Western\ Flat", |
|
13302
|
|
|
|
|
|
|
"61741711", "Nanango", |
|
13303
|
|
|
|
|
|
|
"61295395", "Sydney", |
|
13304
|
|
|
|
|
|
|
"6186217", "Perth", |
|
13305
|
|
|
|
|
|
|
"61886656", "Caltowie", |
|
13306
|
|
|
|
|
|
|
"61240241", "Cessnock", |
|
13307
|
|
|
|
|
|
|
"61248507", "Reidsdale", |
|
13308
|
|
|
|
|
|
|
"61263355", "Gingkin", |
|
13309
|
|
|
|
|
|
|
"61267475", "Willow\ Tree", |
|
13310
|
|
|
|
|
|
|
"61898501", "Nalyerlup", |
|
13311
|
|
|
|
|
|
|
"61890247", "Kalgoorlie", |
|
13312
|
|
|
|
|
|
|
"61259362", "Yenda", |
|
13313
|
|
|
|
|
|
|
"612683713", "Dubbo", |
|
13314
|
|
|
|
|
|
|
"61341459", "Mallacoota", |
|
13315
|
|
|
|
|
|
|
"61367186", "Waterhouse", |
|
13316
|
|
|
|
|
|
|
"61354036", "Llanelly", |
|
13317
|
|
|
|
|
|
|
"61286623", "Blacktown", |
|
13318
|
|
|
|
|
|
|
"61387605", "Whittlesea", |
|
13319
|
|
|
|
|
|
|
"613470548", "King\ Valley", |
|
13320
|
|
|
|
|
|
|
"613545010", "Lockington", |
|
13321
|
|
|
|
|
|
|
"612532666", "Bribbaree", |
|
13322
|
|
|
|
|
|
|
"61867052", "Myalup", |
|
13323
|
|
|
|
|
|
|
"6186508", "Perth", |
|
13324
|
|
|
|
|
|
|
"617487049", "Pegunny", |
|
13325
|
|
|
|
|
|
|
"61255109", "Taree", |
|
13326
|
|
|
|
|
|
|
"61351861", "Yarram", |
|
13327
|
|
|
|
|
|
|
"613451430", "Hawkesdale", |
|
13328
|
|
|
|
|
|
|
"613531662", "Glenorchy", |
|
13329
|
|
|
|
|
|
|
"612574204", "Boggabri", |
|
13330
|
|
|
|
|
|
|
"61287490", "Bankstown", |
|
13331
|
|
|
|
|
|
|
"61355192", "Woodhouse", |
|
13332
|
|
|
|
|
|
|
"61343130", "Creswick", |
|
13333
|
|
|
|
|
|
|
"61742783", "Kuranda", |
|
13334
|
|
|
|
|
|
|
"61266683", "Copmanhurst", |
|
13335
|
|
|
|
|
|
|
"613622", "Hobart", |
|
13336
|
|
|
|
|
|
|
"6129946", "Avalon\ Beach", |
|
13337
|
|
|
|
|
|
|
"61886762", "Cummins", |
|
13338
|
|
|
|
|
|
|
"61264295", "Bredbo", |
|
13339
|
|
|
|
|
|
|
"61244008", "Berry", |
|
13340
|
|
|
|
|
|
|
"61250002", "Balldale", |
|
13341
|
|
|
|
|
|
|
"617476745", "Rollingstone", |
|
13342
|
|
|
|
|
|
|
"61340500", "Wentworth", |
|
13343
|
|
|
|
|
|
|
"6175526", "Southport", |
|
13344
|
|
|
|
|
|
|
"617750052", "Wyaga", |
|
13345
|
|
|
|
|
|
|
"618660887", "Burakin", |
|
13346
|
|
|
|
|
|
|
"61868071", "Ravensthorpe", |
|
13347
|
|
|
|
|
|
|
"61362052", "Margate", |
|
13348
|
|
|
|
|
|
|
"61895639", "Mount\ Wells", |
|
13349
|
|
|
|
|
|
|
"61888054", "Lochiel", |
|
13350
|
|
|
|
|
|
|
"61899524", "Coorow\ West", |
|
13351
|
|
|
|
|
|
|
"61350099", "Scotia", |
|
13352
|
|
|
|
|
|
|
"61267078", "Gunnedah", |
|
13353
|
|
|
|
|
|
|
"61745157", "Auburn", |
|
13354
|
|
|
|
|
|
|
"61260644", "Dartmouth", |
|
13355
|
|
|
|
|
|
|
"613441933", "St\ Arnaud", |
|
13356
|
|
|
|
|
|
|
"61898118", "Hyden\ East", |
|
13357
|
|
|
|
|
|
|
"618858503", "Gurrai", |
|
13358
|
|
|
|
|
|
|
"61256272", "Ballina", |
|
13359
|
|
|
|
|
|
|
"61896153", "Northam", |
|
13360
|
|
|
|
|
|
|
"61250059", "Barnawartha", |
|
13361
|
|
|
|
|
|
|
"61361292", "Huonville", |
|
13362
|
|
|
|
|
|
|
"61255749", "Toorooka", |
|
13363
|
|
|
|
|
|
|
"61891022", "Derby", |
|
13364
|
|
|
|
|
|
|
"61268543", "Yarragrin", |
|
13365
|
|
|
|
|
|
|
"613553863", "Wallacedale", |
|
13366
|
|
|
|
|
|
|
"613470688", "Harrietville", |
|
13367
|
|
|
|
|
|
|
"61746212", "Charleville", |
|
13368
|
|
|
|
|
|
|
"61749984", "Biloela", |
|
13369
|
|
|
|
|
|
|
"61889497", "Jabiru", |
|
13370
|
|
|
|
|
|
|
"618752946", "Marama", |
|
13371
|
|
|
|
|
|
|
"61342172", "Winchelsea\ South", |
|
13372
|
|
|
|
|
|
|
"618601064", "Collurabbie", |
|
13373
|
|
|
|
|
|
|
"61344361", "Bendigo", |
|
13374
|
|
|
|
|
|
|
"61887193", "Tantanoola", |
|
13375
|
|
|
|
|
|
|
"61256217", "Copmanhurst", |
|
13376
|
|
|
|
|
|
|
"61351114", "Munro", |
|
13377
|
|
|
|
|
|
|
"618853099", "Callington", |
|
13378
|
|
|
|
|
|
|
"61257176", "Narrabri", |
|
13379
|
|
|
|
|
|
|
"61880912", "Pimpara", |
|
13380
|
|
|
|
|
|
|
"613549601", "Bridgewater", |
|
13381
|
|
|
|
|
|
|
"61886532", "Tarcoola", |
|
13382
|
|
|
|
|
|
|
"61899269", "Geraldton", |
|
13383
|
|
|
|
|
|
|
"61269340", "Adelong", |
|
13384
|
|
|
|
|
|
|
"61342117", "Kennedys\ Creek", |
|
13385
|
|
|
|
|
|
|
"61358448", "Dookie", |
|
13386
|
|
|
|
|
|
|
"61746277", "Condamine", |
|
13387
|
|
|
|
|
|
|
"61886839", "Rudall", |
|
13388
|
|
|
|
|
|
|
"61747116", "Karumba", |
|
13389
|
|
|
|
|
|
|
"61743369", "Murgon", |
|
13390
|
|
|
|
|
|
|
"61355333", "South\ Purrumbete", |
|
13391
|
|
|
|
|
|
|
"617363", "Brisbane", |
|
13392
|
|
|
|
|
|
|
"61867009", "Collie", |
|
13393
|
|
|
|
|
|
|
"61746121", "Brookstead", |
|
13394
|
|
|
|
|
|
|
"61255152", "Mount\ George", |
|
13395
|
|
|
|
|
|
|
"618903632", "Speddingup\ East", |
|
13396
|
|
|
|
|
|
|
"61255580", "Rawdon\ Vale", |
|
13397
|
|
|
|
|
|
|
"61890493", "Bullfinch", |
|
13398
|
|
|
|
|
|
|
"61345082", "Pomborneit", |
|
13399
|
|
|
|
|
|
|
"61876230", "Tarcoola", |
|
13400
|
|
|
|
|
|
|
"612583670", "Berkley\ Downs", |
|
13401
|
|
|
|
|
|
|
"618660128", "Wongan\ Hills", |
|
13402
|
|
|
|
|
|
|
"61872320", "Adelaide", |
|
13403
|
|
|
|
|
|
|
"613470864", "Buffalo\ River", |
|
13404
|
|
|
|
|
|
|
"61341402", "Bruthen", |
|
13405
|
|
|
|
|
|
|
"61898851", "Williams", |
|
13406
|
|
|
|
|
|
|
"617458700", "Yetman", |
|
13407
|
|
|
|
|
|
|
"61263000", "Bathurst", |
|
13408
|
|
|
|
|
|
|
"61897817", "Collie", |
|
13409
|
|
|
|
|
|
|
"61888068", "Moonta", |
|
13410
|
|
|
|
|
|
|
"618903397", "Great\ Victoria", |
|
13411
|
|
|
|
|
|
|
"618661150", "Meckering", |
|
13412
|
|
|
|
|
|
|
"61749025", "Benaraby", |
|
13413
|
|
|
|
|
|
|
"613441957", "Bendigo", |
|
13414
|
|
|
|
|
|
|
"61899973", "Geraldton", |
|
13415
|
|
|
|
|
|
|
"612593950", "Bidgeemia", |
|
13416
|
|
|
|
|
|
|
"613431742", "Warracknabeal", |
|
13417
|
|
|
|
|
|
|
"61358045", "Katamatite", |
|
13418
|
|
|
|
|
|
|
"61745284", "Goombungee", |
|
13419
|
|
|
|
|
|
|
"61354220", "Kyneton", |
|
13420
|
|
|
|
|
|
|
"618851893", "Two\ Wells", |
|
13421
|
|
|
|
|
|
|
"618660778", "Northam", |
|
13422
|
|
|
|
|
|
|
"61364138", "Gordon", |
|
13423
|
|
|
|
|
|
|
"61357088", "Mount\ Buller", |
|
13424
|
|
|
|
|
|
|
"61340189", "Wemen", |
|
13425
|
|
|
|
|
|
|
"612593915", "Lachlan", |
|
13426
|
|
|
|
|
|
|
"61742651", "Kidston", |
|
13427
|
|
|
|
|
|
|
"618661115", "Beverley", |
|
13428
|
|
|
|
|
|
|
"612583442", "Borah\ Tank", |
|
13429
|
|
|
|
|
|
|
"618683702", "Broomehill", |
|
13430
|
|
|
|
|
|
|
"61342303", "Colac", |
|
13431
|
|
|
|
|
|
|
"61266751", "Lawrence", |
|
13432
|
|
|
|
|
|
|
"61897872", "Harvey", |
|
13433
|
|
|
|
|
|
|
"61255203", "Glendonbrook", |
|
13434
|
|
|
|
|
|
|
"61897106", "Nyamup", |
|
13435
|
|
|
|
|
|
|
"618989144", "Narrogin", |
|
13436
|
|
|
|
|
|
|
"618903643", "Baandee", |
|
13437
|
|
|
|
|
|
|
"617452362", "Roma", |
|
13438
|
|
|
|
|
|
|
"61264226", "Bendoc", |
|
13439
|
|
|
|
|
|
|
"61264904", "Bonang", |
|
13440
|
|
|
|
|
|
|
"618601100", "Norseman", |
|
13441
|
|
|
|
|
|
|
"613431733", "Rainbow", |
|
13442
|
|
|
|
|
|
|
"6129645", "Bankstown", |
|
13443
|
|
|
|
|
|
|
"61889752", "Victoria\ River", |
|
13444
|
|
|
|
|
|
|
"618866196", "Everard", |
|
13445
|
|
|
|
|
|
|
"61756201", "Southport", |
|
13446
|
|
|
|
|
|
|
"6124089", "Newcastle", |
|
13447
|
|
|
|
|
|
|
"613532367", "Lorquon", |
|
13448
|
|
|
|
|
|
|
"61353006", "Balliang", |
|
13449
|
|
|
|
|
|
|
"617487075", "Banana", |
|
13450
|
|
|
|
|
|
|
"6186296", "Herne\ Hill", |
|
13451
|
|
|
|
|
|
|
"61896202", "Bidaminna", |
|
13452
|
|
|
|
|
|
|
"6134313", "Ballarat", |
|
13453
|
|
|
|
|
|
|
"61748108", "Miclere", |
|
13454
|
|
|
|
|
|
|
"612583433", "Bedgerebong", |
|
13455
|
|
|
|
|
|
|
"612684936", "Yarragrin", |
|
13456
|
|
|
|
|
|
|
"6124911", "Newcastle", |
|
13457
|
|
|
|
|
|
|
"618763682", "Terowie", |
|
13458
|
|
|
|
|
|
|
"61351382", "Woodside", |
|
13459
|
|
|
|
|
|
|
"61361339", "Miena", |
|
13460
|
|
|
|
|
|
|
"6188482", "Salisbury", |
|
13461
|
|
|
|
|
|
|
"618683165", "Katanning", |
|
13462
|
|
|
|
|
|
|
"6125332", "Canowindra\/Caragabal\/Cassilis\/Cowra", |
|
13463
|
|
|
|
|
|
|
"61268993", "Brewarrina", |
|
13464
|
|
|
|
|
|
|
"61266029", "Bonalbo", |
|
13465
|
|
|
|
|
|
|
"61344100", "Bendigo", |
|
13466
|
|
|
|
|
|
|
"61257509", "Boomi", |
|
13467
|
|
|
|
|
|
|
"61341033", "Heyfield", |
|
13468
|
|
|
|
|
|
|
"61746988", "Haden", |
|
13469
|
|
|
|
|
|
|
"61260794", "Rennie", |
|
13470
|
|
|
|
|
|
|
"61355602", "Warrnambool", |
|
13471
|
|
|
|
|
|
|
"61357899", "Benalla", |
|
13472
|
|
|
|
|
|
|
"613441942", "Womboota", |
|
13473
|
|
|
|
|
|
|
"61351411", "Maffra", |
|
13474
|
|
|
|
|
|
|
"618753525", "Wanbi", |
|
13475
|
|
|
|
|
|
|
"61745321", "Dunmore", |
|
13476
|
|
|
|
|
|
|
"61238028", "Bowral", |
|
13477
|
|
|
|
|
|
|
"61392625", "Clayton", |
|
13478
|
|
|
|
|
|
|
"61885020", "Bow\ Hill", |
|
13479
|
|
|
|
|
|
|
"61247090", "Penrith", |
|
13480
|
|
|
|
|
|
|
"61363511", "St\ Marys", |
|
13481
|
|
|
|
|
|
|
"61746424", "Ravensbourne", |
|
13482
|
|
|
|
|
|
|
"613451444", "Port\ Fairy", |
|
13483
|
|
|
|
|
|
|
"61255699", "Singleton", |
|
13484
|
|
|
|
|
|
|
"618660939", "Pantapin", |
|
13485
|
|
|
|
|
|
|
"61367170", "George\ Town", |
|
13486
|
|
|
|
|
|
|
"61746042", "Bunya\ Mountains", |
|
13487
|
|
|
|
|
|
|
"61256352", "Coffs\ Harbour", |
|
13488
|
|
|
|
|
|
|
"61889666", "Roper\ River", |
|
13489
|
|
|
|
|
|
|
"61356133", "Buffalo", |
|
13490
|
|
|
|
|
|
|
"6186488", "Perth", |
|
13491
|
|
|
|
|
|
|
"61897625", "Brunswick\ Junction", |
|
13492
|
|
|
|
|
|
|
"61876095", "Georgetown", |
|
13493
|
|
|
|
|
|
|
"61353285", "Laharum", |
|
13494
|
|
|
|
|
|
|
"61747807", "Collinsville", |
|
13495
|
|
|
|
|
|
|
"61256047", "Kyogle", |
|
13496
|
|
|
|
|
|
|
"617480557", "Lethebrook", |
|
13497
|
|
|
|
|
|
|
"613546293", "Maryborough", |
|
13498
|
|
|
|
|
|
|
"61748326", "Hodgson\ Range", |
|
13499
|
|
|
|
|
|
|
"61891141", "Pannawonica", |
|
13500
|
|
|
|
|
|
|
"61364678", "Stanley", |
|
13501
|
|
|
|
|
|
|
"61243038", "Wyong", |
|
13502
|
|
|
|
|
|
|
"61888815", "Kadina", |
|
13503
|
|
|
|
|
|
|
"61269761", "Morundah", |
|
13504
|
|
|
|
|
|
|
"6186263", "Perth", |
|
13505
|
|
|
|
|
|
|
"617487123", "Gargett", |
|
13506
|
|
|
|
|
|
|
"61748511", "Gladstone", |
|
13507
|
|
|
|
|
|
|
"612574666", "Breeza", |
|
13508
|
|
|
|
|
|
|
"612594028", "Yaven\ Creek", |
|
13509
|
|
|
|
|
|
|
"61255576", "Pacific\ Palms", |
|
13510
|
|
|
|
|
|
|
"61885593", "Parndana", |
|
13511
|
|
|
|
|
|
|
"61261372", "Anembo", |
|
13512
|
|
|
|
|
|
|
"61896528", "Badgingarra", |
|
13513
|
|
|
|
|
|
|
"612574818", "Pinkett", |
|
13514
|
|
|
|
|
|
|
"61340283", "Woomelang", |
|
13515
|
|
|
|
|
|
|
"61749096", "Turkey\ Beach", |
|
13516
|
|
|
|
|
|
|
"61891701", "Christmas\ Island", |
|
13517
|
|
|
|
|
|
|
"613470704", "Seymour", |
|
13518
|
|
|
|
|
|
|
"618903583", "Neridup", |
|
13519
|
|
|
|
|
|
|
"61256309", "Maclean", |
|
13520
|
|
|
|
|
|
|
"61875008", "Penneshaw", |
|
13521
|
|
|
|
|
|
|
"61887603", "Padthaway", |
|
13522
|
|
|
|
|
|
|
"61745516", "Bonshaw", |
|
13523
|
|
|
|
|
|
|
"618753095", "Yankalilla", |
|
13524
|
|
|
|
|
|
|
"61880167", "White\ Cliffs", |
|
13525
|
|
|
|
|
|
|
"612530099", "Gooloogong", |
|
13526
|
|
|
|
|
|
|
"61347050", "Broadford", |
|
13527
|
|
|
|
|
|
|
"61356392", "Wonthaggi", |
|
13528
|
|
|
|
|
|
|
"6175444", "Nambour", |
|
13529
|
|
|
|
|
|
|
"6138745", "Sunbury", |
|
13530
|
|
|
|
|
|
|
"6124465", "Berry", |
|
13531
|
|
|
|
|
|
|
"6138337", "Sydenham", |
|
13532
|
|
|
|
|
|
|
"61264030", "Bredbo", |
|
13533
|
|
|
|
|
|
|
"61257180", "Bellata", |
|
13534
|
|
|
|
|
|
|
"61741998", "Johnstown\ West", |
|
13535
|
|
|
|
|
|
|
"618985547", "Woodanilling", |
|
13536
|
|
|
|
|
|
|
"61890072", "Eyre", |
|
13537
|
|
|
|
|
|
|
"613441876", "Romsey", |
|
13538
|
|
|
|
|
|
|
"61743581", "Fraser\ Island", |
|
13539
|
|
|
|
|
|
|
"61877241", "Robe", |
|
13540
|
|
|
|
|
|
|
"61896259", "Balkuling", |
|
13541
|
|
|
|
|
|
|
"61897746", "Margaret\ River", |
|
13542
|
|
|
|
|
|
|
"61897467", "Nannup", |
|
13543
|
|
|
|
|
|
|
"61383386", "Sydenham", |
|
13544
|
|
|
|
|
|
|
"61895179", "Dwellingup", |
|
13545
|
|
|
|
|
|
|
"618903474", "Gibson", |
|
13546
|
|
|
|
|
|
|
"61890017", "Bodallin\ North", |
|
13547
|
|
|
|
|
|
|
"61889709", "Tiwi", |
|
13548
|
|
|
|
|
|
|
"61887299", "Reedy\ Creek", |
|
13549
|
|
|
|
|
|
|
"618863572", "Mount\ Hope", |
|
13550
|
|
|
|
|
|
|
"61240011", "Bandon\ Grove", |
|
13551
|
|
|
|
|
|
|
"61899163", "Yuna", |
|
13552
|
|
|
|
|
|
|
"61240682", "Clarence\ Town", |
|
13553
|
|
|
|
|
|
|
"6188245", "Adelaide", |
|
13554
|
|
|
|
|
|
|
"61734981", "Redcliffe", |
|
13555
|
|
|
|
|
|
|
"618683308", "Nomans\ Lake", |
|
13556
|
|
|
|
|
|
|
"61263275", "Meadow\ Flat", |
|
13557
|
|
|
|
|
|
|
"613553703", "Ozenkadnook", |
|
13558
|
|
|
|
|
|
|
"617750047", "Warrego", |
|
13559
|
|
|
|
|
|
|
"61363108", "Launceston", |
|
13560
|
|
|
|
|
|
|
"61896245", "Yelbeni", |
|
13561
|
|
|
|
|
|
|
"61887778", "Tintinara", |
|
13562
|
|
|
|
|
|
|
"618903850", "Korbelka", |
|
13563
|
|
|
|
|
|
|
"6188456", "Adelaide", |
|
13564
|
|
|
|
|
|
|
"61351813", "Gormandale", |
|
13565
|
|
|
|
|
|
|
"61248283", "Nerriga", |
|
13566
|
|
|
|
|
|
|
"618903404", "Cascade", |
|
13567
|
|
|
|
|
|
|
"61890010", "Belka\ East", |
|
13568
|
|
|
|
|
|
|
"61887894", "Frances", |
|
13569
|
|
|
|
|
|
|
"61268754", "Curban", |
|
13570
|
|
|
|
|
|
|
"618862165", "Arno\ Bay", |
|
13571
|
|
|
|
|
|
|
"61747182", "Yabulu", |
|
13572
|
|
|
|
|
|
|
"61266062", "Kyogle", |
|
13573
|
|
|
|
|
|
|
"613553773", "Dunkeld", |
|
13574
|
|
|
|
|
|
|
"61364143", "Wynyard", |
|
13575
|
|
|
|
|
|
|
"618683378", "Kulin\ West", |
|
13576
|
|
|
|
|
|
|
"61749101", "Willows", |
|
13577
|
|
|
|
|
|
|
"613441806", "Kyneton", |
|
13578
|
|
|
|
|
|
|
"618903815", "Dulyalbin", |
|
13579
|
|
|
|
|
|
|
"61343677", "Bacchus\ Marsh", |
|
13580
|
|
|
|
|
|
|
"61746408", "Warrego", |
|
13581
|
|
|
|
|
|
|
"61264037", "Candelo", |
|
13582
|
|
|
|
|
|
|
"618983696", "Jingalup", |
|
13583
|
|
|
|
|
|
|
"61257187", "Deepwater", |
|
13584
|
|
|
|
|
|
|
"61238004", "Bowral", |
|
13585
|
|
|
|
|
|
|
"61878198", "Alford", |
|
13586
|
|
|
|
|
|
|
"613442140", "Murrabit", |
|
13587
|
|
|
|
|
|
|
"61354961", "Logan", |
|
13588
|
|
|
|
|
|
|
"61897304", "Beedelup", |
|
13589
|
|
|
|
|
|
|
"612594363", "Warrawidgee", |
|
13590
|
|
|
|
|
|
|
"618660684", "Coomallo", |
|
13591
|
|
|
|
|
|
|
"61746286", "Taroom", |
|
13592
|
|
|
|
|
|
|
"6128578", "Sutherland", |
|
13593
|
|
|
|
|
|
|
"618982527", "Woogenilup", |
|
13594
|
|
|
|
|
|
|
"61755188", "Beaudesert", |
|
13595
|
|
|
|
|
|
|
"61897460", "Bunbury", |
|
13596
|
|
|
|
|
|
|
"6173624", "Brisbane", |
|
13597
|
|
|
|
|
|
|
"61358433", "Jimaringle", |
|
13598
|
|
|
|
|
|
|
"61355348", "Warrnambool", |
|
13599
|
|
|
|
|
|
|
"613470774", "Euroa", |
|
13600
|
|
|
|
|
|
|
"61257254", "Baan\ Baa", |
|
13601
|
|
|
|
|
|
|
"61348011", "Brassi", |
|
13602
|
|
|
|
|
|
|
"61748124", "Ubobo", |
|
13603
|
|
|
|
|
|
|
"613531625", "Ararat", |
|
13604
|
|
|
|
|
|
|
"61742056", "Kuranda", |
|
13605
|
|
|
|
|
|
|
"6124885", "Robertson", |
|
13606
|
|
|
|
|
|
|
"61753273", "Caloundra", |
|
13607
|
|
|
|
|
|
|
"61730504", "Ipswich", |
|
13608
|
|
|
|
|
|
|
"61880160", "Broken\ Hill", |
|
13609
|
|
|
|
|
|
|
"61362531", "Miena", |
|
13610
|
|
|
|
|
|
|
"61885668", "Kingscote", |
|
13611
|
|
|
|
|
|
|
"61741763", "Nanango", |
|
13612
|
|
|
|
|
|
|
"61877063", "Lucindale\ South", |
|
13613
|
|
|
|
|
|
|
"61734694", "Dayboro", |
|
13614
|
|
|
|
|
|
|
"61345016", "Wallacedale", |
|
13615
|
|
|
|
|
|
|
"618660868", "Koorda", |
|
13616
|
|
|
|
|
|
|
"61752078", "Rosevale", |
|
13617
|
|
|
|
|
|
|
"613441194", "Beazleys\ Bridge", |
|
13618
|
|
|
|
|
|
|
"61352903", "Beech\ Forest", |
|
13619
|
|
|
|
|
|
|
"61851054", "Tom\ Price", |
|
13620
|
|
|
|
|
|
|
"61359144", "Cranbourne", |
|
13621
|
|
|
|
|
|
|
"61249806", "Nelson\ Bay", |
|
13622
|
|
|
|
|
|
|
"618854952", "Kapunda", |
|
13623
|
|
|
|
|
|
|
"61264484", "Bonang", |
|
13624
|
|
|
|
|
|
|
"61341218", "Buchan", |
|
13625
|
|
|
|
|
|
|
"61253151", "Boorowa", |
|
13626
|
|
|
|
|
|
|
"61363124", "Glengarry", |
|
13627
|
|
|
|
|
|
|
"61754199", "Lowood", |
|
13628
|
|
|
|
|
|
|
"61753639", "Nambour", |
|
13629
|
|
|
|
|
|
|
"61256040", "Coutts\ Crossing", |
|
13630
|
|
|
|
|
|
|
"6174936", "Rockhampton", |
|
13631
|
|
|
|
|
|
|
"61886051", "Cummins", |
|
13632
|
|
|
|
|
|
|
"612594458", "Yaven\ Creek", |
|
13633
|
|
|
|
|
|
|
"61250215", "Walwa", |
|
13634
|
|
|
|
|
|
|
"61354631", "Talbot", |
|
13635
|
|
|
|
|
|
|
"618965661", "Dalwallinu", |
|
13636
|
|
|
|
|
|
|
"61364019", "Smithton", |
|
13637
|
|
|
|
|
|
|
"61367112", "Launceston", |
|
13638
|
|
|
|
|
|
|
"61362761", "New\ Norfolk", |
|
13639
|
|
|
|
|
|
|
"61896868", "Cadoux", |
|
13640
|
|
|
|
|
|
|
"61740275", "Hopevale", |
|
13641
|
|
|
|
|
|
|
"61357294", "King\ Valley", |
|
13642
|
|
|
|
|
|
|
"618864082", "Kyancutta", |
|
13643
|
|
|
|
|
|
|
"6188862", "Balaklava", |
|
13644
|
|
|
|
|
|
|
"61268768", "Ballimore", |
|
13645
|
|
|
|
|
|
|
"61344107", "Maryborough", |
|
13646
|
|
|
|
|
|
|
"61886975", "Herbert", |
|
13647
|
|
|
|
|
|
|
"61745098", "Taroom", |
|
13648
|
|
|
|
|
|
|
"61741296", "Maryborough", |
|
13649
|
|
|
|
|
|
|
"61879006", "Plenty", |
|
13650
|
|
|
|
|
|
|
"612574841", "Wollomombi", |
|
13651
|
|
|
|
|
|
|
"61897091", "Tonebridge", |
|
13652
|
|
|
|
|
|
|
"61367221", "Fingal", |
|
13653
|
|
|
|
|
|
|
"61367177", "Mole\ Creek", |
|
13654
|
|
|
|
|
|
|
"613451380", "Heywood", |
|
13655
|
|
|
|
|
|
|
"61885027", "Callington", |
|
13656
|
|
|
|
|
|
|
"61247097", "Penrith", |
|
13657
|
|
|
|
|
|
|
"618600758", "Holleton", |
|
13658
|
|
|
|
|
|
|
"6174000", "Cairns", |
|
13659
|
|
|
|
|
|
|
"61749741", "Ubobo", |
|
13660
|
|
|
|
|
|
|
"612437", "Gosford", |
|
13661
|
|
|
|
|
|
|
"617487005", "Cannon\ Valley", |
|
13662
|
|
|
|
|
|
|
"61364703", "Gordon", |
|
13663
|
|
|
|
|
|
|
"61875024", "Mount\ Pleasant", |
|
13664
|
|
|
|
|
|
|
"618780688", "Hamley\ Bridge", |
|
13665
|
|
|
|
|
|
|
"61851068", "Kununurra", |
|
13666
|
|
|
|
|
|
|
"613431966", "Horsham", |
|
13667
|
|
|
|
|
|
|
"617473963", "Normanton", |
|
13668
|
|
|
|
|
|
|
"617441391", "Clarke", |
|
13669
|
|
|
|
|
|
|
"61896504", "Lancelin", |
|
13670
|
|
|
|
|
|
|
"61344313", "Bendigo", |
|
13671
|
|
|
|
|
|
|
"618763374", "Kyancutta", |
|
13672
|
|
|
|
|
|
|
"61889155", "Borroloola", |
|
13673
|
|
|
|
|
|
|
"618856744", "Truro", |
|
13674
|
|
|
|
|
|
|
"61257268", "Curlewis", |
|
13675
|
|
|
|
|
|
|
"61753506", "Harrisville", |
|
13676
|
|
|
|
|
|
|
"617459956", "Coondarra", |
|
13677
|
|
|
|
|
|
|
"61885654", "Tanunda", |
|
13678
|
|
|
|
|
|
|
"61885938", "Tailem\ Bend", |
|
13679
|
|
|
|
|
|
|
"61898039", "Tarin\ Rock", |
|
13680
|
|
|
|
|
|
|
"618601170", "Speddingup\ East", |
|
13681
|
|
|
|
|
|
|
"61364791", "Yambacoona", |
|
13682
|
|
|
|
|
|
|
"613574174", "Puckapunyal", |
|
13683
|
|
|
|
|
|
|
"61238172", "Golspie", |
|
13684
|
|
|
|
|
|
|
"617487121", "Finch\ Hatton", |
|
13685
|
|
|
|
|
|
|
"612574615", "Mungindi", |
|
13686
|
|
|
|
|
|
|
"6124993", "Cessnock", |
|
13687
|
|
|
|
|
|
|
"61354239", "Kyneton", |
|
13688
|
|
|
|
|
|
|
"61358471", "Blighty", |
|
13689
|
|
|
|
|
|
|
"61877364", "Millicent", |
|
13690
|
|
|
|
|
|
|
"61362573", "Orford", |
|
13691
|
|
|
|
|
|
|
"61752169", "Gatton", |
|
13692
|
|
|
|
|
|
|
"61260035", "Holbrook", |
|
13693
|
|
|
|
|
|
|
"61745780", "Roma", |
|
13694
|
|
|
|
|
|
|
"613432152", "Kalkee", |
|
13695
|
|
|
|
|
|
|
"61248142", "Binda", |
|
13696
|
|
|
|
|
|
|
"61753231", "Rosewood", |
|
13697
|
|
|
|
|
|
|
"613451087", "Victoria\ Valley", |
|
13698
|
|
|
|
|
|
|
"61356036", "Tidal\ River", |
|
13699
|
|
|
|
|
|
|
"612574650", "Yarrie\ Lake", |
|
13700
|
|
|
|
|
|
|
"61355476", "Timboon", |
|
13701
|
|
|
|
|
|
|
"61876229", "Streaky\ Bay", |
|
13702
|
|
|
|
|
|
|
"61238117", "Golspie", |
|
13703
|
|
|
|
|
|
|
"618997010", "Upper\ Gascoyne", |
|
13704
|
|
|
|
|
|
|
"61749332", "Rockhampton", |
|
13705
|
|
|
|
|
|
|
"61255185", "Telegraph\ Point", |
|
13706
|
|
|
|
|
|
|
"61357452", "St\ James", |
|
13707
|
|
|
|
|
|
|
"61341136", "Morwell", |
|
13708
|
|
|
|
|
|
|
"618903581", "Neridup", |
|
13709
|
|
|
|
|
|
|
"61350296", "Pan\ Ban", |
|
13710
|
|
|
|
|
|
|
"61745549", "Roma", |
|
13711
|
|
|
|
|
|
|
"61886737", "Woomera", |
|
13712
|
|
|
|
|
|
|
"6173133", "Beenleigh", |
|
13713
|
|
|
|
|
|
|
"61264683", "Shannons\ Flat", |
|
13714
|
|
|
|
|
|
|
"612582459", "Bourke", |
|
13715
|
|
|
|
|
|
|
"612532477", "Birriwa", |
|
13716
|
|
|
|
|
|
|
"61891638", "Fitzroy\ Crossing", |
|
13717
|
|
|
|
|
|
|
"61358387", "Kyabram", |
|
13718
|
|
|
|
|
|
|
"618967028", "Kalannie", |
|
13719
|
|
|
|
|
|
|
"61353103", "Maroona", |
|
13720
|
|
|
|
|
|
|
"61745842", "Teelba", |
|
13721
|
|
|
|
|
|
|
"618982390", "Manypeaks", |
|
13722
|
|
|
|
|
|
|
"61350533", "Turriff", |
|
13723
|
|
|
|
|
|
|
"61887367", "Short", |
|
13724
|
|
|
|
|
|
|
"613553701", "Ozenkadnook", |
|
13725
|
|
|
|
|
|
|
"61879310", "Jabiru", |
|
13726
|
|
|
|
|
|
|
"61358958", "Dookie", |
|
13727
|
|
|
|
|
|
|
"61899613", "Yallalong", |
|
13728
|
|
|
|
|
|
|
"6129659", "Parramatta", |
|
13729
|
|
|
|
|
|
|
"61358634", "Tongala", |
|
13730
|
|
|
|
|
|
|
"61742015", "Kuranda", |
|
13731
|
|
|
|
|
|
|
"61897003", "Balingup", |
|
13732
|
|
|
|
|
|
|
"61246008", "Picton", |
|
13733
|
|
|
|
|
|
|
"61891335", "Paraburdoo", |
|
13734
|
|
|
|
|
|
|
"61357647", "Benalla", |
|
13735
|
|
|
|
|
|
|
"61867206", "Myalup", |
|
13736
|
|
|
|
|
|
|
"61875323", "Lameroo", |
|
13737
|
|
|
|
|
|
|
"618763827", "Spilsby", |
|
13738
|
|
|
|
|
|
|
"613431731", "Nhill", |
|
13739
|
|
|
|
|
|
|
"61353743", "Streatham", |
|
13740
|
|
|
|
|
|
|
"618967036", "Northam", |
|
13741
|
|
|
|
|
|
|
"61886567", "Wilmington", |
|
13742
|
|
|
|
|
|
|
"617442890", "Cloncurry", |
|
13743
|
|
|
|
|
|
|
"61340105", "Mildura", |
|
13744
|
|
|
|
|
|
|
"613573055", "Kilmore", |
|
13745
|
|
|
|
|
|
|
"61899066", "Latham", |
|
13746
|
|
|
|
|
|
|
"6129739", "Sydney", |
|
13747
|
|
|
|
|
|
|
"618903641", "Baandee", |
|
13748
|
|
|
|
|
|
|
"61890128", "Mount\ Beaumont", |
|
13749
|
|
|
|
|
|
|
"61240278", "Eccleston", |
|
13750
|
|
|
|
|
|
|
"61268481", "Tooraweenah", |
|
13751
|
|
|
|
|
|
|
"61744277", "Bowen", |
|
13752
|
|
|
|
|
|
|
"612583431", "Barrier", |
|
13753
|
|
|
|
|
|
|
"61352991", "Lara", |
|
13754
|
|
|
|
|
|
|
"61265208", "Moonan\ Flat", |
|
13755
|
|
|
|
|
|
|
"61851179", "Derby", |
|
13756
|
|
|
|
|
|
|
"618753389", "Callington", |
|
13757
|
|
|
|
|
|
|
"6126603", "Maclean", |
|
13758
|
|
|
|
|
|
|
"61253339", "Hill\ End", |
|
13759
|
|
|
|
|
|
|
"61344014", "Echuca", |
|
13760
|
|
|
|
|
|
|
"61887025", "Frances", |
|
13761
|
|
|
|
|
|
|
"61245095", "Wisemans\ Ferry", |
|
13762
|
|
|
|
|
|
|
"618683116", "West\ River", |
|
13763
|
|
|
|
|
|
|
"6138759", "Dandenong", |
|
13764
|
|
|
|
|
|
|
"617750195", "Stanthorpe", |
|
13765
|
|
|
|
|
|
|
"617442574", "Pentland", |
|
13766
|
|
|
|
|
|
|
"61877358", "Laffer", |
|
13767
|
|
|
|
|
|
|
"61343129", "Clear\ Lake", |
|
13768
|
|
|
|
|
|
|
"6138560", "Melbourne", |
|
13769
|
|
|
|
|
|
|
"613573010", "Devlins\ Bridge", |
|
13770
|
|
|
|
|
|
|
"612574394", "Bendemeer", |
|
13771
|
|
|
|
|
|
|
"61889116", "Arnhem", |
|
13772
|
|
|
|
|
|
|
"61867085", "Pemberton", |
|
13773
|
|
|
|
|
|
|
"613442089", "Tennyson", |
|
13774
|
|
|
|
|
|
|
"61357409", "Mount\ Beauty", |
|
13775
|
|
|
|
|
|
|
"617452605", "Leyburn", |
|
13776
|
|
|
|
|
|
|
"61267041", "Careunga", |
|
13777
|
|
|
|
|
|
|
"618683184", "Moodiarrup", |
|
13778
|
|
|
|
|
|
|
"61868048", "Cranbrook", |
|
13779
|
|
|
|
|
|
|
"618964480", "Jurien", |
|
13780
|
|
|
|
|
|
|
"618683495", "Dongolocking", |
|
13781
|
|
|
|
|
|
|
"61248702", "Bundanoon", |
|
13782
|
|
|
|
|
|
|
"617750416", "Westmar", |
|
13783
|
|
|
|
|
|
|
"61890306", "Mukinbudin", |
|
13784
|
|
|
|
|
|
|
"61749193", "St\ Lawrence", |
|
13785
|
|
|
|
|
|
|
"61358964", "Tocumwal", |
|
13786
|
|
|
|
|
|
|
"61269908", "Hay", |
|
13787
|
|
|
|
|
|
|
"61354673", "Gisborne", |
|
13788
|
|
|
|
|
|
|
"613546291", "Maryborough", |
|
13789
|
|
|
|
|
|
|
"61268312", "Tullamore", |
|
13790
|
|
|
|
|
|
|
"618996962", "Yalgoo", |
|
13791
|
|
|
|
|
|
|
"61887984", "Tantanoola", |
|
13792
|
|
|
|
|
|
|
"61264751", "Cabramurra", |
|
13793
|
|
|
|
|
|
|
"617486840", "Gemfields", |
|
13794
|
|
|
|
|
|
|
"61340626", "Underbool", |
|
13795
|
|
|
|
|
|
|
"61891968", "Wyndham", |
|
13796
|
|
|
|
|
|
|
"61887428", "Frances", |
|
13797
|
|
|
|
|
|
|
"618763759", "Yunta", |
|
13798
|
|
|
|
|
|
|
"618753147", "Berri", |
|
13799
|
|
|
|
|
|
|
"61269573", "Wantabadgery", |
|
13800
|
|
|
|
|
|
|
"618965663", "Dalwallinu", |
|
13801
|
|
|
|
|
|
|
"61246024", "Camden", |
|
13802
|
|
|
|
|
|
|
"61341071", "Cann\ River", |
|
13803
|
|
|
|
|
|
|
"61341334", "Loch\ Sport", |
|
13804
|
|
|
|
|
|
|
"61261191", "Captains\ Flat", |
|
13805
|
|
|
|
|
|
|
"6175362", "Rosewood", |
|
13806
|
|
|
|
|
|
|
"617476354", "Richmond", |
|
13807
|
|
|
|
|
|
|
"61752211", "Caloundra", |
|
13808
|
|
|
|
|
|
|
"61356171", "Wonthaggi", |
|
13809
|
|
|
|
|
|
|
"61251124", "Cavan", |
|
13810
|
|
|
|
|
|
|
"61345113", "Terang", |
|
13811
|
|
|
|
|
|
|
"618683555", "Quindanning", |
|
13812
|
|
|
|
|
|
|
"61877166", "Willalooka", |
|
13813
|
|
|
|
|
|
|
"618867742", "Morchard", |
|
13814
|
|
|
|
|
|
|
"612574843", "Yarrowitch", |
|
13815
|
|
|
|
|
|
|
"6135920", "Cranbourne", |
|
13816
|
|
|
|
|
|
|
"61743438", "Pialba", |
|
13817
|
|
|
|
|
|
|
"61741888", "Lowmead", |
|
13818
|
|
|
|
|
|
|
"61742153", "Peninsula", |
|
13819
|
|
|
|
|
|
|
"618683510", "Jerdacuttup", |
|
13820
|
|
|
|
|
|
|
"61752122", "Caboolture", |
|
13821
|
|
|
|
|
|
|
"612532832", "Gooloogong", |
|
13822
|
|
|
|
|
|
|
"61895054", "Pinjarra", |
|
13823
|
|
|
|
|
|
|
"61348278", "Blighty", |
|
13824
|
|
|
|
|
|
|
"61267979", "Mungindi", |
|
13825
|
|
|
|
|
|
|
"613431915", "Lorquon", |
|
13826
|
|
|
|
|
|
|
"618993948", "Carnamah\ West", |
|
13827
|
|
|
|
|
|
|
"61888506", "Yorketown", |
|
13828
|
|
|
|
|
|
|
"617473961", "Normanton", |
|
13829
|
|
|
|
|
|
|
"617441393", "Collinsville", |
|
13830
|
|
|
|
|
|
|
"617459960", "Culgoa", |
|
13831
|
|
|
|
|
|
|
"61896651", "Kalannie\ East", |
|
13832
|
|
|
|
|
|
|
"61358873", "Jimaringle", |
|
13833
|
|
|
|
|
|
|
"612570146", "Somerton\/Delungra\/Drake", |
|
13834
|
|
|
|
|
|
|
"61267263", "Graman", |
|
13835
|
|
|
|
|
|
|
"61898943", "Mount\ Barker", |
|
13836
|
|
|
|
|
|
|
"617480167", "Bingegang", |
|
13837
|
|
|
|
|
|
|
"6135590", "Dundonnell", |
|
13838
|
|
|
|
|
|
|
"617750340", "Eschol", |
|
13839
|
|
|
|
|
|
|
"612530226", "Bribbaree", |
|
13840
|
|
|
|
|
|
|
"612583254", "Cumborah", |
|
13841
|
|
|
|
|
|
|
"61891793", "Whaleback", |
|
13842
|
|
|
|
|
|
|
"61364046", "Yolla", |
|
13843
|
|
|
|
|
|
|
"61886560", "Whyalla", |
|
13844
|
|
|
|
|
|
|
"612593742", "Warralonga", |
|
13845
|
|
|
|
|
|
|
"613431950", "Beulah", |
|
13846
|
|
|
|
|
|
|
"61354708", "Colbinabbin", |
|
13847
|
|
|
|
|
|
|
"61745805", "Haden", |
|
13848
|
|
|
|
|
|
|
"61359075", "Warburton", |
|
13849
|
|
|
|
|
|
|
"61743035", "Gin\ Gin", |
|
13850
|
|
|
|
|
|
|
"61887404", "Keith", |
|
13851
|
|
|
|
|
|
|
"61879317", "Batchelor", |
|
13852
|
|
|
|
|
|
|
"618854898", "Murray\ Bridge", |
|
13853
|
|
|
|
|
|
|
"61756609", "Southport", |
|
13854
|
|
|
|
|
|
|
"61747061", "Dalbeg", |
|
13855
|
|
|
|
|
|
|
"612530238", "Wollar", |
|
13856
|
|
|
|
|
|
|
"613553771", "Dunkeld", |
|
13857
|
|
|
|
|
|
|
"61891266", "Port\ Hedland", |
|
13858
|
|
|
|
|
|
|
"61263813", "Young", |
|
13859
|
|
|
|
|
|
|
"61359583", "Mornington", |
|
13860
|
|
|
|
|
|
|
"61895068", "Guilderton", |
|
13861
|
|
|
|
|
|
|
"61888969", "Paskeville", |
|
13862
|
|
|
|
|
|
|
"61745555", "Valley\ Downs", |
|
13863
|
|
|
|
|
|
|
"61343162", "Stoneleigh", |
|
13864
|
|
|
|
|
|
|
"61269924", "Bundure", |
|
13865
|
|
|
|
|
|
|
"61269206", "Milbrulong", |
|
13866
|
|
|
|
|
|
|
"61888856", "Warooka", |
|
13867
|
|
|
|
|
|
|
"612594361", "Wantabadgery", |
|
13868
|
|
|
|
|
|
|
"61746898", "Auburn", |
|
13869
|
|
|
|
|
|
|
"61267796", "Oban", |
|
13870
|
|
|
|
|
|
|
"618982976", "Borden", |
|
13871
|
|
|
|
|
|
|
"61879372", "Rodinga", |
|
13872
|
|
|
|
|
|
|
"61886730", "Gairdner", |
|
13873
|
|
|
|
|
|
|
"61746774", "Toobeah", |
|
13874
|
|
|
|
|
|
|
"61357989", "Euroa", |
|
13875
|
|
|
|
|
|
|
"618903866", "Marvel\ Loch", |
|
13876
|
|
|
|
|
|
|
"61358380", "Numurkah", |
|
13877
|
|
|
|
|
|
|
"61742379", "Etheridge", |
|
13878
|
|
|
|
|
|
|
"61354148", "Carisbrook", |
|
13879
|
|
|
|
|
|
|
"61340142", "Mittyack", |
|
13880
|
|
|
|
|
|
|
"6186499", "Spearwood", |
|
13881
|
|
|
|
|
|
|
"613442249", "Watchem", |
|
13882
|
|
|
|
|
|
|
"61885118", "Meningie", |
|
13883
|
|
|
|
|
|
|
"61238110", "Binda", |
|
13884
|
|
|
|
|
|
|
"61895465", "Gingin", |
|
13885
|
|
|
|
|
|
|
"617459418", "Coondarra", |
|
13886
|
|
|
|
|
|
|
"61879103", "Alyangula", |
|
13887
|
|
|
|
|
|
|
"61362908", "Strathgordon", |
|
13888
|
|
|
|
|
|
|
"61255291", "Glendonbrook", |
|
13889
|
|
|
|
|
|
|
"618903277", "Belka\ East", |
|
13890
|
|
|
|
|
|
|
"61268883", "Tyrie", |
|
13891
|
|
|
|
|
|
|
"61265224", "Jerrys\ Plains", |
|
13892
|
|
|
|
|
|
|
"61890104", "Kellerberrin", |
|
13893
|
|
|
|
|
|
|
"61258296", "Stuart\ Town", |
|
13894
|
|
|
|
|
|
|
"6173401", "Cleveland", |
|
13895
|
|
|
|
|
|
|
"61361151", "Dunalley", |
|
13896
|
|
|
|
|
|
|
"61269085", "Warrawidgee", |
|
13897
|
|
|
|
|
|
|
"61248745", "Wombeyan\ Caves", |
|
13898
|
|
|
|
|
|
|
"61354834", "Gisborne", |
|
13899
|
|
|
|
|
|
|
"61268901", "Condobolin", |
|
13900
|
|
|
|
|
|
|
"61745787", "Wallumbilla", |
|
13901
|
|
|
|
|
|
|
"6173546", "Brisbane", |
|
13902
|
|
|
|
|
|
|
"61240407", "Swansea", |
|
13903
|
|
|
|
|
|
|
"61746089", "Kupunn", |
|
13904
|
|
|
|
|
|
|
"613572493", "Taggerty", |
|
13905
|
|
|
|
|
|
|
"61886615", "Coober\ Pedy", |
|
13906
|
|
|
|
|
|
|
"613451068", "Lismore", |
|
13907
|
|
|
|
|
|
|
"61890401", "Marvel\ Loch", |
|
13908
|
|
|
|
|
|
|
"61248398", "Tuena", |
|
13909
|
|
|
|
|
|
|
"61264062", "Eucumbene", |
|
13910
|
|
|
|
|
|
|
"61267169", "Warialda", |
|
13911
|
|
|
|
|
|
|
"617442935", "Bowen", |
|
13912
|
|
|
|
|
|
|
"6186454", "Perth", |
|
13913
|
|
|
|
|
|
|
"61898020", "Bedford\ Harbour", |
|
13914
|
|
|
|
|
|
|
"61353554", "Moyston", |
|
13915
|
|
|
|
|
|
|
"612592682", "Booroorban", |
|
13916
|
|
|
|
|
|
|
"61875566", "Wanbi", |
|
13917
|
|
|
|
|
|
|
"6173424", "Ipswich", |
|
13918
|
|
|
|
|
|
|
"61886318", "Sheringa", |
|
13919
|
|
|
|
|
|
|
"613553646", "Dorodong", |
|
13920
|
|
|
|
|
|
|
"6186397", "Spearwood", |
|
13921
|
|
|
|
|
|
|
"61899661", "Three\ Springs", |
|
13922
|
|
|
|
|
|
|
"6138800", "Melbourne", |
|
13923
|
|
|
|
|
|
|
"61361327", "Strathgordon", |
|
13924
|
|
|
|
|
|
|
"6174427", "Townsville", |
|
13925
|
|
|
|
|
|
|
"618683628", "Lake\ Magenta", |
|
13926
|
|
|
|
|
|
|
"61265477", "Baerami", |
|
13927
|
|
|
|
|
|
|
"61868033", "Unicup", |
|
13928
|
|
|
|
|
|
|
"61266037", "Coutts\ Crossing", |
|
13929
|
|
|
|
|
|
|
"612583799", "Gilgandra", |
|
13930
|
|
|
|
|
|
|
"617750334", "Diamondy", |
|
13931
|
|
|
|
|
|
|
"61250174", "Koetong", |
|
13932
|
|
|
|
|
|
|
"61268386", "Boorooma", |
|
13933
|
|
|
|
|
|
|
"612574135", "Halls\ Creek", |
|
13934
|
|
|
|
|
|
|
"617452649", "Arcadia\ Valley", |
|
13935
|
|
|
|
|
|
|
"61740114", "Mount\ Surprise", |
|
13936
|
|
|
|
|
|
|
"618964917", "Moora", |
|
13937
|
|
|
|
|
|
|
"61340021", "Turriff", |
|
13938
|
|
|
|
|
|
|
"618753439", "Taplan", |
|
13939
|
|
|
|
|
|
|
"618682053", "Fitzgerald", |
|
13940
|
|
|
|
|
|
|
"61260297", "Culcairn", |
|
13941
|
|
|
|
|
|
|
"61259718", "Barellan", |
|
13942
|
|
|
|
|
|
|
"61889182", "Borroloola", |
|
13943
|
|
|
|
|
|
|
"612574407", "Collarenebri", |
|
13944
|
|
|
|
|
|
|
"61744005", "Doomadgee", |
|
13945
|
|
|
|
|
|
|
"61887101", "Robe", |
|
13946
|
|
|
|
|
|
|
"61388275", "Ringwood", |
|
13947
|
|
|
|
|
|
|
"61742259", "Thursday\ Island", |
|
13948
|
|
|
|
|
|
|
"61265381", "Coopernook", |
|
13949
|
|
|
|
|
|
|
"617441419", "Mutarnee", |
|
13950
|
|
|
|
|
|
|
"613531973", "Horsham", |
|
13951
|
|
|
|
|
|
|
"61749778", "Gladstone", |
|
13952
|
|
|
|
|
|
|
"612530107", "Greenethorpe", |
|
13953
|
|
|
|
|
|
|
"61879252", "Nhulunbuy", |
|
13954
|
|
|
|
|
|
|
"61353738", "Creswick", |
|
13955
|
|
|
|
|
|
|
"61749894", "Broadsound", |
|
13956
|
|
|
|
|
|
|
"618964421", "Bibby\ Springs", |
|
13957
|
|
|
|
|
|
|
"6174749", "Mount\ Isa", |
|
13958
|
|
|
|
|
|
|
"61266928", "Thora", |
|
13959
|
|
|
|
|
|
|
"612593829", "Wallanthery", |
|
13960
|
|
|
|
|
|
|
"613553586", "Pomborneit", |
|
13961
|
|
|
|
|
|
|
"613545930", "Lalbert", |
|
13962
|
|
|
|
|
|
|
"61741099", "Gooroolba", |
|
13963
|
|
|
|
|
|
|
"618903520", "Laverton", |
|
13964
|
|
|
|
|
|
|
"61879209", "Elliott", |
|
13965
|
|
|
|
|
|
|
"61350548", "Mittyack", |
|
13966
|
|
|
|
|
|
|
"61747155", "Prairie", |
|
13967
|
|
|
|
|
|
|
"61899931", "Yalgoo", |
|
13968
|
|
|
|
|
|
|
"61742202", "Lockhart\ River", |
|
13969
|
|
|
|
|
|
|
"61258225", "Gilgooma", |
|
13970
|
|
|
|
|
|
|
"61263463", "Lithgow", |
|
13971
|
|
|
|
|
|
|
"61720009", "Samford", |
|
13972
|
|
|
|
|
|
|
"6125933", "Wagga\ Wagga", |
|
13973
|
|
|
|
|
|
|
"61888179", "Booborowie", |
|
13974
|
|
|
|
|
|
|
"61351007", "Lakes\ Entrance", |
|
13975
|
|
|
|
|
|
|
"612593733", "Tumbarumba", |
|
13976
|
|
|
|
|
|
|
"613542360", "Beazleys\ Bridge", |
|
13977
|
|
|
|
|
|
|
"61361468", "Baden", |
|
13978
|
|
|
|
|
|
|
"61355487", "Tyrendarra", |
|
13979
|
|
|
|
|
|
|
"61260443", "Corowa", |
|
13980
|
|
|
|
|
|
|
"618867757", "Orroroo", |
|
13981
|
|
|
|
|
|
|
"61342004", "Kennedys\ Creek", |
|
13982
|
|
|
|
|
|
|
"618752451", "Berri", |
|
13983
|
|
|
|
|
|
|
"61740861", "Gordonvale", |
|
13984
|
|
|
|
|
|
|
"613532412", "Polkemmet", |
|
13985
|
|
|
|
|
|
|
"61257750", "Wollomombi", |
|
13986
|
|
|
|
|
|
|
"61887741", "Wirrega", |
|
13987
|
|
|
|
|
|
|
"61887518", "Tintinara", |
|
13988
|
|
|
|
|
|
|
"618763624", "Courela", |
|
13989
|
|
|
|
|
|
|
"61899390", "Mingenew", |
|
13990
|
|
|
|
|
|
|
"61299432", "Terrey\ Hills", |
|
13991
|
|
|
|
|
|
|
"61358376", "Cobram", |
|
13992
|
|
|
|
|
|
|
"613441715", "Lake\ Meran", |
|
13993
|
|
|
|
|
|
|
"61743290", "Tandora", |
|
13994
|
|
|
|
|
|
|
"61879693", "Alice\ Springs", |
|
13995
|
|
|
|
|
|
|
"6139982", "Melbourne", |
|
13996
|
|
|
|
|
|
|
"61752041", "Noosaville", |
|
13997
|
|
|
|
|
|
|
"618996746", "Paynes\ Find", |
|
13998
|
|
|
|
|
|
|
"61261494", "Binalong", |
|
13999
|
|
|
|
|
|
|
"61898593", "Nyabing", |
|
14000
|
|
|
|
|
|
|
"617452589", "Wyaga", |
|
14001
|
|
|
|
|
|
|
"618867733", "Herbert", |
|
14002
|
|
|
|
|
|
|
"618996925", "Denham", |
|
14003
|
|
|
|
|
|
|
"613553514", "Cobden", |
|
14004
|
|
|
|
|
|
|
"618683636", "Moodiarrup", |
|
14005
|
|
|
|
|
|
|
"612574832", "Uralla", |
|
14006
|
|
|
|
|
|
|
"61350711", "Ouyen", |
|
14007
|
|
|
|
|
|
|
"6188736", "Coonawarra", |
|
14008
|
|
|
|
|
|
|
"61394752", "Eltham", |
|
14009
|
|
|
|
|
|
|
"61355034", "Cavendish", |
|
14010
|
|
|
|
|
|
|
"612532843", "Leadville", |
|
14011
|
|
|
|
|
|
|
"61268250", "Gulargambone", |
|
14012
|
|
|
|
|
|
|
"612594119", "Humula", |
|
14013
|
|
|
|
|
|
|
"618858571", "Meningie\ East", |
|
14014
|
|
|
|
|
|
|
"61356474", "Toora", |
|
14015
|
|
|
|
|
|
|
"612593757", "Barmedman\ East", |
|
14016
|
|
|
|
|
|
|
"61361065", "Hermitage", |
|
14017
|
|
|
|
|
|
|
"617458977", "Bringalily", |
|
14018
|
|
|
|
|
|
|
"613553861", "Wallacedale", |
|
14019
|
|
|
|
|
|
|
"61262336", "Captains\ Flat", |
|
14020
|
|
|
|
|
|
|
"61754201", "Caboolture", |
|
14021
|
|
|
|
|
|
|
"6129445", "Dural", |
|
14022
|
|
|
|
|
|
|
"613441931", "Rochester", |
|
14023
|
|
|
|
|
|
|
"61268257", "Magometon", |
|
14024
|
|
|
|
|
|
|
"618869000", "Iron\ Baron", |
|
14025
|
|
|
|
|
|
|
"618858501", "Gurrai", |
|
14026
|
|
|
|
|
|
|
"618683298", "Moulyinning", |
|
14027
|
|
|
|
|
|
|
"61898668", "Pingaring", |
|
14028
|
|
|
|
|
|
|
"6188682", "Port\ Lincoln", |
|
14029
|
|
|
|
|
|
|
"6139973", "Melbourne", |
|
14030
|
|
|
|
|
|
|
"61267122", "Spring\ Plains", |
|
14031
|
|
|
|
|
|
|
"61264029", "Candelo", |
|
14032
|
|
|
|
|
|
|
"61899397", "Yuna\ East", |
|
14033
|
|
|
|
|
|
|
"61753465", "Harrisville", |
|
14034
|
|
|
|
|
|
|
"61743297", "Biggenden", |
|
14035
|
|
|
|
|
|
|
"613442205", "Colbinabbin", |
|
14036
|
|
|
|
|
|
|
"613470885", "Moyhu", |
|
14037
|
|
|
|
|
|
|
"613549603", "Bridgewater", |
|
14038
|
|
|
|
|
|
|
"61351664", "Buchan", |
|
14039
|
|
|
|
|
|
|
"61263114", "Kandos", |
|
14040
|
|
|
|
|
|
|
"61747149", "Normanton", |
|
14041
|
|
|
|
|
|
|
"6128515", "Sutherland", |
|
14042
|
|
|
|
|
|
|
"618712", "Adelaide", |
|
14043
|
|
|
|
|
|
|
"61240358", "Maitland", |
|
14044
|
|
|
|
|
|
|
"61355480", "Strathdownie", |
|
14045
|
|
|
|
|
|
|
"61744424", "Karumba", |
|
14046
|
|
|
|
|
|
|
"61351000", "Morwell", |
|
14047
|
|
|
|
|
|
|
"61354133", "Lake\ Meran", |
|
14048
|
|
|
|
|
|
|
"61367083", "Mathinna", |
|
14049
|
|
|
|
|
|
|
"61752263", "Lowood", |
|
14050
|
|
|
|
|
|
|
"61257757", "Nowendoc", |
|
14051
|
|
|
|
|
|
|
"61341599", "Orbost", |
|
14052
|
|
|
|
|
|
|
"617480188", "Buckland", |
|
14053
|
|
|
|
|
|
|
"618859992", "Wynarka", |
|
14054
|
|
|
|
|
|
|
"61890981", "Narembeen\ East", |
|
14055
|
|
|
|
|
|
|
"61742504", "Herberton", |
|
14056
|
|
|
|
|
|
|
"61255716", "Denman", |
|
14057
|
|
|
|
|
|
|
"61753068", "Esk", |
|
14058
|
|
|
|
|
|
|
"612593966", "Darlington\ Point", |
|
14059
|
|
|
|
|
|
|
"61877278", "Lucindale", |
|
14060
|
|
|
|
|
|
|
"61240655", "Cessnock", |
|
14061
|
|
|
|
|
|
|
"618601085", "Leinster", |
|
14062
|
|
|
|
|
|
|
"618680049", "Katanning", |
|
14063
|
|
|
|
|
|
|
"61876123", "Nelshaby", |
|
14064
|
|
|
|
|
|
|
"618753152", "Coonalpyn", |
|
14065
|
|
|
|
|
|
|
"618661166", "Wubin", |
|
14066
|
|
|
|
|
|
|
"618851891", "Two\ Wells", |
|
14067
|
|
|
|
|
|
|
"61348166", "Cornalla", |
|
14068
|
|
|
|
|
|
|
"6128627", "Sydney", |
|
14069
|
|
|
|
|
|
|
"61745776", "Freestone", |
|
14070
|
|
|
|
|
|
|
"61268184", "Parkes", |
|
14071
|
|
|
|
|
|
|
"6129878", "Sydney", |
|
14072
|
|
|
|
|
|
|
"6175495", "Caboolture", |
|
14073
|
|
|
|
|
|
|
"613432147", "Glenorchy", |
|
14074
|
|
|
|
|
|
|
"612574477", "Wenna", |
|
14075
|
|
|
|
|
|
|
"6135233", "Colac", |
|
14076
|
|
|
|
|
|
|
"61747936", "Bowen", |
|
14077
|
|
|
|
|
|
|
"61880132", "Wilcannia", |
|
14078
|
|
|
|
|
|
|
"617480759", "Ubobo", |
|
14079
|
|
|
|
|
|
|
"61749299", "Calen", |
|
14080
|
|
|
|
|
|
|
"61747709", "Mutarnee", |
|
14081
|
|
|
|
|
|
|
"612530177", "Milvale", |
|
14082
|
|
|
|
|
|
|
"613546303", "Moonambel", |
|
14083
|
|
|
|
|
|
|
"6124212", "Wollongong", |
|
14084
|
|
|
|
|
|
|
"61351658", "Club\ Terrace", |
|
14085
|
|
|
|
|
|
|
"61351934", "Cann\ River", |
|
14086
|
|
|
|
|
|
|
"613451323", "Ecklin", |
|
14087
|
|
|
|
|
|
|
"61342425", "Geelong", |
|
14088
|
|
|
|
|
|
|
"613531903", "Beulah", |
|
14089
|
|
|
|
|
|
|
"61889785", "Darwin", |
|
14090
|
|
|
|
|
|
|
"617458699", "Yelarbon", |
|
14091
|
|
|
|
|
|
|
"61340398", "Pooncarie", |
|
14092
|
|
|
|
|
|
|
"6187423", "Adelaide", |
|
14093
|
|
|
|
|
|
|
"6175644", "Southport", |
|
14094
|
|
|
|
|
|
|
"6138519", "Melbourne", |
|
14095
|
|
|
|
|
|
|
"61890553", "Esperance", |
|
14096
|
|
|
|
|
|
|
"61260290", "Rand", |
|
14097
|
|
|
|
|
|
|
"61886479", "Iron\ Baron", |
|
14098
|
|
|
|
|
|
|
"61898654", "Lake\ Grace", |
|
14099
|
|
|
|
|
|
|
"61742245", "Dimbulah", |
|
14100
|
|
|
|
|
|
|
"612683711", "Dubbo", |
|
14101
|
|
|
|
|
|
|
"6186189", "Perth", |
|
14102
|
|
|
|
|
|
|
"61753054", "Kilkivan", |
|
14103
|
|
|
|
|
|
|
"61891178", "Christmas\ Island", |
|
14104
|
|
|
|
|
|
|
"61364641", "Burnie", |
|
14105
|
|
|
|
|
|
|
"61747013", "Bambaroo", |
|
14106
|
|
|
|
|
|
|
"61256385", "Casino", |
|
14107
|
|
|
|
|
|
|
"6128936", "Sydney", |
|
14108
|
|
|
|
|
|
|
"61265470", "Widden\ Valley", |
|
14109
|
|
|
|
|
|
|
"61257073", "Graman", |
|
14110
|
|
|
|
|
|
|
"61361320", "Maydena", |
|
14111
|
|
|
|
|
|
|
"61743443", "Tansey", |
|
14112
|
|
|
|
|
|
|
"61887096", "Rendelsham", |
|
14113
|
|
|
|
|
|
|
"61245026", "Kurrajong\ Heights", |
|
14114
|
|
|
|
|
|
|
"61353252", "Marnoo", |
|
14115
|
|
|
|
|
|
|
"61358174", "Deniliquin", |
|
14116
|
|
|
|
|
|
|
"61240364", "Clarence\ Town", |
|
14117
|
|
|
|
|
|
|
"6139956", "Melbourne", |
|
14118
|
|
|
|
|
|
|
"6139449", "Sydenham", |
|
14119
|
|
|
|
|
|
|
"6189562", "Yanchep", |
|
14120
|
|
|
|
|
|
|
"618863755", "Nelshaby", |
|
14121
|
|
|
|
|
|
|
"61240400", "Newcastle", |
|
14122
|
|
|
|
|
|
|
"617486834", "Emerald", |
|
14123
|
|
|
|
|
|
|
"61745999", "Toowoomba", |
|
14124
|
|
|
|
|
|
|
"61896056", "Cleary\ North", |
|
14125
|
|
|
|
|
|
|
"61897432", "Brunswick\ Junction", |
|
14126
|
|
|
|
|
|
|
"61889557", "Petermann", |
|
14127
|
|
|
|
|
|
|
"61248021", "Bundanoon", |
|
14128
|
|
|
|
|
|
|
"61260841", "Tallangatta", |
|
14129
|
|
|
|
|
|
|
"6173200", "Beenleigh", |
|
14130
|
|
|
|
|
|
|
"61343223", "Ballan", |
|
14131
|
|
|
|
|
|
|
"61898027", "Bokerup", |
|
14132
|
|
|
|
|
|
|
"61897061", "Lake\ Clifton", |
|
14133
|
|
|
|
|
|
|
"61741266", "Childers", |
|
14134
|
|
|
|
|
|
|
"61350141", "Tempy", |
|
14135
|
|
|
|
|
|
|
"618903456", "Esperance", |
|
14136
|
|
|
|
|
|
|
"6138801", "Ringwood", |
|
14137
|
|
|
|
|
|
|
"61249992", "Dungog", |
|
14138
|
|
|
|
|
|
|
"61247067", "Lawson", |
|
14139
|
|
|
|
|
|
|
"61355910", "Ecklin", |
|
14140
|
|
|
|
|
|
|
"61886308", "Redhill", |
|
14141
|
|
|
|
|
|
|
"61268874", "Dubbo", |
|
14142
|
|
|
|
|
|
|
"618860095", "Ceduna", |
|
14143
|
|
|
|
|
|
|
"61745068", "Goondiwindi", |
|
14144
|
|
|
|
|
|
|
"61895555", "Pinjarra", |
|
14145
|
|
|
|
|
|
|
"617480248", "Gemfields", |
|
14146
|
|
|
|
|
|
|
"61268798", "Cobar", |
|
14147
|
|
|
|
|
|
|
"61887858", "Makin", |
|
14148
|
|
|
|
|
|
|
"61353161", "Serviceton", |
|
14149
|
|
|
|
|
|
|
"61244456", "Batemans\ Bay", |
|
14150
|
|
|
|
|
|
|
"61261082", "Yass", |
|
14151
|
|
|
|
|
|
|
"61265402", "Scone", |
|
14152
|
|
|
|
|
|
|
"61356329", "Tidal\ River", |
|
14153
|
|
|
|
|
|
|
"61261948", "Gundaroo", |
|
14154
|
|
|
|
|
|
|
"6174939", "Yeppoon", |
|
14155
|
|
|
|
|
|
|
"613451168", "Derrinallum", |
|
14156
|
|
|
|
|
|
|
"61754169", "Maroon", |
|
14157
|
|
|
|
|
|
|
"61886605", "Yabmana", |
|
14158
|
|
|
|
|
|
|
"61878154", "Port\ Victoria", |
|
14159
|
|
|
|
|
|
|
"6138308", "Sydenham", |
|
14160
|
|
|
|
|
|
|
"61868224", "Badgebup\ North", |
|
14161
|
|
|
|
|
|
|
"617441898", "Gununa", |
|
14162
|
|
|
|
|
|
|
"6124877", "Bowral", |
|
14163
|
|
|
|
|
|
|
"61888157", "Kadina", |
|
14164
|
|
|
|
|
|
|
"612530007", "Baldry", |
|
14165
|
|
|
|
|
|
|
"61745465", "St\ George", |
|
14166
|
|
|
|
|
|
|
"61269046", "Kikoira", |
|
14167
|
|
|
|
|
|
|
"618983683", "Jerramungup", |
|
14168
|
|
|
|
|
|
|
"61887111", "Taratap", |
|
14169
|
|
|
|
|
|
|
"61744015", "Townsville", |
|
14170
|
|
|
|
|
|
|
"613431818", "Balliang", |
|
14171
|
|
|
|
|
|
|
"61743534", "Eidsvold", |
|
14172
|
|
|
|
|
|
|
"613442223", "Lake\ Meran", |
|
14173
|
|
|
|
|
|
|
"617486578", "Ubobo", |
|
14174
|
|
|
|
|
|
|
"61886126", "Leigh\ Creek\ South", |
|
14175
|
|
|
|
|
|
|
"61754646", "Harrisville", |
|
14176
|
|
|
|
|
|
|
"61257298", "Pinkett", |
|
14177
|
|
|
|
|
|
|
"61259708", "West\ Wyalong", |
|
14178
|
|
|
|
|
|
|
"61359574", "Healesville", |
|
14179
|
|
|
|
|
|
|
"61851098", "Leopold", |
|
14180
|
|
|
|
|
|
|
"61746783", "Eschol", |
|
14181
|
|
|
|
|
|
|
"6189435", "Fremantle", |
|
14182
|
|
|
|
|
|
|
"618996973", "Carnarvon", |
|
14183
|
|
|
|
|
|
|
"618682153", "Kronkup", |
|
14184
|
|
|
|
|
|
|
"618965602", "Ballidu", |
|
14185
|
|
|
|
|
|
|
"61740104", "Molloy", |
|
14186
|
|
|
|
|
|
|
"61895787", "Gingin", |
|
14187
|
|
|
|
|
|
|
"61253230", "Manildra", |
|
14188
|
|
|
|
|
|
|
"61887222", "Bangham", |
|
14189
|
|
|
|
|
|
|
"61263128", "Leadville", |
|
14190
|
|
|
|
|
|
|
"618753422", "Paruna", |
|
14191
|
|
|
|
|
|
|
"61340439", "Natya", |
|
14192
|
|
|
|
|
|
|
"61364488", "Gordon", |
|
14193
|
|
|
|
|
|
|
"61742277", "Innot\ Hot\ Springs", |
|
14194
|
|
|
|
|
|
|
"618989337", "Williams", |
|
14195
|
|
|
|
|
|
|
"618660984", "Dowerin", |
|
14196
|
|
|
|
|
|
|
"61358884", "Finley", |
|
14197
|
|
|
|
|
|
|
"61354991", "Gowar\ East", |
|
14198
|
|
|
|
|
|
|
"61259148", "Marsden", |
|
14199
|
|
|
|
|
|
|
"61742121", "Thursday\ Island", |
|
14200
|
|
|
|
|
|
|
"61897490", "Harvey", |
|
14201
|
|
|
|
|
|
|
"61342014", "Meredith", |
|
14202
|
|
|
|
|
|
|
"617323", "Brisbane", |
|
14203
|
|
|
|
|
|
|
"618854995", "Sanderston", |
|
14204
|
|
|
|
|
|
|
"618967684", "Gabbin\ North", |
|
14205
|
|
|
|
|
|
|
"61878168", "Arthurton", |
|
14206
|
|
|
|
|
|
|
"612593832", "Warralonga", |
|
14207
|
|
|
|
|
|
|
"61734000", "Kooringal", |
|
14208
|
|
|
|
|
|
|
"61891888", "Mount\ Bruce", |
|
14209
|
|
|
|
|
|
|
"618763445", "Coober\ Pedy", |
|
14210
|
|
|
|
|
|
|
"617480479", "Mackay", |
|
14211
|
|
|
|
|
|
|
"61266092", "Rappville", |
|
14212
|
|
|
|
|
|
|
"61357258", "Alexandra", |
|
14213
|
|
|
|
|
|
|
"612574757", "Bingara", |
|
14214
|
|
|
|
|
|
|
"61879219", "Roper\ River", |
|
14215
|
|
|
|
|
|
|
"61351072", "Golden\ Beach", |
|
14216
|
|
|
|
|
|
|
"61887864", "Robe", |
|
14217
|
|
|
|
|
|
|
"61256441", "Nimbin", |
|
14218
|
|
|
|
|
|
|
"61745054", "Kupunn", |
|
14219
|
|
|
|
|
|
|
"61255344", "Taylors\ Arm", |
|
14220
|
|
|
|
|
|
|
"61740744", "Ravenshoe", |
|
14221
|
|
|
|
|
|
|
"61885395", "Callington", |
|
14222
|
|
|
|
|
|
|
"61357529", "Puckapunyal", |
|
14223
|
|
|
|
|
|
|
"61746651", "Coondarra", |
|
14224
|
|
|
|
|
|
|
"61244120", "Huskisson", |
|
14225
|
|
|
|
|
|
|
"61255622", "Bunnan", |
|
14226
|
|
|
|
|
|
|
"612594019", "Wallanthery", |
|
14227
|
|
|
|
|
|
|
"61269584", "Bundure", |
|
14228
|
|
|
|
|
|
|
"612574829", "Tenterfield", |
|
14229
|
|
|
|
|
|
|
"61350701", "Sea\ Lake", |
|
14230
|
|
|
|
|
|
|
"617486951", "Moura", |
|
14231
|
|
|
|
|
|
|
"61357135", "Violet\ Town", |
|
14232
|
|
|
|
|
|
|
"61364085", "Devonport", |
|
14233
|
|
|
|
|
|
|
"618989353", "Beaufort\ River", |
|
14234
|
|
|
|
|
|
|
"612803", "Sydney", |
|
14235
|
|
|
|
|
|
|
"618660916", "Meckering", |
|
14236
|
|
|
|
|
|
|
"61741793", "Maidenwell", |
|
14237
|
|
|
|
|
|
|
"612574733", "Tenterfield", |
|
14238
|
|
|
|
|
|
|
"61877093", "Coonawarra", |
|
14239
|
|
|
|
|
|
|
"617442560", "Hughenden", |
|
14240
|
|
|
|
|
|
|
"61880190", "Pimpara", |
|
14241
|
|
|
|
|
|
|
"61876320", "Tooligie\ Hill", |
|
14242
|
|
|
|
|
|
|
"613531746", "Stawell", |
|
14243
|
|
|
|
|
|
|
"618967616", "Badgerin\ Rock", |
|
14244
|
|
|
|
|
|
|
"61745627", "Quilpie", |
|
14245
|
|
|
|
|
|
|
"617459904", "Teelba", |
|
14246
|
|
|
|
|
|
|
"618863561", "Minnipa", |
|
14247
|
|
|
|
|
|
|
"61887508", "Western\ Flat", |
|
14248
|
|
|
|
|
|
|
"613451305", "Apsley", |
|
14249
|
|
|
|
|
|
|
"61265445", "Muswellbrook", |
|
14250
|
|
|
|
|
|
|
"618763356", "Everard", |
|
14251
|
|
|
|
|
|
|
"61263104", "Harden", |
|
14252
|
|
|
|
|
|
|
"61880197", "Dolo", |
|
14253
|
|
|
|
|
|
|
"61356362", "Icy\ Creek", |
|
14254
|
|
|
|
|
|
|
"61744153", "Georgina", |
|
14255
|
|
|
|
|
|
|
"61373779", "Sydenham", |
|
14256
|
|
|
|
|
|
|
"61754122", "Noosaville", |
|
14257
|
|
|
|
|
|
|
"61740128", "Silkwood", |
|
14258
|
|
|
|
|
|
|
"613451375", "Edenhope", |
|
14259
|
|
|
|
|
|
|
"61354684", "Laen", |
|
14260
|
|
|
|
|
|
|
"61745620", "Jericho", |
|
14261
|
|
|
|
|
|
|
"617459974", "Galilee", |
|
14262
|
|
|
|
|
|
|
"61889579", "Tanami", |
|
14263
|
|
|
|
|
|
|
"61876327", "Wilpena", |
|
14264
|
|
|
|
|
|
|
"61749066", "Isaac\ River", |
|
14265
|
|
|
|
|
|
|
"618982488", "Tenterden", |
|
14266
|
|
|
|
|
|
|
"61244271", "Jilliga", |
|
14267
|
|
|
|
|
|
|
"61887973", "Coonawarra", |
|
14268
|
|
|
|
|
|
|
"61353219", "Stoneleigh", |
|
14269
|
|
|
|
|
|
|
"61357732", "Alexandra", |
|
14270
|
|
|
|
|
|
|
"612574966", "Quirindi", |
|
14271
|
|
|
|
|
|
|
"61244127", "Milton\-ulladulla", |
|
14272
|
|
|
|
|
|
|
"61754211", "Lowood", |
|
14273
|
|
|
|
|
|
|
"61269791", "Weethalle", |
|
14274
|
|
|
|
|
|
|
"61267201", "Gunyerwarildi", |
|
14275
|
|
|
|
|
|
|
"61868208", "Hopetoun", |
|
14276
|
|
|
|
|
|
|
"61354337", "Bendigo", |
|
14277
|
|
|
|
|
|
|
"61269282", "Currawarna", |
|
14278
|
|
|
|
|
|
|
"617486730", "Willows", |
|
14279
|
|
|
|
|
|
|
"61259239", "Bambilla", |
|
14280
|
|
|
|
|
|
|
"61362046", "Little\ Swanport", |
|
14281
|
|
|
|
|
|
|
"61255939", "Ravensworth", |
|
14282
|
|
|
|
|
|
|
"6126795", "Wee\ Waa", |
|
14283
|
|
|
|
|
|
|
"612583509", "Dandaloo", |
|
14284
|
|
|
|
|
|
|
"61264723", "Bredbo", |
|
14285
|
|
|
|
|
|
|
"61352708", "Bannockburn", |
|
14286
|
|
|
|
|
|
|
"61734007", "Dunwich", |
|
14287
|
|
|
|
|
|
|
"618753052", "Tanunda", |
|
14288
|
|
|
|
|
|
|
"618661066", "Miling", |
|
14289
|
|
|
|
|
|
|
"61265048", "Ellerston", |
|
14290
|
|
|
|
|
|
|
"617485822", "Bajool", |
|
14291
|
|
|
|
|
|
|
"61260758", "Oaklands", |
|
14292
|
|
|
|
|
|
|
"61255706", "Widden\ Valley", |
|
14293
|
|
|
|
|
|
|
"61740306", "Thursday\ Island", |
|
14294
|
|
|
|
|
|
|
"61899193", "Yandanooka", |
|
14295
|
|
|
|
|
|
|
"61742514", "Mareeba", |
|
14296
|
|
|
|
|
|
|
"61897497", "Busselton", |
|
14297
|
|
|
|
|
|
|
"618866183", "Wirrulla", |
|
14298
|
|
|
|
|
|
|
"617480088", "Nathan\ Gorge", |
|
14299
|
|
|
|
|
|
|
"61885421", "Waikerie", |
|
14300
|
|
|
|
|
|
|
"6188184", "Mclaren\ Vale", |
|
14301
|
|
|
|
|
|
|
"61742270", "Torres", |
|
14302
|
|
|
|
|
|
|
"61358289", "Dookie", |
|
14303
|
|
|
|
|
|
|
"61867046", "Harvey", |
|
14304
|
|
|
|
|
|
|
"61890813", "Merredin", |
|
14305
|
|
|
|
|
|
|
"612985", "Sydney", |
|
14306
|
|
|
|
|
|
|
"61741968", "Pialba", |
|
14307
|
|
|
|
|
|
|
"618763982", "Morchard", |
|
14308
|
|
|
|
|
|
|
"61264674", "Jindabyne\ South", |
|
14309
|
|
|
|
|
|
|
"6124384", "Gosford", |
|
14310
|
|
|
|
|
|
|
"61268963", "Bobadah", |
|
14311
|
|
|
|
|
|
|
"61255146", "Rookhurst", |
|
14312
|
|
|
|
|
|
|
"618996903", "Yuna", |
|
14313
|
|
|
|
|
|
|
"618965672", "Jennacubbine", |
|
14314
|
|
|
|
|
|
|
"61247604", "Lawson", |
|
14315
|
|
|
|
|
|
|
"61744379", "Barkly", |
|
14316
|
|
|
|
|
|
|
"6186299", "Kalamunda", |
|
14317
|
|
|
|
|
|
|
"61253237", "Oberon", |
|
14318
|
|
|
|
|
|
|
"61352148", "Anglesea", |
|
14319
|
|
|
|
|
|
|
"61895780", "Toodyay", |
|
14320
|
|
|
|
|
|
|
"6128746", "Sydney", |
|
14321
|
|
|
|
|
|
|
"618903345", "Muntadgin\ East", |
|
14322
|
|
|
|
|
|
|
"61258141", "Purlewaugh", |
|
14323
|
|
|
|
|
|
|
"61888150", "Hallett", |
|
14324
|
|
|
|
|
|
|
"61743232", "Yandaran", |
|
14325
|
|
|
|
|
|
|
"61359272", "Marysville", |
|
14326
|
|
|
|
|
|
|
"61879161", "Jabiru", |
|
14327
|
|
|
|
|
|
|
"61257779", "Tamworth", |
|
14328
|
|
|
|
|
|
|
"61899332", "Eneabba", |
|
14329
|
|
|
|
|
|
|
"61864932", "Kalamunda", |
|
14330
|
|
|
|
|
|
|
"61888889", "Marion\ Bay", |
|
14331
|
|
|
|
|
|
|
"6173201", "Ipswich", |
|
14332
|
|
|
|
|
|
|
"61895549", "Bullsbrook\ East", |
|
14333
|
|
|
|
|
|
|
"61355972", "Penshurst", |
|
14334
|
|
|
|
|
|
|
"61263744", "Gulgong", |
|
14335
|
|
|
|
|
|
|
"618903596", "Norseman", |
|
14336
|
|
|
|
|
|
|
"617486017", "Cannon\ Valley", |
|
14337
|
|
|
|
|
|
|
"61737284", "Brisbane", |
|
14338
|
|
|
|
|
|
|
"61876065", "Tumby\ Bay", |
|
14339
|
|
|
|
|
|
|
"61741954", "Windera", |
|
14340
|
|
|
|
|
|
|
"61888582", "Warooka", |
|
14341
|
|
|
|
|
|
|
"618600817", "Goomarin", |
|
14342
|
|
|
|
|
|
|
"61362584", "Bothwell", |
|
14343
|
|
|
|
|
|
|
"61741638", "Yarraman", |
|
14344
|
|
|
|
|
|
|
"61885733", "Yumali", |
|
14345
|
|
|
|
|
|
|
"618854568", "Taylorville", |
|
14346
|
|
|
|
|
|
|
"61255669", "Comara", |
|
14347
|
|
|
|
|
|
|
"61357562", "Bright", |
|
14348
|
|
|
|
|
|
|
"61247060", "Penrith", |
|
14349
|
|
|
|
|
|
|
"61741335", "Eidsvold", |
|
14350
|
|
|
|
|
|
|
"61749613", "Mackay", |
|
14351
|
|
|
|
|
|
|
"61264431", "Thredbo\ Village", |
|
14352
|
|
|
|
|
|
|
"61355917", "Ecklin", |
|
14353
|
|
|
|
|
|
|
"61268279", "Ginghet", |
|
14354
|
|
|
|
|
|
|
"612530290", "Murringo", |
|
14355
|
|
|
|
|
|
|
"61240527", "Eccleston", |
|
14356
|
|
|
|
|
|
|
"61897936", "Darkan", |
|
14357
|
|
|
|
|
|
|
"618683761", "Nyabing", |
|
14358
|
|
|
|
|
|
|
"6135101", "Morwell", |
|
14359
|
|
|
|
|
|
|
"61890521", "Mount\ Merivale", |
|
14360
|
|
|
|
|
|
|
"61742286", "Millaa\ Millaa", |
|
14361
|
|
|
|
|
|
|
"61263694", "Molong", |
|
14362
|
|
|
|
|
|
|
"61264134", "Thredbo\ Village", |
|
14363
|
|
|
|
|
|
|
"61887163", "Lucindale\ South", |
|
14364
|
|
|
|
|
|
|
"61257084", "Croppa\ Creek", |
|
14365
|
|
|
|
|
|
|
"61238107", "Tuena", |
|
14366
|
|
|
|
|
|
|
"61899299", "Coorow\ West", |
|
14367
|
|
|
|
|
|
|
"61742408", "Silkwood", |
|
14368
|
|
|
|
|
|
|
"613451187", "Panmure", |
|
14369
|
|
|
|
|
|
|
"61268359", "Nyngan", |
|
14370
|
|
|
|
|
|
|
"61361262", "Orford", |
|
14371
|
|
|
|
|
|
|
"61358183", "Wanganella", |
|
14372
|
|
|
|
|
|
|
"618763409", "The\ Ranges", |
|
14373
|
|
|
|
|
|
|
"6186254", "Perth", |
|
14374
|
|
|
|
|
|
|
"617442969", "Mount\ Isa", |
|
14375
|
|
|
|
|
|
|
"617487021", "Gargett", |
|
14376
|
|
|
|
|
|
|
"61897013", "Bridgetown", |
|
14377
|
|
|
|
|
|
|
"61246018", "Camden", |
|
14378
|
|
|
|
|
|
|
"61257437", "Gunnedah", |
|
14379
|
|
|
|
|
|
|
"61744259", "Burdekin", |
|
14380
|
|
|
|
|
|
|
"61258022", "Lightning\ Ridge", |
|
14381
|
|
|
|
|
|
|
"61742005", "Edward\ River", |
|
14382
|
|
|
|
|
|
|
"61899603", "Perenjori\ East", |
|
14383
|
|
|
|
|
|
|
"61741178", "Boondooma", |
|
14384
|
|
|
|
|
|
|
"618967778", "Brookton", |
|
14385
|
|
|
|
|
|
|
"61359047", "Rosebud", |
|
14386
|
|
|
|
|
|
|
"618866977", "Jamestown", |
|
14387
|
|
|
|
|
|
|
"61851157", "Marble\ Bar", |
|
14388
|
|
|
|
|
|
|
"61756078", "Beechmont", |
|
14389
|
|
|
|
|
|
|
"61248053", "Paddys\ River", |
|
14390
|
|
|
|
|
|
|
"61879300", "Alice\ Springs", |
|
14391
|
|
|
|
|
|
|
"612574256", "Nullamanna", |
|
14392
|
|
|
|
|
|
|
"61363668", "Winnaleah", |
|
14393
|
|
|
|
|
|
|
"61353113", "Halls\ Gap", |
|
14394
|
|
|
|
|
|
|
"61256346", "Grafton", |
|
14395
|
|
|
|
|
|
|
"61746056", "Cunningham", |
|
14396
|
|
|
|
|
|
|
"61888098", "Spalding", |
|
14397
|
|
|
|
|
|
|
"618908068", "Goldfields", |
|
14398
|
|
|
|
|
|
|
"612574169", "Tenterfield", |
|
14399
|
|
|
|
|
|
|
"61359352", "Cowes", |
|
14400
|
|
|
|
|
|
|
"613451349", "Tyrendarra", |
|
14401
|
|
|
|
|
|
|
"61890463", "Coomalbidgup", |
|
14402
|
|
|
|
|
|
|
"61748027", "Middlemount", |
|
14403
|
|
|
|
|
|
|
"6129862", "Blacktown", |
|
14404
|
|
|
|
|
|
|
"61259133", "Mangoplah", |
|
14405
|
|
|
|
|
|
|
"61367331", "Avoca", |
|
14406
|
|
|
|
|
|
|
"61885124", "Milang", |
|
14407
|
|
|
|
|
|
|
"61367074", "St\ Helens", |
|
14408
|
|
|
|
|
|
|
"6138561", "Clayton", |
|
14409
|
|
|
|
|
|
|
"618680023", "Lake\ King", |
|
14410
|
|
|
|
|
|
|
"61359309", "Pakenham", |
|
14411
|
|
|
|
|
|
|
"617458785", "Crows\ Nest", |
|
14412
|
|
|
|
|
|
|
"61344004", "Woodend", |
|
14413
|
|
|
|
|
|
|
"61748668", "Agnes\ Water", |
|
14414
|
|
|
|
|
|
|
"61265218", "Muswellbrook", |
|
14415
|
|
|
|
|
|
|
"6128781", "Liverpool", |
|
14416
|
|
|
|
|
|
|
"6124041", "Newcastle", |
|
14417
|
|
|
|
|
|
|
"61340115", "Hopetoun", |
|
14418
|
|
|
|
|
|
|
"61879055", "Alice\ Springs", |
|
14419
|
|
|
|
|
|
|
"61742350", "Coen", |
|
14420
|
|
|
|
|
|
|
"61735557", "Brisbane", |
|
14421
|
|
|
|
|
|
|
"61351240", "Buchan", |
|
14422
|
|
|
|
|
|
|
"61268173", "Mandagery", |
|
14423
|
|
|
|
|
|
|
"61363027", "Emita", |
|
14424
|
|
|
|
|
|
|
"61748365", "Mackay", |
|
14425
|
|
|
|
|
|
|
"61867216", "Beedelup", |
|
14426
|
|
|
|
|
|
|
"61348093", "Caldwell", |
|
14427
|
|
|
|
|
|
|
"618753047", "Sedan", |
|
14428
|
|
|
|
|
|
|
"618764017", "Wilpena", |
|
14429
|
|
|
|
|
|
|
"61897149", "Cundinup", |
|
14430
|
|
|
|
|
|
|
"61876151", "Yeelanna", |
|
14431
|
|
|
|
|
|
|
"61350069", "Pooncarie", |
|
14432
|
|
|
|
|
|
|
"61886792", "Andamooka", |
|
14433
|
|
|
|
|
|
|
"6129456", "Avalon\ Beach", |
|
14434
|
|
|
|
|
|
|
"61898771", "West\ River", |
|
14435
|
|
|
|
|
|
|
"61264265", "Jindabyne\ South", |
|
14436
|
|
|
|
|
|
|
"61268302", "Cobar", |
|
14437
|
|
|
|
|
|
|
"61886281", "Arno\ Bay", |
|
14438
|
|
|
|
|
|
|
"6175529", "Southport", |
|
14439
|
|
|
|
|
|
|
"6138436", "Melbourne", |
|
14440
|
|
|
|
|
|
|
"61355162", "Victoria\ Valley", |
|
14441
|
|
|
|
|
|
|
"61269918", "Wallanthery", |
|
14442
|
|
|
|
|
|
|
"618752514", "Windsor", |
|
14443
|
|
|
|
|
|
|
"61263401", "Cowra", |
|
14444
|
|
|
|
|
|
|
"61753555", "Cooroy", |
|
14445
|
|
|
|
|
|
|
"61287304", "Bankstown", |
|
14446
|
|
|
|
|
|
|
"61890316", "Ardath", |
|
14447
|
|
|
|
|
|
|
"612532966", "Killongbutta", |
|
14448
|
|
|
|
|
|
|
"61875127", "Robertstown", |
|
14449
|
|
|
|
|
|
|
"618683084", "Mount\ Madden", |
|
14450
|
|
|
|
|
|
|
"61875271", "New\ Well", |
|
14451
|
|
|
|
|
|
|
"61363654", "Exeter", |
|
14452
|
|
|
|
|
|
|
"613531962", "Goroke", |
|
14453
|
|
|
|
|
|
|
"61754041", "Thornton", |
|
14454
|
|
|
|
|
|
|
"61351891", "Woodside", |
|
14455
|
|
|
|
|
|
|
"61889106", "Yulara", |
|
14456
|
|
|
|
|
|
|
"61891099", "Mitchell", |
|
14457
|
|
|
|
|
|
|
"61361229", "Huonville", |
|
14458
|
|
|
|
|
|
|
"617442838", "Collinsville", |
|
14459
|
|
|
|
|
|
|
"618982467", "Porongurup", |
|
14460
|
|
|
|
|
|
|
"61248115", "Yerrinbool", |
|
14461
|
|
|
|
|
|
|
"612532829", "Galong", |
|
14462
|
|
|
|
|
|
|
"6135921", "Mornington", |
|
14463
|
|
|
|
|
|
|
"61897155", "Balingup", |
|
14464
|
|
|
|
|
|
|
"61875120", "Kapunda", |
|
14465
|
|
|
|
|
|
|
"613542304", "Raywood", |
|
14466
|
|
|
|
|
|
|
"61355765", "Penshurst", |
|
14467
|
|
|
|
|
|
|
"61240093", "Bulahdelah", |
|
14468
|
|
|
|
|
|
|
"613450583", "Panmure", |
|
14469
|
|
|
|
|
|
|
"612574742", "Wellingrove", |
|
14470
|
|
|
|
|
|
|
"61264336", "Bega", |
|
14471
|
|
|
|
|
|
|
"613542682", "Watchem", |
|
14472
|
|
|
|
|
|
|
"61392155", "Dandenong", |
|
14473
|
|
|
|
|
|
|
"61886195", "Port\ Lincoln", |
|
14474
|
|
|
|
|
|
|
"618996836", "Marchagee", |
|
14475
|
|
|
|
|
|
|
"61880058", "Broken\ Hill", |
|
14476
|
|
|
|
|
|
|
"61752201", "Rosewood", |
|
14477
|
|
|
|
|
|
|
"61741643", "Kingaroy", |
|
14478
|
|
|
|
|
|
|
"61885748", "Victor\ Harbor", |
|
14479
|
|
|
|
|
|
|
"61356483", "Foster", |
|
14480
|
|
|
|
|
|
|
"618600993", "Bodallin", |
|
14481
|
|
|
|
|
|
|
"61353055", "Marnoo", |
|
14482
|
|
|
|
|
|
|
"61753549", "Woodford", |
|
14483
|
|
|
|
|
|
|
"61342244", "Lavers\ Hill", |
|
14484
|
|
|
|
|
|
|
"613513", "Morwell", |
|
14485
|
|
|
|
|
|
|
"61889091", "Tablelands", |
|
14486
|
|
|
|
|
|
|
"61745815", "Kumbarilla", |
|
14487
|
|
|
|
|
|
|
"61748236", "Dingo", |
|
14488
|
|
|
|
|
|
|
"61885511", "Victor\ Harbor", |
|
14489
|
|
|
|
|
|
|
"61363020", "Campbell\ Town", |
|
14490
|
|
|
|
|
|
|
"617485865", "Gladstone", |
|
14491
|
|
|
|
|
|
|
"61351247", "Gelantipy", |
|
14492
|
|
|
|
|
|
|
"613531671", "Halls\ Gap", |
|
14493
|
|
|
|
|
|
|
"61256144", "Nimbin", |
|
14494
|
|
|
|
|
|
|
"61742357", "Atherton", |
|
14495
|
|
|
|
|
|
|
"61735550", "Brisbane", |
|
14496
|
|
|
|
|
|
|
"61742042", "Mossman", |
|
14497
|
|
|
|
|
|
|
"613553591", "South\ Purrumbete", |
|
14498
|
|
|
|
|
|
|
"61745231", "Arcadia\ Valley", |
|
14499
|
|
|
|
|
|
|
"61260399", "Yackandandah", |
|
14500
|
|
|
|
|
|
|
"6135591", "Terang", |
|
14501
|
|
|
|
|
|
|
"61352133", "Queenscliff", |
|
14502
|
|
|
|
|
|
|
"612583685", "Cobar", |
|
14503
|
|
|
|
|
|
|
"61357378", "Beechworth", |
|
14504
|
|
|
|
|
|
|
"61258069", "Geurie", |
|
14505
|
|
|
|
|
|
|
"61748593", "Sarina", |
|
14506
|
|
|
|
|
|
|
"617480067", "Mardale", |
|
14507
|
|
|
|
|
|
|
"61361558", "Bothwell", |
|
14508
|
|
|
|
|
|
|
"612570046", "Pilliga", |
|
14509
|
|
|
|
|
|
|
"61740694", "Torres", |
|
14510
|
|
|
|
|
|
|
"61888516", "Port\ Wakefield", |
|
14511
|
|
|
|
|
|
|
"61897238", "Cundinup", |
|
14512
|
|
|
|
|
|
|
"61879049", "Alice\ Springs", |
|
14513
|
|
|
|
|
|
|
"61263981", "Galong", |
|
14514
|
|
|
|
|
|
|
"61896089", "Lancelin", |
|
14515
|
|
|
|
|
|
|
"61352392", "Birregurra", |
|
14516
|
|
|
|
|
|
|
"61880064", "Tibooburra", |
|
14517
|
|
|
|
|
|
|
"61250183", "Tallangatta", |
|
14518
|
|
|
|
|
|
|
"618683244", "Bokerup", |
|
14519
|
|
|
|
|
|
|
"61871844", "Mount\ Barker", |
|
14520
|
|
|
|
|
|
|
"61744245", "Mount\ Isa", |
|
14521
|
|
|
|
|
|
|
"612583900", "Eugowra", |
|
14522
|
|
|
|
|
|
|
"618967708", "Trayning", |
|
14523
|
|
|
|
|
|
|
"61359040", "Warburton", |
|
14524
|
|
|
|
|
|
|
"61851150", "Derby", |
|
14525
|
|
|
|
|
|
|
"618866907", "Indian\ Pacific", |
|
14526
|
|
|
|
|
|
|
"618660119", "Quairading", |
|
14527
|
|
|
|
|
|
|
"61265033", "Comboyne", |
|
14528
|
|
|
|
|
|
|
"617452623", "Mount\ Tyson", |
|
14529
|
|
|
|
|
|
|
"61257430", "Armidale", |
|
14530
|
|
|
|
|
|
|
"61263803", "Bribbaree", |
|
14531
|
|
|
|
|
|
|
"6135433", "Heathcote", |
|
14532
|
|
|
|
|
|
|
"613431204", "Warracknabeal", |
|
14533
|
|
|
|
|
|
|
"613854", "Clayton", |
|
14534
|
|
|
|
|
|
|
"612583396", "Barrinford", |
|
14535
|
|
|
|
|
|
|
"61879307", "Darwin", |
|
14536
|
|
|
|
|
|
|
"61756619", "Southport", |
|
14537
|
|
|
|
|
|
|
"618862016", "The\ Ranges", |
|
14538
|
|
|
|
|
|
|
"618753287", "Penneshaw", |
|
14539
|
|
|
|
|
|
|
"61749661", "Yakapari", |
|
14540
|
|
|
|
|
|
|
"61887414", "Greenways", |
|
14541
|
|
|
|
|
|
|
"618753501", "Paruna", |
|
14542
|
|
|
|
|
|
|
"618763479", "Miltalie", |
|
14543
|
|
|
|
|
|
|
"6138824", "Ringwood", |
|
14544
|
|
|
|
|
|
|
"6139249", "Melbourne", |
|
14545
|
|
|
|
|
|
|
"618682208", "Woogenilup", |
|
14546
|
|
|
|
|
|
|
"6188645", "Whyalla", |
|
14547
|
|
|
|
|
|
|
"61355129", "Caramut", |
|
14548
|
|
|
|
|
|
|
"61268911", "Mount\ Herring", |
|
14549
|
|
|
|
|
|
|
"612583545", "Peak\ Hill", |
|
14550
|
|
|
|
|
|
|
"61253095", "Harden", |
|
14551
|
|
|
|
|
|
|
"617442826", "Bambaroo", |
|
14552
|
|
|
|
|
|
|
"61361564", "Gretna", |
|
14553
|
|
|
|
|
|
|
"61890114", "Leinster", |
|
14554
|
|
|
|
|
|
|
"618862084", "Whyalla", |
|
14555
|
|
|
|
|
|
|
"61265916", "Forster", |
|
14556
|
|
|
|
|
|
|
"61299149", "Engadine", |
|
14557
|
|
|
|
|
|
|
"61240520", "Nelson\ Bay", |
|
14558
|
|
|
|
|
|
|
"61344028", "Watchem", |
|
14559
|
|
|
|
|
|
|
"61350022", "Patchewollock", |
|
14560
|
|
|
|
|
|
|
"61350444", "Curyo", |
|
14561
|
|
|
|
|
|
|
"61268345", "Balladoran", |
|
14562
|
|
|
|
|
|
|
"61340053", "Nangiloc", |
|
14563
|
|
|
|
|
|
|
"61879113", "Arnhem", |
|
14564
|
|
|
|
|
|
|
"618854587", "Auburn", |
|
14565
|
|
|
|
|
|
|
"617459899", "Tabers", |
|
14566
|
|
|
|
|
|
|
"61362918", "Little\ Swanport", |
|
14567
|
|
|
|
|
|
|
"61885108", "Mannum", |
|
14568
|
|
|
|
|
|
|
"61238100", "Nerriga", |
|
14569
|
|
|
|
|
|
|
"61267388", "Armidale", |
|
14570
|
|
|
|
|
|
|
"61876038", "The\ Ranges", |
|
14571
|
|
|
|
|
|
|
"617441429", "Upper\ Stone", |
|
14572
|
|
|
|
|
|
|
"618863576", "Mount\ Hope", |
|
14573
|
|
|
|
|
|
|
"618763395", "Port\ Kenny", |
|
14574
|
|
|
|
|
|
|
"617458998", "Diamondy", |
|
14575
|
|
|
|
|
|
|
"61263486", "Twelve\ Mile", |
|
14576
|
|
|
|
|
|
|
"61740224", "Millaa\ Millaa", |
|
14577
|
|
|
|
|
|
|
"61879251", "Katherine", |
|
14578
|
|
|
|
|
|
|
"61740906", "Weipa", |
|
14579
|
|
|
|
|
|
|
"6138360", "Melbourne", |
|
14580
|
|
|
|
|
|
|
"618989370", "Dumbleyung", |
|
14581
|
|
|
|
|
|
|
"61362567", "Swansea", |
|
14582
|
|
|
|
|
|
|
"618964411", "Badgingarra", |
|
14583
|
|
|
|
|
|
|
"6126680", "Mullumbimby", |
|
14584
|
|
|
|
|
|
|
"61889181", "Batchelor", |
|
14585
|
|
|
|
|
|
|
"61387844", "Dandenong", |
|
14586
|
|
|
|
|
|
|
"61263208", "Twelve\ Mile", |
|
14587
|
|
|
|
|
|
|
"61887102", "Robe", |
|
14588
|
|
|
|
|
|
|
"618763993", "Port\ Kenny", |
|
14589
|
|
|
|
|
|
|
"61866025", "Cadoux", |
|
14590
|
|
|
|
|
|
|
"618683277", "Karlgarin", |
|
14591
|
|
|
|
|
|
|
"61363175", "Rossarden", |
|
14592
|
|
|
|
|
|
|
"6128703", "Liverpool", |
|
14593
|
|
|
|
|
|
|
"61265382", "Coopernook", |
|
14594
|
|
|
|
|
|
|
"61255339", "Taree", |
|
14595
|
|
|
|
|
|
|
"61740739", "Mount\ Garnet", |
|
14596
|
|
|
|
|
|
|
"61260787", "Holbrook", |
|
14597
|
|
|
|
|
|
|
"61741368", "Redridge", |
|
14598
|
|
|
|
|
|
|
"61340444", "Patchewollock", |
|
14599
|
|
|
|
|
|
|
"61269827", "Tumbarumba", |
|
14600
|
|
|
|
|
|
|
"61363710", "George\ Town", |
|
14601
|
|
|
|
|
|
|
"618964927", "Regans\ Ford", |
|
14602
|
|
|
|
|
|
|
"61354028", "Inglewood", |
|
14603
|
|
|
|
|
|
|
"61886488", "Whyalla", |
|
14604
|
|
|
|
|
|
|
"61340022", "Cowangie", |
|
14605
|
|
|
|
|
|
|
"61361203", "Miena", |
|
14606
|
|
|
|
|
|
|
"613441872", "Quambatook", |
|
14607
|
|
|
|
|
|
|
"61868104", "Dumbleyung", |
|
14608
|
|
|
|
|
|
|
"61886924", "Nelshaby", |
|
14609
|
|
|
|
|
|
|
"61886206", "Rudall", |
|
14610
|
|
|
|
|
|
|
"61350053", "Cowangie", |
|
14611
|
|
|
|
|
|
|
"61355743", "Cavendish", |
|
14612
|
|
|
|
|
|
|
"61269730", "Temora", |
|
14613
|
|
|
|
|
|
|
"612574901", "Ben\ Lomond", |
|
14614
|
|
|
|
|
|
|
"61899662", "Upper\ Gascoyne", |
|
14615
|
|
|
|
|
|
|
"61240183", "Dungog", |
|
14616
|
|
|
|
|
|
|
"618661001", "Miling", |
|
14617
|
|
|
|
|
|
|
"618683618", "Kojaneerup", |
|
14618
|
|
|
|
|
|
|
"613432160", "Marnoo", |
|
14619
|
|
|
|
|
|
|
"61875075", "Loxton", |
|
14620
|
|
|
|
|
|
|
"61749547", "Mackay", |
|
14621
|
|
|
|
|
|
|
"61754245", "Moore", |
|
14622
|
|
|
|
|
|
|
"617486707", "Moura", |
|
14623
|
|
|
|
|
|
|
"61891189", "Ord", |
|
14624
|
|
|
|
|
|
|
"618600248", "Mount\ Hampton", |
|
14625
|
|
|
|
|
|
|
"6134433", "Bendigo", |
|
14626
|
|
|
|
|
|
|
"61354937", "Wycheproof", |
|
14627
|
|
|
|
|
|
|
"61266314", "Lawrence", |
|
14628
|
|
|
|
|
|
|
"61886085", "Hawker", |
|
14629
|
|
|
|
|
|
|
"61341493", "Cann\ River", |
|
14630
|
|
|
|
|
|
|
"61890402", "Marvel\ Loch", |
|
14631
|
|
|
|
|
|
|
"613573081", "Longwood", |
|
14632
|
|
|
|
|
|
|
"612574662", "Boggabri", |
|
14633
|
|
|
|
|
|
|
"61257396", "Tambar\ Springs", |
|
14634
|
|
|
|
|
|
|
"61264061", "Eucumbene", |
|
14635
|
|
|
|
|
|
|
"61887880", "Western\ Flat", |
|
14636
|
|
|
|
|
|
|
"617750388", "Ravensbourne", |
|
14637
|
|
|
|
|
|
|
"61394751", "Eltham", |
|
14638
|
|
|
|
|
|
|
"618852078", "Hamley\ Bridge", |
|
14639
|
|
|
|
|
|
|
"61741354", "Johnstown\ West", |
|
14640
|
|
|
|
|
|
|
"61253185", "Portland", |
|
14641
|
|
|
|
|
|
|
"6135183", "Yarram", |
|
14642
|
|
|
|
|
|
|
"61361576", "Orford", |
|
14643
|
|
|
|
|
|
|
"612594129", "Mangoplah", |
|
14644
|
|
|
|
|
|
|
"6138417", "Melbourne", |
|
14645
|
|
|
|
|
|
|
"6135348", "Daylesford", |
|
14646
|
|
|
|
|
|
|
"61256596", "Lismore", |
|
14647
|
|
|
|
|
|
|
"61242047", "Kiama", |
|
14648
|
|
|
|
|
|
|
"61353476", "Elmhurst", |
|
14649
|
|
|
|
|
|
|
"61886573", "Wirrulla", |
|
14650
|
|
|
|
|
|
|
"61357356", "Puckapunyal", |
|
14651
|
|
|
|
|
|
|
"61341247", "Clydebank", |
|
14652
|
|
|
|
|
|
|
"612530198", "Oberon", |
|
14653
|
|
|
|
|
|
|
"613553524", "Darlington", |
|
14654
|
|
|
|
|
|
|
"618996915", "Yuna\ East", |
|
14655
|
|
|
|
|
|
|
"61350712", "Tempy", |
|
14656
|
|
|
|
|
|
|
"61364605", "Smithton", |
|
14657
|
|
|
|
|
|
|
"61299431", "Terrey\ Hills", |
|
14658
|
|
|
|
|
|
|
"61248069", "Robertson", |
|
14659
|
|
|
|
|
|
|
"61355317", "Harrow", |
|
14660
|
|
|
|
|
|
|
"613441725", "Murrabit", |
|
14661
|
|
|
|
|
|
|
"61342133", "Inverleigh", |
|
14662
|
|
|
|
|
|
|
"613470795", "St\ James", |
|
14663
|
|
|
|
|
|
|
"613441946", "Tullakool", |
|
14664
|
|
|
|
|
|
|
"61741935", "Tiaro", |
|
14665
|
|
|
|
|
|
|
"61244200", "Jilliga", |
|
14666
|
|
|
|
|
|
|
"61752042", "Pomona", |
|
14667
|
|
|
|
|
|
|
"61260805", "Nariel", |
|
14668
|
|
|
|
|
|
|
"61256233", "Kyogle", |
|
14669
|
|
|
|
|
|
|
"618996950", "Northampton", |
|
14670
|
|
|
|
|
|
|
"618682170", "Mount\ Barker", |
|
14671
|
|
|
|
|
|
|
"618763614", "Bayley\ Plains", |
|
14672
|
|
|
|
|
|
|
"618752933", "Hartley", |
|
14673
|
|
|
|
|
|
|
"618753004", "Coonalpyn", |
|
14674
|
|
|
|
|
|
|
"61267270", "Gunnedah", |
|
14675
|
|
|
|
|
|
|
"61741427", "Pialba", |
|
14676
|
|
|
|
|
|
|
"61258115", "Curban", |
|
14677
|
|
|
|
|
|
|
"61354667", "Amphitheatre", |
|
14678
|
|
|
|
|
|
|
"61897833", "Dinninup", |
|
14679
|
|
|
|
|
|
|
"61887742", "Wirrega", |
|
14680
|
|
|
|
|
|
|
"61382159", "Croydon", |
|
14681
|
|
|
|
|
|
|
"618903555", "Mount\ Beaumont", |
|
14682
|
|
|
|
|
|
|
"61740569", "Cairns", |
|
14683
|
|
|
|
|
|
|
"61896199", "Dowerin", |
|
14684
|
|
|
|
|
|
|
"61268363", "Cobar", |
|
14685
|
|
|
|
|
|
|
"618763686", "Ungarra", |
|
14686
|
|
|
|
|
|
|
"612684932", "Yarragrin", |
|
14687
|
|
|
|
|
|
|
"61880076", "Broken\ Hill", |
|
14688
|
|
|
|
|
|
|
"618862207", "Bayley\ Plains", |
|
14689
|
|
|
|
|
|
|
"61284078", "Dural", |
|
14690
|
|
|
|
|
|
|
"61887159", "Keilira", |
|
14691
|
|
|
|
|
|
|
"61742201", "Dimbulah", |
|
14692
|
|
|
|
|
|
|
"61899932", "Yallalong", |
|
14693
|
|
|
|
|
|
|
"618752957", "Paruna", |
|
14694
|
|
|
|
|
|
|
"61355103", "Merino", |
|
14695
|
|
|
|
|
|
|
"617476598", "Mount\ Fox", |
|
14696
|
|
|
|
|
|
|
"61269560", "Bundure", |
|
14697
|
|
|
|
|
|
|
"61264490", "Bendoc", |
|
14698
|
|
|
|
|
|
|
"612593819", "Temora", |
|
14699
|
|
|
|
|
|
|
"6126655", "Bellingen", |
|
14700
|
|
|
|
|
|
|
"61877289", "Reedy\ Creek", |
|
14701
|
|
|
|
|
|
|
"61343055", "Clear\ Lake", |
|
14702
|
|
|
|
|
|
|
"61743549", "Monogorilby", |
|
14703
|
|
|
|
|
|
|
"618866192", "Everard", |
|
14704
|
|
|
|
|
|
|
"61364126", "Yolla", |
|
14705
|
|
|
|
|
|
|
"618903510", "Kambalda", |
|
14706
|
|
|
|
|
|
|
"618903495", "Grass\ Patch", |
|
14707
|
|
|
|
|
|
|
"61357168", "Puckapunyal", |
|
14708
|
|
|
|
|
|
|
"61340069", "Underbool", |
|
14709
|
|
|
|
|
|
|
"61890048", "Condingup", |
|
14710
|
|
|
|
|
|
|
"61734955", "Beenleigh", |
|
14711
|
|
|
|
|
|
|
"618850693", "Paruna", |
|
14712
|
|
|
|
|
|
|
"6174529", "Toowoomba", |
|
14713
|
|
|
|
|
|
|
"617459952", "Chinchilla", |
|
14714
|
|
|
|
|
|
|
"61890982", "Shackleton", |
|
14715
|
|
|
|
|
|
|
"618964448", "Coomallo", |
|
14716
|
|
|
|
|
|
|
"61264497", "Nimmitabel", |
|
14717
|
|
|
|
|
|
|
"61743555", "Murgon", |
|
14718
|
|
|
|
|
|
|
"61354660", "Mitiamo", |
|
14719
|
|
|
|
|
|
|
"61878258", "Spalding", |
|
14720
|
|
|
|
|
|
|
"612530030", "Twelve\ Mile", |
|
14721
|
|
|
|
|
|
|
"617486888", "Agnes\ Water", |
|
14722
|
|
|
|
|
|
|
"618862277", "Cleve", |
|
14723
|
|
|
|
|
|
|
"61887145", "Kongorong", |
|
14724
|
|
|
|
|
|
|
"617452735", "Legume", |
|
14725
|
|
|
|
|
|
|
"613431962", "Glenisla", |
|
14726
|
|
|
|
|
|
|
"61876213", "Marla", |
|
14727
|
|
|
|
|
|
|
"61888188", "Bute", |
|
14728
|
|
|
|
|
|
|
"6189495", "Armadale", |
|
14729
|
|
|
|
|
|
|
"61261645", "Cavan", |
|
14730
|
|
|
|
|
|
|
"618864086", "Kyancutta", |
|
14731
|
|
|
|
|
|
|
"61878135", "Blyth", |
|
14732
|
|
|
|
|
|
|
"61257194", "Bingara", |
|
14733
|
|
|
|
|
|
|
"61355310", "Bessiebelle", |
|
14734
|
|
|
|
|
|
|
"61890445", "Burracoppin", |
|
14735
|
|
|
|
|
|
|
"61741420", "Brooweena", |
|
14736
|
|
|
|
|
|
|
"61868128", "Bow\ Bridge", |
|
14737
|
|
|
|
|
|
|
"61358867", "Mabins\ Well", |
|
14738
|
|
|
|
|
|
|
"61267277", "Sandy\ Flat", |
|
14739
|
|
|
|
|
|
|
"61266116", "Wiangaree", |
|
14740
|
|
|
|
|
|
|
"618683641", "Nalyerlup", |
|
14741
|
|
|
|
|
|
|
"618996731", "Latham", |
|
14742
|
|
|
|
|
|
|
"61267121", "Somerton", |
|
14743
|
|
|
|
|
|
|
"61354004", "Avoca", |
|
14744
|
|
|
|
|
|
|
"61350115", "Pan\ Ban", |
|
14745
|
|
|
|
|
|
|
"61899629", "Yallalong", |
|
14746
|
|
|
|
|
|
|
"6173044", "Ipswich", |
|
14747
|
|
|
|
|
|
|
"61887887", "Penola", |
|
14748
|
|
|
|
|
|
|
"61740486", "Thursday\ Island", |
|
14749
|
|
|
|
|
|
|
"61263906", "Harden", |
|
14750
|
|
|
|
|
|
|
"61263224", "Yetholme", |
|
14751
|
|
|
|
|
|
|
"61261348", "Binalong", |
|
14752
|
|
|
|
|
|
|
"61358093", "Tongala", |
|
14753
|
|
|
|
|
|
|
"61263739", "Windeyer", |
|
14754
|
|
|
|
|
|
|
"61341240", "Clydebank", |
|
14755
|
|
|
|
|
|
|
"61740208", "Etheridge", |
|
14756
|
|
|
|
|
|
|
"61754202", "Caboolture", |
|
14757
|
|
|
|
|
|
|
"61242040", "Helensburgh", |
|
14758
|
|
|
|
|
|
|
"61248444", "Bungonia", |
|
14759
|
|
|
|
|
|
|
"61897431", "Dinninup\ North", |
|
14760
|
|
|
|
|
|
|
"61754259", "Lowood", |
|
14761
|
|
|
|
|
|
|
"618983353", "Chittinup", |
|
14762
|
|
|
|
|
|
|
"61260842", "Nariel", |
|
14763
|
|
|
|
|
|
|
"61752005", "Coominya", |
|
14764
|
|
|
|
|
|
|
"61248022", "Bundanoon", |
|
14765
|
|
|
|
|
|
|
"618965654", "Goomalling", |
|
14766
|
|
|
|
|
|
|
"61256018", "Woodenbong", |
|
14767
|
|
|
|
|
|
|
"61353251", "Landsborough", |
|
14768
|
|
|
|
|
|
|
"618854956", "Kapunda", |
|
14769
|
|
|
|
|
|
|
"613553631", "Chetwynd", |
|
14770
|
|
|
|
|
|
|
"61745438", "Ravensbourne", |
|
14771
|
|
|
|
|
|
|
"61748343", "Theodore", |
|
14772
|
|
|
|
|
|
|
"61260549", "Tallangatta", |
|
14773
|
|
|
|
|
|
|
"617480817", "Wowan", |
|
14774
|
|
|
|
|
|
|
"61746078", "Inglewood", |
|
14775
|
|
|
|
|
|
|
"617476363", "Walker", |
|
14776
|
|
|
|
|
|
|
"61259244", "Wagga\ Wagga", |
|
14777
|
|
|
|
|
|
|
"61359323", "Tankerton", |
|
14778
|
|
|
|
|
|
|
"613545232", "Tennyson", |
|
14779
|
|
|
|
|
|
|
"6175562", "Southport", |
|
14780
|
|
|
|
|
|
|
"61357154", "Yarrawonga", |
|
14781
|
|
|
|
|
|
|
"618661071", "Regans\ Ford", |
|
14782
|
|
|
|
|
|
|
"61756056", "Tamborine\ Mountain", |
|
14783
|
|
|
|
|
|
|
"61343113", "Buninyong", |
|
14784
|
|
|
|
|
|
|
"61741156", "Yandaran", |
|
14785
|
|
|
|
|
|
|
"61249133", "Wards\ River", |
|
14786
|
|
|
|
|
|
|
"61364642", "Burnie", |
|
14787
|
|
|
|
|
|
|
"61747683", "Long\ Pocket", |
|
14788
|
|
|
|
|
|
|
"61749540", "Yakapari", |
|
14789
|
|
|
|
|
|
|
"6137004", "Melbourne", |
|
14790
|
|
|
|
|
|
|
"613441802", "Inglewood", |
|
14791
|
|
|
|
|
|
|
"61752286", "Gatton", |
|
14792
|
|
|
|
|
|
|
"61746475", "Miamba", |
|
14793
|
|
|
|
|
|
|
"61363717", "Bridport", |
|
14794
|
|
|
|
|
|
|
"61898499", "Cuballing", |
|
14795
|
|
|
|
|
|
|
"61260780", "Albury", |
|
14796
|
|
|
|
|
|
|
"618660990", "Goodlands", |
|
14797
|
|
|
|
|
|
|
"61745035", "Meandarra", |
|
14798
|
|
|
|
|
|
|
"612683721", "Farrendale", |
|
14799
|
|
|
|
|
|
|
"61269820", "Currawarna", |
|
14800
|
|
|
|
|
|
|
"61269737", "Temora", |
|
14801
|
|
|
|
|
|
|
"612574971", "Spring\ Plains", |
|
14802
|
|
|
|
|
|
|
"612583263", "Forbes", |
|
14803
|
|
|
|
|
|
|
"61256415", "Wooli", |
|
14804
|
|
|
|
|
|
|
"612691983", "Rannock", |
|
14805
|
|
|
|
|
|
|
"61367066", "Westbury", |
|
14806
|
|
|
|
|
|
|
"61247084", "Mulgoa", |
|
14807
|
|
|
|
|
|
|
"618866944", "Caltowie", |
|
14808
|
|
|
|
|
|
|
"612583889", "Collie", |
|
14809
|
|
|
|
|
|
|
"618983337", "Broomehill", |
|
14810
|
|
|
|
|
|
|
"618967690", "Koorda", |
|
14811
|
|
|
|
|
|
|
"61362560", "Orford", |
|
14812
|
|
|
|
|
|
|
"61880131", "Broken\ Hill", |
|
14813
|
|
|
|
|
|
|
"61255944", "Baerami", |
|
14814
|
|
|
|
|
|
|
"61887705", "Laffer", |
|
14815
|
|
|
|
|
|
|
"618762601", "Marla", |
|
14816
|
|
|
|
|
|
|
"61348183", "Picola", |
|
14817
|
|
|
|
|
|
|
"61740829", "Peninsula", |
|
14818
|
|
|
|
|
|
|
"613451313", "Chetwynd", |
|
14819
|
|
|
|
|
|
|
"618683581", "Bedford\ Harbour", |
|
14820
|
|
|
|
|
|
|
"61264243", "Bega", |
|
14821
|
|
|
|
|
|
|
"618683207", "Ravensthorpe", |
|
14822
|
|
|
|
|
|
|
"617459314", "Ballandean", |
|
14823
|
|
|
|
|
|
|
"61897674", "Dinninup\ North", |
|
14824
|
|
|
|
|
|
|
"61742685", "Edward\ River", |
|
14825
|
|
|
|
|
|
|
"61748846", "Tieri", |
|
14826
|
|
|
|
|
|
|
"6128857", "Blacktown", |
|
14827
|
|
|
|
|
|
|
"61899083", "Mendel", |
|
14828
|
|
|
|
|
|
|
"61361587", "Bothwell", |
|
14829
|
|
|
|
|
|
|
"61355568", "Dorodong", |
|
14830
|
|
|
|
|
|
|
"61266785", "Casino", |
|
14831
|
|
|
|
|
|
|
"618683138", "Cairlocup", |
|
14832
|
|
|
|
|
|
|
"612532971", "Lithgow", |
|
14833
|
|
|
|
|
|
|
"6137021", "Melbourne", |
|
14834
|
|
|
|
|
|
|
"61851260", "Sandfire", |
|
14835
|
|
|
|
|
|
|
"61749990", "Rockhampton", |
|
14836
|
|
|
|
|
|
|
"61351837", "Traralgon", |
|
14837
|
|
|
|
|
|
|
"618865975", "Miltalie", |
|
14838
|
|
|
|
|
|
|
"61265463", "Moonan\ Flat", |
|
14839
|
|
|
|
|
|
|
"61257060", "Mullaley", |
|
14840
|
|
|
|
|
|
|
"61742388", "Innisfail", |
|
14841
|
|
|
|
|
|
|
"618967018", "Meckering", |
|
14842
|
|
|
|
|
|
|
"61745841", "Tambo", |
|
14843
|
|
|
|
|
|
|
"61357978", "Devlins\ Bridge", |
|
14844
|
|
|
|
|
|
|
"6139837", "Ringwood", |
|
14845
|
|
|
|
|
|
|
"61897848", "Wilga", |
|
14846
|
|
|
|
|
|
|
"61898885", "Wickepin\ East", |
|
14847
|
|
|
|
|
|
|
"613574786", "Yarrawonga", |
|
14848
|
|
|
|
|
|
|
"61264013", "Bendoc", |
|
14849
|
|
|
|
|
|
|
"61256248", "Dyraaba", |
|
14850
|
|
|
|
|
|
|
"61749074", "Moranbah", |
|
14851
|
|
|
|
|
|
|
"61749331", "Rockhampton", |
|
14852
|
|
|
|
|
|
|
"61889030", "Arrowsmith", |
|
14853
|
|
|
|
|
|
|
"61354515", "Boort", |
|
14854
|
|
|
|
|
|
|
"6173381", "Ipswich", |
|
14855
|
|
|
|
|
|
|
"61255594", "Kempsey", |
|
14856
|
|
|
|
|
|
|
"61357451", "Moyhu", |
|
14857
|
|
|
|
|
|
|
"61358417", "Katandra\ West", |
|
14858
|
|
|
|
|
|
|
"61259014", "Hillston", |
|
14859
|
|
|
|
|
|
|
"61342148", "Meredith", |
|
14860
|
|
|
|
|
|
|
"61392134", "Dandenong", |
|
14861
|
|
|
|
|
|
|
"61880087", "Menindee", |
|
14862
|
|
|
|
|
|
|
"618752485", "Narrung", |
|
14863
|
|
|
|
|
|
|
"618997020", "Ajana", |
|
14864
|
|
|
|
|
|
|
"61367397", "Bridport", |
|
14865
|
|
|
|
|
|
|
"61898147", "Kojonup", |
|
14866
|
|
|
|
|
|
|
"61264709", "Numeralla", |
|
14867
|
|
|
|
|
|
|
"61248141", "Yerrinbool", |
|
14868
|
|
|
|
|
|
|
"61897134", "Pemberton", |
|
14869
|
|
|
|
|
|
|
"618985496", "Tambellup", |
|
14870
|
|
|
|
|
|
|
"61753232", "Woodbine", |
|
14871
|
|
|
|
|
|
|
"613545243", "Womboota", |
|
14872
|
|
|
|
|
|
|
"61364792", "Yolla", |
|
14873
|
|
|
|
|
|
|
"617487111", "Clermont", |
|
14874
|
|
|
|
|
|
|
"61238171", "Crookwell", |
|
14875
|
|
|
|
|
|
|
"61299336", "Blacktown", |
|
14876
|
|
|
|
|
|
|
"61876119", "Crystal\ Brook", |
|
14877
|
|
|
|
|
|
|
"612574625", "Pine\ Ridge", |
|
14878
|
|
|
|
|
|
|
"61358472", "Berrigan", |
|
14879
|
|
|
|
|
|
|
"617459947", "Brymaroo", |
|
14880
|
|
|
|
|
|
|
"613531841", "Rokewood", |
|
14881
|
|
|
|
|
|
|
"61263477", "Caragabal", |
|
14882
|
|
|
|
|
|
|
"61267357", "Barwick", |
|
14883
|
|
|
|
|
|
|
"618862090", "Wilpena", |
|
14884
|
|
|
|
|
|
|
"61889904", "Plenty", |
|
14885
|
|
|
|
|
|
|
"617750367", "Longreach", |
|
14886
|
|
|
|
|
|
|
"612583310", "Weetaliba", |
|
14887
|
|
|
|
|
|
|
"6173726", "Brisbane", |
|
14888
|
|
|
|
|
|
|
"61896440", "York", |
|
14889
|
|
|
|
|
|
|
"61268311", "Nyngan", |
|
14890
|
|
|
|
|
|
|
"61875207", "Penneshaw", |
|
14891
|
|
|
|
|
|
|
"61264752", "Candelo", |
|
14892
|
|
|
|
|
|
|
"61353900", "Crymelon", |
|
14893
|
|
|
|
|
|
|
"617459058", "Surat", |
|
14894
|
|
|
|
|
|
|
"612583953", "Wirrinya", |
|
14895
|
|
|
|
|
|
|
"61348289", "Katamatite", |
|
14896
|
|
|
|
|
|
|
"61752270", "Rosevale", |
|
14897
|
|
|
|
|
|
|
"61267988", "Somerton", |
|
14898
|
|
|
|
|
|
|
"61356110", "Warragul", |
|
14899
|
|
|
|
|
|
|
"618600982", "South\ Kumminin", |
|
14900
|
|
|
|
|
|
|
"61260776", "Cudgewa", |
|
14901
|
|
|
|
|
|
|
"61268945", "Farrendale", |
|
14902
|
|
|
|
|
|
|
"617486206", "Koumala", |
|
14903
|
|
|
|
|
|
|
"61741879", "Gayndah", |
|
14904
|
|
|
|
|
|
|
"61264149", "Bonang", |
|
14905
|
|
|
|
|
|
|
"61267042", "Caroda", |
|
14906
|
|
|
|
|
|
|
"61898707", "Tarwonga", |
|
14907
|
|
|
|
|
|
|
"613450592", "Terang", |
|
14908
|
|
|
|
|
|
|
"61341010", "Genoa", |
|
14909
|
|
|
|
|
|
|
"612593673", "Boree\ Creek", |
|
14910
|
|
|
|
|
|
|
"61265316", "Ravensworth", |
|
14911
|
|
|
|
|
|
|
"613542693", "Wedderburn", |
|
14912
|
|
|
|
|
|
|
"61248701", "Bowral", |
|
14913
|
|
|
|
|
|
|
"61754153", "Caloundra", |
|
14914
|
|
|
|
|
|
|
"6187284", "Salisbury", |
|
14915
|
|
|
|
|
|
|
"618866930", "Booleroo\ Centre", |
|
14916
|
|
|
|
|
|
|
"613573020", "Euroa", |
|
14917
|
|
|
|
|
|
|
"618680113", "Varley", |
|
14918
|
|
|
|
|
|
|
"61352992", "Torquay", |
|
14919
|
|
|
|
|
|
|
"61264666", "Candelo", |
|
14920
|
|
|
|
|
|
|
"618683126", "Badgebup", |
|
14921
|
|
|
|
|
|
|
"6128988", "Sydney", |
|
14922
|
|
|
|
|
|
|
"61747029", "Gununa", |
|
14923
|
|
|
|
|
|
|
"61899575", "Mullewa", |
|
14924
|
|
|
|
|
|
|
"61343219", "Horsham", |
|
14925
|
|
|
|
|
|
|
"61885204", "Two\ Wells", |
|
14926
|
|
|
|
|
|
|
"61885926", "Bow\ Hill", |
|
14927
|
|
|
|
|
|
|
"61268482", "Tooraweenah", |
|
14928
|
|
|
|
|
|
|
"618994009", "Gutha\ West", |
|
14929
|
|
|
|
|
|
|
"61876043", "Cleve", |
|
14930
|
|
|
|
|
|
|
"6135493", "Nullawil", |
|
14931
|
|
|
|
|
|
|
"618683776", "Tarin\ Rock", |
|
14932
|
|
|
|
|
|
|
"618763817", "Port\ Kenny", |
|
14933
|
|
|
|
|
|
|
"612583937", "Stuart\ Town", |
|
14934
|
|
|
|
|
|
|
"61744211", "Rollingstone", |
|
14935
|
|
|
|
|
|
|
"61264238", "Jindabyne\ South", |
|
14936
|
|
|
|
|
|
|
"618994079", "Mullewa", |
|
14937
|
|
|
|
|
|
|
"61356303", "Trafalgar", |
|
14938
|
|
|
|
|
|
|
"61885809", "Renmark", |
|
14939
|
|
|
|
|
|
|
"61357853", "Seymour", |
|
14940
|
|
|
|
|
|
|
"61257325", "Tamworth", |
|
14941
|
|
|
|
|
|
|
"613532287", "Wilkur", |
|
14942
|
|
|
|
|
|
|
"61255653", "Rookhurst", |
|
14943
|
|
|
|
|
|
|
"612583446", "Buckinguy", |
|
14944
|
|
|
|
|
|
|
"61278040", "Parramatta", |
|
14945
|
|
|
|
|
|
|
"617480546", "Koumala", |
|
14946
|
|
|
|
|
|
|
"6124743", "Penrith", |
|
14947
|
|
|
|
|
|
|
"618683706", "Corackerup", |
|
14948
|
|
|
|
|
|
|
"61891283", "Newman", |
|
14949
|
|
|
|
|
|
|
"618903636", "Speddingup\ East", |
|
14950
|
|
|
|
|
|
|
"618983487", "Gairdner", |
|
14951
|
|
|
|
|
|
|
"61730536", "Ipswich", |
|
14952
|
|
|
|
|
|
|
"613431925", "Nhill", |
|
14953
|
|
|
|
|
|
|
"618967041", "Kalannie\ East", |
|
14954
|
|
|
|
|
|
|
"618753160", "Hartley", |
|
14955
|
|
|
|
|
|
|
"617486867", "Rockhampton", |
|
14956
|
|
|
|
|
|
|
"61851188", "Mitchell", |
|
14957
|
|
|
|
|
|
|
"61895399", "Pinjarra", |
|
14958
|
|
|
|
|
|
|
"613431746", "Ararat", |
|
14959
|
|
|
|
|
|
|
"6173283", "Redcliffe", |
|
14960
|
|
|
|
|
|
|
"618683520", "Kulin", |
|
14961
|
|
|
|
|
|
|
"61752121", "Caboolture", |
|
14962
|
|
|
|
|
|
|
"61238036", "Bundanoon", |
|
14963
|
|
|
|
|
|
|
"61748635", "Rockhampton", |
|
14964
|
|
|
|
|
|
|
"6189185", "Karratha", |
|
14965
|
|
|
|
|
|
|
"61356117", "Foster", |
|
14966
|
|
|
|
|
|
|
"61251214", "The\ Mullion", |
|
14967
|
|
|
|
|
|
|
"61268866", "Ballimore", |
|
14968
|
|
|
|
|
|
|
"61357276", "Moyhu", |
|
14969
|
|
|
|
|
|
|
"61350439", "Swan\ Hill", |
|
14970
|
|
|
|
|
|
|
"61752277", "Woolooga", |
|
14971
|
|
|
|
|
|
|
"6135728", "Beechworth", |
|
14972
|
|
|
|
|
|
|
"61341017", "Nowa\ Nowa", |
|
14973
|
|
|
|
|
|
|
"618660835", "Beverley", |
|
14974
|
|
|
|
|
|
|
"61741274", "Gaeta", |
|
14975
|
|
|
|
|
|
|
"61898700", "Tambellup", |
|
14976
|
|
|
|
|
|
|
"61752212", "Coominya", |
|
14977
|
|
|
|
|
|
|
"6136445", "Wynyard", |
|
14978
|
|
|
|
|
|
|
"61356172", "Bunyip", |
|
14979
|
|
|
|
|
|
|
"61264155", "Adaminaby", |
|
14980
|
|
|
|
|
|
|
"61263470", "Grenfell", |
|
14981
|
|
|
|
|
|
|
"61267350", "Boggabri", |
|
14982
|
|
|
|
|
|
|
"617487148", "Nogoa", |
|
14983
|
|
|
|
|
|
|
"61745443", "Bowenville", |
|
14984
|
|
|
|
|
|
|
"61748338", "Mardale", |
|
14985
|
|
|
|
|
|
|
"61361109", "Hobart", |
|
14986
|
|
|
|
|
|
|
"6188826", "Bute", |
|
14987
|
|
|
|
|
|
|
"61353907", "Ballan", |
|
14988
|
|
|
|
|
|
|
"61875200", "Karatta", |
|
14989
|
|
|
|
|
|
|
"6134330", "Ballarat", |
|
14990
|
|
|
|
|
|
|
"61341072", "Club\ Terrace", |
|
14991
|
|
|
|
|
|
|
"61268959", "Narromine", |
|
14992
|
|
|
|
|
|
|
"6138872", "Ringwood", |
|
14993
|
|
|
|
|
|
|
"61261192", "Captains\ Flat", |
|
14994
|
|
|
|
|
|
|
"618752942", "Malinong", |
|
14995
|
|
|
|
|
|
|
"612683780", "Mendooran", |
|
14996
|
|
|
|
|
|
|
"618601051", "Yilgarn\ South", |
|
14997
|
|
|
|
|
|
|
"61268902", "Baradine", |
|
14998
|
|
|
|
|
|
|
"61244075", "Berry", |
|
14999
|
|
|
|
|
|
|
"617750056", "Allora", |
|
15000
|
|
|
|
|
|
|
"6126956", "Landervale", |
|
15001
|
|
|
|
|
|
|
"61367390", "Westbury", |
|
15002
|
|
|
|
|
|
|
"61898140", "Katanning", |
|
15003
|
|
|
|
|
|
|
"61265114", "Ravensworth", |
|
15004
|
|
|
|
|
|
|
"61364195", "Savage\ River", |
|
15005
|
|
|
|
|
|
|
"6173468", "Samford", |
|
15006
|
|
|
|
|
|
|
"61269615", "Wee\ Elwah", |
|
15007
|
|
|
|
|
|
|
"61361152", "Hermitage", |
|
15008
|
|
|
|
|
|
|
"61896293", "Pantapin", |
|
15009
|
|
|
|
|
|
|
"61753534", "Noosaville", |
|
15010
|
|
|
|
|
|
|
"61267005", "Baan\ Baa", |
|
15011
|
|
|
|
|
|
|
"61731505", "Dunwich", |
|
15012
|
|
|
|
|
|
|
"61281053", "Bankstown", |
|
15013
|
|
|
|
|
|
|
"612532662", "Bathurst", |
|
15014
|
|
|
|
|
|
|
"6136282", "Hobart", |
|
15015
|
|
|
|
|
|
|
"61355209", "Mount\ Richmond", |
|
15016
|
|
|
|
|
|
|
"61873826", "Salisbury", |
|
15017
|
|
|
|
|
|
|
"61889037", "Borroloola", |
|
15018
|
|
|
|
|
|
|
"61877183", "Kingston\ Se", |
|
15019
|
|
|
|
|
|
|
"61880080", "Tepco", |
|
15020
|
|
|
|
|
|
|
"618683090", "Newdegate\ East", |
|
15021
|
|
|
|
|
|
|
"61255292", "Mount\ Olive", |
|
15022
|
|
|
|
|
|
|
"618985556", "Dudinin", |
|
15023
|
|
|
|
|
|
|
"617480686", "Dingo", |
|
15024
|
|
|
|
|
|
|
"61358410", "Lalalty", |
|
15025
|
|
|
|
|
|
|
"61896609", "Paynes\ Find", |
|
15026
|
|
|
|
|
|
|
"6135886", "Jerilderie", |
|
15027
|
|
|
|
|
|
|
"61257067", "Coolatai", |
|
15028
|
|
|
|
|
|
|
"61267408", "Mullaley", |
|
15029
|
|
|
|
|
|
|
"61340141", "Pooncarie", |
|
15030
|
|
|
|
|
|
|
"6138288", "Croydon", |
|
15031
|
|
|
|
|
|
|
"613470851", "Wangaratta", |
|
15032
|
|
|
|
|
|
|
"61879371", "Ranken\ River", |
|
15033
|
|
|
|
|
|
|
"61267286", "Elcombe", |
|
15034
|
|
|
|
|
|
|
"61879034", "Davenport", |
|
15035
|
|
|
|
|
|
|
"612532901", "Hill\ End", |
|
15036
|
|
|
|
|
|
|
"612685541", "Bedgerebong", |
|
15037
|
|
|
|
|
|
|
"61256525", "Kyogle", |
|
15038
|
|
|
|
|
|
|
"61342239", "Cressy", |
|
15039
|
|
|
|
|
|
|
"61887876", "Port\ Macdonnell", |
|
15040
|
|
|
|
|
|
|
"61885559", "Victor\ Harbor", |
|
15041
|
|
|
|
|
|
|
"61889928", "Darwin", |
|
15042
|
|
|
|
|
|
|
"61357503", "Yea", |
|
15043
|
|
|
|
|
|
|
"61361580", "South\ Bruny", |
|
15044
|
|
|
|
|
|
|
"61343161", "Stawell", |
|
15045
|
|
|
|
|
|
|
"61351727", "Erica", |
|
15046
|
|
|
|
|
|
|
"61753758", "Boonah", |
|
15047
|
|
|
|
|
|
|
"618660132", "Yelbeni", |
|
15048
|
|
|
|
|
|
|
"61890033", "Burracoppin", |
|
15049
|
|
|
|
|
|
|
"61256139", "Lawrence", |
|
15050
|
|
|
|
|
|
|
"6186107", "Perth", |
|
15051
|
|
|
|
|
|
|
"61749997", "Mackay", |
|
15052
|
|
|
|
|
|
|
"61747062", "Dalbeg", |
|
15053
|
|
|
|
|
|
|
"61744169", "Prairie", |
|
15054
|
|
|
|
|
|
|
"61851267", "Roebuck", |
|
15055
|
|
|
|
|
|
|
"61264003", "Ando", |
|
15056
|
|
|
|
|
|
|
"61359351", "Rosebud", |
|
15057
|
|
|
|
|
|
|
"612962", "Blacktown", |
|
15058
|
|
|
|
|
|
|
"61734727", "Cleveland", |
|
15059
|
|
|
|
|
|
|
"612530144", "Molong\/Limekilns\/Lithgow\/Lue", |
|
15060
|
|
|
|
|
|
|
"61743054", "Burnett", |
|
15061
|
|
|
|
|
|
|
"61895438", "Gingin", |
|
15062
|
|
|
|
|
|
|
"61255026", "Mount\ Olive", |
|
15063
|
|
|
|
|
|
|
"618660709", "Meckering", |
|
15064
|
|
|
|
|
|
|
"61367193", "Blessington", |
|
15065
|
|
|
|
|
|
|
"61898343", "Lumeah", |
|
15066
|
|
|
|
|
|
|
"61896078", "Dalwallinu", |
|
15067
|
|
|
|
|
|
|
"61753443", "Gunalda", |
|
15068
|
|
|
|
|
|
|
"61284199", "Terrey\ Hills", |
|
15069
|
|
|
|
|
|
|
"618683596", "Denbarker", |
|
15070
|
|
|
|
|
|
|
"612574444", "Mullaley", |
|
15071
|
|
|
|
|
|
|
"61862193", "Fremantle", |
|
15072
|
|
|
|
|
|
|
"61745764", "Coondarra", |
|
15073
|
|
|
|
|
|
|
"61348174", "Kialla\ East", |
|
15074
|
|
|
|
|
|
|
"618850991", "Taplan", |
|
15075
|
|
|
|
|
|
|
"61877380", "Tintinara", |
|
15076
|
|
|
|
|
|
|
"61268094", "Curban", |
|
15077
|
|
|
|
|
|
|
"6137020", "Melbourne", |
|
15078
|
|
|
|
|
|
|
"61897683", "Capel", |
|
15079
|
|
|
|
|
|
|
"618683038", "Corackerup", |
|
15080
|
|
|
|
|
|
|
"61899540", "Lake\ Mason", |
|
15081
|
|
|
|
|
|
|
"617486985", "Bauhinia", |
|
15082
|
|
|
|
|
|
|
"61258021", "Grawin", |
|
15083
|
|
|
|
|
|
|
"61891156", "Mitchell", |
|
15084
|
|
|
|
|
|
|
"61748499", "Banana", |
|
15085
|
|
|
|
|
|
|
"61895035", "Dwellingup", |
|
15086
|
|
|
|
|
|
|
"61876109", "Port\ Augusta", |
|
15087
|
|
|
|
|
|
|
"617487011", "Comet", |
|
15088
|
|
|
|
|
|
|
"61350695", "Turriff", |
|
15089
|
|
|
|
|
|
|
"613431903", "Glenorchy", |
|
15090
|
|
|
|
|
|
|
"617441956", "Julia\ Creek", |
|
15091
|
|
|
|
|
|
|
"61352425", "Torquay", |
|
15092
|
|
|
|
|
|
|
"617473906", "Gunpowder", |
|
15093
|
|
|
|
|
|
|
"61387713", "Whittlesea", |
|
15094
|
|
|
|
|
|
|
"61361261", "Oatlands", |
|
15095
|
|
|
|
|
|
|
"61741857", "Windera", |
|
15096
|
|
|
|
|
|
|
"61264719", "Berridale", |
|
15097
|
|
|
|
|
|
|
"61351676", "Maffra", |
|
15098
|
|
|
|
|
|
|
"617476544", "Ingham", |
|
15099
|
|
|
|
|
|
|
"61267379", "Drake", |
|
15100
|
|
|
|
|
|
|
"61263459", "Merriganowry", |
|
15101
|
|
|
|
|
|
|
"61890829", "Kalgoorlie", |
|
15102
|
|
|
|
|
|
|
"61350398", "Ultima", |
|
15103
|
|
|
|
|
|
|
"61358407", "Wanganella", |
|
15104
|
|
|
|
|
|
|
"618683345", "Chittinup", |
|
15105
|
|
|
|
|
|
|
"61259004", "Tumut", |
|
15106
|
|
|
|
|
|
|
"61742796", "Peninsula", |
|
15107
|
|
|
|
|
|
|
"61354505", "Kerang", |
|
15108
|
|
|
|
|
|
|
"6173380", "Beenleigh", |
|
15109
|
|
|
|
|
|
|
"61752245", "Caboolture", |
|
15110
|
|
|
|
|
|
|
"61887630", "Naracoorte", |
|
15111
|
|
|
|
|
|
|
"6173647", "Brisbane", |
|
15112
|
|
|
|
|
|
|
"61268970", "Fairholme", |
|
15113
|
|
|
|
|
|
|
"6173503", "Brisbane", |
|
15114
|
|
|
|
|
|
|
"61341355", "Buchan", |
|
15115
|
|
|
|
|
|
|
"61890522", "Munglinup", |
|
15116
|
|
|
|
|
|
|
"61265306", "Murrurundi", |
|
15117
|
|
|
|
|
|
|
"61887186", "Kongorong", |
|
15118
|
|
|
|
|
|
|
"61344133", "Dunolly", |
|
15119
|
|
|
|
|
|
|
"61341000", "Bairnsdale", |
|
15120
|
|
|
|
|
|
|
"613431168", "Elmhurst", |
|
15121
|
|
|
|
|
|
|
"61363499", "Pyengana", |
|
15122
|
|
|
|
|
|
|
"61875272", "Parndana", |
|
15123
|
|
|
|
|
|
|
"61754424", "Noosaville", |
|
15124
|
|
|
|
|
|
|
"61898717", "Newdegate\ North", |
|
15125
|
|
|
|
|
|
|
"61351892", "Woodside", |
|
15126
|
|
|
|
|
|
|
"61266579", "Tyringham", |
|
15127
|
|
|
|
|
|
|
"61754042", "Toogoolawah", |
|
15128
|
|
|
|
|
|
|
"61740048", "Euramo", |
|
15129
|
|
|
|
|
|
|
"61745758", "Bringalily", |
|
15130
|
|
|
|
|
|
|
"61355161", "Victoria\ Valley", |
|
15131
|
|
|
|
|
|
|
"618996841", "Mount\ George", |
|
15132
|
|
|
|
|
|
|
"61351599", "Omeo", |
|
15133
|
|
|
|
|
|
|
"61384880", "Eltham", |
|
15134
|
|
|
|
|
|
|
"61354855", "Echuca", |
|
15135
|
|
|
|
|
|
|
"617458944", "Tipton", |
|
15136
|
|
|
|
|
|
|
"61356100", "Hill\ End", |
|
15137
|
|
|
|
|
|
|
"6189529", "Rockingham", |
|
15138
|
|
|
|
|
|
|
"61263402", "Cowra", |
|
15139
|
|
|
|
|
|
|
"61353910", "Lorquon", |
|
15140
|
|
|
|
|
|
|
"618903801", "Burracoppin\ South", |
|
15141
|
|
|
|
|
|
|
"61886791", "Orroroo", |
|
15142
|
|
|
|
|
|
|
"61875217", "Tailem\ Bend", |
|
15143
|
|
|
|
|
|
|
"61898772", "West\ River", |
|
15144
|
|
|
|
|
|
|
"61743068", "Monogorilby", |
|
15145
|
|
|
|
|
|
|
"61268301", "Bourke", |
|
15146
|
|
|
|
|
|
|
"618865923", "Mudamuckla", |
|
15147
|
|
|
|
|
|
|
"61886282", "Cleve", |
|
15148
|
|
|
|
|
|
|
"618864091", "Lock", |
|
15149
|
|
|
|
|
|
|
"61889914", "Batchelor", |
|
15150
|
|
|
|
|
|
|
"61244047", "Batemans\ Bay", |
|
15151
|
|
|
|
|
|
|
"613553933", "Tyrendarra", |
|
15152
|
|
|
|
|
|
|
"612594306", "Talbingo", |
|
15153
|
|
|
|
|
|
|
"617442552", "Giru", |
|
15154
|
|
|
|
|
|
|
"612583202", "Teridgerie", |
|
15155
|
|
|
|
|
|
|
"61358166", "Undera", |
|
15156
|
|
|
|
|
|
|
"617480040", "Cracow", |
|
15157
|
|
|
|
|
|
|
"61362605", "Baden", |
|
15158
|
|
|
|
|
|
|
"61876152", "Cleve", |
|
15159
|
|
|
|
|
|
|
"618982440", "Mount\ Barker", |
|
15160
|
|
|
|
|
|
|
"61342541", "Winchelsea\ South\/Wingeel", |
|
15161
|
|
|
|
|
|
|
"61255230", "Hunter\ Springs", |
|
15162
|
|
|
|
|
|
|
"61269457", "Tumbarumba", |
|
15163
|
|
|
|
|
|
|
"61265128", "Singleton", |
|
15164
|
|
|
|
|
|
|
"612592758", "Yaven\ Creek", |
|
15165
|
|
|
|
|
|
|
"61260620", "Nariel", |
|
15166
|
|
|
|
|
|
|
"617441382", "Barkly", |
|
15167
|
|
|
|
|
|
|
"61343209", "Linton\/Lorquon\/Marnoo\/Maroona\/Minimay\/Minyip\/Mount\ Wallace\/Moyston\/Murtoa\/Natimuk", |
|
15168
|
|
|
|
|
|
|
"61887960", "Keilira", |
|
15169
|
|
|
|
|
|
|
"61891420", "Karratha", |
|
15170
|
|
|
|
|
|
|
"61739995", "Brisbane", |
|
15171
|
|
|
|
|
|
|
"612532430", "Galong", |
|
15172
|
|
|
|
|
|
|
"618683026", "Bedford\ Harbour", |
|
15173
|
|
|
|
|
|
|
"61890486", "Wialki\ North", |
|
15174
|
|
|
|
|
|
|
"61745534", "Guluguba", |
|
15175
|
|
|
|
|
|
|
"61358980", "Deniliquin", |
|
15176
|
|
|
|
|
|
|
"613470934", "Myrtleford", |
|
15177
|
|
|
|
|
|
|
"618682164", "Magitup", |
|
15178
|
|
|
|
|
|
|
"61867126", "Bunbury", |
|
15179
|
|
|
|
|
|
|
"61749629", "Mount\ Gardiner", |
|
15180
|
|
|
|
|
|
|
"61357389", "Kobyboyn", |
|
15181
|
|
|
|
|
|
|
"61261686", "Gundaroo", |
|
15182
|
|
|
|
|
|
|
"61367332", "Beaconsfield", |
|
15183
|
|
|
|
|
|
|
"61890208", "Kambalda", |
|
15184
|
|
|
|
|
|
|
"612574673", "Collarenebri", |
|
15185
|
|
|
|
|
|
|
"61753297", "Nambour", |
|
15186
|
|
|
|
|
|
|
"61267153", "Tambar\ Springs", |
|
15187
|
|
|
|
|
|
|
"61248548", "Golspie", |
|
15188
|
|
|
|
|
|
|
"61743465", "Murgon", |
|
15189
|
|
|
|
|
|
|
"61340225", "Wemen", |
|
15190
|
|
|
|
|
|
|
"618851796", "Mallala", |
|
15191
|
|
|
|
|
|
|
"61358987", "Conargo", |
|
15192
|
|
|
|
|
|
|
"61891354", "Pannawonica", |
|
15193
|
|
|
|
|
|
|
"61742041", "Molloy", |
|
15194
|
|
|
|
|
|
|
"61899436", "Geraldton", |
|
15195
|
|
|
|
|
|
|
"61745232", "Durham\ Downs", |
|
15196
|
|
|
|
|
|
|
"61753290", "Cooroy", |
|
15197
|
|
|
|
|
|
|
"61259028", "Maude", |
|
15198
|
|
|
|
|
|
|
"61282619", "Sydney", |
|
15199
|
|
|
|
|
|
|
"617476372", "Ayr", |
|
15200
|
|
|
|
|
|
|
"6173193", "Brisbane", |
|
15201
|
|
|
|
|
|
|
"61250166", "Corryong", |
|
15202
|
|
|
|
|
|
|
"612574603", "Halls\ Creek", |
|
15203
|
|
|
|
|
|
|
"61891935", "Broome", |
|
15204
|
|
|
|
|
|
|
"61260627", "Rand", |
|
15205
|
|
|
|
|
|
|
"61885512", "Victor\ Harbor", |
|
15206
|
|
|
|
|
|
|
"6128444", "Avalon\ Beach", |
|
15207
|
|
|
|
|
|
|
"613470549", "Kinglake", |
|
15208
|
|
|
|
|
|
|
"6126646", "Maclean", |
|
15209
|
|
|
|
|
|
|
"61255237", "Ravensworth", |
|
15210
|
|
|
|
|
|
|
"61358358", "Tongala", |
|
15211
|
|
|
|
|
|
|
"61345034", "Balmoral", |
|
15212
|
|
|
|
|
|
|
"61891427", "Whaleback", |
|
15213
|
|
|
|
|
|
|
"617473842", "Camooweal", |
|
15214
|
|
|
|
|
|
|
"61889092", "Tablelands", |
|
15215
|
|
|
|
|
|
|
"61356313", "Mirboo\ North", |
|
15216
|
|
|
|
|
|
|
"61885819", "Robertstown", |
|
15217
|
|
|
|
|
|
|
"61887967", "Millicent", |
|
15218
|
|
|
|
|
|
|
"618763691", "Willowie", |
|
15219
|
|
|
|
|
|
|
"61253146", "Wollar", |
|
15220
|
|
|
|
|
|
|
"6135912", "Rosebud", |
|
15221
|
|
|
|
|
|
|
"618903871", "Merredin", |
|
15222
|
|
|
|
|
|
|
"618967797", "Dangin", |
|
15223
|
|
|
|
|
|
|
"61875210", "Bow\ Hill", |
|
15224
|
|
|
|
|
|
|
"6134331", "Ballarat", |
|
15225
|
|
|
|
|
|
|
"61353917", "Lake\ Bolac", |
|
15226
|
|
|
|
|
|
|
"617487048", "Orion", |
|
15227
|
|
|
|
|
|
|
"61898175", "Lake\ King", |
|
15228
|
|
|
|
|
|
|
"612583272", "Grawin", |
|
15229
|
|
|
|
|
|
|
"61890569", "Neridup", |
|
15230
|
|
|
|
|
|
|
"61746199", "Ravensbourne", |
|
15231
|
|
|
|
|
|
|
"61244040", "Moruya", |
|
15232
|
|
|
|
|
|
|
"61340548", "Annuello", |
|
15233
|
|
|
|
|
|
|
"618864634", "Wandearah\ East", |
|
15234
|
|
|
|
|
|
|
"612594376", "Barmedman", |
|
15235
|
|
|
|
|
|
|
"61752202", "Thornton", |
|
15236
|
|
|
|
|
|
|
"612594143", "Springdale", |
|
15237
|
|
|
|
|
|
|
"61260054", "Oaklands", |
|
15238
|
|
|
|
|
|
|
"61898710", "Newdegate", |
|
15239
|
|
|
|
|
|
|
"61341007", "Dinner\ Plain", |
|
15240
|
|
|
|
|
|
|
"613553766", "Coojar", |
|
15241
|
|
|
|
|
|
|
"61356107", "San\ Remo", |
|
15242
|
|
|
|
|
|
|
"61251204", "Binalong", |
|
15243
|
|
|
|
|
|
|
"61875574", "Langhorne\ Creek", |
|
15244
|
|
|
|
|
|
|
"61384887", "Melbourne", |
|
15245
|
|
|
|
|
|
|
"61358400", "Jerilderie", |
|
15246
|
|
|
|
|
|
|
"618964494", "Lancelin", |
|
15247
|
|
|
|
|
|
|
"618683190", "Narrakine", |
|
15248
|
|
|
|
|
|
|
"61269308", "Rannock", |
|
15249
|
|
|
|
|
|
|
"61358364", "Conargo", |
|
15250
|
|
|
|
|
|
|
"613470689", "Jamieson", |
|
15251
|
|
|
|
|
|
|
"613573096", "Nagambie", |
|
15252
|
|
|
|
|
|
|
"61268977", "Double\ Peaks", |
|
15253
|
|
|
|
|
|
|
"61260465", "Yackandandah", |
|
15254
|
|
|
|
|
|
|
"61350021", "Mildura", |
|
15255
|
|
|
|
|
|
|
"61887637", "Mount\ Gambier", |
|
15256
|
|
|
|
|
|
|
"617442816", "Ravenswood", |
|
15257
|
|
|
|
|
|
|
"61356466", "Icy\ Creek", |
|
15258
|
|
|
|
|
|
|
"61267015", "Currabubula", |
|
15259
|
|
|
|
|
|
|
"61380995", "Sunbury", |
|
15260
|
|
|
|
|
|
|
"61754005", "Caboolture", |
|
15261
|
|
|
|
|
|
|
"61752259", "Kia\ Ora", |
|
15262
|
|
|
|
|
|
|
"61891368", "Cocos\ Island", |
|
15263
|
|
|
|
|
|
|
"61269605", "Darlington\ Point", |
|
15264
|
|
|
|
|
|
|
"61341349", "Woodside", |
|
15265
|
|
|
|
|
|
|
"618853098", "Callington", |
|
15266
|
|
|
|
|
|
|
"61265104", "Muswellbrook", |
|
15267
|
|
|
|
|
|
|
"61343738", "Daylesford", |
|
15268
|
|
|
|
|
|
|
"617750156", "Isisford", |
|
15269
|
|
|
|
|
|
|
"61741850", "Redridge", |
|
15270
|
|
|
|
|
|
|
"61268912", "Condobolin", |
|
15271
|
|
|
|
|
|
|
"613431973", "Learmonth", |
|
15272
|
|
|
|
|
|
|
"618601151", "Mount\ Beaumont", |
|
15273
|
|
|
|
|
|
|
"617473976", "The\ Monument", |
|
15274
|
|
|
|
|
|
|
"6128917", "Sydney", |
|
15275
|
|
|
|
|
|
|
"617480280", "Mount\ Coolon", |
|
15276
|
|
|
|
|
|
|
"61260068", "Talgarno", |
|
15277
|
|
|
|
|
|
|
"617442884", "Burdekin", |
|
15278
|
|
|
|
|
|
|
"61886046", "Crystal\ Brook", |
|
15279
|
|
|
|
|
|
|
"6129799", "Sydney", |
|
15280
|
|
|
|
|
|
|
"61749662", "Yakapari", |
|
15281
|
|
|
|
|
|
|
"61756089", "Tweed\ Heads", |
|
15282
|
|
|
|
|
|
|
"61269126", "Merriwagga", |
|
15283
|
|
|
|
|
|
|
"618660129", "Wubin", |
|
15284
|
|
|
|
|
|
|
"61741189", "Brooweena", |
|
15285
|
|
|
|
|
|
|
"61357513", "Mount\ Beauty", |
|
15286
|
|
|
|
|
|
|
"617452613", "Millmerran", |
|
15287
|
|
|
|
|
|
|
"61361043", "Geeveston", |
|
15288
|
|
|
|
|
|
|
"61263048", "Coolah", |
|
15289
|
|
|
|
|
|
|
"6124421", "Nowra", |
|
15290
|
|
|
|
|
|
|
"61734720", "Beenleigh", |
|
15291
|
|
|
|
|
|
|
"61263982", "Harden", |
|
15292
|
|
|
|
|
|
|
"612574380", "Aberfoyle", |
|
15293
|
|
|
|
|
|
|
"61352391", "Beeac", |
|
15294
|
|
|
|
|
|
|
"6175427", "Lowood", |
|
15295
|
|
|
|
|
|
|
"613432104", "Rokewood", |
|
15296
|
|
|
|
|
|
|
"618660779", "Pantapin", |
|
15297
|
|
|
|
|
|
|
"618858566", "Meningie", |
|
15298
|
|
|
|
|
|
|
"61748140", "Sarina", |
|
15299
|
|
|
|
|
|
|
"61887221", "Wrattonbully", |
|
15300
|
|
|
|
|
|
|
"61887177", "Marcollat", |
|
15301
|
|
|
|
|
|
|
"6124775", "Mulgoa", |
|
15302
|
|
|
|
|
|
|
"618753412", "Meningie", |
|
15303
|
|
|
|
|
|
|
"61248533", "Goulburn", |
|
15304
|
|
|
|
|
|
|
"61868114", "Newdegate\ East", |
|
15305
|
|
|
|
|
|
|
"613553806", "Harrow", |
|
15306
|
|
|
|
|
|
|
"61361213", "Dunalley", |
|
15307
|
|
|
|
|
|
|
"61363700", "Fingal", |
|
15308
|
|
|
|
|
|
|
"61738170", "Ipswich", |
|
15309
|
|
|
|
|
|
|
"61746293", "Dirranbandi", |
|
15310
|
|
|
|
|
|
|
"617441432", "Yabulu", |
|
15311
|
|
|
|
|
|
|
"61887112", "Taratap", |
|
15312
|
|
|
|
|
|
|
"6175435", "Maleny", |
|
15313
|
|
|
|
|
|
|
"613442213", "Gowar\ East", |
|
15314
|
|
|
|
|
|
|
"618869053", "Spilsby", |
|
15315
|
|
|
|
|
|
|
"61263218", "Wollar", |
|
15316
|
|
|
|
|
|
|
"6126681", "Ballina", |
|
15317
|
|
|
|
|
|
|
"612593662", "Ardlethan", |
|
15318
|
|
|
|
|
|
|
"61240387", "Dungog", |
|
15319
|
|
|
|
|
|
|
"6138361", "Sydenham", |
|
15320
|
|
|
|
|
|
|
"61290345", "Sydney\/Liverpool", |
|
15321
|
|
|
|
|
|
|
"61746536", "Beebo", |
|
15322
|
|
|
|
|
|
|
"618660938", "Northam", |
|
15323
|
|
|
|
|
|
|
"618864640", "Andamooka", |
|
15324
|
|
|
|
|
|
|
"61245840", "St\ Albans", |
|
15325
|
|
|
|
|
|
|
"61746609", "Cecil\ Plains", |
|
15326
|
|
|
|
|
|
|
"613470575", "Yea", |
|
15327
|
|
|
|
|
|
|
"6126945", "Coolac", |
|
15328
|
|
|
|
|
|
|
"618967638", "Beacon\ North", |
|
15329
|
|
|
|
|
|
|
"61888794", "Port\ Victoria", |
|
15330
|
|
|
|
|
|
|
"61261081", "Yass", |
|
15331
|
|
|
|
|
|
|
"61265401", "Scone", |
|
15332
|
|
|
|
|
|
|
"61355049", "Pomborneit", |
|
15333
|
|
|
|
|
|
|
"61266304", "Wiangaree", |
|
15334
|
|
|
|
|
|
|
"6138734", "Werribee", |
|
15335
|
|
|
|
|
|
|
"61888878", "South\ Hummocks", |
|
15336
|
|
|
|
|
|
|
"61756774", "Rathdowney", |
|
15337
|
|
|
|
|
|
|
"61268288", "Cumborah", |
|
15338
|
|
|
|
|
|
|
"61890477", "Bodallin\ North", |
|
15339
|
|
|
|
|
|
|
"61898965", "Cranbrook", |
|
15340
|
|
|
|
|
|
|
"61267245", "Tenterden", |
|
15341
|
|
|
|
|
|
|
"6129754", "Bankstown", |
|
15342
|
|
|
|
|
|
|
"6135266", "Inverleigh", |
|
15343
|
|
|
|
|
|
|
"61899997", "Coorow\ West", |
|
15344
|
|
|
|
|
|
|
"61897062", "Lake\ Clifton", |
|
15345
|
|
|
|
|
|
|
"612593901", "Goolgowi", |
|
15346
|
|
|
|
|
|
|
"618869037", "Kimba", |
|
15347
|
|
|
|
|
|
|
"61344148", "Nullawil", |
|
15348
|
|
|
|
|
|
|
"61350142", "Tempy", |
|
15349
|
|
|
|
|
|
|
"6136473", "Rosebery", |
|
15350
|
|
|
|
|
|
|
"61249991", "Dungog", |
|
15351
|
|
|
|
|
|
|
"61877174", "Cannawigara", |
|
15352
|
|
|
|
|
|
|
"61740033", "Daintree", |
|
15353
|
|
|
|
|
|
|
"618753104", "Copeville", |
|
15354
|
|
|
|
|
|
|
"61875040", "Lameroo", |
|
15355
|
|
|
|
|
|
|
"618967626", "Beacon", |
|
15356
|
|
|
|
|
|
|
"61256985", "Coffs\ Harbour", |
|
15357
|
|
|
|
|
|
|
"613431187", "Minyip", |
|
15358
|
|
|
|
|
|
|
"61260815", "Coppabella", |
|
15359
|
|
|
|
|
|
|
"618660926", "Tammin", |
|
15360
|
|
|
|
|
|
|
"618660745", "Brookton", |
|
15361
|
|
|
|
|
|
|
"612684581", "Weetaliba", |
|
15362
|
|
|
|
|
|
|
"61355307", "Heywood", |
|
15363
|
|
|
|
|
|
|
"612530098", "Glen\ Davis", |
|
15364
|
|
|
|
|
|
|
"613531950", "Glenisla", |
|
15365
|
|
|
|
|
|
|
"61350702", "Sea\ Lake", |
|
15366
|
|
|
|
|
|
|
"61268167", "Bonnay", |
|
15367
|
|
|
|
|
|
|
"612594132", "Maude", |
|
15368
|
|
|
|
|
|
|
"612685696", "Grawin", |
|
15369
|
|
|
|
|
|
|
"61745399", "Pikedale", |
|
15370
|
|
|
|
|
|
|
"61746652", "Brigalow", |
|
15371
|
|
|
|
|
|
|
"61753035", "Crossdale", |
|
15372
|
|
|
|
|
|
|
"61255621", "Broke", |
|
15373
|
|
|
|
|
|
|
"61267504", "Wenna", |
|
15374
|
|
|
|
|
|
|
"6138654", "Melbourne", |
|
15375
|
|
|
|
|
|
|
"612594029", "Yenda", |
|
15376
|
|
|
|
|
|
|
"6136456", "Smithton", |
|
15377
|
|
|
|
|
|
|
"61269195", "West\ Wyalong", |
|
15378
|
|
|
|
|
|
|
"612574819", "Plumthorpe", |
|
15379
|
|
|
|
|
|
|
"61248763", "Gundillion", |
|
15380
|
|
|
|
|
|
|
"612532603", "Windeyer", |
|
15381
|
|
|
|
|
|
|
"61351071", "Golden\ Beach", |
|
15382
|
|
|
|
|
|
|
"61348256", "Katamatite", |
|
15383
|
|
|
|
|
|
|
"61256024", "Bonalbo", |
|
15384
|
|
|
|
|
|
|
"61898635", "Dumbleyung", |
|
15385
|
|
|
|
|
|
|
"61256442", "Rappville", |
|
15386
|
|
|
|
|
|
|
"61363140", "Longford", |
|
15387
|
|
|
|
|
|
|
"61747336", "Julia\ Creek", |
|
15388
|
|
|
|
|
|
|
"6135293", "Lara", |
|
15389
|
|
|
|
|
|
|
"61355113", "Nirranda", |
|
15390
|
|
|
|
|
|
|
"61891274", "Leopold", |
|
15391
|
|
|
|
|
|
|
"61342337", "Winchelsea\ South", |
|
15392
|
|
|
|
|
|
|
"61266091", "Rappville", |
|
15393
|
|
|
|
|
|
|
"61879129", "Jabiru", |
|
15394
|
|
|
|
|
|
|
"61895443", "Yanchep", |
|
15395
|
|
|
|
|
|
|
"61752153", "Lowood", |
|
15396
|
|
|
|
|
|
|
"61898338", "Jingalup", |
|
15397
|
|
|
|
|
|
|
"618683309", "Nyabing", |
|
15398
|
|
|
|
|
|
|
"61753438", "Nambour", |
|
15399
|
|
|
|
|
|
|
"61391016", "Melbourne", |
|
15400
|
|
|
|
|
|
|
"61351687", "Goongerah", |
|
15401
|
|
|
|
|
|
|
"61351955", "Gormandale", |
|
15402
|
|
|
|
|
|
|
"61746447", "Stanthorpe", |
|
15403
|
|
|
|
|
|
|
"617473833", "Burketown", |
|
15404
|
|
|
|
|
|
|
"61267868", "Croppa\ Creek", |
|
15405
|
|
|
|
|
|
|
"613451274", "Glenthompson", |
|
15406
|
|
|
|
|
|
|
"61746766", "Goondiwindi", |
|
15407
|
|
|
|
|
|
|
"61354992", "Korong\ Vale", |
|
15408
|
|
|
|
|
|
|
"618859983", "Tailem\ Bend", |
|
15409
|
|
|
|
|
|
|
"61258105", "Wyanga", |
|
15410
|
|
|
|
|
|
|
"61742122", "Thursday\ Island", |
|
15411
|
|
|
|
|
|
|
"61351680", "Morwell", |
|
15412
|
|
|
|
|
|
|
"61876203", "Kimba", |
|
15413
|
|
|
|
|
|
|
"612574430", "Gunyerwarildi", |
|
15414
|
|
|
|
|
|
|
"613834", "Melbourne", |
|
15415
|
|
|
|
|
|
|
"61742725", "Cooktown", |
|
15416
|
|
|
|
|
|
|
"618683379", "Kuringup", |
|
15417
|
|
|
|
|
|
|
"61358799", "Katamatite", |
|
15418
|
|
|
|
|
|
|
"61287473", "Bankstown", |
|
15419
|
|
|
|
|
|
|
"61263033", "Bylong", |
|
15420
|
|
|
|
|
|
|
"61885422", "Waikerie", |
|
15421
|
|
|
|
|
|
|
"61746440", "Haden", |
|
15422
|
|
|
|
|
|
|
"61885044", "Freeling", |
|
15423
|
|
|
|
|
|
|
"61364479", "Ulverstone", |
|
15424
|
|
|
|
|
|
|
"613451204", "Woolsthorpe", |
|
15425
|
|
|
|
|
|
|
"61363147", "Ringarooma", |
|
15426
|
|
|
|
|
|
|
"617442547", "Dalbeg", |
|
15427
|
|
|
|
|
|
|
"612532673", "Cowra", |
|
15428
|
|
|
|
|
|
|
"61361038", "Maydena", |
|
15429
|
|
|
|
|
|
|
"6135674", "Wonthaggi", |
|
15430
|
|
|
|
|
|
|
"61255498", "Jerrys\ Plains", |
|
15431
|
|
|
|
|
|
|
"61342330", "Lara", |
|
15432
|
|
|
|
|
|
|
"61351949", "Gormandale", |
|
15433
|
|
|
|
|
|
|
"61350626", "Berriwillock", |
|
15434
|
|
|
|
|
|
|
"61740218", "Kuranda", |
|
15435
|
|
|
|
|
|
|
"61754212", "Lowood", |
|
15436
|
|
|
|
|
|
|
"61267202", "Oakey\ Creek", |
|
15437
|
|
|
|
|
|
|
"61268160", "Condobolin", |
|
15438
|
|
|
|
|
|
|
"613531731", "Navarre", |
|
15439
|
|
|
|
|
|
|
"6189954", "Three\ Springs", |
|
15440
|
|
|
|
|
|
|
"61269281", "Kyeamba", |
|
15441
|
|
|
|
|
|
|
"61877376", "Taratap", |
|
15442
|
|
|
|
|
|
|
"61244272", "Nowra", |
|
15443
|
|
|
|
|
|
|
"61263916", "Harden", |
|
15444
|
|
|
|
|
|
|
"61897029", "Wilga", |
|
15445
|
|
|
|
|
|
|
"61248998", "Goulburn", |
|
15446
|
|
|
|
|
|
|
"61367299", "Deloraine", |
|
15447
|
|
|
|
|
|
|
"617451689", "Brookstead", |
|
15448
|
|
|
|
|
|
|
"61350105", "Nyah", |
|
15449
|
|
|
|
|
|
|
"61354014", "Charlton", |
|
15450
|
|
|
|
|
|
|
"61255095", "Comboyne", |
|
15451
|
|
|
|
|
|
|
"618682000", "Bremer\ Bay", |
|
15452
|
|
|
|
|
|
|
"61353535", "Broughton", |
|
15453
|
|
|
|
|
|
|
"6173483", "Cleveland", |
|
15454
|
|
|
|
|
|
|
"61754121", "Nambour", |
|
15455
|
|
|
|
|
|
|
"61888953", "Nantawarra", |
|
15456
|
|
|
|
|
|
|
"61240256", "Clarence\ Town", |
|
15457
|
|
|
|
|
|
|
"618753174", "Meningie", |
|
15458
|
|
|
|
|
|
|
"61875047", "Peebinga", |
|
15459
|
|
|
|
|
|
|
"61266106", "Ulong", |
|
15460
|
|
|
|
|
|
|
"61886918", "Port\ Augusta", |
|
15461
|
|
|
|
|
|
|
"618660869", "Lancelin", |
|
15462
|
|
|
|
|
|
|
"61355300", "Penshurst", |
|
15463
|
|
|
|
|
|
|
"61353129", "Buninyong", |
|
15464
|
|
|
|
|
|
|
"613553942", "Hawkesdale", |
|
15465
|
|
|
|
|
|
|
"61356361", "Hill\ End", |
|
15466
|
|
|
|
|
|
|
"61363885", "Bridport", |
|
15467
|
|
|
|
|
|
|
"61355464", "Ecklin", |
|
15468
|
|
|
|
|
|
|
"61361435", "Richmond", |
|
15469
|
|
|
|
|
|
|
"617476530", "Home\ Hill", |
|
15470
|
|
|
|
|
|
|
"618985481", "Ravensthorpe", |
|
15471
|
|
|
|
|
|
|
"61890470", "Bonnie\ Rock", |
|
15472
|
|
|
|
|
|
|
"612583651", "Weelong", |
|
15473
|
|
|
|
|
|
|
"61355055", "Dartmoor", |
|
15474
|
|
|
|
|
|
|
"617458930", "St\ George", |
|
15475
|
|
|
|
|
|
|
"617318", "Brisbane", |
|
15476
|
|
|
|
|
|
|
"61358976", "Undera", |
|
15477
|
|
|
|
|
|
|
"61749083", "Orion", |
|
15478
|
|
|
|
|
|
|
"61898846", "Dongolocking", |
|
15479
|
|
|
|
|
|
|
"61264432", "Wonboyn\ Lake", |
|
15480
|
|
|
|
|
|
|
"61340296", "Hopetoun", |
|
15481
|
|
|
|
|
|
|
"612592693", "Cootamundra", |
|
15482
|
|
|
|
|
|
|
"61343103", "Ballan", |
|
15483
|
|
|
|
|
|
|
"61357561", "Bright", |
|
15484
|
|
|
|
|
|
|
"618661171", "York", |
|
15485
|
|
|
|
|
|
|
"6188557", "Willunga", |
|
15486
|
|
|
|
|
|
|
"61899990", "Geraldton", |
|
15487
|
|
|
|
|
|
|
"61867195", "Dardanup", |
|
15488
|
|
|
|
|
|
|
"613572482", "Mount\ Buller", |
|
15489
|
|
|
|
|
|
|
"612594459", "Yenda", |
|
15490
|
|
|
|
|
|
|
"612593971", "Goolgowi", |
|
15491
|
|
|
|
|
|
|
"61341275", "Combienbar", |
|
15492
|
|
|
|
|
|
|
"61355971", "Darlington", |
|
15493
|
|
|
|
|
|
|
"617486027", "Dingo\ Beach", |
|
15494
|
|
|
|
|
|
|
"61895841", "Toodyay", |
|
15495
|
|
|
|
|
|
|
"618600827", "Leinster", |
|
15496
|
|
|
|
|
|
|
"61242075", "Helensburgh", |
|
15497
|
|
|
|
|
|
|
"61888581", "Minlaton", |
|
15498
|
|
|
|
|
|
|
"61362195", "Tarraleah", |
|
15499
|
|
|
|
|
|
|
"61340533", "Rufus\ River", |
|
15500
|
|
|
|
|
|
|
"61353765", "Ballarat", |
|
15501
|
|
|
|
|
|
|
"61256008", "Copmanhurst", |
|
15502
|
|
|
|
|
|
|
"61748885", "Walkerston", |
|
15503
|
|
|
|
|
|
|
"61742646", "Gordonvale", |
|
15504
|
|
|
|
|
|
|
"61752015", "Kalbar", |
|
15505
|
|
|
|
|
|
|
"61267259", "Gunyerwarildi", |
|
15506
|
|
|
|
|
|
|
"61747848", "Gumlu", |
|
15507
|
|
|
|
|
|
|
"612532444", "Leadville", |
|
15508
|
|
|
|
|
|
|
"61879162", "Katherine", |
|
15509
|
|
|
|
|
|
|
"613441703", "Gisborne", |
|
15510
|
|
|
|
|
|
|
"61899074", "Lynton", |
|
15511
|
|
|
|
|
|
|
"61899331", "Balla", |
|
15512
|
|
|
|
|
|
|
"61864931", "Herne\ Hill", |
|
15513
|
|
|
|
|
|
|
"61258142", "Weetaliba", |
|
15514
|
|
|
|
|
|
|
"61743231", "Wondai", |
|
15515
|
|
|
|
|
|
|
"618600759", "Kalgoorlie", |
|
15516
|
|
|
|
|
|
|
"61240380", "Laguna", |
|
15517
|
|
|
|
|
|
|
"61742169", "Peninsula", |
|
15518
|
|
|
|
|
|
|
"618780689", "Riverton", |
|
15519
|
|
|
|
|
|
|
"61887715", "Kalangadoo", |
|
15520
|
|
|
|
|
|
|
"61355458", "Darlington", |
|
15521
|
|
|
|
|
|
|
"61359271", "Koo\ Wee\ Rup", |
|
15522
|
|
|
|
|
|
|
"61747134", "Mount\ Fox", |
|
15523
|
|
|
|
|
|
|
"61256405", "Tabulam", |
|
15524
|
|
|
|
|
|
|
"61887170", "Bangham", |
|
15525
|
|
|
|
|
|
|
"61748147", "Byfield", |
|
15526
|
|
|
|
|
|
|
"612683687", "Coonabarabran", |
|
15527
|
|
|
|
|
|
|
"61357423", "Creightons\ Creek", |
|
15528
|
|
|
|
|
|
|
"613470940", "Strathbogie", |
|
15529
|
|
|
|
|
|
|
"61351136", "Swifts\ Creek", |
|
15530
|
|
|
|
|
|
|
"61363707", "Launceston", |
|
15531
|
|
|
|
|
|
|
"61738177", "Redcliffe", |
|
15532
|
|
|
|
|
|
|
"617451549", "Balonne", |
|
15533
|
|
|
|
|
|
|
"613553876", "Wombelano", |
|
15534
|
|
|
|
|
|
|
"61255394", "Broke", |
|
15535
|
|
|
|
|
|
|
"61740794", "Atherton", |
|
15536
|
|
|
|
|
|
|
"61357110", "St\ James", |
|
15537
|
|
|
|
|
|
|
"61256491", "Coutts\ Crossing", |
|
15538
|
|
|
|
|
|
|
"61354315", "Bridgewater", |
|
15539
|
|
|
|
|
|
|
"61266988", "Woodburn", |
|
15540
|
|
|
|
|
|
|
"618763343", "Carrieton", |
|
15541
|
|
|
|
|
|
|
"618903604", "Nullarbor", |
|
15542
|
|
|
|
|
|
|
"61754872", "Kilkivan", |
|
15543
|
|
|
|
|
|
|
"618856773", "Copeville", |
|
15544
|
|
|
|
|
|
|
"61740878", "Dimbulah", |
|
15545
|
|
|
|
|
|
|
"61896265", "Yorkrakine", |
|
15546
|
|
|
|
|
|
|
"61266042", "Grafton", |
|
15547
|
|
|
|
|
|
|
"618763726", "Poochera", |
|
15548
|
|
|
|
|
|
|
"61265321", "Gloucester", |
|
15549
|
|
|
|
|
|
|
"61866615", "Beverley", |
|
15550
|
|
|
|
|
|
|
"61364163", "Yolla", |
|
15551
|
|
|
|
|
|
|
"61889122", "Darwin", |
|
15552
|
|
|
|
|
|
|
"61361471", "Colebrook", |
|
15553
|
|
|
|
|
|
|
"618763945", "Coober\ Pedy", |
|
15554
|
|
|
|
|
|
|
"618983496", "Gnowangerup", |
|
15555
|
|
|
|
|
|
|
"61267807", "Plumthorpe", |
|
15556
|
|
|
|
|
|
|
"61888033", "Bute", |
|
15557
|
|
|
|
|
|
|
"613451155", "Balmoral", |
|
15558
|
|
|
|
|
|
|
"61340612", "Nyah", |
|
15559
|
|
|
|
|
|
|
"61340081", "Swan\ Hill", |
|
15560
|
|
|
|
|
|
|
"61897440", "Myalup", |
|
15561
|
|
|
|
|
|
|
"61259198", "Bundure", |
|
15562
|
|
|
|
|
|
|
"618903382", "South\ Kumminin", |
|
15563
|
|
|
|
|
|
|
"618683734", "Kronkup", |
|
15564
|
|
|
|
|
|
|
"6188397", "Adelaide", |
|
15565
|
|
|
|
|
|
|
"617459850", "Goondiwindi", |
|
15566
|
|
|
|
|
|
|
"61885911", "Windsor", |
|
15567
|
|
|
|
|
|
|
"617459404", "Bonshaw", |
|
15568
|
|
|
|
|
|
|
"618763500", "Rudall", |
|
15569
|
|
|
|
|
|
|
"61361387", "Brighton", |
|
15570
|
|
|
|
|
|
|
"617473851", "Cloncurry", |
|
15571
|
|
|
|
|
|
|
"61250151", "Ournie", |
|
15572
|
|
|
|
|
|
|
"61880140", "White\ Cliffs", |
|
15573
|
|
|
|
|
|
|
"61744226", "Giru", |
|
15574
|
|
|
|
|
|
|
"61877043", "Mount\ Gambier", |
|
15575
|
|
|
|
|
|
|
"61741743", "Lowmead", |
|
15576
|
|
|
|
|
|
|
"61263953", "Coolah", |
|
15577
|
|
|
|
|
|
|
"613451403", "Warrnambool", |
|
15578
|
|
|
|
|
|
|
"61742588", "Mossman", |
|
15579
|
|
|
|
|
|
|
"61898080", "Dudinin", |
|
15580
|
|
|
|
|
|
|
"61240213", "Eccleston", |
|
15581
|
|
|
|
|
|
|
"61888916", "Nantawarra", |
|
15582
|
|
|
|
|
|
|
"61891219", "Wyndham", |
|
15583
|
|
|
|
|
|
|
"61344446", "Goornong", |
|
15584
|
|
|
|
|
|
|
"618863373", "Elliston", |
|
15585
|
|
|
|
|
|
|
"61268108", "Teridgerie", |
|
15586
|
|
|
|
|
|
|
"613431181", "Learmonth", |
|
15587
|
|
|
|
|
|
|
"61867101", "Dardanup", |
|
15588
|
|
|
|
|
|
|
"6135551", "Hamilton", |
|
15589
|
|
|
|
|
|
|
"61741103", "Mundubbera", |
|
15590
|
|
|
|
|
|
|
"61899678", "Geraldton", |
|
15591
|
|
|
|
|
|
|
"61744030", "Ayr", |
|
15592
|
|
|
|
|
|
|
"61255001", "Singleton", |
|
15593
|
|
|
|
|
|
|
"61728015", "Beenleigh", |
|
15594
|
|
|
|
|
|
|
"61896848", "Gabbin", |
|
15595
|
|
|
|
|
|
|
"613441900", "Echuca", |
|
15596
|
|
|
|
|
|
|
"618869031", "Kimba", |
|
15597
|
|
|
|
|
|
|
"612593907", "Henty", |
|
15598
|
|
|
|
|
|
|
"612574232", "Glen\ Innes", |
|
15599
|
|
|
|
|
|
|
"618858530", "Lameroo", |
|
15600
|
|
|
|
|
|
|
"618660892", "Coomberdale", |
|
15601
|
|
|
|
|
|
|
"617452563", "Greenmount", |
|
15602
|
|
|
|
|
|
|
"618982233", "Bokerup", |
|
15603
|
|
|
|
|
|
|
"61253215", "Killongbutta", |
|
15604
|
|
|
|
|
|
|
"6139988", "Melbourne", |
|
15605
|
|
|
|
|
|
|
"612592712", "Junee\ Reefs", |
|
15606
|
|
|
|
|
|
|
"61899375", "Guranu", |
|
15607
|
|
|
|
|
|
|
"61864975", "Armadale", |
|
15608
|
|
|
|
|
|
|
"61258006", "Warren", |
|
15609
|
|
|
|
|
|
|
"6189026", "Kalgoorlie", |
|
15610
|
|
|
|
|
|
|
"617480697", "Duaringa", |
|
15611
|
|
|
|
|
|
|
"61868179", "Newdegate\ North", |
|
15612
|
|
|
|
|
|
|
"61743275", "Maidenwell", |
|
15613
|
|
|
|
|
|
|
"6135832", "Shepparton", |
|
15614
|
|
|
|
|
|
|
"61359235", "Koo\ Wee\ Rup", |
|
15615
|
|
|
|
|
|
|
"61350191", "Cunninyeuk", |
|
15616
|
|
|
|
|
|
|
"6129141", "Sydney", |
|
15617
|
|
|
|
|
|
|
"61267557", "Limbri", |
|
15618
|
|
|
|
|
|
|
"618763738", "Sleaford\ Mere", |
|
15619
|
|
|
|
|
|
|
"61756719", "Southport", |
|
15620
|
|
|
|
|
|
|
"618982257", "Denbarker", |
|
15621
|
|
|
|
|
|
|
"61341231", "Combienbar", |
|
15622
|
|
|
|
|
|
|
"618601142", "Kambalda", |
|
15623
|
|
|
|
|
|
|
"61861939", "Armadale", |
|
15624
|
|
|
|
|
|
|
"61896134", "Konnongorring", |
|
15625
|
|
|
|
|
|
|
"61355427", "Bessiebelle", |
|
15626
|
|
|
|
|
|
|
"61861706", "Rottnest", |
|
15627
|
|
|
|
|
|
|
"61742473", "Minnamoolka", |
|
15628
|
|
|
|
|
|
|
"61877119", "Taratap", |
|
15629
|
|
|
|
|
|
|
"61851048", "Pannawonica", |
|
15630
|
|
|
|
|
|
|
"618967855", "York", |
|
15631
|
|
|
|
|
|
|
"617442518", "Cape\ River", |
|
15632
|
|
|
|
|
|
|
"61359158", "Marysville", |
|
15633
|
|
|
|
|
|
|
"61741372", "Brooweena", |
|
15634
|
|
|
|
|
|
|
"61362518", "Kempton", |
|
15635
|
|
|
|
|
|
|
"61257248", "Garah", |
|
15636
|
|
|
|
|
|
|
"61754696", "Maroon", |
|
15637
|
|
|
|
|
|
|
"61356451", "Foster", |
|
15638
|
|
|
|
|
|
|
"61258285", "Mendooran", |
|
15639
|
|
|
|
|
|
|
"618967810", "Pantapin", |
|
15640
|
|
|
|
|
|
|
"61348038", "Undera", |
|
15641
|
|
|
|
|
|
|
"6129883", "Avalon\ Beach", |
|
15642
|
|
|
|
|
|
|
"617458829", "Meandarra", |
|
15643
|
|
|
|
|
|
|
"61256604", "Thora", |
|
15644
|
|
|
|
|
|
|
"6129872", "Parramatta", |
|
15645
|
|
|
|
|
|
|
"61886253", "Ceduna", |
|
15646
|
|
|
|
|
|
|
"618903443", "Dundas", |
|
15647
|
|
|
|
|
|
|
"61240435", "Tea\ Gardens", |
|
15648
|
|
|
|
|
|
|
"618851291", "Karatta", |
|
15649
|
|
|
|
|
|
|
"612683681", "Coonabarabran", |
|
15650
|
|
|
|
|
|
|
"61268124", "Wyanga", |
|
15651
|
|
|
|
|
|
|
"618904216", "Mukinbudin", |
|
15652
|
|
|
|
|
|
|
"61876183", "Indian\ Pacific", |
|
15653
|
|
|
|
|
|
|
"617750019", "Pikedale", |
|
15654
|
|
|
|
|
|
|
"61258191", "Bedgerebong", |
|
15655
|
|
|
|
|
|
|
"617458966", "Barcaldine", |
|
15656
|
|
|
|
|
|
|
"61361256", "Ouse", |
|
15657
|
|
|
|
|
|
|
"61748538", "Fitzroy\ West", |
|
15658
|
|
|
|
|
|
|
"61352198", "Aireys\ Inlet", |
|
15659
|
|
|
|
|
|
|
"6186294", "Armadale", |
|
15660
|
|
|
|
|
|
|
"61267550", "Somerton", |
|
15661
|
|
|
|
|
|
|
"61255196", "Kempsey", |
|
15662
|
|
|
|
|
|
|
"61897293", "Harvey", |
|
15663
|
|
|
|
|
|
|
"61367023", "Beaconsfield", |
|
15664
|
|
|
|
|
|
|
"61885173", "Renmark", |
|
15665
|
|
|
|
|
|
|
"6124389", "Gosford", |
|
15666
|
|
|
|
|
|
|
"612685780", "Walgett", |
|
15667
|
|
|
|
|
|
|
"61734399", "Cleveland", |
|
15668
|
|
|
|
|
|
|
"612583633", "Nyngan", |
|
15669
|
|
|
|
|
|
|
"61266005", "Ballina", |
|
15670
|
|
|
|
|
|
|
"61889169", "Darwin", |
|
15671
|
|
|
|
|
|
|
"61744484", "Townsville", |
|
15672
|
|
|
|
|
|
|
"618763482", "Morchard", |
|
15673
|
|
|
|
|
|
|
"61355420", "Strathdownie", |
|
15674
|
|
|
|
|
|
|
"61886876", "Kapinnie", |
|
15675
|
|
|
|
|
|
|
"617486021", "Clermont", |
|
15676
|
|
|
|
|
|
|
"61359366", "Mornington", |
|
15677
|
|
|
|
|
|
|
"61350285", "Karawinna", |
|
15678
|
|
|
|
|
|
|
"618600821", "Kalgoorlie", |
|
15679
|
|
|
|
|
|
|
"61356503", "Leongatha", |
|
15680
|
|
|
|
|
|
|
"61240038", "Eccleston", |
|
15681
|
|
|
|
|
|
|
"61257139", "Guyra", |
|
15682
|
|
|
|
|
|
|
"61264089", "Adaminaby", |
|
15683
|
|
|
|
|
|
|
"61889646", "Tanami", |
|
15684
|
|
|
|
|
|
|
"61267182", "Weemelah", |
|
15685
|
|
|
|
|
|
|
"61885302", "Taldra", |
|
15686
|
|
|
|
|
|
|
"61269101", "Yenda", |
|
15687
|
|
|
|
|
|
|
"61746062", "Dulacca", |
|
15688
|
|
|
|
|
|
|
"61263878", "Neville", |
|
15689
|
|
|
|
|
|
|
"612583657", "Yarrabandai", |
|
15690
|
|
|
|
|
|
|
"618682146", "Jerramungup", |
|
15691
|
|
|
|
|
|
|
"618985487", "Ravensthorpe\ West", |
|
15692
|
|
|
|
|
|
|
"61897609", "Manjimup", |
|
15693
|
|
|
|
|
|
|
"61899019", "Arrowsmith", |
|
15694
|
|
|
|
|
|
|
"61266408", "Wooli", |
|
15695
|
|
|
|
|
|
|
"61744037", "Hughenden", |
|
15696
|
|
|
|
|
|
|
"61895599", "Mount\ Wells", |
|
15697
|
|
|
|
|
|
|
"618904284", "Yilgarn\ South", |
|
15698
|
|
|
|
|
|
|
"61891161", "Great\ Sandy", |
|
15699
|
|
|
|
|
|
|
"612593977", "Henty", |
|
15700
|
|
|
|
|
|
|
"61256628", "Lawrence", |
|
15701
|
|
|
|
|
|
|
"61343283", "Maroona\/Minimay\/Minyip\/Mount\ Wallace\/Moyston\/Murtoa\/Natimuk\/Navarre\/Nhill\/Polkemmet", |
|
15702
|
|
|
|
|
|
|
"612530166", "Orange\/Meadow\ Flat\/Merriganowry\/Millthorpe", |
|
15703
|
|
|
|
|
|
|
"61898087", "Fitzgerald", |
|
15704
|
|
|
|
|
|
|
"61269741", "Ariah\ Park", |
|
15705
|
|
|
|
|
|
|
"612574466", "Tenterden", |
|
15706
|
|
|
|
|
|
|
"617480227", "Comet", |
|
15707
|
|
|
|
|
|
|
"6125125", "Canberra", |
|
15708
|
|
|
|
|
|
|
"61891814", "Newman", |
|
15709
|
|
|
|
|
|
|
"618753210", "Windsor", |
|
15710
|
|
|
|
|
|
|
"61897652", "Boyup\ Brook", |
|
15711
|
|
|
|
|
|
|
"618763894", "Morchard", |
|
15712
|
|
|
|
|
|
|
"61257946", "Boggabri", |
|
15713
|
|
|
|
|
|
|
"61351035", "Cabbage\ Tree\ Creek", |
|
15714
|
|
|
|
|
|
|
"618982988", "Boscabel", |
|
15715
|
|
|
|
|
|
|
"61361380", "Southwest", |
|
15716
|
|
|
|
|
|
|
"61245086", "Windsor", |
|
15717
|
|
|
|
|
|
|
"61248677", "Woodhouselee", |
|
15718
|
|
|
|
|
|
|
"61256325", "Lismore", |
|
15719
|
|
|
|
|
|
|
"613531737", "Navarre", |
|
15720
|
|
|
|
|
|
|
"61898671", "Pingelly\ East", |
|
15721
|
|
|
|
|
|
|
"61885359", "Murray\ Bridge", |
|
15722
|
|
|
|
|
|
|
"612530259", "Blayney", |
|
15723
|
|
|
|
|
|
|
"6175446", "Noosaville", |
|
15724
|
|
|
|
|
|
|
"61880147", "The\ Darling", |
|
15725
|
|
|
|
|
|
|
"61364414", "Yolla", |
|
15726
|
|
|
|
|
|
|
"61265495", "Castle\ Rock", |
|
15727
|
|
|
|
|
|
|
"61354079", "Woodend", |
|
15728
|
|
|
|
|
|
|
"61357172", "Broadford", |
|
15729
|
|
|
|
|
|
|
"617442541", "Cape\ River", |
|
15730
|
|
|
|
|
|
|
"618866394", "Yabmana", |
|
15731
|
|
|
|
|
|
|
"61348213", "Brassi", |
|
15732
|
|
|
|
|
|
|
"61267800", "Curlewis", |
|
15733
|
|
|
|
|
|
|
"61867096", "Bunbury", |
|
15734
|
|
|
|
|
|
|
"618854510", "Blanchetown", |
|
15735
|
|
|
|
|
|
|
"61753334", "Gatton", |
|
15736
|
|
|
|
|
|
|
"6188189", "Woodside", |
|
15737
|
|
|
|
|
|
|
"61898434", "Pingelly", |
|
15738
|
|
|
|
|
|
|
"617479233", "Croydon", |
|
15739
|
|
|
|
|
|
|
"61737033", "Brisbane", |
|
15740
|
|
|
|
|
|
|
"61753071", "Toogoolawah", |
|
15741
|
|
|
|
|
|
|
"61877261", "Wrattonbully", |
|
15742
|
|
|
|
|
|
|
"61355156", "Tyrendarra", |
|
15743
|
|
|
|
|
|
|
"61897447", "Marybrook", |
|
15744
|
|
|
|
|
|
|
"618989346", "Arthur\ River", |
|
15745
|
|
|
|
|
|
|
"612593699", "Humula", |
|
15746
|
|
|
|
|
|
|
"618989173", "Pingelly\ East", |
|
15747
|
|
|
|
|
|
|
"618996852", "Tenindewa", |
|
15748
|
|
|
|
|
|
|
"61899143", "Warradarge", |
|
15749
|
|
|
|
|
|
|
"618856703", "Sandleton", |
|
15750
|
|
|
|
|
|
|
"613442102", "Beazleys\ Bridge", |
|
15751
|
|
|
|
|
|
|
"61752116", "Toogoolawah", |
|
15752
|
|
|
|
|
|
|
"61265098", "Mount\ Olive", |
|
15753
|
|
|
|
|
|
|
"618903674", "Bonnie\ Rock", |
|
15754
|
|
|
|
|
|
|
"61392447", "Clayton", |
|
15755
|
|
|
|
|
|
|
"61357117", "Swanpool", |
|
15756
|
|
|
|
|
|
|
"61358151", "Cobram", |
|
15757
|
|
|
|
|
|
|
"6135628", "Neerim\ South", |
|
15758
|
|
|
|
|
|
|
"613531753", "Streatham", |
|
15759
|
|
|
|
|
|
|
"61896336", "Badgerin\ Rock", |
|
15760
|
|
|
|
|
|
|
"618854555", "New\ Well", |
|
15761
|
|
|
|
|
|
|
"61362096", "Orford", |
|
15762
|
|
|
|
|
|
|
"6138571", "Clayton", |
|
15763
|
|
|
|
|
|
|
"61351290", "Lakes\ Entrance", |
|
15764
|
|
|
|
|
|
|
"61260355", "Oaklands", |
|
15765
|
|
|
|
|
|
|
"61885963", "Culburra", |
|
15766
|
|
|
|
|
|
|
"617492", "Rockhampton", |
|
15767
|
|
|
|
|
|
|
"613553951", "Nirranda", |
|
15768
|
|
|
|
|
|
|
"618933", "Perth", |
|
15769
|
|
|
|
|
|
|
"61257233", "Barraba", |
|
15770
|
|
|
|
|
|
|
"61895136", "Gingin", |
|
15771
|
|
|
|
|
|
|
"61358454", "Tatura", |
|
15772
|
|
|
|
|
|
|
"61749347", "Westwood", |
|
15773
|
|
|
|
|
|
|
"61259057", "Junee\ Reefs", |
|
15774
|
|
|
|
|
|
|
"61352305", "Barwon\ Downs", |
|
15775
|
|
|
|
|
|
|
"61255606", "Putty", |
|
15776
|
|
|
|
|
|
|
"61886880", "Port\ Neill", |
|
15777
|
|
|
|
|
|
|
"61259342", "Springdale", |
|
15778
|
|
|
|
|
|
|
"61749052", "Dingo\ Beach", |
|
15779
|
|
|
|
|
|
|
"61265150", "Taree", |
|
15780
|
|
|
|
|
|
|
"61851033", "De\ Grey", |
|
15781
|
|
|
|
|
|
|
"61741804", "Moonford", |
|
15782
|
|
|
|
|
|
|
"61240261", "Laguna", |
|
15783
|
|
|
|
|
|
|
"61260658", "Leicester\ Park", |
|
15784
|
|
|
|
|
|
|
"61264623", "Eden", |
|
15785
|
|
|
|
|
|
|
"61887573", "Marcollat", |
|
15786
|
|
|
|
|
|
|
"61248137", "Bowral", |
|
15787
|
|
|
|
|
|
|
"61891458", "Derby", |
|
15788
|
|
|
|
|
|
|
"61898131", "Jerramungup", |
|
15789
|
|
|
|
|
|
|
"61255125", "Idaville", |
|
15790
|
|
|
|
|
|
|
"61351841", "Yarram", |
|
15791
|
|
|
|
|
|
|
"618903807", "Burracoppin\ South", |
|
15792
|
|
|
|
|
|
|
"61886159", "Kelly", |
|
15793
|
|
|
|
|
|
|
"61891971", "De\ Grey", |
|
15794
|
|
|
|
|
|
|
"61253002", "Mudgee", |
|
15795
|
|
|
|
|
|
|
"61392199", "Eltham", |
|
15796
|
|
|
|
|
|
|
"618864097", "Lock", |
|
15797
|
|
|
|
|
|
|
"612532466", "Rockley", |
|
15798
|
|
|
|
|
|
|
"61357632", "Benalla", |
|
15799
|
|
|
|
|
|
|
"61268733", "Fairholme", |
|
15800
|
|
|
|
|
|
|
"61876289", "Poochera", |
|
15801
|
|
|
|
|
|
|
"6173105", "Brisbane", |
|
15802
|
|
|
|
|
|
|
"61364111", "Burnie", |
|
15803
|
|
|
|
|
|
|
"61353099", "Skipton", |
|
15804
|
|
|
|
|
|
|
"618764021", "Yabmana", |
|
15805
|
|
|
|
|
|
|
"61255539", "Hunter\ Springs", |
|
15806
|
|
|
|
|
|
|
"6174131", "Bundaberg", |
|
15807
|
|
|
|
|
|
|
"618852870", "Goolwa", |
|
15808
|
|
|
|
|
|
|
"61259624", "Gunbar", |
|
15809
|
|
|
|
|
|
|
"618753458", "Callington", |
|
15810
|
|
|
|
|
|
|
"612989", "Parramatta", |
|
15811
|
|
|
|
|
|
|
"61741568", "Rosedale", |
|
15812
|
|
|
|
|
|
|
"61886742", "Wilpena", |
|
15813
|
|
|
|
|
|
|
"61242636", "Kiama", |
|
15814
|
|
|
|
|
|
|
"6129944", "Terrey\ Hills", |
|
15815
|
|
|
|
|
|
|
"61891055", "Mount\ Bruce", |
|
15816
|
|
|
|
|
|
|
"61745720", "Ballandean", |
|
15817
|
|
|
|
|
|
|
"612684568", "Tyrie", |
|
15818
|
|
|
|
|
|
|
"61354784", "Gowar\ East", |
|
15819
|
|
|
|
|
|
|
"618996847", "Northern\ Gully", |
|
15820
|
|
|
|
|
|
|
"61745837", "Robinson\ Gorge", |
|
15821
|
|
|
|
|
|
|
"61897199", "Dardanup", |
|
15822
|
|
|
|
|
|
|
"61340130", "Arumpo", |
|
15823
|
|
|
|
|
|
|
"61889263", "Rodinga", |
|
15824
|
|
|
|
|
|
|
"61743007", "Moonford", |
|
15825
|
|
|
|
|
|
|
"61887488", "Wirrega", |
|
15826
|
|
|
|
|
|
|
"61260664", "Ournie", |
|
15827
|
|
|
|
|
|
|
"61348119", "Undera", |
|
15828
|
|
|
|
|
|
|
"61362025", "Dover", |
|
15829
|
|
|
|
|
|
|
"6186259", "Perth", |
|
15830
|
|
|
|
|
|
|
"61871603", "Adelaide", |
|
15831
|
|
|
|
|
|
|
"618763909", "Quorn", |
|
15832
|
|
|
|
|
|
|
"61887924", "Greenways", |
|
15833
|
|
|
|
|
|
|
"61887206", "Reedy\ Creek", |
|
15834
|
|
|
|
|
|
|
"61891300", "Whaleback", |
|
15835
|
|
|
|
|
|
|
"61268563", "Weelong", |
|
15836
|
|
|
|
|
|
|
"61877038", "Robe", |
|
15837
|
|
|
|
|
|
|
"61741738", "Yarraman", |
|
15838
|
|
|
|
|
|
|
"61899249", "Howatharra", |
|
15839
|
|
|
|
|
|
|
"61344341", "Tennyson", |
|
15840
|
|
|
|
|
|
|
"61263644", "Canowindra", |
|
15841
|
|
|
|
|
|
|
"617487017", "Dysart", |
|
15842
|
|
|
|
|
|
|
"6175481", "Gympie", |
|
15843
|
|
|
|
|
|
|
"613442063", "Kerang", |
|
15844
|
|
|
|
|
|
|
"61269404", "Stockinbingal", |
|
15845
|
|
|
|
|
|
|
"61285208", "Sutherland", |
|
15846
|
|
|
|
|
|
|
"6126635", "Woodenbong", |
|
15847
|
|
|
|
|
|
|
"6128603", "Blacktown", |
|
15848
|
|
|
|
|
|
|
"612574785", "Glen\ Elgin", |
|
15849
|
|
|
|
|
|
|
"61743349", "Yandaran", |
|
15850
|
|
|
|
|
|
|
"61886102", "Jamestown", |
|
15851
|
|
|
|
|
|
|
"61867025", "Pemberton", |
|
15852
|
|
|
|
|
|
|
"61253059", "Tyagong", |
|
15853
|
|
|
|
|
|
|
"617480106", "Pegunny", |
|
15854
|
|
|
|
|
|
|
"61358468", "Shepparton", |
|
15855
|
|
|
|
|
|
|
"61361376", "Ouse", |
|
15856
|
|
|
|
|
|
|
"61267314", "Banoon", |
|
15857
|
|
|
|
|
|
|
"61245070", "Kurrajong\ Heights", |
|
15858
|
|
|
|
|
|
|
"618903432", "Coomalbidgup", |
|
15859
|
|
|
|
|
|
|
"61888982", "Burra", |
|
15860
|
|
|
|
|
|
|
"61754460", "Kenilworth", |
|
15861
|
|
|
|
|
|
|
"61747619", "Townsville", |
|
15862
|
|
|
|
|
|
|
"61887085", "Padthaway", |
|
15863
|
|
|
|
|
|
|
"61744181", "Richmond", |
|
15864
|
|
|
|
|
|
|
"61895949", "Mount\ Helena", |
|
15865
|
|
|
|
|
|
|
"61888048", "Hallett", |
|
15866
|
|
|
|
|
|
|
"61398819", "Ringwood", |
|
15867
|
|
|
|
|
|
|
"61256396", "Lawrence", |
|
15868
|
|
|
|
|
|
|
"618753363", "Sandleton", |
|
15869
|
|
|
|
|
|
|
"61357556", "Falls\ Creek", |
|
15870
|
|
|
|
|
|
|
"61355879", "Benayeo", |
|
15871
|
|
|
|
|
|
|
"61749009", "Banana", |
|
15872
|
|
|
|
|
|
|
"61886373", "Laura", |
|
15873
|
|
|
|
|
|
|
"61890188", "Southern\ Cross", |
|
15874
|
|
|
|
|
|
|
"613432210", "Polkemmet", |
|
15875
|
|
|
|
|
|
|
"61352050", "Beech\ Forest", |
|
15876
|
|
|
|
|
|
|
"613431770", "Crymelon", |
|
15877
|
|
|
|
|
|
|
"61358065", "Mabins\ Well", |
|
15878
|
|
|
|
|
|
|
"61359097", "Warburton", |
|
15879
|
|
|
|
|
|
|
"612583642", "Tottenham", |
|
15880
|
|
|
|
|
|
|
"61357962", "Seymour", |
|
15881
|
|
|
|
|
|
|
"61264898", "Dalgety", |
|
15882
|
|
|
|
|
|
|
"613574626", "Yea", |
|
15883
|
|
|
|
|
|
|
"61260000", "Albury", |
|
15884
|
|
|
|
|
|
|
"61364508", "Ulverstone", |
|
15885
|
|
|
|
|
|
|
"61356154", "San\ Remo", |
|
15886
|
|
|
|
|
|
|
"618601133", "Esperance", |
|
15887
|
|
|
|
|
|
|
"61245012", "Windsor", |
|
15888
|
|
|
|
|
|
|
"613431700", "Clear\ Lake", |
|
15889
|
|
|
|
|
|
|
"61895955", "Yanchep", |
|
15890
|
|
|
|
|
|
|
"61734758", "Dayboro", |
|
15891
|
|
|
|
|
|
|
"61352057", "Colac", |
|
15892
|
|
|
|
|
|
|
"61898076", "Dongolocking", |
|
15893
|
|
|
|
|
|
|
"618854919", "Strathalbyn", |
|
15894
|
|
|
|
|
|
|
"61370031", "Melbourne", |
|
15895
|
|
|
|
|
|
|
"61259305", "Kyeamba", |
|
15896
|
|
|
|
|
|
|
"6188316", "Adelaide", |
|
15897
|
|
|
|
|
|
|
"61260007", "Barnawartha", |
|
15898
|
|
|
|
|
|
|
"61899138", "Upper\ Gascoyne", |
|
15899
|
|
|
|
|
|
|
"61746683", "Bunya\ Mountains", |
|
15900
|
|
|
|
|
|
|
"61359090", "Cowes", |
|
15901
|
|
|
|
|
|
|
"61341054", "Mallacoota", |
|
15902
|
|
|
|
|
|
|
"61895071", "Toodyay", |
|
15903
|
|
|
|
|
|
|
"612583400", "Binnaway", |
|
15904
|
|
|
|
|
|
|
"61754467", "Cooroy", |
|
15905
|
|
|
|
|
|
|
"61259608", "Darlington\ Point", |
|
15906
|
|
|
|
|
|
|
"61896431", "Talbot\ Brook", |
|
15907
|
|
|
|
|
|
|
"612630396", "Gingkin", |
|
15908
|
|
|
|
|
|
|
"618683740", "Lake\ King", |
|
15909
|
|
|
|
|
|
|
"612583854", "Alectown", |
|
15910
|
|
|
|
|
|
|
"61257018", "Boorolong", |
|
15911
|
|
|
|
|
|
|
"61240119", "Karuah", |
|
15912
|
|
|
|
|
|
|
"61245077", "Kurrajong\ Heights", |
|
15913
|
|
|
|
|
|
|
"61352342", "Colac", |
|
15914
|
|
|
|
|
|
|
"61891113", "Pannawonica", |
|
15915
|
|
|
|
|
|
|
"61747078", "Giru", |
|
15916
|
|
|
|
|
|
|
"61886705", "Mintabie", |
|
15917
|
|
|
|
|
|
|
"618753028", "Milang", |
|
15918
|
|
|
|
|
|
|
"61752182", "Maleny", |
|
15919
|
|
|
|
|
|
|
"61250065", "Dartmouth", |
|
15920
|
|
|
|
|
|
|
"617485858", "Emerald", |
|
15921
|
|
|
|
|
|
|
"612573416", "Oakey\ Creek", |
|
15922
|
|
|
|
|
|
|
"61350494", "Woomelang", |
|
15923
|
|
|
|
|
|
|
"61741828", "Yarraman", |
|
15924
|
|
|
|
|
|
|
"618601157", "Munglinup", |
|
15925
|
|
|
|
|
|
|
"612594095", "Bundure", |
|
15926
|
|
|
|
|
|
|
"612574243", "Inverell", |
|
15927
|
|
|
|
|
|
|
"61251184", "Michelago", |
|
15928
|
|
|
|
|
|
|
"61268698", "Mungery", |
|
15929
|
|
|
|
|
|
|
"61747475", "Gulf", |
|
15930
|
|
|
|
|
|
|
"617480343", "Willows", |
|
15931
|
|
|
|
|
|
|
"61253045", "Limekilns", |
|
15932
|
|
|
|
|
|
|
"618985468", "Pingrup\ East", |
|
15933
|
|
|
|
|
|
|
"61899255", "Upper\ Gascoyne", |
|
15934
|
|
|
|
|
|
|
"6139244", "Melbourne", |
|
15935
|
|
|
|
|
|
|
"61891307", "Newman", |
|
15936
|
|
|
|
|
|
|
"618763979", "Miltalie", |
|
15937
|
|
|
|
|
|
|
"617480726", "Isaac\ River", |
|
15938
|
|
|
|
|
|
|
"61745727", "Surat", |
|
15939
|
|
|
|
|
|
|
"61243063", "Gosford", |
|
15940
|
|
|
|
|
|
|
"61753599", "Caboolture", |
|
15941
|
|
|
|
|
|
|
"618858544", "Malinong", |
|
15942
|
|
|
|
|
|
|
"61348261", "Logie\ Brae", |
|
15943
|
|
|
|
|
|
|
"61741693", "Proston", |
|
15944
|
|
|
|
|
|
|
"61896723", "Wongan\ Hills", |
|
15945
|
|
|
|
|
|
|
"61359461", "Tankerton", |
|
15946
|
|
|
|
|
|
|
"61885798", "Tanunda", |
|
15947
|
|
|
|
|
|
|
"6128825", "Blacktown", |
|
15948
|
|
|
|
|
|
|
"61354591", "Maryborough", |
|
15949
|
|
|
|
|
|
|
"61886145", "Miltalie", |
|
15950
|
|
|
|
|
|
|
"61340137", "Murrayville", |
|
15951
|
|
|
|
|
|
|
"61743000", "Burnett", |
|
15952
|
|
|
|
|
|
|
"61877213", "Cannawigara", |
|
15953
|
|
|
|
|
|
|
"61885874", "Wanbi", |
|
15954
|
|
|
|
|
|
|
"618753036", "Paruna", |
|
15955
|
|
|
|
|
|
|
"61269025", "Coolamon", |
|
15956
|
|
|
|
|
|
|
"61745830", "North\ Star", |
|
15957
|
|
|
|
|
|
|
"61240043", "Nelson\ Bay", |
|
15958
|
|
|
|
|
|
|
"61888402", "Auburn", |
|
15959
|
|
|
|
|
|
|
"61265284", "Byabarra", |
|
15960
|
|
|
|
|
|
|
"61356168", "Mirboo\ North", |
|
15961
|
|
|
|
|
|
|
"617480738", "Theodore", |
|
15962
|
|
|
|
|
|
|
"61350601", "Mildura", |
|
15963
|
|
|
|
|
|
|
"618903877", "Merredin", |
|
15964
|
|
|
|
|
|
|
"618967791", "Dangin", |
|
15965
|
|
|
|
|
|
|
"6129186", "Sydney", |
|
15966
|
|
|
|
|
|
|
"61341068", "Yarram", |
|
15967
|
|
|
|
|
|
|
"61746751", "Yelarbon", |
|
15968
|
|
|
|
|
|
|
"61891049", "Derby", |
|
15969
|
|
|
|
|
|
|
"61255722", "Howes\ Valley", |
|
15970
|
|
|
|
|
|
|
"61399159", "Melbourne", |
|
15971
|
|
|
|
|
|
|
"61879099", "Tennant\ Creek", |
|
15972
|
|
|
|
|
|
|
"61265157", "Smithtown", |
|
15973
|
|
|
|
|
|
|
"618903266", "Ardath", |
|
15974
|
|
|
|
|
|
|
"61886887", "Port\ Neill", |
|
15975
|
|
|
|
|
|
|
"61748543", "Goovigen", |
|
15976
|
|
|
|
|
|
|
"61357929", "Tungamah", |
|
15977
|
|
|
|
|
|
|
"61260349", "Tallangatta\ Valley", |
|
15978
|
|
|
|
|
|
|
"61269984", "Tumorrama", |
|
15979
|
|
|
|
|
|
|
"61248130", "Tarago", |
|
15980
|
|
|
|
|
|
|
"618763697", "Yabmana", |
|
15981
|
|
|
|
|
|
|
"61742092", "Malanda", |
|
15982
|
|
|
|
|
|
|
"613553730", "Bessiebelle", |
|
15983
|
|
|
|
|
|
|
"61351297", "Orbost", |
|
15984
|
|
|
|
|
|
|
"61256194", "Ulong", |
|
15985
|
|
|
|
|
|
|
"61341465", "Omeo", |
|
15986
|
|
|
|
|
|
|
"61267116", "Kingstown", |
|
15987
|
|
|
|
|
|
|
"61749340", "Mount\ Morgan", |
|
15988
|
|
|
|
|
|
|
"6125606", "Coffs\ Harbour", |
|
15989
|
|
|
|
|
|
|
"61868273", "Newdegate\ North", |
|
15990
|
|
|
|
|
|
|
"61889041", "Carpentaria", |
|
15991
|
|
|
|
|
|
|
"61259050", "Cowabbie", |
|
15992
|
|
|
|
|
|
|
"618600880", "Coomalbidgup", |
|
15993
|
|
|
|
|
|
|
"61342294", "Winchelsea\ South", |
|
15994
|
|
|
|
|
|
|
"61266121", "Woodburn", |
|
15995
|
|
|
|
|
|
|
"6129868", "Sydney", |
|
15996
|
|
|
|
|
|
|
"618865000", "Frome", |
|
15997
|
|
|
|
|
|
|
"61867163", "Collie", |
|
15998
|
|
|
|
|
|
|
"617476724", "Pentland", |
|
15999
|
|
|
|
|
|
|
"61745676", "Brigalow", |
|
16000
|
|
|
|
|
|
|
"61748087", "Cracow", |
|
16001
|
|
|
|
|
|
|
"618763811", "Orroroo", |
|
16002
|
|
|
|
|
|
|
"6138754", "Werribee", |
|
16003
|
|
|
|
|
|
|
"61245045", "Kurrajong\ Heights", |
|
16004
|
|
|
|
|
|
|
"617458650", "Maranoa", |
|
16005
|
|
|
|
|
|
|
"61741814", "Pialba", |
|
16006
|
|
|
|
|
|
|
"61240755", "Bulahdelah", |
|
16007
|
|
|
|
|
|
|
"617452572", "Haden", |
|
16008
|
|
|
|
|
|
|
"612574183", "Yarrowitch", |
|
16009
|
|
|
|
|
|
|
"612583931", "Nyngan", |
|
16010
|
|
|
|
|
|
|
"61255616", "Telegraph\ Point", |
|
16011
|
|
|
|
|
|
|
"618683652", "Pingelly", |
|
16012
|
|
|
|
|
|
|
"617480790", "Westwood", |
|
16013
|
|
|
|
|
|
|
"6129734", "Liverpool", |
|
16014
|
|
|
|
|
|
|
"61268039", "Collie", |
|
16015
|
|
|
|
|
|
|
"61258082", "Trangie", |
|
16016
|
|
|
|
|
|
|
"61353793", "Horsham", |
|
16017
|
|
|
|
|
|
|
"618753530", "Yankalilla", |
|
16018
|
|
|
|
|
|
|
"617458615", "Dirranbandi", |
|
16019
|
|
|
|
|
|
|
"617442983", "Yabulu", |
|
16020
|
|
|
|
|
|
|
"61743017", "Kumbia", |
|
16021
|
|
|
|
|
|
|
"61248333", "Tuena", |
|
16022
|
|
|
|
|
|
|
"61875268", "Marama", |
|
16023
|
|
|
|
|
|
|
"612532699", "Manildra", |
|
16024
|
|
|
|
|
|
|
"61348152", "Katandra\ West", |
|
16025
|
|
|
|
|
|
|
"617486586", "Yeppoon", |
|
16026
|
|
|
|
|
|
|
"618866966", "Gladstone", |
|
16027
|
|
|
|
|
|
|
"61342446", "Torquay", |
|
16028
|
|
|
|
|
|
|
"6139963", "Melbourne", |
|
16029
|
|
|
|
|
|
|
"61358123", "Jerilderie", |
|
16030
|
|
|
|
|
|
|
"61851224", "Dampier", |
|
16031
|
|
|
|
|
|
|
"61253077", "Baldry", |
|
16032
|
|
|
|
|
|
|
"61748434", "Gladstone", |
|
16033
|
|
|
|
|
|
|
"613531847", "Rokewood", |
|
16034
|
|
|
|
|
|
|
"61359032", "Red\ Hill", |
|
16035
|
|
|
|
|
|
|
"61898768", "Walyurin", |
|
16036
|
|
|
|
|
|
|
"6174130", "Bundaberg", |
|
16037
|
|
|
|
|
|
|
"617459941", "Bollon", |
|
16038
|
|
|
|
|
|
|
"61364101", "Sheffield", |
|
16039
|
|
|
|
|
|
|
"617473940", "Karumba", |
|
16040
|
|
|
|
|
|
|
"61749143", "Pegunny", |
|
16041
|
|
|
|
|
|
|
"61743072", "Windera", |
|
16042
|
|
|
|
|
|
|
"618683393", "Mount\ Madden", |
|
16043
|
|
|
|
|
|
|
"6175455", "Noosaville", |
|
16044
|
|
|
|
|
|
|
"61257024", "Moona\ Plains", |
|
16045
|
|
|
|
|
|
|
"618964980", "Cunderdin", |
|
16046
|
|
|
|
|
|
|
"61868098", "Tarwonga", |
|
16047
|
|
|
|
|
|
|
"617750361", "Killarney", |
|
16048
|
|
|
|
|
|
|
"6126024", "Albury", |
|
16049
|
|
|
|
|
|
|
"61890581", "Bullfinch", |
|
16050
|
|
|
|
|
|
|
"61267091", "Moona\ Plains", |
|
16051
|
|
|
|
|
|
|
"61240587", "Branxton", |
|
16052
|
|
|
|
|
|
|
"61886112", "Kimba", |
|
16053
|
|
|
|
|
|
|
"618856762", "Coonalpyn", |
|
16054
|
|
|
|
|
|
|
"617480006", "Banana", |
|
16055
|
|
|
|
|
|
|
"61351534", "Bruthen", |
|
16056
|
|
|
|
|
|
|
"61285218", "Engadine", |
|
16057
|
|
|
|
|
|
|
"617452480", "Bringalily", |
|
16058
|
|
|
|
|
|
|
"6175480", "Gympie", |
|
16059
|
|
|
|
|
|
|
"613442163", "Barham", |
|
16060
|
|
|
|
|
|
|
"61269414", "Batlow", |
|
16061
|
|
|
|
|
|
|
"61875187", "Lameroo", |
|
16062
|
|
|
|
|
|
|
"618762590", "Jamestown", |
|
16063
|
|
|
|
|
|
|
"617487117", "Dingo\ Beach", |
|
16064
|
|
|
|
|
|
|
"61367051", "Whitemark", |
|
16065
|
|
|
|
|
|
|
"61885257", "Gawler", |
|
16066
|
|
|
|
|
|
|
"6189572", "Mount\ Helena", |
|
16067
|
|
|
|
|
|
|
"618993209", "Mingenew", |
|
16068
|
|
|
|
|
|
|
"61886221", "Darke\ Peak", |
|
16069
|
|
|
|
|
|
|
"61742030", "Thursday\ Island", |
|
16070
|
|
|
|
|
|
|
"61248192", "Bungonia", |
|
16071
|
|
|
|
|
|
|
"61898538", "Nomans\ Lake", |
|
16072
|
|
|
|
|
|
|
"61891310", "Paraburdoo", |
|
16073
|
|
|
|
|
|
|
"61886177", "Peterborough", |
|
16074
|
|
|
|
|
|
|
"61887216", "Tarpeena", |
|
16075
|
|
|
|
|
|
|
"61348109", "Mathoura", |
|
16076
|
|
|
|
|
|
|
"61399170", "Melbourne", |
|
16077
|
|
|
|
|
|
|
"61890953", "Nungarin", |
|
16078
|
|
|
|
|
|
|
"618867785", "Yunta", |
|
16079
|
|
|
|
|
|
|
"61879335", "Tablelands", |
|
16080
|
|
|
|
|
|
|
"61364741", "Devonport", |
|
16081
|
|
|
|
|
|
|
"61260010", "Coppabella", |
|
16082
|
|
|
|
|
|
|
"61364518", "Marrawah", |
|
16083
|
|
|
|
|
|
|
"61898754", "Pumphreys", |
|
16084
|
|
|
|
|
|
|
"61363087", "Targa", |
|
16085
|
|
|
|
|
|
|
"61889388", "Alice\ Springs", |
|
16086
|
|
|
|
|
|
|
"61896062", "Coomallo", |
|
16087
|
|
|
|
|
|
|
"61876174", "Mudamuckla", |
|
16088
|
|
|
|
|
|
|
"61373024", "Point\ Cook", |
|
16089
|
|
|
|
|
|
|
"61353266", "Beulah", |
|
16090
|
|
|
|
|
|
|
"61756061", "Ormeau", |
|
16091
|
|
|
|
|
|
|
"61749019", "Byfield", |
|
16092
|
|
|
|
|
|
|
"61889685", "Alice\ Springs", |
|
16093
|
|
|
|
|
|
|
"612683696", "Curban", |
|
16094
|
|
|
|
|
|
|
"612592679", "Bethungra", |
|
16095
|
|
|
|
|
|
|
"612532977", "Merriganowry", |
|
16096
|
|
|
|
|
|
|
"61244031", "Batemans\ Bay", |
|
16097
|
|
|
|
|
|
|
"61875254", "Bower", |
|
16098
|
|
|
|
|
|
|
"61734443", "Ipswich", |
|
16099
|
|
|
|
|
|
|
"61744473", "Ayr", |
|
16100
|
|
|
|
|
|
|
"61259079", "Coolamon", |
|
16101
|
|
|
|
|
|
|
"612593785", "Gundagai", |
|
16102
|
|
|
|
|
|
|
"618863362", "Darke\ Peak", |
|
16103
|
|
|
|
|
|
|
"61885184", "Sandleton", |
|
16104
|
|
|
|
|
|
|
"61255063", "Gloucester", |
|
16105
|
|
|
|
|
|
|
"61745599", "Augathella", |
|
16106
|
|
|
|
|
|
|
"61753727", "Noosaville", |
|
16107
|
|
|
|
|
|
|
"61741161", "Yarraman", |
|
16108
|
|
|
|
|
|
|
"61267304", "Deepwater", |
|
16109
|
|
|
|
|
|
|
"618683568", "West\ River", |
|
16110
|
|
|
|
|
|
|
"61260072", "Tallangatta", |
|
16111
|
|
|
|
|
|
|
"61353638", "Gerang\ Gerung", |
|
16112
|
|
|
|
|
|
|
"612594416", "Landervale", |
|
16113
|
|
|
|
|
|
|
"6186494", "Kalamunda", |
|
16114
|
|
|
|
|
|
|
"61353954", "Rainbow", |
|
16115
|
|
|
|
|
|
|
"612532907", "Limekilns", |
|
16116
|
|
|
|
|
|
|
"61340192", "Tempy", |
|
16117
|
|
|
|
|
|
|
"61891103", "Hall\'s\ Creek", |
|
16118
|
|
|
|
|
|
|
"61749678", "Sarina", |
|
16119
|
|
|
|
|
|
|
"618763848", "Andamooka", |
|
16120
|
|
|
|
|
|
|
"61238135", "Woodhouselee", |
|
16121
|
|
|
|
|
|
|
"61753720", "Gympie", |
|
16122
|
|
|
|
|
|
|
"61257008", "Yarrie\ Lake", |
|
16123
|
|
|
|
|
|
|
"61240109", "Wootton", |
|
16124
|
|
|
|
|
|
|
"618982476", "Rocky\ Gully", |
|
16125
|
|
|
|
|
|
|
"61259618", "Warrawidgee", |
|
16126
|
|
|
|
|
|
|
"61267746", "Yarrowitch", |
|
16127
|
|
|
|
|
|
|
"61746848", "Stanthorpe", |
|
16128
|
|
|
|
|
|
|
"61875552", "Willunga", |
|
16129
|
|
|
|
|
|
|
"61742484", "Torres", |
|
16130
|
|
|
|
|
|
|
"61864023", "Wanneroo", |
|
16131
|
|
|
|
|
|
|
"61749375", "Rockhampton", |
|
16132
|
|
|
|
|
|
|
"61269163", "Springdale", |
|
16133
|
|
|
|
|
|
|
"61363080", "St\ Helens", |
|
16134
|
|
|
|
|
|
|
"618865824", "Coorabie", |
|
16135
|
|
|
|
|
|
|
"61260017", "Corryong", |
|
16136
|
|
|
|
|
|
|
"61265179", "Jerrys\ Plains", |
|
16137
|
|
|
|
|
|
|
"618600784", "Scaddan\ West", |
|
16138
|
|
|
|
|
|
|
"61357690", "Graytown", |
|
16139
|
|
|
|
|
|
|
"61259315", "Morundah", |
|
16140
|
|
|
|
|
|
|
"613470857", "Yea", |
|
16141
|
|
|
|
|
|
|
"61264056", "Eden", |
|
16142
|
|
|
|
|
|
|
"61245002", "Colo\ Heights", |
|
16143
|
|
|
|
|
|
|
"613531630", "Buangor", |
|
16144
|
|
|
|
|
|
|
"61243125", "Gosford", |
|
16145
|
|
|
|
|
|
|
"618601033", "Munglinup", |
|
16146
|
|
|
|
|
|
|
"61860058", "Muntadgin\ East", |
|
16147
|
|
|
|
|
|
|
"61257405", "Yarrowitch", |
|
16148
|
|
|
|
|
|
|
"61886170", "Orroroo", |
|
16149
|
|
|
|
|
|
|
"61891317", "Roebuck", |
|
16150
|
|
|
|
|
|
|
"61347036", "Puckapunyal", |
|
16151
|
|
|
|
|
|
|
"61356423", "Trafalgar", |
|
16152
|
|
|
|
|
|
|
"613441799", "Gunbower", |
|
16153
|
|
|
|
|
|
|
"61879266", "Yulara", |
|
16154
|
|
|
|
|
|
|
"618993279", "Walkaway", |
|
16155
|
|
|
|
|
|
|
"61742037", "Mareeba", |
|
16156
|
|
|
|
|
|
|
"612533054", "Rockley", |
|
16157
|
|
|
|
|
|
|
"613450569", "Edenhope", |
|
16158
|
|
|
|
|
|
|
"61248795", "Binda", |
|
16159
|
|
|
|
|
|
|
"618862995", "Cummins", |
|
16160
|
|
|
|
|
|
|
"613470179", "Beechworth", |
|
16161
|
|
|
|
|
|
|
"612594195", "Currawarna", |
|
16162
|
|
|
|
|
|
|
"61875180", "Hartley", |
|
16163
|
|
|
|
|
|
|
"618601057", "Bonnie\ Rock", |
|
16164
|
|
|
|
|
|
|
"618989162", "Pingelly", |
|
16165
|
|
|
|
|
|
|
"613470833", "Longwood", |
|
16166
|
|
|
|
|
|
|
"61891372", "Telfer", |
|
16167
|
|
|
|
|
|
|
"6189583", "Mandurah", |
|
16168
|
|
|
|
|
|
|
"61756243", "Beechmont", |
|
16169
|
|
|
|
|
|
|
"61255241", "Port\ Macquarie", |
|
16170
|
|
|
|
|
|
|
"617459918", "Warwick", |
|
16171
|
|
|
|
|
|
|
"61361289", "Miena", |
|
16172
|
|
|
|
|
|
|
"612934", "Sydney", |
|
16173
|
|
|
|
|
|
|
"61890878", "Collurabbie", |
|
16174
|
|
|
|
|
|
|
"61899531", "Leeman", |
|
16175
|
|
|
|
|
|
|
"61746265", "Surat", |
|
16176
|
|
|
|
|
|
|
"61890794", "Bullaring", |
|
16177
|
|
|
|
|
|
|
"6135774", "Eildon", |
|
16178
|
|
|
|
|
|
|
"61350082", "Manangatang", |
|
16179
|
|
|
|
|
|
|
"61344088", "Lockington", |
|
16180
|
|
|
|
|
|
|
"61240580", "Maitland", |
|
16181
|
|
|
|
|
|
|
"61350611", "Pan\ Ban", |
|
16182
|
|
|
|
|
|
|
"61860064", "Salmon\ Gums", |
|
16183
|
|
|
|
|
|
|
"613431196", "Rokewood", |
|
16184
|
|
|
|
|
|
|
"61362414", "Southwest", |
|
16185
|
|
|
|
|
|
|
"618753136", "Lameroo", |
|
16186
|
|
|
|
|
|
|
"61373008", "Sydenham", |
|
16187
|
|
|
|
|
|
|
"61353968", "Beulah", |
|
16188
|
|
|
|
|
|
|
"613574690", "Moyhu", |
|
16189
|
|
|
|
|
|
|
"61877203", "Taratap", |
|
16190
|
|
|
|
|
|
|
"61743010", "Bunker", |
|
16191
|
|
|
|
|
|
|
"618903660", "Bodallin\ North", |
|
16192
|
|
|
|
|
|
|
"61265353", "Scone", |
|
16193
|
|
|
|
|
|
|
"61747440", "Mount\ Isa", |
|
16194
|
|
|
|
|
|
|
"61253070", "Laheys\ Creek", |
|
16195
|
|
|
|
|
|
|
"61355189", "Victoria\ Valley", |
|
16196
|
|
|
|
|
|
|
"61245059", "Wisemans\ Ferry", |
|
16197
|
|
|
|
|
|
|
"61240749", "Tea\ Gardens", |
|
16198
|
|
|
|
|
|
|
"61887641", "Wrattonbully", |
|
16199
|
|
|
|
|
|
|
"61885386", "Callington", |
|
16200
|
|
|
|
|
|
|
"61754116", "Rosevale", |
|
16201
|
|
|
|
|
|
|
"617486180", "Calliope", |
|
16202
|
|
|
|
|
|
|
"61267106", "Plumthorpe", |
|
16203
|
|
|
|
|
|
|
"61887918", "Monkoora", |
|
16204
|
|
|
|
|
|
|
"618967047", "Kalannie\ East", |
|
16205
|
|
|
|
|
|
|
"613431804", "Serviceton", |
|
16206
|
|
|
|
|
|
|
"612583715", "Lake\ Cargelligo", |
|
16207
|
|
|
|
|
|
|
"61244176", "Narooma", |
|
16208
|
|
|
|
|
|
|
"61357361", "Puckapunyal", |
|
16209
|
|
|
|
|
|
|
"61364096", "Burnie", |
|
16210
|
|
|
|
|
|
|
"617486861", "Nebo", |
|
16211
|
|
|
|
|
|
|
"61748080", "Woorabinda", |
|
16212
|
|
|
|
|
|
|
"61352079", "Birregurra", |
|
16213
|
|
|
|
|
|
|
"61340333", "Boundary\ Bend", |
|
16214
|
|
|
|
|
|
|
"613532281", "Wilkur", |
|
16215
|
|
|
|
|
|
|
"618865070", "Roxby\ Downs", |
|
16216
|
|
|
|
|
|
|
"61898993", "Denbarker", |
|
16217
|
|
|
|
|
|
|
"61250123", "Gerogery", |
|
16218
|
|
|
|
|
|
|
"613542054", "Inglewood", |
|
16219
|
|
|
|
|
|
|
"61896029", "Bidaminna", |
|
16220
|
|
|
|
|
|
|
"612583750", "Widgeland", |
|
16221
|
|
|
|
|
|
|
"617452502", "Brymaroo", |
|
16222
|
|
|
|
|
|
|
"61263921", "Manildra", |
|
16223
|
|
|
|
|
|
|
"61356731", "Hill\ End", |
|
16224
|
|
|
|
|
|
|
"61263188", "Orange", |
|
16225
|
|
|
|
|
|
|
"61887791", "Bangham", |
|
16226
|
|
|
|
|
|
|
"61875176", "Taylorville", |
|
16227
|
|
|
|
|
|
|
"618660095", "Dandaragan", |
|
16228
|
|
|
|
|
|
|
"61240699", "Eccleston", |
|
16229
|
|
|
|
|
|
|
"612582515", "Stuart\ Town", |
|
16230
|
|
|
|
|
|
|
"613470145", "Graytown", |
|
16231
|
|
|
|
|
|
|
"6134253", "Inverleigh\/Wingeel\/Kennedys\ Creek\/Lara\/Lavers\ Hill\/Lorne\/Meredith\/Queenscliff\/Swan\ Marsh\/Torquay", |
|
16232
|
|
|
|
|
|
|
"618752951", "Mount\ Pleasant", |
|
16233
|
|
|
|
|
|
|
"613432128", "Ballan", |
|
16234
|
|
|
|
|
|
|
"61887282", "Port\ Macdonnell", |
|
16235
|
|
|
|
|
|
|
"6188525", "Freeling", |
|
16236
|
|
|
|
|
|
|
"613451055", "Dartmoor", |
|
16237
|
|
|
|
|
|
|
"61269973", "Hay", |
|
16238
|
|
|
|
|
|
|
"61340602", "Karawinna", |
|
16239
|
|
|
|
|
|
|
"61877152", "Padthaway", |
|
16240
|
|
|
|
|
|
|
"61267817", "Nowendoc", |
|
16241
|
|
|
|
|
|
|
"61265969", "Glendonbrook", |
|
16242
|
|
|
|
|
|
|
"618967714", "Wyalkatchem", |
|
16243
|
|
|
|
|
|
|
"618864312", "Yeelanna", |
|
16244
|
|
|
|
|
|
|
"61886186", "Port\ Broughton", |
|
16245
|
|
|
|
|
|
|
"61244802", "Berry", |
|
16246
|
|
|
|
|
|
|
"61878227", "Thistle", |
|
16247
|
|
|
|
|
|
|
"613553840", "Tahara", |
|
16248
|
|
|
|
|
|
|
"61878171", "Booborowie", |
|
16249
|
|
|
|
|
|
|
"61896751", "Burakin", |
|
16250
|
|
|
|
|
|
|
"61267872", "Caroda", |
|
16251
|
|
|
|
|
|
|
"61890322", "Warralakin", |
|
16252
|
|
|
|
|
|
|
"61341555", "Mount\ Taylor", |
|
16253
|
|
|
|
|
|
|
"61741049", "Lowmead", |
|
16254
|
|
|
|
|
|
|
"613442072", "Maldon", |
|
16255
|
|
|
|
|
|
|
"61868284", "Ravensthorpe\ West", |
|
16256
|
|
|
|
|
|
|
"613451010", "Mortlake", |
|
16257
|
|
|
|
|
|
|
"618862201", "Bayley\ Plains", |
|
16258
|
|
|
|
|
|
|
"61357100", "Puckapunyal", |
|
16259
|
|
|
|
|
|
|
"61361183", "Southwest", |
|
16260
|
|
|
|
|
|
|
"61740260", "Daintree", |
|
16261
|
|
|
|
|
|
|
"618967786", "Dale\ River", |
|
16262
|
|
|
|
|
|
|
"61867111", "Marybrook", |
|
16263
|
|
|
|
|
|
|
"61756666", "Southport", |
|
16264
|
|
|
|
|
|
|
"618967052", "Studleigh", |
|
16265
|
|
|
|
|
|
|
"61268118", "Warrumbungle", |
|
16266
|
|
|
|
|
|
|
"61363076", "Scottsdale", |
|
16267
|
|
|
|
|
|
|
"61359551", "Cranbourne", |
|
16268
|
|
|
|
|
|
|
"61888739", "Moonta", |
|
16269
|
|
|
|
|
|
|
"61891209", "Christmas\ Island", |
|
16270
|
|
|
|
|
|
|
"61240203", "East\ Gresford", |
|
16271
|
|
|
|
|
|
|
"613441254", "Avoca", |
|
16272
|
|
|
|
|
|
|
"61888224", "Clare", |
|
16273
|
|
|
|
|
|
|
"61888906", "Booborowie", |
|
16274
|
|
|
|
|
|
|
"61356389", "Poowong", |
|
16275
|
|
|
|
|
|
|
"618753372", "Truro", |
|
16276
|
|
|
|
|
|
|
"61898543", "Woogenilup", |
|
16277
|
|
|
|
|
|
|
"61868157", "Moodiarrup", |
|
16278
|
|
|
|
|
|
|
"61266153", "Ettrick", |
|
16279
|
|
|
|
|
|
|
"61752091", "Cooroy", |
|
16280
|
|
|
|
|
|
|
"61867222", "Capel", |
|
16281
|
|
|
|
|
|
|
"61743240", "Brooklands", |
|
16282
|
|
|
|
|
|
|
"61265273", "Singleton", |
|
16283
|
|
|
|
|
|
|
"6188995", "Darwin", |
|
16284
|
|
|
|
|
|
|
"61886960", "Yunta", |
|
16285
|
|
|
|
|
|
|
"618864606", "Port\ Pirie", |
|
16286
|
|
|
|
|
|
|
"61885901", "Gawler", |
|
16287
|
|
|
|
|
|
|
"61899340", "Northampton", |
|
16288
|
|
|
|
|
|
|
"6129140", "Sydney", |
|
16289
|
|
|
|
|
|
|
"61745687", "Barcoo", |
|
16290
|
|
|
|
|
|
|
"61745955", "Roma", |
|
16291
|
|
|
|
|
|
|
"6124287", "Wollongong", |
|
16292
|
|
|
|
|
|
|
"61880175", "Tibooburra", |
|
16293
|
|
|
|
|
|
|
"618856725", "Swan\ Reach", |
|
16294
|
|
|
|
|
|
|
"617480329", "Emerald", |
|
16295
|
|
|
|
|
|
|
"61888569", "Kadina", |
|
16296
|
|
|
|
|
|
|
"61342341", "Apollo\ Bay", |
|
16297
|
|
|
|
|
|
|
"617480564", "Mackay", |
|
16298
|
|
|
|
|
|
|
"61258016", "Bonnay", |
|
16299
|
|
|
|
|
|
|
"612685552", "Eugowra", |
|
16300
|
|
|
|
|
|
|
"618660793", "Yelbeni", |
|
16301
|
|
|
|
|
|
|
"61749138", "Yeppoon", |
|
16302
|
|
|
|
|
|
|
"613573087", "Longwood", |
|
16303
|
|
|
|
|
|
|
"61888862", "Pine\ Point", |
|
16304
|
|
|
|
|
|
|
"61253205", "Cudal", |
|
16305
|
|
|
|
|
|
|
"61248645", "Woodhouselee", |
|
16306
|
|
|
|
|
|
|
"618661007", "South\ Quairading", |
|
16307
|
|
|
|
|
|
|
"6135585", "Edenhope", |
|
16308
|
|
|
|
|
|
|
"613470842", "Seymour", |
|
16309
|
|
|
|
|
|
|
"612972", "Bankstown", |
|
16310
|
|
|
|
|
|
|
"61343156", "Moyston", |
|
16311
|
|
|
|
|
|
|
"61745071", "Toobeah", |
|
16312
|
|
|
|
|
|
|
"61885370", "Milang", |
|
16313
|
|
|
|
|
|
|
"61746431", "Legume", |
|
16314
|
|
|
|
|
|
|
"61251173", "Canberra", |
|
16315
|
|
|
|
|
|
|
"61745334", "Teelba", |
|
16316
|
|
|
|
|
|
|
"61364025", "Sheffield", |
|
16317
|
|
|
|
|
|
|
"6186459", "Perth", |
|
16318
|
|
|
|
|
|
|
"61246073", "Campbelltown", |
|
16319
|
|
|
|
|
|
|
"61728005", "Ipswich", |
|
16320
|
|
|
|
|
|
|
"61897078", "Myalup", |
|
16321
|
|
|
|
|
|
|
"61269524", "Melbergen", |
|
16322
|
|
|
|
|
|
|
"61891252", "Mount\ Bruce", |
|
16323
|
|
|
|
|
|
|
"61250229", "Howlong", |
|
16324
|
|
|
|
|
|
|
"612574229", "Frazers\ Creek", |
|
16325
|
|
|
|
|
|
|
"613431764", "Beulah", |
|
16326
|
|
|
|
|
|
|
"61255011", "Denman", |
|
16327
|
|
|
|
|
|
|
"61244180", "Berry", |
|
16328
|
|
|
|
|
|
|
"61255682", "Kempsey", |
|
16329
|
|
|
|
|
|
|
"61286092", "Blacktown", |
|
16330
|
|
|
|
|
|
|
"617486701", "Miriam\ Vale", |
|
16331
|
|
|
|
|
|
|
"618964921", "Regans\ Ford", |
|
16332
|
|
|
|
|
|
|
"61354050", "Redesdale", |
|
16333
|
|
|
|
|
|
|
"61263267", "Merriganowry", |
|
16334
|
|
|
|
|
|
|
"61749844", "Buckland", |
|
16335
|
|
|
|
|
|
|
"61256614", "Ballina", |
|
16336
|
|
|
|
|
|
|
"61266379", "Bonalbo", |
|
16337
|
|
|
|
|
|
|
"61265506", "Mount\ George", |
|
16338
|
|
|
|
|
|
|
"617441919", "Rollingstone", |
|
16339
|
|
|
|
|
|
|
"61886630", "Laura", |
|
16340
|
|
|
|
|
|
|
"61746674", "Cunningham", |
|
16341
|
|
|
|
|
|
|
"613431999", "Yaapeet", |
|
16342
|
|
|
|
|
|
|
"612574907", "Boorolong", |
|
16343
|
|
|
|
|
|
|
"613432136", "Buangor", |
|
16344
|
|
|
|
|
|
|
"617458832", "Millmerran", |
|
16345
|
|
|
|
|
|
|
"61253086", "Neville", |
|
16346
|
|
|
|
|
|
|
"61351399", "Loch\ Sport", |
|
16347
|
|
|
|
|
|
|
"61362508", "Hermitage", |
|
16348
|
|
|
|
|
|
|
"61267696", "Bendemeer", |
|
16349
|
|
|
|
|
|
|
"612630799", "Burraga", |
|
16350
|
|
|
|
|
|
|
"61877109", "Mount\ Gambier", |
|
16351
|
|
|
|
|
|
|
"61752304", "Pomona", |
|
16352
|
|
|
|
|
|
|
"61897475", "Nannup", |
|
16353
|
|
|
|
|
|
|
"618964417", "Badgingarra", |
|
16354
|
|
|
|
|
|
|
"612532512", "Bylong", |
|
16355
|
|
|
|
|
|
|
"617459012", "Guluguba", |
|
16356
|
|
|
|
|
|
|
"61742181", "Ravenshoe", |
|
16357
|
|
|
|
|
|
|
"618601042", "Scaddan\ West", |
|
16358
|
|
|
|
|
|
|
"618683271", "Hyden\ East", |
|
16359
|
|
|
|
|
|
|
"618762607", "Mount\ Hope", |
|
16360
|
|
|
|
|
|
|
"61865563", "Perth", |
|
16361
|
|
|
|
|
|
|
"61742295", "Atherton", |
|
16362
|
|
|
|
|
|
|
"61266015", "Casino", |
|
16363
|
|
|
|
|
|
|
"61362973", "Hobart", |
|
16364
|
|
|
|
|
|
|
"61357747", "Taggerty", |
|
16365
|
|
|
|
|
|
|
"61879178", "Darwin", |
|
16366
|
|
|
|
|
|
|
"61886384", "Port\ Pirie", |
|
16367
|
|
|
|
|
|
|
"618683201", "Pingelly\ East", |
|
16368
|
|
|
|
|
|
|
"61885481", "Yumali", |
|
16369
|
|
|
|
|
|
|
"61741464", "Gooroolba", |
|
16370
|
|
|
|
|
|
|
"61340348", "Nangiloc", |
|
16371
|
|
|
|
|
|
|
"618683587", "Bradfords", |
|
16372
|
|
|
|
|
|
|
"618858598", "Peake", |
|
16373
|
|
|
|
|
|
|
"61878036", "Balaklava", |
|
16374
|
|
|
|
|
|
|
"6188847", "Riverton", |
|
16375
|
|
|
|
|
|
|
"61354057", "Traynors\ Lagoon", |
|
16376
|
|
|
|
|
|
|
"61888208", "Braemer", |
|
16377
|
|
|
|
|
|
|
"61263260", "Canowindra", |
|
16378
|
|
|
|
|
|
|
"613553653", "Lake\ Mundi", |
|
16379
|
|
|
|
|
|
|
"617750119", "Cambooya", |
|
16380
|
|
|
|
|
|
|
"61269858", "West\ Wyalong", |
|
16381
|
|
|
|
|
|
|
"61350016", "Swan\ Hill", |
|
16382
|
|
|
|
|
|
|
"612574977", "Upper\ Horton", |
|
16383
|
|
|
|
|
|
|
"61244254", "Moruya", |
|
16384
|
|
|
|
|
|
|
"61875031", "Truro", |
|
16385
|
|
|
|
|
|
|
"61265922", "Rookhurst", |
|
16386
|
|
|
|
|
|
|
"61873801", "Mount\ Barker", |
|
16387
|
|
|
|
|
|
|
"613451425", "Ecklin", |
|
16388
|
|
|
|
|
|
|
"617442859", "Leichhardt\ Range", |
|
16389
|
|
|
|
|
|
|
"61268453", "Wellington", |
|
16390
|
|
|
|
|
|
|
"61885377", "Eudunda", |
|
16391
|
|
|
|
|
|
|
"61260891", "Little\ Billabong", |
|
16392
|
|
|
|
|
|
|
"61367234", "Scottsdale", |
|
16393
|
|
|
|
|
|
|
"618661077", "Wannamal", |
|
16394
|
|
|
|
|
|
|
"618763790", "Jamestown", |
|
16395
|
|
|
|
|
|
|
"61745949", "Dalby", |
|
16396
|
|
|
|
|
|
|
"6128795", "Liverpool", |
|
16397
|
|
|
|
|
|
|
"618683419", "Tenterden", |
|
16398
|
|
|
|
|
|
|
"61899009", "Arrowsmith", |
|
16399
|
|
|
|
|
|
|
"61244187", "Batemans\ Bay", |
|
16400
|
|
|
|
|
|
|
"613532220", "Minyip", |
|
16401
|
|
|
|
|
|
|
"6139444", "Eltham", |
|
16402
|
|
|
|
|
|
|
"61887046", "Laffer", |
|
16403
|
|
|
|
|
|
|
"61743493", "Gayndah", |
|
16404
|
|
|
|
|
|
|
"61269111", "Tumorrama", |
|
16405
|
|
|
|
|
|
|
"61740188", "Innisfail", |
|
16406
|
|
|
|
|
|
|
"618752508", "Two\ Wells", |
|
16407
|
|
|
|
|
|
|
"61754182", "Boonah", |
|
16408
|
|
|
|
|
|
|
"61745680", "Isisford", |
|
16409
|
|
|
|
|
|
|
"618989125", "Cuballing", |
|
16410
|
|
|
|
|
|
|
"61356513", "Buffalo", |
|
16411
|
|
|
|
|
|
|
"61350933", "Ultima", |
|
16412
|
|
|
|
|
|
|
"617473934", "Kalkadoon", |
|
16413
|
|
|
|
|
|
|
"61364691", "Savage\ River", |
|
16414
|
|
|
|
|
|
|
"61261069", "Binalong", |
|
16415
|
|
|
|
|
|
|
"61363131", "Bridport", |
|
16416
|
|
|
|
|
|
|
"612685816", "Girilambone", |
|
16417
|
|
|
|
|
|
|
"61358808", "Brassi", |
|
16418
|
|
|
|
|
|
|
"61269864", "The\ Rock", |
|
16419
|
|
|
|
|
|
|
"61743247", "Eidsvold", |
|
16420
|
|
|
|
|
|
|
"61399960", "Melbourne", |
|
16421
|
|
|
|
|
|
|
"61367165", "Deloraine", |
|
16422
|
|
|
|
|
|
|
"6126746", "Quirindi", |
|
16423
|
|
|
|
|
|
|
"61899347", "Northampton", |
|
16424
|
|
|
|
|
|
|
"612574699", "Halls\ Creek", |
|
16425
|
|
|
|
|
|
|
"61264651", "Eucumbene", |
|
16426
|
|
|
|
|
|
|
"617451729", "Cecil\ Plains", |
|
16427
|
|
|
|
|
|
|
"61756238", "Rathdowney", |
|
16428
|
|
|
|
|
|
|
"61745136", "Bringalily", |
|
16429
|
|
|
|
|
|
|
"61886967", "Quorn", |
|
16430
|
|
|
|
|
|
|
"61357313", "Myrtleford", |
|
16431
|
|
|
|
|
|
|
"61362524", "Strathgordon", |
|
16432
|
|
|
|
|
|
|
"61740267", "Aurukun", |
|
16433
|
|
|
|
|
|
|
"61899052", "Guranu", |
|
16434
|
|
|
|
|
|
|
"618683647", "Nomans\ Lake", |
|
16435
|
|
|
|
|
|
|
"61741458", "Gin\ Gin", |
|
16436
|
|
|
|
|
|
|
"61748131", "Dysart", |
|
16437
|
|
|
|
|
|
|
"61248602", "Bowral", |
|
16438
|
|
|
|
|
|
|
"61868150", "Woogenilup", |
|
16439
|
|
|
|
|
|
|
"61253242", "Mudgee", |
|
16440
|
|
|
|
|
|
|
"61888829", "Clare", |
|
16441
|
|
|
|
|
|
|
"6138799", "Croydon", |
|
16442
|
|
|
|
|
|
|
"618753302", "Taylorville", |
|
16443
|
|
|
|
|
|
|
"618996737", "Mingenew", |
|
16444
|
|
|
|
|
|
|
"613470906", "Alexandra", |
|
16445
|
|
|
|
|
|
|
"61878220", "Paskeville", |
|
16446
|
|
|
|
|
|
|
"61357107", "Seymour", |
|
16447
|
|
|
|
|
|
|
"61868889", "Lake\ Toolbrunup", |
|
16448
|
|
|
|
|
|
|
"613442002", "Kyneton", |
|
16449
|
|
|
|
|
|
|
"61350663", "Kyalite", |
|
16450
|
|
|
|
|
|
|
"61752106", "Lowood", |
|
16451
|
|
|
|
|
|
|
"618862271", "Cleve", |
|
16452
|
|
|
|
|
|
|
"618989073", "Yealering", |
|
16453
|
|
|
|
|
|
|
"61891568", "Millstream", |
|
16454
|
|
|
|
|
|
|
"612685884", "Bindogundra", |
|
16455
|
|
|
|
|
|
|
"61341549", "Lindenow", |
|
16456
|
|
|
|
|
|
|
"618996753", "Walkaway", |
|
16457
|
|
|
|
|
|
|
"61741055", "Gayndah", |
|
16458
|
|
|
|
|
|
|
"613531852", "Scarsdale", |
|
16459
|
|
|
|
|
|
|
"61353643", "Landsborough", |
|
16460
|
|
|
|
|
|
|
"61348203", "Shepparton", |
|
16461
|
|
|
|
|
|
|
"61267810", "Burren\ Junction", |
|
16462
|
|
|
|
|
|
|
"61754800", "Kia\ Ora", |
|
16463
|
|
|
|
|
|
|
"61756155", "Jimboomba", |
|
16464
|
|
|
|
|
|
|
"612582490", "Grawin", |
|
16465
|
|
|
|
|
|
|
"61747199", "Palm\ Island", |
|
16466
|
|
|
|
|
|
|
"61744092", "Townsville", |
|
16467
|
|
|
|
|
|
|
"612532856", "Mudgee", |
|
16468
|
|
|
|
|
|
|
"61887584", "Bangham", |
|
16469
|
|
|
|
|
|
|
"61745275", "Wallumbilla", |
|
16470
|
|
|
|
|
|
|
"61364177", "Burnie", |
|
16471
|
|
|
|
|
|
|
"61244097", "Nowra", |
|
16472
|
|
|
|
|
|
|
"61255215", "Denman", |
|
16473
|
|
|
|
|
|
|
"617452554", "Goombungee", |
|
16474
|
|
|
|
|
|
|
"61891917", "Leopold", |
|
16475
|
|
|
|
|
|
|
"61742106", "Tully", |
|
16476
|
|
|
|
|
|
|
"613542002", "Colbinabbin", |
|
16477
|
|
|
|
|
|
|
"61879420", "Jabiru", |
|
16478
|
|
|
|
|
|
|
"617459862", "Jondaryan", |
|
16479
|
|
|
|
|
|
|
"61886741", "Wilpena", |
|
16480
|
|
|
|
|
|
|
"61880027", "The\ Darling", |
|
16481
|
|
|
|
|
|
|
"61357631", "Woods\ Point", |
|
16482
|
|
|
|
|
|
|
"618764011", "Wandearah\ East", |
|
16483
|
|
|
|
|
|
|
"618683674", "Williams", |
|
16484
|
|
|
|
|
|
|
"61367019", "Emita", |
|
16485
|
|
|
|
|
|
|
"61364112", "Savage\ River", |
|
16486
|
|
|
|
|
|
|
"618753041", "Pinnaroo", |
|
16487
|
|
|
|
|
|
|
"6189524", "Rockingham", |
|
16488
|
|
|
|
|
|
|
"618982505", "Walpole", |
|
16489
|
|
|
|
|
|
|
"61351842", "Traralgon", |
|
16490
|
|
|
|
|
|
|
"61740098", "Millaa\ Millaa", |
|
16491
|
|
|
|
|
|
|
"61891972", "Karratha", |
|
16492
|
|
|
|
|
|
|
"61851104", "Onslow", |
|
16493
|
|
|
|
|
|
|
"61898825", "Nomans\ Lake", |
|
16494
|
|
|
|
|
|
|
"61248598", "Tuena", |
|
16495
|
|
|
|
|
|
|
"61748607", "Walkerston", |
|
16496
|
|
|
|
|
|
|
"61350726", "Woomelang", |
|
16497
|
|
|
|
|
|
|
"61741476", "Kumbia", |
|
16498
|
|
|
|
|
|
|
"6135664", "Leongatha", |
|
16499
|
|
|
|
|
|
|
"61898132", "Jerramungup", |
|
16500
|
|
|
|
|
|
|
"61746238", "Mitchell", |
|
16501
|
|
|
|
|
|
|
"61742328", "Innisfail", |
|
16502
|
|
|
|
|
|
|
"61259341", "Sandigo", |
|
16503
|
|
|
|
|
|
|
"6188636", "Crystal\ Brook", |
|
16504
|
|
|
|
|
|
|
"61749051", "Dingo", |
|
16505
|
|
|
|
|
|
|
"61240262", "Laguna", |
|
16506
|
|
|
|
|
|
|
"612532930", "Twelve\ Mile", |
|
16507
|
|
|
|
|
|
|
"61238154", "Reidsdale", |
|
16508
|
|
|
|
|
|
|
"618600790", "Westonia", |
|
16509
|
|
|
|
|
|
|
"612594156", "Ungarie", |
|
16510
|
|
|
|
|
|
|
"61740495", "Torres", |
|
16511
|
|
|
|
|
|
|
"61353935", "Nhill", |
|
16512
|
|
|
|
|
|
|
"61351780", "Gelantipy", |
|
16513
|
|
|
|
|
|
|
"618781335", "Auburn", |
|
16514
|
|
|
|
|
|
|
"61742625", "Silkwood", |
|
16515
|
|
|
|
|
|
|
"61899023", "Cue", |
|
16516
|
|
|
|
|
|
|
"618982940", "Badgebup\ North", |
|
16517
|
|
|
|
|
|
|
"61361527", "Bothwell", |
|
16518
|
|
|
|
|
|
|
"617486194", "Emerald", |
|
16519
|
|
|
|
|
|
|
"61357961", "Seymour", |
|
16520
|
|
|
|
|
|
|
"6135858", "Shepparton", |
|
16521
|
|
|
|
|
|
|
"61899590", "Perenjori\ East", |
|
16522
|
|
|
|
|
|
|
"6138256", "Melbourne", |
|
16523
|
|
|
|
|
|
|
"613574616", "Violet\ Town", |
|
16524
|
|
|
|
|
|
|
"61887318", "Short", |
|
16525
|
|
|
|
|
|
|
"61363607", "Emita", |
|
16526
|
|
|
|
|
|
|
"617750376", "Moonie", |
|
16527
|
|
|
|
|
|
|
"618852086", "Riverton", |
|
16528
|
|
|
|
|
|
|
"61268044", "Cumborah", |
|
16529
|
|
|
|
|
|
|
"61888803", "Port\ Wakefield", |
|
16530
|
|
|
|
|
|
|
"613432220", "Warracknabeal", |
|
16531
|
|
|
|
|
|
|
"61287357", "Liverpool", |
|
16532
|
|
|
|
|
|
|
"61267037", "Breeza", |
|
16533
|
|
|
|
|
|
|
"613431155", "Bangerang", |
|
16534
|
|
|
|
|
|
|
"612574944", "Kelvin", |
|
16535
|
|
|
|
|
|
|
"61287424", "Liverpool", |
|
16536
|
|
|
|
|
|
|
"617473885", "Georgina", |
|
16537
|
|
|
|
|
|
|
"61887615", "Taratap", |
|
16538
|
|
|
|
|
|
|
"61744182", "Rollingstone", |
|
16539
|
|
|
|
|
|
|
"61747089", "Normanton", |
|
16540
|
|
|
|
|
|
|
"618866971", "Jamestown", |
|
16541
|
|
|
|
|
|
|
"61753493", "Kia\ Ora", |
|
16542
|
|
|
|
|
|
|
"61367143", "Rossarden", |
|
16543
|
|
|
|
|
|
|
"61898393", "Gnowangerup", |
|
16544
|
|
|
|
|
|
|
"617750143", "Freestone", |
|
16545
|
|
|
|
|
|
|
"612533002", "Birriwa", |
|
16546
|
|
|
|
|
|
|
"61888981", "Booborowie", |
|
16547
|
|
|
|
|
|
|
"617458673", "Stanthorpe", |
|
16548
|
|
|
|
|
|
|
"613451181", "Macarthur", |
|
16549
|
|
|
|
|
|
|
"61266646", "Mallanganee", |
|
16550
|
|
|
|
|
|
|
"61238168", "Breadalbane", |
|
16551
|
|
|
|
|
|
|
"61885160", "Penneshaw", |
|
16552
|
|
|
|
|
|
|
"61752295", "Kilcoy", |
|
16553
|
|
|
|
|
|
|
"612583703", "Gilgandra", |
|
16554
|
|
|
|
|
|
|
"617486806", "Broadsound", |
|
16555
|
|
|
|
|
|
|
"61886101", "Jamestown", |
|
16556
|
|
|
|
|
|
|
"61742467", "Lakeland", |
|
16557
|
|
|
|
|
|
|
"6135351", "Ararat", |
|
16558
|
|
|
|
|
|
|
"61742746", "Minnamoolka", |
|
16559
|
|
|
|
|
|
|
"61261115", "Captains\ Flat", |
|
16560
|
|
|
|
|
|
|
"61269876", "Junee", |
|
16561
|
|
|
|
|
|
|
"618661044", "Dale\ River", |
|
16562
|
|
|
|
|
|
|
"61350348", "Werrimull", |
|
16563
|
|
|
|
|
|
|
"61344342", "Womboota", |
|
16564
|
|
|
|
|
|
|
"61348229", "Mabins\ Well", |
|
16565
|
|
|
|
|
|
|
"617487027", "Goovigen", |
|
16566
|
|
|
|
|
|
|
"618763678", "Sleaford\ Mere", |
|
16567
|
|
|
|
|
|
|
"61344057", "Woodend", |
|
16568
|
|
|
|
|
|
|
"61265953", "Putty", |
|
16569
|
|
|
|
|
|
|
"618683767", "Pingrup", |
|
16570
|
|
|
|
|
|
|
"61350645", "Nyah", |
|
16571
|
|
|
|
|
|
|
"61889408", "Tennant\ Creek", |
|
16572
|
|
|
|
|
|
|
"61340016", "Scotia", |
|
16573
|
|
|
|
|
|
|
"6138878", "Ringwood", |
|
16574
|
|
|
|
|
|
|
"61344050", "Redesdale", |
|
16575
|
|
|
|
|
|
|
"6136463", "Yambacoona", |
|
16576
|
|
|
|
|
|
|
"61263495", "Ooma", |
|
16577
|
|
|
|
|
|
|
"617480716", "Garnant", |
|
16578
|
|
|
|
|
|
|
"618854581", "Auburn", |
|
16579
|
|
|
|
|
|
|
"61341399", "Woodside", |
|
16580
|
|
|
|
|
|
|
"61363064", "Moltema", |
|
16581
|
|
|
|
|
|
|
"61243086", "Gosford", |
|
16582
|
|
|
|
|
|
|
"61351805", "Licola", |
|
16583
|
|
|
|
|
|
|
"61887479", "Colebatch", |
|
16584
|
|
|
|
|
|
|
"61742460", "Herberton", |
|
16585
|
|
|
|
|
|
|
"61350659", "Mildura", |
|
16586
|
|
|
|
|
|
|
"612583773", "Boorooma", |
|
16587
|
|
|
|
|
|
|
"617486876", "Tungamull", |
|
16588
|
|
|
|
|
|
|
"61742304", "Torres", |
|
16589
|
|
|
|
|
|
|
"61885167", "Pinnaroo", |
|
16590
|
|
|
|
|
|
|
"617458603", "Condamine", |
|
16591
|
|
|
|
|
|
|
"61748455", "Sarina", |
|
16592
|
|
|
|
|
|
|
"61888694", "Warooka", |
|
16593
|
|
|
|
|
|
|
"618763608", "Great\ Bight", |
|
16594
|
|
|
|
|
|
|
"61746709", "Toowoomba", |
|
16595
|
|
|
|
|
|
|
"618753018", "Langhorne\ Creek", |
|
16596
|
|
|
|
|
|
|
"61752181", "Lowood", |
|
16597
|
|
|
|
|
|
|
"6174190", "Maryborough", |
|
16598
|
|
|
|
|
|
|
"618964994", "Cunderdin\ North", |
|
16599
|
|
|
|
|
|
|
"612573426", "Rowena", |
|
16600
|
|
|
|
|
|
|
"61355888", "Wombelano", |
|
16601
|
|
|
|
|
|
|
"61851128", "Marble\ Bar", |
|
16602
|
|
|
|
|
|
|
"618866901", "Indian\ Pacific", |
|
16603
|
|
|
|
|
|
|
"61352341", "Colac", |
|
16604
|
|
|
|
|
|
|
"61897056", "Jangardup", |
|
16605
|
|
|
|
|
|
|
"618864078", "Koppio", |
|
16606
|
|
|
|
|
|
|
"61895072", "Byford", |
|
16607
|
|
|
|
|
|
|
"61896432", "York", |
|
16608
|
|
|
|
|
|
|
"6128973", "Sydney", |
|
16609
|
|
|
|
|
|
|
"617441943", "Eddington", |
|
16610
|
|
|
|
|
|
|
"61263098", "Gulgong", |
|
16611
|
|
|
|
|
|
|
"618753507", "Policemans\ Point", |
|
16612
|
|
|
|
|
|
|
"618753281", "Narrung", |
|
16613
|
|
|
|
|
|
|
"61248016", "Breadalbane", |
|
16614
|
|
|
|
|
|
|
"61875164", "Victor\ Harbor", |
|
16615
|
|
|
|
|
|
|
"61363600", "Avoca", |
|
16616
|
|
|
|
|
|
|
"617750306", "Billa\ Billa", |
|
16617
|
|
|
|
|
|
|
"61240734", "Bulahdelah", |
|
16618
|
|
|
|
|
|
|
"61755334", "Beechmont", |
|
16619
|
|
|
|
|
|
|
"61899597", "Pindar\ South", |
|
16620
|
|
|
|
|
|
|
"61891223", "Karratha", |
|
16621
|
|
|
|
|
|
|
"61361093", "Huonville", |
|
16622
|
|
|
|
|
|
|
"61353156", "Telopea\ Downs", |
|
16623
|
|
|
|
|
|
|
"61879368", "Petermann", |
|
16624
|
|
|
|
|
|
|
"61746013", "Atholwood", |
|
16625
|
|
|
|
|
|
|
"61287350", "Bankstown", |
|
16626
|
|
|
|
|
|
|
"61267030", "Ben\ Lomond", |
|
16627
|
|
|
|
|
|
|
"61245011", "Windsor", |
|
16628
|
|
|
|
|
|
|
"61257385", "Nundle", |
|
16629
|
|
|
|
|
|
|
"61284155", "Terrey\ Hills", |
|
16630
|
|
|
|
|
|
|
"618762644", "Wudinna", |
|
16631
|
|
|
|
|
|
|
"61748058", "Nebo", |
|
16632
|
|
|
|
|
|
|
"61886096", "Iron\ Knob", |
|
16633
|
|
|
|
|
|
|
"61255433", "Telegraph\ Point", |
|
16634
|
|
|
|
|
|
|
"61258348", "Airlands", |
|
16635
|
|
|
|
|
|
|
"61240229", "Newcastle", |
|
16636
|
|
|
|
|
|
|
"613531764", "Willaura", |
|
16637
|
|
|
|
|
|
|
"61370032", "Melbourne", |
|
16638
|
|
|
|
|
|
|
"61890179", "Munglinup", |
|
16639
|
|
|
|
|
|
|
"61256073", "Mallanganee", |
|
16640
|
|
|
|
|
|
|
"61352915", "Lara", |
|
16641
|
|
|
|
|
|
|
"61898565", "Kulin\ West", |
|
16642
|
|
|
|
|
|
|
"61266835", "Ballina", |
|
16643
|
|
|
|
|
|
|
"61253196", "Killongbutta", |
|
16644
|
|
|
|
|
|
|
"61388999", "Melbourne", |
|
16645
|
|
|
|
|
|
|
"61889042", "Carpentaria", |
|
16646
|
|
|
|
|
|
|
"61746666", "Allora", |
|
16647
|
|
|
|
|
|
|
"61261053", "Captains\ Flat", |
|
16648
|
|
|
|
|
|
|
"61266122", "Woodburn", |
|
16649
|
|
|
|
|
|
|
"61361520", "Swansea", |
|
16650
|
|
|
|
|
|
|
"61351787", "Mallacoota", |
|
16651
|
|
|
|
|
|
|
"6128956", "Sydney", |
|
16652
|
|
|
|
|
|
|
"618986148", "Kondinin", |
|
16653
|
|
|
|
|
|
|
"61256585", "Copmanhurst", |
|
16654
|
|
|
|
|
|
|
"61250203", "Leicester\ Park", |
|
16655
|
|
|
|
|
|
|
"61875235", "Barmera", |
|
16656
|
|
|
|
|
|
|
"612821", "Sydney", |
|
16657
|
|
|
|
|
|
|
"61267904", "Yarrie\ Lake", |
|
16658
|
|
|
|
|
|
|
"617486942", "Marlborough", |
|
16659
|
|
|
|
|
|
|
"61748600", "Belyando", |
|
16660
|
|
|
|
|
|
|
"6136496", "Sheffield", |
|
16661
|
|
|
|
|
|
|
"61742091", "Innot\ Hot\ Springs", |
|
16662
|
|
|
|
|
|
|
"61363058", "Mathinna", |
|
16663
|
|
|
|
|
|
|
"613531677", "Halls\ Gap", |
|
16664
|
|
|
|
|
|
|
"61268469", "Stuart\ Town", |
|
16665
|
|
|
|
|
|
|
"61898735", "Unicup", |
|
16666
|
|
|
|
|
|
|
"61350836", "Hopetoun", |
|
16667
|
|
|
|
|
|
|
"618996860", "Coorow\ West", |
|
16668
|
|
|
|
|
|
|
"61248663", "Taralga", |
|
16669
|
|
|
|
|
|
|
"6174819", "Rockhampton", |
|
16670
|
|
|
|
|
|
|
"617452494", "Brookstead", |
|
16671
|
|
|
|
|
|
|
"61362876", "Hobart", |
|
16672
|
|
|
|
|
|
|
"618683604", "Gnowellen", |
|
16673
|
|
|
|
|
|
|
"61877123", "Tintinara", |
|
16674
|
|
|
|
|
|
|
"61746752", "Yetman", |
|
16675
|
|
|
|
|
|
|
"61255721", "Gloucester", |
|
16676
|
|
|
|
|
|
|
"61879354", "Alice\ Springs", |
|
16677
|
|
|
|
|
|
|
"61876278", "Gladstone", |
|
16678
|
|
|
|
|
|
|
"61880020", "Pimpara", |
|
16679
|
|
|
|
|
|
|
"6128727", "Liverpool", |
|
16680
|
|
|
|
|
|
|
"61888401", "Auburn", |
|
16681
|
|
|
|
|
|
|
"61265794", "Howes\ Valley", |
|
16682
|
|
|
|
|
|
|
"61350602", "Willandra\ Lakes", |
|
16683
|
|
|
|
|
|
|
"6136288", "Maydena", |
|
16684
|
|
|
|
|
|
|
"61748064", "Yakapari", |
|
16685
|
|
|
|
|
|
|
"618762584", "Great\ Bight", |
|
16686
|
|
|
|
|
|
|
"61359462", "Cowes", |
|
16687
|
|
|
|
|
|
|
"61244090", "Nowra", |
|
16688
|
|
|
|
|
|
|
"61354592", "Maryborough", |
|
16689
|
|
|
|
|
|
|
"61340598", "Culgoa", |
|
16690
|
|
|
|
|
|
|
"61364170", "Burnie", |
|
16691
|
|
|
|
|
|
|
"61367375", "Glengarry", |
|
16692
|
|
|
|
|
|
|
"612573438", "Walcha\ Road", |
|
16693
|
|
|
|
|
|
|
"6173462", "Beenleigh", |
|
16694
|
|
|
|
|
|
|
"61891910", "Derby", |
|
16695
|
|
|
|
|
|
|
"618683382", "Lake\ Magenta", |
|
16696
|
|
|
|
|
|
|
"61879427", "Ranken\ River", |
|
16697
|
|
|
|
|
|
|
"61875158", "Wynarka", |
|
16698
|
|
|
|
|
|
|
"61354899", "Jarklin", |
|
16699
|
|
|
|
|
|
|
"613546064", "Romsey", |
|
16700
|
|
|
|
|
|
|
"61885406", "Blanchetown", |
|
16701
|
|
|
|
|
|
|
"61348262", "Mabins\ Well", |
|
16702
|
|
|
|
|
|
|
"618763784", "Great\ Bight", |
|
16703
|
|
|
|
|
|
|
"61269145", "Booroorban", |
|
16704
|
|
|
|
|
|
|
"61868260", "Lake\ Magenta", |
|
16705
|
|
|
|
|
|
|
"618683266", "Harrismith", |
|
16706
|
|
|
|
|
|
|
"6189255", "Kalamunda", |
|
16707
|
|
|
|
|
|
|
"6138659", "Melbourne", |
|
16708
|
|
|
|
|
|
|
"61886025", "Cleve", |
|
16709
|
|
|
|
|
|
|
"61867102", "Darkan", |
|
16710
|
|
|
|
|
|
|
"61255059", "Toorooka", |
|
16711
|
|
|
|
|
|
|
"61745349", "Toobeah", |
|
16712
|
|
|
|
|
|
|
"61876358", "Whyalla", |
|
16713
|
|
|
|
|
|
|
"613553600", "Terang", |
|
16714
|
|
|
|
|
|
|
"61872606", "Mclaren\ Vale", |
|
16715
|
|
|
|
|
|
|
"61885977", "Loxton", |
|
16716
|
|
|
|
|
|
|
"613531804", "Creswick", |
|
16717
|
|
|
|
|
|
|
"618863567", "Minnipa", |
|
16718
|
|
|
|
|
|
|
"61740157", "Mount\ Surprise", |
|
16719
|
|
|
|
|
|
|
"61898610", "Wagin", |
|
16720
|
|
|
|
|
|
|
"61250152", "Rand", |
|
16721
|
|
|
|
|
|
|
"61244158", "Narooma", |
|
16722
|
|
|
|
|
|
|
"618600848", "South\ Kumminin", |
|
16723
|
|
|
|
|
|
|
"61891129", "Ord", |
|
16724
|
|
|
|
|
|
|
"61742810", "Cairns", |
|
16725
|
|
|
|
|
|
|
"61887567", "Keith", |
|
16726
|
|
|
|
|
|
|
"618683159", "Jacup", |
|
16727
|
|
|
|
|
|
|
"617486957", "Pegunny", |
|
16728
|
|
|
|
|
|
|
"61891535", "Port\ Hedland", |
|
16729
|
|
|
|
|
|
|
"61885912", "Callington", |
|
16730
|
|
|
|
|
|
|
"61875090", "Tanunda", |
|
16731
|
|
|
|
|
|
|
"61888104", "Warooka", |
|
16732
|
|
|
|
|
|
|
"613442054", "Elmore", |
|
16733
|
|
|
|
|
|
|
"61240123", "Nelson\ Bay", |
|
16734
|
|
|
|
|
|
|
"618967074", "Wongan\ Hills", |
|
16735
|
|
|
|
|
|
|
"61361417", "Colebrook", |
|
16736
|
|
|
|
|
|
|
"61878107", "Bute", |
|
16737
|
|
|
|
|
|
|
"61746497", "Yelarbon", |
|
16738
|
|
|
|
|
|
|
"61886984", "Mintabie", |
|
16739
|
|
|
|
|
|
|
"61890969", "Baandee", |
|
16740
|
|
|
|
|
|
|
"618753354", "Peake", |
|
16741
|
|
|
|
|
|
|
"612574751", "Banoon", |
|
16742
|
|
|
|
|
|
|
"61260727", "Koetong", |
|
16743
|
|
|
|
|
|
|
"61269887", "Bidgeemia", |
|
16744
|
|
|
|
|
|
|
"61340611", "Natya", |
|
16745
|
|
|
|
|
|
|
"61367138", "Waterhouse", |
|
16746
|
|
|
|
|
|
|
"61895493", "Byford", |
|
16747
|
|
|
|
|
|
|
"61340082", "Ultima", |
|
16748
|
|
|
|
|
|
|
"61354088", "Heathcote", |
|
16749
|
|
|
|
|
|
|
"61356409", "Hill\ End", |
|
16750
|
|
|
|
|
|
|
"61266041", "Grafton", |
|
16751
|
|
|
|
|
|
|
"61749839", "Emerald", |
|
16752
|
|
|
|
|
|
|
"618989331", "Williams", |
|
16753
|
|
|
|
|
|
|
"618763716", "Minnipa", |
|
16754
|
|
|
|
|
|
|
"61265322", "Krambach", |
|
16755
|
|
|
|
|
|
|
"61753010", "Pomona", |
|
16756
|
|
|
|
|
|
|
"618762630", "Terowie", |
|
16757
|
|
|
|
|
|
|
"617486933", "Gladstone", |
|
16758
|
|
|
|
|
|
|
"61889121", "Daly", |
|
16759
|
|
|
|
|
|
|
"61361472", "Dover", |
|
16760
|
|
|
|
|
|
|
"61353879", "Nhill", |
|
16761
|
|
|
|
|
|
|
"61363190", "Moltema", |
|
16762
|
|
|
|
|
|
|
"61256492", "Dorrigo", |
|
16763
|
|
|
|
|
|
|
"61243070", "Mangrove\ Mountain", |
|
16764
|
|
|
|
|
|
|
"61754871", "Pomona", |
|
16765
|
|
|
|
|
|
|
"617442536", "Bowen", |
|
16766
|
|
|
|
|
|
|
"612593998", "Narraburra", |
|
16767
|
|
|
|
|
|
|
"61740284", "Atherton", |
|
16768
|
|
|
|
|
|
|
"618967820", "Quairading", |
|
16769
|
|
|
|
|
|
|
"61752037", "Maleny", |
|
16770
|
|
|
|
|
|
|
"61364186", "Devonport", |
|
16771
|
|
|
|
|
|
|
"61244164", "Jilliga", |
|
16772
|
|
|
|
|
|
|
"61357036", "Eildon", |
|
16773
|
|
|
|
|
|
|
"61756134", "Beaudesert", |
|
16774
|
|
|
|
|
|
|
"617458819", "Killarney", |
|
16775
|
|
|
|
|
|
|
"6134710", "Cheshunt\/Devlins\ Bridge\/Kilmore", |
|
16776
|
|
|
|
|
|
|
"61259446", "Hay", |
|
16777
|
|
|
|
|
|
|
"61877229", "Marcollat", |
|
16778
|
|
|
|
|
|
|
"61741371", "Booyal", |
|
16779
|
|
|
|
|
|
|
"612685574", "Weelong", |
|
16780
|
|
|
|
|
|
|
"61741034", "Chahpingah", |
|
16781
|
|
|
|
|
|
|
"61356452", "Hill\ End", |
|
16782
|
|
|
|
|
|
|
"61264475", "Shannons\ Flat", |
|
16783
|
|
|
|
|
|
|
"61890506", "Collurabbie", |
|
16784
|
|
|
|
|
|
|
"61263150", "Meadow\ Flat", |
|
16785
|
|
|
|
|
|
|
"617441932", "Burdekin", |
|
16786
|
|
|
|
|
|
|
"613470602", "Mount\ Buller", |
|
16787
|
|
|
|
|
|
|
"617459039", "Mitchell", |
|
16788
|
|
|
|
|
|
|
"612685890", "Bogan\ Gate", |
|
16789
|
|
|
|
|
|
|
"612530001", "Leadville", |
|
16790
|
|
|
|
|
|
|
"61341232", "Seaspray", |
|
16791
|
|
|
|
|
|
|
"612582484", "Gilgooma", |
|
16792
|
|
|
|
|
|
|
"612532539", "Lithgow", |
|
16793
|
|
|
|
|
|
|
"61242032", "Wollongong", |
|
16794
|
|
|
|
|
|
|
"61752928", "Noosaville", |
|
16795
|
|
|
|
|
|
|
"61886367", "Redhill", |
|
16796
|
|
|
|
|
|
|
"618867219", "Gairdner", |
|
16797
|
|
|
|
|
|
|
"61741487", "Pialba", |
|
16798
|
|
|
|
|
|
|
"61745007", "Darr\ Creek", |
|
16799
|
|
|
|
|
|
|
"61350192", "Kyalite", |
|
16800
|
|
|
|
|
|
|
"61264078", "Shannons\ Flat", |
|
16801
|
|
|
|
|
|
|
"61899947", "Mount\ Magnet", |
|
16802
|
|
|
|
|
|
|
"61875523", "Policemans\ Point", |
|
16803
|
|
|
|
|
|
|
"6175324", "Noosaville", |
|
16804
|
|
|
|
|
|
|
"61267295", "Gunyerwarildi", |
|
16805
|
|
|
|
|
|
|
"6129759", "Sydney", |
|
16806
|
|
|
|
|
|
|
"61269705", "Burcher", |
|
16807
|
|
|
|
|
|
|
"612592722", "Maude", |
|
16808
|
|
|
|
|
|
|
"61247008", "Mount\ Wilson", |
|
16809
|
|
|
|
|
|
|
"61250109", "Corowa", |
|
16810
|
|
|
|
|
|
|
"61896003", "Badgerin\ Rock", |
|
16811
|
|
|
|
|
|
|
"6139780", "Croydon", |
|
16812
|
|
|
|
|
|
|
"613532372", "Nhill", |
|
16813
|
|
|
|
|
|
|
"61887737", "Tilley\ Swamp", |
|
16814
|
|
|
|
|
|
|
"6138739", "Croydon", |
|
16815
|
|
|
|
|
|
|
"61355099", "Derrinallum", |
|
16816
|
|
|
|
|
|
|
"61861095", "Perth", |
|
16817
|
|
|
|
|
|
|
"61888744", "Ardrossan", |
|
16818
|
|
|
|
|
|
|
"61890639", "Bruce\ Rock", |
|
16819
|
|
|
|
|
|
|
"61253125", "Reids\ Flat", |
|
16820
|
|
|
|
|
|
|
"61867159", "Brunswick\ Junction", |
|
16821
|
|
|
|
|
|
|
"61255002", "Macksville", |
|
16822
|
|
|
|
|
|
|
"6135342", "Scarsdale", |
|
16823
|
|
|
|
|
|
|
"61891765", "Sandfire", |
|
16824
|
|
|
|
|
|
|
"618683788", "Woodanilling", |
|
16825
|
|
|
|
|
|
|
"612532895", "Gooloogong", |
|
16826
|
|
|
|
|
|
|
"612570064", "Boggabri", |
|
16827
|
|
|
|
|
|
|
"61887820", "Naracoorte", |
|
16828
|
|
|
|
|
|
|
"61249315", "Eccleston", |
|
16829
|
|
|
|
|
|
|
"61245890", "Colo\ Heights", |
|
16830
|
|
|
|
|
|
|
"61263889", "Maimuru", |
|
16831
|
|
|
|
|
|
|
"618660782", "South\ Quairading", |
|
16832
|
|
|
|
|
|
|
"618683432", "Wagin", |
|
16833
|
|
|
|
|
|
|
"61891162", "Dampier", |
|
16834
|
|
|
|
|
|
|
"61742696", "Kuranda", |
|
16835
|
|
|
|
|
|
|
"61747774", "Long\ Pocket", |
|
16836
|
|
|
|
|
|
|
"618989050", "Walyurin", |
|
16837
|
|
|
|
|
|
|
"61888306", "Clare", |
|
16838
|
|
|
|
|
|
|
"613532302", "Bacchus\ Marsh", |
|
16839
|
|
|
|
|
|
|
"61887730", "Lucindale", |
|
16840
|
|
|
|
|
|
|
"61887827", "Laffer", |
|
16841
|
|
|
|
|
|
|
"613451096", "Bessiebelle", |
|
16842
|
|
|
|
|
|
|
"61263284", "Yetholme", |
|
16843
|
|
|
|
|
|
|
"612582503", "Mungery", |
|
16844
|
|
|
|
|
|
|
"61867145", "Pemberton", |
|
16845
|
|
|
|
|
|
|
"61899940", "Morawa", |
|
16846
|
|
|
|
|
|
|
"61267181", "Pallamallawa", |
|
16847
|
|
|
|
|
|
|
"61886404", "Whyalla", |
|
16848
|
|
|
|
|
|
|
"61745000", "Bowenville", |
|
16849
|
|
|
|
|
|
|
"61264619", "Cobargo", |
|
16850
|
|
|
|
|
|
|
"61885301", "Taldra", |
|
16851
|
|
|
|
|
|
|
"61741480", "Blackbutt", |
|
16852
|
|
|
|
|
|
|
"61269102", "Griffith", |
|
16853
|
|
|
|
|
|
|
"61868188", "Katanning", |
|
16854
|
|
|
|
|
|
|
"6188935", "Darwin", |
|
16855
|
|
|
|
|
|
|
"618869046", "Leigh\ Creek\ South", |
|
16856
|
|
|
|
|
|
|
"61746061", "Dirranbandi", |
|
16857
|
|
|
|
|
|
|
"61285813", "Sutherland", |
|
16858
|
|
|
|
|
|
|
"617486011", "Blackwater", |
|
16859
|
|
|
|
|
|
|
"61340246", "Nandaly", |
|
16860
|
|
|
|
|
|
|
"61898896", "Karlgarin", |
|
16861
|
|
|
|
|
|
|
"61744314", "Karumba", |
|
16862
|
|
|
|
|
|
|
"61245063", "Colo\ Heights", |
|
16863
|
|
|
|
|
|
|
"618600811", "Dulyalbin", |
|
16864
|
|
|
|
|
|
|
"61754473", "Noosaville", |
|
16865
|
|
|
|
|
|
|
"61265369", "Pacific\ Palms", |
|
16866
|
|
|
|
|
|
|
"61341534", "Club\ Terrace", |
|
16867
|
|
|
|
|
|
|
"61888128", "Ardrossan", |
|
16868
|
|
|
|
|
|
|
"61362887", "Hobart", |
|
16869
|
|
|
|
|
|
|
"61897783", "Jangardup", |
|
16870
|
|
|
|
|
|
|
"61749165", "Clermont", |
|
16871
|
|
|
|
|
|
|
"61745664", "Miles", |
|
16872
|
|
|
|
|
|
|
"61268214", "Kiacatoo", |
|
16873
|
|
|
|
|
|
|
"618904226", "Nungarin", |
|
16874
|
|
|
|
|
|
|
"617750029", "Tabers", |
|
16875
|
|
|
|
|
|
|
"61258192", "Warren", |
|
16876
|
|
|
|
|
|
|
"61268570", "Bedgerebong", |
|
16877
|
|
|
|
|
|
|
"61752030", "Caloundra", |
|
16878
|
|
|
|
|
|
|
"613470672", "Alexandra", |
|
16879
|
|
|
|
|
|
|
"61263157", "Millthorpe", |
|
16880
|
|
|
|
|
|
|
"61358109", "Logie\ Brae", |
|
16881
|
|
|
|
|
|
|
"617750132", "Cunningham", |
|
16882
|
|
|
|
|
|
|
"612532944", "Bylong", |
|
16883
|
|
|
|
|
|
|
"61358152", "Katamatite", |
|
16884
|
|
|
|
|
|
|
"61876166", "Tumby\ Bay", |
|
16885
|
|
|
|
|
|
|
"61255448", "Telegraph\ Point", |
|
16886
|
|
|
|
|
|
|
"61258333", "Dubbo", |
|
16887
|
|
|
|
|
|
|
"61753017", "Noosaville", |
|
16888
|
|
|
|
|
|
|
"61266979", "Ettrick", |
|
16889
|
|
|
|
|
|
|
"61243077", "Wyong", |
|
16890
|
|
|
|
|
|
|
"61363197", "Exeter", |
|
16891
|
|
|
|
|
|
|
"618854520", "Lowbank", |
|
16892
|
|
|
|
|
|
|
"61746490", "Galilee", |
|
16893
|
|
|
|
|
|
|
"61885094", "Lowbank", |
|
16894
|
|
|
|
|
|
|
"613572356", "Falls\ Creek", |
|
16895
|
|
|
|
|
|
|
"61878100", "Arthurton", |
|
16896
|
|
|
|
|
|
|
"612583289", "Narromine", |
|
16897
|
|
|
|
|
|
|
"61753072", "Boonah", |
|
16898
|
|
|
|
|
|
|
"61361410", "Strathgordon", |
|
16899
|
|
|
|
|
|
|
"61260837", "Dartmouth", |
|
16900
|
|
|
|
|
|
|
"61877262", "Avenue\ Range", |
|
16901
|
|
|
|
|
|
|
"618967004", "Goodlands", |
|
16902
|
|
|
|
|
|
|
"61741907", "Kingaroy", |
|
16903
|
|
|
|
|
|
|
"61357171", "Strathbogie", |
|
16904
|
|
|
|
|
|
|
"617480678", "Byfield", |
|
16905
|
|
|
|
|
|
|
"61260720", "Eskdale", |
|
16906
|
|
|
|
|
|
|
"61269880", "Ardlethan", |
|
16907
|
|
|
|
|
|
|
"61752226", "Kilkivan", |
|
16908
|
|
|
|
|
|
|
"613441202", "Charlton", |
|
16909
|
|
|
|
|
|
|
"612574930", "Garah", |
|
16910
|
|
|
|
|
|
|
"61755676", "Rathdowney", |
|
16911
|
|
|
|
|
|
|
"61887560", "Colebatch", |
|
16912
|
|
|
|
|
|
|
"61747623", "Kalkadoon", |
|
16913
|
|
|
|
|
|
|
"618661030", "Beverley", |
|
16914
|
|
|
|
|
|
|
"61245616", "Kurrajong\ Heights", |
|
16915
|
|
|
|
|
|
|
"61269159", "Ariah\ Park", |
|
16916
|
|
|
|
|
|
|
"61875097", "Gawler", |
|
16917
|
|
|
|
|
|
|
"6175568", "Tweed\ Heads", |
|
16918
|
|
|
|
|
|
|
"61359383", "Pakenham", |
|
16919
|
|
|
|
|
|
|
"61255045", "Port\ Macquarie", |
|
16920
|
|
|
|
|
|
|
"61745355", "Bonshaw", |
|
16921
|
|
|
|
|
|
|
"61898672", "Pingelly\ East", |
|
16922
|
|
|
|
|
|
|
"61868267", "Moulyinning", |
|
16923
|
|
|
|
|
|
|
"6189501", "Bullsbrook\ East", |
|
16924
|
|
|
|
|
|
|
"61342315", "Winchelsea\ South", |
|
16925
|
|
|
|
|
|
|
"61897651", "Boyup\ Brook", |
|
16926
|
|
|
|
|
|
|
"61740150", "Cairns", |
|
16927
|
|
|
|
|
|
|
"61745934", "Kupunn", |
|
16928
|
|
|
|
|
|
|
"61898617", "Jaloran", |
|
16929
|
|
|
|
|
|
|
"61885970", "Mantung", |
|
16930
|
|
|
|
|
|
|
"61745658", "Goombi", |
|
16931
|
|
|
|
|
|
|
"613553670", "Apsley", |
|
16932
|
|
|
|
|
|
|
"61269742", "Ivanhoe", |
|
16933
|
|
|
|
|
|
|
"61742579", "Bloomfield", |
|
16934
|
|
|
|
|
|
|
"61888114", "Clare", |
|
16935
|
|
|
|
|
|
|
"613442154", "Trentham", |
|
16936
|
|
|
|
|
|
|
"6138862", "Melbourne", |
|
16937
|
|
|
|
|
|
|
"61885902", "Auburn", |
|
16938
|
|
|
|
|
|
|
"618996804", "Eneabba\ North", |
|
16939
|
|
|
|
|
|
|
"617452209", "Muttaburra", |
|
16940
|
|
|
|
|
|
|
"618683059", "Jerramungup", |
|
16941
|
|
|
|
|
|
|
"61752092", "Crossdale", |
|
16942
|
|
|
|
|
|
|
"61258130", "Mullengudgery", |
|
16943
|
|
|
|
|
|
|
"61867221", "Busselton", |
|
16944
|
|
|
|
|
|
|
"61742800", "Thursday\ Island", |
|
16945
|
|
|
|
|
|
|
"612593751", "Alleena", |
|
16946
|
|
|
|
|
|
|
"61867177", "Nannup", |
|
16947
|
|
|
|
|
|
|
"618858577", "Meningie\ East", |
|
16948
|
|
|
|
|
|
|
"61351465", "Golden\ Beach", |
|
16949
|
|
|
|
|
|
|
"61898600", "Perillup", |
|
16950
|
|
|
|
|
|
|
"61341297", "Meerlieu", |
|
16951
|
|
|
|
|
|
|
"61362177", "Strathgordon", |
|
16952
|
|
|
|
|
|
|
"61242097", "Helensburgh", |
|
16953
|
|
|
|
|
|
|
"6189372", "Rottnest", |
|
16954
|
|
|
|
|
|
|
"61256546", "Ballina", |
|
16955
|
|
|
|
|
|
|
"61867112", "Myalup", |
|
16956
|
|
|
|
|
|
|
"6124606", "Campbelltown", |
|
16957
|
|
|
|
|
|
|
"61744106", "Ayr", |
|
16958
|
|
|
|
|
|
|
"618903844", "Kellerberrin", |
|
16959
|
|
|
|
|
|
|
"61359552", "Mornington", |
|
16960
|
|
|
|
|
|
|
"6126963", "Griffith", |
|
16961
|
|
|
|
|
|
|
"61267871", "Barraba", |
|
16962
|
|
|
|
|
|
|
"61890321", "Karloning", |
|
16963
|
|
|
|
|
|
|
"61743599", "Mundubbera", |
|
16964
|
|
|
|
|
|
|
"613451020", "South\ Purrumbete", |
|
16965
|
|
|
|
|
|
|
"61253063", "Meadow\ Flat", |
|
16966
|
|
|
|
|
|
|
"617458662", "Oakey", |
|
16967
|
|
|
|
|
|
|
"613546000", "Gisborne", |
|
16968
|
|
|
|
|
|
|
"618600979", "Salmon\ Gums", |
|
16969
|
|
|
|
|
|
|
"618967724", "Yelbeni", |
|
16970
|
|
|
|
|
|
|
"618864322", "Crystal\ Brook", |
|
16971
|
|
|
|
|
|
|
"618752457", "Copeville", |
|
16972
|
|
|
|
|
|
|
"618867751", "Orroroo", |
|
16973
|
|
|
|
|
|
|
"61898064", "Cranbrook", |
|
16974
|
|
|
|
|
|
|
"61244801", "Bawley\ Point", |
|
16975
|
|
|
|
|
|
|
"61878172", "Braemer", |
|
16976
|
|
|
|
|
|
|
"61350137", "Swan\ Hill", |
|
16977
|
|
|
|
|
|
|
"61753000", "Rosevale", |
|
16978
|
|
|
|
|
|
|
"61356419", "Poowong", |
|
16979
|
|
|
|
|
|
|
"613572624", "Woods\ Point", |
|
16980
|
|
|
|
|
|
|
"61340601", "Hopetoun", |
|
16981
|
|
|
|
|
|
|
"61353507", "Streatham", |
|
16982
|
|
|
|
|
|
|
"61877151", "Naracoorte", |
|
16983
|
|
|
|
|
|
|
"61896149", "Yerecoin", |
|
16984
|
|
|
|
|
|
|
"61250043", "Leicester\ Park", |
|
16985
|
|
|
|
|
|
|
"61744328", "Townsville", |
|
16986
|
|
|
|
|
|
|
"61887792", "Avenue\ Range", |
|
16987
|
|
|
|
|
|
|
"61878117", "Moonta", |
|
16988
|
|
|
|
|
|
|
"61240454", "Tea\ Gardens", |
|
16989
|
|
|
|
|
|
|
"612582525", "Warrington", |
|
16990
|
|
|
|
|
|
|
"61351068", "Genoa", |
|
16991
|
|
|
|
|
|
|
"618683660", "Ravensthorpe\ West", |
|
16992
|
|
|
|
|
|
|
"61361407", "Sorell", |
|
16993
|
|
|
|
|
|
|
"612685794", "Colane", |
|
16994
|
|
|
|
|
|
|
"61741910", "Maryborough", |
|
16995
|
|
|
|
|
|
|
"61887281", "Penola", |
|
16996
|
|
|
|
|
|
|
"61876410", "Coffin\ Bay", |
|
16997
|
|
|
|
|
|
|
"618983346", "Cairlocup", |
|
16998
|
|
|
|
|
|
|
"612574401", "Bundarra", |
|
16999
|
|
|
|
|
|
|
"61742182", "Molloy", |
|
17000
|
|
|
|
|
|
|
"61353857", "Minyip", |
|
17001
|
|
|
|
|
|
|
"61355793", "Merino", |
|
17002
|
|
|
|
|
|
|
"617459022", "Jondaryan", |
|
17003
|
|
|
|
|
|
|
"61240065", "Nelson\ Bay", |
|
17004
|
|
|
|
|
|
|
"618866380", "Wudinna", |
|
17005
|
|
|
|
|
|
|
"61268809", "Tyrie", |
|
17006
|
|
|
|
|
|
|
"612530101", "Euchareena", |
|
17007
|
|
|
|
|
|
|
"618983723", "Katanning", |
|
17008
|
|
|
|
|
|
|
"618854943", "Eudunda", |
|
17009
|
|
|
|
|
|
|
"617459873", "Macalister", |
|
17010
|
|
|
|
|
|
|
"61351627", "Mount\ Taylor", |
|
17011
|
|
|
|
|
|
|
"612532522", "Frogmore", |
|
17012
|
|
|
|
|
|
|
"618964427", "Bibby\ Springs", |
|
17013
|
|
|
|
|
|
|
"61266950", "Coutts\ Crossing", |
|
17014
|
|
|
|
|
|
|
"61340494", "Tempy", |
|
17015
|
|
|
|
|
|
|
"6126996", "Wagga\ Wagga", |
|
17016
|
|
|
|
|
|
|
"61753355", "Rosewood", |
|
17017
|
|
|
|
|
|
|
"61898455", "Albany", |
|
17018
|
|
|
|
|
|
|
"618763493", "Port\ Kenny", |
|
17019
|
|
|
|
|
|
|
"61890516", "Kambalda", |
|
17020
|
|
|
|
|
|
|
"6138456", "Melbourne", |
|
17021
|
|
|
|
|
|
|
"61361166", "Ouse", |
|
17022
|
|
|
|
|
|
|
"61289195", "Avalon\ Beach", |
|
17023
|
|
|
|
|
|
|
"61256084", "Woodenbong", |
|
17024
|
|
|
|
|
|
|
"618964911", "Moora", |
|
17025
|
|
|
|
|
|
|
"61886163", "Nelshaby", |
|
17026
|
|
|
|
|
|
|
"618753296", "Strathalbyn", |
|
17027
|
|
|
|
|
|
|
"6134711", "Kinglake\/Mansfield\/St\ James\/Strathbogie", |
|
17028
|
|
|
|
|
|
|
"617441929", "Boulia", |
|
17029
|
|
|
|
|
|
|
"61864143", "Fremantle", |
|
17030
|
|
|
|
|
|
|
"61257346", "Barraba", |
|
17031
|
|
|
|
|
|
|
"61359509", "Red\ Hill", |
|
17032
|
|
|
|
|
|
|
"61747056", "Croydon", |
|
17033
|
|
|
|
|
|
|
"61891251", "Millstream", |
|
17034
|
|
|
|
|
|
|
"612574219", "Croppa\ Creek", |
|
17035
|
|
|
|
|
|
|
"61342057", "Lavers\ Hill", |
|
17036
|
|
|
|
|
|
|
"61255012", "Ellerston", |
|
17037
|
|
|
|
|
|
|
"61341443", "Combienbar", |
|
17038
|
|
|
|
|
|
|
"613531700", "Marnoo", |
|
17039
|
|
|
|
|
|
|
"61286091", "Blacktown", |
|
17040
|
|
|
|
|
|
|
"61255681", "Jerrys\ Plains", |
|
17041
|
|
|
|
|
|
|
"618763880", "Kelly", |
|
17042
|
|
|
|
|
|
|
"61351054", "Dinner\ Plain", |
|
17043
|
|
|
|
|
|
|
"61240468", "Maitland", |
|
17044
|
|
|
|
|
|
|
"61269170", "Urana", |
|
17045
|
|
|
|
|
|
|
"61745072", "Atholwood", |
|
17046
|
|
|
|
|
|
|
"618856750", "Walker\ Flat", |
|
17047
|
|
|
|
|
|
|
"61746432", "Warwick", |
|
17048
|
|
|
|
|
|
|
"6127809", "Parramatta", |
|
17049
|
|
|
|
|
|
|
"61256437", "Maclean", |
|
17050
|
|
|
|
|
|
|
"612583149", "Carinda", |
|
17051
|
|
|
|
|
|
|
"61250119", "Cudgewa", |
|
17052
|
|
|
|
|
|
|
"61255077", "Forster", |
|
17053
|
|
|
|
|
|
|
"61247018", "Mulgoa", |
|
17054
|
|
|
|
|
|
|
"61896013", "Ballidu", |
|
17055
|
|
|
|
|
|
|
"61888861", "Balaklava", |
|
17056
|
|
|
|
|
|
|
"61749597", "Walkerston", |
|
17057
|
|
|
|
|
|
|
"61898058", "Congee", |
|
17058
|
|
|
|
|
|
|
"61885959", "Loxton", |
|
17059
|
|
|
|
|
|
|
"61734776", "Dayboro", |
|
17060
|
|
|
|
|
|
|
"617480319", "Dysart", |
|
17061
|
|
|
|
|
|
|
"618856715", "Sedan", |
|
17062
|
|
|
|
|
|
|
"61740179", "Daintree", |
|
17063
|
|
|
|
|
|
|
"61745017", "Warrego", |
|
17064
|
|
|
|
|
|
|
"61748565", "Rolleston", |
|
17065
|
|
|
|
|
|
|
"612592739", "Temora", |
|
17066
|
|
|
|
|
|
|
"61342342", "Bannockburn", |
|
17067
|
|
|
|
|
|
|
"618854596", "Freeling", |
|
17068
|
|
|
|
|
|
|
"61742550", "Ravenshoe", |
|
17069
|
|
|
|
|
|
|
"61357903", "Creightons\ Creek", |
|
17070
|
|
|
|
|
|
|
"61385668", "Melbourne", |
|
17071
|
|
|
|
|
|
|
"617476501", "Greenvale", |
|
17072
|
|
|
|
|
|
|
"61749590", "Yakapari", |
|
17073
|
|
|
|
|
|
|
"618660883", "Bibby\ Springs", |
|
17074
|
|
|
|
|
|
|
"61263353", "Limekilns", |
|
17075
|
|
|
|
|
|
|
"61267473", "Pine\ Ridge", |
|
17076
|
|
|
|
|
|
|
"61255070", "Rookhurst", |
|
17077
|
|
|
|
|
|
|
"61364692", "Sheffield", |
|
17078
|
|
|
|
|
|
|
"617480821", "Yeppoon", |
|
17079
|
|
|
|
|
|
|
"61256430", "Glenreagh", |
|
17080
|
|
|
|
|
|
|
"61363132", "Gladstone", |
|
17081
|
|
|
|
|
|
|
"61387603", "Sunbury", |
|
17082
|
|
|
|
|
|
|
"617476571", "Long\ Pocket", |
|
17083
|
|
|
|
|
|
|
"613634", "Launceston", |
|
17084
|
|
|
|
|
|
|
"61269112", "Tumut", |
|
17085
|
|
|
|
|
|
|
"61742557", "Cairns", |
|
17086
|
|
|
|
|
|
|
"61745010", "Cunnamulla", |
|
17087
|
|
|
|
|
|
|
"61754181", "Toogoolawah", |
|
17088
|
|
|
|
|
|
|
"61264609", "Bemboka", |
|
17089
|
|
|
|
|
|
|
"61885945", "Lameroo", |
|
17090
|
|
|
|
|
|
|
"61259294", "Egansford", |
|
17091
|
|
|
|
|
|
|
"61748393", "Calliope", |
|
17092
|
|
|
|
|
|
|
"618683429", "Woodanilling", |
|
17093
|
|
|
|
|
|
|
"61357578", "Mount\ Buller", |
|
17094
|
|
|
|
|
|
|
"612685838", "Mount\ Foster", |
|
17095
|
|
|
|
|
|
|
"61348065", "Jimaringle", |
|
17096
|
|
|
|
|
|
|
"613531770", "Ballarat", |
|
17097
|
|
|
|
|
|
|
"613532210", "Minimay", |
|
17098
|
|
|
|
|
|
|
"6135476", "Newstead", |
|
17099
|
|
|
|
|
|
|
"61342050", "Birregurra", |
|
17100
|
|
|
|
|
|
|
"613451196", "Terang", |
|
17101
|
|
|
|
|
|
|
"6136263", "Brighton", |
|
17102
|
|
|
|
|
|
|
"61897089", "Pemberton", |
|
17103
|
|
|
|
|
|
|
"618989150", "Nomans\ Lake", |
|
17104
|
|
|
|
|
|
|
"61888316", "Ardrossan", |
|
17105
|
|
|
|
|
|
|
"61260892", "Culcairn", |
|
17106
|
|
|
|
|
|
|
"61269177", "Ganmain", |
|
17107
|
|
|
|
|
|
|
"61361358", "Brighton", |
|
17108
|
|
|
|
|
|
|
"617476465", "Clarke", |
|
17109
|
|
|
|
|
|
|
"61875032", "Walker\ Flat", |
|
17110
|
|
|
|
|
|
|
"61358119", "Cornalla", |
|
17111
|
|
|
|
|
|
|
"617750032", "Tara", |
|
17112
|
|
|
|
|
|
|
"61350686", "Robinvale", |
|
17113
|
|
|
|
|
|
|
"61265921", "Rawdon\ Vale", |
|
17114
|
|
|
|
|
|
|
"61873802", "Mount\ Barker", |
|
17115
|
|
|
|
|
|
|
"61264293", "Bombala", |
|
17116
|
|
|
|
|
|
|
"613451415", "Chetwynd", |
|
17117
|
|
|
|
|
|
|
"612594388", "Carabost", |
|
17118
|
|
|
|
|
|
|
"61266388", "Bellingen", |
|
17119
|
|
|
|
|
|
|
"617750129", "Crows\ Nest", |
|
17120
|
|
|
|
|
|
|
"61268926", "Tullamore", |
|
17121
|
|
|
|
|
|
|
"61268204", "Berkley\ Downs", |
|
17122
|
|
|
|
|
|
|
"613451450", "Timboon", |
|
17123
|
|
|
|
|
|
|
"613432141", "Dadswells\ Bridge", |
|
17124
|
|
|
|
|
|
|
"61885482", "Yumali", |
|
17125
|
|
|
|
|
|
|
"618852091", "Barmera", |
|
17126
|
|
|
|
|
|
|
"6128113", "Sydney", |
|
17127
|
|
|
|
|
|
|
"61876417", "Elliston", |
|
17128
|
|
|
|
|
|
|
"612574471", "Walcha", |
|
17129
|
|
|
|
|
|
|
"61359268", "Cranbourne", |
|
17130
|
|
|
|
|
|
|
"61264536", "Bobundara", |
|
17131
|
|
|
|
|
|
|
"61753349", "Caloundra", |
|
17132
|
|
|
|
|
|
|
"61266685", "Maclean", |
|
17133
|
|
|
|
|
|
|
"61266957", "Leeville", |
|
17134
|
|
|
|
|
|
|
"61351620", "Nowa\ Nowa", |
|
17135
|
|
|
|
|
|
|
"613431698", "Buangor", |
|
17136
|
|
|
|
|
|
|
"61742785", "Lockhart\ River", |
|
17137
|
|
|
|
|
|
|
"612530171", "Bylong", |
|
17138
|
|
|
|
|
|
|
"61739160", "Brisbane", |
|
17139
|
|
|
|
|
|
|
"6186557", "Perth", |
|
17140
|
|
|
|
|
|
|
"61353500", "Telopea\ Downs", |
|
17141
|
|
|
|
|
|
|
"612631594", "Canowindra", |
|
17142
|
|
|
|
|
|
|
"61744091", "Townsville", |
|
17143
|
|
|
|
|
|
|
"61887195", "Thornlea", |
|
17144
|
|
|
|
|
|
|
"61741917", "Murgon", |
|
17145
|
|
|
|
|
|
|
"61361400", "Miena", |
|
17146
|
|
|
|
|
|
|
"61878110", "Halbury", |
|
17147
|
|
|
|
|
|
|
"61343099", "Ararat", |
|
17148
|
|
|
|
|
|
|
"61355335", "Ecklin", |
|
17149
|
|
|
|
|
|
|
"61361364", "Hermitage", |
|
17150
|
|
|
|
|
|
|
"61263179", "Grenfell", |
|
17151
|
|
|
|
|
|
|
"618903393", "Great\ Victoria", |
|
17152
|
|
|
|
|
|
|
"61264766", "Thredbo\ Village", |
|
17153
|
|
|
|
|
|
|
"613546070", "Trentham", |
|
17154
|
|
|
|
|
|
|
"612583762", "Baradine", |
|
17155
|
|
|
|
|
|
|
"618964948", "Watheroo", |
|
17156
|
|
|
|
|
|
|
"613441953", "Avoca", |
|
17157
|
|
|
|
|
|
|
"61355638", "Woolsthorpe", |
|
17158
|
|
|
|
|
|
|
"61350130", "Scotia", |
|
17159
|
|
|
|
|
|
|
"61753007", "Imbil", |
|
17160
|
|
|
|
|
|
|
"61267588", "Boggabri", |
|
17161
|
|
|
|
|
|
|
"61868581", "Muradup", |
|
17162
|
|
|
|
|
|
|
"61268545", "Eugowra", |
|
17163
|
|
|
|
|
|
|
"61890098", "Kambalda", |
|
17164
|
|
|
|
|
|
|
"61896155", "Northam", |
|
17165
|
|
|
|
|
|
|
"618600909", "Munglinup", |
|
17166
|
|
|
|
|
|
|
"61889868", "Nhulunbuy", |
|
17167
|
|
|
|
|
|
|
"61891476", "Whaleback", |
|
17168
|
|
|
|
|
|
|
"61748132", "Finch\ Hatton", |
|
17169
|
|
|
|
|
|
|
"61253241", "Yetholme", |
|
17170
|
|
|
|
|
|
|
"61248601", "Bowral", |
|
17171
|
|
|
|
|
|
|
"61362170", "Sorell", |
|
17172
|
|
|
|
|
|
|
"61359254", "Emerald", |
|
17173
|
|
|
|
|
|
|
"61341290", "Heyfield", |
|
17174
|
|
|
|
|
|
|
"61358043", "Katamatite", |
|
17175
|
|
|
|
|
|
|
"61898607", "Pingelly", |
|
17176
|
|
|
|
|
|
|
"612954", "Sutherland", |
|
17177
|
|
|
|
|
|
|
"61342305", "Geelong", |
|
17178
|
|
|
|
|
|
|
"61261398", "The\ Mullion", |
|
17179
|
|
|
|
|
|
|
"6174994", "Rockhampton", |
|
17180
|
|
|
|
|
|
|
"61260676", "Leicester\ Park", |
|
17181
|
|
|
|
|
|
|
"61249057", "Bandon\ Grove", |
|
17182
|
|
|
|
|
|
|
"6189500", "Rockingham", |
|
17183
|
|
|
|
|
|
|
"6173049", "Redcliffe", |
|
17184
|
|
|
|
|
|
|
"61896238", "Goomalling", |
|
17185
|
|
|
|
|
|
|
"61899051", "Guranu", |
|
17186
|
|
|
|
|
|
|
"61264652", "Jindabyne\ South", |
|
17187
|
|
|
|
|
|
|
"617458971", "Bimbadeen", |
|
17188
|
|
|
|
|
|
|
"618996874", "Latham", |
|
17189
|
|
|
|
|
|
|
"617452279", "Pittsworth", |
|
17190
|
|
|
|
|
|
|
"6135453", "Barham", |
|
17191
|
|
|
|
|
|
|
"617451719", "Cambooya", |
|
17192
|
|
|
|
|
|
|
"618903652", "Bodallin", |
|
17193
|
|
|
|
|
|
|
"61890495", "Bullfinch", |
|
17194
|
|
|
|
|
|
|
"612685826", "Hermidale", |
|
17195
|
|
|
|
|
|
|
"618858507", "Gurrai", |
|
17196
|
|
|
|
|
|
|
"61257144", "Ben\ Lomond", |
|
17197
|
|
|
|
|
|
|
"612593930", "Rankins\ Springs", |
|
17198
|
|
|
|
|
|
|
"613441937", "Traynors\ Lagoon", |
|
17199
|
|
|
|
|
|
|
"61749023", "Benaraby", |
|
17200
|
|
|
|
|
|
|
"61867170", "Harvey", |
|
17201
|
|
|
|
|
|
|
"61899975", "Kalbarri", |
|
17202
|
|
|
|
|
|
|
"61258137", "Cumborah", |
|
17203
|
|
|
|
|
|
|
"618661130", "Dalwallinu", |
|
17204
|
|
|
|
|
|
|
"61890582", "Burracoppin\ South", |
|
17205
|
|
|
|
|
|
|
"61851114", "Wittenoom", |
|
17206
|
|
|
|
|
|
|
"61731592", "Bribie\ Island", |
|
17207
|
|
|
|
|
|
|
"61264199", "Bendoc", |
|
17208
|
|
|
|
|
|
|
"61267092", "Moree", |
|
17209
|
|
|
|
|
|
|
"61344079", "Newstead", |
|
17210
|
|
|
|
|
|
|
"6135385", "Murtoa", |
|
17211
|
|
|
|
|
|
|
"61268995", "Cuttaburra", |
|
17212
|
|
|
|
|
|
|
"61359031", "Red\ Hill", |
|
17213
|
|
|
|
|
|
|
"61359374", "Tankerton", |
|
17214
|
|
|
|
|
|
|
"61887450", "Greenways", |
|
17215
|
|
|
|
|
|
|
"61364102", "Ulverstone", |
|
17216
|
|
|
|
|
|
|
"618753141", "Mallala", |
|
17217
|
|
|
|
|
|
|
"61743071", "Murgon", |
|
17218
|
|
|
|
|
|
|
"618967060", "Tammin", |
|
17219
|
|
|
|
|
|
|
"61890889", "Kalgoorlie\/Goldfields", |
|
17220
|
|
|
|
|
|
|
"617480553", "Lethebrook", |
|
17221
|
|
|
|
|
|
|
"61743334", "Moonford", |
|
17222
|
|
|
|
|
|
|
"61899729", "Perenjori", |
|
17223
|
|
|
|
|
|
|
"61355178", "Woolsthorpe", |
|
17224
|
|
|
|
|
|
|
"6128816", "Blacktown", |
|
17225
|
|
|
|
|
|
|
"61891907", "Whaleback", |
|
17226
|
|
|
|
|
|
|
"61350670", "Wentworth", |
|
17227
|
|
|
|
|
|
|
"61255205", "Mount\ George", |
|
17228
|
|
|
|
|
|
|
"61341438", "Buchan", |
|
17229
|
|
|
|
|
|
|
"61348151", "Katamatite", |
|
17230
|
|
|
|
|
|
|
"61258081", "Trangie", |
|
17231
|
|
|
|
|
|
|
"612583437", "Bobadah", |
|
17232
|
|
|
|
|
|
|
"61260136", "Nariel", |
|
17233
|
|
|
|
|
|
|
"61353283", "Jeparit", |
|
17234
|
|
|
|
|
|
|
"61897623", "Bunbury", |
|
17235
|
|
|
|
|
|
|
"61876093", "Caltowie", |
|
17236
|
|
|
|
|
|
|
"617458625", "Goombungee", |
|
17237
|
|
|
|
|
|
|
"61877320", "Lucindale\ South", |
|
17238
|
|
|
|
|
|
|
"613431737", "Skipton", |
|
17239
|
|
|
|
|
|
|
"618763821", "Quorn", |
|
17240
|
|
|
|
|
|
|
"61255086", "Baerami", |
|
17241
|
|
|
|
|
|
|
"613532363", "Lorquon", |
|
17242
|
|
|
|
|
|
|
"61341035", "Loch\ Sport", |
|
17243
|
|
|
|
|
|
|
"6173535", "Brisbane", |
|
17244
|
|
|
|
|
|
|
"61356135", "Leongatha", |
|
17245
|
|
|
|
|
|
|
"61363896", "Mole\ Creek", |
|
17246
|
|
|
|
|
|
|
"617476714", "Palm\ Island", |
|
17247
|
|
|
|
|
|
|
"61251288", "The\ Mullion", |
|
17248
|
|
|
|
|
|
|
"61862713", "Perth", |
|
17249
|
|
|
|
|
|
|
"61265267", "Broke", |
|
17250
|
|
|
|
|
|
|
"61263506", "Portland", |
|
17251
|
|
|
|
|
|
|
"61890150", "Muntadgin\ East", |
|
17252
|
|
|
|
|
|
|
"618660959", "Badgingarra", |
|
17253
|
|
|
|
|
|
|
"61748617", "Belyando", |
|
17254
|
|
|
|
|
|
|
"6187289", "Salisbury", |
|
17255
|
|
|
|
|
|
|
"61352088", "Swan\ Marsh", |
|
17256
|
|
|
|
|
|
|
"61392623", "Clayton", |
|
17257
|
|
|
|
|
|
|
"61734787", "Kooringal", |
|
17258
|
|
|
|
|
|
|
"61895658", "Yanchep", |
|
17259
|
|
|
|
|
|
|
"618903647", "Baandee", |
|
17260
|
|
|
|
|
|
|
"617459065", "Texas", |
|
17261
|
|
|
|
|
|
|
"61340285", "Anabranch", |
|
17262
|
|
|
|
|
|
|
"61357329", "Harrietville", |
|
17263
|
|
|
|
|
|
|
"61885595", "Parndana", |
|
17264
|
|
|
|
|
|
|
"61741162", "Yarraman", |
|
17265
|
|
|
|
|
|
|
"617750043", "Valley\ Downs", |
|
17266
|
|
|
|
|
|
|
"61745891", "Toowoomba", |
|
17267
|
|
|
|
|
|
|
"61358920", "Moulamein", |
|
17268
|
|
|
|
|
|
|
"61756062", "Rathdowney", |
|
17269
|
|
|
|
|
|
|
"61867186", "Beedelup", |
|
17270
|
|
|
|
|
|
|
"61749689", "Dysart", |
|
17271
|
|
|
|
|
|
|
"61263856", "Frogmore", |
|
17272
|
|
|
|
|
|
|
"61354530", "Tullakool", |
|
17273
|
|
|
|
|
|
|
"61244032", "Jilliga", |
|
17274
|
|
|
|
|
|
|
"61250038", "Eskdale", |
|
17275
|
|
|
|
|
|
|
"61247139", "Mount\ Wilson", |
|
17276
|
|
|
|
|
|
|
"61887605", "Avenue\ Range", |
|
17277
|
|
|
|
|
|
|
"61754037", "Noosaville", |
|
17278
|
|
|
|
|
|
|
"61896061", "Coomallo", |
|
17279
|
|
|
|
|
|
|
"612805", "Sydney", |
|
17280
|
|
|
|
|
|
|
"61263969", "Manildra", |
|
17281
|
|
|
|
|
|
|
"61888813", "Paskeville", |
|
17282
|
|
|
|
|
|
|
"61382605", "Croydon", |
|
17283
|
|
|
|
|
|
|
"61363617", "Bicheno", |
|
17284
|
|
|
|
|
|
|
"612532471", "Wollar", |
|
17285
|
|
|
|
|
|
|
"61265188", "Rookhurst", |
|
17286
|
|
|
|
|
|
|
"618600894", "Kambalda", |
|
17287
|
|
|
|
|
|
|
"61251167", "Gundaroo", |
|
17288
|
|
|
|
|
|
|
"61887308", "Rendelsham", |
|
17289
|
|
|
|
|
|
|
"6124209", "Wollongong", |
|
17290
|
|
|
|
|
|
|
"61886858", "Roxby\ Downs", |
|
17291
|
|
|
|
|
|
|
"6188325", "Mclaren\ Vale", |
|
17292
|
|
|
|
|
|
|
"618985543", "Woodanilling", |
|
17293
|
|
|
|
|
|
|
"61340006", "Anabranch", |
|
17294
|
|
|
|
|
|
|
"61899165", "Yuna", |
|
17295
|
|
|
|
|
|
|
"6189480", "Perth", |
|
17296
|
|
|
|
|
|
|
"612583802", "Girilambone", |
|
17297
|
|
|
|
|
|
|
"612685560", "Forbes", |
|
17298
|
|
|
|
|
|
|
"61364742", "Devonport", |
|
17299
|
|
|
|
|
|
|
"61886222", "Miltalie", |
|
17300
|
|
|
|
|
|
|
"613441889", "Boort", |
|
17301
|
|
|
|
|
|
|
"61248191", "Breadalbane", |
|
17302
|
|
|
|
|
|
|
"618903587", "Neridup", |
|
17303
|
|
|
|
|
|
|
"61895664", "Dwellingup", |
|
17304
|
|
|
|
|
|
|
"61263273", "Hampton", |
|
17305
|
|
|
|
|
|
|
"6124032", "Newcastle", |
|
17306
|
|
|
|
|
|
|
"61367347", "Longford", |
|
17307
|
|
|
|
|
|
|
"61898197", "Manypeaks\ North", |
|
17308
|
|
|
|
|
|
|
"61364159", "Marrawah", |
|
17309
|
|
|
|
|
|
|
"61367052", "Avoca", |
|
17310
|
|
|
|
|
|
|
"617487127", "Gladstone", |
|
17311
|
|
|
|
|
|
|
"618661144", "Jurien", |
|
17312
|
|
|
|
|
|
|
"61361278", "New\ Norfolk", |
|
17313
|
|
|
|
|
|
|
"618752985", "Wynarka", |
|
17314
|
|
|
|
|
|
|
"61342198", "Meredith", |
|
17315
|
|
|
|
|
|
|
"612593944", "Bambilla", |
|
17316
|
|
|
|
|
|
|
"61862347", "Fremantle", |
|
17317
|
|
|
|
|
|
|
"61886111", "Kimba", |
|
17318
|
|
|
|
|
|
|
"61362960", "Southwest", |
|
17319
|
|
|
|
|
|
|
"61255544", "Widden\ Valley", |
|
17320
|
|
|
|
|
|
|
"613451081", "South\ Purrumbete", |
|
17321
|
|
|
|
|
|
|
"61887126", "Western\ Flat", |
|
17322
|
|
|
|
|
|
|
"61256298", "Maclean", |
|
17323
|
|
|
|
|
|
|
"61862340", "Fremantle", |
|
17324
|
|
|
|
|
|
|
"61255242", "Port\ Macquarie", |
|
17325
|
|
|
|
|
|
|
"618996999", "Mullewa", |
|
17326
|
|
|
|
|
|
|
"617459928", "Arcadia\ Valley", |
|
17327
|
|
|
|
|
|
|
"61742314", "Herberton", |
|
17328
|
|
|
|
|
|
|
"61362967", "Orford", |
|
17329
|
|
|
|
|
|
|
"61891371", "Millstream", |
|
17330
|
|
|
|
|
|
|
"61891034", "Karratha", |
|
17331
|
|
|
|
|
|
|
"612583872", "Berkley\ Downs", |
|
17332
|
|
|
|
|
|
|
"61886524", "Spilsby", |
|
17333
|
|
|
|
|
|
|
"618903830", "Karloning", |
|
17334
|
|
|
|
|
|
|
"61351815", "Rosedale", |
|
17335
|
|
|
|
|
|
|
"61896243", "Yelbeni", |
|
17336
|
|
|
|
|
|
|
"61743136", "Windera", |
|
17337
|
|
|
|
|
|
|
"61364145", "Devonport", |
|
17338
|
|
|
|
|
|
|
"618903271", "Belka\ East", |
|
17339
|
|
|
|
|
|
|
"61367340", "Exeter", |
|
17340
|
|
|
|
|
|
|
"61898190", "Magitup", |
|
17341
|
|
|
|
|
|
|
"6126444", "Bega", |
|
17342
|
|
|
|
|
|
|
"618600945", "Dulyalbin", |
|
17343
|
|
|
|
|
|
|
"61745247", "Stanthorpe", |
|
17344
|
|
|
|
|
|
|
"617476422", "Briaba", |
|
17345
|
|
|
|
|
|
|
"6128646", "Blacktown", |
|
17346
|
|
|
|
|
|
|
"61358038", "Jerilderie", |
|
17347
|
|
|
|
|
|
|
"612983", "Blacktown", |
|
17348
|
|
|
|
|
|
|
"613470719", "Yea", |
|
17349
|
|
|
|
|
|
|
"6135918", "Pakenham", |
|
17350
|
|
|
|
|
|
|
"61352905", "Colac", |
|
17351
|
|
|
|
|
|
|
"612594367", "Winchendon\ Vale", |
|
17352
|
|
|
|
|
|
|
"61245001", "Colo\ Heights", |
|
17353
|
|
|
|
|
|
|
"618982523", "Woogenilup", |
|
17354
|
|
|
|
|
|
|
"61754030", "Kilcoy", |
|
17355
|
|
|
|
|
|
|
"61891487", "Newman", |
|
17356
|
|
|
|
|
|
|
"618939", "Armadale", |
|
17357
|
|
|
|
|
|
|
"61889379", "Daly", |
|
17358
|
|
|
|
|
|
|
"61260687", "Koetong", |
|
17359
|
|
|
|
|
|
|
"618854932", "Bower", |
|
17360
|
|
|
|
|
|
|
"61363610", "Westbury", |
|
17361
|
|
|
|
|
|
|
"61251160", "Canberra", |
|
17362
|
|
|
|
|
|
|
"61248006", "Binda", |
|
17363
|
|
|
|
|
|
|
"61740639", "Mareeba", |
|
17364
|
|
|
|
|
|
|
"61358435", "Mabins\ Well", |
|
17365
|
|
|
|
|
|
|
"612593895", "Currawarna", |
|
17366
|
|
|
|
|
|
|
"618996764", "Balla", |
|
17367
|
|
|
|
|
|
|
"61875551", "Windsor", |
|
17368
|
|
|
|
|
|
|
"612594426", "Morundah", |
|
17369
|
|
|
|
|
|
|
"61741765", "Biggenden", |
|
17370
|
|
|
|
|
|
|
"61260071", "Tallangatta", |
|
17371
|
|
|
|
|
|
|
"61877065", "Marcollat", |
|
17372
|
|
|
|
|
|
|
"61340191", "Palinyewah", |
|
17373
|
|
|
|
|
|
|
"61753275", "Woodford", |
|
17374
|
|
|
|
|
|
|
"61358927", "Yalca", |
|
17375
|
|
|
|
|
|
|
"61886973", "Wilmington", |
|
17376
|
|
|
|
|
|
|
"612583175", "Goorianawa", |
|
17377
|
|
|
|
|
|
|
"61256996", "Tabulam", |
|
17378
|
|
|
|
|
|
|
"61263922", "Millthorpe", |
|
17379
|
|
|
|
|
|
|
"61890157", "Narembeen\ East", |
|
17380
|
|
|
|
|
|
|
"61748610", "Moura", |
|
17381
|
|
|
|
|
|
|
"61754226", "Woodford", |
|
17382
|
|
|
|
|
|
|
"61265260", "Denman", |
|
17383
|
|
|
|
|
|
|
"61267914", "Mullaley", |
|
17384
|
|
|
|
|
|
|
"61250213", "Talmalmo", |
|
17385
|
|
|
|
|
|
|
"612594438", "Tarcutta", |
|
17386
|
|
|
|
|
|
|
"612583946", "Warren", |
|
17387
|
|
|
|
|
|
|
"6138314", "Craigieburn", |
|
17388
|
|
|
|
|
|
|
"612583725", "Naradhan", |
|
17389
|
|
|
|
|
|
|
"61741129", "Monogorilby", |
|
17390
|
|
|
|
|
|
|
"613531860", "Skipton", |
|
17391
|
|
|
|
|
|
|
"61357362", "Nagambie", |
|
17392
|
|
|
|
|
|
|
"61740273", "Gordonvale", |
|
17393
|
|
|
|
|
|
|
"61887642", "Naracoorte", |
|
17394
|
|
|
|
|
|
|
"61269186", "Coolamon", |
|
17395
|
|
|
|
|
|
|
"61756029", "Beechmont", |
|
17396
|
|
|
|
|
|
|
"61877327", "Padthaway", |
|
17397
|
|
|
|
|
|
|
"612574092", "Barraba", |
|
17398
|
|
|
|
|
|
|
"61740969", "Malanda", |
|
17399
|
|
|
|
|
|
|
"61350677", "Tempy", |
|
17400
|
|
|
|
|
|
|
"61381043", "Kalkallo", |
|
17401
|
|
|
|
|
|
|
"61889153", "Arnhem", |
|
17402
|
|
|
|
|
|
|
"61887324", "Mount\ Gambier", |
|
17403
|
|
|
|
|
|
|
"61344315", "Gisborne", |
|
17404
|
|
|
|
|
|
|
"618851694", "Penneshaw", |
|
17405
|
|
|
|
|
|
|
"61866046", "Meckering", |
|
17406
|
|
|
|
|
|
|
"61884066", "Mclaren\ Vale", |
|
17407
|
|
|
|
|
|
|
"617459936", "Beebo", |
|
17408
|
|
|
|
|
|
|
"61350081", "Manangatang", |
|
17409
|
|
|
|
|
|
|
"6139746", "Sunbury", |
|
17410
|
|
|
|
|
|
|
"61364705", "Queenstown", |
|
17411
|
|
|
|
|
|
|
"61350612", "Pooncarie", |
|
17412
|
|
|
|
|
|
|
"612532998", "Yetholme", |
|
17413
|
|
|
|
|
|
|
"612694606", "Wallendbeen", |
|
17414
|
|
|
|
|
|
|
"61887457", "Short", |
|
17415
|
|
|
|
|
|
|
"61886269", "Ceduna", |
|
17416
|
|
|
|
|
|
|
"61899532", "Leeman", |
|
17417
|
|
|
|
|
|
|
"61890284", "Laverton", |
|
17418
|
|
|
|
|
|
|
"61249198", "Tea\ Gardens", |
|
17419
|
|
|
|
|
|
|
"61897408", "Dardanup", |
|
17420
|
|
|
|
|
|
|
"61742709", "Peninsula", |
|
17421
|
|
|
|
|
|
|
"612532516", "Coolah", |
|
17422
|
|
|
|
|
|
|
"612574630", "Rowena", |
|
17423
|
|
|
|
|
|
|
"61266609", "Bonalbo", |
|
17424
|
|
|
|
|
|
|
"6189727", "Capel", |
|
17425
|
|
|
|
|
|
|
"61741081", "Maidenwell", |
|
17426
|
|
|
|
|
|
|
"61747854", "Collinsville", |
|
17427
|
|
|
|
|
|
|
"618601046", "Speddingup\ East", |
|
17428
|
|
|
|
|
|
|
"6174945", "Proserpine", |
|
17429
|
|
|
|
|
|
|
"618752964", "Renmark", |
|
17430
|
|
|
|
|
|
|
"61885064", "Halidon", |
|
17431
|
|
|
|
|
|
|
"617459016", "Inglewood", |
|
17432
|
|
|
|
|
|
|
"61255183", "Baerami", |
|
17433
|
|
|
|
|
|
|
"61746460", "Toowoomba", |
|
17434
|
|
|
|
|
|
|
"61745401", "Bringalily", |
|
17435
|
|
|
|
|
|
|
"61877292", "Short", |
|
17436
|
|
|
|
|
|
|
"617750041", "Toobeah", |
|
17437
|
|
|
|
|
|
|
"61730800", "Dunwich", |
|
17438
|
|
|
|
|
|
|
"612532473", "Yetholme", |
|
17439
|
|
|
|
|
|
|
"61748288", "Turkey\ Beach", |
|
17440
|
|
|
|
|
|
|
"61363167", "Campbell\ Town", |
|
17441
|
|
|
|
|
|
|
"61734098", "Dunwich", |
|
17442
|
|
|
|
|
|
|
"618997035", "Geraldton", |
|
17443
|
|
|
|
|
|
|
"61876196", "Great\ Bight", |
|
17444
|
|
|
|
|
|
|
"61748406", "Calen", |
|
17445
|
|
|
|
|
|
|
"61260033", "Holbrook", |
|
17446
|
|
|
|
|
|
|
"61896182", "Trayning", |
|
17447
|
|
|
|
|
|
|
"617458836", "Mount\ Tyson", |
|
17448
|
|
|
|
|
|
|
"613432132", "Banyena", |
|
17449
|
|
|
|
|
|
|
"61741677", "Lowmead", |
|
17450
|
|
|
|
|
|
|
"61362575", "Orford", |
|
17451
|
|
|
|
|
|
|
"613470846", "Taggerty", |
|
17452
|
|
|
|
|
|
|
"61268140", "Neilrex", |
|
17453
|
|
|
|
|
|
|
"61895114", "Bullsbrook\ East", |
|
17454
|
|
|
|
|
|
|
"61896550", "Regans\ Ford", |
|
17455
|
|
|
|
|
|
|
"6139562", "Clayton", |
|
17456
|
|
|
|
|
|
|
"61898902", "Lake\ Grace", |
|
17457
|
|
|
|
|
|
|
"61350535", "Woomelang", |
|
17458
|
|
|
|
|
|
|
"61264388", "Bendoc", |
|
17459
|
|
|
|
|
|
|
"613553970", "Port\ Fairy", |
|
17460
|
|
|
|
|
|
|
"613971", "Whittlesea", |
|
17461
|
|
|
|
|
|
|
"61897005", "Balingup", |
|
17462
|
|
|
|
|
|
|
"617451489", "Aramac", |
|
17463
|
|
|
|
|
|
|
"61891333", "Wyndham", |
|
17464
|
|
|
|
|
|
|
"61347028", "Killawarra", |
|
17465
|
|
|
|
|
|
|
"61350129", "Arumpo", |
|
17466
|
|
|
|
|
|
|
"61742013", "Kidston", |
|
17467
|
|
|
|
|
|
|
"61868297", "Woodanilling", |
|
17468
|
|
|
|
|
|
|
"61899615", "Mendel", |
|
17469
|
|
|
|
|
|
|
"61875067", "Gawler", |
|
17470
|
|
|
|
|
|
|
"61885600", "Bower", |
|
17471
|
|
|
|
|
|
|
"61264685", "Thredbo\ Village", |
|
17472
|
|
|
|
|
|
|
"61880108", "Dolo", |
|
17473
|
|
|
|
|
|
|
"6173700", "Brisbane", |
|
17474
|
|
|
|
|
|
|
"613451083", "Tahara", |
|
17475
|
|
|
|
|
|
|
"61345053", "Portland", |
|
17476
|
|
|
|
|
|
|
"6174681", "Stanthorpe", |
|
17477
|
|
|
|
|
|
|
"612532584", "Ooma", |
|
17478
|
|
|
|
|
|
|
"618992298", "Carnarvon", |
|
17479
|
|
|
|
|
|
|
"61743218", "Mount\ Perry", |
|
17480
|
|
|
|
|
|
|
"61355444", "Hawkesdale", |
|
17481
|
|
|
|
|
|
|
"617459084", "Yetman", |
|
17482
|
|
|
|
|
|
|
"61353105", "Horsham", |
|
17483
|
|
|
|
|
|
|
"61899318", "Ajana", |
|
17484
|
|
|
|
|
|
|
"612685556", "Eugowra", |
|
17485
|
|
|
|
|
|
|
"61887590", "Tarpeena", |
|
17486
|
|
|
|
|
|
|
"61864918", "Spearwood", |
|
17487
|
|
|
|
|
|
|
"61355022", "Bessiebelle", |
|
17488
|
|
|
|
|
|
|
"61253278", "Blayney", |
|
17489
|
|
|
|
|
|
|
"61887023", "Frances", |
|
17490
|
|
|
|
|
|
|
"61245093", "St\ Albans", |
|
17491
|
|
|
|
|
|
|
"61898866", "Pingrup", |
|
17492
|
|
|
|
|
|
|
"618753143", "Mantung", |
|
17493
|
|
|
|
|
|
|
"61364997", "Burnie", |
|
17494
|
|
|
|
|
|
|
"61361011", "Bothwell", |
|
17495
|
|
|
|
|
|
|
"61267336", "Wellingrove", |
|
17496
|
|
|
|
|
|
|
"61351639", "Goongerah", |
|
17497
|
|
|
|
|
|
|
"61886390", "Orroroo", |
|
17498
|
|
|
|
|
|
|
"61746091", "Leyburn", |
|
17499
|
|
|
|
|
|
|
"618864602", "Port\ Pirie", |
|
17500
|
|
|
|
|
|
|
"61343296", "Banyena", |
|
17501
|
|
|
|
|
|
|
"6187117", "Adelaide", |
|
17502
|
|
|
|
|
|
|
"618967056", "Studleigh", |
|
17503
|
|
|
|
|
|
|
"61353745", "Moyston", |
|
17504
|
|
|
|
|
|
|
"618967782", "Dale\ River", |
|
17505
|
|
|
|
|
|
|
"61896800", "Yelbeni", |
|
17506
|
|
|
|
|
|
|
"61875325", "Victor\ Harbor", |
|
17507
|
|
|
|
|
|
|
"61898959", "Lumeah", |
|
17508
|
|
|
|
|
|
|
"61885058", "Goolwa", |
|
17509
|
|
|
|
|
|
|
"61891192", "Great\ Sandy", |
|
17510
|
|
|
|
|
|
|
"618983780", "Magitup", |
|
17511
|
|
|
|
|
|
|
"61238050", "Tarago", |
|
17512
|
|
|
|
|
|
|
"618753376", "Walker\ Flat", |
|
17513
|
|
|
|
|
|
|
"618866925", "Mintabie", |
|
17514
|
|
|
|
|
|
|
"613573035", "Flowerdale", |
|
17515
|
|
|
|
|
|
|
"61340103", "Cunninyeuk", |
|
17516
|
|
|
|
|
|
|
"61742666", "Peninsula", |
|
17517
|
|
|
|
|
|
|
"61248310", "Golspie", |
|
17518
|
|
|
|
|
|
|
"618864316", "Yeelanna", |
|
17519
|
|
|
|
|
|
|
"617442519", "Charters\ Towers", |
|
17520
|
|
|
|
|
|
|
"61886931", "Sheringa", |
|
17521
|
|
|
|
|
|
|
"61879142", "Arnhem", |
|
17522
|
|
|
|
|
|
|
"61257200", "Craigleigh", |
|
17523
|
|
|
|
|
|
|
"61742149", "Torres", |
|
17524
|
|
|
|
|
|
|
"61275014", "Engadine", |
|
17525
|
|
|
|
|
|
|
"618763739", "Spilsby", |
|
17526
|
|
|
|
|
|
|
"613442076", "Moonambel", |
|
17527
|
|
|
|
|
|
|
"61258162", "Mandagery", |
|
17528
|
|
|
|
|
|
|
"61340372", "Annuello", |
|
17529
|
|
|
|
|
|
|
"61354378", "Dingee", |
|
17530
|
|
|
|
|
|
|
"612594060", "The\ Rock", |
|
17531
|
|
|
|
|
|
|
"61351506", "Maffra", |
|
17532
|
|
|
|
|
|
|
"61256429", "Ettrick", |
|
17533
|
|
|
|
|
|
|
"61357718", "Wangaratta", |
|
17534
|
|
|
|
|
|
|
"61748167", "Moranbah", |
|
17535
|
|
|
|
|
|
|
"61745694", "Pittsworth", |
|
17536
|
|
|
|
|
|
|
"61867083", "Nannup", |
|
17537
|
|
|
|
|
|
|
"61851000", "Broome", |
|
17538
|
|
|
|
|
|
|
"617458828", "Maranoa", |
|
17539
|
|
|
|
|
|
|
"618763823", "Roxby\ Downs", |
|
17540
|
|
|
|
|
|
|
"61340317", "Swan\ Hill", |
|
17541
|
|
|
|
|
|
|
"61265399", "Forster", |
|
17542
|
|
|
|
|
|
|
"61354675", "Gisborne", |
|
17543
|
|
|
|
|
|
|
"61243380", "Wyong", |
|
17544
|
|
|
|
|
|
|
"61749195", "Walkerston", |
|
17545
|
|
|
|
|
|
|
"613532361", "Lorquon", |
|
17546
|
|
|
|
|
|
|
"61740231", "Peninsula", |
|
17547
|
|
|
|
|
|
|
"61742752", "Peninsula", |
|
17548
|
|
|
|
|
|
|
"61747202", "Giru", |
|
17549
|
|
|
|
|
|
|
"617750018", "Paroo", |
|
17550
|
|
|
|
|
|
|
"61742155", "Mount\ Garnet", |
|
17551
|
|
|
|
|
|
|
"61851007", "Great\ Sandy", |
|
17552
|
|
|
|
|
|
|
"61748160", "Wowan", |
|
17553
|
|
|
|
|
|
|
"61351922", "Morwell", |
|
17554
|
|
|
|
|
|
|
"612532852", "Millthorpe", |
|
17555
|
|
|
|
|
|
|
"61340310", "Pan\ Ban", |
|
17556
|
|
|
|
|
|
|
"61880124", "Tibooburra", |
|
17557
|
|
|
|
|
|
|
"61347004", "Kinglake", |
|
17558
|
|
|
|
|
|
|
"61866019", "Beverley", |
|
17559
|
|
|
|
|
|
|
"61898482", "Denmark", |
|
17560
|
|
|
|
|
|
|
"6175547", "Ormeau", |
|
17561
|
|
|
|
|
|
|
"613470902", "Woods\ Point", |
|
17562
|
|
|
|
|
|
|
"61746106", "Nobby", |
|
17563
|
|
|
|
|
|
|
"61269575", "Alleena", |
|
17564
|
|
|
|
|
|
|
"618683535", "Mount\ Barker", |
|
17565
|
|
|
|
|
|
|
"61244194", "Narooma", |
|
17566
|
|
|
|
|
|
|
"61364074", "Marrawah", |
|
17567
|
|
|
|
|
|
|
"613442006", "Llanelly", |
|
17568
|
|
|
|
|
|
|
"617480163", "Bingegang", |
|
17569
|
|
|
|
|
|
|
"61257207", "Frazers\ Creek", |
|
17570
|
|
|
|
|
|
|
"617476334", "Prairie", |
|
17571
|
|
|
|
|
|
|
"61755486", "Jimboomba", |
|
17572
|
|
|
|
|
|
|
"617441397", "Eddington", |
|
17573
|
|
|
|
|
|
|
"613431930", "Serviceton", |
|
17574
|
|
|
|
|
|
|
"61896807", "Dangin", |
|
17575
|
|
|
|
|
|
|
"61891795", "Whaleback", |
|
17576
|
|
|
|
|
|
|
"6138736", "Croydon", |
|
17577
|
|
|
|
|
|
|
"612574847", "Banoon", |
|
17578
|
|
|
|
|
|
|
"61743033", "Bundaberg", |
|
17579
|
|
|
|
|
|
|
"61248317", "Robertson", |
|
17580
|
|
|
|
|
|
|
"61355069", "Lismore", |
|
17581
|
|
|
|
|
|
|
"618753306", "Waikerie", |
|
17582
|
|
|
|
|
|
|
"6173894", "Ipswich", |
|
17583
|
|
|
|
|
|
|
"61745803", "Toowoomba", |
|
17584
|
|
|
|
|
|
|
"61898311", "Kojonup", |
|
17585
|
|
|
|
|
|
|
"61353142", "Beulah", |
|
17586
|
|
|
|
|
|
|
"61359073", "Marysville", |
|
17587
|
|
|
|
|
|
|
"61238057", "Bevendale", |
|
17588
|
|
|
|
|
|
|
"61753411", "Wolvi", |
|
17589
|
|
|
|
|
|
|
"61898945", "Porongurup", |
|
17590
|
|
|
|
|
|
|
"61364990", "Ulverstone", |
|
17591
|
|
|
|
|
|
|
"6129756", "Liverpool", |
|
17592
|
|
|
|
|
|
|
"61742238", "Innisfail", |
|
17593
|
|
|
|
|
|
|
"61267265", "Somerton", |
|
17594
|
|
|
|
|
|
|
"61897988", "Harvey", |
|
17595
|
|
|
|
|
|
|
"6138673", "Melbourne", |
|
17596
|
|
|
|
|
|
|
"612583234", "Binnaway", |
|
17597
|
|
|
|
|
|
|
"618965667", "Dalwallinu", |
|
17598
|
|
|
|
|
|
|
"61886397", "Port\ Lincoln", |
|
17599
|
|
|
|
|
|
|
"61353759", "Streatham", |
|
17600
|
|
|
|
|
|
|
"61745981", "Toowoomba", |
|
17601
|
|
|
|
|
|
|
"61897042", "Darkan", |
|
17602
|
|
|
|
|
|
|
"6135264", "Torquay", |
|
17603
|
|
|
|
|
|
|
"61897424", "Bridgetown", |
|
17604
|
|
|
|
|
|
|
"61344168", "Harcourt", |
|
17605
|
|
|
|
|
|
|
"61350162", "Wentworth", |
|
17606
|
|
|
|
|
|
|
"61876001", "Coorabie", |
|
17607
|
|
|
|
|
|
|
"61747528", "Ingham", |
|
17608
|
|
|
|
|
|
|
"6136397", "Longford", |
|
17609
|
|
|
|
|
|
|
"61353702", "Ballan", |
|
17610
|
|
|
|
|
|
|
"61875060", "Mantung", |
|
17611
|
|
|
|
|
|
|
"61885607", "Eudunda", |
|
17612
|
|
|
|
|
|
|
"612884", "Parramatta", |
|
17613
|
|
|
|
|
|
|
"61895521", "Gingin", |
|
17614
|
|
|
|
|
|
|
"61887597", "Lochaber", |
|
17615
|
|
|
|
|
|
|
"618903273", "Belka\ East", |
|
17616
|
|
|
|
|
|
|
"613553900", "Heywood", |
|
17617
|
|
|
|
|
|
|
"61267134", "Weemelah", |
|
17618
|
|
|
|
|
|
|
"612530258", "Birriwa", |
|
17619
|
|
|
|
|
|
|
"61896557", "Wannamal", |
|
17620
|
|
|
|
|
|
|
"6129773", "Bankstown", |
|
17621
|
|
|
|
|
|
|
"61268147", "Dandaloo", |
|
17622
|
|
|
|
|
|
|
"61868290", "Wagin", |
|
17623
|
|
|
|
|
|
|
"61889056", "Katherine", |
|
17624
|
|
|
|
|
|
|
"61898526", "Magitup", |
|
17625
|
|
|
|
|
|
|
"61745553", "Balonne", |
|
17626
|
|
|
|
|
|
|
"61263815", "Young", |
|
17627
|
|
|
|
|
|
|
"61359585", "Mornington", |
|
17628
|
|
|
|
|
|
|
"6138656", "Melbourne", |
|
17629
|
|
|
|
|
|
|
"61249389", "East\ Gresford", |
|
17630
|
|
|
|
|
|
|
"61341581", "Gelantipy", |
|
17631
|
|
|
|
|
|
|
"61363160", "Mole\ Creek", |
|
17632
|
|
|
|
|
|
|
"61256462", "Ballina", |
|
17633
|
|
|
|
|
|
|
"61744432", "Cape\ River", |
|
17634
|
|
|
|
|
|
|
"61269083", "Wantabadgery", |
|
17635
|
|
|
|
|
|
|
"612593698", "Hillston", |
|
17636
|
|
|
|
|
|
|
"613441744", "Woodend", |
|
17637
|
|
|
|
|
|
|
"61248743", "Marulan", |
|
17638
|
|
|
|
|
|
|
"613545260", "Boort", |
|
17639
|
|
|
|
|
|
|
"61741670", "Bundaberg", |
|
17640
|
|
|
|
|
|
|
"61344154", "Strathfieldsaye", |
|
17641
|
|
|
|
|
|
|
"61899479", "Exmouth", |
|
17642
|
|
|
|
|
|
|
"617452399", "Taroom", |
|
17643
|
|
|
|
|
|
|
"618660074", "Ballidu", |
|
17644
|
|
|
|
|
|
|
"61879105", "Plenty", |
|
17645
|
|
|
|
|
|
|
"61895463", "Dwellingup", |
|
17646
|
|
|
|
|
|
|
"61258535", "Mount\ Herring", |
|
17647
|
|
|
|
|
|
|
"61268885", "Dubbo", |
|
17648
|
|
|
|
|
|
|
"61746746", "Talwood", |
|
17649
|
|
|
|
|
|
|
"6128524", "Sydney", |
|
17650
|
|
|
|
|
|
|
"61258129", "Hermidale", |
|
17651
|
|
|
|
|
|
|
"61890999", "Kalgoorlie", |
|
17652
|
|
|
|
|
|
|
"61267848", "Nullamanna", |
|
17653
|
|
|
|
|
|
|
"61746467", "Cunnamulla", |
|
17654
|
|
|
|
|
|
|
"61890780", "Neridup", |
|
17655
|
|
|
|
|
|
|
"618854941", "Eudunda", |
|
17656
|
|
|
|
|
|
|
"617459871", "Longreach", |
|
17657
|
|
|
|
|
|
|
"612530103", "Euchareena", |
|
17658
|
|
|
|
|
|
|
"61899820", "Geraldton", |
|
17659
|
|
|
|
|
|
|
"618983721", "Katanning", |
|
17660
|
|
|
|
|
|
|
"612683692", "Curban", |
|
17661
|
|
|
|
|
|
|
"61268499", "Weetaliba", |
|
17662
|
|
|
|
|
|
|
"61734157", "Russell\ Island", |
|
17663
|
|
|
|
|
|
|
"613531977", "Horsham", |
|
17664
|
|
|
|
|
|
|
"617473870", "Eddington", |
|
17665
|
|
|
|
|
|
|
"61731790", "Dunwich", |
|
17666
|
|
|
|
|
|
|
"61878028", "Spalding", |
|
17667
|
|
|
|
|
|
|
"612574403", "Bunnor", |
|
17668
|
|
|
|
|
|
|
"61250146", "Koetong", |
|
17669
|
|
|
|
|
|
|
"617442910", "Karumba", |
|
17670
|
|
|
|
|
|
|
"61868035", "Woogenilup", |
|
17671
|
|
|
|
|
|
|
"61871112", "Adelaide", |
|
17672
|
|
|
|
|
|
|
"618863366", "Darke\ Peak", |
|
17673
|
|
|
|
|
|
|
"61240594", "Karuah", |
|
17674
|
|
|
|
|
|
|
"61899737", "Latham", |
|
17675
|
|
|
|
|
|
|
"618964913", "Moora", |
|
17676
|
|
|
|
|
|
|
"61387404", "Werribee", |
|
17677
|
|
|
|
|
|
|
"6126644", "Grafton", |
|
17678
|
|
|
|
|
|
|
"61743459", "Monogorilby", |
|
17679
|
|
|
|
|
|
|
"61747379", "Charters\ Towers", |
|
17680
|
|
|
|
|
|
|
"618682057", "Harrismith", |
|
17681
|
|
|
|
|
|
|
"61886613", "Port\ Lincoln", |
|
17682
|
|
|
|
|
|
|
"6128959", "Sydney", |
|
17683
|
|
|
|
|
|
|
"6128446", "Sydney", |
|
17684
|
|
|
|
|
|
|
"61887947", "Robe", |
|
17685
|
|
|
|
|
|
|
"6128501", "Engadine", |
|
17686
|
|
|
|
|
|
|
"61253166", "Manildra", |
|
17687
|
|
|
|
|
|
|
"61257319", "Tamworth", |
|
17688
|
|
|
|
|
|
|
"618763491", "Port\ Augusta", |
|
17689
|
|
|
|
|
|
|
"61748970", "Emerald", |
|
17690
|
|
|
|
|
|
|
"617442955", "Gunpowder", |
|
17691
|
|
|
|
|
|
|
"61746696", "Dalby", |
|
17692
|
|
|
|
|
|
|
"61741130", "Redridge", |
|
17693
|
|
|
|
|
|
|
"61744003", "Camooweal", |
|
17694
|
|
|
|
|
|
|
"61388273", "Ringwood", |
|
17695
|
|
|
|
|
|
|
"612574110", "Coolatai", |
|
17696
|
|
|
|
|
|
|
"61348292", "Kyabram", |
|
17697
|
|
|
|
|
|
|
"61263054", "Blayney", |
|
17698
|
|
|
|
|
|
|
"61267431", "Gunnedah", |
|
17699
|
|
|
|
|
|
|
"61354869", "Inglewood", |
|
17700
|
|
|
|
|
|
|
"61890549", "Westonia", |
|
17701
|
|
|
|
|
|
|
"61340568", "Natya", |
|
17702
|
|
|
|
|
|
|
"61244060", "Bawley\ Point", |
|
17703
|
|
|
|
|
|
|
"61756030", "Kerry", |
|
17704
|
|
|
|
|
|
|
"61864584", "Perth", |
|
17705
|
|
|
|
|
|
|
"61350917", "Underbool", |
|
17706
|
|
|
|
|
|
|
"618856766", "Coonalpyn", |
|
17707
|
|
|
|
|
|
|
"612574155", "Pallamallawa", |
|
17708
|
|
|
|
|
|
|
"617750354", "Isisford", |
|
17709
|
|
|
|
|
|
|
"61748094", "Spier", |
|
17710
|
|
|
|
|
|
|
"612583240", "Borah\ Tank", |
|
17711
|
|
|
|
|
|
|
"617476503", "Greenvale", |
|
17712
|
|
|
|
|
|
|
"613572497", "Taggerty", |
|
17713
|
|
|
|
|
|
|
"618753459", "Coonalpyn", |
|
17714
|
|
|
|
|
|
|
"612594174", "Bambilla", |
|
17715
|
|
|
|
|
|
|
"61358344", "Katamatite", |
|
17716
|
|
|
|
|
|
|
"61749457", "Dingo\ Beach", |
|
17717
|
|
|
|
|
|
|
"61264201", "Bobundara", |
|
17718
|
|
|
|
|
|
|
"618763908", "Port\ Pirie", |
|
17719
|
|
|
|
|
|
|
"61740620", "Georgetown", |
|
17720
|
|
|
|
|
|
|
"612593753", "Ariah\ Park", |
|
17721
|
|
|
|
|
|
|
"61357337", "Mount\ Buller", |
|
17722
|
|
|
|
|
|
|
"61756226", "Jimboomba", |
|
17723
|
|
|
|
|
|
|
"61745128", "Leyburn", |
|
17724
|
|
|
|
|
|
|
"612532847", "Lyndhurst", |
|
17725
|
|
|
|
|
|
|
"61742490", "Aurukun", |
|
17726
|
|
|
|
|
|
|
"61897121", "Cundinup", |
|
17727
|
|
|
|
|
|
|
"61364789", "Smithton", |
|
17728
|
|
|
|
|
|
|
"61896116", "Jelkobine", |
|
17729
|
|
|
|
|
|
|
"61354732", "Castlemaine", |
|
17730
|
|
|
|
|
|
|
"61260445", "Corowa", |
|
17731
|
|
|
|
|
|
|
"618867737", "Herbert", |
|
17732
|
|
|
|
|
|
|
"61247127", "Katoomba", |
|
17733
|
|
|
|
|
|
|
"61885197", "Tailem\ Bend", |
|
17734
|
|
|
|
|
|
|
"61363094", "Westbury", |
|
17735
|
|
|
|
|
|
|
"61248252", "Bungonia", |
|
17736
|
|
|
|
|
|
|
"61754029", "Kia\ Ora", |
|
17737
|
|
|
|
|
|
|
"61891348", "Mitchell", |
|
17738
|
|
|
|
|
|
|
"61341369", "Gormandale", |
|
17739
|
|
|
|
|
|
|
"613545950", "Murrabit", |
|
17740
|
|
|
|
|
|
|
"61392121", "Dandenong", |
|
17741
|
|
|
|
|
|
|
"61356446", "Foster", |
|
17742
|
|
|
|
|
|
|
"618866962", "Gladstone", |
|
17743
|
|
|
|
|
|
|
"617486582", "Willows", |
|
17744
|
|
|
|
|
|
|
"61353021", "Gerang\ Gerung", |
|
17745
|
|
|
|
|
|
|
"61753114", "Maroon", |
|
17746
|
|
|
|
|
|
|
"61741686", "Windera", |
|
17747
|
|
|
|
|
|
|
"61263465", "Birriwa", |
|
17748
|
|
|
|
|
|
|
"61747153", "Prairie", |
|
17749
|
|
|
|
|
|
|
"61258223", "Tullamore", |
|
17750
|
|
|
|
|
|
|
"61749642", "Glenden", |
|
17751
|
|
|
|
|
|
|
"618683656", "Porongurup", |
|
17752
|
|
|
|
|
|
|
"61745306", "Quilpie", |
|
17753
|
|
|
|
|
|
|
"618867753", "Orroroo", |
|
17754
|
|
|
|
|
|
|
"61260048", "Little\ Billabong", |
|
17755
|
|
|
|
|
|
|
"61364540", "Devonport", |
|
17756
|
|
|
|
|
|
|
"61746579", "Winton", |
|
17757
|
|
|
|
|
|
|
"61898595", "Nyabing", |
|
17758
|
|
|
|
|
|
|
"6139802", "Ringwood", |
|
17759
|
|
|
|
|
|
|
"61886066", "Gairdner", |
|
17760
|
|
|
|
|
|
|
"61899567", "Mount\ George\/Wiluna", |
|
17761
|
|
|
|
|
|
|
"612593737", "Urana", |
|
17762
|
|
|
|
|
|
|
"61361063", "Colebrook", |
|
17763
|
|
|
|
|
|
|
"613441730", "Raywood", |
|
17764
|
|
|
|
|
|
|
"61256519", "Dorrigo", |
|
17765
|
|
|
|
|
|
|
"61879398", "Pine\ Creek", |
|
17766
|
|
|
|
|
|
|
"61743402", "Gaeta", |
|
17767
|
|
|
|
|
|
|
"61875194", "Peebinga", |
|
17768
|
|
|
|
|
|
|
"61888000", "Alford", |
|
17769
|
|
|
|
|
|
|
"61263068", "Dunedoo", |
|
17770
|
|
|
|
|
|
|
"61748301", "Ubobo", |
|
17771
|
|
|
|
|
|
|
"61340554", "Cowangie", |
|
17772
|
|
|
|
|
|
|
"6126495", "Merimbula", |
|
17773
|
|
|
|
|
|
|
"61879695", "Darwin", |
|
17774
|
|
|
|
|
|
|
"61354258", "St\ Arnaud", |
|
17775
|
|
|
|
|
|
|
"61888007", "Arthurton", |
|
17776
|
|
|
|
|
|
|
"61340252", "Boundary\ Bend", |
|
17777
|
|
|
|
|
|
|
"61351179", "Loch\ Sport", |
|
17778
|
|
|
|
|
|
|
"61884864", "Mount\ Barker", |
|
17779
|
|
|
|
|
|
|
"61267833", "Upper\ Horton", |
|
17780
|
|
|
|
|
|
|
"61261500", "Gundaroo", |
|
17781
|
|
|
|
|
|
|
"61889651", "Katherine", |
|
17782
|
|
|
|
|
|
|
"612574644", "Wee\ Waa", |
|
17783
|
|
|
|
|
|
|
"61753463", "Imbil", |
|
17784
|
|
|
|
|
|
|
"618854918", "Strathalbyn", |
|
17785
|
|
|
|
|
|
|
"61266199", "Ulong", |
|
17786
|
|
|
|
|
|
|
"61879021", "Alice\ Springs", |
|
17787
|
|
|
|
|
|
|
"61740054", "Gordonvale", |
|
17788
|
|
|
|
|
|
|
"61745744", "Warwick", |
|
17789
|
|
|
|
|
|
|
"61367206", "Longford", |
|
17790
|
|
|
|
|
|
|
"61364547", "Stanley", |
|
17791
|
|
|
|
|
|
|
"61269932", "Hay", |
|
17792
|
|
|
|
|
|
|
"618903391", "Great\ Victoria", |
|
17793
|
|
|
|
|
|
|
"61363912", "Longford", |
|
17794
|
|
|
|
|
|
|
"61248738", "Nerriga", |
|
17795
|
|
|
|
|
|
|
"61899560", "Geraldton", |
|
17796
|
|
|
|
|
|
|
"613441951", "Wycheproof", |
|
17797
|
|
|
|
|
|
|
"61876125", "Port\ Broughton", |
|
17798
|
|
|
|
|
|
|
"618753132", "Kapunda", |
|
17799
|
|
|
|
|
|
|
"617452720", "Killarney", |
|
17800
|
|
|
|
|
|
|
"61240653", "Branxton", |
|
17801
|
|
|
|
|
|
|
"613549607", "Bridgewater", |
|
17802
|
|
|
|
|
|
|
"61260459", "Albury", |
|
17803
|
|
|
|
|
|
|
"612533061", "Yetholme", |
|
17804
|
|
|
|
|
|
|
"61355701", "Balmoral", |
|
17805
|
|
|
|
|
|
|
"61248554", "Bundanoon", |
|
17806
|
|
|
|
|
|
|
"61265232", "Gloucester", |
|
17807
|
|
|
|
|
|
|
"61255289", "Macksville", |
|
17808
|
|
|
|
|
|
|
"618862904", "Coffin\ Bay", |
|
17809
|
|
|
|
|
|
|
"61891659", "Paraburdoo", |
|
17810
|
|
|
|
|
|
|
"617485859", "Finch\ Hatton", |
|
17811
|
|
|
|
|
|
|
"6173080", "Beenleigh", |
|
17812
|
|
|
|
|
|
|
"61361241", "Nubeena", |
|
17813
|
|
|
|
|
|
|
"618753029", "Morgan", |
|
17814
|
|
|
|
|
|
|
"61890805", "Kalgoorlie", |
|
17815
|
|
|
|
|
|
|
"618965688", "Dalwallinu\ West", |
|
17816
|
|
|
|
|
|
|
"61740627", "Etheridge", |
|
17817
|
|
|
|
|
|
|
"61354135", "Murrabit", |
|
17818
|
|
|
|
|
|
|
"61358706", "Yalca", |
|
17819
|
|
|
|
|
|
|
"61753521", "Jimna", |
|
17820
|
|
|
|
|
|
|
"61367085", "St\ Marys", |
|
17821
|
|
|
|
|
|
|
"61357330", "Mansfield", |
|
17822
|
|
|
|
|
|
|
"618763978", "Melrose", |
|
17823
|
|
|
|
|
|
|
"612594104", "Cowabbie", |
|
17824
|
|
|
|
|
|
|
"61238198", "Crookwell", |
|
17825
|
|
|
|
|
|
|
"61885190", "Strathalbyn", |
|
17826
|
|
|
|
|
|
|
"61247120", "Lawson", |
|
17827
|
|
|
|
|
|
|
"617458973", "Bollon", |
|
17828
|
|
|
|
|
|
|
"61878004", "Balaklava", |
|
17829
|
|
|
|
|
|
|
"61742497", "Daintree", |
|
17830
|
|
|
|
|
|
|
"61358939", "Caldwell", |
|
17831
|
|
|
|
|
|
|
"61752265", "Maroon", |
|
17832
|
|
|
|
|
|
|
"613431192", "Navarre", |
|
17833
|
|
|
|
|
|
|
"61890555", "Gibson", |
|
17834
|
|
|
|
|
|
|
"61341322", "Dinner\ Plain", |
|
17835
|
|
|
|
|
|
|
"617476573", "Long\ Pocket", |
|
17836
|
|
|
|
|
|
|
"61753316", "Coominya", |
|
17837
|
|
|
|
|
|
|
"61740068", "Innot\ Hot\ Springs", |
|
17838
|
|
|
|
|
|
|
"61246032", "Picton", |
|
17839
|
|
|
|
|
|
|
"618989166", "Pingelly", |
|
17840
|
|
|
|
|
|
|
"61749126", "The\ Caves", |
|
17841
|
|
|
|
|
|
|
"61350910", "Ouyen", |
|
17842
|
|
|
|
|
|
|
"61269662", "Griffith", |
|
17843
|
|
|
|
|
|
|
"618660881", "Beverley", |
|
17844
|
|
|
|
|
|
|
"61251132", "Cavan", |
|
17845
|
|
|
|
|
|
|
"61261189", "Uriarra\ Forest", |
|
17846
|
|
|
|
|
|
|
"61742243", "Euramo", |
|
17847
|
|
|
|
|
|
|
"612635", "Lithgow", |
|
17848
|
|
|
|
|
|
|
"61355141", "South\ Purrumbete", |
|
17849
|
|
|
|
|
|
|
"617480823", "Yeppoon", |
|
17850
|
|
|
|
|
|
|
"61743048", "Bundaberg", |
|
17851
|
|
|
|
|
|
|
"61354264", "Woodend", |
|
17852
|
|
|
|
|
|
|
"61741137", "Tandora", |
|
17853
|
|
|
|
|
|
|
"61895411", "Byford", |
|
17854
|
|
|
|
|
|
|
"61896314", "Dowerin", |
|
17855
|
|
|
|
|
|
|
"61755477", "Jimboomba", |
|
17856
|
|
|
|
|
|
|
"61747418", "Flinders", |
|
17857
|
|
|
|
|
|
|
"61889783", "Tiwi", |
|
17858
|
|
|
|
|
|
|
"612574584", "Cuttabri", |
|
17859
|
|
|
|
|
|
|
"61248804", "Lost\ River", |
|
17860
|
|
|
|
|
|
|
"61358146", "Deniliquin", |
|
17861
|
|
|
|
|
|
|
"61756037", "Kerry", |
|
17862
|
|
|
|
|
|
|
"61299121", "Parramatta", |
|
17863
|
|
|
|
|
|
|
"61362629", "Brighton", |
|
17864
|
|
|
|
|
|
|
"61877339", "Tintinara", |
|
17865
|
|
|
|
|
|
|
"61244067", "Narooma", |
|
17866
|
|
|
|
|
|
|
"617480739", "Tieri", |
|
17867
|
|
|
|
|
|
|
"61752134", "Boonah", |
|
17868
|
|
|
|
|
|
|
"617486854", "Moranbah", |
|
17869
|
|
|
|
|
|
|
"617476484", "Dalbeg", |
|
17870
|
|
|
|
|
|
|
"61891836", "Karratha", |
|
17871
|
|
|
|
|
|
|
"61269756", "Weethalle", |
|
17872
|
|
|
|
|
|
|
"61748977", "Rockhampton", |
|
17873
|
|
|
|
|
|
|
"61343225", "Ballan", |
|
17874
|
|
|
|
|
|
|
"6189735", "Collie", |
|
17875
|
|
|
|
|
|
|
"617750220", "Wyaga", |
|
17876
|
|
|
|
|
|
|
"613431895", "Creswick", |
|
17877
|
|
|
|
|
|
|
"61887940", "Kingston\ Se", |
|
17878
|
|
|
|
|
|
|
"61257951", "Armidale", |
|
17879
|
|
|
|
|
|
|
"61887689", "Reedy\ Creek", |
|
17880
|
|
|
|
|
|
|
"6139235", "Melbourne", |
|
17881
|
|
|
|
|
|
|
"612594412", "Junee\ Reefs", |
|
17882
|
|
|
|
|
|
|
"61731797", "Russell\ Island", |
|
17883
|
|
|
|
|
|
|
"61747015", "Bambaroo", |
|
17884
|
|
|
|
|
|
|
"61756484", "Southport", |
|
17885
|
|
|
|
|
|
|
"617441404", "Gunpowder", |
|
17886
|
|
|
|
|
|
|
"613451327", "Harrow", |
|
17887
|
|
|
|
|
|
|
"613531907", "Beulah", |
|
17888
|
|
|
|
|
|
|
"61734150", "Dunwich", |
|
17889
|
|
|
|
|
|
|
"61890787", "Mount\ Beaumont", |
|
17890
|
|
|
|
|
|
|
"613546307", "Moonambel", |
|
17891
|
|
|
|
|
|
|
"6126870", "Bourke", |
|
17892
|
|
|
|
|
|
|
"612530173", "Bylong", |
|
17893
|
|
|
|
|
|
|
"61899730", "Perenjori", |
|
17894
|
|
|
|
|
|
|
"613432143", "Dimboola", |
|
17895
|
|
|
|
|
|
|
"61257075", "Inverell", |
|
17896
|
|
|
|
|
|
|
"61745104", "Durham\ Downs", |
|
17897
|
|
|
|
|
|
|
"618852093", "Barmera", |
|
17898
|
|
|
|
|
|
|
"61743445", "Windera", |
|
17899
|
|
|
|
|
|
|
"61248568", "Goulburn", |
|
17900
|
|
|
|
|
|
|
"61340209", "Annuello", |
|
17901
|
|
|
|
|
|
|
"612574473", "Warialda", |
|
17902
|
|
|
|
|
|
|
"61256383", "Bellingen", |
|
17903
|
|
|
|
|
|
|
"6128383", "Sydney", |
|
17904
|
|
|
|
|
|
|
"61351150", "Yinnar", |
|
17905
|
|
|
|
|
|
|
"61269074", "Tooma", |
|
17906
|
|
|
|
|
|
|
"61361606", "Ouse", |
|
17907
|
|
|
|
|
|
|
"61359546", "Warburton", |
|
17908
|
|
|
|
|
|
|
"6128500", "Engadine", |
|
17909
|
|
|
|
|
|
|
"61354797", "Traynors\ Lagoon", |
|
17910
|
|
|
|
|
|
|
"61257309", "Gundabloui", |
|
17911
|
|
|
|
|
|
|
"61885132", "Mount\ Pleasant", |
|
17912
|
|
|
|
|
|
|
"613553964", "Panmure", |
|
17913
|
|
|
|
|
|
|
"612583646", "Tyrie", |
|
17914
|
|
|
|
|
|
|
"618682157", "Kuringup", |
|
17915
|
|
|
|
|
|
|
"618996977", "Denham", |
|
17916
|
|
|
|
|
|
|
"61886603", "Yabmana", |
|
17917
|
|
|
|
|
|
|
"61357392", "Puckapunyal", |
|
17918
|
|
|
|
|
|
|
"613574622", "Yea", |
|
17919
|
|
|
|
|
|
|
"61745521", "Galilee", |
|
17920
|
|
|
|
|
|
|
"61256552", "Coutts\ Crossing", |
|
17921
|
|
|
|
|
|
|
"61746557", "Paroo", |
|
17922
|
|
|
|
|
|
|
"61880039", "Wilcannia", |
|
17923
|
|
|
|
|
|
|
"613442227", "Logan", |
|
17924
|
|
|
|
|
|
|
"618983687", "Jerramungup", |
|
17925
|
|
|
|
|
|
|
"618903436", "Coomalbidgup", |
|
17926
|
|
|
|
|
|
|
"61265290", "Kempsey", |
|
17927
|
|
|
|
|
|
|
"61895553", "Mandurah", |
|
17928
|
|
|
|
|
|
|
"613450995", "Derrinallum", |
|
17929
|
|
|
|
|
|
|
"612530003", "Leadville", |
|
17930
|
|
|
|
|
|
|
"61240026", "Stroud", |
|
17931
|
|
|
|
|
|
|
"612582465", "Cobar", |
|
17932
|
|
|
|
|
|
|
"618752970", "Swan\ Reach", |
|
17933
|
|
|
|
|
|
|
"61746785", "Meandarra", |
|
17934
|
|
|
|
|
|
|
"61249168", "Bulahdelah", |
|
17935
|
|
|
|
|
|
|
"61269990", "Adelong", |
|
17936
|
|
|
|
|
|
|
"6139749", "Werribee", |
|
17937
|
|
|
|
|
|
|
"612532698", "Maimuru", |
|
17938
|
|
|
|
|
|
|
"61753744", "Caloundra", |
|
17939
|
|
|
|
|
|
|
"618941", "Spearwood", |
|
17940
|
|
|
|
|
|
|
"61745463", "Texas", |
|
17941
|
|
|
|
|
|
|
"61256180", "Thora", |
|
17942
|
|
|
|
|
|
|
"61351889", "Woodside", |
|
17943
|
|
|
|
|
|
|
"618851994", "Windsor", |
|
17944
|
|
|
|
|
|
|
"6188824", "Alford", |
|
17945
|
|
|
|
|
|
|
"61749479", "Lethebrook", |
|
17946
|
|
|
|
|
|
|
"61896746", "Dalwallinu", |
|
17947
|
|
|
|
|
|
|
"61896467", "Dangin", |
|
17948
|
|
|
|
|
|
|
"61342280", "Beech\ Forest", |
|
17949
|
|
|
|
|
|
|
"61876241", "Port\ Lincoln", |
|
17950
|
|
|
|
|
|
|
"61298463", "Sydney", |
|
17951
|
|
|
|
|
|
|
"61744013", "Woodstock", |
|
17952
|
|
|
|
|
|
|
"61361539", "Margate", |
|
17953
|
|
|
|
|
|
|
"61351582", "Cann\ River", |
|
17954
|
|
|
|
|
|
|
"613553799", "Hamilton", |
|
17955
|
|
|
|
|
|
|
"61899281", "Mingenew", |
|
17956
|
|
|
|
|
|
|
"61879786", "Darwin", |
|
17957
|
|
|
|
|
|
|
"61898160", "Kulin", |
|
17958
|
|
|
|
|
|
|
"61897202", "Myalup", |
|
17959
|
|
|
|
|
|
|
"61753104", "Crossdale", |
|
17960
|
|
|
|
|
|
|
"6138357", "Sydenham", |
|
17961
|
|
|
|
|
|
|
"618683215", "Varley", |
|
17962
|
|
|
|
|
|
|
"61383586", "Craigieburn", |
|
17963
|
|
|
|
|
|
|
"61256636", "Rappville", |
|
17964
|
|
|
|
|
|
|
"61359084", "Rosebud", |
|
17965
|
|
|
|
|
|
|
"61743381", "Bunker", |
|
17966
|
|
|
|
|
|
|
"61264122", "Bonang", |
|
17967
|
|
|
|
|
|
|
"612574737", "Walcha", |
|
17968
|
|
|
|
|
|
|
"61896106", "Gillingarra", |
|
17969
|
|
|
|
|
|
|
"612532462", "Orange", |
|
17970
|
|
|
|
|
|
|
"61748482", "Mackay", |
|
17971
|
|
|
|
|
|
|
"618989357", "Beaufort\ River", |
|
17972
|
|
|
|
|
|
|
"617480486", "Connors\ Range", |
|
17973
|
|
|
|
|
|
|
"61264211", "Jindabyne\ South", |
|
17974
|
|
|
|
|
|
|
"612594074", "Wee\ Elwah", |
|
17975
|
|
|
|
|
|
|
"618683250", "Broomehill", |
|
17976
|
|
|
|
|
|
|
"61754723", "Kenilworth", |
|
17977
|
|
|
|
|
|
|
"61340161", "Waitchie", |
|
17978
|
|
|
|
|
|
|
"61746807", "Ballandean", |
|
17979
|
|
|
|
|
|
|
"61741795", "Murgon", |
|
17980
|
|
|
|
|
|
|
"612574753", "Barwick", |
|
17981
|
|
|
|
|
|
|
"61258034", "Bogan\ Gate", |
|
17982
|
|
|
|
|
|
|
"61877095", "Greenways", |
|
17983
|
|
|
|
|
|
|
"61342356", "Queenscliff", |
|
17984
|
|
|
|
|
|
|
"61257047", "Glencoe", |
|
17985
|
|
|
|
|
|
|
"61747357", "Rollingstone", |
|
17986
|
|
|
|
|
|
|
"61743477", "Yarraman", |
|
17987
|
|
|
|
|
|
|
"61888010", "Auburn", |
|
17988
|
|
|
|
|
|
|
"612583514", "Farrendale", |
|
17989
|
|
|
|
|
|
|
"61748311", "Woorabinda", |
|
17990
|
|
|
|
|
|
|
"61898986", "Perillup", |
|
17991
|
|
|
|
|
|
|
"61348237", "Tatura", |
|
17992
|
|
|
|
|
|
|
"61350480", "Nyah", |
|
17993
|
|
|
|
|
|
|
"61743412", "Burnett", |
|
17994
|
|
|
|
|
|
|
"61256509", "Thora", |
|
17995
|
|
|
|
|
|
|
"61351426", "Seaspray", |
|
17996
|
|
|
|
|
|
|
"618997394", "Wiluna", |
|
17997
|
|
|
|
|
|
|
"61343141", "Elmhurst", |
|
17998
|
|
|
|
|
|
|
"61255376", "Muswellbrook", |
|
17999
|
|
|
|
|
|
|
"61740776", "Gordonvale", |
|
18000
|
|
|
|
|
|
|
"61251190", "Binalong", |
|
18001
|
|
|
|
|
|
|
"61896328", "Bolgart", |
|
18002
|
|
|
|
|
|
|
"61261572", "Yass", |
|
18003
|
|
|
|
|
|
|
"61885393", "Murray\ Bridge", |
|
18004
|
|
|
|
|
|
|
"61284182", "Avalon\ Beach", |
|
18005
|
|
|
|
|
|
|
"61747042", "Cape\ River", |
|
18006
|
|
|
|
|
|
|
"61744149", "Camooweal", |
|
18007
|
|
|
|
|
|
|
"6174982", "Emerald", |
|
18008
|
|
|
|
|
|
|
"618763765", "Carrieton", |
|
18009
|
|
|
|
|
|
|
"61257352", "Boggabri", |
|
18010
|
|
|
|
|
|
|
"618989333", "Williams", |
|
18011
|
|
|
|
|
|
|
"61745316", "Chinchilla", |
|
18012
|
|
|
|
|
|
|
"617486931", "Gayfield", |
|
18013
|
|
|
|
|
|
|
"61357133", "Violet\ Town", |
|
18014
|
|
|
|
|
|
|
"61364083", "Wynyard", |
|
18015
|
|
|
|
|
|
|
"612592678", "Batlow", |
|
18016
|
|
|
|
|
|
|
"618683324", "Tarin\ Rock", |
|
18017
|
|
|
|
|
|
|
"6174973", "Gladstone", |
|
18018
|
|
|
|
|
|
|
"61251197", "Gundaroo", |
|
18019
|
|
|
|
|
|
|
"61887975", "Kalangadoo", |
|
18020
|
|
|
|
|
|
|
"61355548", "Lake\ Mundi", |
|
18021
|
|
|
|
|
|
|
"617476525", "Halifax", |
|
18022
|
|
|
|
|
|
|
"6124206", "Wollongong", |
|
18023
|
|
|
|
|
|
|
"61748866", "Mackay", |
|
18024
|
|
|
|
|
|
|
"61888072", "Nantawarra", |
|
18025
|
|
|
|
|
|
|
"61353786", "Stoneleigh", |
|
18026
|
|
|
|
|
|
|
"61896091", "Dowerin", |
|
18027
|
|
|
|
|
|
|
"618866187", "Wirrulla", |
|
18028
|
|
|
|
|
|
|
"61362074", "Ouse", |
|
18029
|
|
|
|
|
|
|
"618683569", "Wickepin", |
|
18030
|
|
|
|
|
|
|
"618763849", "Arno\ Bay", |
|
18031
|
|
|
|
|
|
|
"61263999", "Cowra", |
|
18032
|
|
|
|
|
|
|
"61367216", "Targa", |
|
18033
|
|
|
|
|
|
|
"61887051", "Lochaber", |
|
18034
|
|
|
|
|
|
|
"61744155", "Greenvale", |
|
18035
|
|
|
|
|
|
|
"61257040", "Barwick", |
|
18036
|
|
|
|
|
|
|
"61747350", "Doomadgee", |
|
18037
|
|
|
|
|
|
|
"61743470", "Rosedale", |
|
18038
|
|
|
|
|
|
|
"61756092", "Ormeau", |
|
18039
|
|
|
|
|
|
|
"61867074", "Dinninup\ North", |
|
18040
|
|
|
|
|
|
|
"618903262", "Ardath", |
|
18041
|
|
|
|
|
|
|
"612583180", "Kiacatoo", |
|
18042
|
|
|
|
|
|
|
"61265443", "Scone", |
|
18043
|
|
|
|
|
|
|
"61268338", "Buckinguy", |
|
18044
|
|
|
|
|
|
|
"61746800", "Stanthorpe", |
|
18045
|
|
|
|
|
|
|
"61348230", "Mathoura", |
|
18046
|
|
|
|
|
|
|
"61350487", "Mildura", |
|
18047
|
|
|
|
|
|
|
"6127923", "Sydney", |
|
18048
|
|
|
|
|
|
|
"61741192", "Monogorilby", |
|
18049
|
|
|
|
|
|
|
"61897868", "Jangardup", |
|
18050
|
|
|
|
|
|
|
"61888017", "Blyth", |
|
18051
|
|
|
|
|
|
|
"613450568", "Ecklin", |
|
18052
|
|
|
|
|
|
|
"61744238", "Ingham", |
|
18053
|
|
|
|
|
|
|
"61878014", "Hallett", |
|
18054
|
|
|
|
|
|
|
"61256268", "Grafton", |
|
18055
|
|
|
|
|
|
|
"612594004", "Stanbridge", |
|
18056
|
|
|
|
|
|
|
"61755459", "Beechmont", |
|
18057
|
|
|
|
|
|
|
"618993278", "Upper\ Gascoyne", |
|
18058
|
|
|
|
|
|
|
"6135464", "Carisbrook", |
|
18059
|
|
|
|
|
|
|
"613441798", "Gowar\ East", |
|
18060
|
|
|
|
|
|
|
"61342168", "Lavers\ Hill", |
|
18061
|
|
|
|
|
|
|
"61890815", "Narembeen\ East", |
|
18062
|
|
|
|
|
|
|
"612530125", "Manildra\/Kandos\/Killongbutta\/Koorawatha", |
|
18063
|
|
|
|
|
|
|
"61350371", "Swan\ Hill", |
|
18064
|
|
|
|
|
|
|
"61248161", "Goulburn", |
|
18065
|
|
|
|
|
|
|
"61350034", "Annuello", |
|
18066
|
|
|
|
|
|
|
"61264725", "Candelo", |
|
18067
|
|
|
|
|
|
|
"6173081", "Beenleigh", |
|
18068
|
|
|
|
|
|
|
"61898167", "Kuringup", |
|
18069
|
|
|
|
|
|
|
"617459919", "Westgrove", |
|
18070
|
|
|
|
|
|
|
"61890231", "Wialki\ North", |
|
18071
|
|
|
|
|
|
|
"61899195", "Gutha\ West", |
|
18072
|
|
|
|
|
|
|
"612574425", "Glencoe", |
|
18073
|
|
|
|
|
|
|
"613470178", "Alexandra", |
|
18074
|
|
|
|
|
|
|
"6138815", "Melbourne", |
|
18075
|
|
|
|
|
|
|
"618753032", "Mypolonga", |
|
18076
|
|
|
|
|
|
|
"612582501", "Mount\ Herring", |
|
18077
|
|
|
|
|
|
|
"613545274", "Cohuna", |
|
18078
|
|
|
|
|
|
|
"61747408", "Collinsville", |
|
18079
|
|
|
|
|
|
|
"61256187", "Glenreagh", |
|
18080
|
|
|
|
|
|
|
"61895401", "Gidgegannup", |
|
18081
|
|
|
|
|
|
|
"61896304", "Paynes\ Find", |
|
18082
|
|
|
|
|
|
|
"6128819", "Sydney", |
|
18083
|
|
|
|
|
|
|
"6173724", "Brisbane", |
|
18084
|
|
|
|
|
|
|
"61342287", "Lara", |
|
18085
|
|
|
|
|
|
|
"61891081", "Sandfire", |
|
18086
|
|
|
|
|
|
|
"61897854", "Donnybrook", |
|
18087
|
|
|
|
|
|
|
"61896460", "Beverley", |
|
18088
|
|
|
|
|
|
|
"61891612", "Wyndham", |
|
18089
|
|
|
|
|
|
|
"61755402", "Tamborine\ Mountain", |
|
18090
|
|
|
|
|
|
|
"617486013", "Buckland", |
|
18091
|
|
|
|
|
|
|
"61268965", "Kiacatoo", |
|
18092
|
|
|
|
|
|
|
"61886894", "Bayley\ Plains", |
|
18093
|
|
|
|
|
|
|
"618600813", "Esperance", |
|
18094
|
|
|
|
|
|
|
"61898288", "Nalyerlup", |
|
18095
|
|
|
|
|
|
|
"612573412", "Narrabri", |
|
18096
|
|
|
|
|
|
|
"61746182", "Talwood", |
|
18097
|
|
|
|
|
|
|
"618982246", "Bow\ Bridge", |
|
18098
|
|
|
|
|
|
|
"618989066", "Wickepin\ East", |
|
18099
|
|
|
|
|
|
|
"61269997", "Gundagai", |
|
18100
|
|
|
|
|
|
|
"61898406", "Bow\ Bridge", |
|
18101
|
|
|
|
|
|
|
"61264169", "Wonboyn\ Lake", |
|
18102
|
|
|
|
|
|
|
"61267062", "Delungra", |
|
18103
|
|
|
|
|
|
|
"61265297", "Baerami", |
|
18104
|
|
|
|
|
|
|
"61363866", "St\ Marys", |
|
18105
|
|
|
|
|
|
|
"61340219", "Culgoa", |
|
18106
|
|
|
|
|
|
|
"612630392", "Gingkin", |
|
18107
|
|
|
|
|
|
|
"61745114", "Arcadia\ Valley", |
|
18108
|
|
|
|
|
|
|
"61345021", "Camperdown", |
|
18109
|
|
|
|
|
|
|
"61746550", "Cunnamulla", |
|
18110
|
|
|
|
|
|
|
"6174956", "Sarina", |
|
18111
|
|
|
|
|
|
|
"61889089", "Rodinga", |
|
18112
|
|
|
|
|
|
|
"61264646", "Cobargo", |
|
18113
|
|
|
|
|
|
|
"61749615", "The\ Caves", |
|
18114
|
|
|
|
|
|
|
"61255174", "Broke", |
|
18115
|
|
|
|
|
|
|
"61741333", "Yandaran", |
|
18116
|
|
|
|
|
|
|
"61871705", "Adelaide", |
|
18117
|
|
|
|
|
|
|
"61348026", "Logie\ Brae", |
|
18118
|
|
|
|
|
|
|
"61742432", "Weipa", |
|
18119
|
|
|
|
|
|
|
"61256254", "Ettrick", |
|
18120
|
|
|
|
|
|
|
"61351157", "Gormandale", |
|
18121
|
|
|
|
|
|
|
"61260381", "Balldale", |
|
18122
|
|
|
|
|
|
|
"61753128", "Woolooga", |
|
18123
|
|
|
|
|
|
|
"61885735", "Yumali", |
|
18124
|
|
|
|
|
|
|
"6128372", "Sydney", |
|
18125
|
|
|
|
|
|
|
"618996907", "Walkaway", |
|
18126
|
|
|
|
|
|
|
"6124830", "Crookwell", |
|
18127
|
|
|
|
|
|
|
"617458925", "Quilpie", |
|
18128
|
|
|
|
|
|
|
"61876063", "Spilsby", |
|
18129
|
|
|
|
|
|
|
"61899126", "Pindar\ South", |
|
18130
|
|
|
|
|
|
|
"61358185", "Katamatite", |
|
18131
|
|
|
|
|
|
|
"61340049", "Arumpo", |
|
18132
|
|
|
|
|
|
|
"61357148", "Woods\ Point", |
|
18133
|
|
|
|
|
|
|
"618903695", "Burracoppin", |
|
18134
|
|
|
|
|
|
|
"61748416", "Mackay", |
|
18135
|
|
|
|
|
|
|
"61890068", "Esperance", |
|
18136
|
|
|
|
|
|
|
"61269547", "Coleambally", |
|
18137
|
|
|
|
|
|
|
"613432129", "Ballarat", |
|
18138
|
|
|
|
|
|
|
"61730810", "Russell\ Island", |
|
18139
|
|
|
|
|
|
|
"61354989", "Bridgewater", |
|
18140
|
|
|
|
|
|
|
"61891137", "Millstream", |
|
18141
|
|
|
|
|
|
|
"61745411", "Helidon", |
|
18142
|
|
|
|
|
|
|
"617750141", "Elbow\ Valley", |
|
18143
|
|
|
|
|
|
|
"618866375", "Wharminda", |
|
18144
|
|
|
|
|
|
|
"61361394", "Hobart", |
|
18145
|
|
|
|
|
|
|
"618601146", "Laverton", |
|
18146
|
|
|
|
|
|
|
"61741602", "Mundubbera", |
|
18147
|
|
|
|
|
|
|
"61343069", "Rainbow", |
|
18148
|
|
|
|
|
|
|
"61255471", "Idaville", |
|
18149
|
|
|
|
|
|
|
"61383512", "Craigieburn", |
|
18150
|
|
|
|
|
|
|
"61266619", "Whiporie", |
|
18151
|
|
|
|
|
|
|
"61256374", "Tyringham", |
|
18152
|
|
|
|
|
|
|
"61259258", "West\ Wyalong", |
|
18153
|
|
|
|
|
|
|
"61256031", "Whiporie", |
|
18154
|
|
|
|
|
|
|
"618660104", "Goomalling", |
|
18155
|
|
|
|
|
|
|
"61742719", "Aurukun", |
|
18156
|
|
|
|
|
|
|
"61897418", "Margaret\ River", |
|
18157
|
|
|
|
|
|
|
"618866973", "Jamestown", |
|
18158
|
|
|
|
|
|
|
"61246413", "Picton", |
|
18159
|
|
|
|
|
|
|
"61744061", "Dalbeg", |
|
18160
|
|
|
|
|
|
|
"61887165", "Padthaway", |
|
18161
|
|
|
|
|
|
|
"6136299", "Hobart", |
|
18162
|
|
|
|
|
|
|
"61743486", "Burnett", |
|
18163
|
|
|
|
|
|
|
"612592716", "Landervale", |
|
18164
|
|
|
|
|
|
|
"61741836", "Kingaroy", |
|
18165
|
|
|
|
|
|
|
"61899308", "Carnarvon", |
|
18166
|
|
|
|
|
|
|
"61255634", "Howes\ Valley", |
|
18167
|
|
|
|
|
|
|
"61864908", "Kalamunda", |
|
18168
|
|
|
|
|
|
|
"61353115", "Dadswells\ Bridge", |
|
18169
|
|
|
|
|
|
|
"6135943", "Pakenham", |
|
18170
|
|
|
|
|
|
|
"617473864", "Doomadgee", |
|
18171
|
|
|
|
|
|
|
"617458671", "Southwood", |
|
18172
|
|
|
|
|
|
|
"61743208", "Johnstown\ West", |
|
18173
|
|
|
|
|
|
|
"6173701", "Brisbane", |
|
18174
|
|
|
|
|
|
|
"613451183", "Mortlake", |
|
18175
|
|
|
|
|
|
|
"61259135", "Milbrulong", |
|
18176
|
|
|
|
|
|
|
"61357834", "Kilmore", |
|
18177
|
|
|
|
|
|
|
"61745382", "Taroom", |
|
18178
|
|
|
|
|
|
|
"61352956", "Lorne", |
|
18179
|
|
|
|
|
|
|
"61880118", "Broken\ Hill", |
|
18180
|
|
|
|
|
|
|
"61898977", "Borden", |
|
18181
|
|
|
|
|
|
|
"61890465", "Nungarin", |
|
18182
|
|
|
|
|
|
|
"61260739", "Culcairn", |
|
18183
|
|
|
|
|
|
|
"612583701", "Forbes", |
|
18184
|
|
|
|
|
|
|
"61885610", "Tanunda", |
|
18185
|
|
|
|
|
|
|
"61358847", "Wanganella", |
|
18186
|
|
|
|
|
|
|
"6185124", "Karratha", |
|
18187
|
|
|
|
|
|
|
"61899605", "Geraldton", |
|
18188
|
|
|
|
|
|
|
"6173046", "Brisbane", |
|
18189
|
|
|
|
|
|
|
"61261368", "The\ Mullion", |
|
18190
|
|
|
|
|
|
|
"61255387", "Taree", |
|
18191
|
|
|
|
|
|
|
"61740787", "Chillagoe", |
|
18192
|
|
|
|
|
|
|
"61749827", "Blackwater", |
|
18193
|
|
|
|
|
|
|
"61742003", "Coen", |
|
18194
|
|
|
|
|
|
|
"61897015", "Bridgetown", |
|
18195
|
|
|
|
|
|
|
"61353770", "Buninyong", |
|
18196
|
|
|
|
|
|
|
"612574236", "Gundabloui", |
|
18197
|
|
|
|
|
|
|
"61248055", "Paddys\ River", |
|
18198
|
|
|
|
|
|
|
"61889774", "Roper\ River", |
|
18199
|
|
|
|
|
|
|
"61895104", "Bakers\ Hill", |
|
18200
|
|
|
|
|
|
|
"618763875", "Indian\ Pacific", |
|
18201
|
|
|
|
|
|
|
"61341260", "Ensay", |
|
18202
|
|
|
|
|
|
|
"618660896", "Dalwallinu", |
|
18203
|
|
|
|
|
|
|
"61340113", "Balranald", |
|
18204
|
|
|
|
|
|
|
"61879053", "Nhulunbuy", |
|
18205
|
|
|
|
|
|
|
"61878244", "Hallett", |
|
18206
|
|
|
|
|
|
|
"61264979", "Cobargo", |
|
18207
|
|
|
|
|
|
|
"61877237", "Penola", |
|
18208
|
|
|
|
|
|
|
"61260862", "Little\ Billabong", |
|
18209
|
|
|
|
|
|
|
"61748363", "The\ Caves", |
|
18210
|
|
|
|
|
|
|
"61348095", "Conargo", |
|
18211
|
|
|
|
|
|
|
"61259264", "Leeton", |
|
18212
|
|
|
|
|
|
|
"61268175", "Parkes", |
|
18213
|
|
|
|
|
|
|
"61896810", "Wyalkatchem", |
|
18214
|
|
|
|
|
|
|
"6135479", "Castlemaine", |
|
18215
|
|
|
|
|
|
|
"612574228", "Emmaville", |
|
18216
|
|
|
|
|
|
|
"61262201", "Yass", |
|
18217
|
|
|
|
|
|
|
"61355998", "Caramut", |
|
18218
|
|
|
|
|
|
|
"61890054", "Corrigin", |
|
18219
|
|
|
|
|
|
|
"61895744", "Toodyay", |
|
18220
|
|
|
|
|
|
|
"61268710", "Barrier", |
|
18221
|
|
|
|
|
|
|
"61361001", "Geeveston", |
|
18222
|
|
|
|
|
|
|
"61872860", "Mclaren\ Vale", |
|
18223
|
|
|
|
|
|
|
"61749560", "St\ Lawrence", |
|
18224
|
|
|
|
|
|
|
"618764013", "Wharminda", |
|
18225
|
|
|
|
|
|
|
"618753043", "Renmark", |
|
18226
|
|
|
|
|
|
|
"618903314", "Corrigin\ West", |
|
18227
|
|
|
|
|
|
|
"61364662", "Stanley", |
|
18228
|
|
|
|
|
|
|
"618983492", "Gnowangerup", |
|
18229
|
|
|
|
|
|
|
"61281034", "Sydney", |
|
18230
|
|
|
|
|
|
|
"61753553", "Kalbar", |
|
18231
|
|
|
|
|
|
|
"612630798", "Burraga", |
|
18232
|
|
|
|
|
|
|
"6137006", "Melbourne", |
|
18233
|
|
|
|
|
|
|
"61868232", "Cairlocup", |
|
18234
|
|
|
|
|
|
|
"61340307", "Nyah", |
|
18235
|
|
|
|
|
|
|
"613431998", "Willaura", |
|
18236
|
|
|
|
|
|
|
"61741659", "Mundubbera", |
|
18237
|
|
|
|
|
|
|
"61367046", "Bicheno", |
|
18238
|
|
|
|
|
|
|
"61851010", "Kununurra", |
|
18239
|
|
|
|
|
|
|
"61269436", "Coolac", |
|
18240
|
|
|
|
|
|
|
"617441918", "Richmond", |
|
18241
|
|
|
|
|
|
|
"61359298", "Pakenham", |
|
18242
|
|
|
|
|
|
|
"618903386", "South\ Kumminin", |
|
18243
|
|
|
|
|
|
|
"61743522", "Yarraman", |
|
18244
|
|
|
|
|
|
|
"612594160", "Wallendbeen", |
|
18245
|
|
|
|
|
|
|
"61351516", "Munro", |
|
18246
|
|
|
|
|
|
|
"61357708", "Eildon", |
|
18247
|
|
|
|
|
|
|
"613532292", "Yaapeet", |
|
18248
|
|
|
|
|
|
|
"61887729", "Lochaber", |
|
18249
|
|
|
|
|
|
|
"61263780", "Lue", |
|
18250
|
|
|
|
|
|
|
"61240621", "Raymond\ Terrace", |
|
18251
|
|
|
|
|
|
|
"61899450", "Arrowsmith", |
|
18252
|
|
|
|
|
|
|
"61275004", "Engadine", |
|
18253
|
|
|
|
|
|
|
"61362540", "Oatlands", |
|
18254
|
|
|
|
|
|
|
"61257210", "Gunyerwarildi", |
|
18255
|
|
|
|
|
|
|
"61890627", "Corrigin\ West", |
|
18256
|
|
|
|
|
|
|
"618680027", "Lake\ King", |
|
18257
|
|
|
|
|
|
|
"618763722", "Nunjikompita", |
|
18258
|
|
|
|
|
|
|
"61242491", "Wollongong", |
|
18259
|
|
|
|
|
|
|
"61734922", "Redcliffe", |
|
18260
|
|
|
|
|
|
|
"61264263", "Bobundara", |
|
18261
|
|
|
|
|
|
|
"618996856", "Carnamah", |
|
18262
|
|
|
|
|
|
|
"61890620", "Holleton", |
|
18263
|
|
|
|
|
|
|
"61257217", "Oakey\ Creek", |
|
18264
|
|
|
|
|
|
|
"61256176", "Coffs\ Harbour", |
|
18265
|
|
|
|
|
|
|
"618866168", "Port\ Kenny", |
|
18266
|
|
|
|
|
|
|
"61741645", "Kumbia", |
|
18267
|
|
|
|
|
|
|
"61392153", "Dandenong", |
|
18268
|
|
|
|
|
|
|
"61886193", "Port\ Lincoln", |
|
18269
|
|
|
|
|
|
|
"617480063", "Mardale", |
|
18270
|
|
|
|
|
|
|
"61362547", "Baden", |
|
18271
|
|
|
|
|
|
|
"61895128", "Mandurah", |
|
18272
|
|
|
|
|
|
|
"61734506", "Kooringal", |
|
18273
|
|
|
|
|
|
|
"617476562", "Leichhardt\ Range", |
|
18274
|
|
|
|
|
|
|
"61899457", "Eneabba\ South", |
|
18275
|
|
|
|
|
|
|
"613442106", "Bridgewater", |
|
18276
|
|
|
|
|
|
|
"613546085", "Woodend", |
|
18277
|
|
|
|
|
|
|
"61343444", "Ballarat", |
|
18278
|
|
|
|
|
|
|
"61263787", "Gulgong", |
|
18279
|
|
|
|
|
|
|
"61746116", "Roma", |
|
18280
|
|
|
|
|
|
|
"61887839", "Reedy\ Creek", |
|
18281
|
|
|
|
|
|
|
"61342276", "Apollo\ Bay", |
|
18282
|
|
|
|
|
|
|
"61851072", "Mitchell", |
|
18283
|
|
|
|
|
|
|
"61353053", "Learmonth", |
|
18284
|
|
|
|
|
|
|
"6138459", "Melbourne", |
|
18285
|
|
|
|
|
|
|
"61356485", "Icy\ Creek", |
|
18286
|
|
|
|
|
|
|
"61747121", "Kirk", |
|
18287
|
|
|
|
|
|
|
"61248113", "Paddys\ River", |
|
18288
|
|
|
|
|
|
|
"61340300", "Manangatang", |
|
18289
|
|
|
|
|
|
|
"6189167", "Ord", |
|
18290
|
|
|
|
|
|
|
"6138060", "Melbourne", |
|
18291
|
|
|
|
|
|
|
"61743224", "Proston", |
|
18292
|
|
|
|
|
|
|
"617442858", "Kirk", |
|
18293
|
|
|
|
|
|
|
"61741348", "Burnett", |
|
18294
|
|
|
|
|
|
|
"61340464", "Balranald", |
|
18295
|
|
|
|
|
|
|
"618762565", "Carrieton", |
|
18296
|
|
|
|
|
|
|
"61257272", "Mullaley", |
|
18297
|
|
|
|
|
|
|
"61355763", "Macarthur", |
|
18298
|
|
|
|
|
|
|
"61240095", "Clarence\ Town", |
|
18299
|
|
|
|
|
|
|
"6126047", "Albury", |
|
18300
|
|
|
|
|
|
|
"61899324", "Balla", |
|
18301
|
|
|
|
|
|
|
"61897153", "Nannup", |
|
18302
|
|
|
|
|
|
|
"61255256", "Taree", |
|
18303
|
|
|
|
|
|
|
"61260208", "Albury", |
|
18304
|
|
|
|
|
|
|
"61851017", "Onslow", |
|
18305
|
|
|
|
|
|
|
"617750118", "Bunya\ Mountains", |
|
18306
|
|
|
|
|
|
|
"61891686", "Ord", |
|
18307
|
|
|
|
|
|
|
"61896579", "Jurien", |
|
18308
|
|
|
|
|
|
|
"618600997", "Bullaring", |
|
18309
|
|
|
|
|
|
|
"618683418", "Tarwonga", |
|
18310
|
|
|
|
|
|
|
"61352135", "Winchelsea\ South", |
|
18311
|
|
|
|
|
|
|
"61268717", "Albert", |
|
18312
|
|
|
|
|
|
|
"61356088", "Poowong", |
|
18313
|
|
|
|
|
|
|
"613450587", "Port\ Fairy", |
|
18314
|
|
|
|
|
|
|
"61341188", "Omeo", |
|
18315
|
|
|
|
|
|
|
"61888891", "Warooka", |
|
18316
|
|
|
|
|
|
|
"61896872", "Talbot\ Brook", |
|
18317
|
|
|
|
|
|
|
"61267751", "Armidale", |
|
18318
|
|
|
|
|
|
|
"61387508", "Sunbury", |
|
18319
|
|
|
|
|
|
|
"61754265", "Coominya", |
|
18320
|
|
|
|
|
|
|
"61872867", "Salisbury", |
|
18321
|
|
|
|
|
|
|
"61877230", "Millicent", |
|
18322
|
|
|
|
|
|
|
"61263555", "Portland", |
|
18323
|
|
|
|
|
|
|
"61753401", "Ballugan", |
|
18324
|
|
|
|
|
|
|
"612530162", "Orange", |
|
18325
|
|
|
|
|
|
|
"61745813", "Kilbeggan", |
|
18326
|
|
|
|
|
|
|
"61898301", "Mettler", |
|
18327
|
|
|
|
|
|
|
"6127806", "Parramatta", |
|
18328
|
|
|
|
|
|
|
"61268772", "Tottenham", |
|
18329
|
|
|
|
|
|
|
"61264041", "Cathcart", |
|
18330
|
|
|
|
|
|
|
"612574462", "Somerton", |
|
18331
|
|
|
|
|
|
|
"618752509", "Victor\ Harbor", |
|
18332
|
|
|
|
|
|
|
"61249978", "Wootton", |
|
18333
|
|
|
|
|
|
|
"618982463", "Porongurup", |
|
18334
|
|
|
|
|
|
|
"61263805", "Galong", |
|
18335
|
|
|
|
|
|
|
"618854583", "Auburn", |
|
18336
|
|
|
|
|
|
|
"612574698", "Guyra", |
|
18337
|
|
|
|
|
|
|
"61887656", "Padthaway", |
|
18338
|
|
|
|
|
|
|
"618682142", "Hyden\ East", |
|
18339
|
|
|
|
|
|
|
"61265035", "Comboyne", |
|
18340
|
|
|
|
|
|
|
"61740780", "Innisfail", |
|
18341
|
|
|
|
|
|
|
"61255380", "Ravensworth", |
|
18342
|
|
|
|
|
|
|
"6124609", "Campbelltown", |
|
18343
|
|
|
|
|
|
|
"61340458", "Werrimull", |
|
18344
|
|
|
|
|
|
|
"618863994", "Tumby\ Bay", |
|
18345
|
|
|
|
|
|
|
"61341267", "Rosedale", |
|
18346
|
|
|
|
|
|
|
"618763805", "Mintabie", |
|
18347
|
|
|
|
|
|
|
"61353777", "Linton", |
|
18348
|
|
|
|
|
|
|
"61359996", "Rosebud", |
|
18349
|
|
|
|
|
|
|
"61752062", "Harrisville", |
|
18350
|
|
|
|
|
|
|
"61357724", "Alexandra", |
|
18351
|
|
|
|
|
|
|
"61250185", "Talmalmo", |
|
18352
|
|
|
|
|
|
|
"61248049", "Bundanoon", |
|
18353
|
|
|
|
|
|
|
"61260829", "Albury", |
|
18354
|
|
|
|
|
|
|
"61269789", "Bidgeemia", |
|
18355
|
|
|
|
|
|
|
"61897379", "Myalup", |
|
18356
|
|
|
|
|
|
|
"61353712", "Minimay", |
|
18357
|
|
|
|
|
|
|
"61260522", "Holbrook", |
|
18358
|
|
|
|
|
|
|
"61885617", "Walker\ Flat", |
|
18359
|
|
|
|
|
|
|
"61358840", "Brassi", |
|
18360
|
|
|
|
|
|
|
"61877026", "Thornlea", |
|
18361
|
|
|
|
|
|
|
"61898970", "Unicup", |
|
18362
|
|
|
|
|
|
|
"61744243", "Cloncurry", |
|
18363
|
|
|
|
|
|
|
"61238079", "Wombeyan\ Caves", |
|
18364
|
|
|
|
|
|
|
"61741726", "Blackbutt", |
|
18365
|
|
|
|
|
|
|
"612583771", "Bonnay", |
|
18366
|
|
|
|
|
|
|
"618763414", "Wanilla", |
|
18367
|
|
|
|
|
|
|
"61876011", "Everard", |
|
18368
|
|
|
|
|
|
|
"61350476", "Mallan", |
|
18369
|
|
|
|
|
|
|
"61357239", "Kilmore", |
|
18370
|
|
|
|
|
|
|
"617458601", "Clifton", |
|
18371
|
|
|
|
|
|
|
"61367282", "Mathinna", |
|
18372
|
|
|
|
|
|
|
"61351098", "Maffra", |
|
18373
|
|
|
|
|
|
|
"6187188", "Salisbury", |
|
18374
|
|
|
|
|
|
|
"61740842", "Mossman", |
|
18375
|
|
|
|
|
|
|
"61754848", "Woolooga", |
|
18376
|
|
|
|
|
|
|
"61887762", "Frances", |
|
18377
|
|
|
|
|
|
|
"617441941", "Dalbeg", |
|
18378
|
|
|
|
|
|
|
"618753283", "Parndana", |
|
18379
|
|
|
|
|
|
|
"61891130", "Roebuck", |
|
18380
|
|
|
|
|
|
|
"613572924", "Creightons\ Creek", |
|
18381
|
|
|
|
|
|
|
"618866903", "Indian\ Pacific", |
|
18382
|
|
|
|
|
|
|
"61266078", "Mallanganee", |
|
18383
|
|
|
|
|
|
|
"61340055", "Pan\ Ban", |
|
18384
|
|
|
|
|
|
|
"613549700", "Donald", |
|
18385
|
|
|
|
|
|
|
"61879115", "Tennant\ Creek", |
|
18386
|
|
|
|
|
|
|
"618763486", "Nunjikompita", |
|
18387
|
|
|
|
|
|
|
"61268343", "Warrumbungle", |
|
18388
|
|
|
|
|
|
|
"61898094", "Gnowangerup", |
|
18389
|
|
|
|
|
|
|
"61886332", "Port\ Pirie", |
|
18390
|
|
|
|
|
|
|
"61866052", "Studleigh", |
|
18391
|
|
|
|
|
|
|
"6124023", "Newcastle", |
|
18392
|
|
|
|
|
|
|
"618904212", "Mukinbudin", |
|
18393
|
|
|
|
|
|
|
"61247489", "Penrith", |
|
18394
|
|
|
|
|
|
|
"61261156", "Binalong", |
|
18395
|
|
|
|
|
|
|
"618660724", "Wongan\ Hills", |
|
18396
|
|
|
|
|
|
|
"61883076", "Salisbury", |
|
18397
|
|
|
|
|
|
|
"61358782", "Tatura", |
|
18398
|
|
|
|
|
|
|
"61269540", "Egansford", |
|
18399
|
|
|
|
|
|
|
"61253093", "Frogmore", |
|
18400
|
|
|
|
|
|
|
"61743569", "Blackbutt", |
|
18401
|
|
|
|
|
|
|
"617458962", "Auburn", |
|
18402
|
|
|
|
|
|
|
"61361205", "Orford", |
|
18403
|
|
|
|
|
|
|
"6186282", "Perth", |
|
18404
|
|
|
|
|
|
|
"61261178", "Rye\ Park", |
|
18405
|
|
|
|
|
|
|
"618660791", "Wubin\ West", |
|
18406
|
|
|
|
|
|
|
"6129189", "Sydney", |
|
18407
|
|
|
|
|
|
|
"61264259", "Ando", |
|
18408
|
|
|
|
|
|
|
"61341098", "Ensay", |
|
18409
|
|
|
|
|
|
|
"61356198", "San\ Remo", |
|
18410
|
|
|
|
|
|
|
"61350055", "Cowangie", |
|
18411
|
|
|
|
|
|
|
"612574770", "Coolatai", |
|
18412
|
|
|
|
|
|
|
"61355745", "Hamilton", |
|
18413
|
|
|
|
|
|
|
"61895470", "Pinjarra", |
|
18414
|
|
|
|
|
|
|
"61896030", "Beverley\ West", |
|
18415
|
|
|
|
|
|
|
"61266056", "Hernani", |
|
18416
|
|
|
|
|
|
|
"61885768", "Loxton", |
|
18417
|
|
|
|
|
|
|
"6126562", "Kempsey", |
|
18418
|
|
|
|
|
|
|
"61278084", "Parramatta", |
|
18419
|
|
|
|
|
|
|
"617486703", "Mount\ Coolon", |
|
18420
|
|
|
|
|
|
|
"612583806", "Grawin", |
|
18421
|
|
|
|
|
|
|
"61753569", "Woodford", |
|
18422
|
|
|
|
|
|
|
"61268027", "Bonnay", |
|
18423
|
|
|
|
|
|
|
"61866023", "Brookton", |
|
18424
|
|
|
|
|
|
|
"61363173", "Lilydale", |
|
18425
|
|
|
|
|
|
|
"612574120", "Ebor", |
|
18426
|
|
|
|
|
|
|
"61348291", "Kialla\ East", |
|
18427
|
|
|
|
|
|
|
"61267432", "Kelvin", |
|
18428
|
|
|
|
|
|
|
"61350458", "Robinvale", |
|
18429
|
|
|
|
|
|
|
"6128568", "Sydney", |
|
18430
|
|
|
|
|
|
|
"613431785", "Lake\ Bolac", |
|
18431
|
|
|
|
|
|
|
"61342264", "Queenscliff", |
|
18432
|
|
|
|
|
|
|
"61744134", "Mount\ Isa", |
|
18433
|
|
|
|
|
|
|
"618964923", "Regans\ Ford", |
|
18434
|
|
|
|
|
|
|
"61341495", "Clydebank", |
|
18435
|
|
|
|
|
|
|
"6138788", "Dandenong", |
|
18436
|
|
|
|
|
|
|
"61886083", "Hawker", |
|
18437
|
|
|
|
|
|
|
"61256164", "Lismore", |
|
18438
|
|
|
|
|
|
|
"617442920", "Pentland", |
|
18439
|
|
|
|
|
|
|
"612583194", "Neilrex", |
|
18440
|
|
|
|
|
|
|
"61258049", "Parkes", |
|
18441
|
|
|
|
|
|
|
"61748359", "Mount\ Gardiner", |
|
18442
|
|
|
|
|
|
|
"61871111", "Adelaide", |
|
18443
|
|
|
|
|
|
|
"61240185", "Karuah", |
|
18444
|
|
|
|
|
|
|
"618763997", "Quorn", |
|
18445
|
|
|
|
|
|
|
"618683273", "Jaloran", |
|
18446
|
|
|
|
|
|
|
"61268938", "Boona\ Mountain", |
|
18447
|
|
|
|
|
|
|
"61879069", "Plenty", |
|
18448
|
|
|
|
|
|
|
"61340476", "Manangatang", |
|
18449
|
|
|
|
|
|
|
"61268654", "Mungery", |
|
18450
|
|
|
|
|
|
|
"61754243", "Esk", |
|
18451
|
|
|
|
|
|
|
"61875073", "Barmera", |
|
18452
|
|
|
|
|
|
|
"61887678", "Tilley\ Swamp", |
|
18453
|
|
|
|
|
|
|
"61890290", "Coomalbidgup", |
|
18454
|
|
|
|
|
|
|
"61880044", "Tepco", |
|
18455
|
|
|
|
|
|
|
"61260803", "Eskdale", |
|
18456
|
|
|
|
|
|
|
"61885754", "Meningie", |
|
18457
|
|
|
|
|
|
|
"61249956", "Dungog", |
|
18458
|
|
|
|
|
|
|
"61741933", "Howard", |
|
18459
|
|
|
|
|
|
|
"612593874", "Bambilla", |
|
18460
|
|
|
|
|
|
|
"61342135", "Bannockburn", |
|
18461
|
|
|
|
|
|
|
"6124243", "Wollongong", |
|
18462
|
|
|
|
|
|
|
"618752953", "Mypolonga", |
|
18463
|
|
|
|
|
|
|
"61351188", "Club\ Terrace", |
|
18464
|
|
|
|
|
|
|
"61256235", "Glenreagh", |
|
18465
|
|
|
|
|
|
|
"618996930", "Exmouth", |
|
18466
|
|
|
|
|
|
|
"61748302", "Glenden", |
|
18467
|
|
|
|
|
|
|
"61258307", "Wirrinya", |
|
18468
|
|
|
|
|
|
|
"61749918", "Mount\ Morgan", |
|
18469
|
|
|
|
|
|
|
"61253183", "Bathurst", |
|
18470
|
|
|
|
|
|
|
"61359060", "Emerald", |
|
18471
|
|
|
|
|
|
|
"618862203", "Bayley\ Plains", |
|
18472
|
|
|
|
|
|
|
"61743401", "Fraser\ Island", |
|
18473
|
|
|
|
|
|
|
"612436", "Gosford", |
|
18474
|
|
|
|
|
|
|
"61749641", "Cannon\ Valley", |
|
18475
|
|
|
|
|
|
|
"61364603", "Savage\ River", |
|
18476
|
|
|
|
|
|
|
"613542570", "Korong\ Vale", |
|
18477
|
|
|
|
|
|
|
"61886575", "Wirrulla", |
|
18478
|
|
|
|
|
|
|
"61898184", "Lake\ Toolbrunup", |
|
18479
|
|
|
|
|
|
|
"6188463", "Adelaide", |
|
18480
|
|
|
|
|
|
|
"618600805", "Cascade", |
|
18481
|
|
|
|
|
|
|
"618752937", "Kingscote", |
|
18482
|
|
|
|
|
|
|
"61355105", "Merino", |
|
18483
|
|
|
|
|
|
|
"61741016", "Booyal", |
|
18484
|
|
|
|
|
|
|
"61353022", "Glenisla", |
|
18485
|
|
|
|
|
|
|
"618763679", "Spilsby", |
|
18486
|
|
|
|
|
|
|
"61896904", "Cunderdin", |
|
18487
|
|
|
|
|
|
|
"61255278", "Port\ Macquarie", |
|
18488
|
|
|
|
|
|
|
"6138826", "Ringwood", |
|
18489
|
|
|
|
|
|
|
"61248251", "Bungonia", |
|
18490
|
|
|
|
|
|
|
"61357014", "Bright", |
|
18491
|
|
|
|
|
|
|
"61268668", "Binnaway", |
|
18492
|
|
|
|
|
|
|
"61251076", "Uriarra\ Forest", |
|
18493
|
|
|
|
|
|
|
"61392122", "Dandenong", |
|
18494
|
|
|
|
|
|
|
"61898257", "Kuringup", |
|
18495
|
|
|
|
|
|
|
"61343053", "Beulah", |
|
18496
|
|
|
|
|
|
|
"61361544", "Oatlands", |
|
18497
|
|
|
|
|
|
|
"61745218", "Winton", |
|
18498
|
|
|
|
|
|
|
"61756116", "Kerry", |
|
18499
|
|
|
|
|
|
|
"61753224", "Caboolture", |
|
18500
|
|
|
|
|
|
|
"61897122", "Jangardup", |
|
18501
|
|
|
|
|
|
|
"61350464", "Willandra\ Lakes", |
|
18502
|
|
|
|
|
|
|
"61885538", "Penneshaw", |
|
18503
|
|
|
|
|
|
|
"61897835", "Bunbury", |
|
18504
|
|
|
|
|
|
|
"61354731", "Lake\ Meran", |
|
18505
|
|
|
|
|
|
|
"61258113", "Binnaway", |
|
18506
|
|
|
|
|
|
|
"61350300", "Boundary\ Bend", |
|
18507
|
|
|
|
|
|
|
"61342258", "Geelong", |
|
18508
|
|
|
|
|
|
|
"61264202", "Bombala", |
|
18509
|
|
|
|
|
|
|
"618852885", "Victor\ Harbor", |
|
18510
|
|
|
|
|
|
|
"61268365", "Cobar", |
|
18511
|
|
|
|
|
|
|
"61256158", "Coffs\ Harbour", |
|
18512
|
|
|
|
|
|
|
"61753739", "Noosaville", |
|
18513
|
|
|
|
|
|
|
"618903535", "Leinster", |
|
18514
|
|
|
|
|
|
|
"6186371", "Perth", |
|
18515
|
|
|
|
|
|
|
"61350307", "Karawinna", |
|
18516
|
|
|
|
|
|
|
"61264504", "Adaminaby", |
|
18517
|
|
|
|
|
|
|
"61364778", "Burnie", |
|
18518
|
|
|
|
|
|
|
"61358498", "Jimaringle", |
|
18519
|
|
|
|
|
|
|
"61743553", "Mulgildie", |
|
18520
|
|
|
|
|
|
|
"61268236", "Carinda", |
|
18521
|
|
|
|
|
|
|
"617476438", "Burdekin", |
|
18522
|
|
|
|
|
|
|
"612694602", "Wallendbeen", |
|
18523
|
|
|
|
|
|
|
"61269390", "Currawarna", |
|
18524
|
|
|
|
|
|
|
"61876215", "Miltalie", |
|
18525
|
|
|
|
|
|
|
"61341516", "Munro", |
|
18526
|
|
|
|
|
|
|
"61753522", "Jimna", |
|
18527
|
|
|
|
|
|
|
"612685865", "Widgeland", |
|
18528
|
|
|
|
|
|
|
"61887143", "Greenways", |
|
18529
|
|
|
|
|
|
|
"61265231", "Forster", |
|
18530
|
|
|
|
|
|
|
"618763609", "Hawker", |
|
18531
|
|
|
|
|
|
|
"61734953", "Redcliffe", |
|
18532
|
|
|
|
|
|
|
"61891494", "Fitzroy\ Crossing", |
|
18533
|
|
|
|
|
|
|
"612530015", "Lue\/Blayney\/Boorowa\/Bribbaree", |
|
18534
|
|
|
|
|
|
|
"61361242", "Hobart", |
|
18535
|
|
|
|
|
|
|
"618753019", "Lowbank", |
|
18536
|
|
|
|
|
|
|
"617452710", "Freestone", |
|
18537
|
|
|
|
|
|
|
"61730928", "Samford", |
|
18538
|
|
|
|
|
|
|
"61367318", "St\ Marys", |
|
18539
|
|
|
|
|
|
|
"61260694", "Oaklands", |
|
18540
|
|
|
|
|
|
|
"617459932", "Ballandean", |
|
18541
|
|
|
|
|
|
|
"61355702", "Balmoral", |
|
18542
|
|
|
|
|
|
|
"61359067", "Rosebud", |
|
18543
|
|
|
|
|
|
|
"612583942", "Trundle", |
|
18544
|
|
|
|
|
|
|
"618862273", "Cleve", |
|
18545
|
|
|
|
|
|
|
"61363911", "Longford", |
|
18546
|
|
|
|
|
|
|
"612532860", "Ooma", |
|
18547
|
|
|
|
|
|
|
"61742029", "South\ Johnstone", |
|
18548
|
|
|
|
|
|
|
"61350113", "Pan\ Ban", |
|
18549
|
|
|
|
|
|
|
"61258300", "Trundle", |
|
18550
|
|
|
|
|
|
|
"61879022", "Petermann", |
|
18551
|
|
|
|
|
|
|
"618600875", "Burracoppin", |
|
18552
|
|
|
|
|
|
|
"61363648", "Whitemark", |
|
18553
|
|
|
|
|
|
|
"61746588", "Isisford", |
|
18554
|
|
|
|
|
|
|
"613542500", "Buckrabanyule", |
|
18555
|
|
|
|
|
|
|
"61358095", "Tongala", |
|
18556
|
|
|
|
|
|
|
"61269931", "Hay", |
|
18557
|
|
|
|
|
|
|
"612574096", "Bendemeer", |
|
18558
|
|
|
|
|
|
|
"61889652", "Nhulunbuy", |
|
18559
|
|
|
|
|
|
|
"612593804", "Merriwagga", |
|
18560
|
|
|
|
|
|
|
"61261643", "Burrinjuck", |
|
18561
|
|
|
|
|
|
|
"618854928", "Bow\ Hill", |
|
18562
|
|
|
|
|
|
|
"61256366", "Mallanganee", |
|
18563
|
|
|
|
|
|
|
"61340251", "Patchewollock", |
|
18564
|
|
|
|
|
|
|
"618996751", "Three\ Springs", |
|
18565
|
|
|
|
|
|
|
"61890443", "Baandee", |
|
18566
|
|
|
|
|
|
|
"618641469", "Spearwood", |
|
18567
|
|
|
|
|
|
|
"618683203", "Pingrup\ East", |
|
18568
|
|
|
|
|
|
|
"6124341", "Gosford", |
|
18569
|
|
|
|
|
|
|
"613450604", "Bessiebelle", |
|
18570
|
|
|
|
|
|
|
"61898386", "Jerdacuttup", |
|
18571
|
|
|
|
|
|
|
"61753486", "Pomona", |
|
18572
|
|
|
|
|
|
|
"613545252", "Barham", |
|
18573
|
|
|
|
|
|
|
"61359325", "Mornington", |
|
18574
|
|
|
|
|
|
|
"61747685", "Prairie", |
|
18575
|
|
|
|
|
|
|
"61890297", "Bodallin\ North", |
|
18576
|
|
|
|
|
|
|
"612594422", "Maude", |
|
18577
|
|
|
|
|
|
|
"61887019", "Bangham", |
|
18578
|
|
|
|
|
|
|
"6175680", "Southport", |
|
18579
|
|
|
|
|
|
|
"61889609", "Plenty", |
|
18580
|
|
|
|
|
|
|
"61249135", "Newcastle", |
|
18581
|
|
|
|
|
|
|
"613451317", "Darlington", |
|
18582
|
|
|
|
|
|
|
"61392646", "Ringwood", |
|
18583
|
|
|
|
|
|
|
"61753208", "Harrisville", |
|
18584
|
|
|
|
|
|
|
"61352978", "Queenscliff", |
|
18585
|
|
|
|
|
|
|
"618965634", "Ejanding", |
|
18586
|
|
|
|
|
|
|
"612583267", "Ginghet", |
|
18587
|
|
|
|
|
|
|
"617750210", "Toowoomba", |
|
18588
|
|
|
|
|
|
|
"618997380", "Mount\ Magnet", |
|
18589
|
|
|
|
|
|
|
"61752003", "Caboolture", |
|
18590
|
|
|
|
|
|
|
"618983333", "Broomehill", |
|
18591
|
|
|
|
|
|
|
"61257952", "Ingleba", |
|
18592
|
|
|
|
|
|
|
"61897646", "Bridgetown", |
|
18593
|
|
|
|
|
|
|
"612691987", "Rannock", |
|
18594
|
|
|
|
|
|
|
"61885993", "Wunkar", |
|
18595
|
|
|
|
|
|
|
"61748345", "Bauhinia", |
|
18596
|
|
|
|
|
|
|
"618854936", "Bower", |
|
18597
|
|
|
|
|
|
|
"613553651", "Lake\ Mundi", |
|
18598
|
|
|
|
|
|
|
"61897169", "Collie", |
|
18599
|
|
|
|
|
|
|
"612583876", "Bogan\ Gate", |
|
18600
|
|
|
|
|
|
|
"61350049", "Palinyewah", |
|
18601
|
|
|
|
|
|
|
"61299122", "Parramatta", |
|
18602
|
|
|
|
|
|
|
"61259276", "Yenda", |
|
18603
|
|
|
|
|
|
|
"61348185", "Shepparton", |
|
18604
|
|
|
|
|
|
|
"61887703", "Colebatch", |
|
18605
|
|
|
|
|
|
|
"6124848", "Bungonia", |
|
18606
|
|
|
|
|
|
|
"61895412", "Bullsbrook\ East", |
|
18607
|
|
|
|
|
|
|
"61264245", "Bega", |
|
18608
|
|
|
|
|
|
|
"61268020", "Barrier", |
|
18609
|
|
|
|
|
|
|
"61353069", "Serviceton", |
|
18610
|
|
|
|
|
|
|
"61745033", "Dalby", |
|
18611
|
|
|
|
|
|
|
"61389030", "Dandenong", |
|
18612
|
|
|
|
|
|
|
"61251131", "Captains\ Flat", |
|
18613
|
|
|
|
|
|
|
"61746473", "Kilbeggan", |
|
18614
|
|
|
|
|
|
|
"61355142", "South\ Purrumbete", |
|
18615
|
|
|
|
|
|
|
"617480813", "Wowan", |
|
18616
|
|
|
|
|
|
|
"617476367", "Walker", |
|
18617
|
|
|
|
|
|
|
"61341321", "Dargo", |
|
18618
|
|
|
|
|
|
|
"618983357", "Chittinup", |
|
18619
|
|
|
|
|
|
|
"61896037", "Bidaminna", |
|
18620
|
|
|
|
|
|
|
"61392169", "Sunbury", |
|
18621
|
|
|
|
|
|
|
"6186273", "Perth", |
|
18622
|
|
|
|
|
|
|
"61256413", "Woodburn", |
|
18623
|
|
|
|
|
|
|
"61895477", "Bullsbrook\ East", |
|
18624
|
|
|
|
|
|
|
"612574700", "Ingleba", |
|
18625
|
|
|
|
|
|
|
"61246031", "Camden", |
|
18626
|
|
|
|
|
|
|
"61736443", "Sandgate", |
|
18627
|
|
|
|
|
|
|
"61269661", "Rankins\ Springs", |
|
18628
|
|
|
|
|
|
|
"61246374", "Campbelltown", |
|
18629
|
|
|
|
|
|
|
"612573439", "Warialda", |
|
18630
|
|
|
|
|
|
|
"6175449", "Noosaville", |
|
18631
|
|
|
|
|
|
|
"61756550", "Southport", |
|
18632
|
|
|
|
|
|
|
"618996895", "Upper\ Gascoyne", |
|
18633
|
|
|
|
|
|
|
"612593764", "Bunda", |
|
18634
|
|
|
|
|
|
|
"61355021", "Bessiebelle", |
|
18635
|
|
|
|
|
|
|
"61265465", "Ellerston", |
|
18636
|
|
|
|
|
|
|
"61264015", "Bendoc", |
|
18637
|
|
|
|
|
|
|
"61895906", "Rockingham", |
|
18638
|
|
|
|
|
|
|
"61898883", "Wickepin", |
|
18639
|
|
|
|
|
|
|
"61259356", "Warralonga", |
|
18640
|
|
|
|
|
|
|
"618854592", "Freeling", |
|
18641
|
|
|
|
|
|
|
"613545247", "Womboota", |
|
18642
|
|
|
|
|
|
|
"613442161", "Amphitheatre", |
|
18643
|
|
|
|
|
|
|
"61341157", "Cabbage\ Tree\ Creek", |
|
18644
|
|
|
|
|
|
|
"61266783", "Tyalgum", |
|
18645
|
|
|
|
|
|
|
"61878239", "Burra", |
|
18646
|
|
|
|
|
|
|
"618683158", "Hyden\ East", |
|
18647
|
|
|
|
|
|
|
"612532700", "Meadow\ Flat", |
|
18648
|
|
|
|
|
|
|
"61899085", "Mendel", |
|
18649
|
|
|
|
|
|
|
"61358026", "Deniliquin", |
|
18650
|
|
|
|
|
|
|
"61260104", "Ournie", |
|
18651
|
|
|
|
|
|
|
"61742683", "Daintree", |
|
18652
|
|
|
|
|
|
|
"618600849", "Southern\ Cross", |
|
18653
|
|
|
|
|
|
|
"61898901", "Lake\ Grace", |
|
18654
|
|
|
|
|
|
|
"61356057", "Trafalgar", |
|
18655
|
|
|
|
|
|
|
"61743128", "Boondooma", |
|
18656
|
|
|
|
|
|
|
"61341284", "Orbost", |
|
18657
|
|
|
|
|
|
|
"61258814", "Baradine", |
|
18658
|
|
|
|
|
|
|
"61264418", "Cobargo", |
|
18659
|
|
|
|
|
|
|
"61242084", "Helensburgh", |
|
18660
|
|
|
|
|
|
|
"61888727", "Snowtown", |
|
18661
|
|
|
|
|
|
|
"61362066", "Oatlands", |
|
18662
|
|
|
|
|
|
|
"618867764", "Peterborough", |
|
18663
|
|
|
|
|
|
|
"61896181", "Trayning", |
|
18664
|
|
|
|
|
|
|
"61738844", "Cleveland", |
|
18665
|
|
|
|
|
|
|
"61255407", "Howes\ Valley", |
|
18666
|
|
|
|
|
|
|
"618753292", "Robertstown", |
|
18667
|
|
|
|
|
|
|
"61888830", "Spalding", |
|
18668
|
|
|
|
|
|
|
"61265068", "Idaville", |
|
18669
|
|
|
|
|
|
|
"61741082", "Maidenwell", |
|
18670
|
|
|
|
|
|
|
"61281049", "Bankstown", |
|
18671
|
|
|
|
|
|
|
"61354513", "Murrabit", |
|
18672
|
|
|
|
|
|
|
"6188186", "Mclaren\ Vale", |
|
18673
|
|
|
|
|
|
|
"617459026", "Kumbarilla", |
|
18674
|
|
|
|
|
|
|
"61897796", "Collie", |
|
18675
|
|
|
|
|
|
|
"612593999", "Narrandera", |
|
18676
|
|
|
|
|
|
|
"61899206", "Yuna\ East", |
|
18677
|
|
|
|
|
|
|
"61745402", "Brookstead", |
|
18678
|
|
|
|
|
|
|
"61877291", "Robe", |
|
18679
|
|
|
|
|
|
|
"61743306", "Chahpingah", |
|
18680
|
|
|
|
|
|
|
"61263758", "Birriwa", |
|
18681
|
|
|
|
|
|
|
"612532526", "Gooloogong", |
|
18682
|
|
|
|
|
|
|
"61867066", "Bunbury", |
|
18683
|
|
|
|
|
|
|
"61899488", "Geraldton", |
|
18684
|
|
|
|
|
|
|
"61268943", "Curban", |
|
18685
|
|
|
|
|
|
|
"618763813", "Peterborough", |
|
18686
|
|
|
|
|
|
|
"61255166", "Macksville", |
|
18687
|
|
|
|
|
|
|
"61897263", "Brunswick\ Junction", |
|
18688
|
|
|
|
|
|
|
"61740232", "Ravenshoe", |
|
18689
|
|
|
|
|
|
|
"61749584", "Finch\ Hatton", |
|
18690
|
|
|
|
|
|
|
"612574181", "Wollomombi", |
|
18691
|
|
|
|
|
|
|
"61742751", "Mutchilba", |
|
18692
|
|
|
|
|
|
|
"612583933", "Peak\ Hill", |
|
18693
|
|
|
|
|
|
|
"61352168", "Meredith", |
|
18694
|
|
|
|
|
|
|
"61363798", "Targa", |
|
18695
|
|
|
|
|
|
|
"61745459", "Kupunn", |
|
18696
|
|
|
|
|
|
|
"61363874", "Targa", |
|
18697
|
|
|
|
|
|
|
"6139495", "Melbourne", |
|
18698
|
|
|
|
|
|
|
"617458818", "Kilbeggan", |
|
18699
|
|
|
|
|
|
|
"61342419", "Torquay", |
|
18700
|
|
|
|
|
|
|
"61880819", "Menindee", |
|
18701
|
|
|
|
|
|
|
"61259280", "Barmedman\ East", |
|
18702
|
|
|
|
|
|
|
"61340034", "Manangatang", |
|
18703
|
|
|
|
|
|
|
"617458666", "Pittsworth", |
|
18704
|
|
|
|
|
|
|
"612532538", "Limekilns", |
|
18705
|
|
|
|
|
|
|
"61340371", "Anabranch", |
|
18706
|
|
|
|
|
|
|
"61258161", "Alectown", |
|
18707
|
|
|
|
|
|
|
"618864326", "Crystal\ Brook", |
|
18708
|
|
|
|
|
|
|
"617459038", "Millmerran", |
|
18709
|
|
|
|
|
|
|
"61250237", "Rennie", |
|
18710
|
|
|
|
|
|
|
"61248480", "Breadalbane", |
|
18711
|
|
|
|
|
|
|
"61886932", "Sleaford\ Mere", |
|
18712
|
|
|
|
|
|
|
"618965640", "Cadoux", |
|
18713
|
|
|
|
|
|
|
"618680117", "Varley", |
|
18714
|
|
|
|
|
|
|
"61291063", "Sydney", |
|
18715
|
|
|
|
|
|
|
"61879141", "Alyangula", |
|
18716
|
|
|
|
|
|
|
"618863980", "Tooligie\ Hill", |
|
18717
|
|
|
|
|
|
|
"61244750", "Moruya", |
|
18718
|
|
|
|
|
|
|
"61891191", "Wyndham", |
|
18719
|
|
|
|
|
|
|
"618866915", "Marla", |
|
18720
|
|
|
|
|
|
|
"61262277", "Binalong", |
|
18721
|
|
|
|
|
|
|
"613542697", "Wedderburn", |
|
18722
|
|
|
|
|
|
|
"6135126", "Morwell", |
|
18723
|
|
|
|
|
|
|
"612593677", "Burra", |
|
18724
|
|
|
|
|
|
|
"61361077", "Strathgordon", |
|
18725
|
|
|
|
|
|
|
"61899573", "Mount\ Magnet", |
|
18726
|
|
|
|
|
|
|
"617442981", "Walker", |
|
18727
|
|
|
|
|
|
|
"61256097", "Lismore", |
|
18728
|
|
|
|
|
|
|
"612583957", "Yeoval", |
|
18729
|
|
|
|
|
|
|
"61876045", "Coulta", |
|
18730
|
|
|
|
|
|
|
"61263764", "Cassilis", |
|
18731
|
|
|
|
|
|
|
"61361012", "Colebrook", |
|
18732
|
|
|
|
|
|
|
"617750363", "Kupunn", |
|
18733
|
|
|
|
|
|
|
"618866950", "Georgetown", |
|
18734
|
|
|
|
|
|
|
"61898370", "Bremer\ Bay", |
|
18735
|
|
|
|
|
|
|
"61255649", "Port\ Macquarie", |
|
18736
|
|
|
|
|
|
|
"61746092", "Liston", |
|
18737
|
|
|
|
|
|
|
"61247040", "Katoomba", |
|
18738
|
|
|
|
|
|
|
"618683789", "Woogenilup", |
|
18739
|
|
|
|
|
|
|
"61754155", "Kilcoy", |
|
18740
|
|
|
|
|
|
|
"61357542", "Buffalo\ River", |
|
18741
|
|
|
|
|
|
|
"61753470", "Caloundra", |
|
18742
|
|
|
|
|
|
|
"617459943", "Bowenville", |
|
18743
|
|
|
|
|
|
|
"61265054", "Glendonbrook", |
|
18744
|
|
|
|
|
|
|
"61340487", "Patchewollock", |
|
18745
|
|
|
|
|
|
|
"61260744", "Howlong", |
|
18746
|
|
|
|
|
|
|
"618683391", "Moulyinning", |
|
18747
|
|
|
|
|
|
|
"61359396", "Red\ Hill", |
|
18748
|
|
|
|
|
|
|
"613545962", "Pyramid\ Hill", |
|
18749
|
|
|
|
|
|
|
"61247047", "Mulgoa", |
|
18750
|
|
|
|
|
|
|
"61753477", "Kilkivan", |
|
18751
|
|
|
|
|
|
|
"6174795", "Townsville", |
|
18752
|
|
|
|
|
|
|
"61745982", "Warwick", |
|
18753
|
|
|
|
|
|
|
"61248034", "Goulburn", |
|
18754
|
|
|
|
|
|
|
"61897041", "Darkan", |
|
18755
|
|
|
|
|
|
|
"6173128", "Brisbane", |
|
18756
|
|
|
|
|
|
|
"61876059", "Port\ Neill", |
|
18757
|
|
|
|
|
|
|
"618903656", "Bodallin", |
|
18758
|
|
|
|
|
|
|
"61350161", "Wentworth", |
|
18759
|
|
|
|
|
|
|
"61745048", "Goombi", |
|
18760
|
|
|
|
|
|
|
"61740758", "Silkwood", |
|
18761
|
|
|
|
|
|
|
"61255358", "Ellenborough", |
|
18762
|
|
|
|
|
|
|
"61340480", "Nandaly", |
|
18763
|
|
|
|
|
|
|
"61260306", "Corowa", |
|
18764
|
|
|
|
|
|
|
"61257323", "Tamworth", |
|
18765
|
|
|
|
|
|
|
"61361070", "Oatlands", |
|
18766
|
|
|
|
|
|
|
"61259154", "Warralonga", |
|
18767
|
|
|
|
|
|
|
"61357855", "Seymour", |
|
18768
|
|
|
|
|
|
|
"61341426", "Heyfield", |
|
18769
|
|
|
|
|
|
|
"61898312", "Kojonup", |
|
18770
|
|
|
|
|
|
|
"61353141", "Banyena", |
|
18771
|
|
|
|
|
|
|
"61356305", "Bunyip", |
|
18772
|
|
|
|
|
|
|
"61262270", "The\ Mullion", |
|
18773
|
|
|
|
|
|
|
"61753412", "Wolvi", |
|
18774
|
|
|
|
|
|
|
"61244757", "Narooma", |
|
18775
|
|
|
|
|
|
|
"61342378", "Queenscliff", |
|
18776
|
|
|
|
|
|
|
"61891285", "Marble\ Bar", |
|
18777
|
|
|
|
|
|
|
"61240716", "Clarence\ Town", |
|
18778
|
|
|
|
|
|
|
"61256090", "Wooli", |
|
18779
|
|
|
|
|
|
|
"61255655", "Singleton", |
|
18780
|
|
|
|
|
|
|
"618850894", "Taldra", |
|
18781
|
|
|
|
|
|
|
"61886629", "Gladstone", |
|
18782
|
|
|
|
|
|
|
"61754149", "Nambour", |
|
18783
|
|
|
|
|
|
|
"61354389", "Llanelly", |
|
18784
|
|
|
|
|
|
|
"61259287", "Burra", |
|
18785
|
|
|
|
|
|
|
"61745445", "Brigalow", |
|
18786
|
|
|
|
|
|
|
"61743104", "Howard", |
|
18787
|
|
|
|
|
|
|
"61264153", "Shannons\ Flat", |
|
18788
|
|
|
|
|
|
|
"617486863", "Oombabeer", |
|
18789
|
|
|
|
|
|
|
"612583766", "Berkley\ Downs", |
|
18790
|
|
|
|
|
|
|
"61754666", "Laidley", |
|
18791
|
|
|
|
|
|
|
"61898481", "Denmark", |
|
18792
|
|
|
|
|
|
|
"6139814", "Ringwood", |
|
18793
|
|
|
|
|
|
|
"61260128", "Walla\ Walla", |
|
18794
|
|
|
|
|
|
|
"6188152", "Adelaide", |
|
18795
|
|
|
|
|
|
|
"61250230", "Koetong", |
|
18796
|
|
|
|
|
|
|
"618983483", "Gairdner", |
|
18797
|
|
|
|
|
|
|
"61269066", "Springdale", |
|
18798
|
|
|
|
|
|
|
"61351921", "Morwell", |
|
18799
|
|
|
|
|
|
|
"6172104", "Brisbane", |
|
18800
|
|
|
|
|
|
|
"61895208", "Mandurah", |
|
18801
|
|
|
|
|
|
|
"61748633", "Mackay", |
|
18802
|
|
|
|
|
|
|
"617750028", "Surat", |
|
18803
|
|
|
|
|
|
|
"61891006", "Christmas\ Island", |
|
18804
|
|
|
|
|
|
|
"613532283", "Wilkur", |
|
18805
|
|
|
|
|
|
|
"61895486", "Pinjarra", |
|
18806
|
|
|
|
|
|
|
"618660855", "Dukin", |
|
18807
|
|
|
|
|
|
|
"618996944", "Morawa", |
|
18808
|
|
|
|
|
|
|
"61259168", "Bethungra", |
|
18809
|
|
|
|
|
|
|
"61733898", "Beenleigh", |
|
18810
|
|
|
|
|
|
|
"61861203", "Herne\ Hill", |
|
18811
|
|
|
|
|
|
|
"61890438", "Mount\ Walker\ South", |
|
18812
|
|
|
|
|
|
|
"61250026", "Walla\ Walla", |
|
18813
|
|
|
|
|
|
|
"6126235", "Michelago", |
|
18814
|
|
|
|
|
|
|
"61878148", "Marion\ Bay", |
|
18815
|
|
|
|
|
|
|
"6135030", "Nyah", |
|
18816
|
|
|
|
|
|
|
"618985536", "West\ River", |
|
18817
|
|
|
|
|
|
|
"612685775", "Lightning\ Ridge", |
|
18818
|
|
|
|
|
|
|
"61877185", "Laffer", |
|
18819
|
|
|
|
|
|
|
"61364193", "Stanley", |
|
18820
|
|
|
|
|
|
|
"617480679", "Rolleston", |
|
18821
|
|
|
|
|
|
|
"61244073", "Narooma", |
|
18822
|
|
|
|
|
|
|
"61888720", "Thistle", |
|
18823
|
|
|
|
|
|
|
"617750036", "Thallon", |
|
18824
|
|
|
|
|
|
|
"618764005", "Tarcoola", |
|
18825
|
|
|
|
|
|
|
"61258219", "Narran", |
|
18826
|
|
|
|
|
|
|
"618601031", "Mount\ Walker\ South", |
|
18827
|
|
|
|
|
|
|
"618763645", "Kimba", |
|
18828
|
|
|
|
|
|
|
"61267003", "Aberfoyle", |
|
18829
|
|
|
|
|
|
|
"612583288", "Narran", |
|
18830
|
|
|
|
|
|
|
"61731503", "Sandgate", |
|
18831
|
|
|
|
|
|
|
"61281055", "Bankstown", |
|
18832
|
|
|
|
|
|
|
"61887844", "Frances", |
|
18833
|
|
|
|
|
|
|
"61341582", "Genoa", |
|
18834
|
|
|
|
|
|
|
"61754013", "Imbil", |
|
18835
|
|
|
|
|
|
|
"61255364", "Hunter\ Springs", |
|
18836
|
|
|
|
|
|
|
"61740764", "Lakeland", |
|
18837
|
|
|
|
|
|
|
"61256461", "Ballina", |
|
18838
|
|
|
|
|
|
|
"61748279", "Calliope", |
|
18839
|
|
|
|
|
|
|
"61744431", "Charters\ Towers", |
|
18840
|
|
|
|
|
|
|
"61896295", "Quairading", |
|
18841
|
|
|
|
|
|
|
"61888837", "Nantawarra", |
|
18842
|
|
|
|
|
|
|
"61269613", "Yenda", |
|
18843
|
|
|
|
|
|
|
"61255400", "Coopernook", |
|
18844
|
|
|
|
|
|
|
"61357505", "Killawarra", |
|
18845
|
|
|
|
|
|
|
"61341150", "Dargo", |
|
18846
|
|
|
|
|
|
|
"61359194", "Warburton", |
|
18847
|
|
|
|
|
|
|
"613451192", "Portland", |
|
18848
|
|
|
|
|
|
|
"61256523", "Grafton", |
|
18849
|
|
|
|
|
|
|
"612833", "Sydney", |
|
18850
|
|
|
|
|
|
|
"613441985", "Cohuna", |
|
18851
|
|
|
|
|
|
|
"61356050", "Wonthaggi", |
|
18852
|
|
|
|
|
|
|
"61264379", "Bemboka", |
|
18853
|
|
|
|
|
|
|
"61890035", "Burracoppin", |
|
18854
|
|
|
|
|
|
|
"61248900", "Tuena", |
|
18855
|
|
|
|
|
|
|
"618600765", "Leinster", |
|
18856
|
|
|
|
|
|
|
"61895522", "Guilderton", |
|
18857
|
|
|
|
|
|
|
"61754709", "Nambour", |
|
18858
|
|
|
|
|
|
|
"61887138", "Wrattonbully", |
|
18859
|
|
|
|
|
|
|
"61756557", "Beaudesert", |
|
18860
|
|
|
|
|
|
|
"61876002", "Courela", |
|
18861
|
|
|
|
|
|
|
"613470831", "Kinglake", |
|
18862
|
|
|
|
|
|
|
"61353701", "Bacchus\ Marsh", |
|
18863
|
|
|
|
|
|
|
"617476388", "Bambaroo", |
|
18864
|
|
|
|
|
|
|
"61748386", "Gladstone", |
|
18865
|
|
|
|
|
|
|
"61898911", "Katanning", |
|
18866
|
|
|
|
|
|
|
"61876070", "Yabmana", |
|
18867
|
|
|
|
|
|
|
"61862195", "Fremantle", |
|
18868
|
|
|
|
|
|
|
"6129537", "Sydney", |
|
18869
|
|
|
|
|
|
|
"61260114", "Dartmouth", |
|
18870
|
|
|
|
|
|
|
"61295386", "Sydney", |
|
18871
|
|
|
|
|
|
|
"61898648", "Tarin\ Rock", |
|
18872
|
|
|
|
|
|
|
"61897685", "Dardanup", |
|
18873
|
|
|
|
|
|
|
"618683058", "Jerdacuttup", |
|
18874
|
|
|
|
|
|
|
"61740297", "Georgetown", |
|
18875
|
|
|
|
|
|
|
"61353225", "Ballarat", |
|
18876
|
|
|
|
|
|
|
"613442061", "Inglewood", |
|
18877
|
|
|
|
|
|
|
"61361059", "Richmond", |
|
18878
|
|
|
|
|
|
|
"613431907", "Jeparit", |
|
18879
|
|
|
|
|
|
|
"61244298", "Milton\-ulladulla", |
|
18880
|
|
|
|
|
|
|
"61238088", "Bowral", |
|
18881
|
|
|
|
|
|
|
"61745381", "Robinson\ Gorge", |
|
18882
|
|
|
|
|
|
|
"61886997", "Poochera", |
|
18883
|
|
|
|
|
|
|
"61746484", "Cockatoo", |
|
18884
|
|
|
|
|
|
|
"61885080", "Karoonda", |
|
18885
|
|
|
|
|
|
|
"61264005", "Ando", |
|
18886
|
|
|
|
|
|
|
"61897388", "Dinninup\ North", |
|
18887
|
|
|
|
|
|
|
"612592726", "Morundah", |
|
18888
|
|
|
|
|
|
|
"61351644", "Sale", |
|
18889
|
|
|
|
|
|
|
"6138557", "Melbourne", |
|
18890
|
|
|
|
|
|
|
"61746928", "Brymaroo", |
|
18891
|
|
|
|
|
|
|
"61753445", "Kia\ Ora", |
|
18892
|
|
|
|
|
|
|
"61367195", "Campbell\ Town", |
|
18893
|
|
|
|
|
|
|
"61269894", "Henty", |
|
18894
|
|
|
|
|
|
|
"6125338", "Young\/Lyndhurst\/Oberon\/Cowra\/Grenfell\/Bathurst\/Orange", |
|
18895
|
|
|
|
|
|
|
"61255472", "Jerrys\ Plains", |
|
18896
|
|
|
|
|
|
|
"61383511", "Sydenham", |
|
18897
|
|
|
|
|
|
|
"61256032", "Bellingen", |
|
18898
|
|
|
|
|
|
|
"61266089", "Leeville", |
|
18899
|
|
|
|
|
|
|
"618600978", "Nungarin", |
|
18900
|
|
|
|
|
|
|
"612574764", "Bundella", |
|
18901
|
|
|
|
|
|
|
"61744062", "Halifax", |
|
18902
|
|
|
|
|
|
|
"61747169", "Burketown", |
|
18903
|
|
|
|
|
|
|
"618753361", "Robertstown", |
|
18904
|
|
|
|
|
|
|
"6188488", "Mclaren\ Vale", |
|
18905
|
|
|
|
|
|
|
"61745412", "Jondaryan", |
|
18906
|
|
|
|
|
|
|
"61851136", "Paraburdoo", |
|
18907
|
|
|
|
|
|
|
"61341353", "Baw\ Baw", |
|
18908
|
|
|
|
|
|
|
"61891598", "Paraburdoo", |
|
18909
|
|
|
|
|
|
|
"61354503", "Kerang", |
|
18910
|
|
|
|
|
|
|
"61752243", "Ballugan", |
|
18911
|
|
|
|
|
|
|
"61741601", "Monto", |
|
18912
|
|
|
|
|
|
|
"61257456", "Quirindi", |
|
18913
|
|
|
|
|
|
|
"6124979", "Newcastle", |
|
18914
|
|
|
|
|
|
|
"61350693", "Hopetoun", |
|
18915
|
|
|
|
|
|
|
"6124720", "Mulgoa", |
|
18916
|
|
|
|
|
|
|
"61895033", "Dwellingup", |
|
18917
|
|
|
|
|
|
|
"61264286", "Bega", |
|
18918
|
|
|
|
|
|
|
"61344264", "Talbot", |
|
18919
|
|
|
|
|
|
|
"61255417", "Mount\ George", |
|
18920
|
|
|
|
|
|
|
"61753048", "Thornton", |
|
18921
|
|
|
|
|
|
|
"61742134", "Tully", |
|
18922
|
|
|
|
|
|
|
"61746037", "Bowenville", |
|
18923
|
|
|
|
|
|
|
"61264408", "Dalgety", |
|
18924
|
|
|
|
|
|
|
"61387715", "Dandenong", |
|
18925
|
|
|
|
|
|
|
"61352423", "Meredith", |
|
18926
|
|
|
|
|
|
|
"617441936", "Charters\ Towers", |
|
18927
|
|
|
|
|
|
|
"613470606", "Puckapunyal", |
|
18928
|
|
|
|
|
|
|
"61745477", "Cunnamulla", |
|
18929
|
|
|
|
|
|
|
"61348146", "Deniliquin", |
|
18930
|
|
|
|
|
|
|
"612574677", "Croppa\ Creek", |
|
18931
|
|
|
|
|
|
|
"618763712", "Mambray\ Creek", |
|
18932
|
|
|
|
|
|
|
"61734921", "Redcliffe", |
|
18933
|
|
|
|
|
|
|
"61242492", "Wollongong", |
|
18934
|
|
|
|
|
|
|
"61240622", "Stroud", |
|
18935
|
|
|
|
|
|
|
"617442532", "Ayr", |
|
18936
|
|
|
|
|
|
|
"618859968", "Pinnaroo", |
|
18937
|
|
|
|
|
|
|
"61880809", "Pimpara", |
|
18938
|
|
|
|
|
|
|
"613553953", "Nirranda", |
|
18939
|
|
|
|
|
|
|
"61263290", "Limekilns", |
|
18940
|
|
|
|
|
|
|
"6175646", "Southport", |
|
18941
|
|
|
|
|
|
|
"618834", "Adelaide", |
|
18942
|
|
|
|
|
|
|
"61741494", "Manumbar", |
|
18943
|
|
|
|
|
|
|
"61890399", "Norseman", |
|
18944
|
|
|
|
|
|
|
"61344135", "Goornong", |
|
18945
|
|
|
|
|
|
|
"61743521", "Yandaran", |
|
18946
|
|
|
|
|
|
|
"617441928", "Barkly", |
|
18947
|
|
|
|
|
|
|
"6124443", "Huskisson", |
|
18948
|
|
|
|
|
|
|
"61267238", "Bundarra", |
|
18949
|
|
|
|
|
|
|
"61357496", "Yarck", |
|
18950
|
|
|
|
|
|
|
"6128583", "Sydney", |
|
18951
|
|
|
|
|
|
|
"61354853", "Marong", |
|
18952
|
|
|
|
|
|
|
"61748250", "Yeppoon", |
|
18953
|
|
|
|
|
|
|
"61868231", "Hopetoun", |
|
18954
|
|
|
|
|
|
|
"617565800", "Tweed\ Heads", |
|
18955
|
|
|
|
|
|
|
"618764023", "Yunta", |
|
18956
|
|
|
|
|
|
|
"61341179", "Maffra", |
|
18957
|
|
|
|
|
|
|
"61861927", "Kalamunda", |
|
18958
|
|
|
|
|
|
|
"61364661", "Smithton", |
|
18959
|
|
|
|
|
|
|
"618903324", "Holleton", |
|
18960
|
|
|
|
|
|
|
"61355439", "Wombelano", |
|
18961
|
|
|
|
|
|
|
"61743463", "Mulgildie", |
|
18962
|
|
|
|
|
|
|
"612574218", "Craigleigh", |
|
18963
|
|
|
|
|
|
|
"61340223", "Hopetoun", |
|
18964
|
|
|
|
|
|
|
"61356079", "Trafalgar", |
|
18965
|
|
|
|
|
|
|
"61267155", "Bingara", |
|
18966
|
|
|
|
|
|
|
"61264350", "Shannons\ Flat", |
|
18967
|
|
|
|
|
|
|
"61262202", "Yass", |
|
18968
|
|
|
|
|
|
|
"61284030", "Terrey\ Hills", |
|
18969
|
|
|
|
|
|
|
"6128934", "Sydney", |
|
18970
|
|
|
|
|
|
|
"61361002", "South\ Bruny", |
|
18971
|
|
|
|
|
|
|
"618865927", "Mudamuckla", |
|
18972
|
|
|
|
|
|
|
"61896588", "Calingiri", |
|
18973
|
|
|
|
|
|
|
"612592738", "Tarcutta", |
|
18974
|
|
|
|
|
|
|
"61249989", "Laguna", |
|
18975
|
|
|
|
|
|
|
"612570051", "Rowena\/Armidale\/Rowena\/Bingara", |
|
18976
|
|
|
|
|
|
|
"6135428", "Gisborne", |
|
18977
|
|
|
|
|
|
|
"617480318", "Rolleston", |
|
18978
|
|
|
|
|
|
|
"618683262", "Fitzgerald", |
|
18979
|
|
|
|
|
|
|
"613542564", "Gowar\ East", |
|
18980
|
|
|
|
|
|
|
"6139954", "Melbourne", |
|
18981
|
|
|
|
|
|
|
"61739993", "Brisbane", |
|
18982
|
|
|
|
|
|
|
"612532450", "Manildra", |
|
18983
|
|
|
|
|
|
|
"612583148", "Buckinguy", |
|
18984
|
|
|
|
|
|
|
"61260861", "Culcairn", |
|
18985
|
|
|
|
|
|
|
"61264424", "Merimbula", |
|
18986
|
|
|
|
|
|
|
"61267149", "Armidale", |
|
18987
|
|
|
|
|
|
|
"61264042", "Cathcart", |
|
18988
|
|
|
|
|
|
|
"61240706", "Raymond\ Terrace", |
|
18989
|
|
|
|
|
|
|
"61891933", "Derby", |
|
18990
|
|
|
|
|
|
|
"61753402", "Upper\ Widgee", |
|
18991
|
|
|
|
|
|
|
"61264988", "Adaminaby", |
|
18992
|
|
|
|
|
|
|
"612594147", "Tallimba", |
|
18993
|
|
|
|
|
|
|
"61356315", "Tidal\ River", |
|
18994
|
|
|
|
|
|
|
"61898302", "Mettler", |
|
18995
|
|
|
|
|
|
|
"61268771", "Naradhan", |
|
18996
|
|
|
|
|
|
|
"612532874", "Baldry", |
|
18997
|
|
|
|
|
|
|
"6186456", "Perth", |
|
18998
|
|
|
|
|
|
|
"61260316", "Rennie", |
|
18999
|
|
|
|
|
|
|
"61861920", "Armadale", |
|
19000
|
|
|
|
|
|
|
"61864318", "Perth", |
|
19001
|
|
|
|
|
|
|
"61888892", "Yorketown", |
|
19002
|
|
|
|
|
|
|
"61267752", "Armidale", |
|
19003
|
|
|
|
|
|
|
"61896871", "South\ Quairading", |
|
19004
|
|
|
|
|
|
|
"61265776", "Glendonbrook", |
|
19005
|
|
|
|
|
|
|
"61888599", "Alford", |
|
19006
|
|
|
|
|
|
|
"618683428", "Williams", |
|
19007
|
|
|
|
|
|
|
"61264357", "Candelo", |
|
19008
|
|
|
|
|
|
|
"61284037", "Avalon\ Beach", |
|
19009
|
|
|
|
|
|
|
"618967793", "Dangin", |
|
19010
|
|
|
|
|
|
|
"613572352", "Falls\ Creek", |
|
19011
|
|
|
|
|
|
|
"61742336", "Kuranda", |
|
19012
|
|
|
|
|
|
|
"612594389", "Carrathool", |
|
19013
|
|
|
|
|
|
|
"617452449", "Thomson", |
|
19014
|
|
|
|
|
|
|
"61860160", "Collurabbie", |
|
19015
|
|
|
|
|
|
|
"61891016", "De\ Grey", |
|
19016
|
|
|
|
|
|
|
"617750128", "Cottonvale", |
|
19017
|
|
|
|
|
|
|
"61748257", "Goovigen", |
|
19018
|
|
|
|
|
|
|
"61257127", "Nundle", |
|
19019
|
|
|
|
|
|
|
"613441206", "Donald", |
|
19020
|
|
|
|
|
|
|
"61257271", "Goolhi", |
|
19021
|
|
|
|
|
|
|
"61851071", "Millstream", |
|
19022
|
|
|
|
|
|
|
"61253174", "Lithgow", |
|
19023
|
|
|
|
|
|
|
"613431699", "Buninyong", |
|
19024
|
|
|
|
|
|
|
"612574607", "Kingstown", |
|
19025
|
|
|
|
|
|
|
"61744029", "Ayr", |
|
19026
|
|
|
|
|
|
|
"61747122", "Kirk", |
|
19027
|
|
|
|
|
|
|
"61880926", "Tibooburra", |
|
19028
|
|
|
|
|
|
|
"61880204", "Wilcannia", |
|
19029
|
|
|
|
|
|
|
"61263297", "Rockley", |
|
19030
|
|
|
|
|
|
|
"618864654", "Coober\ Pedy", |
|
19031
|
|
|
|
|
|
|
"61898173", "Lake\ King", |
|
19032
|
|
|
|
|
|
|
"61743114", "Farnsfield", |
|
19033
|
|
|
|
|
|
|
"61269603", "Griffith", |
|
19034
|
|
|
|
|
|
|
"61354978", "Donald", |
|
19035
|
|
|
|
|
|
|
"61255410", "Jerrys\ Plains", |
|
19036
|
|
|
|
|
|
|
"618904222", "Nungarin", |
|
19037
|
|
|
|
|
|
|
"618660714", "Paynes\ Find", |
|
19038
|
|
|
|
|
|
|
"618985198", "Nyabing", |
|
19039
|
|
|
|
|
|
|
"61358781", "Shepparton", |
|
19040
|
|
|
|
|
|
|
"61754003", "Ballugan", |
|
19041
|
|
|
|
|
|
|
"61267013", "Nundle", |
|
19042
|
|
|
|
|
|
|
"61745470", "Yetman", |
|
19043
|
|
|
|
|
|
|
"61886074", "Gladstone", |
|
19044
|
|
|
|
|
|
|
"613470676", "Bright", |
|
19045
|
|
|
|
|
|
|
"618601131", "Dulyalbin", |
|
19046
|
|
|
|
|
|
|
"61885434", "Strathalbyn", |
|
19047
|
|
|
|
|
|
|
"613546344", "Talbot", |
|
19048
|
|
|
|
|
|
|
"61746030", "Beebo", |
|
19049
|
|
|
|
|
|
|
"61258209", "Mount\ Herring", |
|
19050
|
|
|
|
|
|
|
"61886331", "Port\ Pirie", |
|
19051
|
|
|
|
|
|
|
"61866051", "South\ Quairading", |
|
19052
|
|
|
|
|
|
|
"617750136", "Diamondy", |
|
19053
|
|
|
|
|
|
|
"6124275", "Wollongong", |
|
19054
|
|
|
|
|
|
|
"618967095", "Yorkrakine", |
|
19055
|
|
|
|
|
|
|
"613572914", "Broadford", |
|
19056
|
|
|
|
|
|
|
"61265999", "Baerami", |
|
19057
|
|
|
|
|
|
|
"618600908", "Mukinbudin", |
|
19058
|
|
|
|
|
|
|
"61891663", "Ord", |
|
19059
|
|
|
|
|
|
|
"61240669", "Tea\ Gardens", |
|
19060
|
|
|
|
|
|
|
"61740841", "Mossman", |
|
19061
|
|
|
|
|
|
|
"61875084", "Gawler", |
|
19062
|
|
|
|
|
|
|
"61887761", "Frances", |
|
19063
|
|
|
|
|
|
|
"61260463", "Yackandandah", |
|
19064
|
|
|
|
|
|
|
"61353548", "Elmhurst", |
|
19065
|
|
|
|
|
|
|
"61353711", "Laharum", |
|
19066
|
|
|
|
|
|
|
"61260521", "Gerogery", |
|
19067
|
|
|
|
|
|
|
"61886990", "Ceduna", |
|
19068
|
|
|
|
|
|
|
"61885087", "Lameroo", |
|
19069
|
|
|
|
|
|
|
"61876012", "Indian\ Pacific", |
|
19070
|
|
|
|
|
|
|
"618763424", "Yeelanna", |
|
19071
|
|
|
|
|
|
|
"61267936", "Narrabri", |
|
19072
|
|
|
|
|
|
|
"613431977", "Maroona", |
|
19073
|
|
|
|
|
|
|
"618869042", "Leigh\ Creek\ South", |
|
19074
|
|
|
|
|
|
|
"61367281", "Longford", |
|
19075
|
|
|
|
|
|
|
"612574241", "Halls\ Creek", |
|
19076
|
|
|
|
|
|
|
"61267709", "Marple", |
|
19077
|
|
|
|
|
|
|
"61752061", "Gympie", |
|
19078
|
|
|
|
|
|
|
"6188868", "South\ Hummocks", |
|
19079
|
|
|
|
|
|
|
"618660786", "Trayning", |
|
19080
|
|
|
|
|
|
|
"6135766", "Winton", |
|
19081
|
|
|
|
|
|
|
"61876077", "Redhill", |
|
19082
|
|
|
|
|
|
|
"618683436", "Wickepin", |
|
19083
|
|
|
|
|
|
|
"61753459", "Nambour", |
|
19084
|
|
|
|
|
|
|
"618850790", "Renmark", |
|
19085
|
|
|
|
|
|
|
"613532306", "Bacchus\ Marsh", |
|
19086
|
|
|
|
|
|
|
"61898359", "West\ River", |
|
19087
|
|
|
|
|
|
|
"613451092", "Woolsthorpe", |
|
19088
|
|
|
|
|
|
|
"61361045", "Southwest", |
|
19089
|
|
|
|
|
|
|
"61740290", "Coen", |
|
19090
|
|
|
|
|
|
|
"6139378", "Melbourne", |
|
19091
|
|
|
|
|
|
|
"61357515", "Myrtleford", |
|
19092
|
|
|
|
|
|
|
"61363184", "Bicheno", |
|
19093
|
|
|
|
|
|
|
"61243166", "Gosford", |
|
19094
|
|
|
|
|
|
|
"61862281", "Perth", |
|
19095
|
|
|
|
|
|
|
"618869033", "Kimba", |
|
19096
|
|
|
|
|
|
|
"61740438", "Innisfail", |
|
19097
|
|
|
|
|
|
|
"61876242", "Port\ Lincoln", |
|
19098
|
|
|
|
|
|
|
"617452561", "Greenmount", |
|
19099
|
|
|
|
|
|
|
"61351581", "Cabbage\ Tree\ Creek", |
|
19100
|
|
|
|
|
|
|
"61354154", "Maldon", |
|
19101
|
|
|
|
|
|
|
"61353998", "Balliang", |
|
19102
|
|
|
|
|
|
|
"618867770", "Terowie", |
|
19103
|
|
|
|
|
|
|
"61248535", "Goulburn", |
|
19104
|
|
|
|
|
|
|
"612859", "Sydney", |
|
19105
|
|
|
|
|
|
|
"61358339", "Dookie", |
|
19106
|
|
|
|
|
|
|
"617486802", "Benaraby", |
|
19107
|
|
|
|
|
|
|
"61877146", "Makin", |
|
19108
|
|
|
|
|
|
|
"61898279", "Amelup", |
|
19109
|
|
|
|
|
|
|
"61746295", "Arcadia\ Valley", |
|
19110
|
|
|
|
|
|
|
"6188198", "Adelaide", |
|
19111
|
|
|
|
|
|
|
"61248129", "Reidsdale", |
|
19112
|
|
|
|
|
|
|
"61357930", "Puckapunyal", |
|
19113
|
|
|
|
|
|
|
"61361215", "Bothwell", |
|
19114
|
|
|
|
|
|
|
"61890764", "Esperance", |
|
19115
|
|
|
|
|
|
|
"61886789", "Coober\ Pedy", |
|
19116
|
|
|
|
|
|
|
"61267243", "Bingara", |
|
19117
|
|
|
|
|
|
|
"61898963", "Congee", |
|
19118
|
|
|
|
|
|
|
"61894674", "Perth", |
|
19119
|
|
|
|
|
|
|
"61889078", "Ranken\ River", |
|
19120
|
|
|
|
|
|
|
"613442217", "Inglewood", |
|
19121
|
|
|
|
|
|
|
"61740035", "Daintree", |
|
19122
|
|
|
|
|
|
|
"61871101", "Adelaide", |
|
19123
|
|
|
|
|
|
|
"61255527", "Broke", |
|
19124
|
|
|
|
|
|
|
"61888136", "Yorketown", |
|
19125
|
|
|
|
|
|
|
"612593770", "Coleambally", |
|
19126
|
|
|
|
|
|
|
"612533006", "Burraga", |
|
19127
|
|
|
|
|
|
|
"618869057", "Spilsby", |
|
19128
|
|
|
|
|
|
|
"61364066", "Sheffield", |
|
19129
|
|
|
|
|
|
|
"61357391", "Nagambie", |
|
19130
|
|
|
|
|
|
|
"613574612", "Violet\ Town", |
|
19131
|
|
|
|
|
|
|
"61745522", "Muttaburra", |
|
19132
|
|
|
|
|
|
|
"61244084", "Moruya", |
|
19133
|
|
|
|
|
|
|
"61256551", "Copmanhurst", |
|
19134
|
|
|
|
|
|
|
"618852082", "Riverton", |
|
19135
|
|
|
|
|
|
|
"61886540", "Tooligie\ Hill", |
|
19136
|
|
|
|
|
|
|
"617750372", "Miamba", |
|
19137
|
|
|
|
|
|
|
"618660958", "Badgerin\ Rock", |
|
19138
|
|
|
|
|
|
|
"61745829", "Nobby", |
|
19139
|
|
|
|
|
|
|
"61367324", "Launceston", |
|
19140
|
|
|
|
|
|
|
"61885131", "Mount\ Pleasant", |
|
19141
|
|
|
|
|
|
|
"618967658", "Cleary\ North", |
|
19142
|
|
|
|
|
|
|
"61284181", "Avalon\ Beach", |
|
19143
|
|
|
|
|
|
|
"61747041", "Cape\ River", |
|
19144
|
|
|
|
|
|
|
"617476490", "Giru", |
|
19145
|
|
|
|
|
|
|
"61257351", "Bingara", |
|
19146
|
|
|
|
|
|
|
"617382", "Cleveland", |
|
19147
|
|
|
|
|
|
|
"61887340", "Tantanoola", |
|
19148
|
|
|
|
|
|
|
"612594152", "Tullibigeal", |
|
19149
|
|
|
|
|
|
|
"61891246", "Great\ Sandy", |
|
19150
|
|
|
|
|
|
|
"613546330", "Newstead", |
|
19151
|
|
|
|
|
|
|
"613531930", "Dimboola", |
|
19152
|
|
|
|
|
|
|
"6189795", "Bunbury", |
|
19153
|
|
|
|
|
|
|
"61748377", "Gladstone", |
|
19154
|
|
|
|
|
|
|
"61269193", "Warralonga", |
|
19155
|
|
|
|
|
|
|
"61743411", "Bunker", |
|
19156
|
|
|
|
|
|
|
"61343142", "Gerang\ Gerung", |
|
19157
|
|
|
|
|
|
|
"618763341", "Booleroo\ Centre", |
|
19158
|
|
|
|
|
|
|
"61895048", "Mount\ Helena", |
|
19159
|
|
|
|
|
|
|
"618856771", "Copeville", |
|
19160
|
|
|
|
|
|
|
"61890758", "Salmon\ Gums", |
|
19161
|
|
|
|
|
|
|
"61261571", "Binalong", |
|
19162
|
|
|
|
|
|
|
"61345069", "Derrinallum", |
|
19163
|
|
|
|
|
|
|
"61753033", "Woodford", |
|
19164
|
|
|
|
|
|
|
"61749908", "Rockhampton", |
|
19165
|
|
|
|
|
|
|
"612583524", "Grawin", |
|
19166
|
|
|
|
|
|
|
"61748312", "Mount\ Gardiner", |
|
19167
|
|
|
|
|
|
|
"61256983", "Lismore", |
|
19168
|
|
|
|
|
|
|
"61752238", "Toogoolawah", |
|
19169
|
|
|
|
|
|
|
"61267497", "Boggabri", |
|
19170
|
|
|
|
|
|
|
"612532607", "Young", |
|
19171
|
|
|
|
|
|
|
"61354168", "Talbot", |
|
19172
|
|
|
|
|
|
|
"61340162", "Swan\ Hill", |
|
19173
|
|
|
|
|
|
|
"61260813", "Holbrook", |
|
19174
|
|
|
|
|
|
|
"6186370", "Perth", |
|
19175
|
|
|
|
|
|
|
"61355770", "Hamilton", |
|
19176
|
|
|
|
|
|
|
"613441888", "Birchip", |
|
19177
|
|
|
|
|
|
|
"61264212", "Nimmitabel", |
|
19178
|
|
|
|
|
|
|
"61895445", "Mandurah", |
|
19179
|
|
|
|
|
|
|
"613451401", "Victoria\ Valley", |
|
19180
|
|
|
|
|
|
|
"61752155", "Maroon", |
|
19181
|
|
|
|
|
|
|
"61258103", "Collie", |
|
19182
|
|
|
|
|
|
|
"61350310", "Palinyewah", |
|
19183
|
|
|
|
|
|
|
"61748481", "Mackay", |
|
19184
|
|
|
|
|
|
|
"617473853", "Cloncurry", |
|
19185
|
|
|
|
|
|
|
"618964975", "Calingiri", |
|
19186
|
|
|
|
|
|
|
"618683225", "Yealering", |
|
19187
|
|
|
|
|
|
|
"61745208", "Barcoo", |
|
19188
|
|
|
|
|
|
|
"618863371", "Elliston", |
|
19189
|
|
|
|
|
|
|
"61756106", "Tamborine\ Mountain", |
|
19190
|
|
|
|
|
|
|
"61264277", "Merimbula", |
|
19191
|
|
|
|
|
|
|
"613431183", "Lorquon", |
|
19192
|
|
|
|
|
|
|
"61898633", "Dumbleyung", |
|
19193
|
|
|
|
|
|
|
"61264121", "Bombala", |
|
19194
|
|
|
|
|
|
|
"61743382", "Burnett", |
|
19195
|
|
|
|
|
|
|
"61357004", "Beechworth", |
|
19196
|
|
|
|
|
|
|
"61248765", "Robertson", |
|
19197
|
|
|
|
|
|
|
"61890534", "Burracoppin", |
|
19198
|
|
|
|
|
|
|
"61899282", "Mingenew", |
|
19199
|
|
|
|
|
|
|
"61745486", "Bringalily", |
|
19200
|
|
|
|
|
|
|
"61897201", "Myalup", |
|
19201
|
|
|
|
|
|
|
"617459866", "Kumbarilla", |
|
19202
|
|
|
|
|
|
|
"6129847", "Terrey\ Hills", |
|
19203
|
|
|
|
|
|
|
"612574590", "Emmaville", |
|
19204
|
|
|
|
|
|
|
"61355115", "Nirranda", |
|
19205
|
|
|
|
|
|
|
"61741006", "Biggenden", |
|
19206
|
|
|
|
|
|
|
"61890232", "Wialki\ North", |
|
19207
|
|
|
|
|
|
|
"61899584", "Wiluna", |
|
19208
|
|
|
|
|
|
|
"612574415", "Deepwater", |
|
19209
|
|
|
|
|
|
|
"61367308", "Lilydale", |
|
19210
|
|
|
|
|
|
|
"61264270", "Merimbula", |
|
19211
|
|
|
|
|
|
|
"61775074", "Cunnamulla", |
|
19212
|
|
|
|
|
|
|
"612530115", "Lyndhurst\/Hampton\/Harden\/Hill\ End", |
|
19213
|
|
|
|
|
|
|
"618996998", "Mount\ Magnet", |
|
19214
|
|
|
|
|
|
|
"61350372", "Swan\ Hill", |
|
19215
|
|
|
|
|
|
|
"61248162", "Gundillion", |
|
19216
|
|
|
|
|
|
|
"618683386", "Magitup", |
|
19217
|
|
|
|
|
|
|
"61877344", "Avenue\ Range", |
|
19218
|
|
|
|
|
|
|
"61895459", "Bakers\ Hill", |
|
19219
|
|
|
|
|
|
|
"617459929", "Atholwood", |
|
19220
|
|
|
|
|
|
|
"61752149", "Kia\ Ora", |
|
19221
|
|
|
|
|
|
|
"61865943", "Rottnest", |
|
19222
|
|
|
|
|
|
|
"612574804", "Moona\ Plains", |
|
19223
|
|
|
|
|
|
|
"613470718", "Yarrawonga", |
|
19224
|
|
|
|
|
|
|
"61876205", "Koongawa", |
|
19225
|
|
|
|
|
|
|
"612574450", "Oakey\ Creek", |
|
19226
|
|
|
|
|
|
|
"61355777", "Woodhouse", |
|
19227
|
|
|
|
|
|
|
"61742723", "Chillagoe", |
|
19228
|
|
|
|
|
|
|
"61341506", "Heyfield", |
|
19229
|
|
|
|
|
|
|
"618964905", "Miling", |
|
19230
|
|
|
|
|
|
|
"61265805", "Telegraph\ Point", |
|
19231
|
|
|
|
|
|
|
"61264514", "Berridale", |
|
19232
|
|
|
|
|
|
|
"61287475", "Bankstown", |
|
19233
|
|
|
|
|
|
|
"61263035", "Bylong", |
|
19234
|
|
|
|
|
|
|
"6138717", "Croydon", |
|
19235
|
|
|
|
|
|
|
"612530150", "Neville", |
|
19236
|
|
|
|
|
|
|
"61350317", "Scotia", |
|
19237
|
|
|
|
|
|
|
"61267490", "Willow\ Tree", |
|
19238
|
|
|
|
|
|
|
"617486946", "Moranbah", |
|
19239
|
|
|
|
|
|
|
"618865085", "Tarcoola", |
|
19240
|
|
|
|
|
|
|
"6139999", "Melbourne", |
|
19241
|
|
|
|
|
|
|
"6136439", "Waratah", |
|
19242
|
|
|
|
|
|
|
"617479231", "Croydon", |
|
19243
|
|
|
|
|
|
|
"61888955", "Snowtown", |
|
19244
|
|
|
|
|
|
|
"61741191", "Gooroolba", |
|
19245
|
|
|
|
|
|
|
"61885076", "Karatta", |
|
19246
|
|
|
|
|
|
|
"617486725", "Turkey\ Beach", |
|
19247
|
|
|
|
|
|
|
"61367126", "Scottsdale", |
|
19248
|
|
|
|
|
|
|
"61745569", "Goombi", |
|
19249
|
|
|
|
|
|
|
"61255093", "Smithtown", |
|
19250
|
|
|
|
|
|
|
"61886436", "Port\ Augusta", |
|
19251
|
|
|
|
|
|
|
"61353533", "Ballan", |
|
19252
|
|
|
|
|
|
|
"617442543", "Clarke", |
|
19253
|
|
|
|
|
|
|
"61361433", "Orford", |
|
19254
|
|
|
|
|
|
|
"61887052", "Lochaber", |
|
19255
|
|
|
|
|
|
|
"617476550", "Kirk", |
|
19256
|
|
|
|
|
|
|
"61363883", "Avoca", |
|
19257
|
|
|
|
|
|
|
"61756091", "Jimboomba", |
|
19258
|
|
|
|
|
|
|
"612532677", "Euchareena", |
|
19259
|
|
|
|
|
|
|
"61888071", "Nantawarra", |
|
19260
|
|
|
|
|
|
|
"61896092", "Dowerin", |
|
19261
|
|
|
|
|
|
|
"61748370", "Rockhampton", |
|
19262
|
|
|
|
|
|
|
"61888334", "Arthurton", |
|
19263
|
|
|
|
|
|
|
"61868054", "Jacup", |
|
19264
|
|
|
|
|
|
|
"613531751", "Streatham", |
|
19265
|
|
|
|
|
|
|
"61876086", "Tarcoola", |
|
19266
|
|
|
|
|
|
|
"61887347", "Rendelsham", |
|
19267
|
|
|
|
|
|
|
"61263438", "Tyagong", |
|
19268
|
|
|
|
|
|
|
"61350103", "Nyah", |
|
19269
|
|
|
|
|
|
|
"61385214", "Clayton", |
|
19270
|
|
|
|
|
|
|
"61258310", "Goorianawa", |
|
19271
|
|
|
|
|
|
|
"618683314", "Pingelly\ East", |
|
19272
|
|
|
|
|
|
|
"618856701", "Sandleton", |
|
19273
|
|
|
|
|
|
|
"61747979", "Bowen", |
|
19274
|
|
|
|
|
|
|
"617476515", "Gumlu", |
|
19275
|
|
|
|
|
|
|
"61362193", "Tarraleah", |
|
19276
|
|
|
|
|
|
|
"61260382", "Barnawartha", |
|
19277
|
|
|
|
|
|
|
"61886547", "Ungarra", |
|
19278
|
|
|
|
|
|
|
"61879998", "Darwin", |
|
19279
|
|
|
|
|
|
|
"61340535", "Sea\ Lake", |
|
19280
|
|
|
|
|
|
|
"617750302", "Barcaldine", |
|
19281
|
|
|
|
|
|
|
"61745739", "Chinchilla", |
|
19282
|
|
|
|
|
|
|
"61353763", "Willaura", |
|
19283
|
|
|
|
|
|
|
"61253256", "Molong", |
|
19284
|
|
|
|
|
|
|
"618904265", "Wialki\ North", |
|
19285
|
|
|
|
|
|
|
"61242073", "Wollongong", |
|
19286
|
|
|
|
|
|
|
"61341273", "Erica", |
|
19287
|
|
|
|
|
|
|
"618903441", "Dundas", |
|
19288
|
|
|
|
|
|
|
"61298739", "Sydney", |
|
19289
|
|
|
|
|
|
|
"61752013", "Imbil", |
|
19290
|
|
|
|
|
|
|
"61357028", "Chiltern", |
|
19291
|
|
|
|
|
|
|
"61340129", "Anabranch", |
|
19292
|
|
|
|
|
|
|
"618851293", "Karatta", |
|
19293
|
|
|
|
|
|
|
"61745224", "Kilbeggan", |
|
19294
|
|
|
|
|
|
|
"61742431", "Walsh\ River", |
|
19295
|
|
|
|
|
|
|
"61899046", "Geraldton", |
|
19296
|
|
|
|
|
|
|
"612683683", "Coonabarabran", |
|
19297
|
|
|
|
|
|
|
"61748883", "Walkerston", |
|
19298
|
|
|
|
|
|
|
"61749085", "Proserpine", |
|
19299
|
|
|
|
|
|
|
"61753218", "Rosewood", |
|
19300
|
|
|
|
|
|
|
"617458950", "Warra", |
|
19301
|
|
|
|
|
|
|
"61355053", "Dartmoor", |
|
19302
|
|
|
|
|
|
|
"61889619", "Alyangula", |
|
19303
|
|
|
|
|
|
|
"61887009", "Wrattonbully", |
|
19304
|
|
|
|
|
|
|
"612583631", "Narromine", |
|
19305
|
|
|
|
|
|
|
"61867193", "Collie", |
|
19306
|
|
|
|
|
|
|
"613441707", "Harcourt", |
|
19307
|
|
|
|
|
|
|
"612594439", "Temora", |
|
19308
|
|
|
|
|
|
|
"612593700", "Ivanhoe", |
|
19309
|
|
|
|
|
|
|
"6124340", "Gosford", |
|
19310
|
|
|
|
|
|
|
"61345022", "Dartmoor", |
|
19311
|
|
|
|
|
|
|
"61255520", "Castle\ Rock", |
|
19312
|
|
|
|
|
|
|
"61343105", "Horsham", |
|
19313
|
|
|
|
|
|
|
"61868068", "Ongerup\ North", |
|
19314
|
|
|
|
|
|
|
"61746181", "Tabers", |
|
19315
|
|
|
|
|
|
|
"61357425", "Euroa", |
|
19316
|
|
|
|
|
|
|
"6125712", "Tamworth", |
|
19317
|
|
|
|
|
|
|
"617486872", "St\ Lawrence", |
|
19318
|
|
|
|
|
|
|
"618683695", "Boddington", |
|
19319
|
|
|
|
|
|
|
"61256403", "Nimbin", |
|
19320
|
|
|
|
|
|
|
"617452405", "Wallumbilla", |
|
19321
|
|
|
|
|
|
|
"61267061", "Deepwater", |
|
19322
|
|
|
|
|
|
|
"61755401", "Beaudesert", |
|
19323
|
|
|
|
|
|
|
"61752936", "Caloundra", |
|
19324
|
|
|
|
|
|
|
"61898798", "Hyden", |
|
19325
|
|
|
|
|
|
|
"617486023", "Comet", |
|
19326
|
|
|
|
|
|
|
"61756304", "Southport", |
|
19327
|
|
|
|
|
|
|
"61357937", "Puckapunyal", |
|
19328
|
|
|
|
|
|
|
"61387630", "Werribee", |
|
19329
|
|
|
|
|
|
|
"61898874", "Wickepin", |
|
19330
|
|
|
|
|
|
|
"61756460", "Jimboomba", |
|
19331
|
|
|
|
|
|
|
"61358944", "Wakool", |
|
19332
|
|
|
|
|
|
|
"618600823", "Karloning", |
|
19333
|
|
|
|
|
|
|
"612573422", "Pinkett", |
|
19334
|
|
|
|
|
|
|
"61742674", "Weipa", |
|
19335
|
|
|
|
|
|
|
"6129617", "Parramatta", |
|
19336
|
|
|
|
|
|
|
"61895402", "Pinjarra", |
|
19337
|
|
|
|
|
|
|
"61891082", "Sandfire", |
|
19338
|
|
|
|
|
|
|
"61891611", "Wyndham", |
|
19339
|
|
|
|
|
|
|
"61351794", "Combienbar", |
|
19340
|
|
|
|
|
|
|
"61887713", "Greenways", |
|
19341
|
|
|
|
|
|
|
"612532999", "Young", |
|
19342
|
|
|
|
|
|
|
"61351878", "Yinnar", |
|
19343
|
|
|
|
|
|
|
"612592697", "Egansford", |
|
19344
|
|
|
|
|
|
|
"618867700", "Willowie", |
|
19345
|
|
|
|
|
|
|
"61898157", "Kukerin", |
|
19346
|
|
|
|
|
|
|
"61352176", "Kennedys\ Creek", |
|
19347
|
|
|
|
|
|
|
"61756216", "Jimboomba", |
|
19348
|
|
|
|
|
|
|
"61745118", "Pikedale", |
|
19349
|
|
|
|
|
|
|
"618985596", "Karlgarin", |
|
19350
|
|
|
|
|
|
|
"61248151", "Bevendale", |
|
19351
|
|
|
|
|
|
|
"618683050", "Harrismith", |
|
19352
|
|
|
|
|
|
|
"6139308", "Craigieburn", |
|
19353
|
|
|
|
|
|
|
"61896126", "Kalannie", |
|
19354
|
|
|
|
|
|
|
"6138816", "Melbourne", |
|
19355
|
|
|
|
|
|
|
"61255178", "Howes\ Valley", |
|
19356
|
|
|
|
|
|
|
"61247117", "Katoomba", |
|
19357
|
|
|
|
|
|
|
"61355205", "Panmure", |
|
19358
|
|
|
|
|
|
|
"61897111", "Bunbury", |
|
19359
|
|
|
|
|
|
|
"61354870", "Inglewood", |
|
19360
|
|
|
|
|
|
|
"61269619", "Griffith", |
|
19361
|
|
|
|
|
|
|
"61256258", "Coutts\ Crossing", |
|
19362
|
|
|
|
|
|
|
"61259031", "Egansford", |
|
19363
|
|
|
|
|
|
|
"61748273", "Tieri", |
|
19364
|
|
|
|
|
|
|
"61731509", "Brisbane", |
|
19365
|
|
|
|
|
|
|
"61267009", "Bellata", |
|
19366
|
|
|
|
|
|
|
"61357441", "Yarrawonga", |
|
19367
|
|
|
|
|
|
|
"61264102", "Numeralla", |
|
19368
|
|
|
|
|
|
|
"61755469", "Jimboomba", |
|
19369
|
|
|
|
|
|
|
"618601091", "Mount\ Merivale", |
|
19370
|
|
|
|
|
|
|
"61258213", "Gollan", |
|
19371
|
|
|
|
|
|
|
"617458786", "Culgoa", |
|
19372
|
|
|
|
|
|
|
"61244079", "Huskisson", |
|
19373
|
|
|
|
|
|
|
"61885787", "Halidon", |
|
19374
|
|
|
|
|
|
|
"61353011", "Broughton", |
|
19375
|
|
|
|
|
|
|
"61367092", "Whitemark", |
|
19376
|
|
|
|
|
|
|
"61364199", "Devonport", |
|
19377
|
|
|
|
|
|
|
"61753124", "Kilkivan", |
|
19378
|
|
|
|
|
|
|
"618762622", "Redhill", |
|
19379
|
|
|
|
|
|
|
"61747404", "Townsville", |
|
19380
|
|
|
|
|
|
|
"6139801", "Ringwood", |
|
19381
|
|
|
|
|
|
|
"612532965", "Kandos", |
|
19382
|
|
|
|
|
|
|
"6174980", "Emerald", |
|
19383
|
|
|
|
|
|
|
"61256135", "Dyraaba", |
|
19384
|
|
|
|
|
|
|
"61863000", "Wanneroo", |
|
19385
|
|
|
|
|
|
|
"61263896", "Woodstock", |
|
19386
|
|
|
|
|
|
|
"61744165", "Millaroo", |
|
19387
|
|
|
|
|
|
|
"61887061", "Makin", |
|
19388
|
|
|
|
|
|
|
"61747360", "Upper\ Stone", |
|
19389
|
|
|
|
|
|
|
"61745851", "Warra", |
|
19390
|
|
|
|
|
|
|
"61264373", "Shannons\ Flat", |
|
19391
|
|
|
|
|
|
|
"613451029", "Wombelano", |
|
19392
|
|
|
|
|
|
|
"61342235", "Beeac", |
|
19393
|
|
|
|
|
|
|
"61351406", "Dargo", |
|
19394
|
|
|
|
|
|
|
"61256529", "Maclean", |
|
19395
|
|
|
|
|
|
|
"61897858", "Manjimup", |
|
19396
|
|
|
|
|
|
|
"618600970", "Mukinbudin", |
|
19397
|
|
|
|
|
|
|
"61896308", "Dalwallinu", |
|
19398
|
|
|
|
|
|
|
"61355086", "Hawkesdale", |
|
19399
|
|
|
|
|
|
|
"6188329", "Mclaren\ Vale", |
|
19400
|
|
|
|
|
|
|
"61898284", "Ongerup\ North", |
|
19401
|
|
|
|
|
|
|
"613470891", "St\ James", |
|
19402
|
|
|
|
|
|
|
"6124205", "Kiama", |
|
19403
|
|
|
|
|
|
|
"61748856", "Mackay", |
|
19404
|
|
|
|
|
|
|
"61746730", "Warwick", |
|
19405
|
|
|
|
|
|
|
"612683702", "Dandaloo", |
|
19406
|
|
|
|
|
|
|
"618865961", "Poochera", |
|
19407
|
|
|
|
|
|
|
"61896605", "Dalwallinu\ West", |
|
19408
|
|
|
|
|
|
|
"61754703", "Noosaville", |
|
19409
|
|
|
|
|
|
|
"61358081", "Picola", |
|
19410
|
|
|
|
|
|
|
"61746827", "Balonne", |
|
19411
|
|
|
|
|
|
|
"618683669", "Walpole", |
|
19412
|
|
|
|
|
|
|
"61256264", "Copmanhurst", |
|
19413
|
|
|
|
|
|
|
"61748506", "Baralaba", |
|
19414
|
|
|
|
|
|
|
"61351167", "Traralgon", |
|
19415
|
|
|
|
|
|
|
"61878018", "Marion\ Bay", |
|
19416
|
|
|
|
|
|
|
"61744234", "Gumlu", |
|
19417
|
|
|
|
|
|
|
"61899810", "Meekatharra", |
|
19418
|
|
|
|
|
|
|
"61895395", "Toodyay", |
|
19419
|
|
|
|
|
|
|
"612530203", "Running\ Stream", |
|
19420
|
|
|
|
|
|
|
"618859960", "Pinnaroo", |
|
19421
|
|
|
|
|
|
|
"6134209", "Geelong", |
|
19422
|
|
|
|
|
|
|
"61342164", "Barwon\ Downs", |
|
19423
|
|
|
|
|
|
|
"61876053", "Kyancutta", |
|
19424
|
|
|
|
|
|
|
"613442027", "Traynors\ Lagoon", |
|
19425
|
|
|
|
|
|
|
"612593684", "Cowabbie", |
|
19426
|
|
|
|
|
|
|
"617486924", "Duaringa", |
|
19427
|
|
|
|
|
|
|
"6187285", "Salisbury", |
|
19428
|
|
|
|
|
|
|
"61754143", "Nambour", |
|
19429
|
|
|
|
|
|
|
"61886623", "Gladstone", |
|
19430
|
|
|
|
|
|
|
"61746560", "Quilpie", |
|
19431
|
|
|
|
|
|
|
"61890190", "Speddingup\ East", |
|
19432
|
|
|
|
|
|
|
"6174955", "Mackay", |
|
19433
|
|
|
|
|
|
|
"618967832", "South\ Quairading", |
|
19434
|
|
|
|
|
|
|
"61344032", "Wycheproof", |
|
19435
|
|
|
|
|
|
|
"61263672", "Millthorpe", |
|
19436
|
|
|
|
|
|
|
"61350038", "Arumpo", |
|
19437
|
|
|
|
|
|
|
"61745501", "Cecil\ Plains", |
|
19438
|
|
|
|
|
|
|
"6173539", "Brisbane", |
|
19439
|
|
|
|
|
|
|
"61885805", "Berri", |
|
19440
|
|
|
|
|
|
|
"61286656", "Blacktown", |
|
19441
|
|
|
|
|
|
|
"61891716", "Leopold", |
|
19442
|
|
|
|
|
|
|
"617441920", "The\ Monument", |
|
19443
|
|
|
|
|
|
|
"61747691", "Eddington", |
|
19444
|
|
|
|
|
|
|
"618683713", "Dumbleyung", |
|
19445
|
|
|
|
|
|
|
"6128502", "Sutherland", |
|
19446
|
|
|
|
|
|
|
"61257329", "Wollomombi", |
|
19447
|
|
|
|
|
|
|
"612574210", "Bundella", |
|
19448
|
|
|
|
|
|
|
"618858512", "Halidon", |
|
19449
|
|
|
|
|
|
|
"61887490", "Greenways", |
|
19450
|
|
|
|
|
|
|
"61341370", "Heyfield", |
|
19451
|
|
|
|
|
|
|
"61265076", "Krambach", |
|
19452
|
|
|
|
|
|
|
"61268687", "Stuart\ Town", |
|
19453
|
|
|
|
|
|
|
"613545004", "Gunbower", |
|
19454
|
|
|
|
|
|
|
"618763889", "Marla", |
|
19455
|
|
|
|
|
|
|
"61267052", "Croppa\ Creek", |
|
19456
|
|
|
|
|
|
|
"61264159", "Cathcart", |
|
19457
|
|
|
|
|
|
|
"61362078", "Richmond", |
|
19458
|
|
|
|
|
|
|
"617480355", "Agnes\ Water", |
|
19459
|
|
|
|
|
|
|
"61354383", "Inglewood", |
|
19460
|
|
|
|
|
|
|
"61361105", "Woodbury", |
|
19461
|
|
|
|
|
|
|
"61268334", "Widgeland", |
|
19462
|
|
|
|
|
|
|
"61348191", "Wanganella", |
|
19463
|
|
|
|
|
|
|
"612532458", "Murringo", |
|
19464
|
|
|
|
|
|
|
"612583140", "Bogan\ Gate", |
|
19465
|
|
|
|
|
|
|
"61268071", "Mendooran", |
|
19466
|
|
|
|
|
|
|
"61267347", "Emmaville", |
|
19467
|
|
|
|
|
|
|
"61867078", "Lake\ Clifton", |
|
19468
|
|
|
|
|
|
|
"612574255", "Nowendoc", |
|
19469
|
|
|
|
|
|
|
"61748639", "Rockhampton", |
|
19470
|
|
|
|
|
|
|
"612592730", "Rankins\ Springs", |
|
19471
|
|
|
|
|
|
|
"617480310", "Rolleston", |
|
19472
|
|
|
|
|
|
|
"61897864", "Balingup", |
|
19473
|
|
|
|
|
|
|
"61240006", "East\ Gresford", |
|
19474
|
|
|
|
|
|
|
"61896450", "Quairading", |
|
19475
|
|
|
|
|
|
|
"61264742", "Ando", |
|
19476
|
|
|
|
|
|
|
"618753327", "Gurrai", |
|
19477
|
|
|
|
|
|
|
"61872283", "Mount\ Barker", |
|
19478
|
|
|
|
|
|
|
"61350435", "Nandaly", |
|
19479
|
|
|
|
|
|
|
"61741875", "Monto", |
|
19480
|
|
|
|
|
|
|
"61749116", "Rockhampton", |
|
19481
|
|
|
|
|
|
|
"61267340", "Glen\ Innes", |
|
19482
|
|
|
|
|
|
|
"61264145", "Bendoc", |
|
19483
|
|
|
|
|
|
|
"61341312", "Bairnsdale", |
|
19484
|
|
|
|
|
|
|
"61258038", "Parkes", |
|
19485
|
|
|
|
|
|
|
"61745453", "Glenhope", |
|
19486
|
|
|
|
|
|
|
"613983", "Melbourne", |
|
19487
|
|
|
|
|
|
|
"613450552", "Benayeo", |
|
19488
|
|
|
|
|
|
|
"618862015", "The\ Ranges", |
|
19489
|
|
|
|
|
|
|
"613542653", "Nullawil", |
|
19490
|
|
|
|
|
|
|
"61753326", "Thornton", |
|
19491
|
|
|
|
|
|
|
"612583395", "Barrier", |
|
19492
|
|
|
|
|
|
|
"61348285", "Dookie", |
|
19493
|
|
|
|
|
|
|
"61259176", "Tooma", |
|
19494
|
|
|
|
|
|
|
"61897269", "Brunswick\ Junction", |
|
19495
|
|
|
|
|
|
|
"61896457", "Pantapin", |
|
19496
|
|
|
|
|
|
|
"61268949", "Gwabegar", |
|
19497
|
|
|
|
|
|
|
"61895421", "Byford", |
|
19498
|
|
|
|
|
|
|
"618683420", "Unicup", |
|
19499
|
|
|
|
|
|
|
"61896324", "Brookton", |
|
19500
|
|
|
|
|
|
|
"61268680", "Yarrabandai", |
|
19501
|
|
|
|
|
|
|
"61341377", "Meerlieu", |
|
19502
|
|
|
|
|
|
|
"61887497", "Rendelsham", |
|
19503
|
|
|
|
|
|
|
"612630493", "Hill\ End", |
|
19504
|
|
|
|
|
|
|
"61355242", "Merino", |
|
19505
|
|
|
|
|
|
|
"61352374", "Lavers\ Hill", |
|
19506
|
|
|
|
|
|
|
"61352031", "Aireys\ Inlet", |
|
19507
|
|
|
|
|
|
|
"618989159", "Nomans\ Lake", |
|
19508
|
|
|
|
|
|
|
"61342413", "Torquay", |
|
19509
|
|
|
|
|
|
|
"61880813", "Dolo", |
|
19510
|
|
|
|
|
|
|
"612885", "Parramatta", |
|
19511
|
|
|
|
|
|
|
"61240191", "Stroud", |
|
19512
|
|
|
|
|
|
|
"61753108", "Toogoolawah", |
|
19513
|
|
|
|
|
|
|
"61746567", "Augathella", |
|
19514
|
|
|
|
|
|
|
"61890197", "Westonia", |
|
19515
|
|
|
|
|
|
|
"6124832", "Crookwell", |
|
19516
|
|
|
|
|
|
|
"61899579", "Exmouth", |
|
19517
|
|
|
|
|
|
|
"61348006", "Tocumwal", |
|
19518
|
|
|
|
|
|
|
"617479214", "Woodstock", |
|
19519
|
|
|
|
|
|
|
"61896642", "Wubin", |
|
19520
|
|
|
|
|
|
|
"61359088", "Koo\ Wee\ Rup", |
|
19521
|
|
|
|
|
|
|
"6187989", "Darwin", |
|
19522
|
|
|
|
|
|
|
"617750120", "Cecil\ Plains", |
|
19523
|
|
|
|
|
|
|
"618683331", "Arthur\ River", |
|
19524
|
|
|
|
|
|
|
"612530273", "Milvale", |
|
19525
|
|
|
|
|
|
|
"61899817", "Wiluna", |
|
19526
|
|
|
|
|
|
|
"617442825", "Ayr", |
|
19527
|
|
|
|
|
|
|
"613532401", "Natimuk", |
|
19528
|
|
|
|
|
|
|
"61351160", "Traralgon", |
|
19529
|
|
|
|
|
|
|
"61747025", "Bowen", |
|
19530
|
|
|
|
|
|
|
"618680106", "Tarin\ Rock", |
|
19531
|
|
|
|
|
|
|
"61341481", "Sale", |
|
19532
|
|
|
|
|
|
|
"61256562", "Lismore", |
|
19533
|
|
|
|
|
|
|
"61255643", "Moonan\ Flat", |
|
19534
|
|
|
|
|
|
|
"61861738", "Spearwood", |
|
19535
|
|
|
|
|
|
|
"612583546", "Purlewaugh", |
|
19536
|
|
|
|
|
|
|
"61345001", "Woolsthorpe", |
|
19537
|
|
|
|
|
|
|
"61249164", "Nelson\ Bay", |
|
19538
|
|
|
|
|
|
|
"61746737", "Aramac", |
|
19539
|
|
|
|
|
|
|
"612683772", "Gwabegar", |
|
19540
|
|
|
|
|
|
|
"618780037", "Gawler", |
|
19541
|
|
|
|
|
|
|
"618854532", "Mantung", |
|
19542
|
|
|
|
|
|
|
"61898889", "Yealering", |
|
19543
|
|
|
|
|
|
|
"618982923", "Amelup", |
|
19544
|
|
|
|
|
|
|
"61898582", "Newdegate", |
|
19545
|
|
|
|
|
|
|
"6175557", "Southport", |
|
19546
|
|
|
|
|
|
|
"618985190", "Nyabing", |
|
19547
|
|
|
|
|
|
|
"612574922", "Cuttabri", |
|
19548
|
|
|
|
|
|
|
"61746820", "Southwood", |
|
19549
|
|
|
|
|
|
|
"61257362", "Cuttabri", |
|
19550
|
|
|
|
|
|
|
"618996835", "Lynton", |
|
19551
|
|
|
|
|
|
|
"61735066", "Brisbane", |
|
19552
|
|
|
|
|
|
|
"61342366", "Beeac", |
|
19553
|
|
|
|
|
|
|
"61747367", "Home\ Hill", |
|
19554
|
|
|
|
|
|
|
"61879011", "Tablelands", |
|
19555
|
|
|
|
|
|
|
"61340151", "Turriff", |
|
19556
|
|
|
|
|
|
|
"61742689", "Gordonvale", |
|
19557
|
|
|
|
|
|
|
"612583614", "Grawin", |
|
19558
|
|
|
|
|
|
|
"61266789", "Rappville", |
|
19559
|
|
|
|
|
|
|
"61878233", "Arthurton", |
|
19560
|
|
|
|
|
|
|
"618600900", "Leonora", |
|
19561
|
|
|
|
|
|
|
"612570045", "Pilliga", |
|
19562
|
|
|
|
|
|
|
"61269078", "Tumut", |
|
19563
|
|
|
|
|
|
|
"61876115", "Port\ Lincoln", |
|
19564
|
|
|
|
|
|
|
"61354877", "Gunbower", |
|
19565
|
|
|
|
|
|
|
"61268136", "Goorianawa", |
|
19566
|
|
|
|
|
|
|
"61264705", "Eucumbene", |
|
19567
|
|
|
|
|
|
|
"61250081", "Talmalmo", |
|
19568
|
|
|
|
|
|
|
"61885780", "Karoonda", |
|
19569
|
|
|
|
|
|
|
"618985456", "Pingrup", |
|
19570
|
|
|
|
|
|
|
"612583686", "Colane", |
|
19571
|
|
|
|
|
|
|
"618661022", "Aldersyde", |
|
19572
|
|
|
|
|
|
|
"61354812", "Echuca", |
|
19573
|
|
|
|
|
|
|
"612594204", "Gunbar", |
|
19574
|
|
|
|
|
|
|
"617485866", "Glenden", |
|
19575
|
|
|
|
|
|
|
"61380068", "Sunbury", |
|
19576
|
|
|
|
|
|
|
"618983647", "Hopetoun", |
|
19577
|
|
|
|
|
|
|
"618993078", "Latham", |
|
19578
|
|
|
|
|
|
|
"61753511", "Noosaville", |
|
19579
|
|
|
|
|
|
|
"61898150", "Kondinin", |
|
19580
|
|
|
|
|
|
|
"612593939", "Temora", |
|
19581
|
|
|
|
|
|
|
"61361142", "Geeveston", |
|
19582
|
|
|
|
|
|
|
"61889332", "Petermann", |
|
19583
|
|
|
|
|
|
|
"61265131", "Smithtown", |
|
19584
|
|
|
|
|
|
|
"61247110", "Lawson", |
|
19585
|
|
|
|
|
|
|
"61354519", "Lalbert", |
|
19586
|
|
|
|
|
|
|
"61281043", "Liverpool", |
|
19587
|
|
|
|
|
|
|
"618850798", "Renmark", |
|
19588
|
|
|
|
|
|
|
"618661139", "Gillingarra", |
|
19589
|
|
|
|
|
|
|
"6127805", "Parramatta", |
|
19590
|
|
|
|
|
|
|
"61889603", "Tiwi", |
|
19591
|
|
|
|
|
|
|
"618867778", "Terowie", |
|
19592
|
|
|
|
|
|
|
"61887013", "Colebatch", |
|
19593
|
|
|
|
|
|
|
"61754844", "Imbil", |
|
19594
|
|
|
|
|
|
|
"61351094", "Loch\ Sport", |
|
19595
|
|
|
|
|
|
|
"618763446", "Coorabie", |
|
19596
|
|
|
|
|
|
|
"61891782", "Whaleback", |
|
19597
|
|
|
|
|
|
|
"61266074", "Maclean", |
|
19598
|
|
|
|
|
|
|
"61361021", "Swansea", |
|
19599
|
|
|
|
|
|
|
"61891291", "Onslow", |
|
19600
|
|
|
|
|
|
|
"61747096", "Halifax", |
|
19601
|
|
|
|
|
|
|
"61358130", "Tatura", |
|
19602
|
|
|
|
|
|
|
"61742590", "Aurukun", |
|
19603
|
|
|
|
|
|
|
"618854996", "Sanderston", |
|
19604
|
|
|
|
|
|
|
"61898098", "Gnowellen", |
|
19605
|
|
|
|
|
|
|
"61267761", "Uralla", |
|
19606
|
|
|
|
|
|
|
"61752009", "Gatton", |
|
19607
|
|
|
|
|
|
|
"61754255", "Esk", |
|
19608
|
|
|
|
|
|
|
"618965694", "Konnongorring", |
|
19609
|
|
|
|
|
|
|
"61266990", "Tyalgum", |
|
19610
|
|
|
|
|
|
|
"618967615", "Badgerin\ Rock", |
|
19611
|
|
|
|
|
|
|
"61265087", "Merriwa", |
|
19612
|
|
|
|
|
|
|
"61340454", "Underbool", |
|
19613
|
|
|
|
|
|
|
"61268676", "Berkley\ Downs", |
|
19614
|
|
|
|
|
|
|
"613531745", "Stawell", |
|
19615
|
|
|
|
|
|
|
"612532922", "Oberon", |
|
19616
|
|
|
|
|
|
|
"612593778", "Gala\ Vale", |
|
19617
|
|
|
|
|
|
|
"613451306", "Balmoral", |
|
19618
|
|
|
|
|
|
|
"618682182", "Perillup", |
|
19619
|
|
|
|
|
|
|
"61887936", "Avenue\ Range", |
|
19620
|
|
|
|
|
|
|
"617404", "Cairns", |
|
19621
|
|
|
|
|
|
|
"618854543", "Morgan", |
|
19622
|
|
|
|
|
|
|
"61240601", "Stroud", |
|
19623
|
|
|
|
|
|
|
"618660915", "Lancelin", |
|
19624
|
|
|
|
|
|
|
"61740132", "South\ Johnstone", |
|
19625
|
|
|
|
|
|
|
"61887709", "Monkoora", |
|
19626
|
|
|
|
|
|
|
"61890607", "Nullarbor", |
|
19627
|
|
|
|
|
|
|
"61353897", "Wilkur", |
|
19628
|
|
|
|
|
|
|
"61350043", "Berriwillock", |
|
19629
|
|
|
|
|
|
|
"61891840", "Pannawonica", |
|
19630
|
|
|
|
|
|
|
"61897163", "Pemberton", |
|
19631
|
|
|
|
|
|
|
"613572750", "Harrietville", |
|
19632
|
|
|
|
|
|
|
"61740825", "Peninsula", |
|
19633
|
|
|
|
|
|
|
"61899467", "Ajana", |
|
19634
|
|
|
|
|
|
|
"61879241", "Alyangula", |
|
19635
|
|
|
|
|
|
|
"61265671", "Toorooka", |
|
19636
|
|
|
|
|
|
|
"61256419", "Bellingen", |
|
19637
|
|
|
|
|
|
|
"61743502", "Manumbar", |
|
19638
|
|
|
|
|
|
|
"61392163", "Kalkallo", |
|
19639
|
|
|
|
|
|
|
"618967650", "Cleary\ North", |
|
19640
|
|
|
|
|
|
|
"61250137", "Talmalmo", |
|
19641
|
|
|
|
|
|
|
"61259180", "Tumorrama", |
|
19642
|
|
|
|
|
|
|
"61258261", "Bobadah", |
|
19643
|
|
|
|
|
|
|
"617487054", "Spier", |
|
19644
|
|
|
|
|
|
|
"61898495", "Mount\ Madden", |
|
19645
|
|
|
|
|
|
|
"61364440", "Queenstown", |
|
19646
|
|
|
|
|
|
|
"61746479", "Wandoan", |
|
19647
|
|
|
|
|
|
|
"61340327", "Woomelang", |
|
19648
|
|
|
|
|
|
|
"61745039", "Teelba", |
|
19649
|
|
|
|
|
|
|
"618660950", "Wubin", |
|
19650
|
|
|
|
|
|
|
"61353063", "Navarre", |
|
19651
|
|
|
|
|
|
|
"61887149", "Port\ Macdonnell", |
|
19652
|
|
|
|
|
|
|
"61356084", "Buffalo", |
|
19653
|
|
|
|
|
|
|
"61351301", "Gormandale", |
|
19654
|
|
|
|
|
|
|
"61352187", "Wingeel", |
|
19655
|
|
|
|
|
|
|
"61866062", "Yerecoin", |
|
19656
|
|
|
|
|
|
|
"61387504", "Whittlesea", |
|
19657
|
|
|
|
|
|
|
"61896281", "Dale\ River", |
|
19658
|
|
|
|
|
|
|
"617476498", "Giru", |
|
19659
|
|
|
|
|
|
|
"61743559", "Redridge", |
|
19660
|
|
|
|
|
|
|
"61341184", "Maffra", |
|
19661
|
|
|
|
|
|
|
"61353616", "Navarre", |
|
19662
|
|
|
|
|
|
|
"61261166", "Michelago", |
|
19663
|
|
|
|
|
|
|
"618903410", "Collurabbie", |
|
19664
|
|
|
|
|
|
|
"61888771", "Spalding", |
|
19665
|
|
|
|
|
|
|
"6128456", "Sydney", |
|
19666
|
|
|
|
|
|
|
"61896792", "Bencubbin", |
|
19667
|
|
|
|
|
|
|
"618860096", "Ceduna", |
|
19668
|
|
|
|
|
|
|
"61887752", "Tarpeena", |
|
19669
|
|
|
|
|
|
|
"61249974", "Bulahdelah", |
|
19670
|
|
|
|
|
|
|
"61340065", "Mittyack", |
|
19671
|
|
|
|
|
|
|
"618903455", "Esperance", |
|
19672
|
|
|
|
|
|
|
"61734959", "Samford", |
|
19673
|
|
|
|
|
|
|
"61877191", "Millicent", |
|
19674
|
|
|
|
|
|
|
"61899106", "Nangetty", |
|
19675
|
|
|
|
|
|
|
"61885776", "Peebinga", |
|
19676
|
|
|
|
|
|
|
"61263735", "Wollar", |
|
19677
|
|
|
|
|
|
|
"61895124", "Toodyay", |
|
19678
|
|
|
|
|
|
|
"6135867", "Nathalia", |
|
19679
|
|
|
|
|
|
|
"61752052", "Boonah", |
|
19680
|
|
|
|
|
|
|
"6139561", "Clayton", |
|
19681
|
|
|
|
|
|
|
"61742023", "Mount\ Garnet", |
|
19682
|
|
|
|
|
|
|
"61347018", "Bonnie\ Doon", |
|
19683
|
|
|
|
|
|
|
"61350119", "Anabranch", |
|
19684
|
|
|
|
|
|
|
"61355077", "Glenthompson", |
|
19685
|
|
|
|
|
|
|
"612593887", "Burra", |
|
19686
|
|
|
|
|
|
|
"613441880", "Tennyson", |
|
19687
|
|
|
|
|
|
|
"61899625", "Tenindewa", |
|
19688
|
|
|
|
|
|
|
"61356437", "San\ Remo", |
|
19689
|
|
|
|
|
|
|
"61890449", "Warralakin", |
|
19690
|
|
|
|
|
|
|
"61741344", "Lowmead", |
|
19691
|
|
|
|
|
|
|
"61340468", "Cowangie", |
|
19692
|
|
|
|
|
|
|
"61249090", "East\ Gresford", |
|
19693
|
|
|
|
|
|
|
"61743228", "Tansey", |
|
19694
|
|
|
|
|
|
|
"6173297", "Beenleigh", |
|
19695
|
|
|
|
|
|
|
"612574598", "Gundabloui", |
|
19696
|
|
|
|
|
|
|
"61887666", "Padthaway", |
|
19697
|
|
|
|
|
|
|
"618850392", "Loxton", |
|
19698
|
|
|
|
|
|
|
"61261649", "Rye\ Park", |
|
19699
|
|
|
|
|
|
|
"61357346", "Broadford", |
|
19700
|
|
|
|
|
|
|
"61260926", "Albury", |
|
19701
|
|
|
|
|
|
|
"61341257", "Cabbage\ Tree\ Creek", |
|
19702
|
|
|
|
|
|
|
"61899328", "Kalbarri", |
|
19703
|
|
|
|
|
|
|
"61355012", "Apsley", |
|
19704
|
|
|
|
|
|
|
"61878139", "Burra", |
|
19705
|
|
|
|
|
|
|
"61267531", "Wenna", |
|
19706
|
|
|
|
|
|
|
"618996990", "Leeman", |
|
19707
|
|
|
|
|
|
|
"61877006", "Laffer", |
|
19708
|
|
|
|
|
|
|
"61899091", "Morawa", |
|
19709
|
|
|
|
|
|
|
"61741706", "Yandaran", |
|
19710
|
|
|
|
|
|
|
"61260502", "Culcairn", |
|
19711
|
|
|
|
|
|
|
"61249097", "Cessnock", |
|
19712
|
|
|
|
|
|
|
"6173045", "Redcliffe", |
|
19713
|
|
|
|
|
|
|
"61248065", "Rugby", |
|
19714
|
|
|
|
|
|
|
"61357704", "Alexandra", |
|
19715
|
|
|
|
|
|
|
"618903346", "Muntadgin\ East", |
|
19716
|
|
|
|
|
|
|
"61341250", "Dargo", |
|
19717
|
|
|
|
|
|
|
"61359294", "Healesville", |
|
19718
|
|
|
|
|
|
|
"61741939", "Tiaro", |
|
19719
|
|
|
|
|
|
|
"61895511", "Bullsbrook\ East", |
|
19720
|
|
|
|
|
|
|
"61260809", "Albury", |
|
19721
|
|
|
|
|
|
|
"61275008", "Engadine", |
|
19722
|
|
|
|
|
|
|
"61364609", "Wynyard", |
|
19723
|
|
|
|
|
|
|
"61755512", "Beechmont", |
|
19724
|
|
|
|
|
|
|
"612530158", "Maimuru", |
|
19725
|
|
|
|
|
|
|
"61352966", "Lavers\ Hill", |
|
19726
|
|
|
|
|
|
|
"61263132", "Limekilns", |
|
19727
|
|
|
|
|
|
|
"61385803", "Melbourne", |
|
19728
|
|
|
|
|
|
|
"61356430", "Hill\ End", |
|
19729
|
|
|
|
|
|
|
"613470710", "Thoona", |
|
19730
|
|
|
|
|
|
|
"61253189", "Blayney", |
|
19731
|
|
|
|
|
|
|
"612574458", "Quirindi", |
|
19732
|
|
|
|
|
|
|
"61355070", "Ecklin", |
|
19733
|
|
|
|
|
|
|
"61264692", "Berridale", |
|
19734
|
|
|
|
|
|
|
"61354886", "Birchip", |
|
19735
|
|
|
|
|
|
|
"617476558", "Kirk", |
|
19736
|
|
|
|
|
|
|
"61877285", "Naracoorte", |
|
19737
|
|
|
|
|
|
|
"61743545", "Lowmead", |
|
19738
|
|
|
|
|
|
|
"61343059", "Gerang\ Gerung", |
|
19739
|
|
|
|
|
|
|
"61878248", "Marion\ Bay", |
|
19740
|
|
|
|
|
|
|
"612631994", "Canowindra", |
|
19741
|
|
|
|
|
|
|
"61887155", "Wrattonbully", |
|
19742
|
|
|
|
|
|
|
"61744051", "Burdekin", |
|
19743
|
|
|
|
|
|
|
"61364536", "Rosebery", |
|
19744
|
|
|
|
|
|
|
"6189494", "Spearwood", |
|
19745
|
|
|
|
|
|
|
"61896195", "Wubin", |
|
19746
|
|
|
|
|
|
|
"618903595", "Norseman", |
|
19747
|
|
|
|
|
|
|
"617442862", "Mount\ Fox", |
|
19748
|
|
|
|
|
|
|
"61352180", "Anglesea", |
|
19749
|
|
|
|
|
|
|
"61895748", "Gidgegannup", |
|
19750
|
|
|
|
|
|
|
"61890058", "Corrigin\ West", |
|
19751
|
|
|
|
|
|
|
"61355994", "Mortlake", |
|
19752
|
|
|
|
|
|
|
"618967843", "Talbot\ Brook", |
|
19753
|
|
|
|
|
|
|
"61258119", "Gilgandra", |
|
19754
|
|
|
|
|
|
|
"61342461", "Geelong", |
|
19755
|
|
|
|
|
|
|
"6174061", "Innisfail", |
|
19756
|
|
|
|
|
|
|
"618601114", "Ardath", |
|
19757
|
|
|
|
|
|
|
"61250130", "Oaklands", |
|
19758
|
|
|
|
|
|
|
"61864904", "Spearwood", |
|
19759
|
|
|
|
|
|
|
"61255638", "Kempsey", |
|
19760
|
|
|
|
|
|
|
"61899304", "Leeman", |
|
19761
|
|
|
|
|
|
|
"61899460", "Three\ Springs", |
|
19762
|
|
|
|
|
|
|
"618683481", "Borden", |
|
19763
|
|
|
|
|
|
|
"61264253", "Eden", |
|
19764
|
|
|
|
|
|
|
"61364766", "Waratah", |
|
19765
|
|
|
|
|
|
|
"618660731", "Yorkrakine", |
|
19766
|
|
|
|
|
|
|
"61364447", "Rosebery", |
|
19767
|
|
|
|
|
|
|
"61880114", "White\ Cliffs", |
|
19768
|
|
|
|
|
|
|
"61340320", "Ultima", |
|
19769
|
|
|
|
|
|
|
"61357838", "Kilmore", |
|
19770
|
|
|
|
|
|
|
"612574965", "Plumthorpe", |
|
19771
|
|
|
|
|
|
|
"61743204", "Rosedale", |
|
19772
|
|
|
|
|
|
|
"61259187", "Yenda", |
|
19773
|
|
|
|
|
|
|
"6137005", "Melbourne", |
|
19774
|
|
|
|
|
|
|
"61749182", "Gladstone", |
|
19775
|
|
|
|
|
|
|
"61261400", "Yass", |
|
19776
|
|
|
|
|
|
|
"612593708", "Lockhart", |
|
19777
|
|
|
|
|
|
|
"613451376", "Glenthompson", |
|
19778
|
|
|
|
|
|
|
"618869193", "Port\ Augusta", |
|
19779
|
|
|
|
|
|
|
"61341386", "Seaspray", |
|
19780
|
|
|
|
|
|
|
"61363179", "Gladstone", |
|
19781
|
|
|
|
|
|
|
"618763953", "Elliston", |
|
19782
|
|
|
|
|
|
|
"61747101", "Home\ Hill", |
|
19783
|
|
|
|
|
|
|
"61261364", "Gearys\ Gap", |
|
19784
|
|
|
|
|
|
|
"61866029", "Cunderdin", |
|
19785
|
|
|
|
|
|
|
"61266997", "Leeville", |
|
19786
|
|
|
|
|
|
|
"61265080", "Lord\ Howe\ Island", |
|
19787
|
|
|
|
|
|
|
"61255335", "Scone", |
|
19788
|
|
|
|
|
|
|
"61740735", "Millaa\ Millaa", |
|
19789
|
|
|
|
|
|
|
"61753563", "Jimna", |
|
19790
|
|
|
|
|
|
|
"613553712", "Poolaijelo", |
|
19791
|
|
|
|
|
|
|
"61891847", "Onslow", |
|
19792
|
|
|
|
|
|
|
"61895108", "Lake\ Clifton", |
|
19793
|
|
|
|
|
|
|
"61889778", "Daly", |
|
19794
|
|
|
|
|
|
|
"617480263", "Miclere", |
|
19795
|
|
|
|
|
|
|
"61890600", "Nungarin", |
|
19796
|
|
|
|
|
|
|
"61353890", "Dimboola", |
|
19797
|
|
|
|
|
|
|
"617458958", "Allora", |
|
19798
|
|
|
|
|
|
|
"61351977", "Gormandale", |
|
19799
|
|
|
|
|
|
|
"618763355", "Elliston", |
|
19800
|
|
|
|
|
|
|
"61345125", "Timboon", |
|
19801
|
|
|
|
|
|
|
"61890064", "Dundas", |
|
19802
|
|
|
|
|
|
|
"61886089", "Georgetown", |
|
19803
|
|
|
|
|
|
|
"61357144", "Winton", |
|
19804
|
|
|
|
|
|
|
"61756046", "Rathdowney", |
|
19805
|
|
|
|
|
|
|
"61742597", "Daintree", |
|
19806
|
|
|
|
|
|
|
"61358137", "Nathalia", |
|
19807
|
|
|
|
|
|
|
"61898321", "Muradup", |
|
19808
|
|
|
|
|
|
|
"61364652", "Burnie", |
|
19809
|
|
|
|
|
|
|
"61741146", "Tiaro", |
|
19810
|
|
|
|
|
|
|
"61263393", "Yetholme", |
|
19811
|
|
|
|
|
|
|
"61875079", "Taldra", |
|
19812
|
|
|
|
|
|
|
"618661065", "Meckering", |
|
19813
|
|
|
|
|
|
|
"61260852", "Barnawartha", |
|
19814
|
|
|
|
|
|
|
"61754249", "Moore", |
|
19815
|
|
|
|
|
|
|
"61361398", "Margate", |
|
19816
|
|
|
|
|
|
|
"61891185", "Hall\'s\ Creek", |
|
19817
|
|
|
|
|
|
|
"61879063", "Nhulunbuy", |
|
19818
|
|
|
|
|
|
|
"617750181", "Muttaburra", |
|
19819
|
|
|
|
|
|
|
"612592744", "Tumorrama", |
|
19820
|
|
|
|
|
|
|
"618763937", "Arno\ Bay", |
|
19821
|
|
|
|
|
|
|
"61897414", "Augusta", |
|
19822
|
|
|
|
|
|
|
"61895326", "Pinjarra", |
|
19823
|
|
|
|
|
|
|
"61748353", "Woorabinda", |
|
19824
|
|
|
|
|
|
|
"613954", "Clayton", |
|
19825
|
|
|
|
|
|
|
"61258043", "Wellington", |
|
19826
|
|
|
|
|
|
|
"612583134", "Barrinford", |
|
19827
|
|
|
|
|
|
|
"61259254", "Griffith", |
|
19828
|
|
|
|
|
|
|
"612583817", "Mount\ Herring", |
|
19829
|
|
|
|
|
|
|
"61256378", "Wiangaree", |
|
19830
|
|
|
|
|
|
|
"61352802", "Lorne", |
|
19831
|
|
|
|
|
|
|
"613470561", "St\ James", |
|
19832
|
|
|
|
|
|
|
"61748889", "Gladstone", |
|
19833
|
|
|
|
|
|
|
"612574778", "Delungra", |
|
19834
|
|
|
|
|
|
|
"613441784", "Bridgewater", |
|
19835
|
|
|
|
|
|
|
"61340123", "Sea\ Lake", |
|
19836
|
|
|
|
|
|
|
"61752019", "Kilkivan", |
|
19837
|
|
|
|
|
|
|
"618600964", "Merredin", |
|
19838
|
|
|
|
|
|
|
"6129755", "Bankstown", |
|
19839
|
|
|
|
|
|
|
"61267255", "Graman", |
|
19840
|
|
|
|
|
|
|
"61896820", "Dukin", |
|
19841
|
|
|
|
|
|
|
"61341279", "Genoa", |
|
19842
|
|
|
|
|
|
|
"61344158", "Wedderburn", |
|
19843
|
|
|
|
|
|
|
"61350152", "Underbool", |
|
19844
|
|
|
|
|
|
|
"61242079", "Wollongong", |
|
19845
|
|
|
|
|
|
|
"61353769", "Buninyong", |
|
19846
|
|
|
|
|
|
|
"61861971", "Rottnest", |
|
19847
|
|
|
|
|
|
|
"61745733", "Jandowae", |
|
19848
|
|
|
|
|
|
|
"61362199", "Geeveston", |
|
19849
|
|
|
|
|
|
|
"61354176", "Woodend", |
|
19850
|
|
|
|
|
|
|
"61268720", "Bourke", |
|
19851
|
|
|
|
|
|
|
"61383486", "Point\ Cook", |
|
19852
|
|
|
|
|
|
|
"61258587", "Parkes", |
|
19853
|
|
|
|
|
|
|
"612574128", "Goolhi", |
|
19854
|
|
|
|
|
|
|
"61867199", "Donnybrook", |
|
19855
|
|
|
|
|
|
|
"6126944", "Gundagai", |
|
19856
|
|
|
|
|
|
|
"61267844", "Frazers\ Creek", |
|
19857
|
|
|
|
|
|
|
"612583691", "Coonamble", |
|
19858
|
|
|
|
|
|
|
"61887003", "Bangham", |
|
19859
|
|
|
|
|
|
|
"61238067", "Gundillion", |
|
19860
|
|
|
|
|
|
|
"6138735", "Whittlesea", |
|
19861
|
|
|
|
|
|
|
"61350749", "Willandra\ Lakes", |
|
19862
|
|
|
|
|
|
|
"61889613", "Ranken\ River", |
|
19863
|
|
|
|
|
|
|
"61355059", "Ecklin", |
|
19864
|
|
|
|
|
|
|
"61268837", "Warren", |
|
19865
|
|
|
|
|
|
|
"61343070", "Broughton", |
|
19866
|
|
|
|
|
|
|
"61264630", "Tathra", |
|
19867
|
|
|
|
|
|
|
"61253572", "Maimuru", |
|
19868
|
|
|
|
|
|
|
"61747524", "Home\ Hill", |
|
19869
|
|
|
|
|
|
|
"61356492", "Tidal\ River", |
|
19870
|
|
|
|
|
|
|
"61263190", "Portland", |
|
19871
|
|
|
|
|
|
|
"61363426", "Mathinna", |
|
19872
|
|
|
|
|
|
|
"617487154", "Rolleston", |
|
19873
|
|
|
|
|
|
|
"61743512", "Pialba", |
|
19874
|
|
|
|
|
|
|
"618996745", "Northern\ Gully", |
|
19875
|
|
|
|
|
|
|
"61256409", "Ulong", |
|
19876
|
|
|
|
|
|
|
"618683635", "Mettler", |
|
19877
|
|
|
|
|
|
|
"618996926", "Dongara", |
|
19878
|
|
|
|
|
|
|
"61734977", "Cleveland", |
|
19879
|
|
|
|
|
|
|
"61851020", "Paraburdoo", |
|
19880
|
|
|
|
|
|
|
"613441716", "Lalbert", |
|
19881
|
|
|
|
|
|
|
"613574751", "Wangaratta", |
|
19882
|
|
|
|
|
|
|
"61890617", "Mount\ Walker\ South", |
|
19883
|
|
|
|
|
|
|
"618600799", "Bonnie\ Rock", |
|
19884
|
|
|
|
|
|
|
"61257220", "Warialda", |
|
19885
|
|
|
|
|
|
|
"61868131", "Denbarker", |
|
19886
|
|
|
|
|
|
|
"612532939", "Birriwa", |
|
19887
|
|
|
|
|
|
|
"61748150", "Fitzroy\ West", |
|
19888
|
|
|
|
|
|
|
"618753512", "Sedan", |
|
19889
|
|
|
|
|
|
|
"61887719", "Rendelsham", |
|
19890
|
|
|
|
|
|
|
"61240082", "Maitland", |
|
19891
|
|
|
|
|
|
|
"6124774", "Mulgoa", |
|
19892
|
|
|
|
|
|
|
"61742165", "Bloomfield", |
|
19893
|
|
|
|
|
|
|
"61267138", "Wollomombi", |
|
19894
|
|
|
|
|
|
|
"61240611", "Tea\ Gardens", |
|
19895
|
|
|
|
|
|
|
"617442928", "Walker", |
|
19896
|
|
|
|
|
|
|
"61743577", "Chahpingah", |
|
19897
|
|
|
|
|
|
|
"61752143", "Gympie", |
|
19898
|
|
|
|
|
|
|
"61895453", "Mount\ Helena", |
|
19899
|
|
|
|
|
|
|
"61342032", "Anglesea", |
|
19900
|
|
|
|
|
|
|
"61899116", "Paynes\ Find", |
|
19901
|
|
|
|
|
|
|
"61851236", "Leopold", |
|
19902
|
|
|
|
|
|
|
"618996938", "Leeman", |
|
19903
|
|
|
|
|
|
|
"61746457", "Surat", |
|
19904
|
|
|
|
|
|
|
"61897984", "Collie", |
|
19905
|
|
|
|
|
|
|
"61358795", "Mathoura", |
|
19906
|
|
|
|
|
|
|
"61348246", "Brassi", |
|
19907
|
|
|
|
|
|
|
"617442936", "Briaba", |
|
19908
|
|
|
|
|
|
|
"61742234", "Mossman", |
|
19909
|
|
|
|
|
|
|
"61745421", "Cunningham", |
|
19910
|
|
|
|
|
|
|
"61363150", "Winnaleah", |
|
19911
|
|
|
|
|
|
|
"6134409", "Bendigo", |
|
19912
|
|
|
|
|
|
|
"61364475", "Burnie", |
|
19913
|
|
|
|
|
|
|
"61344164", "Wycheproof", |
|
19914
|
|
|
|
|
|
|
"61257036", "Halls\ Creek", |
|
19915
|
|
|
|
|
|
|
"61742729", "Etheridge", |
|
19916
|
|
|
|
|
|
|
"61897428", "Bridgetown", |
|
19917
|
|
|
|
|
|
|
"61264186", "Numeralla", |
|
19918
|
|
|
|
|
|
|
"61740197", "Atherton", |
|
19919
|
|
|
|
|
|
|
"61749872", "Bingegang", |
|
19920
|
|
|
|
|
|
|
"618863967", "Sleaford\ Mere", |
|
19921
|
|
|
|
|
|
|
"61353125", "Rokewood", |
|
19922
|
|
|
|
|
|
|
"61363889", "Launceston", |
|
19923
|
|
|
|
|
|
|
"61353832", "Kalkee", |
|
19924
|
|
|
|
|
|
|
"61361439", "Strathgordon", |
|
19925
|
|
|
|
|
|
|
"61736672", "Sandgate", |
|
19926
|
|
|
|
|
|
|
"61880128", "Dolo", |
|
19927
|
|
|
|
|
|
|
"61255099", "Forster", |
|
19928
|
|
|
|
|
|
|
"61353539", "Serviceton", |
|
19929
|
|
|
|
|
|
|
"61745563", "Paroo", |
|
19930
|
|
|
|
|
|
|
"6128739", "Bankstown", |
|
19931
|
|
|
|
|
|
|
"61363582", "Exeter", |
|
19932
|
|
|
|
|
|
|
"618859974", "Policemans\ Point", |
|
19933
|
|
|
|
|
|
|
"6138655", "Melbourne", |
|
19934
|
|
|
|
|
|
|
"61889066", "Petermann", |
|
19935
|
|
|
|
|
|
|
"613451283", "Mortlake", |
|
19936
|
|
|
|
|
|
|
"6173702", "Brisbane", |
|
19937
|
|
|
|
|
|
|
"61367295", "Bicheno", |
|
19938
|
|
|
|
|
|
|
"61897025", "Busselton", |
|
19939
|
|
|
|
|
|
|
"61875050", "Policemans\ Point", |
|
19940
|
|
|
|
|
|
|
"61747973", "Ingham", |
|
19941
|
|
|
|
|
|
|
"61256647", "Wooli", |
|
19942
|
|
|
|
|
|
|
"61347008", "Mansfield", |
|
19943
|
|
|
|
|
|
|
"61350109", "Wemen", |
|
19944
|
|
|
|
|
|
|
"617486557", "Mount\ Larcom", |
|
19945
|
|
|
|
|
|
|
"61749817", "Tieri", |
|
19946
|
|
|
|
|
|
|
"6139560", "Clayton", |
|
19947
|
|
|
|
|
|
|
"61364078", "Wynyard", |
|
19948
|
|
|
|
|
|
|
"612574136", "Ingleba", |
|
19949
|
|
|
|
|
|
|
"61250192", "Coppabella", |
|
19950
|
|
|
|
|
|
|
"61244198", "Berry", |
|
19951
|
|
|
|
|
|
|
"61352383", "Kennedys\ Creek", |
|
19952
|
|
|
|
|
|
|
"61753039", "Toogoolawah", |
|
19953
|
|
|
|
|
|
|
"61256640", "Tyringham", |
|
19954
|
|
|
|
|
|
|
"61886651", "Jamestown", |
|
19955
|
|
|
|
|
|
|
"61345063", "Bessiebelle", |
|
19956
|
|
|
|
|
|
|
"61749810", "Gemfields", |
|
19957
|
|
|
|
|
|
|
"618903822", "Goomarin", |
|
19958
|
|
|
|
|
|
|
"61745395", "Yuleba", |
|
19959
|
|
|
|
|
|
|
"61240246", "Stroud", |
|
19960
|
|
|
|
|
|
|
"612532684", "Grenfell", |
|
19961
|
|
|
|
|
|
|
"61875057", "Yankalilla", |
|
19962
|
|
|
|
|
|
|
"61898506", "Narrogin", |
|
19963
|
|
|
|
|
|
|
"612683763", "Goorianawa", |
|
19964
|
|
|
|
|
|
|
"61269199", "Tarcutta", |
|
19965
|
|
|
|
|
|
|
"61354374", "Echuca", |
|
19966
|
|
|
|
|
|
|
"612583221", "Yeoval", |
|
19967
|
|
|
|
|
|
|
"613531990", "Kalkee", |
|
19968
|
|
|
|
|
|
|
"61367181", "Rossarden", |
|
19969
|
|
|
|
|
|
|
"61354031", "Korong\ Vale", |
|
19970
|
|
|
|
|
|
|
"617473897", "Gulf", |
|
19971
|
|
|
|
|
|
|
"617476430", "Burdekin", |
|
19972
|
|
|
|
|
|
|
"612685656", "Boorooma", |
|
19973
|
|
|
|
|
|
|
"61260819", "Albury", |
|
19974
|
|
|
|
|
|
|
"617452718", "Freestone", |
|
19975
|
|
|
|
|
|
|
"61895501", "Rockingham", |
|
19976
|
|
|
|
|
|
|
"61745698", "Longreach", |
|
19977
|
|
|
|
|
|
|
"61357714", "Benalla", |
|
19978
|
|
|
|
|
|
|
"61740190", "Babinda", |
|
19979
|
|
|
|
|
|
|
"61876021", "Melrose", |
|
19980
|
|
|
|
|
|
|
"61353722", "Clear\ Lake", |
|
19981
|
|
|
|
|
|
|
"61885627", "Bower", |
|
19982
|
|
|
|
|
|
|
"61256989", "Glenreagh", |
|
19983
|
|
|
|
|
|
|
"61877016", "Kalangadoo", |
|
19984
|
|
|
|
|
|
|
"61741716", "Nanango", |
|
19985
|
|
|
|
|
|
|
"61266932", "Murwillumbah", |
|
19986
|
|
|
|
|
|
|
"61363157", "St\ Helens", |
|
19987
|
|
|
|
|
|
|
"618753183", "Parndana", |
|
19988
|
|
|
|
|
|
|
"61258109", "Ballimore", |
|
19989
|
|
|
|
|
|
|
"61879125", "Darwin", |
|
19990
|
|
|
|
|
|
|
"61868076", "Dudinin", |
|
19991
|
|
|
|
|
|
|
"612532868", "Tyagong", |
|
19992
|
|
|
|
|
|
|
"61742532", "Peninsula", |
|
19993
|
|
|
|
|
|
|
"613572642", "Bright", |
|
19994
|
|
|
|
|
|
|
"61358192", "Dookie", |
|
19995
|
|
|
|
|
|
|
"618863756", "Nelshaby", |
|
19996
|
|
|
|
|
|
|
"613572470", "Mansfield", |
|
19997
|
|
|
|
|
|
|
"618864344", "Port\ Broughton", |
|
19998
|
|
|
|
|
|
|
"618967742", "Balkuling", |
|
19999
|
|
|
|
|
|
|
"612570109", "Collarenebri", |
|
20000
|
|
|
|
|
|
|
"61898639", "Tambellup", |
|
20001
|
|
|
|
|
|
|
"618854920", "Bow\ Hill", |
|
20002
|
|
|
|
|
|
|
"6174946", "Cannon\ Valley", |
|
20003
|
|
|
|
|
|
|
"61885054", "Geranium", |
|
20004
|
|
|
|
|
|
|
"61746450", "Brymaroo", |
|
20005
|
|
|
|
|
|
|
"61343012", "Mount\ Wallace", |
|
20006
|
|
|
|
|
|
|
"61344366", "Bendigo", |
|
20007
|
|
|
|
|
|
|
"613442206", "Dingee", |
|
20008
|
|
|
|
|
|
|
"61264384", "Bonang", |
|
20009
|
|
|
|
|
|
|
"61343681", "Buninyong", |
|
20010
|
|
|
|
|
|
|
"61257171", "Moree", |
|
20011
|
|
|
|
|
|
|
"61257227", "Walcha", |
|
20012
|
|
|
|
|
|
|
"61890610", "Bruce\ Rock", |
|
20013
|
|
|
|
|
|
|
"612533017", "Frogmore", |
|
20014
|
|
|
|
|
|
|
"61748157", "Tungamull", |
|
20015
|
|
|
|
|
|
|
"61885465", "Willunga", |
|
20016
|
|
|
|
|
|
|
"61895118", "Gidgegannup", |
|
20017
|
|
|
|
|
|
|
"613470886", "Myrtleford", |
|
20018
|
|
|
|
|
|
|
"61743570", "Boondooma", |
|
20019
|
|
|
|
|
|
|
"61347024", "Flowerdale", |
|
20020
|
|
|
|
|
|
|
"61742762", "Atherton", |
|
20021
|
|
|
|
|
|
|
"61747111", "Julia\ Creek", |
|
20022
|
|
|
|
|
|
|
"61359530", "Pakenham", |
|
20023
|
|
|
|
|
|
|
"61746126", "Goombungee", |
|
20024
|
|
|
|
|
|
|
"61261410", "Binalong", |
|
20025
|
|
|
|
|
|
|
"61743214", "Maryborough", |
|
20026
|
|
|
|
|
|
|
"61886783", "Roxby\ Downs", |
|
20027
|
|
|
|
|
|
|
"612532544", "Meadow\ Flat", |
|
20028
|
|
|
|
|
|
|
"61351902", "Lakes\ Entrance", |
|
20029
|
|
|
|
|
|
|
"61248123", "Breadalbane", |
|
20030
|
|
|
|
|
|
|
"61880104", "Tibooburra", |
|
20031
|
|
|
|
|
|
|
"61263197", "Reids\ Flat", |
|
20032
|
|
|
|
|
|
|
"61343077", "Telopea\ Downs", |
|
20033
|
|
|
|
|
|
|
"61264637", "Bendoc", |
|
20034
|
|
|
|
|
|
|
"61898273", "Gnowangerup", |
|
20035
|
|
|
|
|
|
|
"61253274", "Lithgow", |
|
20036
|
|
|
|
|
|
|
"61851027", "Wittenoom", |
|
20037
|
|
|
|
|
|
|
"617750218", "Westmar", |
|
20038
|
|
|
|
|
|
|
"61258152", "Fairholme", |
|
20039
|
|
|
|
|
|
|
"613553813", "Macarthur", |
|
20040
|
|
|
|
|
|
|
"613470153", "Longwood", |
|
20041
|
|
|
|
|
|
|
"61864914", "Armadale", |
|
20042
|
|
|
|
|
|
|
"618997388", "Pindar\ South", |
|
20043
|
|
|
|
|
|
|
"61899314", "Yuna", |
|
20044
|
|
|
|
|
|
|
"61358333", "Shepparton", |
|
20045
|
|
|
|
|
|
|
"617459044", "Nobby", |
|
20046
|
|
|
|
|
|
|
"618601014", "Grass\ Patch", |
|
20047
|
|
|
|
|
|
|
"618996869", "Guranu", |
|
20048
|
|
|
|
|
|
|
"61355448", "Woolsthorpe", |
|
20049
|
|
|
|
|
|
|
"61897360", "Darkan", |
|
20050
|
|
|
|
|
|
|
"61348082", "Tongala", |
|
20051
|
|
|
|
|
|
|
"61897404", "Brunswick\ Junction", |
|
20052
|
|
|
|
|
|
|
"61268727", "Cuttaburra", |
|
20053
|
|
|
|
|
|
|
"617458791", "Diamantina", |
|
20054
|
|
|
|
|
|
|
"61268830", "Dandaloo", |
|
20055
|
|
|
|
|
|
|
"612593965", "Currawarna", |
|
20056
|
|
|
|
|
|
|
"61742656", "Malanda", |
|
20057
|
|
|
|
|
|
|
"61898969", "Hartville", |
|
20058
|
|
|
|
|
|
|
"61885068", "Hamley\ Bridge", |
|
20059
|
|
|
|
|
|
|
"618661165", "Wongan\ Hills", |
|
20060
|
|
|
|
|
|
|
"618601086", "Leonora", |
|
20061
|
|
|
|
|
|
|
"61238060", "Braidwood", |
|
20062
|
|
|
|
|
|
|
"61747858", "Collinsville", |
|
20063
|
|
|
|
|
|
|
"61267249", "Delungra", |
|
20064
|
|
|
|
|
|
|
"61266756", "Woodenbong", |
|
20065
|
|
|
|
|
|
|
"61896730", "Cadoux", |
|
20066
|
|
|
|
|
|
|
"61734094", "Russell\ Island", |
|
20067
|
|
|
|
|
|
|
"612574708", "Moona\ Plains", |
|
20068
|
|
|
|
|
|
|
"61748284", "Miriam\ Vale", |
|
20069
|
|
|
|
|
|
|
"613470814", "Bright", |
|
20070
|
|
|
|
|
|
|
"61355045", "Coleraine", |
|
20071
|
|
|
|
|
|
|
"612530262", "Maimuru", |
|
20072
|
|
|
|
|
|
|
"613470137", "Cheshunt", |
|
20073
|
|
|
|
|
|
|
"61898856", "Narrakine", |
|
20074
|
|
|
|
|
|
|
"61745823", "Miles", |
|
20075
|
|
|
|
|
|
|
"61746605", "Warwick", |
|
20076
|
|
|
|
|
|
|
"6173416", "Beenleigh", |
|
20077
|
|
|
|
|
|
|
"61353001", "Ballarat", |
|
20078
|
|
|
|
|
|
|
"617476444", "Cape\ River", |
|
20079
|
|
|
|
|
|
|
"617442803", "Kalkadoon", |
|
20080
|
|
|
|
|
|
|
"617750196", "Surat", |
|
20081
|
|
|
|
|
|
|
"61258203", "Mount\ Foster", |
|
20082
|
|
|
|
|
|
|
"612684331", "Trangie", |
|
20083
|
|
|
|
|
|
|
"61264112", "Cathcart", |
|
20084
|
|
|
|
|
|
|
"61380999", "Sunbury", |
|
20085
|
|
|
|
|
|
|
"61267019", "Tamworth", |
|
20086
|
|
|
|
|
|
|
"61752255", "Imbil", |
|
20087
|
|
|
|
|
|
|
"61754009", "Crossdale", |
|
20088
|
|
|
|
|
|
|
"618683115", "Walyurin", |
|
20089
|
|
|
|
|
|
|
"6173073", "Brisbane", |
|
20090
|
|
|
|
|
|
|
"61341345", "Sale", |
|
20091
|
|
|
|
|
|
|
"61269609", "Merriwagga", |
|
20092
|
|
|
|
|
|
|
"61897101", "Wilga", |
|
20093
|
|
|
|
|
|
|
"613573056", "Kilmore", |
|
20094
|
|
|
|
|
|
|
"61260469", "Albury", |
|
20095
|
|
|
|
|
|
|
"61899182", "Kalbarri", |
|
20096
|
|
|
|
|
|
|
"61247107", "Mulgoa", |
|
20097
|
|
|
|
|
|
|
"61240663", "Mulbring", |
|
20098
|
|
|
|
|
|
|
"61264221", "Merimbula", |
|
20099
|
|
|
|
|
|
|
"618964454", "Coomberdale", |
|
20100
|
|
|
|
|
|
|
"61868080", "Karlgarin", |
|
20101
|
|
|
|
|
|
|
"61265993", "Macksville", |
|
20102
|
|
|
|
|
|
|
"612532708", "Neville", |
|
20103
|
|
|
|
|
|
|
"618683150", "Gairdner", |
|
20104
|
|
|
|
|
|
|
"61248564", "Braidwood", |
|
20105
|
|
|
|
|
|
|
"61756206", "Ormeau", |
|
20106
|
|
|
|
|
|
|
"61741847", "Fraser\ Island", |
|
20107
|
|
|
|
|
|
|
"61745108", "Roma", |
|
20108
|
|
|
|
|
|
|
"61740600", "Lakeland", |
|
20109
|
|
|
|
|
|
|
"613532317", "Ballan", |
|
20110
|
|
|
|
|
|
|
"618967035", "Northam", |
|
20111
|
|
|
|
|
|
|
"61264177", "Bredbo", |
|
20112
|
|
|
|
|
|
|
"61261527", "Yass", |
|
20113
|
|
|
|
|
|
|
"61740064", "Innisfail", |
|
20114
|
|
|
|
|
|
|
"61267703", "Armidale", |
|
20115
|
|
|
|
|
|
|
"61358602", "Katandra\ West", |
|
20116
|
|
|
|
|
|
|
"61899550", "Ajana", |
|
20117
|
|
|
|
|
|
|
"61888020", "Booborowie", |
|
20118
|
|
|
|
|
|
|
"618660841", "Burakin", |
|
20119
|
|
|
|
|
|
|
"61748321", "Miclere", |
|
20120
|
|
|
|
|
|
|
"61891146", "Tom\ Price", |
|
20121
|
|
|
|
|
|
|
"61741185", "Nanango", |
|
20122
|
|
|
|
|
|
|
"618762639", "Willowie", |
|
20123
|
|
|
|
|
|
|
"618983734", "Kojonup", |
|
20124
|
|
|
|
|
|
|
"61896318", "Studleigh", |
|
20125
|
|
|
|
|
|
|
"617750415", "Westgrove", |
|
20126
|
|
|
|
|
|
|
"61340262", "Cowangie", |
|
20127
|
|
|
|
|
|
|
"61743422", "Howard", |
|
20128
|
|
|
|
|
|
|
"61351416", "Bairnsdale", |
|
20129
|
|
|
|
|
|
|
"61743044", "Tandora", |
|
20130
|
|
|
|
|
|
|
"613451032", "Apsley", |
|
20131
|
|
|
|
|
|
|
"61752138", "Cooroy", |
|
20132
|
|
|
|
|
|
|
"61898353", "Corackerup", |
|
20133
|
|
|
|
|
|
|
"61745326", "Jimbour", |
|
20134
|
|
|
|
|
|
|
"61363516", "Whitemark", |
|
20135
|
|
|
|
|
|
|
"61753453", "Rosevale", |
|
20136
|
|
|
|
|
|
|
"618864330", "Mambray\ Creek", |
|
20137
|
|
|
|
|
|
|
"618683496", "Dudinin", |
|
20138
|
|
|
|
|
|
|
"61889661", "Jabiru", |
|
20139
|
|
|
|
|
|
|
"61248808", "Rugby", |
|
20140
|
|
|
|
|
|
|
"61756085", "Ormeau", |
|
20141
|
|
|
|
|
|
|
"61747414", "Richmond", |
|
20142
|
|
|
|
|
|
|
"6139800", "Ringwood", |
|
20143
|
|
|
|
|
|
|
"61255571", "Moonan\ Flat", |
|
20144
|
|
|
|
|
|
|
"61885815", "Willunga", |
|
20145
|
|
|
|
|
|
|
"61889390", "Darwin", |
|
20146
|
|
|
|
|
|
|
"61891706", "Great\ Sandy", |
|
20147
|
|
|
|
|
|
|
"613441217", "Jarklin", |
|
20148
|
|
|
|
|
|
|
"61749091", "St\ Lawrence", |
|
20149
|
|
|
|
|
|
|
"617458810", "Inglewood", |
|
20150
|
|
|
|
|
|
|
"61871201", "Woodside", |
|
20151
|
|
|
|
|
|
|
"618763651", "Lock", |
|
20152
|
|
|
|
|
|
|
"613572633", "Yarck", |
|
20153
|
|
|
|
|
|
|
"61745511", "Inglewood", |
|
20154
|
|
|
|
|
|
|
"61891939", "Derby", |
|
20155
|
|
|
|
|
|
|
"61267143", "Uralla", |
|
20156
|
|
|
|
|
|
|
"61248558", "Robertson", |
|
20157
|
|
|
|
|
|
|
"618967733", "Aldersyde", |
|
20158
|
|
|
|
|
|
|
"617459030", "Liston", |
|
20159
|
|
|
|
|
|
|
"61282615", "Sydney", |
|
20160
|
|
|
|
|
|
|
"61269447", "Nangus", |
|
20161
|
|
|
|
|
|
|
"61269766", "Sandigo", |
|
20162
|
|
|
|
|
|
|
"613442127", "Korong\ Vale", |
|
20163
|
|
|
|
|
|
|
"61258576", "Dubbo", |
|
20164
|
|
|
|
|
|
|
"6126883", "Dubbo", |
|
20165
|
|
|
|
|
|
|
"618965648", "Cadoux", |
|
20166
|
|
|
|
|
|
|
"61888593", "Burra", |
|
20167
|
|
|
|
|
|
|
"61354187", "Murrabit", |
|
20168
|
|
|
|
|
|
|
"61367037", "Rossarden", |
|
20169
|
|
|
|
|
|
|
"6125858", "Dubbo", |
|
20170
|
|
|
|
|
|
|
"61899800", "Meekatharra", |
|
20171
|
|
|
|
|
|
|
"61748516", "Calliope", |
|
20172
|
|
|
|
|
|
|
"6189736", "Upper\ Preston", |
|
20173
|
|
|
|
|
|
|
"61878008", "Brinkworth", |
|
20174
|
|
|
|
|
|
|
"612532530", "Hampton", |
|
20175
|
|
|
|
|
|
|
"618680076", "Newdegate\ East", |
|
20176
|
|
|
|
|
|
|
"61238194", "Braidwood", |
|
20177
|
|
|
|
|
|
|
"612574616", "Narrabri", |
|
20178
|
|
|
|
|
|
|
"61884868", "Mclaren\ Vale", |
|
20179
|
|
|
|
|
|
|
"61240016", "Dungog", |
|
20180
|
|
|
|
|
|
|
"6186324", "Perth", |
|
20181
|
|
|
|
|
|
|
"61354254", "Redesdale", |
|
20182
|
|
|
|
|
|
|
"61734986", "Beenleigh", |
|
20183
|
|
|
|
|
|
|
"61754347", "Woodford", |
|
20184
|
|
|
|
|
|
|
"618863988", "Tooligie\ Hill", |
|
20185
|
|
|
|
|
|
|
"61244057", "Jilliga", |
|
20186
|
|
|
|
|
|
|
"612574684", "Ebor", |
|
20187
|
|
|
|
|
|
|
"61876142", "The\ Ranges", |
|
20188
|
|
|
|
|
|
|
"61269652", "Gunbar", |
|
20189
|
|
|
|
|
|
|
"61890565", "Mount\ Merivale", |
|
20190
|
|
|
|
|
|
|
"61746195", "Oakey", |
|
20191
|
|
|
|
|
|
|
"61898179", "Dongolocking", |
|
20192
|
|
|
|
|
|
|
"61745748", "Auburn", |
|
20193
|
|
|
|
|
|
|
"61740058", "Herberton", |
|
20194
|
|
|
|
|
|
|
"61754052", "Caloundra", |
|
20195
|
|
|
|
|
|
|
"61877246", "Thornlea", |
|
20196
|
|
|
|
|
|
|
"61743586", "Howard", |
|
20197
|
|
|
|
|
|
|
"61744023", "Bambaroo", |
|
20198
|
|
|
|
|
|
|
"61248734", "Bungonia", |
|
20199
|
|
|
|
|
|
|
"61897741", "Augusta", |
|
20200
|
|
|
|
|
|
|
"61383381", "Craigieburn", |
|
20201
|
|
|
|
|
|
|
"618967757", "Beverley", |
|
20202
|
|
|
|
|
|
|
"61260422", "Albury", |
|
20203
|
|
|
|
|
|
|
"618982373", "Kojaneerup", |
|
20204
|
|
|
|
|
|
|
"61880803", "Broken\ Hill", |
|
20205
|
|
|
|
|
|
|
"618903865", "Marvel\ Loch", |
|
20206
|
|
|
|
|
|
|
"61260044", "Leicester\ Park", |
|
20207
|
|
|
|
|
|
|
"61879394", "Katherine", |
|
20208
|
|
|
|
|
|
|
"61354966", "Traynors\ Lagoon", |
|
20209
|
|
|
|
|
|
|
"61746792", "Bell", |
|
20210
|
|
|
|
|
|
|
"61746281", "Miamba", |
|
20211
|
|
|
|
|
|
|
"618864051", "Kapinnie", |
|
20212
|
|
|
|
|
|
|
"61263064", "Cumnock", |
|
20213
|
|
|
|
|
|
|
"61354859", "Heathcote", |
|
20214
|
|
|
|
|
|
|
"61875198", "Hamley\ Bridge", |
|
20215
|
|
|
|
|
|
|
"61351595", "Swifts\ Creek", |
|
20216
|
|
|
|
|
|
|
"61341302", "Omeo", |
|
20217
|
|
|
|
|
|
|
"61890393", "Eyre", |
|
20218
|
|
|
|
|
|
|
"61363495", "Winnaleah", |
|
20219
|
|
|
|
|
|
|
"61754340", "Kilcoy", |
|
20220
|
|
|
|
|
|
|
"61354552", "Boort", |
|
20221
|
|
|
|
|
|
|
"61340558", "Hopetoun", |
|
20222
|
|
|
|
|
|
|
"61749106", "Zamia\ Creek", |
|
20223
|
|
|
|
|
|
|
"61244050", "Narooma", |
|
20224
|
|
|
|
|
|
|
"61354180", "Womboota", |
|
20225
|
|
|
|
|
|
|
"61745124", "Pittsworth", |
|
20226
|
|
|
|
|
|
|
"612532887", "Cudal", |
|
20227
|
|
|
|
|
|
|
"61367030", "Beaconsfield", |
|
20228
|
|
|
|
|
|
|
"61345011", "Hawkesdale", |
|
20229
|
|
|
|
|
|
|
"61357385", "St\ James", |
|
20230
|
|
|
|
|
|
|
"6128445", "Terrey\ Hills", |
|
20231
|
|
|
|
|
|
|
"61356073", "San\ Remo", |
|
20232
|
|
|
|
|
|
|
"61340229", "Kyalite", |
|
20233
|
|
|
|
|
|
|
"61358348", "Picola", |
|
20234
|
|
|
|
|
|
|
"61743469", "Redridge", |
|
20235
|
|
|
|
|
|
|
"61355433", "Macarthur", |
|
20236
|
|
|
|
|
|
|
"61249801", "Swansea", |
|
20237
|
|
|
|
|
|
|
"618680006", "Kukerin", |
|
20238
|
|
|
|
|
|
|
"61341173", "Morwell", |
|
20239
|
|
|
|
|
|
|
"613553997", "Woolsthorpe", |
|
20240
|
|
|
|
|
|
|
"61899807", "Wiluna", |
|
20241
|
|
|
|
|
|
|
"61381192", "Kalkallo", |
|
20242
|
|
|
|
|
|
|
"61749625", "Cannon\ Valley", |
|
20243
|
|
|
|
|
|
|
"61253156", "Milvale", |
|
20244
|
|
|
|
|
|
|
"617750020", "Pittsworth", |
|
20245
|
|
|
|
|
|
|
"61889397", "Batchelor", |
|
20246
|
|
|
|
|
|
|
"61343205", "Ararat\/Bacchus\ Marsh\/Ballan\/Ballarat\/Balliang\/Bangerang\/Banyena\/Beaufort", |
|
20247
|
|
|
|
|
|
|
"61348016", "Deniliquin", |
|
20248
|
|
|
|
|
|
|
"61891344", "Wittenoom", |
|
20249
|
|
|
|
|
|
|
"61739999", "Brisbane", |
|
20250
|
|
|
|
|
|
|
"61363098", "Whitemark", |
|
20251
|
|
|
|
|
|
|
"61742051", "Millaa\ Millaa", |
|
20252
|
|
|
|
|
|
|
"6135287", "Wingeel", |
|
20253
|
|
|
|
|
|
|
"618600254", "Muntadgin\ East", |
|
20254
|
|
|
|
|
|
|
"61753118", "Woodbine", |
|
20255
|
|
|
|
|
|
|
"61362536", "Dunalley", |
|
20256
|
|
|
|
|
|
|
"6126057", "Albury", |
|
20257
|
|
|
|
|
|
|
"61263058", "Cowra", |
|
20258
|
|
|
|
|
|
|
"61741291", "Howard", |
|
20259
|
|
|
|
|
|
|
"613431984", "Navarre", |
|
20260
|
|
|
|
|
|
|
"61864588", "Perth", |
|
20261
|
|
|
|
|
|
|
"61879001", "Darwin", |
|
20262
|
|
|
|
|
|
|
"61367226", "Lilydale", |
|
20263
|
|
|
|
|
|
|
"61897096", "Waroona", |
|
20264
|
|
|
|
|
|
|
"61340564", "Mittyack", |
|
20265
|
|
|
|
|
|
|
"6126496", "Eden", |
|
20266
|
|
|
|
|
|
|
"61877082", "Tintinara", |
|
20267
|
|
|
|
|
|
|
"61741782", "Gaeta", |
|
20268
|
|
|
|
|
|
|
"617452676", "Augathella", |
|
20269
|
|
|
|
|
|
|
"612583280", "Mandagery", |
|
20270
|
|
|
|
|
|
|
"61886056", "Elliston", |
|
20271
|
|
|
|
|
|
|
"61748098", "Belyando", |
|
20272
|
|
|
|
|
|
|
"618683556", "Ravensthorpe", |
|
20273
|
|
|
|
|
|
|
"61284195", "Dural", |
|
20274
|
|
|
|
|
|
|
"6188562", "Tanunda", |
|
20275
|
|
|
|
|
|
|
"613470617", "Wangaratta", |
|
20276
|
|
|
|
|
|
|
"61354636", "Redesdale", |
|
20277
|
|
|
|
|
|
|
"618965611", "Dowerin", |
|
20278
|
|
|
|
|
|
|
"61888027", "Brinkworth", |
|
20279
|
|
|
|
|
|
|
"613574192", "Seymour", |
|
20280
|
|
|
|
|
|
|
"61362766", "Colebrook", |
|
20281
|
|
|
|
|
|
|
"612574939", "Gurley", |
|
20282
|
|
|
|
|
|
|
"61899557", "Eneabba\ South", |
|
20283
|
|
|
|
|
|
|
"61887432", "Lucindale", |
|
20284
|
|
|
|
|
|
|
"61361053", "South\ Bruny", |
|
20285
|
|
|
|
|
|
|
"61878024", "Port\ Victoria", |
|
20286
|
|
|
|
|
|
|
"618661039", "Cleary\ North", |
|
20287
|
|
|
|
|
|
|
"61752249", "Crossdale", |
|
20288
|
|
|
|
|
|
|
"61247100", "Lawson", |
|
20289
|
|
|
|
|
|
|
"61354509", "Kerang", |
|
20290
|
|
|
|
|
|
|
"61731870", "Dayboro", |
|
20291
|
|
|
|
|
|
|
"61341359", "Clydebank", |
|
20292
|
|
|
|
|
|
|
"618854981", "Robertstown", |
|
20293
|
|
|
|
|
|
|
"61753501", "Laidley", |
|
20294
|
|
|
|
|
|
|
"61263455", "Merriganowry", |
|
20295
|
|
|
|
|
|
|
"61740607", "Peninsula", |
|
20296
|
|
|
|
|
|
|
"61267375", "Barwick", |
|
20297
|
|
|
|
|
|
|
"61264170", "Adaminaby", |
|
20298
|
|
|
|
|
|
|
"61747163", "Rollingstone", |
|
20299
|
|
|
|
|
|
|
"61240598", "Nelson\ Bay", |
|
20300
|
|
|
|
|
|
|
"612593922", "Maude", |
|
20301
|
|
|
|
|
|
|
"61741840", "Pialba", |
|
20302
|
|
|
|
|
|
|
"61890825", "Narembeen", |
|
20303
|
|
|
|
|
|
|
"61266083", "Murwillumbah", |
|
20304
|
|
|
|
|
|
|
"61890132", "Mount\ Hampton", |
|
20305
|
|
|
|
|
|
|
"618661122", "Cadoux", |
|
20306
|
|
|
|
|
|
|
"61868087", "Yealering", |
|
20307
|
|
|
|
|
|
|
"6139519", "Melbourne", |
|
20308
|
|
|
|
|
|
|
"61352429", "Queenscliff", |
|
20309
|
|
|
|
|
|
|
"6138727", "Croydon", |
|
20310
|
|
|
|
|
|
|
"612530225", "Bribbaree\/Running\ Stream\/Twelve\ Mile\/Tyagong", |
|
20311
|
|
|
|
|
|
|
"617442873", "Townsville", |
|
20312
|
|
|
|
|
|
|
"61749746", "Miriam\ Vale", |
|
20313
|
|
|
|
|
|
|
"61264715", "Ando", |
|
20314
|
|
|
|
|
|
|
"617476380", "Bambaroo", |
|
20315
|
|
|
|
|
|
|
"61387408", "Croydon", |
|
20316
|
|
|
|
|
|
|
"61748495", "Mackay", |
|
20317
|
|
|
|
|
|
|
"613431916", "Marnoo", |
|
20318
|
|
|
|
|
|
|
"617473913", "Gununa", |
|
20319
|
|
|
|
|
|
|
"61876105", "Terowie", |
|
20320
|
|
|
|
|
|
|
"61895039", "Bindoon", |
|
20321
|
|
|
|
|
|
|
"612570145", "Somerton\/Delungra\/Drake", |
|
20322
|
|
|
|
|
|
|
"61350699", "Boundary\ Bend", |
|
20323
|
|
|
|
|
|
|
"612574281", "Warialda", |
|
20324
|
|
|
|
|
|
|
"61258262", "Bogan\ Gate", |
|
20325
|
|
|
|
|
|
|
"61742249", "Babinda", |
|
20326
|
|
|
|
|
|
|
"61261183", "Cavan", |
|
20327
|
|
|
|
|
|
|
"61257100", "Pilliga", |
|
20328
|
|
|
|
|
|
|
"61886475", "Whyalla", |
|
20329
|
|
|
|
|
|
|
"61885035", "Copeville", |
|
20330
|
|
|
|
|
|
|
"61879242", "Arnhem", |
|
20331
|
|
|
|
|
|
|
"617458659", "Muttaburra", |
|
20332
|
|
|
|
|
|
|
"61265672", "Toorooka", |
|
20333
|
|
|
|
|
|
|
"61354090", "Dingee", |
|
20334
|
|
|
|
|
|
|
"61743501", "Maidenwell", |
|
20335
|
|
|
|
|
|
|
"618660925", "Talbot\ Brook", |
|
20336
|
|
|
|
|
|
|
"61240602", "Swansea", |
|
20337
|
|
|
|
|
|
|
"617480799", "Woorabinda", |
|
20338
|
|
|
|
|
|
|
"61749295", "Finch\ Hatton", |
|
20339
|
|
|
|
|
|
|
"61740131", "South\ Johnstone", |
|
20340
|
|
|
|
|
|
|
"61747705", "Rollingstone", |
|
20341
|
|
|
|
|
|
|
"61877333", "Short", |
|
20342
|
|
|
|
|
|
|
"61362623", "New\ Norfolk", |
|
20343
|
|
|
|
|
|
|
"61871005", "Adelaide", |
|
20344
|
|
|
|
|
|
|
"61889789", "Arnhem", |
|
20345
|
|
|
|
|
|
|
"618660746", "Burakin", |
|
20346
|
|
|
|
|
|
|
"61342429", "Kennedys\ Creek", |
|
20347
|
|
|
|
|
|
|
"618967625", "Beacon", |
|
20348
|
|
|
|
|
|
|
"612532912", "Manildra", |
|
20349
|
|
|
|
|
|
|
"61363188", "St\ Helens", |
|
20350
|
|
|
|
|
|
|
"61748267", "Emerald", |
|
20351
|
|
|
|
|
|
|
"61897630", "Dinninup", |
|
20352
|
|
|
|
|
|
|
"61267762", "Oban", |
|
20353
|
|
|
|
|
|
|
"612532690", "Killongbutta", |
|
20354
|
|
|
|
|
|
|
"6173425", "Dayboro", |
|
20355
|
|
|
|
|
|
|
"617487172", "Yeppoon", |
|
20356
|
|
|
|
|
|
|
"61354974", "Donald", |
|
20357
|
|
|
|
|
|
|
"618683062", "Katanning", |
|
20358
|
|
|
|
|
|
|
"61299967", "Parramatta", |
|
20359
|
|
|
|
|
|
|
"61264367", "Bonang", |
|
20360
|
|
|
|
|
|
|
"618752978", "Victor\ Harbor", |
|
20361
|
|
|
|
|
|
|
"61885438", "Berri", |
|
20362
|
|
|
|
|
|
|
"61886078", "Glendambo", |
|
20363
|
|
|
|
|
|
|
"61256389", "Dorrigo", |
|
20364
|
|
|
|
|
|
|
"61340203", "Karawinna", |
|
20365
|
|
|
|
|
|
|
"61891781", "Tom\ Price", |
|
20366
|
|
|
|
|
|
|
"61891292", "Pannawonica", |
|
20367
|
|
|
|
|
|
|
"61361022", "Woodbury", |
|
20368
|
|
|
|
|
|
|
"61353544", "Buangor", |
|
20369
|
|
|
|
|
|
|
"6186455", "Perth", |
|
20370
|
|
|
|
|
|
|
"61875088", "Victor\ Harbor", |
|
20371
|
|
|
|
|
|
|
"61263076", "Galong", |
|
20372
|
|
|
|
|
|
|
"61266193", "Dorrigo", |
|
20373
|
|
|
|
|
|
|
"61753469", "Caloundra", |
|
20374
|
|
|
|
|
|
|
"61868197", "Albany", |
|
20375
|
|
|
|
|
|
|
"617452489", "Valley\ Downs", |
|
20376
|
|
|
|
|
|
|
"61267532", "Mungindi", |
|
20377
|
|
|
|
|
|
|
"61355011", "Apsley", |
|
20378
|
|
|
|
|
|
|
"61746908", "Helidon", |
|
20379
|
|
|
|
|
|
|
"61243156", "Wyong", |
|
20380
|
|
|
|
|
|
|
"613972", "Croydon", |
|
20381
|
|
|
|
|
|
|
"618762599", "Lock", |
|
20382
|
|
|
|
|
|
|
"61264025", "Bombala", |
|
20383
|
|
|
|
|
|
|
"61351173", "Seaspray", |
|
20384
|
|
|
|
|
|
|
"61268240", "Quambone", |
|
20385
|
|
|
|
|
|
|
"618922", "Perth", |
|
20386
|
|
|
|
|
|
|
"61358016", "Cobram", |
|
20387
|
|
|
|
|
|
|
"61253178", "Orange", |
|
20388
|
|
|
|
|
|
|
"61747887", "Yabulu", |
|
20389
|
|
|
|
|
|
|
"61895570", "Rockingham", |
|
20390
|
|
|
|
|
|
|
"618903331", "Mount\ Walker\ South", |
|
20391
|
|
|
|
|
|
|
"6188999", "Darwin", |
|
20392
|
|
|
|
|
|
|
"618683258", "Denmark", |
|
20393
|
|
|
|
|
|
|
"61743118", "Moonford", |
|
20394
|
|
|
|
|
|
|
"618858565", "Meningie", |
|
20395
|
|
|
|
|
|
|
"61752051", "Ballugan", |
|
20396
|
|
|
|
|
|
|
"61888717", "Port\ Victoria", |
|
20397
|
|
|
|
|
|
|
"61891653", "Mount\ Bruce", |
|
20398
|
|
|
|
|
|
|
"61877192", "Monkoora", |
|
20399
|
|
|
|
|
|
|
"61340576", "Rufus\ River", |
|
20400
|
|
|
|
|
|
|
"61255283", "Rookhurst", |
|
20401
|
|
|
|
|
|
|
"61264428", "Numeralla", |
|
20402
|
|
|
|
|
|
|
"61897186", "Beedelup", |
|
20403
|
|
|
|
|
|
|
"61260453", "Eskdale", |
|
20404
|
|
|
|
|
|
|
"61240659", "Eccleston", |
|
20405
|
|
|
|
|
|
|
"612594187", "Burra", |
|
20406
|
|
|
|
|
|
|
"61887751", "Tarpeena", |
|
20407
|
|
|
|
|
|
|
"61264984", "Eden", |
|
20408
|
|
|
|
|
|
|
"618753192", "Robertstown", |
|
20409
|
|
|
|
|
|
|
"61896282", "Dangin", |
|
20410
|
|
|
|
|
|
|
"61362898", "Hobart", |
|
20411
|
|
|
|
|
|
|
"618862987", "Cowell", |
|
20412
|
|
|
|
|
|
|
"61358933", "Numurkah", |
|
20413
|
|
|
|
|
|
|
"61341595", "Mount\ Taylor", |
|
20414
|
|
|
|
|
|
|
"61876296", "Koongawa", |
|
20415
|
|
|
|
|
|
|
"61888772", "Paskeville", |
|
20416
|
|
|
|
|
|
|
"618903420", "Condingup", |
|
20417
|
|
|
|
|
|
|
"61896791", "Beacon\ North", |
|
20418
|
|
|
|
|
|
|
"612592670", "Adelong", |
|
20419
|
|
|
|
|
|
|
"6124276", "Wollongong", |
|
20420
|
|
|
|
|
|
|
"61747145", "Normanton", |
|
20421
|
|
|
|
|
|
|
"613470576", "Alexandra", |
|
20422
|
|
|
|
|
|
|
"61866061", "Yelbeni", |
|
20423
|
|
|
|
|
|
|
"61392186", "Sunbury", |
|
20424
|
|
|
|
|
|
|
"618867797", "Hawker", |
|
20425
|
|
|
|
|
|
|
"61250016", "Little\ Billabong", |
|
20426
|
|
|
|
|
|
|
"618752491", "Penneshaw", |
|
20427
|
|
|
|
|
|
|
"61364783", "Waratah", |
|
20428
|
|
|
|
|
|
|
"61896584", "Wannamal", |
|
20429
|
|
|
|
|
|
|
"61888175", "Nantawarra", |
|
20430
|
|
|
|
|
|
|
"61740076", "Kuranda", |
|
20431
|
|
|
|
|
|
|
"6175494", "Caloundra", |
|
20432
|
|
|
|
|
|
|
"61258229", "Magometon", |
|
20433
|
|
|
|
|
|
|
"61744052", "Cape\ River", |
|
20434
|
|
|
|
|
|
|
"6128514", "Sydney", |
|
20435
|
|
|
|
|
|
|
"61747159", "Boulia", |
|
20436
|
|
|
|
|
|
|
"61720005", "Samford", |
|
20437
|
|
|
|
|
|
|
"61888710", "Alford", |
|
20438
|
|
|
|
|
|
|
"61741095", "Moonford", |
|
20439
|
|
|
|
|
|
|
"61341363", "Ensay", |
|
20440
|
|
|
|
|
|
|
"612583188", "Mullengudgery", |
|
20441
|
|
|
|
|
|
|
"61879205", "Carpentaria", |
|
20442
|
|
|
|
|
|
|
"61754023", "Gympie", |
|
20443
|
|
|
|
|
|
|
"61753586", "Imbil", |
|
20444
|
|
|
|
|
|
|
"617452078", "Isisford", |
|
20445
|
|
|
|
|
|
|
"613451292", "Portland", |
|
20446
|
|
|
|
|
|
|
"61747880", "Yabulu", |
|
20447
|
|
|
|
|
|
|
"61895577", "Pinjarra", |
|
20448
|
|
|
|
|
|
|
"61256513", "Urbenville", |
|
20449
|
|
|
|
|
|
|
"61263131", "Limekilns", |
|
20450
|
|
|
|
|
|
|
"613441790", "Colbinabbin", |
|
20451
|
|
|
|
|
|
|
"61361069", "Nubeena", |
|
20452
|
|
|
|
|
|
|
"612593797", "Leeton", |
|
20453
|
|
|
|
|
|
|
"61264691", "Bendoc", |
|
20454
|
|
|
|
|
|
|
"613450560", "Coleraine", |
|
20455
|
|
|
|
|
|
|
"61746573", "Diamantina", |
|
20456
|
|
|
|
|
|
|
"61755511", "Southport", |
|
20457
|
|
|
|
|
|
|
"61883780", "Adelaide", |
|
20458
|
|
|
|
|
|
|
"61248576", "Goulburn", |
|
20459
|
|
|
|
|
|
|
"613470170", "Violet\ Town", |
|
20460
|
|
|
|
|
|
|
"61895512", "Gidgegannup", |
|
20461
|
|
|
|
|
|
|
"61350824", "Turriff", |
|
20462
|
|
|
|
|
|
|
"61868190", "Mettler", |
|
20463
|
|
|
|
|
|
|
"61741498", "Windera", |
|
20464
|
|
|
|
|
|
|
"6129444", "Dural", |
|
20465
|
|
|
|
|
|
|
"61899092", "Morawa", |
|
20466
|
|
|
|
|
|
|
"61260501", "Barnawartha", |
|
20467
|
|
|
|
|
|
|
"61268247", "Grawin", |
|
20468
|
|
|
|
|
|
|
"61879086", "Tennant\ Creek", |
|
20469
|
|
|
|
|
|
|
"61267234", "Tingha", |
|
20470
|
|
|
|
|
|
|
"61353242", "Ballarat", |
|
20471
|
|
|
|
|
|
|
"613542664", "St\ Arnaud", |
|
20472
|
|
|
|
|
|
|
"61896046", "Burakin", |
|
20473
|
|
|
|
|
|
|
"612583827", "Peak\ Hill", |
|
20474
|
|
|
|
|
|
|
"6128799", "Sydney", |
|
20475
|
|
|
|
|
|
|
"61352801", "Lara", |
|
20476
|
|
|
|
|
|
|
"61260851", "Walwa", |
|
20477
|
|
|
|
|
|
|
"61891594", "Dampier", |
|
20478
|
|
|
|
|
|
|
"61753044", "Laidley", |
|
20479
|
|
|
|
|
|
|
"61341416", "Dargo", |
|
20480
|
|
|
|
|
|
|
"617487102", "Broadsound", |
|
20481
|
|
|
|
|
|
|
"61898322", "Muradup", |
|
20482
|
|
|
|
|
|
|
"6124987", "Raymond\ Terrace", |
|
20483
|
|
|
|
|
|
|
"61344268", "Traynors\ Lagoon", |
|
20484
|
|
|
|
|
|
|
"61364651", "Yolla", |
|
20485
|
|
|
|
|
|
|
"61257313", "Nowendoc", |
|
20486
|
|
|
|
|
|
|
"61746085", "Jundah", |
|
20487
|
|
|
|
|
|
|
"61264404", "Cooma", |
|
20488
|
|
|
|
|
|
|
"61747373", "Ayr", |
|
20489
|
|
|
|
|
|
|
"61743453", "Kingaroy", |
|
20490
|
|
|
|
|
|
|
"61240726", "Raymond\ Terrace", |
|
20491
|
|
|
|
|
|
|
"61742138", "Mossman", |
|
20492
|
|
|
|
|
|
|
"61267165", "Inverell", |
|
20493
|
|
|
|
|
|
|
"61264360", "Adaminaby", |
|
20494
|
|
|
|
|
|
|
"613553722", "Balmoral", |
|
20495
|
|
|
|
|
|
|
"61880906", "The\ Darling", |
|
20496
|
|
|
|
|
|
|
"617486189", "Cracow", |
|
20497
|
|
|
|
|
|
|
"61890543", "Mount\ Hampton", |
|
20498
|
|
|
|
|
|
|
"61897637", "Wilga", |
|
20499
|
|
|
|
|
|
|
"61749181", "Gayfield", |
|
20500
|
|
|
|
|
|
|
"61354863", "Goornong", |
|
20501
|
|
|
|
|
|
|
"61748260", "Blackwater", |
|
20502
|
|
|
|
|
|
|
"61898644", "Woodanilling", |
|
20503
|
|
|
|
|
|
|
"61742255", "Cairns", |
|
20504
|
|
|
|
|
|
|
"61259403", "Batlow", |
|
20505
|
|
|
|
|
|
|
"61744009", "Pentland", |
|
20506
|
|
|
|
|
|
|
"61747102", "Home\ Hill", |
|
20507
|
|
|
|
|
|
|
"61260118", "Tallangatta", |
|
20508
|
|
|
|
|
|
|
"6174123", "Maryborough", |
|
20509
|
|
|
|
|
|
|
"61746488", "Blackall", |
|
20510
|
|
|
|
|
|
|
"61257107", "Limbri", |
|
20511
|
|
|
|
|
|
|
"61238084", "Bowral", |
|
20512
|
|
|
|
|
|
|
"61244294", "Nowra", |
|
20513
|
|
|
|
|
|
|
"612574577", "Collarenebri", |
|
20514
|
|
|
|
|
|
|
"61269898", "Sandigo", |
|
20515
|
|
|
|
|
|
|
"61383744", "Point\ Cook", |
|
20516
|
|
|
|
|
|
|
"612583759", "Balladoran", |
|
20517
|
|
|
|
|
|
|
"618601124", "Burracoppin\ South", |
|
20518
|
|
|
|
|
|
|
"61354097", "Watchem", |
|
20519
|
|
|
|
|
|
|
"61746206", "Balonne", |
|
20520
|
|
|
|
|
|
|
"61746924", "Jondaryan", |
|
20521
|
|
|
|
|
|
|
"61351648", "Lindenow", |
|
20522
|
|
|
|
|
|
|
"61897384", "Nannup", |
|
20523
|
|
|
|
|
|
|
"61248580", "Bowral", |
|
20524
|
|
|
|
|
|
|
"61358082", "Picola", |
|
20525
|
|
|
|
|
|
|
"61742375", "Maryfarms", |
|
20526
|
|
|
|
|
|
|
"612594305", "Stockinbingal", |
|
20527
|
|
|
|
|
|
|
"61868064", "Mount\ Madden", |
|
20528
|
|
|
|
|
|
|
"6139734", "Werribee", |
|
20529
|
|
|
|
|
|
|
"61358948", "Berrigan", |
|
20530
|
|
|
|
|
|
|
"613441811", "Lockington", |
|
20531
|
|
|
|
|
|
|
"61898878", "Pumphreys", |
|
20532
|
|
|
|
|
|
|
"61879070", "Ranken\ River", |
|
20533
|
|
|
|
|
|
|
"61357985", "Longwood", |
|
20534
|
|
|
|
|
|
|
"61357657", "Alexandra", |
|
20535
|
|
|
|
|
|
|
"61898794", "West\ River", |
|
20536
|
|
|
|
|
|
|
"6189234", "Armadale", |
|
20537
|
|
|
|
|
|
|
"61888965", "Alford", |
|
20538
|
|
|
|
|
|
|
"61249383", "Branxton", |
|
20539
|
|
|
|
|
|
|
"618660962", "Beacon", |
|
20540
|
|
|
|
|
|
|
"61745559", "Liston", |
|
20541
|
|
|
|
|
|
|
"61747876", "Cape\ River", |
|
20542
|
|
|
|
|
|
|
"617459077", "Warrego", |
|
20543
|
|
|
|
|
|
|
"613574183", "Pyalong", |
|
20544
|
|
|
|
|
|
|
"61742678", "Bloomfield", |
|
20545
|
|
|
|
|
|
|
"618762612", "Penong", |
|
20546
|
|
|
|
|
|
|
"61866149", "York", |
|
20547
|
|
|
|
|
|
|
"61756605", "Beaudesert", |
|
20548
|
|
|
|
|
|
|
"618967662", "Dukin", |
|
20549
|
|
|
|
|
|
|
"618964472", "Gillingarra", |
|
20550
|
|
|
|
|
|
|
"61887062", "Makin", |
|
20551
|
|
|
|
|
|
|
"61745852", "Warrego", |
|
20552
|
|
|
|
|
|
|
"61351798", "Club\ Terrace", |
|
20553
|
|
|
|
|
|
|
"613451019", "Portland", |
|
20554
|
|
|
|
|
|
|
"617486693", "Isaac\ River", |
|
20555
|
|
|
|
|
|
|
"61897177", "Cundinup", |
|
20556
|
|
|
|
|
|
|
"61885297", "Berri", |
|
20557
|
|
|
|
|
|
|
"61340587", "Werrimull", |
|
20558
|
|
|
|
|
|
|
"61741026", "Bunker", |
|
20559
|
|
|
|
|
|
|
"61367091", "Pyengana", |
|
20560
|
|
|
|
|
|
|
"61354366", "Mitiamo", |
|
20561
|
|
|
|
|
|
|
"61353012", "Buangor", |
|
20562
|
|
|
|
|
|
|
"61879994", "Batchelor", |
|
20563
|
|
|
|
|
|
|
"618683025", "Beaufort\ River", |
|
20564
|
|
|
|
|
|
|
"61745228", "Robinson\ Gorge", |
|
20565
|
|
|
|
|
|
|
"61259032", "Gala\ Vale", |
|
20566
|
|
|
|
|
|
|
"61269089", "Winchendon\ Vale", |
|
20567
|
|
|
|
|
|
|
"61756126", "Rathdowney", |
|
20568
|
|
|
|
|
|
|
"61357024", "Cheshunt", |
|
20569
|
|
|
|
|
|
|
"618903481", "Goldfields", |
|
20570
|
|
|
|
|
|
|
"61753570", "Woodford", |
|
20571
|
|
|
|
|
|
|
"61357442", "Yarrawonga", |
|
20572
|
|
|
|
|
|
|
"61264101", "Nimmitabel", |
|
20573
|
|
|
|
|
|
|
"61353077", "Willaura", |
|
20574
|
|
|
|
|
|
|
"61258123", "Colane", |
|
20575
|
|
|
|
|
|
|
"61890993", "Bullaring", |
|
20576
|
|
|
|
|
|
|
"61749037", "Colston\ Park", |
|
20577
|
|
|
|
|
|
|
"61753214", "Imbil", |
|
20578
|
|
|
|
|
|
|
"61897112", "Capel", |
|
20579
|
|
|
|
|
|
|
"618982224", "Albany", |
|
20580
|
|
|
|
|
|
|
"617485919", "Biloela", |
|
20581
|
|
|
|
|
|
|
"61392177", "Point\ Cook", |
|
20582
|
|
|
|
|
|
|
"6186372", "Perth", |
|
20583
|
|
|
|
|
|
|
"61895469", "Mount\ Wells", |
|
20584
|
|
|
|
|
|
|
"61740080", "Lakeland", |
|
20585
|
|
|
|
|
|
|
"61248152", "Braidwood", |
|
20586
|
|
|
|
|
|
|
"617452339", "St\ George", |
|
20587
|
|
|
|
|
|
|
"61899473", "Meekatharra", |
|
20588
|
|
|
|
|
|
|
"6139361", "Sydenham", |
|
20589
|
|
|
|
|
|
|
"61248109", "Nerriga", |
|
20590
|
|
|
|
|
|
|
"61264741", "Adaminaby", |
|
20591
|
|
|
|
|
|
|
"618753317", "Blanchetown", |
|
20592
|
|
|
|
|
|
|
"617486986", "Benaraby", |
|
20593
|
|
|
|
|
|
|
"61267975", "Gundabloui", |
|
20594
|
|
|
|
|
|
|
"6186281", "Perth", |
|
20595
|
|
|
|
|
|
|
"61348192", "Yalca", |
|
20596
|
|
|
|
|
|
|
"618600202", "Collurabbie", |
|
20597
|
|
|
|
|
|
|
"61268072", "Mount\ Foster", |
|
20598
|
|
|
|
|
|
|
"617442583", "Woodstock", |
|
20599
|
|
|
|
|
|
|
"6126561", "Kempsey", |
|
20600
|
|
|
|
|
|
|
"617476394", "Bowen", |
|
20601
|
|
|
|
|
|
|
"61267051", "Careunga", |
|
20602
|
|
|
|
|
|
|
"61888338", "Thistle", |
|
20603
|
|
|
|
|
|
|
"61868058", "Katanning", |
|
20604
|
|
|
|
|
|
|
"61885443", "Waikerie", |
|
20605
|
|
|
|
|
|
|
"618683595", "Cuballing", |
|
20606
|
|
|
|
|
|
|
"618858522", "Karoonda", |
|
20607
|
|
|
|
|
|
|
"612574220", "Curlewis", |
|
20608
|
|
|
|
|
|
|
"61756450", "Tweed\ Heads", |
|
20609
|
|
|
|
|
|
|
"61268017", "Narromine", |
|
20610
|
|
|
|
|
|
|
"612583531", "Magometon", |
|
20611
|
|
|
|
|
|
|
"61359079", "Healesville", |
|
20612
|
|
|
|
|
|
|
"61745809", "Jericho", |
|
20613
|
|
|
|
|
|
|
"61775078", "Darr\ Creek", |
|
20614
|
|
|
|
|
|
|
"617441910", "Mount\ Fox", |
|
20615
|
|
|
|
|
|
|
"61367304", "George\ Town", |
|
20616
|
|
|
|
|
|
|
"618683723", "Hyden\ East", |
|
20617
|
|
|
|
|
|
|
"61747692", "Eddington", |
|
20618
|
|
|
|
|
|
|
"612594168", "Yaven\ Creek", |
|
20619
|
|
|
|
|
|
|
"61355063", "Dundonnell", |
|
20620
|
|
|
|
|
|
|
"61743039", "Bundaberg", |
|
20621
|
|
|
|
|
|
|
"61899588", "Morawa", |
|
20622
|
|
|
|
|
|
|
"61877348", "Colebatch", |
|
20623
|
|
|
|
|
|
|
"618683346", "Congee", |
|
20624
|
|
|
|
|
|
|
"612630790", "Limekilns", |
|
20625
|
|
|
|
|
|
|
"61344031", "Wedderburn", |
|
20626
|
|
|
|
|
|
|
"61263671", "Millthorpe", |
|
20627
|
|
|
|
|
|
|
"613431990", "Serviceton", |
|
20628
|
|
|
|
|
|
|
"61249870", "Karuah", |
|
20629
|
|
|
|
|
|
|
"61745502", "Nobby", |
|
20630
|
|
|
|
|
|
|
"617473905", "Gunpowder", |
|
20631
|
|
|
|
|
|
|
"613442017", "Pyramid\ Hill", |
|
20632
|
|
|
|
|
|
|
"618683173", "Kuringup", |
|
20633
|
|
|
|
|
|
|
"617441955", "Ingham", |
|
20634
|
|
|
|
|
|
|
"617486914", "Capella", |
|
20635
|
|
|
|
|
|
|
"6186190", "Herne\ Hill", |
|
20636
|
|
|
|
|
|
|
"61353753", "Dadswells\ Bridge", |
|
20637
|
|
|
|
|
|
|
"612583294", "Purlewaugh", |
|
20638
|
|
|
|
|
|
|
"61263087", "Gooloogong", |
|
20639
|
|
|
|
|
|
|
"61264518", "Bombala", |
|
20640
|
|
|
|
|
|
|
"617487063", "Wagoora", |
|
20641
|
|
|
|
|
|
|
"61341482", "Seaspray", |
|
20642
|
|
|
|
|
|
|
"61364056", "Sheffield", |
|
20643
|
|
|
|
|
|
|
"617750155", "Injune", |
|
20644
|
|
|
|
|
|
|
"61256561", "Leeville", |
|
20645
|
|
|
|
|
|
|
"6188954", "Petermann", |
|
20646
|
|
|
|
|
|
|
"61351633", "Omeo", |
|
20647
|
|
|
|
|
|
|
"617473975", "The\ Monument", |
|
20648
|
|
|
|
|
|
|
"61343125", "Beulah", |
|
20649
|
|
|
|
|
|
|
"618683103", "Quindanning", |
|
20650
|
|
|
|
|
|
|
"6124342", "Gosford", |
|
20651
|
|
|
|
|
|
|
"61345002", "Warrnambool", |
|
20652
|
|
|
|
|
|
|
"618866160", "Port\ Kenny", |
|
20653
|
|
|
|
|
|
|
"61851175", "Christmas\ Island", |
|
20654
|
|
|
|
|
|
|
"617442815", "Prairie", |
|
20655
|
|
|
|
|
|
|
"61245099", "Kurrajong\ Heights", |
|
20656
|
|
|
|
|
|
|
"61887029", "Bordertown", |
|
20657
|
|
|
|
|
|
|
"61253335", "Bathurst", |
|
20658
|
|
|
|
|
|
|
"61263080", "Gingkin", |
|
20659
|
|
|
|
|
|
|
"61340109", "Balranald", |
|
20660
|
|
|
|
|
|
|
"61357008", "Benalla", |
|
20661
|
|
|
|
|
|
|
"613573095", "Nagambie", |
|
20662
|
|
|
|
|
|
|
"617479224", "Yabulu", |
|
20663
|
|
|
|
|
|
|
"618763964", "Iron\ Baron", |
|
20664
|
|
|
|
|
|
|
"61896641", "Wubin", |
|
20665
|
|
|
|
|
|
|
"612583167", "Forbes", |
|
20666
|
|
|
|
|
|
|
"617750110", "Blackall", |
|
20667
|
|
|
|
|
|
|
"61382029", "Croydon", |
|
20668
|
|
|
|
|
|
|
"61745204", "Omanama", |
|
20669
|
|
|
|
|
|
|
"618851093", "Wanbi", |
|
20670
|
|
|
|
|
|
|
"61898953", "Jerramungup", |
|
20671
|
|
|
|
|
|
|
"61342383", "Queenscliff", |
|
20672
|
|
|
|
|
|
|
"61240192", "Swansea", |
|
20673
|
|
|
|
|
|
|
"617442850", "Gununa", |
|
20674
|
|
|
|
|
|
|
"61890538", "Karloning", |
|
20675
|
|
|
|
|
|
|
"618859947", "Peebinga", |
|
20676
|
|
|
|
|
|
|
"61355241", "Macarthur", |
|
20677
|
|
|
|
|
|
|
"61352032", "Aireys\ Inlet", |
|
20678
|
|
|
|
|
|
|
"618763799", "Lock", |
|
20679
|
|
|
|
|
|
|
"61742143", "Atherton", |
|
20680
|
|
|
|
|
|
|
"61749904", "The\ Caves", |
|
20681
|
|
|
|
|
|
|
"61895422", "Toodyay", |
|
20682
|
|
|
|
|
|
|
"618683410", "Porongurup", |
|
20683
|
|
|
|
|
|
|
"61890754", "Gibson", |
|
20684
|
|
|
|
|
|
|
"613546251", "Castlemaine", |
|
20685
|
|
|
|
|
|
|
"61268010", "Geurie", |
|
20686
|
|
|
|
|
|
|
"61895044", "Guilderton", |
|
20687
|
|
|
|
|
|
|
"618763381", "Miltalie", |
|
20688
|
|
|
|
|
|
|
"61756457", "Tweed\ Heads", |
|
20689
|
|
|
|
|
|
|
"61752234", "Pomona", |
|
20690
|
|
|
|
|
|
|
"617452661", "Ravensbourne", |
|
20691
|
|
|
|
|
|
|
"617750403", "Thargomindah", |
|
20692
|
|
|
|
|
|
|
"6139263", "Clayton", |
|
20693
|
|
|
|
|
|
|
"61867089", "Wilga", |
|
20694
|
|
|
|
|
|
|
"61357405", "Bright", |
|
20695
|
|
|
|
|
|
|
"61341311", "Yinnar", |
|
20696
|
|
|
|
|
|
|
"61247036", "Lawson", |
|
20697
|
|
|
|
|
|
|
"61256423", "Casino", |
|
20698
|
|
|
|
|
|
|
"61354164", "Maldon", |
|
20699
|
|
|
|
|
|
|
"618600272", "Ardath", |
|
20700
|
|
|
|
|
|
|
"61889074", "Plenty", |
|
20701
|
|
|
|
|
|
|
"61749030", "Calen", |
|
20702
|
|
|
|
|
|
|
"61248755", "Robertson", |
|
20703
|
|
|
|
|
|
|
"61889331", "Elliott", |
|
20704
|
|
|
|
|
|
|
"61361141", "Dover", |
|
20705
|
|
|
|
|
|
|
"61255189", "Comboyne", |
|
20706
|
|
|
|
|
|
|
"618660671", "Beacon", |
|
20707
|
|
|
|
|
|
|
"61265132", "Smithtown", |
|
20708
|
|
|
|
|
|
|
"6174434", "Townsville", |
|
20709
|
|
|
|
|
|
|
"61353070", "Skipton", |
|
20710
|
|
|
|
|
|
|
"6186500", "Perth", |
|
20711
|
|
|
|
|
|
|
"61734386", "Dunwich", |
|
20712
|
|
|
|
|
|
|
"61354811", "Echuca", |
|
20713
|
|
|
|
|
|
|
"618661012", "Wannamal", |
|
20714
|
|
|
|
|
|
|
"61266603", "Whiporie", |
|
20715
|
|
|
|
|
|
|
"6173437", "Ipswich", |
|
20716
|
|
|
|
|
|
|
"612574690", "Glen\ Innes", |
|
20717
|
|
|
|
|
|
|
"61876225", "Port\ Kenny", |
|
20718
|
|
|
|
|
|
|
"61740087", "Malanda", |
|
20719
|
|
|
|
|
|
|
"61246409", "Camden", |
|
20720
|
|
|
|
|
|
|
"61341526", "Yarram", |
|
20721
|
|
|
|
|
|
|
"61742703", "Minnamoolka", |
|
20722
|
|
|
|
|
|
|
"61753512", "Noosaville", |
|
20723
|
|
|
|
|
|
|
"61392170", "Eltham", |
|
20724
|
|
|
|
|
|
|
"61250082", "Walla\ Walla", |
|
20725
|
|
|
|
|
|
|
"61244088", "Huskisson", |
|
20726
|
|
|
|
|
|
|
"61340580", "Tempy", |
|
20727
|
|
|
|
|
|
|
"61260039", "Coppabella", |
|
20728
|
|
|
|
|
|
|
"61752165", "Coominya", |
|
20729
|
|
|
|
|
|
|
"61885290", "Windsor", |
|
20730
|
|
|
|
|
|
|
"61897170", "Dardanup", |
|
20731
|
|
|
|
|
|
|
"61753577", "Kenilworth", |
|
20732
|
|
|
|
|
|
|
"618851795", "Mallala", |
|
20733
|
|
|
|
|
|
|
"61367328", "Westbury", |
|
20734
|
|
|
|
|
|
|
"618660087", "Cleary\ North", |
|
20735
|
|
|
|
|
|
|
"61354235", "Kyneton", |
|
20736
|
|
|
|
|
|
|
"61742019", "Maryfarms", |
|
20737
|
|
|
|
|
|
|
"61350123", "Robinvale", |
|
20738
|
|
|
|
|
|
|
"617459007", "Glenhope", |
|
20739
|
|
|
|
|
|
|
"61888846", "Curramulka", |
|
20740
|
|
|
|
|
|
|
"612583624", "Mount\ Foster", |
|
20741
|
|
|
|
|
|
|
"61740434", "Mareeba", |
|
20742
|
|
|
|
|
|
|
"61895586", "Rockingham", |
|
20743
|
|
|
|
|
|
|
"61891339", "Telfer", |
|
20744
|
|
|
|
|
|
|
"61240333", "Nelson\ Bay", |
|
20745
|
|
|
|
|
|
|
"61879012", "Alyangula", |
|
20746
|
|
|
|
|
|
|
"61353994", "Bangerang", |
|
20747
|
|
|
|
|
|
|
"61340152", "Woomelang", |
|
20748
|
|
|
|
|
|
|
"61354158", "Talbot", |
|
20749
|
|
|
|
|
|
|
"61898581", "Newdegate", |
|
20750
|
|
|
|
|
|
|
"6189796", "Bunbury", |
|
20751
|
|
|
|
|
|
|
"61248587", "Marulan", |
|
20752
|
|
|
|
|
|
|
"612574912", "Burren\ Junction", |
|
20753
|
|
|
|
|
|
|
"61257361", "Currabubula", |
|
20754
|
|
|
|
|
|
|
"612594375", "Barellan", |
|
20755
|
|
|
|
|
|
|
"61264096", "Tathra", |
|
20756
|
|
|
|
|
|
|
"61344176", "Marong", |
|
20757
|
|
|
|
|
|
|
"61890768", "Coomalbidgup", |
|
20758
|
|
|
|
|
|
|
"61879077", "Davenport", |
|
20759
|
|
|
|
|
|
|
"61745545", "Mitchell", |
|
20760
|
|
|
|
|
|
|
"61367106", "Lilydale", |
|
20761
|
|
|
|
|
|
|
"613470781", "Kilmore", |
|
20762
|
|
|
|
|
|
|
"612582499", "Mendooran", |
|
20763
|
|
|
|
|
|
|
"61348137", "Tocumwal", |
|
20764
|
|
|
|
|
|
|
"61746046", "Chinchilla", |
|
20765
|
|
|
|
|
|
|
"617486205", "Isaac\ River", |
|
20766
|
|
|
|
|
|
|
"61256356", "Dyraaba", |
|
20767
|
|
|
|
|
|
|
"612630894", "Burraga", |
|
20768
|
|
|
|
|
|
|
"61889662", "Katherine", |
|
20769
|
|
|
|
|
|
|
"6175656", "Southport", |
|
20770
|
|
|
|
|
|
|
"618865842", "Great\ Bight", |
|
20771
|
|
|
|
|
|
|
"61355606", "Hawkesdale", |
|
20772
|
|
|
|
|
|
|
"61340261", "Mallan", |
|
20773
|
|
|
|
|
|
|
"61743421", "Gooroolba", |
|
20774
|
|
|
|
|
|
|
"612574638", "Tingha", |
|
20775
|
|
|
|
|
|
|
"618862003", "Quorn", |
|
20776
|
|
|
|
|
|
|
"61357233", "Wangaratta", |
|
20777
|
|
|
|
|
|
|
"61238073", "Reidsdale", |
|
20778
|
|
|
|
|
|
|
"61748322", "Orion", |
|
20779
|
|
|
|
|
|
|
"61744249", "Charters\ Towers", |
|
20780
|
|
|
|
|
|
|
"61359057", "Cowes", |
|
20781
|
|
|
|
|
|
|
"613542600", "Logan", |
|
20782
|
|
|
|
|
|
|
"61251290", "Yass", |
|
20783
|
|
|
|
|
|
|
"61897373", "Capel", |
|
20784
|
|
|
|
|
|
|
"618753471", "Culburra", |
|
20785
|
|
|
|
|
|
|
"61269783", "Ardlethan", |
|
20786
|
|
|
|
|
|
|
"61260823", "Leicester\ Park", |
|
20787
|
|
|
|
|
|
|
"61248043", "Lost\ River", |
|
20788
|
|
|
|
|
|
|
"61896085", "Dandaragan", |
|
20789
|
|
|
|
|
|
|
"61352090", "Torquay", |
|
20790
|
|
|
|
|
|
|
"61358601", "Picola", |
|
20791
|
|
|
|
|
|
|
"61268349", "Dubbo", |
|
20792
|
|
|
|
|
|
|
"61264222", "Tathra", |
|
20793
|
|
|
|
|
|
|
"61734963", "Dayboro", |
|
20794
|
|
|
|
|
|
|
"618683775", "Tambellup", |
|
20795
|
|
|
|
|
|
|
"617459859", "Jandowae", |
|
20796
|
|
|
|
|
|
|
"61889756", "Borroloola", |
|
20797
|
|
|
|
|
|
|
"618763509", "Tumby\ Bay", |
|
20798
|
|
|
|
|
|
|
"613532327", "Balliang", |
|
20799
|
|
|
|
|
|
|
"61240130", "Wootton", |
|
20800
|
|
|
|
|
|
|
"61753204", "Moore", |
|
20801
|
|
|
|
|
|
|
"61748644", "Emerald", |
|
20802
|
|
|
|
|
|
|
"61897102", "Wilga", |
|
20803
|
|
|
|
|
|
|
"613989", "Melbourne", |
|
20804
|
|
|
|
|
|
|
"61899181", "Howatharra", |
|
20805
|
|
|
|
|
|
|
"61267940", "Gundabloui", |
|
20806
|
|
|
|
|
|
|
"61299145", "Bankstown", |
|
20807
|
|
|
|
|
|
|
"613553978", "Port\ Fairy", |
|
20808
|
|
|
|
|
|
|
"61898260", "Cranbrook", |
|
20809
|
|
|
|
|
|
|
"6139944", "Melbourne", |
|
20810
|
|
|
|
|
|
|
"61264111", "Cabramurra", |
|
20811
|
|
|
|
|
|
|
"61743563", "Tiaro", |
|
20812
|
|
|
|
|
|
|
"61355539", "Merino", |
|
20813
|
|
|
|
|
|
|
"61253099", "Murringo", |
|
20814
|
|
|
|
|
|
|
"61392102", "Melbourne", |
|
20815
|
|
|
|
|
|
|
"6126639", "Mullumbimby", |
|
20816
|
|
|
|
|
|
|
"61351386", "Dargo", |
|
20817
|
|
|
|
|
|
|
"61267689", "Currabubula", |
|
20818
|
|
|
|
|
|
|
"618683125", "Arthur\ River", |
|
20819
|
|
|
|
|
|
|
"61352974", "Anglesea", |
|
20820
|
|
|
|
|
|
|
"61861535", "Perth", |
|
20821
|
|
|
|
|
|
|
"61353002", "Ballarat", |
|
20822
|
|
|
|
|
|
|
"61262367", "Captains\ Flat", |
|
20823
|
|
|
|
|
|
|
"61355125", "Penshurst", |
|
20824
|
|
|
|
|
|
|
"61881850", "Mclaren\ Vale", |
|
20825
|
|
|
|
|
|
|
"61896206", "Wyalkatchem", |
|
20826
|
|
|
|
|
|
|
"61866003", "Wannamal", |
|
20827
|
|
|
|
|
|
|
"61897742", "Augusta", |
|
20828
|
|
|
|
|
|
|
"61268007", "Ballimore", |
|
20829
|
|
|
|
|
|
|
"618942", "Perth", |
|
20830
|
|
|
|
|
|
|
"618600953", "Great\ Victoria", |
|
20831
|
|
|
|
|
|
|
"61353059", "Mount\ Wallace", |
|
20832
|
|
|
|
|
|
|
"61753545", "Rosewood", |
|
20833
|
|
|
|
|
|
|
"6173109", "Brisbane", |
|
20834
|
|
|
|
|
|
|
"6138547", "Melbourne", |
|
20835
|
|
|
|
|
|
|
"61383382", "Point\ Cook", |
|
20836
|
|
|
|
|
|
|
"613574785", "Yarrawonga", |
|
20837
|
|
|
|
|
|
|
"61887833", "Colebatch", |
|
20838
|
|
|
|
|
|
|
"618865976", "Miltalie", |
|
20839
|
|
|
|
|
|
|
"613441909", "Jarklin", |
|
20840
|
|
|
|
|
|
|
"61746584", "Longreach", |
|
20841
|
|
|
|
|
|
|
"61886199", "Quorn", |
|
20842
|
|
|
|
|
|
|
"61392159", "Croydon", |
|
20843
|
|
|
|
|
|
|
"61363644", "Deloraine", |
|
20844
|
|
|
|
|
|
|
"61890076", "Goldfields", |
|
20845
|
|
|
|
|
|
|
"61754051", "Caboolture", |
|
20846
|
|
|
|
|
|
|
"618983788", "Magitup", |
|
20847
|
|
|
|
|
|
|
"6124067", "Newcastle", |
|
20848
|
|
|
|
|
|
|
"61897159", "Dinninup", |
|
20849
|
|
|
|
|
|
|
"61342180", "Birregurra", |
|
20850
|
|
|
|
|
|
|
"61876141", "Morchard", |
|
20851
|
|
|
|
|
|
|
"61355769", "Penshurst", |
|
20852
|
|
|
|
|
|
|
"61361225", "Sorell", |
|
20853
|
|
|
|
|
|
|
"61891095", "Wittenoom", |
|
20854
|
|
|
|
|
|
|
"61256280", "Copmanhurst", |
|
20855
|
|
|
|
|
|
|
"61240686", "Cessnock", |
|
20856
|
|
|
|
|
|
|
"61248119", "Rugby", |
|
20857
|
|
|
|
|
|
|
"61358494", "Shepparton", |
|
20858
|
|
|
|
|
|
|
"61259097", "Sandigo", |
|
20859
|
|
|
|
|
|
|
"617487163", "Turkey\ Beach", |
|
20860
|
|
|
|
|
|
|
"61364774", "Rosebery", |
|
20861
|
|
|
|
|
|
|
"61264508", "Dalgety", |
|
20862
|
|
|
|
|
|
|
"61879045", "Victoria\ River", |
|
20863
|
|
|
|
|
|
|
"612574626", "Pinkett", |
|
20864
|
|
|
|
|
|
|
"61745577", "Warra", |
|
20865
|
|
|
|
|
|
|
"61897880", "Bunbury", |
|
20866
|
|
|
|
|
|
|
"613553551", "Ecklin", |
|
20867
|
|
|
|
|
|
|
"6124476", "Narooma", |
|
20868
|
|
|
|
|
|
|
"61742340", "Cairns", |
|
20869
|
|
|
|
|
|
|
"6186191", "Spearwood", |
|
20870
|
|
|
|
|
|
|
"613442117", "Elmore", |
|
20871
|
|
|
|
|
|
|
"618683073", "Lake\ Magenta", |
|
20872
|
|
|
|
|
|
|
"613542383", "Birchip", |
|
20873
|
|
|
|
|
|
|
"61260395", "Talgarno", |
|
20874
|
|
|
|
|
|
|
"618985495", "Tambellup", |
|
20875
|
|
|
|
|
|
|
"618600937", "Burracoppin", |
|
20876
|
|
|
|
|
|
|
"61258065", "Coonabarabran", |
|
20877
|
|
|
|
|
|
|
"61255517", "Scone", |
|
20878
|
|
|
|
|
|
|
"61896573", "Bibby\ Springs", |
|
20879
|
|
|
|
|
|
|
"61745512", "Atholwood", |
|
20880
|
|
|
|
|
|
|
"61891498", "Cocos\ Island", |
|
20881
|
|
|
|
|
|
|
"618752486", "New\ Well", |
|
20882
|
|
|
|
|
|
|
"61356396", "Toora", |
|
20883
|
|
|
|
|
|
|
"612594068", "Wagga\ Wagga", |
|
20884
|
|
|
|
|
|
|
"61255572", "Mount\ George", |
|
20885
|
|
|
|
|
|
|
"61260698", "Culcairn", |
|
20886
|
|
|
|
|
|
|
"61345070", "Dorodong", |
|
20887
|
|
|
|
|
|
|
"61265190", "Krambach", |
|
20888
|
|
|
|
|
|
|
"61367314", "Ringarooma", |
|
20889
|
|
|
|
|
|
|
"61261376", "Captains\ Flat", |
|
20890
|
|
|
|
|
|
|
"61745819", "Liston", |
|
20891
|
|
|
|
|
|
|
"61730924", "Dunwich", |
|
20892
|
|
|
|
|
|
|
"613441227", "Maldon", |
|
20893
|
|
|
|
|
|
|
"61749092", "The\ Caves", |
|
20894
|
|
|
|
|
|
|
"617458820", "Kumbarilla", |
|
20895
|
|
|
|
|
|
|
"613553491", "Camperdown", |
|
20896
|
|
|
|
|
|
|
"61742052", "Tully", |
|
20897
|
|
|
|
|
|
|
"61255274", "Toorooka", |
|
20898
|
|
|
|
|
|
|
"61896908", "Moora", |
|
20899
|
|
|
|
|
|
|
"613450574", "Heywood", |
|
20900
|
|
|
|
|
|
|
"61748369", "Gladstone", |
|
20901
|
|
|
|
|
|
|
"617750010", "Moonie", |
|
20902
|
|
|
|
|
|
|
"61745214", "Jundah", |
|
20903
|
|
|
|
|
|
|
"61264973", "Eden", |
|
20904
|
|
|
|
|
|
|
"61361548", "Sorell", |
|
20905
|
|
|
|
|
|
|
"618851193", "Wunkar", |
|
20906
|
|
|
|
|
|
|
"618993264", "Geraldton", |
|
20907
|
|
|
|
|
|
|
"61265197", "Ellenborough", |
|
20908
|
|
|
|
|
|
|
"61879059", "Elliott", |
|
20909
|
|
|
|
|
|
|
"617485871", "Lethebrook", |
|
20910
|
|
|
|
|
|
|
"61357018", "Broadford", |
|
20911
|
|
|
|
|
|
|
"61340119", "Wentworth", |
|
20912
|
|
|
|
|
|
|
"61345077", "Mortlake", |
|
20913
|
|
|
|
|
|
|
"61268664", "Bindogundra", |
|
20914
|
|
|
|
|
|
|
"61342254", "Aireys\ Inlet", |
|
20915
|
|
|
|
|
|
|
"617563037", "Southport", |
|
20916
|
|
|
|
|
|
|
"61249802", "Swansea", |
|
20917
|
|
|
|
|
|
|
"61897887", "Bridgetown", |
|
20918
|
|
|
|
|
|
|
"61745570", "Kumbarilla", |
|
20919
|
|
|
|
|
|
|
"61350468", "Ouyen", |
|
20920
|
|
|
|
|
|
|
"61381191", "Kalkallo", |
|
20921
|
|
|
|
|
|
|
"61259090", "Gundagai", |
|
20922
|
|
|
|
|
|
|
"61753228", "Rosewood", |
|
20923
|
|
|
|
|
|
|
"61889629", "Elliott", |
|
20924
|
|
|
|
|
|
|
"61255510", "Denman", |
|
20925
|
|
|
|
|
|
|
"61345012", "Tahara", |
|
20926
|
|
|
|
|
|
|
"61256154", "Wiangaree", |
|
20927
|
|
|
|
|
|
|
"61359305", "Cranbourne", |
|
20928
|
|
|
|
|
|
|
"6175294", "Nambour", |
|
20929
|
|
|
|
|
|
|
"613470164", "Strathbogie", |
|
20930
|
|
|
|
|
|
|
"617476742", "Rollingstone", |
|
20931
|
|
|
|
|
|
|
"617750055", "Yuleba", |
|
20932
|
|
|
|
|
|
|
"61742347", "Molloy", |
|
20933
|
|
|
|
|
|
|
"61342187", "Barwon\ Downs", |
|
20934
|
|
|
|
|
|
|
"61341301", "Nowa\ Nowa", |
|
20935
|
|
|
|
|
|
|
"61747186", "Georgina", |
|
20936
|
|
|
|
|
|
|
"61357415", "Alexandra", |
|
20937
|
|
|
|
|
|
|
"61266066", "Leeville", |
|
20938
|
|
|
|
|
|
|
"61885758", "Culburra", |
|
20939
|
|
|
|
|
|
|
"6128829", "Parramatta", |
|
20940
|
|
|
|
|
|
|
"61741653", "Mundubbera", |
|
20941
|
|
|
|
|
|
|
"61880048", "Wilcannia", |
|
20942
|
|
|
|
|
|
|
"61354551", "Boort", |
|
20943
|
|
|
|
|
|
|
"613431938", "Willaura", |
|
20944
|
|
|
|
|
|
|
"61875537", "Strathalbyn", |
|
20945
|
|
|
|
|
|
|
"61256287", "Mullumbimby", |
|
20946
|
|
|
|
|
|
|
"61351184", "Bruthen", |
|
20947
|
|
|
|
|
|
|
"61753559", "Woodford", |
|
20948
|
|
|
|
|
|
|
"61264269", "Cathcart", |
|
20949
|
|
|
|
|
|
|
"61746791", "Bunya\ Mountains", |
|
20950
|
|
|
|
|
|
|
"61746282", "Guluguba", |
|
20951
|
|
|
|
|
|
|
"61268000", "Dubbo", |
|
20952
|
|
|
|
|
|
|
"61749914", "Tieri", |
|
20953
|
|
|
|
|
|
|
"61260421", "Albury", |
|
20954
|
|
|
|
|
|
|
"61898188", "Lumeah", |
|
20955
|
|
|
|
|
|
|
"61897145", "Myalup", |
|
20956
|
|
|
|
|
|
|
"61350065", "Curyo", |
|
20957
|
|
|
|
|
|
|
"61887723", "Thornlea", |
|
20958
|
|
|
|
|
|
|
"613532232", "Murtoa", |
|
20959
|
|
|
|
|
|
|
"61354983", "Watchem", |
|
20960
|
|
|
|
|
|
|
"612683754", "Gilgandra", |
|
20961
|
|
|
|
|
|
|
"613431926", "Polkemmet", |
|
20962
|
|
|
|
|
|
|
"61342268", "Torquay", |
|
20963
|
|
|
|
|
|
|
"617473923", "Julia\ Creek", |
|
20964
|
|
|
|
|
|
|
"613431745", "Yaapeet", |
|
20965
|
|
|
|
|
|
|
"61299159", "Sutherland", |
|
20966
|
|
|
|
|
|
|
"61350454", "Nangiloc", |
|
20967
|
|
|
|
|
|
|
"61268355", "Girilambone", |
|
20968
|
|
|
|
|
|
|
"61256168", "Coffs\ Harbour", |
|
20969
|
|
|
|
|
|
|
"618903635", "Speddingup\ East", |
|
20970
|
|
|
|
|
|
|
"612592707", "Henty", |
|
20971
|
|
|
|
|
|
|
"61340043", "Curyo", |
|
20972
|
|
|
|
|
|
|
"61881857", "Mclaren\ Vale", |
|
20973
|
|
|
|
|
|
|
"618753219", "Murray\ Bridge", |
|
20974
|
|
|
|
|
|
|
"61262360", "Uriarra\ Forest", |
|
20975
|
|
|
|
|
|
|
"61753502", "Noosaville", |
|
20976
|
|
|
|
|
|
|
"61240137", "Nelson\ Bay", |
|
20977
|
|
|
|
|
|
|
"6188644", "Whyalla", |
|
20978
|
|
|
|
|
|
|
"612593912", "Junee\ Reefs", |
|
20979
|
|
|
|
|
|
|
"61742713", "Thursday\ Island", |
|
20980
|
|
|
|
|
|
|
"6138825", "Melbourne", |
|
20981
|
|
|
|
|
|
|
"618683705", "Congee", |
|
20982
|
|
|
|
|
|
|
"61890131", "Mount\ Hampton", |
|
20983
|
|
|
|
|
|
|
"61899295", "Carnamah\ West", |
|
20984
|
|
|
|
|
|
|
"618661112", "Beacon", |
|
20985
|
|
|
|
|
|
|
"61266613", "Tabulam", |
|
20986
|
|
|
|
|
|
|
"612583445", "Bruie\ Plains", |
|
20987
|
|
|
|
|
|
|
"61898267", "Hartville", |
|
20988
|
|
|
|
|
|
|
"61343063", "Jeparit", |
|
20989
|
|
|
|
|
|
|
"61747630", "Ayr", |
|
20990
|
|
|
|
|
|
|
"61267947", "Weemelah", |
|
20991
|
|
|
|
|
|
|
"612530250", "Harden", |
|
20992
|
|
|
|
|
|
|
"61756479", "Beaudesert", |
|
20993
|
|
|
|
|
|
|
"61268658", "Gollan", |
|
20994
|
|
|
|
|
|
|
"61268934", "Tottenham", |
|
20995
|
|
|
|
|
|
|
"61851140", "Telfer", |
|
20996
|
|
|
|
|
|
|
"61341094", "Cann\ River", |
|
20997
|
|
|
|
|
|
|
"61359050", "Warburton", |
|
20998
|
|
|
|
|
|
|
"61260733", "Walla\ Walla", |
|
20999
|
|
|
|
|
|
|
"618965621", "Burakin", |
|
21000
|
|
|
|
|
|
|
"61367116", "Mole\ Creek", |
|
21001
|
|
|
|
|
|
|
"61261174", "Cavan", |
|
21002
|
|
|
|
|
|
|
"61887431", "Lochaber", |
|
21003
|
|
|
|
|
|
|
"61863334", "Fremantle", |
|
21004
|
|
|
|
|
|
|
"61352097", "Wingeel", |
|
21005
|
|
|
|
|
|
|
"612593690", "Ganmain", |
|
21006
|
|
|
|
|
|
|
"613542670", "Traynors\ Lagoon", |
|
21007
|
|
|
|
|
|
|
"618753401", "Karoonda", |
|
21008
|
|
|
|
|
|
|
"61356194", "Bunyip", |
|
21009
|
|
|
|
|
|
|
"613441697", "Colbinabbin", |
|
21010
|
|
|
|
|
|
|
"613470627", "Bonnie\ Doon", |
|
21011
|
|
|
|
|
|
|
"618660836", "Beverley\ West", |
|
21012
|
|
|
|
|
|
|
"61741292", "Tiaro", |
|
21013
|
|
|
|
|
|
|
"61879002", "Davenport", |
|
21014
|
|
|
|
|
|
|
"61885764", "Lameroo", |
|
21015
|
|
|
|
|
|
|
"61877081", "Tilley\ Swamp", |
|
21016
|
|
|
|
|
|
|
"61741781", "Bunker", |
|
21017
|
|
|
|
|
|
|
"61348130", "Shepparton", |
|
21018
|
|
|
|
|
|
|
"61742009", "Gordonvale", |
|
21019
|
|
|
|
|
|
|
"61359198", "Rosebud", |
|
21020
|
|
|
|
|
|
|
"6189434", "Spearwood", |
|
21021
|
|
|
|
|
|
|
"617442918", "Normanton", |
|
21022
|
|
|
|
|
|
|
"61257775", "Narrabri", |
|
21023
|
|
|
|
|
|
|
"61265607", "Macksville", |
|
21024
|
|
|
|
|
|
|
"61899030", "Dongara", |
|
21025
|
|
|
|
|
|
|
"61890087", "Great\ Victoria", |
|
21026
|
|
|
|
|
|
|
"613470796", "Strathbogie", |
|
21027
|
|
|
|
|
|
|
"613441726", "Newstead", |
|
21028
|
|
|
|
|
|
|
"61868132", "Gnowellen", |
|
21029
|
|
|
|
|
|
|
"61240081", "Laguna", |
|
21030
|
|
|
|
|
|
|
"618753522", "Victor\ Harbor", |
|
21031
|
|
|
|
|
|
|
"61240612", "Dungog", |
|
21032
|
|
|
|
|
|
|
"61267597", "Croppa\ Creek", |
|
21033
|
|
|
|
|
|
|
"613441945", "Trentham", |
|
21034
|
|
|
|
|
|
|
"61743511", "Nanango", |
|
21035
|
|
|
|
|
|
|
"61264163", "Bemboka", |
|
21036
|
|
|
|
|
|
|
"61887134", "Wirrega", |
|
21037
|
|
|
|
|
|
|
"61744375", "Yabulu", |
|
21038
|
|
|
|
|
|
|
"61747170", "Upper\ Stone", |
|
21039
|
|
|
|
|
|
|
"61888147", "Booborowie", |
|
21040
|
|
|
|
|
|
|
"618996916", "Ajana", |
|
21041
|
|
|
|
|
|
|
"61253571", "Galong", |
|
21042
|
|
|
|
|
|
|
"61269056", "Melbergen", |
|
21043
|
|
|
|
|
|
|
"61356491", "San\ Remo", |
|
21044
|
|
|
|
|
|
|
"61257110", "Somerton", |
|
21045
|
|
|
|
|
|
|
"61890434", "Bullaring", |
|
21046
|
|
|
|
|
|
|
"61745586", "Condamine", |
|
21047
|
|
|
|
|
|
|
"61244446", "Huskisson", |
|
21048
|
|
|
|
|
|
|
"61741339", "Gin\ Gin", |
|
21049
|
|
|
|
|
|
|
"6173554", "Brisbane", |
|
21050
|
|
|
|
|
|
|
"612630697", "Burraga", |
|
21051
|
|
|
|
|
|
|
"61889083", "Roper\ River", |
|
21052
|
|
|
|
|
|
|
"61268275", "Magometon", |
|
21053
|
|
|
|
|
|
|
"61259164", "Adelong", |
|
21054
|
|
|
|
|
|
|
"618996984", "Guranu", |
|
21055
|
|
|
|
|
|
|
"61255665", "Broke", |
|
21056
|
|
|
|
|
|
|
"61877137", "Kalangadoo", |
|
21057
|
|
|
|
|
|
|
"612574118", "Delungra", |
|
21058
|
|
|
|
|
|
|
"61340213", "Willandra\ Lakes", |
|
21059
|
|
|
|
|
|
|
"618852879", "Goolwa", |
|
21060
|
|
|
|
|
|
|
"617452365", "Roma", |
|
21061
|
|
|
|
|
|
|
"61878144", "Hallett", |
|
21062
|
|
|
|
|
|
|
"618763685", "Tumby\ Bay", |
|
21063
|
|
|
|
|
|
|
"61876069", "Wudinna", |
|
21064
|
|
|
|
|
|
|
"61350151", "Underbool", |
|
21065
|
|
|
|
|
|
|
"618903556", "Mount\ Beaumont", |
|
21066
|
|
|
|
|
|
|
"61879433", "Tennant\ Creek", |
|
21067
|
|
|
|
|
|
|
"61748581", "Cannon\ Valley", |
|
21068
|
|
|
|
|
|
|
"61861972", "Kalamunda", |
|
21069
|
|
|
|
|
|
|
"618683162", "Jerramungup", |
|
21070
|
|
|
|
|
|
|
"61352366", "Barwon\ Downs", |
|
21071
|
|
|
|
|
|
|
"6174796", "Townsville", |
|
21072
|
|
|
|
|
|
|
"617487072", "Agnes\ Water", |
|
21073
|
|
|
|
|
|
|
"61888885", "Arthurton", |
|
21074
|
|
|
|
|
|
|
"61740768", "Maryfarms", |
|
21075
|
|
|
|
|
|
|
"61255368", "Krambach", |
|
21076
|
|
|
|
|
|
|
"61261387", "Anembo", |
|
21077
|
|
|
|
|
|
|
"61887848", "Millicent", |
|
21078
|
|
|
|
|
|
|
"612583248", "Colane", |
|
21079
|
|
|
|
|
|
|
"61895545", "Rockingham", |
|
21080
|
|
|
|
|
|
|
"61263993", "Birriwa", |
|
21081
|
|
|
|
|
|
|
"61743108", "Biggenden", |
|
21082
|
|
|
|
|
|
|
"61259235", "Tullibigeal", |
|
21083
|
|
|
|
|
|
|
"61898921", "Mount\ Barker", |
|
21084
|
|
|
|
|
|
|
"61250191", "Barnawartha", |
|
21085
|
|
|
|
|
|
|
"613572773", "Mount\ Beauty", |
|
21086
|
|
|
|
|
|
|
"61248435", "Wombeyan\ Caves", |
|
21087
|
|
|
|
|
|
|
"617452108", "Kilbeggan", |
|
21088
|
|
|
|
|
|
|
"61353215", "Rokewood", |
|
21089
|
|
|
|
|
|
|
"618983443", "Congee", |
|
21090
|
|
|
|
|
|
|
"618763900", "Penong", |
|
21091
|
|
|
|
|
|
|
"61736087", "Brisbane", |
|
21092
|
|
|
|
|
|
|
"61260124", "Rand", |
|
21093
|
|
|
|
|
|
|
"61358006", "Blighty", |
|
21094
|
|
|
|
|
|
|
"61363581", "Evandale", |
|
21095
|
|
|
|
|
|
|
"61341160", "Heyfield", |
|
21096
|
|
|
|
|
|
|
"61895204", "Pinjarra", |
|
21097
|
|
|
|
|
|
|
"61889575", "Simpson", |
|
21098
|
|
|
|
|
|
|
"618660973", "Calingiri", |
|
21099
|
|
|
|
|
|
|
"618763396", "Port\ Lincoln", |
|
21100
|
|
|
|
|
|
|
"61749871", "Blackwater", |
|
21101
|
|
|
|
|
|
|
"618863575", "Mount\ Hope", |
|
21102
|
|
|
|
|
|
|
"61265449", "Muswellbrook", |
|
21103
|
|
|
|
|
|
|
"618983767", "Lake\ Toolbrunup", |
|
21104
|
|
|
|
|
|
|
"61356060", "Tidal\ River", |
|
21105
|
|
|
|
|
|
|
"61353831", "Kalkee", |
|
21106
|
|
|
|
|
|
|
"618964463", "Dandaragan", |
|
21107
|
|
|
|
|
|
|
"61736671", "Sandgate", |
|
21108
|
|
|
|
|
|
|
"618967673", "Gabbin", |
|
21109
|
|
|
|
|
|
|
"61743326", "Kingaroy", |
|
21110
|
|
|
|
|
|
|
"6139883", "Melbourne", |
|
21111
|
|
|
|
|
|
|
"613441738", "Traynors\ Lagoon", |
|
21112
|
|
|
|
|
|
|
"6124918", "Newcastle", |
|
21113
|
|
|
|
|
|
|
"61248038", "Gundillion", |
|
21114
|
|
|
|
|
|
|
"617480579", "Moura", |
|
21115
|
|
|
|
|
|
|
"61899226", "Pindar\ South", |
|
21116
|
|
|
|
|
|
|
"61745422", "Elbow\ Valley", |
|
21117
|
|
|
|
|
|
|
"61358285", "Katandra\ West", |
|
21118
|
|
|
|
|
|
|
"61740754", "Mount\ Surprise", |
|
21119
|
|
|
|
|
|
|
"61255354", "Comara", |
|
21120
|
|
|
|
|
|
|
"61745044", "Diamondy", |
|
21121
|
|
|
|
|
|
|
"61249176", "Swansea", |
|
21122
|
|
|
|
|
|
|
"618753092", "Windsor", |
|
21123
|
|
|
|
|
|
|
"613432219", "Telopea\ Downs", |
|
21124
|
|
|
|
|
|
|
"61255427", "Scone", |
|
21125
|
|
|
|
|
|
|
"612594087", "Barmedman\ East", |
|
21126
|
|
|
|
|
|
|
"61351377", "Seaspray", |
|
21127
|
|
|
|
|
|
|
"61259158", "Leeton", |
|
21128
|
|
|
|
|
|
|
"613431779", "Halls\ Gap", |
|
21129
|
|
|
|
|
|
|
"61255935", "Putty", |
|
21130
|
|
|
|
|
|
|
"617476733", "Ravenswood", |
|
21131
|
|
|
|
|
|
|
"61342031", "Aireys\ Inlet", |
|
21132
|
|
|
|
|
|
|
"61891237", "Derby", |
|
21133
|
|
|
|
|
|
|
"61888707", "Blyth", |
|
21134
|
|
|
|
|
|
|
"61342374", "Lara", |
|
21135
|
|
|
|
|
|
|
"612574797", "Inverell", |
|
21136
|
|
|
|
|
|
|
"61879215", "Pine\ Creek", |
|
21137
|
|
|
|
|
|
|
"613431709", "Glenorchy", |
|
21138
|
|
|
|
|
|
|
"61351370", "Golden\ Beach", |
|
21139
|
|
|
|
|
|
|
"61355196", "Coojar", |
|
21140
|
|
|
|
|
|
|
"61255420", "Muswellbrook", |
|
21141
|
|
|
|
|
|
|
"618854910", "Strathalbyn", |
|
21142
|
|
|
|
|
|
|
"61263768", "Bathurst", |
|
21143
|
|
|
|
|
|
|
"61888700", "Port\ Wakefield", |
|
21144
|
|
|
|
|
|
|
"61867056", "Tonebridge", |
|
21145
|
|
|
|
|
|
|
"61891230", "Paraburdoo", |
|
21146
|
|
|
|
|
|
|
"617442941", "Charters\ Towers", |
|
21147
|
|
|
|
|
|
|
"613531622", "Ararat", |
|
21148
|
|
|
|
|
|
|
"6135032", "Swan\ Hill", |
|
21149
|
|
|
|
|
|
|
"61362056", "Miena", |
|
21150
|
|
|
|
|
|
|
"618854955", "Kapunda", |
|
21151
|
|
|
|
|
|
|
"618683749", "Moodiarrup", |
|
21152
|
|
|
|
|
|
|
"612583409", "Bruie\ Plains", |
|
21153
|
|
|
|
|
|
|
"617480509", "Miclere", |
|
21154
|
|
|
|
|
|
|
"61742531", "Mutchilba", |
|
21155
|
|
|
|
|
|
|
"61862550", "Perth", |
|
21156
|
|
|
|
|
|
|
"61358191", "Yalca", |
|
21157
|
|
|
|
|
|
|
"61886766", "Yeelanna", |
|
21158
|
|
|
|
|
|
|
"61340435", "Mittyack", |
|
21159
|
|
|
|
|
|
|
"61260748", "Talgarno", |
|
21160
|
|
|
|
|
|
|
"61265058", "Gloucester", |
|
21161
|
|
|
|
|
|
|
"61250006", "Corryong", |
|
21162
|
|
|
|
|
|
|
"617459983", "Helidon", |
|
21163
|
|
|
|
|
|
|
"61864467", "Perth", |
|
21164
|
|
|
|
|
|
|
"61876022", "Willowie", |
|
21165
|
|
|
|
|
|
|
"618660903", "Gabbin", |
|
21166
|
|
|
|
|
|
|
"618862162", "Arno\ Bay", |
|
21167
|
|
|
|
|
|
|
"612574141", "Manilla", |
|
21168
|
|
|
|
|
|
|
"61749588", "Calen", |
|
21169
|
|
|
|
|
|
|
"61341167", "Lakes\ Entrance", |
|
21170
|
|
|
|
|
|
|
"61353721", "Beulah", |
|
21171
|
|
|
|
|
|
|
"61266931", "Woodburn", |
|
21172
|
|
|
|
|
|
|
"618866174", "Streaky\ Bay", |
|
21173
|
|
|
|
|
|
|
"618967603", "Wubin\ West", |
|
21174
|
|
|
|
|
|
|
"617452728", "Killarney", |
|
21175
|
|
|
|
|
|
|
"61356067", "San\ Remo", |
|
21176
|
|
|
|
|
|
|
"61895502", "Mandurah", |
|
21177
|
|
|
|
|
|
|
"61363878", "Bicheno", |
|
21178
|
|
|
|
|
|
|
"61363794", "Launceston", |
|
21179
|
|
|
|
|
|
|
"613451361", "Caramut", |
|
21180
|
|
|
|
|
|
|
"61352164", "Winchelsea\ South", |
|
21181
|
|
|
|
|
|
|
"612583211", "Warrington", |
|
21182
|
|
|
|
|
|
|
"61265455", "Bunnan", |
|
21183
|
|
|
|
|
|
|
"61367182", "Scottsdale", |
|
21184
|
|
|
|
|
|
|
"61364089", "Yambacoona", |
|
21185
|
|
|
|
|
|
|
"61354032", "Kyneton", |
|
21186
|
|
|
|
|
|
|
"61357139", "Wangaratta", |
|
21187
|
|
|
|
|
|
|
"61340038", "Sea\ Lake", |
|
21188
|
|
|
|
|
|
|
"618989393", "Jaloran", |
|
21189
|
|
|
|
|
|
|
"61886652", "Jamestown", |
|
21190
|
|
|
|
|
|
|
"61357525", "Wangaratta", |
|
21191
|
|
|
|
|
|
|
"618854692", "Langhorne\ Creek", |
|
21192
|
|
|
|
|
|
|
"618903812", "Dulyalbin", |
|
21193
|
|
|
|
|
|
|
"61885399", "Strathalbyn", |
|
21194
|
|
|
|
|
|
|
"618965680", "Dalwallinu\ West", |
|
21195
|
|
|
|
|
|
|
"612683941", "Neilrex", |
|
21196
|
|
|
|
|
|
|
"618782013", "Hamley\ Bridge", |
|
21197
|
|
|
|
|
|
|
"617452178", "Millmerran", |
|
21198
|
|
|
|
|
|
|
"618763970", "Koongawa", |
|
21199
|
|
|
|
|
|
|
"61736080", "Sandgate", |
|
21200
|
|
|
|
|
|
|
"61256503", "Mallanganee", |
|
21201
|
|
|
|
|
|
|
"61738848", "Beenleigh", |
|
21202
|
|
|
|
|
|
|
"61754165", "Gatton", |
|
21203
|
|
|
|
|
|
|
"61242088", "Helensburgh", |
|
21204
|
|
|
|
|
|
|
"61886609", "Wandearah\ East", |
|
21205
|
|
|
|
|
|
|
"61264414", "Cabramurra", |
|
21206
|
|
|
|
|
|
|
"61341288", "Goongerah", |
|
21207
|
|
|
|
|
|
|
"61258818", "Coonabarabran", |
|
21208
|
|
|
|
|
|
|
"61265064", "Hunter\ Springs", |
|
21209
|
|
|
|
|
|
|
"61345086", "Strathdownie", |
|
21210
|
|
|
|
|
|
|
"61257303", "Tenterfield", |
|
21211
|
|
|
|
|
|
|
"61261380", "Michelago", |
|
21212
|
|
|
|
|
|
|
"613441894", "Charlton", |
|
21213
|
|
|
|
|
|
|
"613470824", "Flowerdale", |
|
21214
|
|
|
|
|
|
|
"61748878", "Moranbah", |
|
21215
|
|
|
|
|
|
|
"61341406", "Club\ Terrace", |
|
21216
|
|
|
|
|
|
|
"617487002", "Byfield", |
|
21217
|
|
|
|
|
|
|
"61356325", "Neerim\ South", |
|
21218
|
|
|
|
|
|
|
"613542597", "Laen", |
|
21219
|
|
|
|
|
|
|
"61752947", "Caboolture", |
|
21220
|
|
|
|
|
|
|
"61895559", "Mandurah", |
|
21221
|
|
|
|
|
|
|
"61897876", "Wilga", |
|
21222
|
|
|
|
|
|
|
"61899484", "Denham", |
|
21223
|
|
|
|
|
|
|
"618903496", "Grass\ Patch", |
|
21224
|
|
|
|
|
|
|
"61348081", "Tocumwal", |
|
21225
|
|
|
|
|
|
|
"61877130", "Bordertown", |
|
21226
|
|
|
|
|
|
|
"61880033", "White\ Cliffs", |
|
21227
|
|
|
|
|
|
|
"61361296", "Dunalley", |
|
21228
|
|
|
|
|
|
|
"61891026", "Great\ Sandy", |
|
21229
|
|
|
|
|
|
|
"617750228", "Auburn", |
|
21230
|
|
|
|
|
|
|
"61888140", "Balaklava", |
|
21231
|
|
|
|
|
|
|
"61258151", "Double\ Peaks", |
|
21232
|
|
|
|
|
|
|
"613553823", "Merino", |
|
21233
|
|
|
|
|
|
|
"61746216", "Tambo", |
|
21234
|
|
|
|
|
|
|
"61747177", "Woodstock", |
|
21235
|
|
|
|
|
|
|
"61342176", "Aireys\ Inlet", |
|
21236
|
|
|
|
|
|
|
"618601024", "Leonora", |
|
21237
|
|
|
|
|
|
|
"618682193", "Rocky\ Gully", |
|
21238
|
|
|
|
|
|
|
"613545287", "Kerang", |
|
21239
|
|
|
|
|
|
|
"61351901", "Goongerah", |
|
21240
|
|
|
|
|
|
|
"61256276", "Bellingen", |
|
21241
|
|
|
|
|
|
|
"61257117", "Ogunbil", |
|
21242
|
|
|
|
|
|
|
"61886293", "Cowell", |
|
21243
|
|
|
|
|
|
|
"618865833", "Courela", |
|
21244
|
|
|
|
|
|
|
"61240670", "Wards\ River", |
|
21245
|
|
|
|
|
|
|
"61899037", "Eneabba\ North", |
|
21246
|
|
|
|
|
|
|
"61361533", "Gretna", |
|
21247
|
|
|
|
|
|
|
"61260108", "Talmalmo", |
|
21248
|
|
|
|
|
|
|
"61742761", "Cairns", |
|
21249
|
|
|
|
|
|
|
"61265600", "Taylors\ Arm", |
|
21250
|
|
|
|
|
|
|
"61744019", "Briaba", |
|
21251
|
|
|
|
|
|
|
"61747112", "Julia\ Creek", |
|
21252
|
|
|
|
|
|
|
"6124385", "Gosford", |
|
21253
|
|
|
|
|
|
|
"6188150", "Adelaide", |
|
21254
|
|
|
|
|
|
|
"61255156", "Widden\ Valley", |
|
21255
|
|
|
|
|
|
|
"618864085", "Kyancutta", |
|
21256
|
|
|
|
|
|
|
"61343011", "Daylesford", |
|
21257
|
|
|
|
|
|
|
"61267590", "Mirriadool", |
|
21258
|
|
|
|
|
|
|
"61743124", "Maryborough", |
|
21259
|
|
|
|
|
|
|
"6139496", "Melbourne", |
|
21260
|
|
|
|
|
|
|
"61343682", "Buninyong", |
|
21261
|
|
|
|
|
|
|
"618600263", "Shackleton", |
|
21262
|
|
|
|
|
|
|
"61749473", "Cannon\ Valley", |
|
21263
|
|
|
|
|
|
|
"61257172", "Yarrie\ Lake", |
|
21264
|
|
|
|
|
|
|
"612533027", "Hill\ End", |
|
21265
|
|
|
|
|
|
|
"61880916", "Wilcannia", |
|
21266
|
|
|
|
|
|
|
"618600889", "Goomarin", |
|
21267
|
|
|
|
|
|
|
"61351883", "Yarram", |
|
21268
|
|
|
|
|
|
|
"61886536", "The\ Ranges", |
|
21269
|
|
|
|
|
|
|
"61890080", "Goomarin", |
|
21270
|
|
|
|
|
|
|
"61745469", "Wyaga", |
|
21271
|
|
|
|
|
|
|
"61362015", "Bothwell", |
|
21272
|
|
|
|
|
|
|
"61266973", "Coutts\ Crossing", |
|
21273
|
|
|
|
|
|
|
"61740883", "Etheridge", |
|
21274
|
|
|
|
|
|
|
"61752195", "Woolooga", |
|
21275
|
|
|
|
|
|
|
"613859", "Melbourne", |
|
21276
|
|
|
|
|
|
|
"61268382", "Girilambone", |
|
21277
|
|
|
|
|
|
|
"618993009", "Cue", |
|
21278
|
|
|
|
|
|
|
"618967087", "Wubin", |
|
21279
|
|
|
|
|
|
|
"61887914", "Keith", |
|
21280
|
|
|
|
|
|
|
"61885260", "Mypolonga", |
|
21281
|
|
|
|
|
|
|
"61351993", "Rosedale", |
|
21282
|
|
|
|
|
|
|
"613572771", "Mount\ Beauty", |
|
21283
|
|
|
|
|
|
|
"61740901", "Torres", |
|
21284
|
|
|
|
|
|
|
"61879256", "Plenty", |
|
21285
|
|
|
|
|
|
|
"61263481", "Gulgong", |
|
21286
|
|
|
|
|
|
|
"6189570", "Bullsbrook\ East", |
|
21287
|
|
|
|
|
|
|
"618964461", "Dandaragan", |
|
21288
|
|
|
|
|
|
|
"618967671", "Gabbin", |
|
21289
|
|
|
|
|
|
|
"61889186", "Katherine", |
|
21290
|
|
|
|
|
|
|
"61267642", "Nundle", |
|
21291
|
|
|
|
|
|
|
"61867015", "Donnybrook", |
|
21292
|
|
|
|
|
|
|
"617480206", "Carbine\ Creek", |
|
21293
|
|
|
|
|
|
|
"6175482", "Gympie", |
|
21294
|
|
|
|
|
|
|
"618660971", "Burakin", |
|
21295
|
|
|
|
|
|
|
"613432155", "Lake\ Bolac", |
|
21296
|
|
|
|
|
|
|
"61359389", "Cranbourne", |
|
21297
|
|
|
|
|
|
|
"61890798", "Esperance", |
|
21298
|
|
|
|
|
|
|
"61753707", "Nambour", |
|
21299
|
|
|
|
|
|
|
"61269153", "Coleambally", |
|
21300
|
|
|
|
|
|
|
"61362418", "Margate", |
|
21301
|
|
|
|
|
|
|
"61860068", "Speddingup\ East", |
|
21302
|
|
|
|
|
|
|
"613451028", "Warrnambool", |
|
21303
|
|
|
|
|
|
|
"618763777", "Elliston", |
|
21304
|
|
|
|
|
|
|
"61747629", "Gulf", |
|
21305
|
|
|
|
|
|
|
"61878075", "Bute", |
|
21306
|
|
|
|
|
|
|
"612574612", "Moona\ Plains", |
|
21307
|
|
|
|
|
|
|
"61344084", "Bendigo", |
|
21308
|
|
|
|
|
|
|
"61264066", "Merimbula", |
|
21309
|
|
|
|
|
|
|
"61257391", "Plumthorpe", |
|
21310
|
|
|
|
|
|
|
"61355527", "Woodhouse", |
|
21311
|
|
|
|
|
|
|
"61742573", "Atherton", |
|
21312
|
|
|
|
|
|
|
"61889960", "Tanami", |
|
21313
|
|
|
|
|
|
|
"617476731", "Ravenswood", |
|
21314
|
|
|
|
|
|
|
"618683668", "Wagin", |
|
21315
|
|
|
|
|
|
|
"61896340", "Studleigh", |
|
21316
|
|
|
|
|
|
|
"61353964", "Yaapeet", |
|
21317
|
|
|
|
|
|
|
"61373004", "Point\ Cook", |
|
21318
|
|
|
|
|
|
|
"61263377", "Limekilns", |
|
21319
|
|
|
|
|
|
|
"61267457", "Walcha\ Road", |
|
21320
|
|
|
|
|
|
|
"61875562", "Taldra", |
|
21321
|
|
|
|
|
|
|
"612583924", "Mullengudgery", |
|
21322
|
|
|
|
|
|
|
"61358372", "Mathoura", |
|
21323
|
|
|
|
|
|
|
"61742085", "Cooktown", |
|
21324
|
|
|
|
|
|
|
"613451036", "Camperdown", |
|
21325
|
|
|
|
|
|
|
"617452602", "Leyburn", |
|
21326
|
|
|
|
|
|
|
"618763664", "Penong", |
|
21327
|
|
|
|
|
|
|
"61898232", "Woodanilling", |
|
21328
|
|
|
|
|
|
|
"61879380", "Yulara", |
|
21329
|
|
|
|
|
|
|
"618683492", "Cuballing", |
|
21330
|
|
|
|
|
|
|
"618866388", "Wudinna", |
|
21331
|
|
|
|
|
|
|
"61753147", "Laidley", |
|
21332
|
|
|
|
|
|
|
"61754479", "Cooroy", |
|
21333
|
|
|
|
|
|
|
"61245069", "Colo\ Heights", |
|
21334
|
|
|
|
|
|
|
"612594444", "Tumorrama", |
|
21335
|
|
|
|
|
|
|
"61361571", "Maydena", |
|
21336
|
|
|
|
|
|
|
"6188444", "Adelaide", |
|
21337
|
|
|
|
|
|
|
"61256591", "Grafton", |
|
21338
|
|
|
|
|
|
|
"61353471", "Buangor", |
|
21339
|
|
|
|
|
|
|
"61264613", "Bombala", |
|
21340
|
|
|
|
|
|
|
"618996965", "Yaringa", |
|
21341
|
|
|
|
|
|
|
"618763888", "Mambray\ Creek", |
|
21342
|
|
|
|
|
|
|
"613573052", "Kilmore", |
|
21343
|
|
|
|
|
|
|
"61889630", "Tennant\ Creek", |
|
21344
|
|
|
|
|
|
|
"61742206", "Aurukun", |
|
21345
|
|
|
|
|
|
|
"61749674", "Mackay", |
|
21346
|
|
|
|
|
|
|
"61353958", "Natimuk", |
|
21347
|
|
|
|
|
|
|
"6139847", "Ringwood", |
|
21348
|
|
|
|
|
|
|
"61255115", "Telegraph\ Point", |
|
21349
|
|
|
|
|
|
|
"618856758", "Walker\ Flat", |
|
21350
|
|
|
|
|
|
|
"61353634", "Natimuk", |
|
21351
|
|
|
|
|
|
|
"61897789", "Busselton", |
|
21352
|
|
|
|
|
|
|
"61742488", "Cairns", |
|
21353
|
|
|
|
|
|
|
"6135406", "Bendigo", |
|
21354
|
|
|
|
|
|
|
"61259614", "Melbergen", |
|
21355
|
|
|
|
|
|
|
"61745175", "Kupunn", |
|
21356
|
|
|
|
|
|
|
"61238187", "Woodhouselee", |
|
21357
|
|
|
|
|
|
|
"61364121", "Queenstown", |
|
21358
|
|
|
|
|
|
|
"618903560", "Mount\ Merivale", |
|
21359
|
|
|
|
|
|
|
"61265363", "Comboyne", |
|
21360
|
|
|
|
|
|
|
"61851204", "Christmas\ Island", |
|
21361
|
|
|
|
|
|
|
"618600744", "Collurabbie", |
|
21362
|
|
|
|
|
|
|
"61745710", "Clifton", |
|
21363
|
|
|
|
|
|
|
"617750192", "Roma", |
|
21364
|
|
|
|
|
|
|
"61358103", "Wanganella", |
|
21365
|
|
|
|
|
|
|
"612582477", "Dubbo", |
|
21366
|
|
|
|
|
|
|
"61746255", "St\ George", |
|
21367
|
|
|
|
|
|
|
"61860054", "Mount\ Stirling", |
|
21368
|
|
|
|
|
|
|
"612532459", "Neville", |
|
21369
|
|
|
|
|
|
|
"61880071", "Tepco", |
|
21370
|
|
|
|
|
|
|
"618982994", "Bremer\ Bay", |
|
21371
|
|
|
|
|
|
|
"61889384", "Pine\ Creek", |
|
21372
|
|
|
|
|
|
|
"618864064", "Koongawa", |
|
21373
|
|
|
|
|
|
|
"6124653", "Camden", |
|
21374
|
|
|
|
|
|
|
"61745717", "Toowoomba", |
|
21375
|
|
|
|
|
|
|
"6128717", "Bankstown", |
|
21376
|
|
|
|
|
|
|
"6129529", "Sydney", |
|
21377
|
|
|
|
|
|
|
"61898758", "Tarwonga", |
|
21378
|
|
|
|
|
|
|
"61363035", "Exeter", |
|
21379
|
|
|
|
|
|
|
"61364514", "Wynyard", |
|
21380
|
|
|
|
|
|
|
"61877223", "Kongorong", |
|
21381
|
|
|
|
|
|
|
"6173408", "Bribie\ Island", |
|
21382
|
|
|
|
|
|
|
"61373028", "Sydenham", |
|
21383
|
|
|
|
|
|
|
"61269015", "Booroorban", |
|
21384
|
|
|
|
|
|
|
"613431912", "Landsborough", |
|
21385
|
|
|
|
|
|
|
"61876178", "Penong", |
|
21386
|
|
|
|
|
|
|
"618989158", "Nomans\ Lake", |
|
21387
|
|
|
|
|
|
|
"61875258", "Goolwa", |
|
21388
|
|
|
|
|
|
|
"61745772", "Dulacca", |
|
21389
|
|
|
|
|
|
|
"61348162", "Brassi", |
|
21390
|
|
|
|
|
|
|
"61889637", "Katherine", |
|
21391
|
|
|
|
|
|
|
"61267308", "Rocky\ Creek", |
|
21392
|
|
|
|
|
|
|
"612685830", "Mount\ Foster", |
|
21393
|
|
|
|
|
|
|
"61255712", "Castle\ Rock", |
|
21394
|
|
|
|
|
|
|
"61885188", "Sedan", |
|
21395
|
|
|
|
|
|
|
"61238180", "Reidsdale", |
|
21396
|
|
|
|
|
|
|
"612593926", "Morundah", |
|
21397
|
|
|
|
|
|
|
"612593745", "Weethalle", |
|
21398
|
|
|
|
|
|
|
"618661126", "Coomberdale", |
|
21399
|
|
|
|
|
|
|
"61868301", "Albany", |
|
21400
|
|
|
|
|
|
|
"61746249", "Culgoa", |
|
21401
|
|
|
|
|
|
|
"618682191", "Ravensthorpe", |
|
21402
|
|
|
|
|
|
|
"61269418", "Tumbarumba", |
|
21403
|
|
|
|
|
|
|
"612594380", "Bidgeemia", |
|
21404
|
|
|
|
|
|
|
"61285214", "Sutherland", |
|
21405
|
|
|
|
|
|
|
"613542254", "Mitiamo", |
|
21406
|
|
|
|
|
|
|
"61896009", "Badgingarra", |
|
21407
|
|
|
|
|
|
|
"61875135", "Swan\ Reach", |
|
21408
|
|
|
|
|
|
|
"618683552", "Pingrup\ East", |
|
21409
|
|
|
|
|
|
|
"61263901", "Neville", |
|
21410
|
|
|
|
|
|
|
"618865831", "Courela", |
|
21411
|
|
|
|
|
|
|
"61875529", "Robertstown", |
|
21412
|
|
|
|
|
|
|
"613553821", "Merino", |
|
21413
|
|
|
|
|
|
|
"61262332", "Gearys\ Gap", |
|
21414
|
|
|
|
|
|
|
"61355867", "Poolaijelo", |
|
21415
|
|
|
|
|
|
|
"61263883", "Running\ Stream", |
|
21416
|
|
|
|
|
|
|
"618600261", "Salmon\ Gums", |
|
21417
|
|
|
|
|
|
|
"612532835", "Gulgong", |
|
21418
|
|
|
|
|
|
|
"61898534", "Katanning", |
|
21419
|
|
|
|
|
|
|
"613431690", "Ballan", |
|
21420
|
|
|
|
|
|
|
"61867153", "Marybrook", |
|
21421
|
|
|
|
|
|
|
"61753140", "Coominya", |
|
21422
|
|
|
|
|
|
|
"6129999", "Terrey\ Hills", |
|
21423
|
|
|
|
|
|
|
"61879387", "Borroloola", |
|
21424
|
|
|
|
|
|
|
"618867745", "Morchard", |
|
21425
|
|
|
|
|
|
|
"61266111", "Urbenville", |
|
21426
|
|
|
|
|
|
|
"61355093", "Lake\ Mundi", |
|
21427
|
|
|
|
|
|
|
"61267126", "Tenterfield", |
|
21428
|
|
|
|
|
|
|
"612822", "Sydney", |
|
21429
|
|
|
|
|
|
|
"61240765", "Nelson\ Bay", |
|
21430
|
|
|
|
|
|
|
"617452672", "Toowoomba", |
|
21431
|
|
|
|
|
|
|
"61896347", "Coomallo", |
|
21432
|
|
|
|
|
|
|
"61875264", "Lowbank", |
|
21433
|
|
|
|
|
|
|
"61756051", "Beechmont", |
|
21434
|
|
|
|
|
|
|
"61887092", "Port\ Macdonnell", |
|
21435
|
|
|
|
|
|
|
"61245022", "St\ Albans", |
|
21436
|
|
|
|
|
|
|
"61355520", "Cavendish", |
|
21437
|
|
|
|
|
|
|
"617442943", "Cloncurry", |
|
21438
|
|
|
|
|
|
|
"61889967", "Jabiru", |
|
21439
|
|
|
|
|
|
|
"61745343", "St\ George", |
|
21440
|
|
|
|
|
|
|
"61255053", "Lord\ Howe\ Island", |
|
21441
|
|
|
|
|
|
|
"61748438", "Emerald", |
|
21442
|
|
|
|
|
|
|
"61888995", "Brinkworth", |
|
21443
|
|
|
|
|
|
|
"61741151", "Windera", |
|
21444
|
|
|
|
|
|
|
"6139995", "Melbourne", |
|
21445
|
|
|
|
|
|
|
"6138403", "Melbourne", |
|
21446
|
|
|
|
|
|
|
"61851228", "Great\ Sandy", |
|
21447
|
|
|
|
|
|
|
"61263370", "Burraga", |
|
21448
|
|
|
|
|
|
|
"61267450", "Drake", |
|
21449
|
|
|
|
|
|
|
"61257028", "Uralla", |
|
21450
|
|
|
|
|
|
|
"61240129", "Wards\ River", |
|
21451
|
|
|
|
|
|
|
"61897436", "Manjimup", |
|
21452
|
|
|
|
|
|
|
"617473980", "Flinders", |
|
21453
|
|
|
|
|
|
|
"617459981", "Haddon", |
|
21454
|
|
|
|
|
|
|
"61898764", "Walpole", |
|
21455
|
|
|
|
|
|
|
"613531887", "Bangerang", |
|
21456
|
|
|
|
|
|
|
"61353256", "Creswick", |
|
21457
|
|
|
|
|
|
|
"618763707", "Koppio", |
|
21458
|
|
|
|
|
|
|
"61868094", "Pingelly", |
|
21459
|
|
|
|
|
|
|
"61891123", "Broome", |
|
21460
|
|
|
|
|
|
|
"618964940", "Watheroo", |
|
21461
|
|
|
|
|
|
|
"61896052", "Cadoux", |
|
21462
|
|
|
|
|
|
|
"61880136", "Pimpara", |
|
21463
|
|
|
|
|
|
|
"61895499", "Mount\ Helena", |
|
21464
|
|
|
|
|
|
|
"618967601", "Wubin\ West", |
|
21465
|
|
|
|
|
|
|
"6175473", "Noosaville", |
|
21466
|
|
|
|
|
|
|
"613451363", "Cavendish", |
|
21467
|
|
|
|
|
|
|
"61890963", "Neridup", |
|
21468
|
|
|
|
|
|
|
"618660901", "Dukin", |
|
21469
|
|
|
|
|
|
|
"612574143", "Mirriadool", |
|
21470
|
|
|
|
|
|
|
"61741818", "Yarraman", |
|
21471
|
|
|
|
|
|
|
"61747932", "Home\ Hill", |
|
21472
|
|
|
|
|
|
|
"61752281", "Caloundra", |
|
21473
|
|
|
|
|
|
|
"612593938", "Tarcutta", |
|
21474
|
|
|
|
|
|
|
"618782011", "Freeling", |
|
21475
|
|
|
|
|
|
|
"612683943", "Neilrex", |
|
21476
|
|
|
|
|
|
|
"618661138", "Gabbin\ North", |
|
21477
|
|
|
|
|
|
|
"612583213", "Weelong", |
|
21478
|
|
|
|
|
|
|
"61353873", "Dimboola", |
|
21479
|
|
|
|
|
|
|
"61367061", "Rossarden", |
|
21480
|
|
|
|
|
|
|
"618993079", "Leeman", |
|
21481
|
|
|
|
|
|
|
"61749833", "Clermont", |
|
21482
|
|
|
|
|
|
|
"61356403", "Tidal\ River", |
|
21483
|
|
|
|
|
|
|
"61385830", "Melbourne", |
|
21484
|
|
|
|
|
|
|
"61250209", "Rennie", |
|
21485
|
|
|
|
|
|
|
"61267195", "Bendemeer", |
|
21486
|
|
|
|
|
|
|
"61264390", "Bombala", |
|
21487
|
|
|
|
|
|
|
"618967068", "Tammin", |
|
21488
|
|
|
|
|
|
|
"6128557", "Engadine", |
|
21489
|
|
|
|
|
|
|
"61347075", "Broadford", |
|
21490
|
|
|
|
|
|
|
"61745846", "The\ Gums", |
|
21491
|
|
|
|
|
|
|
"61350292", "Nangiloc", |
|
21492
|
|
|
|
|
|
|
"61261059", "Anembo", |
|
21493
|
|
|
|
|
|
|
"613430173", "Ballarat", |
|
21494
|
|
|
|
|
|
|
"618600951", "Goomarin", |
|
21495
|
|
|
|
|
|
|
"61364005", "Currie", |
|
21496
|
|
|
|
|
|
|
"613470554", "Mount\ Buller", |
|
21497
|
|
|
|
|
|
|
"612574132", "Gunyerwarildi", |
|
21498
|
|
|
|
|
|
|
"61350781", "Nandaly", |
|
21499
|
|
|
|
|
|
|
"61748841", "Springsure", |
|
21500
|
|
|
|
|
|
|
"61253225", "Bathurst", |
|
21501
|
|
|
|
|
|
|
"612685844", "Mullengudgery", |
|
21502
|
|
|
|
|
|
|
"61891564", "Broome", |
|
21503
|
|
|
|
|
|
|
"61268463", "Wellington", |
|
21504
|
|
|
|
|
|
|
"61887588", "Cannawigara", |
|
21505
|
|
|
|
|
|
|
"6128796", "Liverpool", |
|
21506
|
|
|
|
|
|
|
"6135831", "Shepparton", |
|
21507
|
|
|
|
|
|
|
"61888545", "Warooka", |
|
21508
|
|
|
|
|
|
|
"61263250", "Orange", |
|
21509
|
|
|
|
|
|
|
"612592685", "Bundure", |
|
21510
|
|
|
|
|
|
|
"613553553", "Ecklin", |
|
21511
|
|
|
|
|
|
|
"61269868", "Winchendon\ Vale", |
|
21512
|
|
|
|
|
|
|
"617442932", "Bambaroo", |
|
21513
|
|
|
|
|
|
|
"61741327", "Bundaberg", |
|
21514
|
|
|
|
|
|
|
"61358804", "Cornalla", |
|
21515
|
|
|
|
|
|
|
"61248146", "Tuena", |
|
21516
|
|
|
|
|
|
|
"613542381", "Birchip", |
|
21517
|
|
|
|
|
|
|
"618683071", "Lake\ Grace", |
|
21518
|
|
|
|
|
|
|
"61874444", "Adelaide", |
|
21519
|
|
|
|
|
|
|
"61756234", "Beechmont", |
|
21520
|
|
|
|
|
|
|
"61877129", "Bangham", |
|
21521
|
|
|
|
|
|
|
"61238176", "Lost\ River", |
|
21522
|
|
|
|
|
|
|
"617487161", "Tieri", |
|
21523
|
|
|
|
|
|
|
"61299331", "Parramatta", |
|
21524
|
|
|
|
|
|
|
"61264931", "Candelo", |
|
21525
|
|
|
|
|
|
|
"61355417", "Chetwynd", |
|
21526
|
|
|
|
|
|
|
"612593779", "Galore", |
|
21527
|
|
|
|
|
|
|
"61748290", "Moura", |
|
21528
|
|
|
|
|
|
|
"61749336", "Yeppoon", |
|
21529
|
|
|
|
|
|
|
"61354893", "Womboota", |
|
21530
|
|
|
|
|
|
|
"61895147", "Pinjarra", |
|
21531
|
|
|
|
|
|
|
"61362528", "Kempton", |
|
21532
|
|
|
|
|
|
|
"61357456", "Tungamah", |
|
21533
|
|
|
|
|
|
|
"61341132", "Licola", |
|
21534
|
|
|
|
|
|
|
"61356032", "Poowong", |
|
21535
|
|
|
|
|
|
|
"61355472", "South\ Purrumbete", |
|
21536
|
|
|
|
|
|
|
"61741454", "Wondai", |
|
21537
|
|
|
|
|
|
|
"61890302", "Mount\ Hampton", |
|
21538
|
|
|
|
|
|
|
"61887473", "Taratap", |
|
21539
|
|
|
|
|
|
|
"613441712", "Korong\ Vale", |
|
21540
|
|
|
|
|
|
|
"61367238", "Waterhouse", |
|
21541
|
|
|
|
|
|
|
"61357120", "Taggerty", |
|
21542
|
|
|
|
|
|
|
"61354325", "Elmore", |
|
21543
|
|
|
|
|
|
|
"618753516", "Taldra", |
|
21544
|
|
|
|
|
|
|
"61865803", "Armadale", |
|
21545
|
|
|
|
|
|
|
"618866367", "Wanilla", |
|
21546
|
|
|
|
|
|
|
"61260771", "Nariel", |
|
21547
|
|
|
|
|
|
|
"61741065", "Howard", |
|
21548
|
|
|
|
|
|
|
"618862001", "Quorn", |
|
21549
|
|
|
|
|
|
|
"61341393", "Bairnsdale", |
|
21550
|
|
|
|
|
|
|
"61756165", "Kerry", |
|
21551
|
|
|
|
|
|
|
"61889112", "Tanami", |
|
21552
|
|
|
|
|
|
|
"61878207", "Burra", |
|
21553
|
|
|
|
|
|
|
"6128763", "Liverpool", |
|
21554
|
|
|
|
|
|
|
"61265311", "Glendonbrook", |
|
21555
|
|
|
|
|
|
|
"61244135", "Berry", |
|
21556
|
|
|
|
|
|
|
"61248706", "Binda", |
|
21557
|
|
|
|
|
|
|
"618753473", "Geranium", |
|
21558
|
|
|
|
|
|
|
"61340622", "Swan\ Hill", |
|
21559
|
|
|
|
|
|
|
"618964934", "Wannamal", |
|
21560
|
|
|
|
|
|
|
"61740184", "Georgetown", |
|
21561
|
|
|
|
|
|
|
"61265945", "Taree", |
|
21562
|
|
|
|
|
|
|
"61363290", "Exeter", |
|
21563
|
|
|
|
|
|
|
"61746703", "Helidon", |
|
21564
|
|
|
|
|
|
|
"617750317", "Cambooya", |
|
21565
|
|
|
|
|
|
|
"61268316", "Gilgooma", |
|
21566
|
|
|
|
|
|
|
"613574677", "Killawarra", |
|
21567
|
|
|
|
|
|
|
"618996922", "Coorow", |
|
21568
|
|
|
|
|
|
|
"612574835", "Warialda", |
|
21569
|
|
|
|
|
|
|
"61350653", "Mildura", |
|
21570
|
|
|
|
|
|
|
"61889177", "Tennant\ Creek", |
|
21571
|
|
|
|
|
|
|
"61880892", "Broken\ Hill", |
|
21572
|
|
|
|
|
|
|
"61897997", "Nyamup", |
|
21573
|
|
|
|
|
|
|
"61740257", "Ravenshoe", |
|
21574
|
|
|
|
|
|
|
"61899062", "Kalbarri", |
|
21575
|
|
|
|
|
|
|
"61879174", "Tennant\ Creek", |
|
21576
|
|
|
|
|
|
|
"61885921", "Sedan", |
|
21577
|
|
|
|
|
|
|
"61867202", "Lake\ Clifton", |
|
21578
|
|
|
|
|
|
|
"618763867", "Frome", |
|
21579
|
|
|
|
|
|
|
"618683547", "Perillup", |
|
21580
|
|
|
|
|
|
|
"61741468", "Mulgildie", |
|
21581
|
|
|
|
|
|
|
"61340344", "Mildura", |
|
21582
|
|
|
|
|
|
|
"617480707", "Fitzroy\ West", |
|
21583
|
|
|
|
|
|
|
"61868160", "Lumeah", |
|
21584
|
|
|
|
|
|
|
"61886388", "Port\ Broughton", |
|
21585
|
|
|
|
|
|
|
"61256079", "Dorrigo", |
|
21586
|
|
|
|
|
|
|
"61269854", "Tullibigeal", |
|
21587
|
|
|
|
|
|
|
"61890173", "Salmon\ Gums", |
|
21588
|
|
|
|
|
|
|
"61367155", "Gladstone", |
|
21589
|
|
|
|
|
|
|
"61240223", "Dungog", |
|
21590
|
|
|
|
|
|
|
"61255439", "Port\ Macquarie", |
|
21591
|
|
|
|
|
|
|
"61888204", "Snowtown", |
|
21592
|
|
|
|
|
|
|
"61888926", "Hallett", |
|
21593
|
|
|
|
|
|
|
"61746019", "Barcoo", |
|
21594
|
|
|
|
|
|
|
"61886685", "Laura", |
|
21595
|
|
|
|
|
|
|
"61886957", "Cummins", |
|
21596
|
|
|
|
|
|
|
"61361099", "Richmond", |
|
21597
|
|
|
|
|
|
|
"61891229", "Pannawonica", |
|
21598
|
|
|
|
|
|
|
"618865097", "Woomera", |
|
21599
|
|
|
|
|
|
|
"61264661", "Bobundara", |
|
21600
|
|
|
|
|
|
|
"612574599", "Gunnedah", |
|
21601
|
|
|
|
|
|
|
"61244258", "Milton\-ulladulla", |
|
21602
|
|
|
|
|
|
|
"61256618", "Coffs\ Harbour", |
|
21603
|
|
|
|
|
|
|
"61749848", "Tieri", |
|
21604
|
|
|
|
|
|
|
"61888809", "Burra", |
|
21605
|
|
|
|
|
|
|
"612530266", "Maimuru", |
|
21606
|
|
|
|
|
|
|
"61730531", "Cleveland", |
|
21607
|
|
|
|
|
|
|
"617473921", "Julia\ Creek", |
|
21608
|
|
|
|
|
|
|
"61888502", "Yorketown", |
|
21609
|
|
|
|
|
|
|
"617459920", "Westmar", |
|
21610
|
|
|
|
|
|
|
"61886950", "Wilpena", |
|
21611
|
|
|
|
|
|
|
"61256315", "Coutts\ Crossing", |
|
21612
|
|
|
|
|
|
|
"61897990", "Balingup", |
|
21613
|
|
|
|
|
|
|
"61752308", "Toogoolawah", |
|
21614
|
|
|
|
|
|
|
"61740250", "Mount\ Surprise", |
|
21615
|
|
|
|
|
|
|
"612574459", "Rocky\ Creek", |
|
21616
|
|
|
|
|
|
|
"61898399", "Bedford\ Harbour", |
|
21617
|
|
|
|
|
|
|
"61868167", "Jerdacuttup", |
|
21618
|
|
|
|
|
|
|
"61364042", "Wynyard", |
|
21619
|
|
|
|
|
|
|
"61367149", "St\ Helens", |
|
21620
|
|
|
|
|
|
|
"61753499", "Woodford", |
|
21621
|
|
|
|
|
|
|
"618859995", "Wynarka", |
|
21622
|
|
|
|
|
|
|
"618601082", "Kellerberrin", |
|
21623
|
|
|
|
|
|
|
"612530159", "Manildra", |
|
21624
|
|
|
|
|
|
|
"61747083", "Gulf", |
|
21625
|
|
|
|
|
|
|
"618753155", "Eudunda", |
|
21626
|
|
|
|
|
|
|
"61348223", "Katamatite", |
|
21627
|
|
|
|
|
|
|
"61363297", "Westbury", |
|
21628
|
|
|
|
|
|
|
"61745635", "Thargomindah", |
|
21629
|
|
|
|
|
|
|
"618753403", "Lameroo", |
|
21630
|
|
|
|
|
|
|
"61889170", "Darwin", |
|
21631
|
|
|
|
|
|
|
"613573047", "Graytown", |
|
21632
|
|
|
|
|
|
|
"61362868", "Hobart", |
|
21633
|
|
|
|
|
|
|
"618965623", "Burakin", |
|
21634
|
|
|
|
|
|
|
"61749134", "Yeppoon", |
|
21635
|
|
|
|
|
|
|
"613574607", "Strathbogie", |
|
21636
|
|
|
|
|
|
|
"61341565", "Woodside", |
|
21637
|
|
|
|
|
|
|
"61876266", "Booleroo\ Centre", |
|
21638
|
|
|
|
|
|
|
"61238031", "Bevendale", |
|
21639
|
|
|
|
|
|
|
"61745338", "Westmar", |
|
21640
|
|
|
|
|
|
|
"613442202", "Castlemaine", |
|
21641
|
|
|
|
|
|
|
"61357127", "Thoona", |
|
21642
|
|
|
|
|
|
|
"6188526", "Gawler", |
|
21643
|
|
|
|
|
|
|
"61357271", "Whorouly", |
|
21644
|
|
|
|
|
|
|
"61268861", "Mendooran", |
|
21645
|
|
|
|
|
|
|
"613470882", "Mansfield", |
|
21646
|
|
|
|
|
|
|
"61877162", "Thornlea", |
|
21647
|
|
|
|
|
|
|
"6138572", "Clayton", |
|
21648
|
|
|
|
|
|
|
"61265959", "Gloucester", |
|
21649
|
|
|
|
|
|
|
"61269528", "Warrawidgee", |
|
21650
|
|
|
|
|
|
|
"61897074", "Marybrook", |
|
21651
|
|
|
|
|
|
|
"61878200", "Arthurton", |
|
21652
|
|
|
|
|
|
|
"61890648", "Narembeen", |
|
21653
|
|
|
|
|
|
|
"618851191", "Wunkar", |
|
21654
|
|
|
|
|
|
|
"618762577", "Elliston", |
|
21655
|
|
|
|
|
|
|
"61268114", "Tyrie", |
|
21656
|
|
|
|
|
|
|
"61895140", "Bakers\ Hill", |
|
21657
|
|
|
|
|
|
|
"61873821", "Salisbury", |
|
21658
|
|
|
|
|
|
|
"6129871", "Parramatta", |
|
21659
|
|
|
|
|
|
|
"618967746", "Balkuling", |
|
21660
|
|
|
|
|
|
|
"61748297", "Mackay", |
|
21661
|
|
|
|
|
|
|
"617485873", "Mardale", |
|
21662
|
|
|
|
|
|
|
"613553493", "Camperdown", |
|
21663
|
|
|
|
|
|
|
"61896531", "Moora", |
|
21664
|
|
|
|
|
|
|
"61888228", "Warooka", |
|
21665
|
|
|
|
|
|
|
"617458959", "Aramac", |
|
21666
|
|
|
|
|
|
|
"61741320", "Lowmead", |
|
21667
|
|
|
|
|
|
|
"61263257", "Oberon", |
|
21668
|
|
|
|
|
|
|
"61258292", "Nyngan", |
|
21669
|
|
|
|
|
|
|
"612593709", "Mangoplah", |
|
21670
|
|
|
|
|
|
|
"612594430", "Rankins\ Springs", |
|
21671
|
|
|
|
|
|
|
"61355410", "Lismore", |
|
21672
|
|
|
|
|
|
|
"613572646", "Bright", |
|
21673
|
|
|
|
|
|
|
"61367013", "Deloraine", |
|
21674
|
|
|
|
|
|
|
"618863752", "Nelshaby", |
|
21675
|
|
|
|
|
|
|
"61261045", "Binalong", |
|
21676
|
|
|
|
|
|
|
"618997047", "Mingenew", |
|
21677
|
|
|
|
|
|
|
"61887871", "Wrattonbully", |
|
21678
|
|
|
|
|
|
|
"6135586", "Apsley", |
|
21679
|
|
|
|
|
|
|
"6139254", "Melbourne", |
|
21680
|
|
|
|
|
|
|
"61343166", "Willaura", |
|
21681
|
|
|
|
|
|
|
"61263184", "Ooma", |
|
21682
|
|
|
|
|
|
|
"61354604", "Maryborough", |
|
21683
|
|
|
|
|
|
|
"61891262", "Wittenoom", |
|
21684
|
|
|
|
|
|
|
"61747575", "Leichhardt\ Range", |
|
21685
|
|
|
|
|
|
|
"618903826", "Goomarin", |
|
21686
|
|
|
|
|
|
|
"61899029", "Eneabba\ South", |
|
21687
|
|
|
|
|
|
|
"61264397", "Bonang", |
|
21688
|
|
|
|
|
|
|
"613553880", "Woodhouse", |
|
21689
|
|
|
|
|
|
|
"61745965", "Aramac", |
|
21690
|
|
|
|
|
|
|
"61340146", "Nyah", |
|
21691
|
|
|
|
|
|
|
"61888559", "Thistle", |
|
21692
|
|
|
|
|
|
|
"61269202", "The\ Rock", |
|
21693
|
|
|
|
|
|
|
"61888852", "Spalding", |
|
21694
|
|
|
|
|
|
|
"61267792", "Guyra", |
|
21695
|
|
|
|
|
|
|
"61868288", "Unicup", |
|
21696
|
|
|
|
|
|
|
"61867245", "Marybrook", |
|
21697
|
|
|
|
|
|
|
"61879376", "Tanami", |
|
21698
|
|
|
|
|
|
|
"61267281", "Inverell", |
|
21699
|
|
|
|
|
|
|
"6189754", "Busselton", |
|
21700
|
|
|
|
|
|
|
"61242640", "Kiama", |
|
21701
|
|
|
|
|
|
|
"612685652", "Boorooma", |
|
21702
|
|
|
|
|
|
|
"612532990", "Reids\ Flat", |
|
21703
|
|
|
|
|
|
|
"617480457", "Isaac\ River", |
|
21704
|
|
|
|
|
|
|
"612583557", "Walgett", |
|
21705
|
|
|
|
|
|
|
"61256057", "Tyalgum", |
|
21706
|
|
|
|
|
|
|
"61269270", "Wagga\ Wagga", |
|
21707
|
|
|
|
|
|
|
"617442581", "Upper\ Stone", |
|
21708
|
|
|
|
|
|
|
"618989386", "Holland\ Rocks", |
|
21709
|
|
|
|
|
|
|
"618850396", "Loxton", |
|
21710
|
|
|
|
|
|
|
"612574779", "Drake", |
|
21711
|
|
|
|
|
|
|
"6188177", "Adelaide", |
|
21712
|
|
|
|
|
|
|
"61258026", "Girilambone", |
|
21713
|
|
|
|
|
|
|
"61898438", "Tarwonga", |
|
21714
|
|
|
|
|
|
|
"61891151", "Broome", |
|
21715
|
|
|
|
|
|
|
"61244790", "Batemans\ Bay", |
|
21716
|
|
|
|
|
|
|
"61886979", "Terowie", |
|
21717
|
|
|
|
|
|
|
"61753338", "Lowood", |
|
21718
|
|
|
|
|
|
|
"61359356", "Koo\ Wee\ Rup", |
|
21719
|
|
|
|
|
|
|
"61265094", "Mount\ George", |
|
21720
|
|
|
|
|
|
|
"61364015", "Queenstown", |
|
21721
|
|
|
|
|
|
|
"61756023", "Kerry", |
|
21722
|
|
|
|
|
|
|
"61880837", "White\ Cliffs", |
|
21723
|
|
|
|
|
|
|
"618753425", "Penneshaw", |
|
21724
|
|
|
|
|
|
|
"61740279", "Cairns", |
|
21725
|
|
|
|
|
|
|
"61255021", "Widden\ Valley", |
|
21726
|
|
|
|
|
|
|
"61754195", "Woodford", |
|
21727
|
|
|
|
|
|
|
"61741123", "Pialba", |
|
21728
|
|
|
|
|
|
|
"61256342", "Maclean", |
|
21729
|
|
|
|
|
|
|
"61746052", "Cottonvale", |
|
21730
|
|
|
|
|
|
|
"61753635", "Gunalda", |
|
21731
|
|
|
|
|
|
|
"618965605", "Ballidu", |
|
21732
|
|
|
|
|
|
|
"61269514", "Stanbridge", |
|
21733
|
|
|
|
|
|
|
"612574129", "Graman", |
|
21734
|
|
|
|
|
|
|
"61250219", "Barnawartha", |
|
21735
|
|
|
|
|
|
|
"61351671", "Morwell", |
|
21736
|
|
|
|
|
|
|
"6139499", "Melbourne", |
|
21737
|
|
|
|
|
|
|
"61879289", "Alice\ Springs", |
|
21738
|
|
|
|
|
|
|
"618860092", "Ceduna", |
|
21739
|
|
|
|
|
|
|
"61256624", "Glenreagh", |
|
21740
|
|
|
|
|
|
|
"61898035", "Boscabel", |
|
21741
|
|
|
|
|
|
|
"612583533", "Mendooran", |
|
21742
|
|
|
|
|
|
|
"61742791", "Molloy", |
|
21743
|
|
|
|
|
|
|
"617480433", "Ubobo", |
|
21744
|
|
|
|
|
|
|
"61889159", "Jabiru", |
|
21745
|
|
|
|
|
|
|
"61897932", "Collie", |
|
21746
|
|
|
|
|
|
|
"61740963", "Herberton", |
|
21747
|
|
|
|
|
|
|
"618683721", "Hopetoun", |
|
21748
|
|
|
|
|
|
|
"61742282", "South\ Johnstone", |
|
21749
|
|
|
|
|
|
|
"617442929", "Woodstock", |
|
21750
|
|
|
|
|
|
|
"61355407", "Derrinallum", |
|
21751
|
|
|
|
|
|
|
"61351087", "Licola", |
|
21752
|
|
|
|
|
|
|
"61886263", "Poochera", |
|
21753
|
|
|
|
|
|
|
"617487061", "Turkey\ Beach", |
|
21754
|
|
|
|
|
|
|
"618982948", "Badgebup\ North", |
|
21755
|
|
|
|
|
|
|
"612532938", "Bathurst", |
|
21756
|
|
|
|
|
|
|
"61364418", "Currie", |
|
21757
|
|
|
|
|
|
|
"61265970", "Toorooka", |
|
21758
|
|
|
|
|
|
|
"618600798", "Bodallin\ North", |
|
21759
|
|
|
|
|
|
|
"61361266", "Gretna", |
|
21760
|
|
|
|
|
|
|
"618683171", "Kulin", |
|
21761
|
|
|
|
|
|
|
"6129644", "Bankstown", |
|
21762
|
|
|
|
|
|
|
"618903574", "Munglinup", |
|
21763
|
|
|
|
|
|
|
"613441813", "Maldon", |
|
21764
|
|
|
|
|
|
|
"61268306", "Cuttaburra", |
|
21765
|
|
|
|
|
|
|
"61890377", "Leonora", |
|
21766
|
|
|
|
|
|
|
"6188244", "Adelaide", |
|
21767
|
|
|
|
|
|
|
"61267827", "Upper\ Horton", |
|
21768
|
|
|
|
|
|
|
"61358161", "Kyabram", |
|
21769
|
|
|
|
|
|
|
"618996939", "Lynton", |
|
21770
|
|
|
|
|
|
|
"618983656", "Jacup", |
|
21771
|
|
|
|
|
|
|
"61359280", "Cranbourne", |
|
21772
|
|
|
|
|
|
|
"61240034", "Newcastle", |
|
21773
|
|
|
|
|
|
|
"61265301", "Ellerston", |
|
21774
|
|
|
|
|
|
|
"6124464", "Berry", |
|
21775
|
|
|
|
|
|
|
"61266404", "Lawrence", |
|
21776
|
|
|
|
|
|
|
"6138744", "Werribee", |
|
21777
|
|
|
|
|
|
|
"612532926", "Quandialla", |
|
21778
|
|
|
|
|
|
|
"61263798", "Bylong", |
|
21779
|
|
|
|
|
|
|
"61887181", "Willalooka", |
|
21780
|
|
|
|
|
|
|
"618985447", "Ongerup\ North", |
|
21781
|
|
|
|
|
|
|
"613451302", "Wombelano", |
|
21782
|
|
|
|
|
|
|
"618682186", "Pingrup", |
|
21783
|
|
|
|
|
|
|
"613531922", "Crymelon", |
|
21784
|
|
|
|
|
|
|
"61889102", "Tiwi", |
|
21785
|
|
|
|
|
|
|
"61878217", "Minlaton", |
|
21786
|
|
|
|
|
|
|
"61263874", "Lyndhurst", |
|
21787
|
|
|
|
|
|
|
"61877251", "Wirrega", |
|
21788
|
|
|
|
|
|
|
"61355166", "Warrnambool", |
|
21789
|
|
|
|
|
|
|
"61896249", "Ejanding", |
|
21790
|
|
|
|
|
|
|
"618904244", "Warralakin", |
|
21791
|
|
|
|
|
|
|
"618903890", "Mount\ Stirling", |
|
21792
|
|
|
|
|
|
|
"61890312", "Kalgoorlie\/Laverton", |
|
21793
|
|
|
|
|
|
|
"613574181", "Pyalong", |
|
21794
|
|
|
|
|
|
|
"61268128", "Dubbo", |
|
21795
|
|
|
|
|
|
|
"61890481", "Cascade", |
|
21796
|
|
|
|
|
|
|
"618854992", "Sanderston", |
|
21797
|
|
|
|
|
|
|
"61356863", "Toora", |
|
21798
|
|
|
|
|
|
|
"618903483", "Goldfields", |
|
21799
|
|
|
|
|
|
|
"61258230", "Quambone", |
|
21800
|
|
|
|
|
|
|
"61867121", "Balingup", |
|
21801
|
|
|
|
|
|
|
"61889373", "Tiwi", |
|
21802
|
|
|
|
|
|
|
"618763670", "Port\ Lincoln", |
|
21803
|
|
|
|
|
|
|
"617486691", "Goovigen", |
|
21804
|
|
|
|
|
|
|
"61261681", "Binalong", |
|
21805
|
|
|
|
|
|
|
"61347040", "Tatong", |
|
21806
|
|
|
|
|
|
|
"6175445", "Nambour", |
|
21807
|
|
|
|
|
|
|
"61356097", "Buffalo", |
|
21808
|
|
|
|
|
|
|
"61747547", "Charters\ Towers", |
|
21809
|
|
|
|
|
|
|
"61352194", "Cressy", |
|
21810
|
|
|
|
|
|
|
"61888570", "Moonta", |
|
21811
|
|
|
|
|
|
|
"61867212", "Waroona", |
|
21812
|
|
|
|
|
|
|
"61748534", "Dingo\ Beach", |
|
21813
|
|
|
|
|
|
|
"618763442", "Ceduna", |
|
21814
|
|
|
|
|
|
|
"61744488", "Townsville", |
|
21815
|
|
|
|
|
|
|
"618869024", "Kelly", |
|
21816
|
|
|
|
|
|
|
"612593835", "Weethalle", |
|
21817
|
|
|
|
|
|
|
"6138808", "Melbourne", |
|
21818
|
|
|
|
|
|
|
"61261077", "Uriarra\ Forest", |
|
21819
|
|
|
|
|
|
|
"61341197", "Swifts\ Creek", |
|
21820
|
|
|
|
|
|
|
"6125126", "Canberra", |
|
21821
|
|
|
|
|
|
|
"61247133", "Lawson", |
|
21822
|
|
|
|
|
|
|
"617485825", "Bauhinia", |
|
21823
|
|
|
|
|
|
|
"61896138", "Koorda", |
|
21824
|
|
|
|
|
|
|
"612530059", "Coolah", |
|
21825
|
|
|
|
|
|
|
"61888577", "Thistle", |
|
21826
|
|
|
|
|
|
|
"618753055", "Truro", |
|
21827
|
|
|
|
|
|
|
"61747540", "Burdekin", |
|
21828
|
|
|
|
|
|
|
"61356090", "Wonthaggi", |
|
21829
|
|
|
|
|
|
|
"61359154", "Koo\ Wee\ Rup", |
|
21830
|
|
|
|
|
|
|
"61341190", "Seaspray", |
|
21831
|
|
|
|
|
|
|
"61851044", "Mount\ Bruce", |
|
21832
|
|
|
|
|
|
|
"61261070", "Rye\ Park", |
|
21833
|
|
|
|
|
|
|
"61357323", "Bright", |
|
21834
|
|
|
|
|
|
|
"618660673", "Bencubbin", |
|
21835
|
|
|
|
|
|
|
"61253141", "Twelve\ Mile", |
|
21836
|
|
|
|
|
|
|
"61256305", "Tyringham", |
|
21837
|
|
|
|
|
|
|
"61748232", "Nebo", |
|
21838
|
|
|
|
|
|
|
"617480027", "Bauhinia", |
|
21839
|
|
|
|
|
|
|
"61258237", "Coonabarabran", |
|
21840
|
|
|
|
|
|
|
"618763600", "Darke\ Peak", |
|
21841
|
|
|
|
|
|
|
"618753010", "Gurrai", |
|
21842
|
|
|
|
|
|
|
"61888512", "Minlaton", |
|
21843
|
|
|
|
|
|
|
"61257244", "Boomi", |
|
21844
|
|
|
|
|
|
|
"618600834", "Mount\ Stirling", |
|
21845
|
|
|
|
|
|
|
"61362514", "Bothwell", |
|
21846
|
|
|
|
|
|
|
"61888819", "Blyth", |
|
21847
|
|
|
|
|
|
|
"6124884", "Bundanoon", |
|
21848
|
|
|
|
|
|
|
"617452719", "Billa\ Billa", |
|
21849
|
|
|
|
|
|
|
"61742046", "Malanda", |
|
21850
|
|
|
|
|
|
|
"61263963", "Baldry", |
|
21851
|
|
|
|
|
|
|
"61256608", "Urbenville", |
|
21852
|
|
|
|
|
|
|
"61899431", "Upper\ Gascoyne", |
|
21853
|
|
|
|
|
|
|
"61347047", "Myrtleford", |
|
21854
|
|
|
|
|
|
|
"6173208", "Beenleigh", |
|
21855
|
|
|
|
|
|
|
"61250161", "Albury", |
|
21856
|
|
|
|
|
|
|
"61348034", "Shepparton", |
|
21857
|
|
|
|
|
|
|
"612532869", "Windeyer", |
|
21858
|
|
|
|
|
|
|
"61878210", "Curramulka", |
|
21859
|
|
|
|
|
|
|
"61263279", "Coolah", |
|
21860
|
|
|
|
|
|
|
"613451372", "Dundonnell", |
|
21861
|
|
|
|
|
|
|
"61895175", "Mandurah", |
|
21862
|
|
|
|
|
|
|
"613553716", "Poolaijelo", |
|
21863
|
|
|
|
|
|
|
"61887295", "Lucindale", |
|
21864
|
|
|
|
|
|
|
"61875409", "Policemans\ Point", |
|
21865
|
|
|
|
|
|
|
"618982427", "Manypeaks\ North", |
|
21866
|
|
|
|
|
|
|
"61896844", "Badgerin\ Rock", |
|
21867
|
|
|
|
|
|
|
"618864070", "Koppio", |
|
21868
|
|
|
|
|
|
|
"6173625", "Brisbane", |
|
21869
|
|
|
|
|
|
|
"612570108", "Caroda", |
|
21870
|
|
|
|
|
|
|
"61896255", "Koorda", |
|
21871
|
|
|
|
|
|
|
"613470783", "Kinglake", |
|
21872
|
|
|
|
|
|
|
"618982366", "Gnowellen", |
|
21873
|
|
|
|
|
|
|
"61268744", "Narran", |
|
21874
|
|
|
|
|
|
|
"618903504", "Kalgoorlie", |
|
21875
|
|
|
|
|
|
|
"61359287", "Red\ Hill", |
|
21876
|
|
|
|
|
|
|
"61264332", "Jindabyne\ South", |
|
21877
|
|
|
|
|
|
|
"61267820", "Tambar\ Springs", |
|
21878
|
|
|
|
|
|
|
"61890370", "Leinster", |
|
21879
|
|
|
|
|
|
|
"61364153", "Marrawah", |
|
21880
|
|
|
|
|
|
|
"61899723", "Gutha\ West", |
|
21881
|
|
|
|
|
|
|
"61356461", "Toora", |
|
21882
|
|
|
|
|
|
|
"617442866", "Palm\ Island", |
|
21883
|
|
|
|
|
|
|
"61890883", "Leinster", |
|
21884
|
|
|
|
|
|
|
"61351080", "Heyfield", |
|
21885
|
|
|
|
|
|
|
"61361335", "Bothwell", |
|
21886
|
|
|
|
|
|
|
"618986140", "Kondinin", |
|
21887
|
|
|
|
|
|
|
"61355400", "Chetwynd", |
|
21888
|
|
|
|
|
|
|
"61266025", "Coutts\ Crossing", |
|
21889
|
|
|
|
|
|
|
"61344073", "Maldon", |
|
21890
|
|
|
|
|
|
|
"61264193", "Eden", |
|
21891
|
|
|
|
|
|
|
"618683101", "Porongurup", |
|
21892
|
|
|
|
|
|
|
"613546237", "Bealiba", |
|
21893
|
|
|
|
|
|
|
"61265977", "Castle\ Rock", |
|
21894
|
|
|
|
|
|
|
"617750219", "Winton", |
|
21895
|
|
|
|
|
|
|
"618996868", "Geraldton", |
|
21896
|
|
|
|
|
|
|
"61749751", "Mount\ Larcom", |
|
21897
|
|
|
|
|
|
|
"61742584", "Gordonvale", |
|
21898
|
|
|
|
|
|
|
"618997389", "Tenindewa", |
|
21899
|
|
|
|
|
|
|
"61265912", "Taree", |
|
21900
|
|
|
|
|
|
|
"6128123", "Sydney", |
|
21901
|
|
|
|
|
|
|
"6129870", "Sydney", |
|
21902
|
|
|
|
|
|
|
"61268104", "Purlewaugh", |
|
21903
|
|
|
|
|
|
|
"61350026", "Werrimull", |
|
21904
|
|
|
|
|
|
|
"618851091", "Wanbi", |
|
21905
|
|
|
|
|
|
|
"61880830", "Dolo", |
|
21906
|
|
|
|
|
|
|
"61740874", "Maryfarms", |
|
21907
|
|
|
|
|
|
|
"613546253", "Castlemaine", |
|
21908
|
|
|
|
|
|
|
"61266984", "Ballina", |
|
21909
|
|
|
|
|
|
|
"618763383", "Mintabie", |
|
21910
|
|
|
|
|
|
|
"61255398", "Comara", |
|
21911
|
|
|
|
|
|
|
"612935", "Sydney", |
|
21912
|
|
|
|
|
|
|
"61740798", "Bloomfield", |
|
21913
|
|
|
|
|
|
|
"61876099", "Laura", |
|
21914
|
|
|
|
|
|
|
"61897629", "Dinninup", |
|
21915
|
|
|
|
|
|
|
"618763985", "Nelshaby", |
|
21916
|
|
|
|
|
|
|
"61353289", "Natimuk", |
|
21917
|
|
|
|
|
|
|
"6174799", "Townsville", |
|
21918
|
|
|
|
|
|
|
"61352396", "Swan\ Marsh", |
|
21919
|
|
|
|
|
|
|
"618965675", "Jennacubbine", |
|
21920
|
|
|
|
|
|
|
"61269277", "Ganmain", |
|
21921
|
|
|
|
|
|
|
"61392629", "Melbourne", |
|
21922
|
|
|
|
|
|
|
"617750401", "Texas", |
|
21923
|
|
|
|
|
|
|
"61886041", "Courela", |
|
21924
|
|
|
|
|
|
|
"61256050", "Woodenbong", |
|
21925
|
|
|
|
|
|
|
"61255695", "Ravensworth", |
|
21926
|
|
|
|
|
|
|
"61269121", "Cootamundra", |
|
21927
|
|
|
|
|
|
|
"61244797", "Narooma", |
|
21928
|
|
|
|
|
|
|
"618903342", "Muntadgin\ East", |
|
21929
|
|
|
|
|
|
|
"617452663", "Ravensbourne", |
|
21930
|
|
|
|
|
|
|
"61356523", "San\ Remo", |
|
21931
|
|
|
|
|
|
|
"612573430", "Tambar\ Springs", |
|
21932
|
|
|
|
|
|
|
"612630997", "Burraga", |
|
21933
|
|
|
|
|
|
|
"61259194", "Wallanthery", |
|
21934
|
|
|
|
|
|
|
"613431797", "Natimuk", |
|
21935
|
|
|
|
|
|
|
"612574709", "Moree", |
|
21936
|
|
|
|
|
|
|
"61263173", "Murringo", |
|
21937
|
|
|
|
|
|
|
"61269042", "Humula", |
|
21938
|
|
|
|
|
|
|
"61341600", "Rosedale", |
|
21939
|
|
|
|
|
|
|
"61743365", "Pialba", |
|
21940
|
|
|
|
|
|
|
"61343093", "Ararat", |
|
21941
|
|
|
|
|
|
|
"61867005", "Brunswick\ Junction", |
|
21942
|
|
|
|
|
|
|
"61886122", "Kyancutta", |
|
21943
|
|
|
|
|
|
|
"61754642", "Rosewood", |
|
21944
|
|
|
|
|
|
|
"61745140", "Allora", |
|
21945
|
|
|
|
|
|
|
"6135023", "Mildura", |
|
21946
|
|
|
|
|
|
|
"6189571", "Bullsbrook\ East", |
|
21947
|
|
|
|
|
|
|
"61269988", "Barellan", |
|
21948
|
|
|
|
|
|
|
"61899265", "Leeman", |
|
21949
|
|
|
|
|
|
|
"61746531", "Texas", |
|
21950
|
|
|
|
|
|
|
"61255745", "Stuarts\ Point", |
|
21951
|
|
|
|
|
|
|
"612532709", "Oberon", |
|
21952
|
|
|
|
|
|
|
"618858516", "Halidon", |
|
21953
|
|
|
|
|
|
|
"61891320", "Port\ Hedland", |
|
21954
|
|
|
|
|
|
|
"613574770", "Winton", |
|
21955
|
|
|
|
|
|
|
"61250055", "Walwa", |
|
21956
|
|
|
|
|
|
|
"61256198", "Wooli", |
|
21957
|
|
|
|
|
|
|
"61887226", "Keith", |
|
21958
|
|
|
|
|
|
|
"61886211", "Port\ Lincoln", |
|
21959
|
|
|
|
|
|
|
"61342298", "Bannockburn", |
|
21960
|
|
|
|
|
|
|
"618600840", "Narembeen\ East", |
|
21961
|
|
|
|
|
|
|
"6139189", "Melbourne", |
|
21962
|
|
|
|
|
|
|
"618903333", "Mount\ Walker\ South", |
|
21963
|
|
|
|
|
|
|
"61269357", "Nangus", |
|
21964
|
|
|
|
|
|
|
"618967836", "South\ Quairading", |
|
21965
|
|
|
|
|
|
|
"618858584", "Narrung", |
|
21966
|
|
|
|
|
|
|
"61248840", "Paddys\ River", |
|
21967
|
|
|
|
|
|
|
"61260020", "Cudgewa", |
|
21968
|
|
|
|
|
|
|
"61358049", "Wakool", |
|
21969
|
|
|
|
|
|
|
"61373014", "Sydenham", |
|
21970
|
|
|
|
|
|
|
"61741262", "Childers", |
|
21971
|
|
|
|
|
|
|
"61885878", "Paruna", |
|
21972
|
|
|
|
|
|
|
"61249996", "Maitland", |
|
21973
|
|
|
|
|
|
|
"6124048", "Newcastle", |
|
21974
|
|
|
|
|
|
|
"61753772", "Noosaville", |
|
21975
|
|
|
|
|
|
|
"61340185", "Anabranch", |
|
21976
|
|
|
|
|
|
|
"61885794", "Coonalpyn", |
|
21977
|
|
|
|
|
|
|
"61352067", "Kennedys\ Creek", |
|
21978
|
|
|
|
|
|
|
"6188315", "Adelaide", |
|
21979
|
|
|
|
|
|
|
"618903357", "Narembeen", |
|
21980
|
|
|
|
|
|
|
"61265288", "Bowraville", |
|
21981
|
|
|
|
|
|
|
"61356164", "Toora", |
|
21982
|
|
|
|
|
|
|
"613441997", "Heathcote", |
|
21983
|
|
|
|
|
|
|
"6128788", "Liverpool", |
|
21984
|
|
|
|
|
|
|
"61749029", "Mount\ Larcom", |
|
21985
|
|
|
|
|
|
|
"613470927", "Kinglake", |
|
21986
|
|
|
|
|
|
|
"612593990", "Mannus", |
|
21987
|
|
|
|
|
|
|
"61341064", "Morwell", |
|
21988
|
|
|
|
|
|
|
"618762638", "Whyalla", |
|
21989
|
|
|
|
|
|
|
"61261086", "Uriarra\ Forest", |
|
21990
|
|
|
|
|
|
|
"61244452", "Batemans\ Bay", |
|
21991
|
|
|
|
|
|
|
"6138568", "Melbourne", |
|
21992
|
|
|
|
|
|
|
"61753717", "Imbil", |
|
21993
|
|
|
|
|
|
|
"61265406", "Murrurundi", |
|
21994
|
|
|
|
|
|
|
"61264603", "Merimbula", |
|
21995
|
|
|
|
|
|
|
"61341455", "Licola", |
|
21996
|
|
|
|
|
|
|
"612683706", "Dandaloo", |
|
21997
|
|
|
|
|
|
|
"61878040", "Brinkworth", |
|
21998
|
|
|
|
|
|
|
"61387609", "Werribee", |
|
21999
|
|
|
|
|
|
|
"618967828", "Quairading", |
|
22000
|
|
|
|
|
|
|
"612574283", "Weemelah", |
|
22001
|
|
|
|
|
|
|
"61358307", "Logie\ Brae", |
|
22002
|
|
|
|
|
|
|
"61255626", "Comboyne", |
|
22003
|
|
|
|
|
|
|
"61267479", "Bundella", |
|
22004
|
|
|
|
|
|
|
"61741824", "Kingaroy", |
|
22005
|
|
|
|
|
|
|
"61263359", "Gingkin", |
|
22006
|
|
|
|
|
|
|
"61350498", "Karawinna", |
|
22007
|
|
|
|
|
|
|
"61259060", "Mangoplah", |
|
22008
|
|
|
|
|
|
|
"61890250", "Kalgoorlie", |
|
22009
|
|
|
|
|
|
|
"618762626", "Sleaford\ Mere", |
|
22010
|
|
|
|
|
|
|
"617480383", "Gayfield", |
|
22011
|
|
|
|
|
|
|
"61251188", "Yass", |
|
22012
|
|
|
|
|
|
|
"61265167", "Merriwa", |
|
22013
|
|
|
|
|
|
|
"61295399", "Sydney", |
|
22014
|
|
|
|
|
|
|
"61897083", "Nyamup", |
|
22015
|
|
|
|
|
|
|
"618763597", "Cowell", |
|
22016
|
|
|
|
|
|
|
"61896375", "Moora", |
|
22017
|
|
|
|
|
|
|
"6134243", "Geelong", |
|
22018
|
|
|
|
|
|
|
"61748399", "Rockhampton", |
|
22019
|
|
|
|
|
|
|
"61895635", "Gingin", |
|
22020
|
|
|
|
|
|
|
"61382030", "Croydon", |
|
22021
|
|
|
|
|
|
|
"61734754", "Bribie\ Island", |
|
22022
|
|
|
|
|
|
|
"61350095", "Nandaly", |
|
22023
|
|
|
|
|
|
|
"61391011", "Melbourne", |
|
22024
|
|
|
|
|
|
|
"61743027", "Rosedale", |
|
22025
|
|
|
|
|
|
|
"61356158", "Icy\ Creek", |
|
22026
|
|
|
|
|
|
|
"61264299", "Nimmitabel", |
|
22027
|
|
|
|
|
|
|
"61341058", "Omeo", |
|
22028
|
|
|
|
|
|
|
"61746761", "Billa\ Billa", |
|
22029
|
|
|
|
|
|
|
"61745700", "Chinchilla", |
|
22030
|
|
|
|
|
|
|
"617458782", "Coondarra", |
|
22031
|
|
|
|
|
|
|
"61358113", "Wakool", |
|
22032
|
|
|
|
|
|
|
"61899134", "Three\ Springs", |
|
22033
|
|
|
|
|
|
|
"61351076", "Gormandale", |
|
22034
|
|
|
|
|
|
|
"612573444", "Willow\ Tree", |
|
22035
|
|
|
|
|
|
|
"61348251", "Deniliquin", |
|
22036
|
|
|
|
|
|
|
"618683780", "Varley", |
|
22037
|
|
|
|
|
|
|
"61259604", "Temora", |
|
22038
|
|
|
|
|
|
|
"61753343", "Woolooga", |
|
22039
|
|
|
|
|
|
|
"61747331", "Burdekin", |
|
22040
|
|
|
|
|
|
|
"61887030", "Kalangadoo", |
|
22041
|
|
|
|
|
|
|
"61747074", "Georgina", |
|
22042
|
|
|
|
|
|
|
"61255105", "Pacific\ Palms", |
|
22043
|
|
|
|
|
|
|
"6128826", "Parramatta", |
|
22044
|
|
|
|
|
|
|
"61266096", "Thora", |
|
22045
|
|
|
|
|
|
|
"612583304", "Tyrie", |
|
22046
|
|
|
|
|
|
|
"618661026", "Ballidu", |
|
22047
|
|
|
|
|
|
|
"61891065", "Ord", |
|
22048
|
|
|
|
|
|
|
"617485862", "Garnant", |
|
22049
|
|
|
|
|
|
|
"61740302", "Innisfail", |
|
22050
|
|
|
|
|
|
|
"61255702", "Taree", |
|
22051
|
|
|
|
|
|
|
"61267318", "Manilla", |
|
22052
|
|
|
|
|
|
|
"61362042", "Huonville", |
|
22053
|
|
|
|
|
|
|
"61268803", "Warrington", |
|
22054
|
|
|
|
|
|
|
"61861795", "Spearwood", |
|
22055
|
|
|
|
|
|
|
"61888044", "Halbury", |
|
22056
|
|
|
|
|
|
|
"61355799", "Portland", |
|
22057
|
|
|
|
|
|
|
"618989058", "Walyurin", |
|
22058
|
|
|
|
|
|
|
"61350621", "Murrayville", |
|
22059
|
|
|
|
|
|
|
"61887037", "Keith", |
|
22060
|
|
|
|
|
|
|
"61754605", "Laidley", |
|
22061
|
|
|
|
|
|
|
"61867042", "Darkan", |
|
22062
|
|
|
|
|
|
|
"61864149", "Fremantle", |
|
22063
|
|
|
|
|
|
|
"61743020", "Redridge", |
|
22064
|
|
|
|
|
|
|
"61269005", "Ardlethan", |
|
22065
|
|
|
|
|
|
|
"61886169", "Kimba", |
|
22066
|
|
|
|
|
|
|
"61890184", "South\ Kumminin", |
|
22067
|
|
|
|
|
|
|
"61382037", "Croydon", |
|
22068
|
|
|
|
|
|
|
"61364504", "Sheffield", |
|
22069
|
|
|
|
|
|
|
"61745707", "St\ George", |
|
22070
|
|
|
|
|
|
|
"61264894", "Numeralla", |
|
22071
|
|
|
|
|
|
|
"6173106", "Brisbane", |
|
22072
|
|
|
|
|
|
|
"6126756", "Collarenebri", |
|
22073
|
|
|
|
|
|
|
"612583682", "Buckinguy", |
|
22074
|
|
|
|
|
|
|
"61265160", "Port\ Macquarie", |
|
22075
|
|
|
|
|
|
|
"61754126", "Gatton", |
|
22076
|
|
|
|
|
|
|
"61886646", "Port\ Lincoln", |
|
22077
|
|
|
|
|
|
|
"61260668", "Coppabella", |
|
22078
|
|
|
|
|
|
|
"61240251", "Bulahdelah", |
|
22079
|
|
|
|
|
|
|
"61756689", "Southport", |
|
22080
|
|
|
|
|
|
|
"6188988", "Noonamah", |
|
22081
|
|
|
|
|
|
|
"61266101", "Tyalgum", |
|
22082
|
|
|
|
|
|
|
"61887484", "Monkoora", |
|
22083
|
|
|
|
|
|
|
"61749062", "Gladstone", |
|
22084
|
|
|
|
|
|
|
"61890257", "Esperance", |
|
22085
|
|
|
|
|
|
|
"61889876", "Alyangula", |
|
22086
|
|
|
|
|
|
|
"61341449", "Genoa", |
|
22087
|
|
|
|
|
|
|
"61356366", "Neerim\ South", |
|
22088
|
|
|
|
|
|
|
"61887928", "Mount\ Gambier", |
|
22089
|
|
|
|
|
|
|
"61359503", "Rosebud", |
|
22090
|
|
|
|
|
|
|
"61878047", "Kadina", |
|
22091
|
|
|
|
|
|
|
"618763457", "Georgetown", |
|
22092
|
|
|
|
|
|
|
"61263648", "Euchareena", |
|
22093
|
|
|
|
|
|
|
"618854536", "Mantung", |
|
22094
|
|
|
|
|
|
|
"612683776", "Gwabegar", |
|
22095
|
|
|
|
|
|
|
"61258095", "Peak\ Hill", |
|
22096
|
|
|
|
|
|
|
"61741734", "Brooklands", |
|
22097
|
|
|
|
|
|
|
"61877034", "Lucindale\ South", |
|
22098
|
|
|
|
|
|
|
"61740173", "Lakeland", |
|
22099
|
|
|
|
|
|
|
"61877371", "Reedy\ Creek", |
|
22100
|
|
|
|
|
|
|
"61269286", "Mangoplah", |
|
22101
|
|
|
|
|
|
|
"61394074", "Melbourne", |
|
22102
|
|
|
|
|
|
|
"61358464", "Wanganella", |
|
22103
|
|
|
|
|
|
|
"61263911", "Orange", |
|
22104
|
|
|
|
|
|
|
"61259067", "Winchendon\ Vale", |
|
22105
|
|
|
|
|
|
|
"612574745", "Wollomombi", |
|
22106
|
|
|
|
|
|
|
"61358300", "Caldwell", |
|
22107
|
|
|
|
|
|
|
"61285204", "Sutherland", |
|
22108
|
|
|
|
|
|
|
"61896019", "Bibby\ Springs", |
|
22109
|
|
|
|
|
|
|
"61357736", "Yarck", |
|
22110
|
|
|
|
|
|
|
"612574926", "Ebor", |
|
22111
|
|
|
|
|
|
|
"61250113", "Albury", |
|
22112
|
|
|
|
|
|
|
"6138324", "Craigieburn", |
|
22113
|
|
|
|
|
|
|
"61269408", "Coolac", |
|
22114
|
|
|
|
|
|
|
"61355976", "Derrinallum", |
|
22115
|
|
|
|
|
|
|
"61358055", "Kyabram", |
|
22116
|
|
|
|
|
|
|
"61888586", "Lochiel", |
|
22117
|
|
|
|
|
|
|
"61352060", "Cressy", |
|
22118
|
|
|
|
|
|
|
"61259628", "Lachlan", |
|
22119
|
|
|
|
|
|
|
"618752493", "Pinnaroo", |
|
22120
|
|
|
|
|
|
|
"61742641", "Dimbulah", |
|
22121
|
|
|
|
|
|
|
"612583542", "Neilrex", |
|
22122
|
|
|
|
|
|
|
"6135598", "Timboon", |
|
22123
|
|
|
|
|
|
|
"61753710", "Noosaville", |
|
22124
|
|
|
|
|
|
|
"61354788", "Laen", |
|
22125
|
|
|
|
|
|
|
"61753175", "Maroon", |
|
22126
|
|
|
|
|
|
|
"618904230", "Southern\ Cross", |
|
22127
|
|
|
|
|
|
|
"61741564", "Bunker", |
|
22128
|
|
|
|
|
|
|
"61260027", "Dartmouth", |
|
22129
|
|
|
|
|
|
|
"617480670", "Byfield", |
|
22130
|
|
|
|
|
|
|
"6175659", "Tweed\ Heads", |
|
22131
|
|
|
|
|
|
|
"61358971", "Rushworth", |
|
22132
|
|
|
|
|
|
|
"61898841", "Boddington", |
|
22133
|
|
|
|
|
|
|
"61247834", "Mount\ Wilson", |
|
22134
|
|
|
|
|
|
|
"61340291", "Box\ Creek", |
|
22135
|
|
|
|
|
|
|
"612574938", "Gunyerwarildi", |
|
22136
|
|
|
|
|
|
|
"618854528", "Lowbank", |
|
22137
|
|
|
|
|
|
|
"61357566", "Strathbogie", |
|
22138
|
|
|
|
|
|
|
"61259325", "Humula", |
|
22139
|
|
|
|
|
|
|
"618996887", "Northampton", |
|
22140
|
|
|
|
|
|
|
"61356413", "Hill\ End", |
|
22141
|
|
|
|
|
|
|
"613574700", "St\ James", |
|
22142
|
|
|
|
|
|
|
"61891327", "Dampier", |
|
22143
|
|
|
|
|
|
|
"6126636", "Wiangaree", |
|
22144
|
|
|
|
|
|
|
"61351131", "Sale", |
|
22145
|
|
|
|
|
|
|
"61269350", "Bethungra", |
|
22146
|
|
|
|
|
|
|
"61253069", "Gulgong", |
|
22147
|
|
|
|
|
|
|
"618661038", "Calingiri", |
|
22148
|
|
|
|
|
|
|
"61743593", "Maryborough", |
|
22149
|
|
|
|
|
|
|
"61358458", "Logie\ Brae", |
|
22150
|
|
|
|
|
|
|
"61255142", "Forster", |
|
22151
|
|
|
|
|
|
|
"61260654", "Culcairn", |
|
22152
|
|
|
|
|
|
|
"61741808", "Blackbutt", |
|
22153
|
|
|
|
|
|
|
"61745147", "Augathella", |
|
22154
|
|
|
|
|
|
|
"613450556", "Casterton", |
|
22155
|
|
|
|
|
|
|
"61898290", "Nyabing", |
|
22156
|
|
|
|
|
|
|
"61899336", "Arrowsmith", |
|
22157
|
|
|
|
|
|
|
"61341607", "Yinnar", |
|
22158
|
|
|
|
|
|
|
"61864936", "Herne\ Hill", |
|
22159
|
|
|
|
|
|
|
"61250049", "Rennie", |
|
22160
|
|
|
|
|
|
|
"6126773", "Armidale", |
|
22161
|
|
|
|
|
|
|
"61896143", "Meckering", |
|
22162
|
|
|
|
|
|
|
"61891454", "Telfer", |
|
22163
|
|
|
|
|
|
|
"61886725", "Coober\ Pedy", |
|
22164
|
|
|
|
|
|
|
"61268553", "Wirrinya", |
|
22165
|
|
|
|
|
|
|
"61743236", "Biggenden", |
|
22166
|
|
|
|
|
|
|
"61248185", "Wombeyan\ Caves", |
|
22167
|
|
|
|
|
|
|
"61359276", "Rosebud", |
|
22168
|
|
|
|
|
|
|
"613572631", "Yarck", |
|
22169
|
|
|
|
|
|
|
"617458658", "Mount\ Tyson", |
|
22170
|
|
|
|
|
|
|
"61398411", "Melbourne", |
|
22171
|
|
|
|
|
|
|
"61356031", "Poowong", |
|
22172
|
|
|
|
|
|
|
"618753096", "Yumali", |
|
22173
|
|
|
|
|
|
|
"61359258", "Marysville", |
|
22174
|
|
|
|
|
|
|
"61877219", "Kalangadoo", |
|
22175
|
|
|
|
|
|
|
"61355471", "Pomborneit", |
|
22176
|
|
|
|
|
|
|
"6189192", "Broome", |
|
22177
|
|
|
|
|
|
|
"61741699", "Murgon", |
|
22178
|
|
|
|
|
|
|
"618865008", "Frome", |
|
22179
|
|
|
|
|
|
|
"61896234", "Tammin", |
|
22180
|
|
|
|
|
|
|
"61266967", "Dorrigo", |
|
22181
|
|
|
|
|
|
|
"61753593", "Crossdale", |
|
22182
|
|
|
|
|
|
|
"61243069", "Wyong", |
|
22183
|
|
|
|
|
|
|
"618763653", "Marla", |
|
22184
|
|
|
|
|
|
|
"61261394", "Gearys\ Gap", |
|
22185
|
|
|
|
|
|
|
"61341131", "Licola", |
|
22186
|
|
|
|
|
|
|
"61351607", "Nowa\ Nowa", |
|
22187
|
|
|
|
|
|
|
"61399153", "Melbourne", |
|
22188
|
|
|
|
|
|
|
"61890970", "Esperance", |
|
22189
|
|
|
|
|
|
|
"61891043", "Marble\ Bar", |
|
22190
|
|
|
|
|
|
|
"61350840", "Mildura", |
|
22191
|
|
|
|
|
|
|
"61299332", "Parramatta", |
|
22192
|
|
|
|
|
|
|
"612574665", "Boorolong", |
|
22193
|
|
|
|
|
|
|
"61264932", "Candelo", |
|
22194
|
|
|
|
|
|
|
"61358476", "Caldwell", |
|
22195
|
|
|
|
|
|
|
"618967731", "Aldersyde", |
|
22196
|
|
|
|
|
|
|
"61258185", "Dubbo", |
|
22197
|
|
|
|
|
|
|
"617480798", "Westwood", |
|
22198
|
|
|
|
|
|
|
"61753236", "Caloundra", |
|
22199
|
|
|
|
|
|
|
"61899490", "Exmouth", |
|
22200
|
|
|
|
|
|
|
"61257148", "Emmaville", |
|
22201
|
|
|
|
|
|
|
"61240049", "Swansea", |
|
22202
|
|
|
|
|
|
|
"6135475", "Maldon", |
|
22203
|
|
|
|
|
|
|
"61342060", "Geelong", |
|
22204
|
|
|
|
|
|
|
"618763637", "Hawker", |
|
22205
|
|
|
|
|
|
|
"61260343", "Cudgewa", |
|
22206
|
|
|
|
|
|
|
"618752979", "Waikerie", |
|
22207
|
|
|
|
|
|
|
"61348055", "Blighty", |
|
22208
|
|
|
|
|
|
|
"61748549", "Marlborough", |
|
22209
|
|
|
|
|
|
|
"618763392", "Poochera", |
|
22210
|
|
|
|
|
|
|
"61361368", "Little\ Swanport", |
|
22211
|
|
|
|
|
|
|
"61748842", "Mount\ Coolon", |
|
22212
|
|
|
|
|
|
|
"61741203", "Fraser\ Island", |
|
22213
|
|
|
|
|
|
|
"61879093", "Ranken\ River", |
|
22214
|
|
|
|
|
|
|
"61359135", "Emerald", |
|
22215
|
|
|
|
|
|
|
"61350291", "Nangiloc", |
|
22216
|
|
|
|
|
|
|
"618964988", "Cunderdin", |
|
22217
|
|
|
|
|
|
|
"61743175", "Brooklands", |
|
22218
|
|
|
|
|
|
|
"61868279", "Pingrup\ East", |
|
22219
|
|
|
|
|
|
|
"61744450", "Normanton", |
|
22220
|
|
|
|
|
|
|
"6174659", "Toowoomba", |
|
22221
|
|
|
|
|
|
|
"61350782", "Nandaly", |
|
22222
|
|
|
|
|
|
|
"61887810", "Padthaway", |
|
22223
|
|
|
|
|
|
|
"61890094", "Kalgoorlie", |
|
22224
|
|
|
|
|
|
|
"61253115", "Canowindra", |
|
22225
|
|
|
|
|
|
|
"61267584", "Rocky\ Creek", |
|
22226
|
|
|
|
|
|
|
"613553790", "Hamilton", |
|
22227
|
|
|
|
|
|
|
"613441875", "Rochester", |
|
22228
|
|
|
|
|
|
|
"61380157", "Sunbury", |
|
22229
|
|
|
|
|
|
|
"61355634", "Warrnambool", |
|
22230
|
|
|
|
|
|
|
"6135341", "Buninyong", |
|
22231
|
|
|
|
|
|
|
"618762598", "Leigh\ Creek\ South", |
|
22232
|
|
|
|
|
|
|
"61886015", "Caltowie", |
|
22233
|
|
|
|
|
|
|
"618903552", "Mount\ Beaumont", |
|
22234
|
|
|
|
|
|
|
"61352996", "Wingeel", |
|
22235
|
|
|
|
|
|
|
"61746689", "Chinchilla", |
|
22236
|
|
|
|
|
|
|
"61264662", "Bombala", |
|
22237
|
|
|
|
|
|
|
"618683166", "Kojaneerup", |
|
22238
|
|
|
|
|
|
|
"617487076", "Baralaba", |
|
22239
|
|
|
|
|
|
|
"617442801", "Ingham", |
|
22240
|
|
|
|
|
|
|
"61898620", "Arthur\ River", |
|
22241
|
|
|
|
|
|
|
"61266384", "Rappville", |
|
22242
|
|
|
|
|
|
|
"613573060", "Kinglake", |
|
22243
|
|
|
|
|
|
|
"617452488", "Bringalily", |
|
22244
|
|
|
|
|
|
|
"612573407", "Mirriadool", |
|
22245
|
|
|
|
|
|
|
"612684333", "Trangie", |
|
22246
|
|
|
|
|
|
|
"61867201", "Jangardup", |
|
22247
|
|
|
|
|
|
|
"61359264", "Warburton", |
|
22248
|
|
|
|
|
|
|
"61248095", "Yerrinbool", |
|
22249
|
|
|
|
|
|
|
"61891119", "Whaleback", |
|
22250
|
|
|
|
|
|
|
"61268208", "Cumborah", |
|
22251
|
|
|
|
|
|
|
"618866195", "Everard", |
|
22252
|
|
|
|
|
|
|
"61742737", "Kidston", |
|
22253
|
|
|
|
|
|
|
"61348300", "Picola", |
|
22254
|
|
|
|
|
|
|
"61899061", "Kalbarri", |
|
22255
|
|
|
|
|
|
|
"61240113", "Bulahdelah", |
|
22256
|
|
|
|
|
|
|
"618683259", "Dongolocking", |
|
22257
|
|
|
|
|
|
|
"61746940", "Toowoomba", |
|
22258
|
|
|
|
|
|
|
"61885922", "Swan\ Reach", |
|
22259
|
|
|
|
|
|
|
"61268486", "Curban", |
|
22260
|
|
|
|
|
|
|
"617452009", "Goondiwindi", |
|
22261
|
|
|
|
|
|
|
"61265377", "Rawdon\ Vale", |
|
22262
|
|
|
|
|
|
|
"617750327", "Crows\ Nest", |
|
22263
|
|
|
|
|
|
|
"618996912", "Yandanooka", |
|
22264
|
|
|
|
|
|
|
"61264756", "Dalgety", |
|
22265
|
|
|
|
|
|
|
"618660843", "Calingiri", |
|
22266
|
|
|
|
|
|
|
"61361427", "Margate", |
|
22267
|
|
|
|
|
|
|
"61880891", "Broken\ Hill", |
|
22268
|
|
|
|
|
|
|
"61340621", "Sea\ Lake", |
|
22269
|
|
|
|
|
|
|
"61896165", "Regans\ Ford", |
|
22270
|
|
|
|
|
|
|
"61363780", "Deloraine", |
|
22271
|
|
|
|
|
|
|
"61375004", "Clayton", |
|
22272
|
|
|
|
|
|
|
"61889111", "Darwin", |
|
22273
|
|
|
|
|
|
|
"61267046", "Craigleigh", |
|
22274
|
|
|
|
|
|
|
"612631694", "Canowindra", |
|
22275
|
|
|
|
|
|
|
"6136295", "Geeveston", |
|
22276
|
|
|
|
|
|
|
"61265312", "Howes\ Valley", |
|
22277
|
|
|
|
|
|
|
"61753020", "Esk", |
|
22278
|
|
|
|
|
|
|
"61259298", "Grong\ Grong", |
|
22279
|
|
|
|
|
|
|
"61890301", "Bullfinch", |
|
22280
|
|
|
|
|
|
|
"613441722", "Maryborough", |
|
22281
|
|
|
|
|
|
|
"61736094", "Sandgate", |
|
22282
|
|
|
|
|
|
|
"613470792", "Puckapunyal", |
|
22283
|
|
|
|
|
|
|
"61361354", "Hobart", |
|
22284
|
|
|
|
|
|
|
"61381034", "Kalkallo", |
|
22285
|
|
|
|
|
|
|
"618753526", "Willunga", |
|
22286
|
|
|
|
|
|
|
"613546200", "Avoca", |
|
22287
|
|
|
|
|
|
|
"61260772", "Nariel", |
|
22288
|
|
|
|
|
|
|
"61877161", "Tarpeena", |
|
22289
|
|
|
|
|
|
|
"61753027", "Noosaville", |
|
22290
|
|
|
|
|
|
|
"61260175", "Leicester\ Park", |
|
22291
|
|
|
|
|
|
|
"61340095", "Anabranch", |
|
22292
|
|
|
|
|
|
|
"61238032", "Binda", |
|
22293
|
|
|
|
|
|
|
"618683560", "Tarin\ Rock", |
|
22294
|
|
|
|
|
|
|
"613546270", "Harcourt", |
|
22295
|
|
|
|
|
|
|
"61348113", "Picola", |
|
22296
|
|
|
|
|
|
|
"61268862", "Mendooran", |
|
22297
|
|
|
|
|
|
|
"61357272", "Whorouly", |
|
22298
|
|
|
|
|
|
|
"61240464", "Stroud", |
|
22299
|
|
|
|
|
|
|
"61351058", "Ensay", |
|
22300
|
|
|
|
|
|
|
"618763840", "Wilmington", |
|
22301
|
|
|
|
|
|
|
"6138480", "Melbourne", |
|
22302
|
|
|
|
|
|
|
"61361420", "Geeveston", |
|
22303
|
|
|
|
|
|
|
"61253053", "Grenfell", |
|
22304
|
|
|
|
|
|
|
"61743343", "Rosedale", |
|
22305
|
|
|
|
|
|
|
"618965613", "Dowerin", |
|
22306
|
|
|
|
|
|
|
"61256485", "Ballina", |
|
22307
|
|
|
|
|
|
|
"6128459", "Sydney", |
|
22308
|
|
|
|
|
|
|
"61341076", "Gelantipy", |
|
22309
|
|
|
|
|
|
|
"61247014", "Penrith", |
|
22310
|
|
|
|
|
|
|
"612583189", "Mungery", |
|
22311
|
|
|
|
|
|
|
"61265370", "Forster", |
|
22312
|
|
|
|
|
|
|
"61261196", "Gundaroo", |
|
22313
|
|
|
|
|
|
|
"61752216", "Gatton", |
|
22314
|
|
|
|
|
|
|
"61356176", "Leongatha", |
|
22315
|
|
|
|
|
|
|
"61363787", "Campbell\ Town", |
|
22316
|
|
|
|
|
|
|
"61899243", "Northern\ Gully", |
|
22317
|
|
|
|
|
|
|
"61245105", "St\ Albans", |
|
22318
|
|
|
|
|
|
|
"61260710", "Tallangatta\ Valley", |
|
22319
|
|
|
|
|
|
|
"61898054", "Chittinup", |
|
22320
|
|
|
|
|
|
|
"61886379", "Jamestown", |
|
22321
|
|
|
|
|
|
|
"613451354", "Woodhouse", |
|
22322
|
|
|
|
|
|
|
"61749003", "Mackay", |
|
22323
|
|
|
|
|
|
|
"61364041", "Wynyard", |
|
22324
|
|
|
|
|
|
|
"617459955", "Condamine", |
|
22325
|
|
|
|
|
|
|
"61895943", "Toodyay", |
|
22326
|
|
|
|
|
|
|
"6125115", "Canberra", |
|
22327
|
|
|
|
|
|
|
"61885506", "Strathalbyn", |
|
22328
|
|
|
|
|
|
|
"61747613", "Bowen", |
|
22329
|
|
|
|
|
|
|
"61340498", "Waitchie", |
|
22330
|
|
|
|
|
|
|
"6124605", "Campbelltown", |
|
22331
|
|
|
|
|
|
|
"618863594", "Port\ Neill", |
|
22332
|
|
|
|
|
|
|
"6175634", "Southport", |
|
22333
|
|
|
|
|
|
|
"617452079", "Jandowae", |
|
22334
|
|
|
|
|
|
|
"618903492", "Grass\ Patch", |
|
22335
|
|
|
|
|
|
|
"61746947", "Oakey", |
|
22336
|
|
|
|
|
|
|
"61348307", "Wakool", |
|
22337
|
|
|
|
|
|
|
"618854983", "Robertstown", |
|
22338
|
|
|
|
|
|
|
"61742730", "Euramo", |
|
22339
|
|
|
|
|
|
|
"61343183", "Linton", |
|
22340
|
|
|
|
|
|
|
"61730532", "Cleveland", |
|
22341
|
|
|
|
|
|
|
"617452732", "Legume", |
|
22342
|
|
|
|
|
|
|
"613431965", "Halls\ Gap", |
|
22343
|
|
|
|
|
|
|
"61342325", "Colac", |
|
22344
|
|
|
|
|
|
|
"617473911", "Gununa", |
|
22345
|
|
|
|
|
|
|
"61888501", "Yorketown", |
|
22346
|
|
|
|
|
|
|
"617459910", "Tipton", |
|
22347
|
|
|
|
|
|
|
"617486827", "Comet", |
|
22348
|
|
|
|
|
|
|
"617480117", "Spier", |
|
22349
|
|
|
|
|
|
|
"617442871", "Rollingstone", |
|
22350
|
|
|
|
|
|
|
"61898627", "Ongerup\ North", |
|
22351
|
|
|
|
|
|
|
"61256088", "Lawrence", |
|
22352
|
|
|
|
|
|
|
"617487006", "Capella", |
|
22353
|
|
|
|
|
|
|
"61269201", "The\ Rock", |
|
22354
|
|
|
|
|
|
|
"61888851", "Wedge", |
|
22355
|
|
|
|
|
|
|
"61267791", "Guyra", |
|
22356
|
|
|
|
|
|
|
"61883188", "Adelaide", |
|
22357
|
|
|
|
|
|
|
"61744457", "Mount\ Isa", |
|
22358
|
|
|
|
|
|
|
"61267282", "Inverell", |
|
22359
|
|
|
|
|
|
|
"61257239", "Manilla", |
|
22360
|
|
|
|
|
|
|
"618864053", "Kapinnie", |
|
22361
|
|
|
|
|
|
|
"61380150", "Werribee", |
|
22362
|
|
|
|
|
|
|
"618903816", "Dulyalbin", |
|
22363
|
|
|
|
|
|
|
"61259996", "Wagga\ Wagga", |
|
22364
|
|
|
|
|
|
|
"613441805", "Korong\ Vale", |
|
22365
|
|
|
|
|
|
|
"61887817", "Marcollat", |
|
22366
|
|
|
|
|
|
|
"61898068", "Cuballing", |
|
22367
|
|
|
|
|
|
|
"61885969", "Lowbank", |
|
22368
|
|
|
|
|
|
|
"61748555", "Mount\ Gardiner", |
|
22369
|
|
|
|
|
|
|
"618862166", "Arno\ Bay", |
|
22370
|
|
|
|
|
|
|
"61747066", "Eddington", |
|
22371
|
|
|
|
|
|
|
"61891261", "Whaleback", |
|
22372
|
|
|
|
|
|
|
"61264629", "Shannons\ Flat", |
|
22373
|
|
|
|
|
|
|
"61887579", "Willalooka", |
|
22374
|
|
|
|
|
|
|
"61342067", "Geelong", |
|
22375
|
|
|
|
|
|
|
"61851039", "Kununurra", |
|
22376
|
|
|
|
|
|
|
"61887872", "Western\ Flat", |
|
22377
|
|
|
|
|
|
|
"61351064", "Gelantipy", |
|
22378
|
|
|
|
|
|
|
"61240458", "Mulbring", |
|
22379
|
|
|
|
|
|
|
"61263595", "Meadow\ Flat", |
|
22380
|
|
|
|
|
|
|
"61744324", "Walker", |
|
22381
|
|
|
|
|
|
|
"61258291", "Neilrex", |
|
22382
|
|
|
|
|
|
|
"61386490", "Melbourne", |
|
22383
|
|
|
|
|
|
|
"61361156", "Miena", |
|
22384
|
|
|
|
|
|
|
"61353093", "Ballarat", |
|
22385
|
|
|
|
|
|
|
"61255533", "Comara", |
|
22386
|
|
|
|
|
|
|
"61876283", "Port\ Augusta", |
|
22387
|
|
|
|
|
|
|
"61898465", "Kojaneerup", |
|
22388
|
|
|
|
|
|
|
"61351600", "Morwell", |
|
22389
|
|
|
|
|
|
|
"61268739", "Tottenham", |
|
22390
|
|
|
|
|
|
|
"61890977", "Laverton", |
|
22391
|
|
|
|
|
|
|
"61888118", "Hallett", |
|
22392
|
|
|
|
|
|
|
"61268906", "Fairholme", |
|
22393
|
|
|
|
|
|
|
"61899497", "Geraldton", |
|
22394
|
|
|
|
|
|
|
"61392193", "Sydenham", |
|
22395
|
|
|
|
|
|
|
"61886153", "Morchard", |
|
22396
|
|
|
|
|
|
|
"617486188", "Connors\ Range", |
|
22397
|
|
|
|
|
|
|
"612583758", "Alectown", |
|
22398
|
|
|
|
|
|
|
"61889269", "Alyangula", |
|
22399
|
|
|
|
|
|
|
"61897193", "Pemberton", |
|
22400
|
|
|
|
|
|
|
"61255296", "Ravensworth", |
|
22401
|
|
|
|
|
|
|
"61353867", "Minimay", |
|
22402
|
|
|
|
|
|
|
"61240055", "Bulahdelah", |
|
22403
|
|
|
|
|
|
|
"618903884", "Mount\ Hampton", |
|
22404
|
|
|
|
|
|
|
"61266960", "Tabulam", |
|
22405
|
|
|
|
|
|
|
"61873822", "Salisbury", |
|
22406
|
|
|
|
|
|
|
"618865078", "Roxby\ Downs", |
|
22407
|
|
|
|
|
|
|
"618763834", "Ungarra", |
|
22408
|
|
|
|
|
|
|
"61887328", "Colebatch", |
|
22409
|
|
|
|
|
|
|
"61875561", "Taldra", |
|
22410
|
|
|
|
|
|
|
"612583914", "Gwabegar", |
|
22411
|
|
|
|
|
|
|
"618752482", "Mount\ Pleasant", |
|
22412
|
|
|
|
|
|
|
"61899666", "Yalgoo", |
|
22413
|
|
|
|
|
|
|
"61263945", "Euchareena", |
|
22414
|
|
|
|
|
|
|
"61895020", "Bakers\ Hill", |
|
22415
|
|
|
|
|
|
|
"61741755", "Mundubbera", |
|
22416
|
|
|
|
|
|
|
"61343289", "Warracknabeal", |
|
22417
|
|
|
|
|
|
|
"61877055", "Kalangadoo", |
|
22418
|
|
|
|
|
|
|
"613432120", "Streatham", |
|
22419
|
|
|
|
|
|
|
"61358900", "Caldwell", |
|
22420
|
|
|
|
|
|
|
"613451018", "Port\ Fairy", |
|
22421
|
|
|
|
|
|
|
"61890406", "Bodallin", |
|
22422
|
|
|
|
|
|
|
"612574622", "Ogunbil", |
|
22423
|
|
|
|
|
|
|
"61257392", "Rowena", |
|
22424
|
|
|
|
|
|
|
"6126663", "Casino", |
|
22425
|
|
|
|
|
|
|
"61885353", "Mypolonga", |
|
22426
|
|
|
|
|
|
|
"61356859", "Tidal\ River", |
|
22427
|
|
|
|
|
|
|
"61268477", "Warren", |
|
22428
|
|
|
|
|
|
|
"613531797", "Buninyong", |
|
22429
|
|
|
|
|
|
|
"61281185", "Liverpool", |
|
22430
|
|
|
|
|
|
|
"6138383", "Melbourne", |
|
22431
|
|
|
|
|
|
|
"61890288", "Collurabbie", |
|
22432
|
|
|
|
|
|
|
"6135352", "Ararat", |
|
22433
|
|
|
|
|
|
|
"612573394", "Gundabloui", |
|
22434
|
|
|
|
|
|
|
"6126071", "Tallangatta", |
|
22435
|
|
|
|
|
|
|
"61887106", "Tantanoola", |
|
22436
|
|
|
|
|
|
|
"61737039", "Brisbane", |
|
22437
|
|
|
|
|
|
|
"61341080", "Lindenow", |
|
22438
|
|
|
|
|
|
|
"61261539", "Michelago", |
|
22439
|
|
|
|
|
|
|
"61265386", "Krambach", |
|
22440
|
|
|
|
|
|
|
"613451281", "Macarthur", |
|
22441
|
|
|
|
|
|
|
"61348219", "Dookie", |
|
22442
|
|
|
|
|
|
|
"6128645", "Blacktown", |
|
22443
|
|
|
|
|
|
|
"61267918", "Bingara", |
|
22444
|
|
|
|
|
|
|
"61356180", "Leongatha", |
|
22445
|
|
|
|
|
|
|
"61263482", "Laheys\ Creek", |
|
22446
|
|
|
|
|
|
|
"61740902", "Thursday\ Island", |
|
22447
|
|
|
|
|
|
|
"61354073", "Echuca", |
|
22448
|
|
|
|
|
|
|
"617485918", "Benaraby", |
|
22449
|
|
|
|
|
|
|
"61886202", "Rudall", |
|
22450
|
|
|
|
|
|
|
"61868345", "Albany", |
|
22451
|
|
|
|
|
|
|
"61268381", "Girilambone", |
|
22452
|
|
|
|
|
|
|
"6124030", "Maitland", |
|
22453
|
|
|
|
|
|
|
"618865972", "Miltalie", |
|
22454
|
|
|
|
|
|
|
"61741587", "Wondai", |
|
22455
|
|
|
|
|
|
|
"618964967", "Bolgart", |
|
22456
|
|
|
|
|
|
|
"61340026", "Tempy", |
|
22457
|
|
|
|
|
|
|
"61899149", "Carnarvon", |
|
22458
|
|
|
|
|
|
|
"61391059", "Melbourne", |
|
22459
|
|
|
|
|
|
|
"61880072", "The\ Darling", |
|
22460
|
|
|
|
|
|
|
"61876189", "Wilmington", |
|
22461
|
|
|
|
|
|
|
"613542310", "Strathfieldsaye", |
|
22462
|
|
|
|
|
|
|
"6139745", "Kalkallo", |
|
22463
|
|
|
|
|
|
|
"61269950", "Ivanhoe", |
|
22464
|
|
|
|
|
|
|
"61260635", "Koetong", |
|
22465
|
|
|
|
|
|
|
"61879410", "Alice\ Springs", |
|
22466
|
|
|
|
|
|
|
"613470563", "Swanpool", |
|
22467
|
|
|
|
|
|
|
"61255225", "Idaville", |
|
22468
|
|
|
|
|
|
|
"61887467", "Lucindale", |
|
22469
|
|
|
|
|
|
|
"61886259", "Ceduna", |
|
22470
|
|
|
|
|
|
|
"61887746", "Kongorong", |
|
22471
|
|
|
|
|
|
|
"61358487", "Tatura", |
|
22472
|
|
|
|
|
|
|
"612631897", "Canowindra", |
|
22473
|
|
|
|
|
|
|
"61340230", "Mallan", |
|
22474
|
|
|
|
|
|
|
"61889163", "Pine\ Creek", |
|
22475
|
|
|
|
|
|
|
"612583693", "Curban", |
|
22476
|
|
|
|
|
|
|
"61734393", "Russell\ Island", |
|
22477
|
|
|
|
|
|
|
"61899709", "Geraldton", |
|
22478
|
|
|
|
|
|
|
"61880017", "Menindee", |
|
22479
|
|
|
|
|
|
|
"61367029", "Avoca", |
|
22480
|
|
|
|
|
|
|
"61364122", "Rosebery", |
|
22481
|
|
|
|
|
|
|
"61736406", "Brisbane", |
|
22482
|
|
|
|
|
|
|
"613546097", "Amphitheatre", |
|
22483
|
|
|
|
|
|
|
"61354585", "Charlton", |
|
22484
|
|
|
|
|
|
|
"6175514", "Southport", |
|
22485
|
|
|
|
|
|
|
"6173388", "Beenleigh", |
|
22486
|
|
|
|
|
|
|
"618851594", "Parndana", |
|
22487
|
|
|
|
|
|
|
"6173143", "Ipswich", |
|
22488
|
|
|
|
|
|
|
"61256592", "Hernani", |
|
22489
|
|
|
|
|
|
|
"61353472", "Buangor", |
|
22490
|
|
|
|
|
|
|
"61387089", "Melbourne", |
|
22491
|
|
|
|
|
|
|
"61266170", "Lismore", |
|
22492
|
|
|
|
|
|
|
"61264083", "Thredbo\ Village", |
|
22493
|
|
|
|
|
|
|
"61350716", "Box\ Creek", |
|
22494
|
|
|
|
|
|
|
"61257133", "Inverell", |
|
22495
|
|
|
|
|
|
|
"61356509", "Toora", |
|
22496
|
|
|
|
|
|
|
"61891038", "Kununurra", |
|
22497
|
|
|
|
|
|
|
"61361572", "Miena", |
|
22498
|
|
|
|
|
|
|
"612594169", "Yenda", |
|
22499
|
|
|
|
|
|
|
"61742318", "Mossman", |
|
22500
|
|
|
|
|
|
|
"61351190", "Dinner\ Plain", |
|
22501
|
|
|
|
|
|
|
"61877300", "Willalooka", |
|
22502
|
|
|
|
|
|
|
"61898231", "Woodanilling", |
|
22503
|
|
|
|
|
|
|
"6174256", "Cairns", |
|
22504
|
|
|
|
|
|
|
"613450595", "Victoria\ Valley", |
|
22505
|
|
|
|
|
|
|
"61886528", "Streaky\ Bay", |
|
22506
|
|
|
|
|
|
|
"61895593", "Mandurah", |
|
22507
|
|
|
|
|
|
|
"61742615", "Maryfarms", |
|
22508
|
|
|
|
|
|
|
"613574753", "Wangaratta", |
|
22509
|
|
|
|
|
|
|
"61358034", "Finley", |
|
22510
|
|
|
|
|
|
|
"61265250", "Toorooka", |
|
22511
|
|
|
|
|
|
|
"61358371", "Mabins\ Well", |
|
22512
|
|
|
|
|
|
|
"61899013", "Carnarvon", |
|
22513
|
|
|
|
|
|
|
"61361517", "South\ Bruny", |
|
22514
|
|
|
|
|
|
|
"618865846", "Great\ Bight", |
|
22515
|
|
|
|
|
|
|
"618600985", "Warralakin", |
|
22516
|
|
|
|
|
|
|
"61897603", "Balingup", |
|
22517
|
|
|
|
|
|
|
"61357047", "Flowerdale", |
|
22518
|
|
|
|
|
|
|
"61890167", "Nullarbor", |
|
22519
|
|
|
|
|
|
|
"61752046", "Toogoolawah", |
|
22520
|
|
|
|
|
|
|
"618660832", "Beacon", |
|
22521
|
|
|
|
|
|
|
"61249396", "Laguna", |
|
22522
|
|
|
|
|
|
|
"61266112", "Urbenville", |
|
22523
|
|
|
|
|
|
|
"6173536", "Brisbane", |
|
22524
|
|
|
|
|
|
|
"618858590", "Peake", |
|
22525
|
|
|
|
|
|
|
"61877307", "Colebatch", |
|
22526
|
|
|
|
|
|
|
"61890160", "Neridup", |
|
22527
|
|
|
|
|
|
|
"61895668", "Mandurah", |
|
22528
|
|
|
|
|
|
|
"618903547", "Leonora", |
|
22529
|
|
|
|
|
|
|
"61357040", "Euroa", |
|
22530
|
|
|
|
|
|
|
"61361510", "New\ Norfolk", |
|
22531
|
|
|
|
|
|
|
"61741109", "Bundaberg", |
|
22532
|
|
|
|
|
|
|
"61265257", "Baerami", |
|
22533
|
|
|
|
|
|
|
"612593984", "Kyeamba", |
|
22534
|
|
|
|
|
|
|
"61262331", "Bungendore", |
|
22535
|
|
|
|
|
|
|
"613470151", "Kinglake", |
|
22536
|
|
|
|
|
|
|
"61342194", "Kennedys\ Creek", |
|
22537
|
|
|
|
|
|
|
"613553811", "Macarthur", |
|
22538
|
|
|
|
|
|
|
"618752945", "Mantung", |
|
22539
|
|
|
|
|
|
|
"61266177", "Tyalgum", |
|
22540
|
|
|
|
|
|
|
"61361274", "Huonville", |
|
22541
|
|
|
|
|
|
|
"61868173", "Lake\ Oconnor", |
|
22542
|
|
|
|
|
|
|
"61754206", "Caloundra", |
|
22543
|
|
|
|
|
|
|
"618904277", "Wilgoyne", |
|
22544
|
|
|
|
|
|
|
"61351197", "Mallacoota", |
|
22545
|
|
|
|
|
|
|
"61256294", "Murwillumbah", |
|
22546
|
|
|
|
|
|
|
"61255548", "Taylors\ Arm", |
|
22547
|
|
|
|
|
|
|
"617480392", "Gladstone", |
|
22548
|
|
|
|
|
|
|
"61280449", "Sydney", |
|
22549
|
|
|
|
|
|
|
"618985474", "Ravensthorpe", |
|
22550
|
|
|
|
|
|
|
"61263902", "Neville", |
|
22551
|
|
|
|
|
|
|
"61895365", "Gidgegannup", |
|
22552
|
|
|
|
|
|
|
"617458793", "Dirranbandi", |
|
22553
|
|
|
|
|
|
|
"61890986", "Collurabbie", |
|
22554
|
|
|
|
|
|
|
"61877113", "Port\ Macdonnell", |
|
22555
|
|
|
|
|
|
|
"61255711", "Byabarra", |
|
22556
|
|
|
|
|
|
|
"61880010", "Broken\ Hill", |
|
22557
|
|
|
|
|
|
|
"612593916", "Landervale", |
|
22558
|
|
|
|
|
|
|
"61269388", "Humula", |
|
22559
|
|
|
|
|
|
|
"6128815", "Sydney", |
|
22560
|
|
|
|
|
|
|
"61358480", "Blighty", |
|
22561
|
|
|
|
|
|
|
"61742479", "Peninsula", |
|
22562
|
|
|
|
|
|
|
"61340237", "Anabranch", |
|
22563
|
|
|
|
|
|
|
"61886245", "Courela", |
|
22564
|
|
|
|
|
|
|
"618661116", "Beverley\ West", |
|
22565
|
|
|
|
|
|
|
"61250034", "Corryong", |
|
22566
|
|
|
|
|
|
|
"61348161", "Blighty", |
|
22567
|
|
|
|
|
|
|
"61861933", "Kalamunda", |
|
22568
|
|
|
|
|
|
|
"61745771", "Dirranbandi", |
|
22569
|
|
|
|
|
|
|
"6138190", "Kalkallo", |
|
22570
|
|
|
|
|
|
|
"618763798", "Leigh\ Creek\ South", |
|
22571
|
|
|
|
|
|
|
"6173461", "Cleveland", |
|
22572
|
|
|
|
|
|
|
"61269685", "Darlington\ Point", |
|
22573
|
|
|
|
|
|
|
"61269957", "Lockhart", |
|
22574
|
|
|
|
|
|
|
"617468304", "Killarney", |
|
22575
|
|
|
|
|
|
|
"613431922", "Murtoa", |
|
22576
|
|
|
|
|
|
|
"61754085", "Nambour", |
|
22577
|
|
|
|
|
|
|
"61887460", "Thornlea", |
|
22578
|
|
|
|
|
|
|
"618985583", "Hyden\ East", |
|
22579
|
|
|
|
|
|
|
"617480653", "Bajool", |
|
22580
|
|
|
|
|
|
|
"61886854", "Coffin\ Bay", |
|
22581
|
|
|
|
|
|
|
"61887304", "Tantanoola", |
|
22582
|
|
|
|
|
|
|
"618752500", "Strathalbyn", |
|
22583
|
|
|
|
|
|
|
"6135386", "Goroke", |
|
22584
|
|
|
|
|
|
|
"61879417", "Darwin", |
|
22585
|
|
|
|
|
|
|
"61265184", "Broke", |
|
22586
|
|
|
|
|
|
|
"61740945", "Dimbulah", |
|
22587
|
|
|
|
|
|
|
"612583223", "Albert", |
|
22588
|
|
|
|
|
|
|
"61364169", "Sheffield", |
|
22589
|
|
|
|
|
|
|
"61367062", "Evandale", |
|
22590
|
|
|
|
|
|
|
"61752282", "Coominya", |
|
22591
|
|
|
|
|
|
|
"6173915", "Brisbane", |
|
22592
|
|
|
|
|
|
|
"61886504", "Yunta", |
|
22593
|
|
|
|
|
|
|
"61741580", "Tiaro", |
|
22594
|
|
|
|
|
|
|
"612683761", "Goorianawa", |
|
22595
|
|
|
|
|
|
|
"61341087", "Bairnsdale", |
|
22596
|
|
|
|
|
|
|
"612685660", "Borah\ Tank", |
|
22597
|
|
|
|
|
|
|
"618660135", "Yorkrakine", |
|
22598
|
|
|
|
|
|
|
"61899155", "Yallalong", |
|
22599
|
|
|
|
|
|
|
"61747931", "Cape\ River", |
|
22600
|
|
|
|
|
|
|
"61895654", "Mount\ Wells", |
|
22601
|
|
|
|
|
|
|
"618903687", "Bullfinch", |
|
22602
|
|
|
|
|
|
|
"61352084", "Queenscliff", |
|
22603
|
|
|
|
|
|
|
"61734735", "Dayboro", |
|
22604
|
|
|
|
|
|
|
"61888039", "Halbury", |
|
22605
|
|
|
|
|
|
|
"61356187", "Wonthaggi", |
|
22606
|
|
|
|
|
|
|
"61251284", "Gearys\ Gap", |
|
22607
|
|
|
|
|
|
|
"61263959", "Mudgee", |
|
22608
|
|
|
|
|
|
|
"6138372", "Sydenham", |
|
22609
|
|
|
|
|
|
|
"61851118", "Cocos\ Island", |
|
22610
|
|
|
|
|
|
|
"617486167", "Buckland", |
|
22611
|
|
|
|
|
|
|
"61741749", "Gayndah", |
|
22612
|
|
|
|
|
|
|
"61877049", "Cannawigara", |
|
22613
|
|
|
|
|
|
|
"61358907", "Finley", |
|
22614
|
|
|
|
|
|
|
"61896051", "Cadoux", |
|
22615
|
|
|
|
|
|
|
"61743338", "Murgon", |
|
22616
|
|
|
|
|
|
|
"618753181", "Narrung", |
|
22617
|
|
|
|
|
|
|
"6188326", "Mclaren\ Vale", |
|
22618
|
|
|
|
|
|
|
"61260846", "Balldale", |
|
22619
|
|
|
|
|
|
|
"61248026", "Crookwell", |
|
22620
|
|
|
|
|
|
|
"61359378", "Emerald", |
|
22621
|
|
|
|
|
|
|
"61268470", "Gilgandra", |
|
22622
|
|
|
|
|
|
|
"61748999", "Alpha", |
|
22623
|
|
|
|
|
|
|
"61741152", "Windera", |
|
22624
|
|
|
|
|
|
|
"61896975", "Kalannie", |
|
22625
|
|
|
|
|
|
|
"61364646", "Stanley", |
|
22626
|
|
|
|
|
|
|
"612582498", "Mandagery", |
|
22627
|
|
|
|
|
|
|
"61891213", "Hall\'s\ Creek", |
|
22628
|
|
|
|
|
|
|
"61355174", "Woodhouse", |
|
22629
|
|
|
|
|
|
|
"61240219", "Bulahdelah", |
|
22630
|
|
|
|
|
|
|
"61895027", "Bullsbrook\ East", |
|
22631
|
|
|
|
|
|
|
"61341434", "Morwell", |
|
22632
|
|
|
|
|
|
|
"612532665", "Boorowa", |
|
22633
|
|
|
|
|
|
|
"61756052", "Jimboomba", |
|
22634
|
|
|
|
|
|
|
"61245021", "Kurrajong\ Heights", |
|
22635
|
|
|
|
|
|
|
"61887091", "Port\ Macdonnell", |
|
22636
|
|
|
|
|
|
|
"61357319", "Woods\ Point", |
|
22637
|
|
|
|
|
|
|
"61876274", "Cowell", |
|
22638
|
|
|
|
|
|
|
"6138501", "Clayton", |
|
22639
|
|
|
|
|
|
|
"61879358", "Borroloola", |
|
22640
|
|
|
|
|
|
|
"61872021", "Adelaide", |
|
22641
|
|
|
|
|
|
|
"612594394", "Cowabbie", |
|
22642
|
|
|
|
|
|
|
"612574639", "Upper\ Horton", |
|
22643
|
|
|
|
|
|
|
"6128980", "Avalon\ Beach", |
|
22644
|
|
|
|
|
|
|
"61266145", "Coffs\ Harbour", |
|
22645
|
|
|
|
|
|
|
"61265798", "Broke", |
|
22646
|
|
|
|
|
|
|
"61358910", "Shepparton", |
|
22647
|
|
|
|
|
|
|
"61889025", "Alyangula", |
|
22648
|
|
|
|
|
|
|
"613470917", "Eildon", |
|
22649
|
|
|
|
|
|
|
"61885284", "Hamley\ Bridge", |
|
22650
|
|
|
|
|
|
|
"61897066", "Margaret\ River", |
|
22651
|
|
|
|
|
|
|
"61350146", "Ultima", |
|
22652
|
|
|
|
|
|
|
"61741261", "Childers", |
|
22653
|
|
|
|
|
|
|
"61888823", "Ardrossan", |
|
22654
|
|
|
|
|
|
|
"61753771", "Noosaville", |
|
22655
|
|
|
|
|
|
|
"61340594", "Berriwillock", |
|
22656
|
|
|
|
|
|
|
"61875154", "Pinnaroo", |
|
22657
|
|
|
|
|
|
|
"618683342", "Bremer\ Bay", |
|
22658
|
|
|
|
|
|
|
"61354779", "Nullawil", |
|
22659
|
|
|
|
|
|
|
"61885157", "Peebinga", |
|
22660
|
|
|
|
|
|
|
"61748465", "Moranbah", |
|
22661
|
|
|
|
|
|
|
"61740977", "Ravenshoe", |
|
22662
|
|
|
|
|
|
|
"61742450", "Cooktown", |
|
22663
|
|
|
|
|
|
|
"61350669", "Sea\ Lake", |
|
22664
|
|
|
|
|
|
|
"6124031", "Newcastle", |
|
22665
|
|
|
|
|
|
|
"617459858", "Isisford", |
|
22666
|
|
|
|
|
|
|
"618858526", "Karoonda", |
|
22667
|
|
|
|
|
|
|
"61256537", "Tyalgum", |
|
22668
|
|
|
|
|
|
|
"6139516", "Melbourne", |
|
22669
|
|
|
|
|
|
|
"61875287", "Wynarka", |
|
22670
|
|
|
|
|
|
|
"61730947", "Beenleigh", |
|
22671
|
|
|
|
|
|
|
"618763508", "Tooligie\ Hill", |
|
22672
|
|
|
|
|
|
|
"61886212", "Port\ Lincoln", |
|
22673
|
|
|
|
|
|
|
"61749497", "Calen", |
|
22674
|
|
|
|
|
|
|
"61344060", "Avoca", |
|
22675
|
|
|
|
|
|
|
"61747193", "Hughenden", |
|
22676
|
|
|
|
|
|
|
"61746532", "Texas", |
|
22677
|
|
|
|
|
|
|
"61348209", "Wanganella", |
|
22678
|
|
|
|
|
|
|
"617486982", "Bajool", |
|
22679
|
|
|
|
|
|
|
"61353649", "Ballarat", |
|
22680
|
|
|
|
|
|
|
"618600206", "Corrigin\ West", |
|
22681
|
|
|
|
|
|
|
"61269041", "Hillston", |
|
22682
|
|
|
|
|
|
|
"61887116", "Thornlea", |
|
22683
|
|
|
|
|
|
|
"61746839", "Wandoan", |
|
22684
|
|
|
|
|
|
|
"61886277", "Kelly", |
|
22685
|
|
|
|
|
|
|
"61754641", "Rosewood", |
|
22686
|
|
|
|
|
|
|
"61886121", "Kyancutta", |
|
22687
|
|
|
|
|
|
|
"61341543", "Golden\ Beach", |
|
22688
|
|
|
|
|
|
|
"61898787", "Woogenilup", |
|
22689
|
|
|
|
|
|
|
"61363054", "Longford", |
|
22690
|
|
|
|
|
|
|
"61747332", "Cape\ River", |
|
22691
|
|
|
|
|
|
|
"613441908", "Inglewood", |
|
22692
|
|
|
|
|
|
|
"61253021", "Boorowa", |
|
22693
|
|
|
|
|
|
|
"617441385", "Briaba", |
|
22694
|
|
|
|
|
|
|
"618858538", "Lameroo", |
|
22695
|
|
|
|
|
|
|
"61851124", "Hall\'s\ Creek", |
|
22696
|
|
|
|
|
|
|
"61363465", "Avoca", |
|
22697
|
|
|
|
|
|
|
"61355884", "Harrow", |
|
22698
|
|
|
|
|
|
|
"61875168", "Yankalilla", |
|
22699
|
|
|
|
|
|
|
"61351565", "Lakes\ Entrance", |
|
22700
|
|
|
|
|
|
|
"61263094", "Grenfell", |
|
22701
|
|
|
|
|
|
|
"61899719", "Perenjori\ East", |
|
22702
|
|
|
|
|
|
|
"61880007", "Pimpara", |
|
22703
|
|
|
|
|
|
|
"61348252", "Dookie", |
|
22704
|
|
|
|
|
|
|
"61256446", "Tyringham", |
|
22705
|
|
|
|
|
|
|
"618683504", "Holland\ Rocks", |
|
22706
|
|
|
|
|
|
|
"61746762", "Goondiwindi", |
|
22707
|
|
|
|
|
|
|
"61879364", "Jabiru", |
|
22708
|
|
|
|
|
|
|
"61354996", "Bendigo", |
|
22709
|
|
|
|
|
|
|
"61879400", "Ranken\ River", |
|
22710
|
|
|
|
|
|
|
"61755338", "Tweed\ Heads", |
|
22711
|
|
|
|
|
|
|
"61240738", "East\ Gresford", |
|
22712
|
|
|
|
|
|
|
"61742126", "Lockhart\ River", |
|
22713
|
|
|
|
|
|
|
"61391012", "Melbourne", |
|
22714
|
|
|
|
|
|
|
"61257337", "Gunnedah", |
|
22715
|
|
|
|
|
|
|
"61263970", "Millthorpe", |
|
22716
|
|
|
|
|
|
|
"613573074", "Kobyboyn", |
|
22717
|
|
|
|
|
|
|
"618660966", "Beverley\ West", |
|
22718
|
|
|
|
|
|
|
"61899003", "Balla", |
|
22719
|
|
|
|
|
|
|
"61361507", "Margate", |
|
22720
|
|
|
|
|
|
|
"617442510", "Bambaroo", |
|
22721
|
|
|
|
|
|
|
"61745943", "Wandoan", |
|
22722
|
|
|
|
|
|
|
"61742605", "Hopevale", |
|
22723
|
|
|
|
|
|
|
"61248653", "Nerriga", |
|
22724
|
|
|
|
|
|
|
"618763730", "Port\ Lincoln", |
|
22725
|
|
|
|
|
|
|
"618762616", "Port\ Broughton", |
|
22726
|
|
|
|
|
|
|
"618964476", "Gillingarra", |
|
22727
|
|
|
|
|
|
|
"61353407", "Stoneleigh", |
|
22728
|
|
|
|
|
|
|
"618967666", "Dukin", |
|
22729
|
|
|
|
|
|
|
"61363068", "Pyengana", |
|
22730
|
|
|
|
|
|
|
"61268459", "Wellington", |
|
22731
|
|
|
|
|
|
|
"61877310", "Frances", |
|
22732
|
|
|
|
|
|
|
"61896947", "Jurien", |
|
22733
|
|
|
|
|
|
|
"618854541", "Morgan", |
|
22734
|
|
|
|
|
|
|
"618967818", "Pantapin", |
|
22735
|
|
|
|
|
|
|
"617442555", "Gumlu", |
|
22736
|
|
|
|
|
|
|
"612583205", "Trangie", |
|
22737
|
|
|
|
|
|
|
"61888698", "Lochiel", |
|
22738
|
|
|
|
|
|
|
"61746656", "Meandarra", |
|
22739
|
|
|
|
|
|
|
"61261063", "Gundaroo", |
|
22740
|
|
|
|
|
|
|
"61742308", "Coen", |
|
22741
|
|
|
|
|
|
|
"612594069", "Wallanthery", |
|
22742
|
|
|
|
|
|
|
"617473994", "Hughenden", |
|
22743
|
|
|
|
|
|
|
"613553697", "Edenhope", |
|
22744
|
|
|
|
|
|
|
"61356519", "Leongatha", |
|
22745
|
|
|
|
|
|
|
"6128955", "Sydney", |
|
22746
|
|
|
|
|
|
|
"61350706", "Berriwillock", |
|
22747
|
|
|
|
|
|
|
"61898805", "Hyden", |
|
22748
|
|
|
|
|
|
|
"61743499", "Kumbia", |
|
22749
|
|
|
|
|
|
|
"61264540", "Adaminaby", |
|
22750
|
|
|
|
|
|
|
"61244276", "Bawley\ Point", |
|
22751
|
|
|
|
|
|
|
"61263912", "Orange", |
|
22752
|
|
|
|
|
|
|
"618683483", "Bow\ Bridge", |
|
22753
|
|
|
|
|
|
|
"61267488", "Drake", |
|
22754
|
|
|
|
|
|
|
"618660733", "Badgerin\ Rock", |
|
22755
|
|
|
|
|
|
|
"612574916", "Coolatai", |
|
22756
|
|
|
|
|
|
|
"61238164", "Bevendale", |
|
22757
|
|
|
|
|
|
|
"6189739", "Lake\ Clifton", |
|
22758
|
|
|
|
|
|
|
"61874777", "Adelaide", |
|
22759
|
|
|
|
|
|
|
"612583275", "Hermidale", |
|
22760
|
|
|
|
|
|
|
"61754216", "Esk", |
|
22761
|
|
|
|
|
|
|
"61264547", "Adaminaby", |
|
22762
|
|
|
|
|
|
|
"61350344", "Cunninyeuk", |
|
22763
|
|
|
|
|
|
|
"61267206", "Bundarra", |
|
22764
|
|
|
|
|
|
|
"618661084", "Yerecoin", |
|
22765
|
|
|
|
|
|
|
"61888563", "Blyth", |
|
22766
|
|
|
|
|
|
|
"6124428", "Nowra", |
|
22767
|
|
|
|
|
|
|
"61877372", "Rendelsham", |
|
22768
|
|
|
|
|
|
|
"613574644", "Benalla", |
|
22769
|
|
|
|
|
|
|
"61361500", "Geeveston", |
|
22770
|
|
|
|
|
|
|
"61250223", "Cudgewa", |
|
22771
|
|
|
|
|
|
|
"61263977", "Running\ Stream", |
|
22772
|
|
|
|
|
|
|
"61246079", "Campbelltown", |
|
22773
|
|
|
|
|
|
|
"61877317", "Laffer", |
|
22774
|
|
|
|
|
|
|
"61896940", "Badgingarra", |
|
22775
|
|
|
|
|
|
|
"61251179", "Canberra", |
|
22776
|
|
|
|
|
|
|
"61889404", "Rodinga", |
|
22777
|
|
|
|
|
|
|
"618869191", "Port\ Augusta", |
|
22778
|
|
|
|
|
|
|
"61240252", "Bulahdelah", |
|
22779
|
|
|
|
|
|
|
"61353400", "Ballarat", |
|
22780
|
|
|
|
|
|
|
"618763951", "Cummins", |
|
22781
|
|
|
|
|
|
|
"61266102", "Tyalgum", |
|
22782
|
|
|
|
|
|
|
"6139239", "Clayton", |
|
22783
|
|
|
|
|
|
|
"61749061", "Gemfields", |
|
22784
|
|
|
|
|
|
|
"61879407", "Tiwi", |
|
22785
|
|
|
|
|
|
|
"61887314", "Coonawarra", |
|
22786
|
|
|
|
|
|
|
"613431939", "Yaapeet", |
|
22787
|
|
|
|
|
|
|
"61344325", "Gisborne", |
|
22788
|
|
|
|
|
|
|
"613853", "Melbourne", |
|
22789
|
|
|
|
|
|
|
"61885426", "Taylorville", |
|
22790
|
|
|
|
|
|
|
"613546264", "Dunolly", |
|
22791
|
|
|
|
|
|
|
"618683574", "Yealering", |
|
22792
|
|
|
|
|
|
|
"61267085", "Kelvin", |
|
22793
|
|
|
|
|
|
|
"61867041", "Dardanup", |
|
22794
|
|
|
|
|
|
|
"61257330", "Guyra", |
|
22795
|
|
|
|
|
|
|
"61266373", "Lismore", |
|
22796
|
|
|
|
|
|
|
"6173460", "Brisbane", |
|
22797
|
|
|
|
|
|
|
"61890595", "Mount\ Hampton", |
|
22798
|
|
|
|
|
|
|
"618660757", "Dandaragan", |
|
22799
|
|
|
|
|
|
|
"61268048", "Double\ Peaks", |
|
22800
|
|
|
|
|
|
|
"61362041", "Huonville", |
|
22801
|
|
|
|
|
|
|
"617473845", "Camooweal", |
|
22802
|
|
|
|
|
|
|
"612574984", "Wellingrove", |
|
22803
|
|
|
|
|
|
|
"61350622", "Ouyen", |
|
22804
|
|
|
|
|
|
|
"618661016", "Wubin\ West", |
|
22805
|
|
|
|
|
|
|
"6187642", "Georgetown\/Jamestown\/Laura\/Leigh\ Creek\ South", |
|
22806
|
|
|
|
|
|
|
"61740301", "Cairns", |
|
22807
|
|
|
|
|
|
|
"61255701", "Stuarts\ Point", |
|
22808
|
|
|
|
|
|
|
"617452654", "Pittsworth", |
|
22809
|
|
|
|
|
|
|
"61880000", "Broken\ Hill", |
|
22810
|
|
|
|
|
|
|
"612955", "Sydney", |
|
22811
|
|
|
|
|
|
|
"617750183", "North\ Star", |
|
22812
|
|
|
|
|
|
|
"61877103", "Lucindale", |
|
22813
|
|
|
|
|
|
|
"61265963", "Moonan\ Flat", |
|
22814
|
|
|
|
|
|
|
"61860035", "Bullfinch", |
|
22815
|
|
|
|
|
|
|
"61258146", "Warrington", |
|
22816
|
|
|
|
|
|
|
"61746729", "Chinchilla", |
|
22817
|
|
|
|
|
|
|
"61269979", "Hillston", |
|
22818
|
|
|
|
|
|
|
"61344067", "Castlemaine", |
|
22819
|
|
|
|
|
|
|
"618753218", "Mount\ Pleasant", |
|
22820
|
|
|
|
|
|
|
"61248594", "Lost\ River", |
|
22821
|
|
|
|
|
|
|
"61879166", "Pine\ Creek", |
|
22822
|
|
|
|
|
|
|
"61898780", "Williams", |
|
22823
|
|
|
|
|
|
|
"61240693", "Branxton", |
|
22824
|
|
|
|
|
|
|
"618600276", "Bodallin\ North", |
|
22825
|
|
|
|
|
|
|
"61742324", "Cairns", |
|
22826
|
|
|
|
|
|
|
"61746234", "Wallumbilla", |
|
22827
|
|
|
|
|
|
|
"61361189", "Dover", |
|
22828
|
|
|
|
|
|
|
"61351132", "Sale", |
|
22829
|
|
|
|
|
|
|
"61742457", "Gordonvale", |
|
22830
|
|
|
|
|
|
|
"61741043", "Farnsfield", |
|
22831
|
|
|
|
|
|
|
"61740970", "Innot\ Hot\ Springs", |
|
22832
|
|
|
|
|
|
|
"61238158", "Taralga", |
|
22833
|
|
|
|
|
|
|
"61885150", "Paruna", |
|
22834
|
|
|
|
|
|
|
"61351825", "Yarram", |
|
22835
|
|
|
|
|
|
|
"61255141", "Port\ Macquarie", |
|
22836
|
|
|
|
|
|
|
"618982980", "Boscabel", |
|
22837
|
|
|
|
|
|
|
"61749490", "Dysart", |
|
22838
|
|
|
|
|
|
|
"61730940", "Redcliffe", |
|
22839
|
|
|
|
|
|
|
"61875280", "Taldra", |
|
22840
|
|
|
|
|
|
|
"6134338", "Linton\/Lorquon\/Marnoo\/Maroona\/Minimay", |
|
22841
|
|
|
|
|
|
|
"618997004", "Paynes\ Find", |
|
22842
|
|
|
|
|
|
|
"61353655", "Lorquon", |
|
22843
|
|
|
|
|
|
|
"61256530", "Mallanganee", |
|
22844
|
|
|
|
|
|
|
"618854518", "Blanchetown", |
|
22845
|
|
|
|
|
|
|
"61357075", "Kobyboyn", |
|
22846
|
|
|
|
|
|
|
"61266159", "Woodburn", |
|
22847
|
|
|
|
|
|
|
"61356383", "Korumburra", |
|
22848
|
|
|
|
|
|
|
"61240209", "Mulbring", |
|
22849
|
|
|
|
|
|
|
"6188755", "Keith", |
|
22850
|
|
|
|
|
|
|
"61891203", "Sandfire", |
|
22851
|
|
|
|
|
|
|
"61888733", "Alford", |
|
22852
|
|
|
|
|
|
|
"61358972", "Dookie", |
|
22853
|
|
|
|
|
|
|
"61340292", "Cowangie", |
|
22854
|
|
|
|
|
|
|
"61898842", "Boddington", |
|
22855
|
|
|
|
|
|
|
"61264436", "Bemboka", |
|
22856
|
|
|
|
|
|
|
"61742642", "Edward\ River", |
|
22857
|
|
|
|
|
|
|
"61851108", "Port\ Hedland", |
|
22858
|
|
|
|
|
|
|
"61265279", "Coopernook", |
|
22859
|
|
|
|
|
|
|
"61358917", "Nathalia", |
|
22860
|
|
|
|
|
|
|
"61740094", "Maryfarms", |
|
22861
|
|
|
|
|
|
|
"618967841", "Talbot\ Brook", |
|
22862
|
|
|
|
|
|
|
"6139107", "Melbourne", |
|
22863
|
|
|
|
|
|
|
"618989324", "Wickepin", |
|
22864
|
|
|
|
|
|
|
"61891580", "Port\ Hedland", |
|
22865
|
|
|
|
|
|
|
"617442919", "Palm\ Island", |
|
22866
|
|
|
|
|
|
|
"612530201", "Running\ Stream", |
|
22867
|
|
|
|
|
|
|
"613470572", "Woods\ Point", |
|
22868
|
|
|
|
|
|
|
"61351617", "Cann\ River", |
|
22869
|
|
|
|
|
|
|
"61263167", "Monteagle", |
|
22870
|
|
|
|
|
|
|
"61730590", "Beenleigh", |
|
22871
|
|
|
|
|
|
|
"61742792", "Mossman", |
|
22872
|
|
|
|
|
|
|
"61355183", "Benayeo", |
|
22873
|
|
|
|
|
|
|
"61749155", "Nathan\ Gorge", |
|
22874
|
|
|
|
|
|
|
"61897931", "Myalup", |
|
22875
|
|
|
|
|
|
|
"61265359", "Mount\ Olive", |
|
22876
|
|
|
|
|
|
|
"613644100", "Burnie", |
|
22877
|
|
|
|
|
|
|
"618683711", "Dongolocking", |
|
22878
|
|
|
|
|
|
|
"61742281", "Babinda", |
|
22879
|
|
|
|
|
|
|
"61890526", "Salmon\ Gums", |
|
22880
|
|
|
|
|
|
|
"61351672", "Morwell", |
|
22881
|
|
|
|
|
|
|
"618859956", "Perponda", |
|
22882
|
|
|
|
|
|
|
"61745654", "Jandowae", |
|
22883
|
|
|
|
|
|
|
"61247425", "Penrith", |
|
22884
|
|
|
|
|
|
|
"61877209", "Willalooka", |
|
22885
|
|
|
|
|
|
|
"61260147", "Howlong", |
|
22886
|
|
|
|
|
|
|
"613574630", "Beechworth", |
|
22887
|
|
|
|
|
|
|
"61745938", "Dalby", |
|
22888
|
|
|
|
|
|
|
"618753196", "Strathalbyn", |
|
22889
|
|
|
|
|
|
|
"6134712", "Whorouly\/Woods\ Point\/Yarck\/Beechworth", |
|
22890
|
|
|
|
|
|
|
"61255022", "Broke", |
|
22891
|
|
|
|
|
|
|
"61256341", "Grafton", |
|
22892
|
|
|
|
|
|
|
"61866030", "Dale\ River", |
|
22893
|
|
|
|
|
|
|
"61886350", "Port\ Broughton", |
|
22894
|
|
|
|
|
|
|
"61255444", "Gloucester", |
|
22895
|
|
|
|
|
|
|
"61746051", "Cooyar", |
|
22896
|
|
|
|
|
|
|
"6188936", "Darwin", |
|
22897
|
|
|
|
|
|
|
"61887800", "Port\ Macdonnell", |
|
22898
|
|
|
|
|
|
|
"618852878", "Goolwa", |
|
22899
|
|
|
|
|
|
|
"6173419", "Redcliffe", |
|
22900
|
|
|
|
|
|
|
"6135687", "Foster", |
|
22901
|
|
|
|
|
|
|
"612574119", "Drake", |
|
22902
|
|
|
|
|
|
|
"61364685", "Currie", |
|
22903
|
|
|
|
|
|
|
"618863704", "Rudall", |
|
22904
|
|
|
|
|
|
|
"61240743", "Mulbring", |
|
22905
|
|
|
|
|
|
|
"6135964", "Emerald", |
|
22906
|
|
|
|
|
|
|
"618753415", "Morgan", |
|
22907
|
|
|
|
|
|
|
"61244280", "Huskisson", |
|
22908
|
|
|
|
|
|
|
"613431887", "Bangerang", |
|
22909
|
|
|
|
|
|
|
"61269725", "Burcher", |
|
22910
|
|
|
|
|
|
|
"61260885", "Barnawartha", |
|
22911
|
|
|
|
|
|
|
"612593665", "Barellan", |
|
22912
|
|
|
|
|
|
|
"6174862", "Mackay", |
|
22913
|
|
|
|
|
|
|
"612583249", "Collie", |
|
22914
|
|
|
|
|
|
|
"61896023", "Bencubbin", |
|
22915
|
|
|
|
|
|
|
"61250129", "Nariel", |
|
22916
|
|
|
|
|
|
|
"61898999", "Manypeaks\ North", |
|
22917
|
|
|
|
|
|
|
"61885098", "Loxton", |
|
22918
|
|
|
|
|
|
|
"61238090", "Breadalbane", |
|
22919
|
|
|
|
|
|
|
"61746975", "Helidon", |
|
22920
|
|
|
|
|
|
|
"61891152", "Derby", |
|
22921
|
|
|
|
|
|
|
"618753450", "Wynarka", |
|
22922
|
|
|
|
|
|
|
"617441435", "Barkly", |
|
22923
|
|
|
|
|
|
|
"612971", "Sydney", |
|
22924
|
|
|
|
|
|
|
"61340339", "Hopetoun", |
|
22925
|
|
|
|
|
|
|
"61352073", "Lavers\ Hill", |
|
22926
|
|
|
|
|
|
|
"61745027", "Bowenville", |
|
22927
|
|
|
|
|
|
|
"612684560", "Tyrie", |
|
22928
|
|
|
|
|
|
|
"61868257", "Kuringup", |
|
22929
|
|
|
|
|
|
|
"617452109", "Killarney", |
|
22930
|
|
|
|
|
|
|
"618869014", "Iron\ Knob", |
|
22931
|
|
|
|
|
|
|
"61888124", "Bute", |
|
22932
|
|
|
|
|
|
|
"61240103", "Nelson\ Bay", |
|
22933
|
|
|
|
|
|
|
"61341538", "Dinner\ Plain", |
|
22934
|
|
|
|
|
|
|
"613553570", "Mortlake", |
|
22935
|
|
|
|
|
|
|
"61268218", "Naradhan", |
|
22936
|
|
|
|
|
|
|
"61891109", "Millstream", |
|
22937
|
|
|
|
|
|
|
"61740160", "Innisfail", |
|
22938
|
|
|
|
|
|
|
"61896590", "Cunderdin\ North", |
|
22939
|
|
|
|
|
|
|
"61242389", "Kiama", |
|
22940
|
|
|
|
|
|
|
"61867211", "Upper\ Preston", |
|
22941
|
|
|
|
|
|
|
"61745668", "Goombungee", |
|
22942
|
|
|
|
|
|
|
"618601093", "Mount\ Walker\ South", |
|
22943
|
|
|
|
|
|
|
"61261682", "Bungendore", |
|
22944
|
|
|
|
|
|
|
"61367336", "Campbell\ Town", |
|
22945
|
|
|
|
|
|
|
"613531690", "Landsborough", |
|
22946
|
|
|
|
|
|
|
"6136362", "Deloraine", |
|
22947
|
|
|
|
|
|
|
"612532984", "Neville", |
|
22948
|
|
|
|
|
|
|
"618683066", "Kronkup", |
|
22949
|
|
|
|
|
|
|
"61265173", "Bunnan", |
|
22950
|
|
|
|
|
|
|
"61345093", "Dundonnell", |
|
22951
|
|
|
|
|
|
|
"61890482", "Cascade", |
|
22952
|
|
|
|
|
|
|
"61745365", "Isisford", |
|
22953
|
|
|
|
|
|
|
"61264997", "Wonboyn\ Lake", |
|
22954
|
|
|
|
|
|
|
"61269169", "The\ Rock", |
|
22955
|
|
|
|
|
|
|
"61743140", "Bundaberg", |
|
22956
|
|
|
|
|
|
|
"61867122", "Beedelup", |
|
22957
|
|
|
|
|
|
|
"61886005", "Arno\ Bay", |
|
22958
|
|
|
|
|
|
|
"61877252", "Wrattonbully", |
|
22959
|
|
|
|
|
|
|
"61747778", "Halifax", |
|
22960
|
|
|
|
|
|
|
"6138368", "Melbourne", |
|
22961
|
|
|
|
|
|
|
"61263406", "Merriganowry", |
|
22962
|
|
|
|
|
|
|
"61740986", "Daintree", |
|
22963
|
|
|
|
|
|
|
"61890311", "Laverton", |
|
22964
|
|
|
|
|
|
|
"618660742", "Bibby\ Springs", |
|
22965
|
|
|
|
|
|
|
"61265302", "Hunter\ Springs", |
|
22966
|
|
|
|
|
|
|
"613441739", "Trentham", |
|
22967
|
|
|
|
|
|
|
"612594407", "Henty", |
|
22968
|
|
|
|
|
|
|
"61887182", "Wirrega", |
|
22969
|
|
|
|
|
|
|
"61356429", "Foster", |
|
22970
|
|
|
|
|
|
|
"612532916", "Milvale", |
|
22971
|
|
|
|
|
|
|
"61875276", "Robertstown", |
|
22972
|
|
|
|
|
|
|
"613531912", "Clear\ Lake", |
|
22973
|
|
|
|
|
|
|
"61263288", "Bathurst", |
|
22974
|
|
|
|
|
|
|
"61889101", "Tiwi", |
|
22975
|
|
|
|
|
|
|
"6126688", "Nimbin", |
|
22976
|
|
|
|
|
|
|
"61754046", "Woodford", |
|
22977
|
|
|
|
|
|
|
"6188627", "Kimba", |
|
22978
|
|
|
|
|
|
|
"61868184", "Varley", |
|
22979
|
|
|
|
|
|
|
"61361283", "Hobart", |
|
22980
|
|
|
|
|
|
|
"61357200", "Wangaratta", |
|
22981
|
|
|
|
|
|
|
"61358162", "Rushworth", |
|
22982
|
|
|
|
|
|
|
"61260707", "Cudgewa", |
|
22983
|
|
|
|
|
|
|
"61876156", "Coulta", |
|
22984
|
|
|
|
|
|
|
"61756249", "Tamborine\ Mountain", |
|
22985
|
|
|
|
|
|
|
"613470893", "Swanpool", |
|
22986
|
|
|
|
|
|
|
"61741920", "Childers", |
|
22987
|
|
|
|
|
|
|
"613432218", "Streatham", |
|
22988
|
|
|
|
|
|
|
"61898776", "Wickepin\ East", |
|
22989
|
|
|
|
|
|
|
"61890945", "Merredin", |
|
22990
|
|
|
|
|
|
|
"61744318", "Prairie", |
|
22991
|
|
|
|
|
|
|
"61886286", "Cleve", |
|
22992
|
|
|
|
|
|
|
"618865963", "Poochera", |
|
22993
|
|
|
|
|
|
|
"613431778", "Goroke", |
|
22994
|
|
|
|
|
|
|
"61878127", "Warooka", |
|
22995
|
|
|
|
|
|
|
"612594135", "Milbrulong", |
|
22996
|
|
|
|
|
|
|
"61260700", "Corryong", |
|
22997
|
|
|
|
|
|
|
"61264074", "Numeralla", |
|
22998
|
|
|
|
|
|
|
"61264331", "Thredbo\ Village", |
|
22999
|
|
|
|
|
|
|
"61357207", "Beechworth", |
|
23000
|
|
|
|
|
|
|
"61741435", "Nanango", |
|
23001
|
|
|
|
|
|
|
"61752924", "Caboolture", |
|
23002
|
|
|
|
|
|
|
"61752206", "Woodbine", |
|
23003
|
|
|
|
|
|
|
"61878120", "Pine\ Point", |
|
23004
|
|
|
|
|
|
|
"613431708", "Glenisla", |
|
23005
|
|
|
|
|
|
|
"61247004", "Lawson", |
|
23006
|
|
|
|
|
|
|
"61755175", "Ormeau", |
|
23007
|
|
|
|
|
|
|
"61741927", "Pialba", |
|
23008
|
|
|
|
|
|
|
"6138481", "Melbourne", |
|
23009
|
|
|
|
|
|
|
"613553726", "Balmoral", |
|
23010
|
|
|
|
|
|
|
"61756255", "Kerry", |
|
23011
|
|
|
|
|
|
|
"61888748", "Pine\ Point", |
|
23012
|
|
|
|
|
|
|
"61890959", "Westonia", |
|
23013
|
|
|
|
|
|
|
"6135398", "Warracknabeal", |
|
23014
|
|
|
|
|
|
|
"61348103", "Katandra\ West", |
|
23015
|
|
|
|
|
|
|
"61887785", "Mount\ Gambier", |
|
23016
|
|
|
|
|
|
|
"612583408", "Brewarrina", |
|
23017
|
|
|
|
|
|
|
"618683748", "Mettler", |
|
23018
|
|
|
|
|
|
|
"61749936", "Nathan\ Gorge", |
|
23019
|
|
|
|
|
|
|
"6173261", "Sandgate", |
|
23020
|
|
|
|
|
|
|
"617487106", "Calliope", |
|
23021
|
|
|
|
|
|
|
"617452729", "Bimbadeen", |
|
23022
|
|
|
|
|
|
|
"61899432", "Tenindewa", |
|
23023
|
|
|
|
|
|
|
"61388393", "Ringwood", |
|
23024
|
|
|
|
|
|
|
"61756138", "Ormeau", |
|
23025
|
|
|
|
|
|
|
"61244168", "Nowra", |
|
23026
|
|
|
|
|
|
|
"61250162", "Balldale", |
|
23027
|
|
|
|
|
|
|
"61752085", "Woolooga", |
|
23028
|
|
|
|
|
|
|
"61743147", "Kingaroy", |
|
23029
|
|
|
|
|
|
|
"61367265", "Avoca", |
|
23030
|
|
|
|
|
|
|
"61264990", "Bega", |
|
23031
|
|
|
|
|
|
|
"618753020", "Loxton", |
|
23032
|
|
|
|
|
|
|
"61741038", "Childers", |
|
23033
|
|
|
|
|
|
|
"61888511", "Marion\ Bay", |
|
23034
|
|
|
|
|
|
|
"617485850", "Colston\ Park", |
|
23035
|
|
|
|
|
|
|
"618985460", "Pingrup\ East", |
|
23036
|
|
|
|
|
|
|
"61745593", "Lynd\ Range", |
|
23037
|
|
|
|
|
|
|
"61255069", "Rawdon\ Vale", |
|
23038
|
|
|
|
|
|
|
"6128736", "Sydney", |
|
23039
|
|
|
|
|
|
|
"61889096", "Tennant\ Creek", |
|
23040
|
|
|
|
|
|
|
"61868250", "Jingalup", |
|
23041
|
|
|
|
|
|
|
"61259073", "Tullibigeal", |
|
23042
|
|
|
|
|
|
|
"61253142", "Twelve\ Mile", |
|
23043
|
|
|
|
|
|
|
"61748231", "Moranbah", |
|
23044
|
|
|
|
|
|
|
"617452179", "Mitchell", |
|
23045
|
|
|
|
|
|
|
"61744479", "Townsville", |
|
23046
|
|
|
|
|
|
|
"61885516", "Kingscote", |
|
23047
|
|
|
|
|
|
|
"61734449", "Russell\ Island", |
|
23048
|
|
|
|
|
|
|
"61896597", "Northam", |
|
23049
|
|
|
|
|
|
|
"61740167", "Kidston", |
|
23050
|
|
|
|
|
|
|
"618600777", "Narembeen", |
|
23051
|
|
|
|
|
|
|
"612582444", "Ballimore", |
|
23052
|
|
|
|
|
|
|
"613553500", "Caramut", |
|
23053
|
|
|
|
|
|
|
"61749013", "Benaraby", |
|
23054
|
|
|
|
|
|
|
"61886988", "Gladstone", |
|
23055
|
|
|
|
|
|
|
"61238097", "Gunning", |
|
23056
|
|
|
|
|
|
|
"61354084", "Llanelly", |
|
23057
|
|
|
|
|
|
|
"61745020", "Haddon", |
|
23058
|
|
|
|
|
|
|
"61269835", "Tullibigeal", |
|
23059
|
|
|
|
|
|
|
"61367134", "Whitemark", |
|
23060
|
|
|
|
|
|
|
"61886042", "Courela", |
|
23061
|
|
|
|
|
|
|
"61749666", "Walkerston", |
|
23062
|
|
|
|
|
|
|
"61867169", "Donnybrook", |
|
23063
|
|
|
|
|
|
|
"613542651", "Nullawil", |
|
23064
|
|
|
|
|
|
|
"61269122", "Gundagai", |
|
23065
|
|
|
|
|
|
|
"612630491", "Hill\ End", |
|
23066
|
|
|
|
|
|
|
"61263986", "Murringo", |
|
23067
|
|
|
|
|
|
|
"61887807", "Makin", |
|
23068
|
|
|
|
|
|
|
"613451296", "Terang", |
|
23069
|
|
|
|
|
|
|
"618683357", "Gnowangerup", |
|
23070
|
|
|
|
|
|
|
"61353799", "Ballarat", |
|
23071
|
|
|
|
|
|
|
"61866037", "Gabbin", |
|
23072
|
|
|
|
|
|
|
"61268033", "Bruie\ Plains", |
|
23073
|
|
|
|
|
|
|
"61740288", "Bloomfield", |
|
23074
|
|
|
|
|
|
|
"613884", "Melbourne", |
|
23075
|
|
|
|
|
|
|
"6139636", "Melbourne", |
|
23076
|
|
|
|
|
|
|
"61265911", "Taree", |
|
23077
|
|
|
|
|
|
|
"61362646", "Dunalley", |
|
23078
|
|
|
|
|
|
|
"61358129", "Shepparton", |
|
23079
|
|
|
|
|
|
|
"618763744", "Tooligie\ Hill", |
|
23080
|
|
|
|
|
|
|
"6138524", "Clayton", |
|
23081
|
|
|
|
|
|
|
"617750229", "Augathella", |
|
23082
|
|
|
|
|
|
|
"61260140", "Balldale", |
|
23083
|
|
|
|
|
|
|
"61248339", "Gunning", |
|
23084
|
|
|
|
|
|
|
"61749752", "Gladstone", |
|
23085
|
|
|
|
|
|
|
"61876354", "Port\ Broughton", |
|
23086
|
|
|
|
|
|
|
"61742195", "Daintree", |
|
23087
|
|
|
|
|
|
|
"61268916", "Tottenham", |
|
23088
|
|
|
|
|
|
|
"618600888", "Goldfields", |
|
23089
|
|
|
|
|
|
|
"61244154", "Huskisson", |
|
23090
|
|
|
|
|
|
|
"61356462", "Buffalo", |
|
23091
|
|
|
|
|
|
|
"61351610", "Orbost", |
|
23092
|
|
|
|
|
|
|
"618683333", "Badgebup\ North", |
|
23093
|
|
|
|
|
|
|
"61888108", "Wedge", |
|
23094
|
|
|
|
|
|
|
"61263160", "Milvale", |
|
23095
|
|
|
|
|
|
|
"61730597", "Ipswich", |
|
23096
|
|
|
|
|
|
|
"61749149", "Bauhinia", |
|
23097
|
|
|
|
|
|
|
"612530271", "Milvale", |
|
23098
|
|
|
|
|
|
|
"61265345", "Denman", |
|
23099
|
|
|
|
|
|
|
"613532403", "Natimuk", |
|
23100
|
|
|
|
|
|
|
"612685674", "Cumborah", |
|
23101
|
|
|
|
|
|
|
"61891587", "Karratha", |
|
23102
|
|
|
|
|
|
|
"6138705", "Dandenong", |
|
23103
|
|
|
|
|
|
|
"61886853", "Coffin\ Bay", |
|
23104
|
|
|
|
|
|
|
"61264430", "Tathra", |
|
23105
|
|
|
|
|
|
|
"61265183", "Singleton", |
|
23106
|
|
|
|
|
|
|
"61890472", "Mukinbudin", |
|
23107
|
|
|
|
|
|
|
"61887303", "Millicent", |
|
23108
|
|
|
|
|
|
|
"613553794", "Hamilton", |
|
23109
|
|
|
|
|
|
|
"61350147", "Ultima", |
|
23110
|
|
|
|
|
|
|
"61256609", "Whiporie", |
|
23111
|
|
|
|
|
|
|
"61899992", "Geraldton", |
|
23112
|
|
|
|
|
|
|
"61897067", "Margaret\ River", |
|
23113
|
|
|
|
|
|
|
"61888818", "Minlaton", |
|
23114
|
|
|
|
|
|
|
"61247061", "Mulgoa", |
|
23115
|
|
|
|
|
|
|
"612684332", "Trangie", |
|
23116
|
|
|
|
|
|
|
"61861934", "Kalamunda", |
|
23117
|
|
|
|
|
|
|
"618600807", "Condingup", |
|
23118
|
|
|
|
|
|
|
"61896139", "Watheroo", |
|
23119
|
|
|
|
|
|
|
"61875005", "Karatta", |
|
23120
|
|
|
|
|
|
|
"61250033", "Corowa", |
|
23121
|
|
|
|
|
|
|
"6186233", "Perth", |
|
23122
|
|
|
|
|
|
|
"61896525", "Bibby\ Springs", |
|
23123
|
|
|
|
|
|
|
"61877114", "Reedy\ Creek", |
|
23124
|
|
|
|
|
|
|
"618903553", "Mount\ Beaumont", |
|
23125
|
|
|
|
|
|
|
"613451031", "Woolsthorpe", |
|
23126
|
|
|
|
|
|
|
"61887117", "Thornlea", |
|
23127
|
|
|
|
|
|
|
"61886276", "Kelly", |
|
23128
|
|
|
|
|
|
|
"61256293", "Hernani", |
|
23129
|
|
|
|
|
|
|
"613470793", "Pyalong", |
|
23130
|
|
|
|
|
|
|
"61879160", "Elliott", |
|
23131
|
|
|
|
|
|
|
"613441723", "Mitiamo", |
|
23132
|
|
|
|
|
|
|
"61898786", "Woogenilup", |
|
23133
|
|
|
|
|
|
|
"61342193", "Inverleigh", |
|
23134
|
|
|
|
|
|
|
"61240382", "Mulbring", |
|
23135
|
|
|
|
|
|
|
"61868174", "Newdegate", |
|
23136
|
|
|
|
|
|
|
"61258140", "Purlewaugh", |
|
23137
|
|
|
|
|
|
|
"61361273", "Brighton", |
|
23138
|
|
|
|
|
|
|
"618752935", "Karatta", |
|
23139
|
|
|
|
|
|
|
"61888151", "Blyth", |
|
23140
|
|
|
|
|
|
|
"61741995", "Maidenwell", |
|
23141
|
|
|
|
|
|
|
"61875286", "Wunkar", |
|
23142
|
|
|
|
|
|
|
"618903537", "Leinster", |
|
23143
|
|
|
|
|
|
|
"61263278", "Cassilis", |
|
23144
|
|
|
|
|
|
|
"61895781", "Toodyay", |
|
23145
|
|
|
|
|
|
|
"6126687", "Ballina", |
|
23146
|
|
|
|
|
|
|
"61256536", "Thora", |
|
23147
|
|
|
|
|
|
|
"618852887", "Victor\ Harbor", |
|
23148
|
|
|
|
|
|
|
"6174098", "Mossman", |
|
23149
|
|
|
|
|
|
|
"61749496", "Gargett", |
|
23150
|
|
|
|
|
|
|
"61730946", "Beenleigh", |
|
23151
|
|
|
|
|
|
|
"61887172", "Cannawigara", |
|
23152
|
|
|
|
|
|
|
"61363105", "Exeter", |
|
23153
|
|
|
|
|
|
|
"61740976", "Ravenshoe", |
|
23154
|
|
|
|
|
|
|
"618660842", "Cadoux", |
|
23155
|
|
|
|
|
|
|
"618996913", "Yaringa", |
|
23156
|
|
|
|
|
|
|
"61885156", "Peebinga", |
|
23157
|
|
|
|
|
|
|
"6126964", "Griffith", |
|
23158
|
|
|
|
|
|
|
"617476728", "Pentland", |
|
23159
|
|
|
|
|
|
|
"61747788", "Woodstock", |
|
23160
|
|
|
|
|
|
|
"6138367", "Point\ Cook", |
|
23161
|
|
|
|
|
|
|
"61341433", "Meerlieu", |
|
23162
|
|
|
|
|
|
|
"618997399", "Yuna", |
|
23163
|
|
|
|
|
|
|
"61257336", "Glen\ Elgin", |
|
23164
|
|
|
|
|
|
|
"61351682", "Morwell", |
|
23165
|
|
|
|
|
|
|
"61885420", "Waikerie", |
|
23166
|
|
|
|
|
|
|
"613546204", "Avoca", |
|
23167
|
|
|
|
|
|
|
"61354997", "Beazleys\ Bridge", |
|
23168
|
|
|
|
|
|
|
"61746442", "Yuleba", |
|
23169
|
|
|
|
|
|
|
"61742271", "Aurukun", |
|
23170
|
|
|
|
|
|
|
"61891214", "Kununurra", |
|
23171
|
|
|
|
|
|
|
"61355173", "Woodhouse", |
|
23172
|
|
|
|
|
|
|
"61742127", "Coen", |
|
23173
|
|
|
|
|
|
|
"618763652", "Mambray\ Creek", |
|
23174
|
|
|
|
|
|
|
"61880006", "Menindee", |
|
23175
|
|
|
|
|
|
|
"61748105", "Comet", |
|
23176
|
|
|
|
|
|
|
"61256447", "Ulong", |
|
23177
|
|
|
|
|
|
|
"61342332", "Lorne", |
|
23178
|
|
|
|
|
|
|
"6139108", "Melbourne", |
|
23179
|
|
|
|
|
|
|
"617480419", "Gladstone", |
|
23180
|
|
|
|
|
|
|
"612583519", "Ginghet", |
|
23181
|
|
|
|
|
|
|
"61268162", "Bruie\ Plains", |
|
23182
|
|
|
|
|
|
|
"61238025", "Woodhouselee", |
|
23183
|
|
|
|
|
|
|
"61392628", "Ringwood", |
|
23184
|
|
|
|
|
|
|
"61352083", "Queenscliff", |
|
23185
|
|
|
|
|
|
|
"61895653", "Mount\ Helena", |
|
23186
|
|
|
|
|
|
|
"61350707", "Berriwillock", |
|
23187
|
|
|
|
|
|
|
"61754210", "Lowood", |
|
23188
|
|
|
|
|
|
|
"618983446", "Congee", |
|
23189
|
|
|
|
|
|
|
"61267200", "Inverell", |
|
23190
|
|
|
|
|
|
|
"61251283", "Cavan", |
|
23191
|
|
|
|
|
|
|
"6188129", "Adelaide", |
|
23192
|
|
|
|
|
|
|
"612594079", "Yenda", |
|
23193
|
|
|
|
|
|
|
"613572776", "Mount\ Beauty", |
|
23194
|
|
|
|
|
|
|
"61746657", "Eschol", |
|
23195
|
|
|
|
|
|
|
"61746985", "Toowoomba", |
|
23196
|
|
|
|
|
|
|
"61244270", "Jilliga", |
|
23197
|
|
|
|
|
|
|
"613431787", "Learmonth", |
|
23198
|
|
|
|
|
|
|
"61353406", "Stoneleigh", |
|
23199
|
|
|
|
|
|
|
"618964466", "Dandaragan", |
|
23200
|
|
|
|
|
|
|
"61886503", "Herbert", |
|
23201
|
|
|
|
|
|
|
"618967676", "Gabbin", |
|
23202
|
|
|
|
|
|
|
"6173732", "Brisbane", |
|
23203
|
|
|
|
|
|
|
"61740799", "Georgetown", |
|
23204
|
|
|
|
|
|
|
"61255399", "Comboyne", |
|
23205
|
|
|
|
|
|
|
"6128709", "Bankstown", |
|
23206
|
|
|
|
|
|
|
"61896946", "Gillingarra", |
|
23207
|
|
|
|
|
|
|
"61243035", "Mangrove\ Mountain", |
|
23208
|
|
|
|
|
|
|
"61364675", "Savage\ River", |
|
23209
|
|
|
|
|
|
|
"61745621", "Jundah", |
|
23210
|
|
|
|
|
|
|
"618763393", "Port\ Augusta", |
|
23211
|
|
|
|
|
|
|
"61353288", "Murtoa", |
|
23212
|
|
|
|
|
|
|
"618660976", "Coomberdale", |
|
23213
|
|
|
|
|
|
|
"613573064", "Kinglake", |
|
23214
|
|
|
|
|
|
|
"618763995", "Port\ Neill", |
|
23215
|
|
|
|
|
|
|
"61897628", "Bridgetown", |
|
23216
|
|
|
|
|
|
|
"61876098", "Laura", |
|
23217
|
|
|
|
|
|
|
"6135688", "Toora", |
|
23218
|
|
|
|
|
|
|
"61355302", "Victoria\ Valley", |
|
23219
|
|
|
|
|
|
|
"61361506", "Little\ Swanport", |
|
23220
|
|
|
|
|
|
|
"617459914", "Wallumbilla", |
|
23221
|
|
|
|
|
|
|
"61877316", "Kongorong", |
|
23222
|
|
|
|
|
|
|
"613451315", "Coleraine", |
|
23223
|
|
|
|
|
|
|
"61740278", "Bloomfield", |
|
23224
|
|
|
|
|
|
|
"61876321", "Tumby\ Bay", |
|
23225
|
|
|
|
|
|
|
"61875042", "Marama", |
|
23226
|
|
|
|
|
|
|
"61896865", "Beacon\ North", |
|
23227
|
|
|
|
|
|
|
"618967606", "Wubin\ West", |
|
23228
|
|
|
|
|
|
|
"61880191", "Tepco", |
|
23229
|
|
|
|
|
|
|
"61263976", "Kandos", |
|
23230
|
|
|
|
|
|
|
"61250218", "Balldale", |
|
23231
|
|
|
|
|
|
|
"6188832", "Maitland", |
|
23232
|
|
|
|
|
|
|
"618660906", "Goodlands", |
|
23233
|
|
|
|
|
|
|
"6128114", "Sydney", |
|
23234
|
|
|
|
|
|
|
"61267207", "Coolatai", |
|
23235
|
|
|
|
|
|
|
"61754217", "Toogoolawah", |
|
23236
|
|
|
|
|
|
|
"61264546", "Nimmitabel", |
|
23237
|
|
|
|
|
|
|
"613451350", "Victoria\ Valley", |
|
23238
|
|
|
|
|
|
|
"61354074", "Gisborne", |
|
23239
|
|
|
|
|
|
|
"618782016", "Freeling", |
|
23240
|
|
|
|
|
|
|
"612533058", "Windeyer", |
|
23241
|
|
|
|
|
|
|
"61350700", "Mildura", |
|
23242
|
|
|
|
|
|
|
"618864052", "Kapinnie", |
|
23243
|
|
|
|
|
|
|
"612691985", "Rannock\/Wagga\ Wagga", |
|
23244
|
|
|
|
|
|
|
"61244277", "Bawley\ Point", |
|
23245
|
|
|
|
|
|
|
"618989396", "Jaloran", |
|
23246
|
|
|
|
|
|
|
"61886978", "Peterborough", |
|
23247
|
|
|
|
|
|
|
"61753339", "Lowood", |
|
23248
|
|
|
|
|
|
|
"612583265", "Gilgandra", |
|
23249
|
|
|
|
|
|
|
"6186331", "Perth", |
|
23250
|
|
|
|
|
|
|
"618863590", "Port\ Neill", |
|
23251
|
|
|
|
|
|
|
"61244121", "Narooma", |
|
23252
|
|
|
|
|
|
|
"61746650", "Moonie", |
|
23253
|
|
|
|
|
|
|
"61745095", "Miamba", |
|
23254
|
|
|
|
|
|
|
"61898439", "Wickepin", |
|
23255
|
|
|
|
|
|
|
"61268765", "Warrumbungle", |
|
23256
|
|
|
|
|
|
|
"612594009", "Temora", |
|
23257
|
|
|
|
|
|
|
"61851065", "Great\ Sandy", |
|
23258
|
|
|
|
|
|
|
"61256440", "Murwillumbah", |
|
23259
|
|
|
|
|
|
|
"61363142", "Targa", |
|
23260
|
|
|
|
|
|
|
"61885354", "Mypolonga", |
|
23261
|
|
|
|
|
|
|
"618600788", "Speddingup\ East", |
|
23262
|
|
|
|
|
|
|
"618865828", "Coorabie", |
|
23263
|
|
|
|
|
|
|
"61364419", "Yambacoona", |
|
23264
|
|
|
|
|
|
|
"61734001", "Kooringal", |
|
23265
|
|
|
|
|
|
|
"61879288", "Alice\ Springs", |
|
23266
|
|
|
|
|
|
|
"617459986", "Isisford", |
|
23267
|
|
|
|
|
|
|
"6136264", "Huonville", |
|
23268
|
|
|
|
|
|
|
"61885935", "Perponda", |
|
23269
|
|
|
|
|
|
|
"61891512", "Kununurra", |
|
23270
|
|
|
|
|
|
|
"618683329", "Albany", |
|
23271
|
|
|
|
|
|
|
"61891819", "Mount\ Bruce", |
|
23272
|
|
|
|
|
|
|
"61889158", "Davenport", |
|
23273
|
|
|
|
|
|
|
"61742120", "Thursday\ Island", |
|
23274
|
|
|
|
|
|
|
"61879406", "Tennant\ Creek", |
|
23275
|
|
|
|
|
|
|
"61897491", "Marybrook", |
|
23276
|
|
|
|
|
|
|
"617476365", "Walker", |
|
23277
|
|
|
|
|
|
|
"618763844", "Wudinna", |
|
23278
|
|
|
|
|
|
|
"618683564", "Varley", |
|
23279
|
|
|
|
|
|
|
"61257265", "Boggabri", |
|
23280
|
|
|
|
|
|
|
"61354990", "Gowar\ East", |
|
23281
|
|
|
|
|
|
|
"61885427", "New\ Well", |
|
23282
|
|
|
|
|
|
|
"613546274", "Harcourt", |
|
23283
|
|
|
|
|
|
|
"618865836", "Courela", |
|
23284
|
|
|
|
|
|
|
"61263799", "Bylong", |
|
23285
|
|
|
|
|
|
|
"61899014", "Carnarvon", |
|
23286
|
|
|
|
|
|
|
"61358033", "Finley", |
|
23287
|
|
|
|
|
|
|
"618682196", "Tarwonga", |
|
23288
|
|
|
|
|
|
|
"61748142", "Wagoora", |
|
23289
|
|
|
|
|
|
|
"61253231", "Millthorpe", |
|
23290
|
|
|
|
|
|
|
"61897604", "Nyamup", |
|
23291
|
|
|
|
|
|
|
"61363702", "Pyengana", |
|
23292
|
|
|
|
|
|
|
"6135397", "Jeparit", |
|
23293
|
|
|
|
|
|
|
"61742456", "Georgetown", |
|
23294
|
|
|
|
|
|
|
"61896248", "Yerecoin", |
|
23295
|
|
|
|
|
|
|
"61887775", "Bordertown", |
|
23296
|
|
|
|
|
|
|
"61738172", "Ipswich", |
|
23297
|
|
|
|
|
|
|
"613574191", "Seymour", |
|
23298
|
|
|
|
|
|
|
"6174993", "Theodore", |
|
23299
|
|
|
|
|
|
|
"61895594", "Mandurah", |
|
23300
|
|
|
|
|
|
|
"613553826", "Merino", |
|
23301
|
|
|
|
|
|
|
"618965612", "Dowerin", |
|
23302
|
|
|
|
|
|
|
"618903880", "Mount\ Hampton", |
|
23303
|
|
|
|
|
|
|
"61879167", "Plenty", |
|
23304
|
|
|
|
|
|
|
"618600266", "Speddingup\ East", |
|
23305
|
|
|
|
|
|
|
"61887110", "Taratap", |
|
23306
|
|
|
|
|
|
|
"61755185", "Tweed\ Heads", |
|
23307
|
|
|
|
|
|
|
"613431808", "Streatham", |
|
23308
|
|
|
|
|
|
|
"6135454", "Bendigo", |
|
23309
|
|
|
|
|
|
|
"61258147", "Warrington", |
|
23310
|
|
|
|
|
|
|
"612530017", "Blayney", |
|
23311
|
|
|
|
|
|
|
"61257134", "Moree", |
|
23312
|
|
|
|
|
|
|
"61344066", "Castlemaine", |
|
23313
|
|
|
|
|
|
|
"61878195", "Warooka", |
|
23314
|
|
|
|
|
|
|
"61264084", "Thredbo\ Village", |
|
23315
|
|
|
|
|
|
|
"61746405", "Wallumbilla", |
|
23316
|
|
|
|
|
|
|
"61358916", "Tocumwal", |
|
23317
|
|
|
|
|
|
|
"61885665", "Coonalpyn", |
|
23318
|
|
|
|
|
|
|
"618600877", "Cascade", |
|
23319
|
|
|
|
|
|
|
"61355345", "Nirranda", |
|
23320
|
|
|
|
|
|
|
"61889164", "Roper\ River", |
|
23321
|
|
|
|
|
|
|
"61353160", "Nhill", |
|
23322
|
|
|
|
|
|
|
"617452733", "Legume", |
|
23323
|
|
|
|
|
|
|
"61734394", "Russell\ Island", |
|
23324
|
|
|
|
|
|
|
"618854982", "Robertstown", |
|
23325
|
|
|
|
|
|
|
"618850695", "Paruna", |
|
23326
|
|
|
|
|
|
|
"61268129", "Yeoval", |
|
23327
|
|
|
|
|
|
|
"61264437", "Bendoc", |
|
23328
|
|
|
|
|
|
|
"61341215", "Ensay", |
|
23329
|
|
|
|
|
|
|
"618903493", "Grass\ Patch", |
|
23330
|
|
|
|
|
|
|
"618661121", "Burakin", |
|
23331
|
|
|
|
|
|
|
"61752075", "Nambour", |
|
23332
|
|
|
|
|
|
|
"612593921", "Marsden", |
|
23333
|
|
|
|
|
|
|
"61897060", "Lake\ Clifton", |
|
23334
|
|
|
|
|
|
|
"61350140", "Tempy", |
|
23335
|
|
|
|
|
|
|
"61238101", "Paddys\ River", |
|
23336
|
|
|
|
|
|
|
"61864148", "Fremantle", |
|
23337
|
|
|
|
|
|
|
"61358402", "Logie\ Brae", |
|
23338
|
|
|
|
|
|
|
"61886168", "Nunjikompita", |
|
23339
|
|
|
|
|
|
|
"61260146", "Holbrook", |
|
23340
|
|
|
|
|
|
|
"61240521", "Nelson\ Bay", |
|
23341
|
|
|
|
|
|
|
"612583692", "Cumborah", |
|
23342
|
|
|
|
|
|
|
"61890527", "Scaddan\ West", |
|
23343
|
|
|
|
|
|
|
"61341045", "Club\ Terrace", |
|
23344
|
|
|
|
|
|
|
"61343184", "Daylesford", |
|
23345
|
|
|
|
|
|
|
"613441258", "Bendigo", |
|
23346
|
|
|
|
|
|
|
"61351616", "Combienbar", |
|
23347
|
|
|
|
|
|
|
"61263166", "Monteagle", |
|
23348
|
|
|
|
|
|
|
"61267319", "Plumthorpe", |
|
23349
|
|
|
|
|
|
|
"612573390", "Glen\ Innes", |
|
23350
|
|
|
|
|
|
|
"613470562", "Strathbogie", |
|
23351
|
|
|
|
|
|
|
"61895944", "Gingin", |
|
23352
|
|
|
|
|
|
|
"61268910", "Condobolin", |
|
23353
|
|
|
|
|
|
|
"61749004", "Mackay", |
|
23354
|
|
|
|
|
|
|
"61356145", "Warragul", |
|
23355
|
|
|
|
|
|
|
"61747614", "Bowen", |
|
23356
|
|
|
|
|
|
|
"61355798", "Coojar", |
|
23357
|
|
|
|
|
|
|
"61741852", "Boondooma", |
|
23358
|
|
|
|
|
|
|
"61749660", "Yakapari", |
|
23359
|
|
|
|
|
|
|
"618862006", "Quorn", |
|
23360
|
|
|
|
|
|
|
"61263649", "Manildra", |
|
23361
|
|
|
|
|
|
|
"61357908", "Strathbogie", |
|
23362
|
|
|
|
|
|
|
"618753511", "Sandleton", |
|
23363
|
|
|
|
|
|
|
"612684570", "Warren", |
|
23364
|
|
|
|
|
|
|
"61898053", "Chittinup", |
|
23365
|
|
|
|
|
|
|
"61745026", "Warrego", |
|
23366
|
|
|
|
|
|
|
"612583955", "Yarrabandai", |
|
23367
|
|
|
|
|
|
|
"613574752", "Wangaratta", |
|
23368
|
|
|
|
|
|
|
"61899244", "Northern\ Gully", |
|
23369
|
|
|
|
|
|
|
"61257431", "Armidale", |
|
23370
|
|
|
|
|
|
|
"612593675", "Bundure", |
|
23371
|
|
|
|
|
|
|
"61743344", "Tandora", |
|
23372
|
|
|
|
|
|
|
"61253054", "Koorawatha", |
|
23373
|
|
|
|
|
|
|
"618967718", "Wyalkatchem", |
|
23374
|
|
|
|
|
|
|
"61269409", "Nangus", |
|
23375
|
|
|
|
|
|
|
"61359041", "Warburton", |
|
23376
|
|
|
|
|
|
|
"618866917", "Marla", |
|
23377
|
|
|
|
|
|
|
"618660109", "Kalannie\ East", |
|
23378
|
|
|
|
|
|
|
"61851151", "Fitzroy\ Crossing", |
|
23379
|
|
|
|
|
|
|
"61247013", "Penrith", |
|
23380
|
|
|
|
|
|
|
"61896018", "Beacon", |
|
23381
|
|
|
|
|
|
|
"61348114", "Rushworth", |
|
23382
|
|
|
|
|
|
|
"61260669", "Albury", |
|
23383
|
|
|
|
|
|
|
"61734722", "Ipswich", |
|
23384
|
|
|
|
|
|
|
"61748021", "Clermont", |
|
23385
|
|
|
|
|
|
|
"612583910", "Goodooga", |
|
23386
|
|
|
|
|
|
|
"618763830", "Terowie", |
|
23387
|
|
|
|
|
|
|
"61240463", "Laguna", |
|
23388
|
|
|
|
|
|
|
"61756688", "Southport", |
|
23389
|
|
|
|
|
|
|
"61341448", "Gelantipy", |
|
23390
|
|
|
|
|
|
|
"613432124", "Willaura", |
|
23391
|
|
|
|
|
|
|
"61263980", "Frogmore", |
|
23392
|
|
|
|
|
|
|
"61887929", "Penola", |
|
23393
|
|
|
|
|
|
|
"61354789", "Dunolly", |
|
23394
|
|
|
|
|
|
|
"618683076", "Lumeah", |
|
23395
|
|
|
|
|
|
|
"61264996", "Eden", |
|
23396
|
|
|
|
|
|
|
"612574623", "Pallamallawa", |
|
23397
|
|
|
|
|
|
|
"61367337", "Deloraine", |
|
23398
|
|
|
|
|
|
|
"61899505", "Nabawa", |
|
23399
|
|
|
|
|
|
|
"618996897", "Warradarge", |
|
23400
|
|
|
|
|
|
|
"617487166", "Walkerston", |
|
23401
|
|
|
|
|
|
|
"61753292", "Nambour", |
|
23402
|
|
|
|
|
|
|
"61745230", "Wandoan", |
|
23403
|
|
|
|
|
|
|
"61897194", "Tonebridge", |
|
23404
|
|
|
|
|
|
|
"613553560", "Lismore", |
|
23405
|
|
|
|
|
|
|
"61735551", "Brisbane", |
|
23406
|
|
|
|
|
|
|
"61885510", "Victor\ Harbor", |
|
23407
|
|
|
|
|
|
|
"61363021", "Campbell\ Town", |
|
23408
|
|
|
|
|
|
|
"61886154", "Morchard", |
|
23409
|
|
|
|
|
|
|
"61392194", "Point\ Cook", |
|
23410
|
|
|
|
|
|
|
"61889090", "Tablelands", |
|
23411
|
|
|
|
|
|
|
"618752483", "Murray\ Bridge", |
|
23412
|
|
|
|
|
|
|
"6139206", "Melbourne", |
|
23413
|
|
|
|
|
|
|
"61868256", "Kulin", |
|
23414
|
|
|
|
|
|
|
"6189041", "Merredin", |
|
23415
|
|
|
|
|
|
|
"61259629", "Lachlan", |
|
23416
|
|
|
|
|
|
|
"6129126", "Sydney", |
|
23417
|
|
|
|
|
|
|
"61876284", "Ceduna", |
|
23418
|
|
|
|
|
|
|
"61255534", "Comara", |
|
23419
|
|
|
|
|
|
|
"61353094", "Streatham", |
|
23420
|
|
|
|
|
|
|
"61875212", "Bower", |
|
23421
|
|
|
|
|
|
|
"61898777", "Wickepin\ East", |
|
23422
|
|
|
|
|
|
|
"61741809", "Brooklands", |
|
23423
|
|
|
|
|
|
|
"61744323", "Walker", |
|
23424
|
|
|
|
|
|
|
"61878126", "Thistle", |
|
23425
|
|
|
|
|
|
|
"613431768", "Clear\ Lake", |
|
23426
|
|
|
|
|
|
|
"618865973", "Miltalie", |
|
23427
|
|
|
|
|
|
|
"61886287", "Ceduna", |
|
23428
|
|
|
|
|
|
|
"61351063", "Gelantipy", |
|
23429
|
|
|
|
|
|
|
"618851590", "Parndana", |
|
23430
|
|
|
|
|
|
|
"61250048", "Rand", |
|
23431
|
|
|
|
|
|
|
"61244042", "Bawley\ Point", |
|
23432
|
|
|
|
|
|
|
"61752200", "Caboolture", |
|
23433
|
|
|
|
|
|
|
"61260706", "Corryong", |
|
23434
|
|
|
|
|
|
|
"61876157", "Coulta", |
|
23435
|
|
|
|
|
|
|
"618600956", "Kambalda", |
|
23436
|
|
|
|
|
|
|
"61875121", "Kapunda", |
|
23437
|
|
|
|
|
|
|
"613542314", "Strathfieldsaye", |
|
23438
|
|
|
|
|
|
|
"61754047", "Woolooga", |
|
23439
|
|
|
|
|
|
|
"617480568", "Moranbah", |
|
23440
|
|
|
|
|
|
|
"6186590", "Spearwood", |
|
23441
|
|
|
|
|
|
|
"61875277", "Sanderston", |
|
23442
|
|
|
|
|
|
|
"61898712", "Newdegate", |
|
23443
|
|
|
|
|
|
|
"61358459", "Katamatite", |
|
23444
|
|
|
|
|
|
|
"61253068", "Dunedoo", |
|
23445
|
|
|
|
|
|
|
"61263407", "Reids\ Flat", |
|
23446
|
|
|
|
|
|
|
"61875270", "Mypolonga", |
|
23447
|
|
|
|
|
|
|
"6134337", "Kaniva\/Laharum\/Lake\ Bolac\/Landsborough\/Learmonth", |
|
23448
|
|
|
|
|
|
|
"61890093", "Kalgoorlie", |
|
23449
|
|
|
|
|
|
|
"61256199", "Grafton", |
|
23450
|
|
|
|
|
|
|
"61754040", "Rosewood", |
|
23451
|
|
|
|
|
|
|
"61351890", "Woodside", |
|
23452
|
|
|
|
|
|
|
"612685777", "Lightning\ Ridge", |
|
23453
|
|
|
|
|
|
|
"61355633", "Warrnambool", |
|
23454
|
|
|
|
|
|
|
"617468300", "Roma", |
|
23455
|
|
|
|
|
|
|
"61341002", "Buchan", |
|
23456
|
|
|
|
|
|
|
"61267583", "Pinkett", |
|
23457
|
|
|
|
|
|
|
"61749937", "Cracow", |
|
23458
|
|
|
|
|
|
|
"61356102", "Korumburra", |
|
23459
|
|
|
|
|
|
|
"61898115", "Hyden", |
|
23460
|
|
|
|
|
|
|
"61740980", "Daintree", |
|
23461
|
|
|
|
|
|
|
"618752504", "Tanunda", |
|
23462
|
|
|
|
|
|
|
"61263400", "Cowra", |
|
23463
|
|
|
|
|
|
|
"61342299", "Barwon\ Downs", |
|
23464
|
|
|
|
|
|
|
"61384882", "Eltham", |
|
23465
|
|
|
|
|
|
|
"61358445", "Picola", |
|
23466
|
|
|
|
|
|
|
"61886280", "Arno\ Bay", |
|
23467
|
|
|
|
|
|
|
"61879094", "Jabiru", |
|
23468
|
|
|
|
|
|
|
"6173811", "Brisbane", |
|
23469
|
|
|
|
|
|
|
"61353912", "Nhill", |
|
23470
|
|
|
|
|
|
|
"618903821", "Goomarin", |
|
23471
|
|
|
|
|
|
|
"61741926", "Farnsfield", |
|
23472
|
|
|
|
|
|
|
"61740649", "Herberton", |
|
23473
|
|
|
|
|
|
|
"61898770", "West\ River", |
|
23474
|
|
|
|
|
|
|
"61269989", "Black\ Stump", |
|
23475
|
|
|
|
|
|
|
"618763647", "Koppio", |
|
23476
|
|
|
|
|
|
|
"61876150", "Yeelanna", |
|
23477
|
|
|
|
|
|
|
"61752207", "Woolooga", |
|
23478
|
|
|
|
|
|
|
"618764007", "The\ Ranges", |
|
23479
|
|
|
|
|
|
|
"612583222", "Airlands", |
|
23480
|
|
|
|
|
|
|
"61357206", "Moyhu", |
|
23481
|
|
|
|
|
|
|
"61260344", "Dartmouth", |
|
23482
|
|
|
|
|
|
|
"61351241", "Cabbage\ Tree\ Creek", |
|
23483
|
|
|
|
|
|
|
"61896596", "Meckering", |
|
23484
|
|
|
|
|
|
|
"61740166", "Innot\ Hot\ Springs", |
|
23485
|
|
|
|
|
|
|
"618600767", "Marvel\ Loch", |
|
23486
|
|
|
|
|
|
|
"61260622", "Albury", |
|
23487
|
|
|
|
|
|
|
"61885517", "Penneshaw", |
|
23488
|
|
|
|
|
|
|
"618967741", "Balkuling", |
|
23489
|
|
|
|
|
|
|
"61888065", "Minlaton", |
|
23490
|
|
|
|
|
|
|
"61742351", "Millaa\ Millaa", |
|
23491
|
|
|
|
|
|
|
"612593980", "Ivanhoe", |
|
23492
|
|
|
|
|
|
|
"61255232", "Hunter\ Springs", |
|
23493
|
|
|
|
|
|
|
"61749028", "Mount\ Larcom", |
|
23494
|
|
|
|
|
|
|
"613441987", "Dingee", |
|
23495
|
|
|
|
|
|
|
"61265289", "Comara", |
|
23496
|
|
|
|
|
|
|
"618851196", "Wunkar", |
|
23497
|
|
|
|
|
|
|
"61891422", "Ord", |
|
23498
|
|
|
|
|
|
|
"618985470", "Ravensthorpe", |
|
23499
|
|
|
|
|
|
|
"61891044", "Marble\ Bar", |
|
23500
|
|
|
|
|
|
|
"61399154", "Melbourne", |
|
23501
|
|
|
|
|
|
|
"617452169", "Miles", |
|
23502
|
|
|
|
|
|
|
"61889097", "Tennant\ Creek", |
|
23503
|
|
|
|
|
|
|
"61887962", "Kingston\ Se", |
|
23504
|
|
|
|
|
|
|
"618858594", "Peake", |
|
23505
|
|
|
|
|
|
|
"61896233", "Meckering", |
|
23506
|
|
|
|
|
|
|
"61358982", "Deniliquin", |
|
23507
|
|
|
|
|
|
|
"61743146", "Nanango", |
|
23508
|
|
|
|
|
|
|
"61261393", "Cavan", |
|
23509
|
|
|
|
|
|
|
"61753594", "Toogoolawah", |
|
23510
|
|
|
|
|
|
|
"61745237", "Surat", |
|
23511
|
|
|
|
|
|
|
"61885879", "Wanbi", |
|
23512
|
|
|
|
|
|
|
"61358048", "Katandra\ West", |
|
23513
|
|
|
|
|
|
|
"613572641", "Bright", |
|
23514
|
|
|
|
|
|
|
"61364135", "Marrawah", |
|
23515
|
|
|
|
|
|
|
"61367330", "Winnaleah", |
|
23516
|
|
|
|
|
|
|
"61357085", "Mount\ Beauty", |
|
23517
|
|
|
|
|
|
|
"61361353", "Hobart", |
|
23518
|
|
|
|
|
|
|
"61381033", "Kalkallo", |
|
23519
|
|
|
|
|
|
|
"617480393", "Gladstone", |
|
23520
|
|
|
|
|
|
|
"61736093", "Sandgate", |
|
23521
|
|
|
|
|
|
|
"61295398", "Sydney", |
|
23522
|
|
|
|
|
|
|
"61251189", "Anembo", |
|
23523
|
|
|
|
|
|
|
"6186100", "Perth", |
|
23524
|
|
|
|
|
|
|
"61887806", "Wirrega", |
|
23525
|
|
|
|
|
|
|
"61263987", "Young", |
|
23526
|
|
|
|
|
|
|
"618660729", "Yerecoin", |
|
23527
|
|
|
|
|
|
|
"61866036", "Dukin", |
|
23528
|
|
|
|
|
|
|
"61748398", "Rockhampton", |
|
23529
|
|
|
|
|
|
|
"612685888", "Bindogundra", |
|
23530
|
|
|
|
|
|
|
"61357573", "Wangaratta", |
|
23531
|
|
|
|
|
|
|
"61877382", "Willalooka", |
|
23532
|
|
|
|
|
|
|
"61387608", "Sunbury", |
|
23533
|
|
|
|
|
|
|
"61375003", "Clayton", |
|
23534
|
|
|
|
|
|
|
"61879301", "Alyangula", |
|
23535
|
|
|
|
|
|
|
"61749667", "Walkerston", |
|
23536
|
|
|
|
|
|
|
"6126979", "West\ Wyalong", |
|
23537
|
|
|
|
|
|
|
"61238096", "Gundillion", |
|
23538
|
|
|
|
|
|
|
"6173289", "Samford", |
|
23539
|
|
|
|
|
|
|
"61350499", "Nangiloc", |
|
23540
|
|
|
|
|
|
|
"618660833", "Beacon\ North", |
|
23541
|
|
|
|
|
|
|
"61263358", "Burraga", |
|
23542
|
|
|
|
|
|
|
"61267478", "Bundella", |
|
23543
|
|
|
|
|
|
|
"61899542", "Latham", |
|
23544
|
|
|
|
|
|
|
"61240114", "Cessnock", |
|
23545
|
|
|
|
|
|
|
"612530261", "Maimuru", |
|
23546
|
|
|
|
|
|
|
"61891586", "Sandfire", |
|
23547
|
|
|
|
|
|
|
"618683790", "Yealering", |
|
23548
|
|
|
|
|
|
|
"6189157", "Broome", |
|
23549
|
|
|
|
|
|
|
"61359263", "Koo\ Wee\ Rup", |
|
23550
|
|
|
|
|
|
|
"618763419", "Wilpena", |
|
23551
|
|
|
|
|
|
|
"613431923", "Natimuk", |
|
23552
|
|
|
|
|
|
|
"617473926", "Julia\ Creek", |
|
23553
|
|
|
|
|
|
|
"61268917", "Trundle", |
|
23554
|
|
|
|
|
|
|
"61266383", "Mallanganee", |
|
23555
|
|
|
|
|
|
|
"618660857", "Gabbin", |
|
23556
|
|
|
|
|
|
|
"61356159", "Neerim\ South", |
|
23557
|
|
|
|
|
|
|
"6124749", "Penrith", |
|
23558
|
|
|
|
|
|
|
"61267075", "Goolhi", |
|
23559
|
|
|
|
|
|
|
"6138313", "Craigieburn", |
|
23560
|
|
|
|
|
|
|
"61268972", "Fairholme", |
|
23561
|
|
|
|
|
|
|
"61341059", "Orbost", |
|
23562
|
|
|
|
|
|
|
"6128911", "Terrey\ Hills", |
|
23563
|
|
|
|
|
|
|
"61890520", "Mount\ Beaumont", |
|
23564
|
|
|
|
|
|
|
"61264298", "Cooma", |
|
23565
|
|
|
|
|
|
|
"61244005", "Bawley\ Point", |
|
23566
|
|
|
|
|
|
|
"617458792", "Diamondy", |
|
23567
|
|
|
|
|
|
|
"61887632", "Reedy\ Creek", |
|
23568
|
|
|
|
|
|
|
"6173387", "Beenleigh", |
|
23569
|
|
|
|
|
|
|
"61354575", "Murrabit", |
|
23570
|
|
|
|
|
|
|
"612532589", "Rockley", |
|
23571
|
|
|
|
|
|
|
"6135663", "Buffalo", |
|
23572
|
|
|
|
|
|
|
"61898142", "Katanning", |
|
23573
|
|
|
|
|
|
|
"61367392", "Winnaleah", |
|
23574
|
|
|
|
|
|
|
"61875259", "Gurrai", |
|
23575
|
|
|
|
|
|
|
"61749014", "Biloela", |
|
23576
|
|
|
|
|
|
|
"61268900", "Naradhan", |
|
23577
|
|
|
|
|
|
|
"61753237", "Rosewood", |
|
23578
|
|
|
|
|
|
|
"61745594", "Dulacca", |
|
23579
|
|
|
|
|
|
|
"61351606", "Mount\ Taylor", |
|
23580
|
|
|
|
|
|
|
"61267309", "Emmaville", |
|
23581
|
|
|
|
|
|
|
"612631797", "Canowindra", |
|
23582
|
|
|
|
|
|
|
"61746248", "Injune", |
|
23583
|
|
|
|
|
|
|
"61358477", "Numurkah", |
|
23584
|
|
|
|
|
|
|
"61259074", "Ungarie", |
|
23585
|
|
|
|
|
|
|
"612574675", "Copeton\ Dam", |
|
23586
|
|
|
|
|
|
|
"617459089", "Aramac", |
|
23587
|
|
|
|
|
|
|
"61361150", "Dunalley", |
|
23588
|
|
|
|
|
|
|
"61898759", "Pingelly", |
|
23589
|
|
|
|
|
|
|
"61266966", "Bellingen", |
|
23590
|
|
|
|
|
|
|
"61876179", "Penong", |
|
23591
|
|
|
|
|
|
|
"618680050", "Moulyinning", |
|
23592
|
|
|
|
|
|
|
"61255290", "Merriwa", |
|
23593
|
|
|
|
|
|
|
"61388394", "Ringwood", |
|
23594
|
|
|
|
|
|
|
"61896405", "Beverley\ West", |
|
23595
|
|
|
|
|
|
|
"61358412", "Numurkah", |
|
23596
|
|
|
|
|
|
|
"6174086", "Mareeba", |
|
23597
|
|
|
|
|
|
|
"61880082", "Tibooburra", |
|
23598
|
|
|
|
|
|
|
"61238111", "Bowral", |
|
23599
|
|
|
|
|
|
|
"617459408", "Brookstead", |
|
23600
|
|
|
|
|
|
|
"618865925", "Mudamuckla", |
|
23601
|
|
|
|
|
|
|
"618683738", "Kuringup", |
|
23602
|
|
|
|
|
|
|
"61380156", "Sunbury", |
|
23603
|
|
|
|
|
|
|
"61358381", "Picola", |
|
23604
|
|
|
|
|
|
|
"61259990", "Wagga\ Wagga", |
|
23605
|
|
|
|
|
|
|
"61882079", "Salisbury", |
|
23606
|
|
|
|
|
|
|
"618994459", "Yallalong", |
|
23607
|
|
|
|
|
|
|
"61886731", "Gairdner", |
|
23608
|
|
|
|
|
|
|
"61860022", "Kalgoorlie", |
|
23609
|
|
|
|
|
|
|
"61348104", "Kialla\ East", |
|
23610
|
|
|
|
|
|
|
"6124235", "Kiama", |
|
23611
|
|
|
|
|
|
|
"61247003", "Lawson", |
|
23612
|
|
|
|
|
|
|
"61896008", "Badgingarra", |
|
23613
|
|
|
|
|
|
|
"612594390", "Coleambally", |
|
23614
|
|
|
|
|
|
|
"61361582", "Strathgordon", |
|
23615
|
|
|
|
|
|
|
"61269419", "Carabost", |
|
23616
|
|
|
|
|
|
|
"618682181", "Ongerup\ North", |
|
23617
|
|
|
|
|
|
|
"612532921", "Neville", |
|
23618
|
|
|
|
|
|
|
"61357641", "St\ James", |
|
23619
|
|
|
|
|
|
|
"6189523", "Rockingham", |
|
23620
|
|
|
|
|
|
|
"613574186", "Pyalong", |
|
23621
|
|
|
|
|
|
|
"61747060", "Dalbeg", |
|
23622
|
|
|
|
|
|
|
"61264073", "Numeralla", |
|
23623
|
|
|
|
|
|
|
"61351125", "Orbost", |
|
23624
|
|
|
|
|
|
|
"618752969", "Strathalbyn", |
|
23625
|
|
|
|
|
|
|
"617473990", "Hughenden", |
|
23626
|
|
|
|
|
|
|
"61746865", "Cooyar", |
|
23627
|
|
|
|
|
|
|
"618683343", "Broomehill", |
|
23628
|
|
|
|
|
|
|
"61742736", "Innot\ Hot\ Springs", |
|
23629
|
|
|
|
|
|
|
"61257029", "Walcha", |
|
23630
|
|
|
|
|
|
|
"61240128", "Tea\ Gardens", |
|
23631
|
|
|
|
|
|
|
"613531897", "Banyena", |
|
23632
|
|
|
|
|
|
|
"61268487", "Curban", |
|
23633
|
|
|
|
|
|
|
"61278042", "Parramatta", |
|
23634
|
|
|
|
|
|
|
"61264585", "Bombala", |
|
23635
|
|
|
|
|
|
|
"618683726", "Jerdacuttup", |
|
23636
|
|
|
|
|
|
|
"61244153", "Berry", |
|
23637
|
|
|
|
|
|
|
"61886561", "Whyalla", |
|
23638
|
|
|
|
|
|
|
"617487066", "Willows", |
|
23639
|
|
|
|
|
|
|
"617442514", "Briaba", |
|
23640
|
|
|
|
|
|
|
"61899515", "Eneabba", |
|
23641
|
|
|
|
|
|
|
"61876353", "Kimba", |
|
23642
|
|
|
|
|
|
|
"613573070", "Kobyboyn", |
|
23643
|
|
|
|
|
|
|
"61352997", "Apollo\ Bay", |
|
23644
|
|
|
|
|
|
|
"61895095", "Rockingham", |
|
23645
|
|
|
|
|
|
|
"61896650", "Kalannie\ East", |
|
23646
|
|
|
|
|
|
|
"6139552", "Clayton", |
|
23647
|
|
|
|
|
|
|
"61748439", "Emerald", |
|
23648
|
|
|
|
|
|
|
"618763734", "Redhill", |
|
23649
|
|
|
|
|
|
|
"618683176", "Lake\ Magenta", |
|
23650
|
|
|
|
|
|
|
"613431905", "Halls\ Gap", |
|
23651
|
|
|
|
|
|
|
"61350635", "Ultima", |
|
23652
|
|
|
|
|
|
|
"61851229", "Hall\'s\ Creek", |
|
23653
|
|
|
|
|
|
|
"617442586", "Croydon", |
|
23654
|
|
|
|
|
|
|
"618683500", "Gnowangerup", |
|
23655
|
|
|
|
|
|
|
"61267047", "Croppa\ Creek", |
|
23656
|
|
|
|
|
|
|
"617486983", "Banana", |
|
23657
|
|
|
|
|
|
|
"61898702", "Tambellup", |
|
23658
|
|
|
|
|
|
|
"6186591", "Armadale", |
|
23659
|
|
|
|
|
|
|
"61268034", "Buckinguy", |
|
23660
|
|
|
|
|
|
|
"618850391", "Loxton", |
|
23661
|
|
|
|
|
|
|
"61367133", "Pyengana", |
|
23662
|
|
|
|
|
|
|
"61895498", "Mandurah", |
|
23663
|
|
|
|
|
|
|
"61354083", "Jarklin", |
|
23664
|
|
|
|
|
|
|
"61752210", "Caboolture", |
|
23665
|
|
|
|
|
|
|
"61356170", "San\ Remo", |
|
23666
|
|
|
|
|
|
|
"61267352", "Bundella", |
|
23667
|
|
|
|
|
|
|
"61263472", "Quandialla", |
|
23668
|
|
|
|
|
|
|
"61341070", "Cabbage\ Tree\ Creek", |
|
23669
|
|
|
|
|
|
|
"61265376", "Pacific\ Palms", |
|
23670
|
|
|
|
|
|
|
"61261190", "Anembo", |
|
23671
|
|
|
|
|
|
|
"61361426", "Little\ Swanport", |
|
23672
|
|
|
|
|
|
|
"61741819", "Murgon", |
|
23673
|
|
|
|
|
|
|
"61875202", "Kingscote", |
|
23674
|
|
|
|
|
|
|
"61264757", "Delegate", |
|
23675
|
|
|
|
|
|
|
"61356177", "Warragul", |
|
23676
|
|
|
|
|
|
|
"61752217", "Gunalda", |
|
23677
|
|
|
|
|
|
|
"612574980", "Walcha\ Road", |
|
23678
|
|
|
|
|
|
|
"61352074", "Lavers\ Hill", |
|
23679
|
|
|
|
|
|
|
"61363786", "Campbell\ Town", |
|
23680
|
|
|
|
|
|
|
"617452650", "Pittsworth", |
|
23681
|
|
|
|
|
|
|
"61264750", "Bredbo", |
|
23682
|
|
|
|
|
|
|
"6173810", "Ipswich", |
|
23683
|
|
|
|
|
|
|
"61353902", "Beulah", |
|
23684
|
|
|
|
|
|
|
"6136377", "Mathinna", |
|
23685
|
|
|
|
|
|
|
"61896024", "Bencubbin", |
|
23686
|
|
|
|
|
|
|
"61261197", "Bungendore", |
|
23687
|
|
|
|
|
|
|
"61341077", "Genoa", |
|
23688
|
|
|
|
|
|
|
"6128974", "Sydney", |
|
23689
|
|
|
|
|
|
|
"612583239", "Boorooma", |
|
23690
|
|
|
|
|
|
|
"613546260", "Dunolly", |
|
23691
|
|
|
|
|
|
|
"618683570", "Wickepin\ East", |
|
23692
|
|
|
|
|
|
|
"617750406", "Tipton", |
|
23693
|
|
|
|
|
|
|
"61752272", "Thornton", |
|
23694
|
|
|
|
|
|
|
"61240744", "Nelson\ Bay", |
|
23695
|
|
|
|
|
|
|
"61356112", "Trafalgar", |
|
23696
|
|
|
|
|
|
|
"61898105", "Hartville", |
|
23697
|
|
|
|
|
|
|
"61341012", "Lakes\ Entrance", |
|
23698
|
|
|
|
|
|
|
"61255443", "Gloucester", |
|
23699
|
|
|
|
|
|
|
"613980", "Melbourne", |
|
23700
|
|
|
|
|
|
|
"61258338", "Coalbaggie", |
|
23701
|
|
|
|
|
|
|
"61753026", "Nambour", |
|
23702
|
|
|
|
|
|
|
"61267040", "Burren\ Junction", |
|
23703
|
|
|
|
|
|
|
"617452615", "Millmerran", |
|
23704
|
|
|
|
|
|
|
"618967097", "Yorkrakine", |
|
23705
|
|
|
|
|
|
|
"6138666", "Melbourne", |
|
23706
|
|
|
|
|
|
|
"613574640", "Benalla", |
|
23707
|
|
|
|
|
|
|
"617442861", "Millaroo", |
|
23708
|
|
|
|
|
|
|
"61745653", "Moonie", |
|
23709
|
|
|
|
|
|
|
"61898626", "Arthur\ River", |
|
23710
|
|
|
|
|
|
|
"6126386", "Harden", |
|
23711
|
|
|
|
|
|
|
"61747325", "Richmond", |
|
23712
|
|
|
|
|
|
|
"61355184", "Edenhope", |
|
23713
|
|
|
|
|
|
|
"618683106", "Rocky\ Gully", |
|
23714
|
|
|
|
|
|
|
"61266268", "Ballina", |
|
23715
|
|
|
|
|
|
|
"613431975", "Lorquon", |
|
23716
|
|
|
|
|
|
|
"61352990", "Colac", |
|
23717
|
|
|
|
|
|
|
"61896985", "Dukin", |
|
23718
|
|
|
|
|
|
|
"61890799", "Esperance", |
|
23719
|
|
|
|
|
|
|
"61359388", "Cowes", |
|
23720
|
|
|
|
|
|
|
"61746946", "Goombungee", |
|
23721
|
|
|
|
|
|
|
"617452069", "Injune", |
|
23722
|
|
|
|
|
|
|
"618994029", "Latham", |
|
23723
|
|
|
|
|
|
|
"61268480", "Collie", |
|
23724
|
|
|
|
|
|
|
"61348306", "Undera", |
|
23725
|
|
|
|
|
|
|
"61860069", "Warralakin", |
|
23726
|
|
|
|
|
|
|
"618851096", "Wanbi", |
|
23727
|
|
|
|
|
|
|
"61747628", "Gulf", |
|
23728
|
|
|
|
|
|
|
"618661080", "Wubin", |
|
23729
|
|
|
|
|
|
|
"61754478", "Cooroy", |
|
23730
|
|
|
|
|
|
|
"61740472", "Coen", |
|
23731
|
|
|
|
|
|
|
"61351722", "Traralgon", |
|
23732
|
|
|
|
|
|
|
"612594145", "Stockinbingal", |
|
23733
|
|
|
|
|
|
|
"6126721", "Inverell", |
|
23734
|
|
|
|
|
|
|
"618660079", "Beverley\ West", |
|
23735
|
|
|
|
|
|
|
"61245068", "St\ Albans", |
|
23736
|
|
|
|
|
|
|
"61879311", "Katherine", |
|
23737
|
|
|
|
|
|
|
"6129766", "Bankstown", |
|
23738
|
|
|
|
|
|
|
"61361284", "Dover", |
|
23739
|
|
|
|
|
|
|
"61868183", "Tarin\ Rock", |
|
23740
|
|
|
|
|
|
|
"61851262", "Tom\ Price", |
|
23741
|
|
|
|
|
|
|
"61342066", "Geelong", |
|
23742
|
|
|
|
|
|
|
"61749992", "Rockhampton", |
|
23743
|
|
|
|
|
|
|
"613553711", "Poolaijelo", |
|
23744
|
|
|
|
|
|
|
"61747067", "Eddington", |
|
23745
|
|
|
|
|
|
|
"61259997", "Wagga\ Wagga", |
|
23746
|
|
|
|
|
|
|
"61257062", "Quirindi", |
|
23747
|
|
|
|
|
|
|
"613441749", "Bealiba", |
|
23748
|
|
|
|
|
|
|
"61887816", "Naracoorte", |
|
23749
|
|
|
|
|
|
|
"6186101", "Perth", |
|
23750
|
|
|
|
|
|
|
"61744456", "Mount\ Isa", |
|
23751
|
|
|
|
|
|
|
"618660732", "Aldersyde", |
|
23752
|
|
|
|
|
|
|
"61746525", "Longreach", |
|
23753
|
|
|
|
|
|
|
"618866398", "Yabmana", |
|
23754
|
|
|
|
|
|
|
"618683482", "Boscabel", |
|
23755
|
|
|
|
|
|
|
"61244015", "Jilliga", |
|
23756
|
|
|
|
|
|
|
"617750182", "Nobby", |
|
23757
|
|
|
|
|
|
|
"61345094", "Cobden", |
|
23758
|
|
|
|
|
|
|
"61265174", "Castle\ Rock", |
|
23759
|
|
|
|
|
|
|
"6128910", "Dural", |
|
23760
|
|
|
|
|
|
|
"61889032", "Arrowsmith", |
|
23761
|
|
|
|
|
|
|
"618997000", "Nabawa", |
|
23762
|
|
|
|
|
|
|
"61269675", "Bunda", |
|
23763
|
|
|
|
|
|
|
"61353866", "Minimay", |
|
23764
|
|
|
|
|
|
|
"61255297", "Putty", |
|
23765
|
|
|
|
|
|
|
"61268907", "Kiacatoo", |
|
23766
|
|
|
|
|
|
|
"61899496", "Geraldton", |
|
23767
|
|
|
|
|
|
|
"61753230", "Maleny", |
|
23768
|
|
|
|
|
|
|
"618763898", "Nunjikompita", |
|
23769
|
|
|
|
|
|
|
"6138693", "Melbourne", |
|
23770
|
|
|
|
|
|
|
"61745781", "Arcadia\ Valley", |
|
23771
|
|
|
|
|
|
|
"61353959", "Natimuk", |
|
23772
|
|
|
|
|
|
|
"612574605", "Inverell", |
|
23773
|
|
|
|
|
|
|
"61361157", "Miena", |
|
23774
|
|
|
|
|
|
|
"61897788", "Busselton", |
|
23775
|
|
|
|
|
|
|
"61742489", "Atherton", |
|
23776
|
|
|
|
|
|
|
"61358470", "Deniliquin", |
|
23777
|
|
|
|
|
|
|
"61364790", "Wynyard", |
|
23778
|
|
|
|
|
|
|
"61890976", "Kambalda", |
|
23779
|
|
|
|
|
|
|
"61898745", "Lake\ King", |
|
23780
|
|
|
|
|
|
|
"61240104", "Raymond\ Terrace", |
|
23781
|
|
|
|
|
|
|
"61888123", "Alford", |
|
23782
|
|
|
|
|
|
|
"6173869", "Sandgate", |
|
23783
|
|
|
|
|
|
|
"617750359", "Jundah", |
|
23784
|
|
|
|
|
|
|
"61268476", "Warren", |
|
23785
|
|
|
|
|
|
|
"61877104", "Lucindale\ South", |
|
23786
|
|
|
|
|
|
|
"61752309", "Upper\ Widgee", |
|
23787
|
|
|
|
|
|
|
"61248020", "Bundanoon", |
|
23788
|
|
|
|
|
|
|
"618859985", "Tailem\ Bend", |
|
23789
|
|
|
|
|
|
|
"61753498", "Lowood", |
|
23790
|
|
|
|
|
|
|
"61367148", "Westbury", |
|
23791
|
|
|
|
|
|
|
"61240401", "Newcastle", |
|
23792
|
|
|
|
|
|
|
"61898398", "Bedford\ Harbour", |
|
23793
|
|
|
|
|
|
|
"612684564", "Tyrie", |
|
23794
|
|
|
|
|
|
|
"61875015", "Milang", |
|
23795
|
|
|
|
|
|
|
"618753454", "Berri", |
|
23796
|
|
|
|
|
|
|
"617473835", "Burketown", |
|
23797
|
|
|
|
|
|
|
"61890407", "Bodallin\ North", |
|
23798
|
|
|
|
|
|
|
"618601092", "Mount\ Stirling", |
|
23799
|
|
|
|
|
|
|
"61361321", "Maydena", |
|
23800
|
|
|
|
|
|
|
"61899667", "Yallalong", |
|
23801
|
|
|
|
|
|
|
"61888808", "Maitland", |
|
23802
|
|
|
|
|
|
|
"61749849", "Capella", |
|
23803
|
|
|
|
|
|
|
"6174412", "Townsville", |
|
23804
|
|
|
|
|
|
|
"61265471", "Denman", |
|
23805
|
|
|
|
|
|
|
"61256619", "Copmanhurst", |
|
23806
|
|
|
|
|
|
|
"61266374", "Mullumbimby", |
|
23807
|
|
|
|
|
|
|
"612532605", "Woodstock", |
|
23808
|
|
|
|
|
|
|
"61887313", "Penola", |
|
23809
|
|
|
|
|
|
|
"61749542", "Walkerston", |
|
23810
|
|
|
|
|
|
|
"61898695", "Ravensthorpe\ West", |
|
23811
|
|
|
|
|
|
|
"61364640", "Burnie", |
|
23812
|
|
|
|
|
|
|
"61746679", "Elbow\ Valley", |
|
23813
|
|
|
|
|
|
|
"618863700", "Rudall", |
|
23814
|
|
|
|
|
|
|
"618964977", "Calingiri", |
|
23815
|
|
|
|
|
|
|
"61741586", "Windera", |
|
23816
|
|
|
|
|
|
|
"61889403", "Ranken\ River", |
|
23817
|
|
|
|
|
|
|
"61340027", "Underbool", |
|
23818
|
|
|
|
|
|
|
"618865962", "Poochera", |
|
23819
|
|
|
|
|
|
|
"61753095", "Caloundra", |
|
23820
|
|
|
|
|
|
|
"61362956", "Hobart", |
|
23821
|
|
|
|
|
|
|
"61260782", "Barnawartha", |
|
23822
|
|
|
|
|
|
|
"61269822", "Mannus", |
|
23823
|
|
|
|
|
|
|
"61745339", "Balonne", |
|
23824
|
|
|
|
|
|
|
"612683701", "Dandaloo", |
|
23825
|
|
|
|
|
|
|
"61260291", "Walla\ Walla", |
|
23826
|
|
|
|
|
|
|
"61269135", "Griffith", |
|
23827
|
|
|
|
|
|
|
"613470892", "Strathbogie", |
|
23828
|
|
|
|
|
|
|
"61265958", "Forster", |
|
23829
|
|
|
|
|
|
|
"61363115", "Waterhouse", |
|
23830
|
|
|
|
|
|
|
"613574634", "Beechworth", |
|
23831
|
|
|
|
|
|
|
"6126341", "Cowra", |
|
23832
|
|
|
|
|
|
|
"6174157", "Gin\ Gin", |
|
23833
|
|
|
|
|
|
|
"61269529", "Wee\ Elwah", |
|
23834
|
|
|
|
|
|
|
"61250224", "Culcairn", |
|
23835
|
|
|
|
|
|
|
"61350343", "Cunninyeuk", |
|
23836
|
|
|
|
|
|
|
"613531913", "Clear\ Lake", |
|
23837
|
|
|
|
|
|
|
"61362562", "South\ Bruny", |
|
23838
|
|
|
|
|
|
|
"618989320", "Wickepin", |
|
23839
|
|
|
|
|
|
|
"618762621", "Quorn", |
|
23840
|
|
|
|
|
|
|
"61888564", "Brinkworth", |
|
23841
|
|
|
|
|
|
|
"618660743", "Bidaminna", |
|
23842
|
|
|
|
|
|
|
"61265387", "Krambach", |
|
23843
|
|
|
|
|
|
|
"618683227", "Amelup", |
|
23844
|
|
|
|
|
|
|
"61887107", "Tantanoola", |
|
23845
|
|
|
|
|
|
|
"61238163", "Barrallier", |
|
23846
|
|
|
|
|
|
|
"618967831", "South\ Quairading", |
|
23847
|
|
|
|
|
|
|
"61258175", "Bogan\ Gate", |
|
23848
|
|
|
|
|
|
|
"61340365", "Waitchie", |
|
23849
|
|
|
|
|
|
|
"61740093", "Maryfarms", |
|
23850
|
|
|
|
|
|
|
"61899425", "Yaringa", |
|
23851
|
|
|
|
|
|
|
"6139406", "Melbourne", |
|
23852
|
|
|
|
|
|
|
"61358486", "Shepparton", |
|
23853
|
|
|
|
|
|
|
"61721003", "Brisbane", |
|
23854
|
|
|
|
|
|
|
"61748115", "Tieri", |
|
23855
|
|
|
|
|
|
|
"61890980", "Narembeen", |
|
23856
|
|
|
|
|
|
|
"61880016", "Menindee", |
|
23857
|
|
|
|
|
|
|
"61354662", "Amphitheatre", |
|
23858
|
|
|
|
|
|
|
"61888734", "Bute", |
|
23859
|
|
|
|
|
|
|
"613470573", "Yarck", |
|
23860
|
|
|
|
|
|
|
"61891204", "Telfer", |
|
23861
|
|
|
|
|
|
|
"61345160", "Merino", |
|
23862
|
|
|
|
|
|
|
"61890649", "Narembeen", |
|
23863
|
|
|
|
|
|
|
"61887466", "Lochaber", |
|
23864
|
|
|
|
|
|
|
"61887747", "Rendelsham", |
|
23865
|
|
|
|
|
|
|
"61351001", "Morwell", |
|
23866
|
|
|
|
|
|
|
"61888229", "Yorketown", |
|
23867
|
|
|
|
|
|
|
"61356384", "Leongatha", |
|
23868
|
|
|
|
|
|
|
"61355481", "Strathdownie", |
|
23869
|
|
|
|
|
|
|
"613553890", "Dartmoor", |
|
23870
|
|
|
|
|
|
|
"61361516", "Sorell", |
|
23871
|
|
|
|
|
|
|
"618869055", "Spilsby", |
|
23872
|
|
|
|
|
|
|
"61899028", "Denham", |
|
23873
|
|
|
|
|
|
|
"61355312", "Coleraine", |
|
23874
|
|
|
|
|
|
|
"61888558", "Wedge", |
|
23875
|
|
|
|
|
|
|
"61890166", "Nullarbor", |
|
23876
|
|
|
|
|
|
|
"61752047", "Upper\ Widgee", |
|
23877
|
|
|
|
|
|
|
"613442215", "Harcourt", |
|
23878
|
|
|
|
|
|
|
"61357046", "Flowerdale", |
|
23879
|
|
|
|
|
|
|
"61868289", "Varley", |
|
23880
|
|
|
|
|
|
|
"61743185", "Kumbia", |
|
23881
|
|
|
|
|
|
|
"61350772", "Culgoa", |
|
23882
|
|
|
|
|
|
|
"612532980", "Molong", |
|
23883
|
|
|
|
|
|
|
"61741422", "Farnsfield", |
|
23884
|
|
|
|
|
|
|
"61741044", "Farnsfield", |
|
23885
|
|
|
|
|
|
|
"61249390", "Branxton", |
|
23886
|
|
|
|
|
|
|
"613442250", "Wedderburn", |
|
23887
|
|
|
|
|
|
|
"61746233", "Tabers", |
|
23888
|
|
|
|
|
|
|
"61742323", "Cairns", |
|
23889
|
|
|
|
|
|
|
"618869010", "Iron\ Knob", |
|
23890
|
|
|
|
|
|
|
"61240694", "Bulahdelah", |
|
23891
|
|
|
|
|
|
|
"612594179", "Bethungra", |
|
23892
|
|
|
|
|
|
|
"618858511", "Halidon", |
|
23893
|
|
|
|
|
|
|
"61754200", "Caboolture", |
|
23894
|
|
|
|
|
|
|
"61265964", "Murrurundi", |
|
23895
|
|
|
|
|
|
|
"61242042", "Wollongong", |
|
23896
|
|
|
|
|
|
|
"61248593", "Crookwell", |
|
23897
|
|
|
|
|
|
|
"61350717", "Box\ Creek", |
|
23898
|
|
|
|
|
|
|
"61341242", "Orbost", |
|
23899
|
|
|
|
|
|
|
"61248668", "Crookwell", |
|
23900
|
|
|
|
|
|
|
"61268251", "Gulargambone", |
|
23901
|
|
|
|
|
|
|
"612594109", "Galore", |
|
23902
|
|
|
|
|
|
|
"6186330", "Perth", |
|
23903
|
|
|
|
|
|
|
"61351196", "Lindenow", |
|
23904
|
|
|
|
|
|
|
"6126618", "Ballina", |
|
23905
|
|
|
|
|
|
|
"61363053", "Longford", |
|
23906
|
|
|
|
|
|
|
"61341544", "Goongerah", |
|
23907
|
|
|
|
|
|
|
"61887882", "Thornlea", |
|
23908
|
|
|
|
|
|
|
"612582440", "Airlands", |
|
23909
|
|
|
|
|
|
|
"613553504", "Caramut", |
|
23910
|
|
|
|
|
|
|
"61747194", "Prairie", |
|
23911
|
|
|
|
|
|
|
"61887589", "Cannawigara", |
|
23912
|
|
|
|
|
|
|
"61350710", "Ouyen", |
|
23913
|
|
|
|
|
|
|
"61754207", "Caloundra", |
|
23914
|
|
|
|
|
|
|
"618904267", "Wialki\ North", |
|
23915
|
|
|
|
|
|
|
"61749505", "Nebo", |
|
23916
|
|
|
|
|
|
|
"61266176", "Murwillumbah", |
|
23917
|
|
|
|
|
|
|
"6128265", "Sydney", |
|
23918
|
|
|
|
|
|
|
"61743291", "Tansey", |
|
23919
|
|
|
|
|
|
|
"613450551", "Balmoral", |
|
23920
|
|
|
|
|
|
|
"61250208", "Rand", |
|
23921
|
|
|
|
|
|
|
"61244202", "Moruya", |
|
23922
|
|
|
|
|
|
|
"61752040", "Nambour", |
|
23923
|
|
|
|
|
|
|
"61350175", "Underbool", |
|
23924
|
|
|
|
|
|
|
"61265256", "Murrurundi", |
|
23925
|
|
|
|
|
|
|
"613441705", "Gowar\ East", |
|
23926
|
|
|
|
|
|
|
"618753024", "Mantung", |
|
23927
|
|
|
|
|
|
|
"61267272", "Mullaley", |
|
23928
|
|
|
|
|
|
|
"61249397", "Mulbring", |
|
23929
|
|
|
|
|
|
|
"61261058", "Cavan", |
|
23930
|
|
|
|
|
|
|
"617485854", "Dingo", |
|
23931
|
|
|
|
|
|
|
"61877306", "Cannawigara", |
|
23932
|
|
|
|
|
|
|
"61899391", "Nabawa", |
|
23933
|
|
|
|
|
|
|
"61875153", "Pinnaroo", |
|
23934
|
|
|
|
|
|
|
"61740860", "Daintree", |
|
23935
|
|
|
|
|
|
|
"613532402", "Natimuk", |
|
23936
|
|
|
|
|
|
|
"61257751", "Aberfoyle", |
|
23937
|
|
|
|
|
|
|
"61887740", "Mount\ Gambier", |
|
23938
|
|
|
|
|
|
|
"61879416", "Daly", |
|
23939
|
|
|
|
|
|
|
"618683332", "Badgebup", |
|
23940
|
|
|
|
|
|
|
"61362529", "Huonville", |
|
23941
|
|
|
|
|
|
|
"6173065", "Brisbane\/Bribie\ Island\/Dayboro\/Dunwich\/Kooringal\/Redcliffe\/Russell\ Island\/Samford", |
|
23942
|
|
|
|
|
|
|
"61888824", "Lochiel", |
|
23943
|
|
|
|
|
|
|
"61269956", "Kyeamba", |
|
23944
|
|
|
|
|
|
|
"61885283", "Hamley\ Bridge", |
|
23945
|
|
|
|
|
|
|
"618683697", "Borden", |
|
23946
|
|
|
|
|
|
|
"61340593", "Balranald", |
|
23947
|
|
|
|
|
|
|
"612583858", "Baradine", |
|
23948
|
|
|
|
|
|
|
"61261455", "Cavan", |
|
23949
|
|
|
|
|
|
|
"612636", "Orange", |
|
23950
|
|
|
|
|
|
|
"61269869", "Alleena", |
|
23951
|
|
|
|
|
|
|
"612592695", "Currawarna", |
|
23952
|
|
|
|
|
|
|
"61867135", "Donnybrook", |
|
23953
|
|
|
|
|
|
|
"61899930", "Tenindewa", |
|
23954
|
|
|
|
|
|
|
"61265873", "Byabarra", |
|
23955
|
|
|
|
|
|
|
"61877128", "Avenue\ Range", |
|
23956
|
|
|
|
|
|
|
"61876273", "Courela", |
|
23957
|
|
|
|
|
|
|
"61890987", "Condingup", |
|
23958
|
|
|
|
|
|
|
"61890655", "South\ Kumminin", |
|
23959
|
|
|
|
|
|
|
"61269562", "Grong\ Grong", |
|
23960
|
|
|
|
|
|
|
"612574649", "Wollomombi", |
|
23961
|
|
|
|
|
|
|
"61264492", "Bobundara", |
|
23962
|
|
|
|
|
|
|
"61340236", "Underbool", |
|
23963
|
|
|
|
|
|
|
"61253555", "Harden", |
|
23964
|
|
|
|
|
|
|
"61746415", "Yetman", |
|
23965
|
|
|
|
|
|
|
"617441409", "Ingham", |
|
23966
|
|
|
|
|
|
|
"61361495", "Bothwell", |
|
23967
|
|
|
|
|
|
|
"612530117", "Hampton", |
|
23968
|
|
|
|
|
|
|
"61356186", "Warragul", |
|
23969
|
|
|
|
|
|
|
"61341086", "Swifts\ Creek", |
|
23970
|
|
|
|
|
|
|
"61887100", "Robe", |
|
23971
|
|
|
|
|
|
|
"61256475", "Ballina", |
|
23972
|
|
|
|
|
|
|
"61261064", "Gundaroo", |
|
23973
|
|
|
|
|
|
|
"612685670", "Cumborah", |
|
23974
|
|
|
|
|
|
|
"61265380", "Comboyne", |
|
23975
|
|
|
|
|
|
|
"6173489", "Beenleigh", |
|
23976
|
|
|
|
|
|
|
"61255035", "Rawdon\ Vale", |
|
23977
|
|
|
|
|
|
|
"61353595", "Dadswells\ Bridge", |
|
23978
|
|
|
|
|
|
|
"612574417", "Drake", |
|
23979
|
|
|
|
|
|
|
"612978", "Bankstown", |
|
23980
|
|
|
|
|
|
|
"61367239", "Westbury", |
|
23981
|
|
|
|
|
|
|
"6135525", "Portland", |
|
23982
|
|
|
|
|
|
|
"618763740", "Streaky\ Bay", |
|
23983
|
|
|
|
|
|
|
"61248654", "Tuena", |
|
23984
|
|
|
|
|
|
|
"618854531", "Mantung", |
|
23985
|
|
|
|
|
|
|
"612683771", "Gwabegar", |
|
23986
|
|
|
|
|
|
|
"61363712", "Longford", |
|
23987
|
|
|
|
|
|
|
"618964907", "Miling", |
|
23988
|
|
|
|
|
|
|
"617486859", "Moura", |
|
23989
|
|
|
|
|
|
|
"61357791", "Mansfield", |
|
23990
|
|
|
|
|
|
|
"61340020", "Willandra\ Lakes", |
|
23991
|
|
|
|
|
|
|
"61269732", "Ariah\ Park", |
|
23992
|
|
|
|
|
|
|
"612574921", "Currabubula", |
|
23993
|
|
|
|
|
|
|
"61745944", "Moonie", |
|
23994
|
|
|
|
|
|
|
"61260185", "Corryong", |
|
23995
|
|
|
|
|
|
|
"61899004", "Balla", |
|
23996
|
|
|
|
|
|
|
"61895026", "Bullsbrook\ East", |
|
23997
|
|
|
|
|
|
|
"61255438", "Port\ Macquarie", |
|
23998
|
|
|
|
|
|
|
"61748053", "Glenden", |
|
23999
|
|
|
|
|
|
|
"612532675", "Cumnock", |
|
24000
|
|
|
|
|
|
|
"61256078", "Coffs\ Harbour", |
|
24001
|
|
|
|
|
|
|
"61263867", "Galong", |
|
24002
|
|
|
|
|
|
|
"61899660", "Tenindewa", |
|
24003
|
|
|
|
|
|
|
"618661021", "Yorkrakine", |
|
24004
|
|
|
|
|
|
|
"617486727", "Wagoora", |
|
24005
|
|
|
|
|
|
|
"61364647", "Ulverstone", |
|
24006
|
|
|
|
|
|
|
"61879363", "Elliott", |
|
24007
|
|
|
|
|
|
|
"61746018", "Barcaldine", |
|
24008
|
|
|
|
|
|
|
"61341205", "Gormandale", |
|
24009
|
|
|
|
|
|
|
"61875379", "Langhorne\ Creek", |
|
24010
|
|
|
|
|
|
|
"61244259", "Milton\-ulladulla", |
|
24011
|
|
|
|
|
|
|
"6135995", "Cranbourne", |
|
24012
|
|
|
|
|
|
|
"612574589", "Elcombe", |
|
24013
|
|
|
|
|
|
|
"61891228", "Onslow", |
|
24014
|
|
|
|
|
|
|
"618865087", "Tarcoola", |
|
24015
|
|
|
|
|
|
|
"61361098", "Richmond", |
|
24016
|
|
|
|
|
|
|
"61263093", "Grenfell", |
|
24017
|
|
|
|
|
|
|
"61248027", "Crookwell", |
|
24018
|
|
|
|
|
|
|
"61260847", "Corowa", |
|
24019
|
|
|
|
|
|
|
"61898021", "Bedford\ Harbour", |
|
24020
|
|
|
|
|
|
|
"613572456", "Benalla", |
|
24021
|
|
|
|
|
|
|
"6188550", "Willunga", |
|
24022
|
|
|
|
|
|
|
"61890400", "Norseman", |
|
24023
|
|
|
|
|
|
|
"618858548", "Malinong", |
|
24024
|
|
|
|
|
|
|
"61355883", "Harrow", |
|
24025
|
|
|
|
|
|
|
"61851123", "Great\ Sandy", |
|
24026
|
|
|
|
|
|
|
"61886389", "Mambray\ Creek", |
|
24027
|
|
|
|
|
|
|
"6188769", "Lucindale\ South", |
|
24028
|
|
|
|
|
|
|
"61749855", "Willows", |
|
24029
|
|
|
|
|
|
|
"61741469", "Mundubbera", |
|
24030
|
|
|
|
|
|
|
"61358906", "Finley", |
|
24031
|
|
|
|
|
|
|
"61896385", "Cunderdin", |
|
24032
|
|
|
|
|
|
|
"61352390", "Beeac", |
|
24033
|
|
|
|
|
|
|
"612685798", "Colane", |
|
24034
|
|
|
|
|
|
|
"61246078", "Camden", |
|
24035
|
|
|
|
|
|
|
"61897073", "Bunbury", |
|
24036
|
|
|
|
|
|
|
"61747925", "Burdekin\/Cape\ River", |
|
24037
|
|
|
|
|
|
|
"61734721", "Cleveland", |
|
24038
|
|
|
|
|
|
|
"61251178", "Burrinjuck", |
|
24039
|
|
|
|
|
|
|
"612583920", "Mandagery", |
|
24040
|
|
|
|
|
|
|
"61359357", "Marysville", |
|
24041
|
|
|
|
|
|
|
"61880836", "White\ Cliffs", |
|
24042
|
|
|
|
|
|
|
"6139964", "Melbourne", |
|
24043
|
|
|
|
|
|
|
"61257432", "Tamworth", |
|
24044
|
|
|
|
|
|
|
"61749133", "Yeppoon", |
|
24045
|
|
|
|
|
|
|
"61267489", "Emmaville", |
|
24046
|
|
|
|
|
|
|
"613573037", "Flowerdale", |
|
24047
|
|
|
|
|
|
|
"618683493", "Denbarker", |
|
24048
|
|
|
|
|
|
|
"612574769", "Collarenebri", |
|
24049
|
|
|
|
|
|
|
"618967728", "Yelbeni", |
|
24050
|
|
|
|
|
|
|
"618866927", "Mintabie", |
|
24051
|
|
|
|
|
|
|
"61851152", "Great\ Sandy", |
|
24052
|
|
|
|
|
|
|
"61359042", "Warburton", |
|
24053
|
|
|
|
|
|
|
"617452603", "Leyburn", |
|
24054
|
|
|
|
|
|
|
"61258027", "Hermidale", |
|
24055
|
|
|
|
|
|
|
"61348224", "Katandra\ West", |
|
24056
|
|
|
|
|
|
|
"618753521", "Two\ Wells", |
|
24057
|
|
|
|
|
|
|
"61256056", "Murwillumbah", |
|
24058
|
|
|
|
|
|
|
"6126023", "Albury", |
|
24059
|
|
|
|
|
|
|
"618683161", "Jerdacuttup", |
|
24060
|
|
|
|
|
|
|
"61361267", "Colebrook", |
|
24061
|
|
|
|
|
|
|
"61741851", "Tiaro", |
|
24062
|
|
|
|
|
|
|
"61747084", "Gulf", |
|
24063
|
|
|
|
|
|
|
"61355406", "Darlington", |
|
24064
|
|
|
|
|
|
|
"61881555", "Adelaide", |
|
24065
|
|
|
|
|
|
|
"6138753", "Dandenong", |
|
24066
|
|
|
|
|
|
|
"61245035", "Kurrajong\ Heights", |
|
24067
|
|
|
|
|
|
|
"617442806", "Leichhardt\ Range", |
|
24068
|
|
|
|
|
|
|
"617750193", "Southwood", |
|
24069
|
|
|
|
|
|
|
"6174221", "Cairns", |
|
24070
|
|
|
|
|
|
|
"61351086", "Licola", |
|
24071
|
|
|
|
|
|
|
"617487071", "Zamia\ Creek", |
|
24072
|
|
|
|
|
|
|
"61350020", "Mildura", |
|
24073
|
|
|
|
|
|
|
"61240522", "Nelson\ Bay", |
|
24074
|
|
|
|
|
|
|
"6188253", "Adelaide", |
|
24075
|
|
|
|
|
|
|
"6129733", "Liverpool", |
|
24076
|
|
|
|
|
|
|
"618996808", "Guranu", |
|
24077
|
|
|
|
|
|
|
"61238102", "Reidsdale", |
|
24078
|
|
|
|
|
|
|
"61358401", "Jimaringle", |
|
24079
|
|
|
|
|
|
|
"61268049", "Dubbo", |
|
24080
|
|
|
|
|
|
|
"613442158", "Womboota", |
|
24081
|
|
|
|
|
|
|
"613573053", "Kilmore", |
|
24082
|
|
|
|
|
|
|
"61355167", "Warrnambool", |
|
24083
|
|
|
|
|
|
|
"61730385", "Beenleigh", |
|
24084
|
|
|
|
|
|
|
"61361188", "Nubeena", |
|
24085
|
|
|
|
|
|
|
"61891395", "Mitchell", |
|
24086
|
|
|
|
|
|
|
"61238159", "Tuena", |
|
24087
|
|
|
|
|
|
|
"618600740", "Bullfinch", |
|
24088
|
|
|
|
|
|
|
"61875122", "Kapunda", |
|
24089
|
|
|
|
|
|
|
"6138776", "Whittlesea", |
|
24090
|
|
|
|
|
|
|
"618982990", "Bremer\ Bay", |
|
24091
|
|
|
|
|
|
|
"61878216", "Marion\ Bay", |
|
24092
|
|
|
|
|
|
|
"61898711", "Newdegate", |
|
24093
|
|
|
|
|
|
|
"61746728", "Chinchilla", |
|
24094
|
|
|
|
|
|
|
"61267826", "Coolatai", |
|
24095
|
|
|
|
|
|
|
"61244041", "Narooma", |
|
24096
|
|
|
|
|
|
|
"61890376", "Leonora", |
|
24097
|
|
|
|
|
|
|
"61354603", "Maryborough", |
|
24098
|
|
|
|
|
|
|
"61269978", "Gunbar", |
|
24099
|
|
|
|
|
|
|
"61357479", "Seymour", |
|
24100
|
|
|
|
|
|
|
"61875211", "Bow\ Hill", |
|
24101
|
|
|
|
|
|
|
"618997037", "Gutha\ West", |
|
24102
|
|
|
|
|
|
|
"618903564", "Mount\ Merivale", |
|
24103
|
|
|
|
|
|
|
"61263183", "Ooma", |
|
24104
|
|
|
|
|
|
|
"61268307", "Cuttaburra", |
|
24105
|
|
|
|
|
|
|
"6128102", "Bankstown", |
|
24106
|
|
|
|
|
|
|
"61351544", "Cabbage\ Tree\ Creek", |
|
24107
|
|
|
|
|
|
|
"612594440", "The\ Rock", |
|
24108
|
|
|
|
|
|
|
"61341196", "Clydebank", |
|
24109
|
|
|
|
|
|
|
"6187327", "Woodside", |
|
24110
|
|
|
|
|
|
|
"61367014", "Scottsdale", |
|
24111
|
|
|
|
|
|
|
"613572636", "Yarck", |
|
24112
|
|
|
|
|
|
|
"6138567", "Melbourne", |
|
24113
|
|
|
|
|
|
|
"618753091", "Willunga", |
|
24114
|
|
|
|
|
|
|
"61261076", "Uriarra\ Forest", |
|
24115
|
|
|
|
|
|
|
"61265278", "Comboyne", |
|
24116
|
|
|
|
|
|
|
"61747546", "Charters\ Towers", |
|
24117
|
|
|
|
|
|
|
"61851109", "Roebuck", |
|
24118
|
|
|
|
|
|
|
"6128787", "Liverpool", |
|
24119
|
|
|
|
|
|
|
"61356096", "Warragul", |
|
24120
|
|
|
|
|
|
|
"61363022", "Campbell\ Town", |
|
24121
|
|
|
|
|
|
|
"61260095", "Yackandandah", |
|
24122
|
|
|
|
|
|
|
"618680073", "Newdegate\ East", |
|
24123
|
|
|
|
|
|
|
"6124047", "Newcastle", |
|
24124
|
|
|
|
|
|
|
"612574613", "Moree", |
|
24125
|
|
|
|
|
|
|
"61266158", "Nimbin", |
|
24126
|
|
|
|
|
|
|
"61340175", "Curyo", |
|
24127
|
|
|
|
|
|
|
"61240208", "Raymond\ Terrace", |
|
24128
|
|
|
|
|
|
|
"61742040", "Kowanyama", |
|
24129
|
|
|
|
|
|
|
"61753291", "Kenilworth", |
|
24130
|
|
|
|
|
|
|
"61268113", "Tullamore", |
|
24131
|
|
|
|
|
|
|
"61879345", "Rodinga", |
|
24132
|
|
|
|
|
|
|
"618763660", "Mudamuckla", |
|
24133
|
|
|
|
|
|
|
"618967736", "Aldersyde", |
|
24134
|
|
|
|
|
|
|
"6124295", "Wollongong", |
|
24135
|
|
|
|
|
|
|
"61359005", "Cranbourne", |
|
24136
|
|
|
|
|
|
|
"613431694", "Banyena", |
|
24137
|
|
|
|
|
|
|
"61347046", "Yea", |
|
24138
|
|
|
|
|
|
|
"61745875", "Goondiwindi", |
|
24139
|
|
|
|
|
|
|
"61742047", "Mareeba", |
|
24140
|
|
|
|
|
|
|
"61741453", "Windera", |
|
24141
|
|
|
|
|
|
|
"618680003", "Kukerin", |
|
24142
|
|
|
|
|
|
|
"61357615", "Flowerdale", |
|
24143
|
|
|
|
|
|
|
"61354894", "Raywood", |
|
24144
|
|
|
|
|
|
|
"61358981", "Deniliquin", |
|
24145
|
|
|
|
|
|
|
"61258236", "Coonamble", |
|
24146
|
|
|
|
|
|
|
"61354778", "Buckrabanyule", |
|
24147
|
|
|
|
|
|
|
"61866110", "Wongan\ Hills", |
|
24148
|
|
|
|
|
|
|
"61753185", "Ballugan", |
|
24149
|
|
|
|
|
|
|
"61891421", "Karratha", |
|
24150
|
|
|
|
|
|
|
"61879359", "Carpentaria", |
|
24151
|
|
|
|
|
|
|
"6189584", "Mandurah", |
|
24152
|
|
|
|
|
|
|
"61756233", "Beaudesert", |
|
24153
|
|
|
|
|
|
|
"61357318", "Taggerty", |
|
24154
|
|
|
|
|
|
|
"612594384", "Bunda", |
|
24155
|
|
|
|
|
|
|
"613542250", "Mitiamo", |
|
24156
|
|
|
|
|
|
|
"61887961", "Keilira", |
|
24157
|
|
|
|
|
|
|
"613531621", "Ararat", |
|
24158
|
|
|
|
|
|
|
"61351242", "Cann\ River", |
|
24159
|
|
|
|
|
|
|
"61265799", "Broke", |
|
24160
|
|
|
|
|
|
|
"617442942", "Clarke", |
|
24161
|
|
|
|
|
|
|
"61888576", "Port\ Victoria", |
|
24162
|
|
|
|
|
|
|
"61260621", "Nariel", |
|
24163
|
|
|
|
|
|
|
"61742352", "Walsh\ River", |
|
24164
|
|
|
|
|
|
|
"61342540", "Winchelsea\ South\/Wingeel", |
|
24165
|
|
|
|
|
|
|
"61255231", "Krambach", |
|
24166
|
|
|
|
|
|
|
"61358803", "Mathoura", |
|
24167
|
|
|
|
|
|
|
"61248175", "Paddys\ River", |
|
24168
|
|
|
|
|
|
|
"61359286", "Pakenham", |
|
24169
|
|
|
|
|
|
|
"61353648", "Moyston", |
|
24170
|
|
|
|
|
|
|
"61348208", "Wakool", |
|
24171
|
|
|
|
|
|
|
"612583212", "Warrumbungle", |
|
24172
|
|
|
|
|
|
|
"61268300", "Bourke", |
|
24173
|
|
|
|
|
|
|
"61746838", "Wandoan", |
|
24174
|
|
|
|
|
|
|
"612683942", "Neilrex", |
|
24175
|
|
|
|
|
|
|
"61238145", "Crookwell", |
|
24176
|
|
|
|
|
|
|
"61891563", "Broome", |
|
24177
|
|
|
|
|
|
|
"61268464", "Yeoval", |
|
24178
|
|
|
|
|
|
|
"61353911", "Nhill", |
|
24179
|
|
|
|
|
|
|
"612685834", "Mount\ Foster", |
|
24180
|
|
|
|
|
|
|
"618903811", "Dulyalbin", |
|
24181
|
|
|
|
|
|
|
"61886790", "Orroroo", |
|
24182
|
|
|
|
|
|
|
"618982376", "Kojaneerup", |
|
24183
|
|
|
|
|
|
|
"618854691", "Langhorne\ Creek", |
|
24184
|
|
|
|
|
|
|
"61356101", "Icy\ Creek", |
|
24185
|
|
|
|
|
|
|
"612574142", "Marple", |
|
24186
|
|
|
|
|
|
|
"61355160", "Victoria\ Valley", |
|
24187
|
|
|
|
|
|
|
"618864060", "Koongawa", |
|
24188
|
|
|
|
|
|
|
"618862161", "Arno\ Bay", |
|
24189
|
|
|
|
|
|
|
"61350668", "Nyah", |
|
24190
|
|
|
|
|
|
|
"61384881", "Eltham", |
|
24191
|
|
|
|
|
|
|
"613451362", "Casterton", |
|
24192
|
|
|
|
|
|
|
"612532879", "Bribbaree", |
|
24193
|
|
|
|
|
|
|
"61269503", "Gala\ Vale", |
|
24194
|
|
|
|
|
|
|
"61341001", "Bruthen", |
|
24195
|
|
|
|
|
|
|
"61268971", "Fairholme", |
|
24196
|
|
|
|
|
|
|
"61743095", "Pialba", |
|
24197
|
|
|
|
|
|
|
"61240739", "Eccleston", |
|
24198
|
|
|
|
|
|
|
"61755339", "Tweed\ Heads", |
|
24199
|
|
|
|
|
|
|
"61350027", "Willandra\ Lakes", |
|
24200
|
|
|
|
|
|
|
"61887631", "Padthaway", |
|
24201
|
|
|
|
|
|
|
"61888203", "Snowtown", |
|
24202
|
|
|
|
|
|
|
"61240224", "East\ Gresford", |
|
24203
|
|
|
|
|
|
|
"61890174", "Salmon\ Gums", |
|
24204
|
|
|
|
|
|
|
"61269853", "Tallimba", |
|
24205
|
|
|
|
|
|
|
"618996878", "Meekatharra", |
|
24206
|
|
|
|
|
|
|
"617441395", "Dalbeg", |
|
24207
|
|
|
|
|
|
|
"6128922", "Sydney", |
|
24208
|
|
|
|
|
|
|
"618763429", "Booleroo\ Centre", |
|
24209
|
|
|
|
|
|
|
"61268055", "Gilgandra", |
|
24210
|
|
|
|
|
|
|
"613431913", "Learmonth", |
|
24211
|
|
|
|
|
|
|
"617473916", "Gununa", |
|
24212
|
|
|
|
|
|
|
"61265976", "Bunnan", |
|
24213
|
|
|
|
|
|
|
"61340343", "Manangatang", |
|
24214
|
|
|
|
|
|
|
"61361260", "Colebrook", |
|
24215
|
|
|
|
|
|
|
"618683537", "Muradup", |
|
24216
|
|
|
|
|
|
|
"6126598", "Macksville", |
|
24217
|
|
|
|
|
|
|
"61899718", "Perenjori", |
|
24218
|
|
|
|
|
|
|
"617487001", "Buckland", |
|
24219
|
|
|
|
|
|
|
"617442876", "Woodstock", |
|
24220
|
|
|
|
|
|
|
"61875169", "Blanchetown", |
|
24221
|
|
|
|
|
|
|
"61879173", "Tanami", |
|
24222
|
|
|
|
|
|
|
"61742309", "Mareeba", |
|
24223
|
|
|
|
|
|
|
"61258020", "Goodooga", |
|
24224
|
|
|
|
|
|
|
"617452673", "Toowoomba", |
|
24225
|
|
|
|
|
|
|
"61888699", "Nantawarra", |
|
24226
|
|
|
|
|
|
|
"61244796", "Moruya", |
|
24227
|
|
|
|
|
|
|
"61356518", "Korumburra", |
|
24228
|
|
|
|
|
|
|
"61350654", "Swan\ Hill", |
|
24229
|
|
|
|
|
|
|
"612574845", "Armidale", |
|
24230
|
|
|
|
|
|
|
"617473984", "Flinders", |
|
24231
|
|
|
|
|
|
|
"61740183", "Euramo", |
|
24232
|
|
|
|
|
|
|
"618964944", "Watheroo", |
|
24233
|
|
|
|
|
|
|
"61877381", "Western\ Flat", |
|
24234
|
|
|
|
|
|
|
"61269276", "Ganmain", |
|
24235
|
|
|
|
|
|
|
"61883935", "Salisbury", |
|
24236
|
|
|
|
|
|
|
"61746704", "Helidon", |
|
24237
|
|
|
|
|
|
|
"61743498", "Kingaroy", |
|
24238
|
|
|
|
|
|
|
"61879302", "Arnhem", |
|
24239
|
|
|
|
|
|
|
"6188664", "Jamestown", |
|
24240
|
|
|
|
|
|
|
"618660719", "Talbot\ Brook", |
|
24241
|
|
|
|
|
|
|
"618965665", "Dalwallinu", |
|
24242
|
|
|
|
|
|
|
"61352397", "Barwon\ Downs", |
|
24243
|
|
|
|
|
|
|
"6188987", "Nhulunbuy", |
|
24244
|
|
|
|
|
|
|
"612631598", "Canowindra", |
|
24245
|
|
|
|
|
|
|
"618683553", "Porongurup", |
|
24246
|
|
|
|
|
|
|
"61887474", "Tilley\ Swamp", |
|
24247
|
|
|
|
|
|
|
"61341394", "Sale", |
|
24248
|
|
|
|
|
|
|
"61359350", "Mornington", |
|
24249
|
|
|
|
|
|
|
"61363069", "Whitemark", |
|
24250
|
|
|
|
|
|
|
"61890958", "Kellerberrin", |
|
24251
|
|
|
|
|
|
|
"618867735", "Herbert", |
|
24252
|
|
|
|
|
|
|
"6124871", "Bowral", |
|
24253
|
|
|
|
|
|
|
"61888749", "Pine\ Point", |
|
24254
|
|
|
|
|
|
|
"618996923", "Coorow\ West", |
|
24255
|
|
|
|
|
|
|
"61269356", "Mannus", |
|
24256
|
|
|
|
|
|
|
"617476718", "Palm\ Island", |
|
24257
|
|
|
|
|
|
|
"61355094", "Lake\ Mundi", |
|
24258
|
|
|
|
|
|
|
"61898533", "Katanning", |
|
24259
|
|
|
|
|
|
|
"61887227", "Laffer", |
|
24260
|
|
|
|
|
|
|
"612532845", "Lithgow", |
|
24261
|
|
|
|
|
|
|
"61895782", "Toodyay", |
|
24262
|
|
|
|
|
|
|
"6189775", "Pemberton", |
|
24263
|
|
|
|
|
|
|
"61255465", "Ellerston", |
|
24264
|
|
|
|
|
|
|
"613574760", "Whorouly", |
|
24265
|
|
|
|
|
|
|
"61263884", "Boorowa", |
|
24266
|
|
|
|
|
|
|
"61391735", "Melbourne", |
|
24267
|
|
|
|
|
|
|
"61867154", "Augusta", |
|
24268
|
|
|
|
|
|
|
"61744075", "Ravenswood", |
|
24269
|
|
|
|
|
|
|
"61887171", "Bordertown", |
|
24270
|
|
|
|
|
|
|
"61388205", "Melbourne", |
|
24271
|
|
|
|
|
|
|
"618753472", "Eudunda", |
|
24272
|
|
|
|
|
|
|
"61240381", "Newcastle", |
|
24273
|
|
|
|
|
|
|
"613880357", "Croydon", |
|
24274
|
|
|
|
|
|
|
"61359270", "Healesville", |
|
24275
|
|
|
|
|
|
|
"61888152", "Brinkworth", |
|
24276
|
|
|
|
|
|
|
"61743230", "Windera", |
|
24277
|
|
|
|
|
|
|
"61898296", "Kuringup", |
|
24278
|
|
|
|
|
|
|
"61285213", "Engadine", |
|
24279
|
|
|
|
|
|
|
"61899330", "Balla", |
|
24280
|
|
|
|
|
|
|
"61864930", "Rottnest", |
|
24281
|
|
|
|
|
|
|
"618865841", "Great\ Bight", |
|
24282
|
|
|
|
|
|
|
"613441713", "Kyneton", |
|
24283
|
|
|
|
|
|
|
"6138807", "Melbourne", |
|
24284
|
|
|
|
|
|
|
"61255068", "Pacific\ Palms", |
|
24285
|
|
|
|
|
|
|
"61753716", "Kia\ Ora", |
|
24286
|
|
|
|
|
|
|
"6174420", "Townsville", |
|
24287
|
|
|
|
|
|
|
"61261087", "Yass", |
|
24288
|
|
|
|
|
|
|
"612685840", "Mullengudgery", |
|
24289
|
|
|
|
|
|
|
"61744478", "Townsville", |
|
24290
|
|
|
|
|
|
|
"61265407", "Ellerston", |
|
24291
|
|
|
|
|
|
|
"612593735", "Tumut", |
|
24292
|
|
|
|
|
|
|
"61888580", "Marion\ Bay", |
|
24293
|
|
|
|
|
|
|
"61734448", "Beenleigh", |
|
24294
|
|
|
|
|
|
|
"61352066", "Kennedys\ Creek", |
|
24295
|
|
|
|
|
|
|
"61355970", "Darlington", |
|
24296
|
|
|
|
|
|
|
"6186390", "Kalamunda", |
|
24297
|
|
|
|
|
|
|
"61895840", "Toodyay", |
|
24298
|
|
|
|
|
|
|
"61756139", "Rathdowney", |
|
24299
|
|
|
|
|
|
|
"61899991", "Geraldton", |
|
24300
|
|
|
|
|
|
|
"61877224", "Laffer", |
|
24301
|
|
|
|
|
|
|
"61249997", "Wootton", |
|
24302
|
|
|
|
|
|
|
"61244169", "Batemans\ Bay", |
|
24303
|
|
|
|
|
|
|
"61247062", "Penrith", |
|
24304
|
|
|
|
|
|
|
"613470550", "Kobyboyn", |
|
24305
|
|
|
|
|
|
|
"61889383", "Jabiru", |
|
24306
|
|
|
|
|
|
|
"61364513", "Savage\ River", |
|
24307
|
|
|
|
|
|
|
"617451959", "Freestone", |
|
24308
|
|
|
|
|
|
|
"61890471", "Mukinbudin", |
|
24309
|
|
|
|
|
|
|
"61741039", "Gin\ Gin", |
|
24310
|
|
|
|
|
|
|
"613451286", "Ozenkadnook", |
|
24311
|
|
|
|
|
|
|
"61356360", "Hill\ End", |
|
24312
|
|
|
|
|
|
|
"61353874", "Natimuk", |
|
24313
|
|
|
|
|
|
|
"61356404", "Foster", |
|
24314
|
|
|
|
|
|
|
"61355301", "Tahara", |
|
24315
|
|
|
|
|
|
|
"61749834", "Clermont", |
|
24316
|
|
|
|
|
|
|
"61353798", "Laharum", |
|
24317
|
|
|
|
|
|
|
"612593948", "Batlow", |
|
24318
|
|
|
|
|
|
|
"61740289", "Chillagoe", |
|
24319
|
|
|
|
|
|
|
"61265166", "Idaville", |
|
24320
|
|
|
|
|
|
|
"61754120", "Caloundra", |
|
24321
|
|
|
|
|
|
|
"61745622", "Jundah", |
|
24322
|
|
|
|
|
|
|
"618661148", "Koorda", |
|
24323
|
|
|
|
|
|
|
"612574133", "Gurley", |
|
24324
|
|
|
|
|
|
|
"61255627", "Coopernook", |
|
24325
|
|
|
|
|
|
|
"617442957", "Halifax", |
|
24326
|
|
|
|
|
|
|
"61358306", "Jimaringle", |
|
24327
|
|
|
|
|
|
|
"61886989", "Jamestown", |
|
24328
|
|
|
|
|
|
|
"61890964", "Norseman", |
|
24329
|
|
|
|
|
|
|
"6188178", "Adelaide", |
|
24330
|
|
|
|
|
|
|
"61268161", "Condobolin", |
|
24331
|
|
|
|
|
|
|
"618682055", "Gnowangerup", |
|
24332
|
|
|
|
|
|
|
"61269280", "Kyeamba", |
|
24333
|
|
|
|
|
|
|
"612857", "Sydney", |
|
24334
|
|
|
|
|
|
|
"61867168", "Dinninup\ North", |
|
24335
|
|
|
|
|
|
|
"61342331", "Lavers\ Hill", |
|
24336
|
|
|
|
|
|
|
"618600898", "Laverton", |
|
24337
|
|
|
|
|
|
|
"61891124", "Derby", |
|
24338
|
|
|
|
|
|
|
"618964930", "Wannamal", |
|
24339
|
|
|
|
|
|
|
"61266097", "Thora", |
|
24340
|
|
|
|
|
|
|
"617480429", "Glenden", |
|
24341
|
|
|
|
|
|
|
"61868093", "Nomans\ Lake", |
|
24342
|
|
|
|
|
|
|
"612583529", "Lake\ Cargelligo", |
|
24343
|
|
|
|
|
|
|
"61351077", "Gormandale", |
|
24344
|
|
|
|
|
|
|
"61749148", "Baralaba", |
|
24345
|
|
|
|
|
|
|
"61888109", "Braemer", |
|
24346
|
|
|
|
|
|
|
"61248635", "Bowral", |
|
24347
|
|
|
|
|
|
|
"61898763", "Walpole", |
|
24348
|
|
|
|
|
|
|
"61864004", "Perth", |
|
24349
|
|
|
|
|
|
|
"61746441", "Helidon", |
|
24350
|
|
|
|
|
|
|
"61255054", "Kempsey", |
|
24351
|
|
|
|
|
|
|
"61745344", "Thallon", |
|
24352
|
|
|
|
|
|
|
"61742272", "Euramo", |
|
24353
|
|
|
|
|
|
|
"61358128", "Rushworth", |
|
24354
|
|
|
|
|
|
|
"613572495", "Taggerty", |
|
24355
|
|
|
|
|
|
|
"61875263", "Lameroo", |
|
24356
|
|
|
|
|
|
|
"61351681", "Morwell", |
|
24357
|
|
|
|
|
|
|
"617442933", "Barkly", |
|
24358
|
|
|
|
|
|
|
"612574157", "Pine\ Ridge", |
|
24359
|
|
|
|
|
|
|
"61743026", "Rosedale", |
|
24360
|
|
|
|
|
|
|
"613553552", "Ecklin", |
|
24361
|
|
|
|
|
|
|
"61248338", "Gundillion", |
|
24362
|
|
|
|
|
|
|
"61745706", "Longreach", |
|
24363
|
|
|
|
|
|
|
"618863753", "Nelshaby", |
|
24364
|
|
|
|
|
|
|
"61897492", "Manjimup", |
|
24365
|
|
|
|
|
|
|
"61265358", "Jerrys\ Plains", |
|
24366
|
|
|
|
|
|
|
"618996768", "Coorow", |
|
24367
|
|
|
|
|
|
|
"617476741", "Rollingstone", |
|
24368
|
|
|
|
|
|
|
"61742574", "Atherton", |
|
24369
|
|
|
|
|
|
|
"618753186", "Peebinga", |
|
24370
|
|
|
|
|
|
|
"61891511", "Karratha", |
|
24371
|
|
|
|
|
|
|
"61353963", "Rainbow", |
|
24372
|
|
|
|
|
|
|
"61373003", "Craigieburn", |
|
24373
|
|
|
|
|
|
|
"61745939", "Dalby", |
|
24374
|
|
|
|
|
|
|
"61382036", "Croydon", |
|
24375
|
|
|
|
|
|
|
"61877208", "Western\ Flat", |
|
24376
|
|
|
|
|
|
|
"618683319", "Quindanning", |
|
24377
|
|
|
|
|
|
|
"61266090", "Rappville", |
|
24378
|
|
|
|
|
|
|
"61344083", "Bendigo", |
|
24379
|
|
|
|
|
|
|
"61887036", "Keith", |
|
24380
|
|
|
|
|
|
|
"61734002", "Kooringal", |
|
24381
|
|
|
|
|
|
|
"613553492", "Camperdown", |
|
24382
|
|
|
|
|
|
|
"617485872", "Mackay", |
|
24383
|
|
|
|
|
|
|
"61363141", "Rossarden", |
|
24384
|
|
|
|
|
|
|
"61269154", "Egansford", |
|
24385
|
|
|
|
|
|
|
"61351070", "Golden\ Beach", |
|
24386
|
|
|
|
|
|
|
"612685653", "Boorooma", |
|
24387
|
|
|
|
|
|
|
"61259066", "Wantabadgery", |
|
24388
|
|
|
|
|
|
|
"612574809", "Nowendoc", |
|
24389
|
|
|
|
|
|
|
"613431897", "Dadswells\ Bridge", |
|
24390
|
|
|
|
|
|
|
"61250128", "Little\ Billabong", |
|
24391
|
|
|
|
|
|
|
"61898998", "Manypeaks", |
|
24392
|
|
|
|
|
|
|
"61244122", "Jilliga", |
|
24393
|
|
|
|
|
|
|
"61255620", "Bowraville", |
|
24394
|
|
|
|
|
|
|
"61357737", "Yarck", |
|
24395
|
|
|
|
|
|
|
"613532231", "Murtoa", |
|
24396
|
|
|
|
|
|
|
"612683766", "Goorianawa", |
|
24397
|
|
|
|
|
|
|
"61878046", "Hallett", |
|
24398
|
|
|
|
|
|
|
"61269287", "Tarcutta", |
|
24399
|
|
|
|
|
|
|
"61340338", "Curyo", |
|
24400
|
|
|
|
|
|
|
"61889877", "Alyangula", |
|
24401
|
|
|
|
|
|
|
"61880192", "The\ Darling", |
|
24402
|
|
|
|
|
|
|
"61351994", "Rosedale", |
|
24403
|
|
|
|
|
|
|
"61887913", "Colebatch", |
|
24404
|
|
|
|
|
|
|
"61356367", "Neerim\ South", |
|
24405
|
|
|
|
|
|
|
"61266974", "Glenreagh", |
|
24406
|
|
|
|
|
|
|
"617459924", "Yetman", |
|
24407
|
|
|
|
|
|
|
"61886647", "Gladstone", |
|
24408
|
|
|
|
|
|
|
"613451325", "Glenthompson", |
|
24409
|
|
|
|
|
|
|
"61754127", "Noosaville", |
|
24410
|
|
|
|
|
|
|
"61876322", "Ungarra", |
|
24411
|
|
|
|
|
|
|
"61890256", "Speddingup\ East", |
|
24412
|
|
|
|
|
|
|
"61875041", "Malinong", |
|
24413
|
|
|
|
|
|
|
"61249990", "Clarence\ Town", |
|
24414
|
|
|
|
|
|
|
"613531680", "Lake\ Bolac", |
|
24415
|
|
|
|
|
|
|
"618661111", "Ballidu", |
|
24416
|
|
|
|
|
|
|
"61357567", "Violet\ Town", |
|
24417
|
|
|
|
|
|
|
"618601083", "Korbelka", |
|
24418
|
|
|
|
|
|
|
"61860053", "Mount\ Merivale", |
|
24419
|
|
|
|
|
|
|
"612593911", "Junee", |
|
24420
|
|
|
|
|
|
|
"6173207", "Cleveland", |
|
24421
|
|
|
|
|
|
|
"617480660", "Broadsound", |
|
24422
|
|
|
|
|
|
|
"61260026", "Dartmouth", |
|
24423
|
|
|
|
|
|
|
"61358104", "Wanganella", |
|
24424
|
|
|
|
|
|
|
"61851203", "Broome", |
|
24425
|
|
|
|
|
|
|
"612532994", "Tyagong", |
|
24426
|
|
|
|
|
|
|
"61269168", "Tarcutta", |
|
24427
|
|
|
|
|
|
|
"61259613", "Griffith", |
|
24428
|
|
|
|
|
|
|
"61265400", "Muswellbrook", |
|
24429
|
|
|
|
|
|
|
"61356025", "Mirboo\ North", |
|
24430
|
|
|
|
|
|
|
"61265364", "Coopernook", |
|
24431
|
|
|
|
|
|
|
"618851698", "Penneshaw", |
|
24432
|
|
|
|
|
|
|
"61341539", "Ensay", |
|
24433
|
|
|
|
|
|
|
"61257003", "Narrabri", |
|
24434
|
|
|
|
|
|
|
"61261080", "Yass", |
|
24435
|
|
|
|
|
|
|
"61891108", "Marble\ Bar", |
|
24436
|
|
|
|
|
|
|
"61749673", "Mackay", |
|
24437
|
|
|
|
|
|
|
"61268219", "Tottenham", |
|
24438
|
|
|
|
|
|
|
"61355977", "Derrinallum", |
|
24439
|
|
|
|
|
|
|
"61353633", "Minimay", |
|
24440
|
|
|
|
|
|
|
"61745669", "Goombungee", |
|
24441
|
|
|
|
|
|
|
"61341125", "Sale", |
|
24442
|
|
|
|
|
|
|
"61245841", "St\ Albans", |
|
24443
|
|
|
|
|
|
|
"61888587", "Nantawarra", |
|
24444
|
|
|
|
|
|
|
"61743237", "Blackbutt", |
|
24445
|
|
|
|
|
|
|
"61359277", "Tankerton", |
|
24446
|
|
|
|
|
|
|
"61264614", "Bonang", |
|
24447
|
|
|
|
|
|
|
"61267895", "Wellingrove", |
|
24448
|
|
|
|
|
|
|
"613470883", "Mount\ Beauty", |
|
24449
|
|
|
|
|
|
|
"61888755", "Braemer", |
|
24450
|
|
|
|
|
|
|
"61756248", "Southport", |
|
24451
|
|
|
|
|
|
|
"61745146", "Warwick", |
|
24452
|
|
|
|
|
|
|
"61341606", "Yarram", |
|
24453
|
|
|
|
|
|
|
"61899337", "Eneabba\ South", |
|
24454
|
|
|
|
|
|
|
"61864937", "Kalamunda", |
|
24455
|
|
|
|
|
|
|
"612594434", "Stanbridge", |
|
24456
|
|
|
|
|
|
|
"61744319", "Richmond", |
|
24457
|
|
|
|
|
|
|
"613442203", "Charlton", |
|
24458
|
|
|
|
|
|
|
"61363701", "Mathinna", |
|
24459
|
|
|
|
|
|
|
"61738171", "Ipswich", |
|
24460
|
|
|
|
|
|
|
"61747779", "Halifax", |
|
24461
|
|
|
|
|
|
|
"617480059", "Banana", |
|
24462
|
|
|
|
|
|
|
"61895185", "Yanchep", |
|
24463
|
|
|
|
|
|
|
"618965622", "Burakin", |
|
24464
|
|
|
|
|
|
|
"613553816", "Macarthur", |
|
24465
|
|
|
|
|
|
|
"613470156", "Mount\ Buller", |
|
24466
|
|
|
|
|
|
|
"618753402", "Kingscote", |
|
24467
|
|
|
|
|
|
|
"61356428", "Bunyip", |
|
24468
|
|
|
|
|
|
|
"61891326", "Christmas\ Island", |
|
24469
|
|
|
|
|
|
|
"61748141", "St\ Lawrence", |
|
24470
|
|
|
|
|
|
|
"61263289", "Bathurst", |
|
24471
|
|
|
|
|
|
|
"61887220", "Mount\ Gambier", |
|
24472
|
|
|
|
|
|
|
"61253232", "Milvale", |
|
24473
|
|
|
|
|
|
|
"61363225", "Avoca", |
|
24474
|
|
|
|
|
|
|
"6139352", "Melbourne", |
|
24475
|
|
|
|
|
|
|
"612574735", "Upper\ Horton", |
|
24476
|
|
|
|
|
|
|
"61889187", "Nhulunbuy", |
|
24477
|
|
|
|
|
|
|
"61358463", "Deniliquin", |
|
24478
|
|
|
|
|
|
|
"618660961", "Ballidu", |
|
24479
|
|
|
|
|
|
|
"612583199", "Quambone", |
|
24480
|
|
|
|
|
|
|
"61250114", "Balldale", |
|
24481
|
|
|
|
|
|
|
"618683217", "Walpole", |
|
24482
|
|
|
|
|
|
|
"61285203", "Sydney", |
|
24483
|
|
|
|
|
|
|
"618854546", "Morgan", |
|
24484
|
|
|
|
|
|
|
"61879257", "Ranken\ River", |
|
24485
|
|
|
|
|
|
|
"613531923", "Crymelon", |
|
24486
|
|
|
|
|
|
|
"613451303", "Woodhouse", |
|
24487
|
|
|
|
|
|
|
"61362561", "Geeveston", |
|
24488
|
|
|
|
|
|
|
"61880130", "White\ Cliffs", |
|
24489
|
|
|
|
|
|
|
"618964471", "Gillingarra", |
|
24490
|
|
|
|
|
|
|
"618967661", "Dukin", |
|
24491
|
|
|
|
|
|
|
"618989310", "Tarwonga", |
|
24492
|
|
|
|
|
|
|
"61877033", "Lucindale", |
|
24493
|
|
|
|
|
|
|
"61740174", "Lockhart\ River", |
|
24494
|
|
|
|
|
|
|
"61741733", "Maidenwell", |
|
24495
|
|
|
|
|
|
|
"618762611", "Orroroo", |
|
24496
|
|
|
|
|
|
|
"61357195", "Benalla", |
|
24497
|
|
|
|
|
|
|
"61359504", "Rosebud", |
|
24498
|
|
|
|
|
|
|
"61260781", "Balldale", |
|
24499
|
|
|
|
|
|
|
"61269821", "Bethungra", |
|
24500
|
|
|
|
|
|
|
"61885335", "Truro", |
|
24501
|
|
|
|
|
|
|
"61351059", "Omeo", |
|
24502
|
|
|
|
|
|
|
"613441812", "Logan", |
|
24503
|
|
|
|
|
|
|
"61887483", "Marcollat", |
|
24504
|
|
|
|
|
|
|
"61260292", "Walla\ Walla", |
|
24505
|
|
|
|
|
|
|
"6188892", "Burra", |
|
24506
|
|
|
|
|
|
|
"61364503", "Yambacoona", |
|
24507
|
|
|
|
|
|
|
"61267456", "Walcha", |
|
24508
|
|
|
|
|
|
|
"61749541", "Walkerston", |
|
24509
|
|
|
|
|
|
|
"612435", "Wyong", |
|
24510
|
|
|
|
|
|
|
"61264893", "Nimmitabel", |
|
24511
|
|
|
|
|
|
|
"618763443", "Cleve", |
|
24512
|
|
|
|
|
|
|
"61886675", "Wilmington", |
|
24513
|
|
|
|
|
|
|
"61361322", "Kempton", |
|
24514
|
|
|
|
|
|
|
"61355526", "Bessiebelle", |
|
24515
|
|
|
|
|
|
|
"61890183", "South\ Kumminin", |
|
24516
|
|
|
|
|
|
|
"61256089", "Maclean", |
|
24517
|
|
|
|
|
|
|
"61265472", "Denman", |
|
24518
|
|
|
|
|
|
|
"618683678", "Albany", |
|
24519
|
|
|
|
|
|
|
"61888043", "Halbury", |
|
24520
|
|
|
|
|
|
|
"61268804", "Geurie", |
|
24521
|
|
|
|
|
|
|
"61240402", "Clarence\ Town", |
|
24522
|
|
|
|
|
|
|
"61286047", "Blacktown", |
|
24523
|
|
|
|
|
|
|
"6186391", "Armadale", |
|
24524
|
|
|
|
|
|
|
"61886378", "Caltowie", |
|
24525
|
|
|
|
|
|
|
"61264067", "Merimbula", |
|
24526
|
|
|
|
|
|
|
"617452558", "Goombungee", |
|
24527
|
|
|
|
|
|
|
"61353250", "Lake\ Bolac", |
|
24528
|
|
|
|
|
|
|
"618763767", "Cleve", |
|
24529
|
|
|
|
|
|
|
"618903482", "Goldfields", |
|
24530
|
|
|
|
|
|
|
"61340499", "Wemen", |
|
24531
|
|
|
|
|
|
|
"61897430", "Dinninup", |
|
24532
|
|
|
|
|
|
|
"618854993", "Sanderston", |
|
24533
|
|
|
|
|
|
|
"61753706", "Nambour", |
|
24534
|
|
|
|
|
|
|
"6174421", "Townsville", |
|
24535
|
|
|
|
|
|
|
"6139538", "Clayton", |
|
24536
|
|
|
|
|
|
|
"61891453", "Millstream", |
|
24537
|
|
|
|
|
|
|
"61896144", "Meckering", |
|
24538
|
|
|
|
|
|
|
"61242041", "Wollongong", |
|
24539
|
|
|
|
|
|
|
"61887578", "Willalooka", |
|
24540
|
|
|
|
|
|
|
"618996975", "Coorow\ West", |
|
24541
|
|
|
|
|
|
|
"618682155", "Kulin", |
|
24542
|
|
|
|
|
|
|
"61264628", "Numeralla", |
|
24543
|
|
|
|
|
|
|
"61355945", "South\ Purrumbete", |
|
24544
|
|
|
|
|
|
|
"61341241", "Genoa", |
|
24545
|
|
|
|
|
|
|
"612570087", "Bundarra", |
|
24546
|
|
|
|
|
|
|
"61851038", "Karratha", |
|
24547
|
|
|
|
|
|
|
"61260653", "Barnawartha", |
|
24548
|
|
|
|
|
|
|
"61240459", "Wootton", |
|
24549
|
|
|
|
|
|
|
"618869020", "Kelly", |
|
24550
|
|
|
|
|
|
|
"618858521", "Karoonda", |
|
24551
|
|
|
|
|
|
|
"61743594", "Monogorilby", |
|
24552
|
|
|
|
|
|
|
"618661048", "Dangin", |
|
24553
|
|
|
|
|
|
|
"61264325", "Candelo", |
|
24554
|
|
|
|
|
|
|
"61267120", "Sandy\ Flat", |
|
24555
|
|
|
|
|
|
|
"61350771", "Culgoa", |
|
24556
|
|
|
|
|
|
|
"618763674", "Redhill", |
|
24557
|
|
|
|
|
|
|
"61753146", "Kalbar", |
|
24558
|
|
|
|
|
|
|
"61741421", "Childers", |
|
24559
|
|
|
|
|
|
|
"613450997", "Dundonnell", |
|
24560
|
|
|
|
|
|
|
"61257238", "Manilla", |
|
24561
|
|
|
|
|
|
|
"61356414", "Icy\ Creek", |
|
24562
|
|
|
|
|
|
|
"6128558", "Sydney", |
|
24563
|
|
|
|
|
|
|
"61355311", "Cavendish", |
|
24564
|
|
|
|
|
|
|
"618983685", "Jerramungup", |
|
24565
|
|
|
|
|
|
|
"613442225", "Llanelly", |
|
24566
|
|
|
|
|
|
|
"618600201", "Cascade", |
|
24567
|
|
|
|
|
|
|
"61885968", "Blanchetown", |
|
24568
|
|
|
|
|
|
|
"61898069", "Newdegate\ East", |
|
24569
|
|
|
|
|
|
|
"61889268", "Yulara", |
|
24570
|
|
|
|
|
|
|
"61351002", "Morwell", |
|
24571
|
|
|
|
|
|
|
"61257155", "Breeza", |
|
24572
|
|
|
|
|
|
|
"61748225", "Sarina", |
|
24573
|
|
|
|
|
|
|
"61355482", "Heywood", |
|
24574
|
|
|
|
|
|
|
"61354661", "Amphitheatre", |
|
24575
|
|
|
|
|
|
|
"61741563", "Mount\ Perry", |
|
24576
|
|
|
|
|
|
|
"618904240", "Warralakin", |
|
24577
|
|
|
|
|
|
|
"618903894", "Mount\ Stirling", |
|
24578
|
|
|
|
|
|
|
"612582467", "Collie", |
|
24579
|
|
|
|
|
|
|
"612574948", "Marple", |
|
24580
|
|
|
|
|
|
|
"61247833", "Mount\ Wilson", |
|
24581
|
|
|
|
|
|
|
"6126552", "Taree", |
|
24582
|
|
|
|
|
|
|
"612593879", "Bethungra", |
|
24583
|
|
|
|
|
|
|
"61888119", "Blyth", |
|
24584
|
|
|
|
|
|
|
"618903570", "Munglinup", |
|
24585
|
|
|
|
|
|
|
"61268738", "Naradhan", |
|
24586
|
|
|
|
|
|
|
"61280433", "Sydney", |
|
24587
|
|
|
|
|
|
|
"61238186", "Wombeyan\ Caves", |
|
24588
|
|
|
|
|
|
|
"612583532", "Mandagery", |
|
24589
|
|
|
|
|
|
|
"61359245", "Red\ Hill", |
|
24590
|
|
|
|
|
|
|
"61742207", "Aurukun", |
|
24591
|
|
|
|
|
|
|
"617486198", "Garnant", |
|
24592
|
|
|
|
|
|
|
"618860093", "Ceduna", |
|
24593
|
|
|
|
|
|
|
"61741395", "Mulgildie", |
|
24594
|
|
|
|
|
|
|
"618762648", "Andamooka", |
|
24595
|
|
|
|
|
|
|
"61341063", "Gormandale", |
|
24596
|
|
|
|
|
|
|
"618903500", "Kalgoorlie", |
|
24597
|
|
|
|
|
|
|
"61269561", "Bundure", |
|
24598
|
|
|
|
|
|
|
"61264491", "Berridale", |
|
24599
|
|
|
|
|
|
|
"612593809", "Narrandera", |
|
24600
|
|
|
|
|
|
|
"61240048", "Stroud", |
|
24601
|
|
|
|
|
|
|
"61257149", "Emmaville", |
|
24602
|
|
|
|
|
|
|
"61742200", "Thursday\ Island", |
|
24603
|
|
|
|
|
|
|
"61889636", "Katherine", |
|
24604
|
|
|
|
|
|
|
"61356163", "Buffalo", |
|
24605
|
|
|
|
|
|
|
"61877218", "Greenways", |
|
24606
|
|
|
|
|
|
|
"61359259", "Mornington", |
|
24607
|
|
|
|
|
|
|
"61741698", "Murgon", |
|
24608
|
|
|
|
|
|
|
"61885793", "Pinnaroo", |
|
24609
|
|
|
|
|
|
|
"618967846", "Talbot\ Brook", |
|
24610
|
|
|
|
|
|
|
"618864074", "Koppio", |
|
24611
|
|
|
|
|
|
|
"61257752", "Ingleba", |
|
24612
|
|
|
|
|
|
|
"61745716", "Millmerran", |
|
24613
|
|
|
|
|
|
|
"61243068", "Mangrove\ Mountain", |
|
24614
|
|
|
|
|
|
|
"61267271", "Kelvin", |
|
24615
|
|
|
|
|
|
|
"61879386", "Batchelor", |
|
24616
|
|
|
|
|
|
|
"618753014", "Karatta", |
|
24617
|
|
|
|
|
|
|
"618600830", "Merredin", |
|
24618
|
|
|
|
|
|
|
"618964998", "Cunderdin\ North", |
|
24619
|
|
|
|
|
|
|
"617452662", "Ravensbourne", |
|
24620
|
|
|
|
|
|
|
"618903343", "Muntadgin\ East", |
|
24621
|
|
|
|
|
|
|
"61899392", "Nangetty", |
|
24622
|
|
|
|
|
|
|
"618763604", "Gairdner", |
|
24623
|
|
|
|
|
|
|
"61868278", "Pingelly\ East", |
|
24624
|
|
|
|
|
|
|
"61267127", "Tingha", |
|
24625
|
|
|
|
|
|
|
"618600271", "Yilgarn\ South", |
|
24626
|
|
|
|
|
|
|
"61743292", "Tiaro", |
|
24627
|
|
|
|
|
|
|
"61244201", "Milton\-ulladulla", |
|
24628
|
|
|
|
|
|
|
"61299430", "Terrey\ Hills", |
|
24629
|
|
|
|
|
|
|
"613553780", "Glenthompson", |
|
24630
|
|
|
|
|
|
|
"618996905", "Three\ Springs", |
|
24631
|
|
|
|
|
|
|
"617458927", "Robinson\ Gorge", |
|
24632
|
|
|
|
|
|
|
"61243465", "Gosford", |
|
24633
|
|
|
|
|
|
|
"61748548", "Mardale", |
|
24634
|
|
|
|
|
|
|
"6186293", "Kalamunda", |
|
24635
|
|
|
|
|
|
|
"61343094", "Ballarat", |
|
24636
|
|
|
|
|
|
|
"61268252", "Warrumbungle", |
|
24637
|
|
|
|
|
|
|
"61361369", "Margate", |
|
24638
|
|
|
|
|
|
|
"618763382", "Minnipa", |
|
24639
|
|
|
|
|
|
|
"61263174", "Murringo", |
|
24640
|
|
|
|
|
|
|
"613546252", "Castlemaine", |
|
24641
|
|
|
|
|
|
|
"61887881", "Short", |
|
24642
|
|
|
|
|
|
|
"61394750", "Melbourne", |
|
24643
|
|
|
|
|
|
|
"61747073", "Georgina", |
|
24644
|
|
|
|
|
|
|
"61353257", "Daylesford", |
|
24645
|
|
|
|
|
|
|
"61264060", "Eucumbene", |
|
24646
|
|
|
|
|
|
|
"618866185", "Wirrulla", |
|
24647
|
|
|
|
|
|
|
"61268209", "Boorooma", |
|
24648
|
|
|
|
|
|
|
"6175665", "Southport", |
|
24649
|
|
|
|
|
|
|
"61891118", "Tom\ Price", |
|
24650
|
|
|
|
|
|
|
"612573434", "Tingha", |
|
24651
|
|
|
|
|
|
|
"61257013", "Ogunbil", |
|
24652
|
|
|
|
|
|
|
"61897437", "Nyamup", |
|
24653
|
|
|
|
|
|
|
"61753344", "Gympie", |
|
24654
|
|
|
|
|
|
|
"61898022", "Bedford\ Harbour", |
|
24655
|
|
|
|
|
|
|
"61259603", "Landervale", |
|
24656
|
|
|
|
|
|
|
"617486717", "Sarina", |
|
24657
|
|
|
|
|
|
|
"61746688", "Darr\ Creek", |
|
24658
|
|
|
|
|
|
|
"618660672", "Beacon\ North", |
|
24659
|
|
|
|
|
|
|
"618762588", "Iron\ Baron", |
|
24660
|
|
|
|
|
|
|
"61851213", "Newman", |
|
24661
|
|
|
|
|
|
|
"61899133", "Three\ Springs", |
|
24662
|
|
|
|
|
|
|
"61358114", "Berrigan", |
|
24663
|
|
|
|
|
|
|
"618683608", "Hopetoun", |
|
24664
|
|
|
|
|
|
|
"61734753", "Bribie\ Island", |
|
24665
|
|
|
|
|
|
|
"61896346", "Bibby\ Springs", |
|
24666
|
|
|
|
|
|
|
"61889966", "Alyangula", |
|
24667
|
|
|
|
|
|
|
"617452498", "Brookstead", |
|
24668
|
|
|
|
|
|
|
"618661011", "Trayning", |
|
24669
|
|
|
|
|
|
|
"6175212", "Caloundra", |
|
24670
|
|
|
|
|
|
|
"61269731", "Temora", |
|
24671
|
|
|
|
|
|
|
"61897084", "Nyamup", |
|
24672
|
|
|
|
|
|
|
"612574911", "Bunnor", |
|
24673
|
|
|
|
|
|
|
"61259299", "Gunbar", |
|
24674
|
|
|
|
|
|
|
"618993069", "Lake\ Mason", |
|
24675
|
|
|
|
|
|
|
"613470782", "King\ Valley", |
|
24676
|
|
|
|
|
|
|
"617480159", "Byfield", |
|
24677
|
|
|
|
|
|
|
"61363711", "George\ Town", |
|
24678
|
|
|
|
|
|
|
"618986144", "Kondinin", |
|
24679
|
|
|
|
|
|
|
"613450609", "Chetwynd", |
|
24680
|
|
|
|
|
|
|
"61351045", "Clydebank", |
|
24681
|
|
|
|
|
|
|
"61889180", "Arnhem", |
|
24682
|
|
|
|
|
|
|
"61741823", "Johnstown\ West", |
|
24683
|
|
|
|
|
|
|
"617480266", "Miclere", |
|
24684
|
|
|
|
|
|
|
"612574427", "Graman", |
|
24685
|
|
|
|
|
|
|
"61264604", "Merimbula", |
|
24686
|
|
|
|
|
|
|
"61880137", "Tepco", |
|
24687
|
|
|
|
|
|
|
"618763956", "Gairdner", |
|
24688
|
|
|
|
|
|
|
"613451373", "Dunkeld", |
|
24689
|
|
|
|
|
|
|
"612530127", "Kandos", |
|
24690
|
|
|
|
|
|
|
"61879250", "Jabiru", |
|
24691
|
|
|
|
|
|
|
"612593994", "Merriwagga", |
|
24692
|
|
|
|
|
|
|
"61364154", "Smithton", |
|
24693
|
|
|
|
|
|
|
"61361581", "Southwest", |
|
24694
|
|
|
|
|
|
|
"61343160", "Skipton", |
|
24695
|
|
|
|
|
|
|
"612532911", "Maimuru", |
|
24696
|
|
|
|
|
|
|
"61357642", "St\ James", |
|
24697
|
|
|
|
|
|
|
"61280448", "Sydney", |
|
24698
|
|
|
|
|
|
|
"61255549", "Toorooka", |
|
24699
|
|
|
|
|
|
|
"61879370", "Plenty", |
|
24700
|
|
|
|
|
|
|
"61886732", "Gairdner", |
|
24701
|
|
|
|
|
|
|
"61351215", "Erica", |
|
24702
|
|
|
|
|
|
|
"61860021", "Esperance", |
|
24703
|
|
|
|
|
|
|
"618753358", "Pinnaroo", |
|
24704
|
|
|
|
|
|
|
"61896843", "Badgerin\ Rock", |
|
24705
|
|
|
|
|
|
|
"612574282", "Wee\ Waa", |
|
24706
|
|
|
|
|
|
|
"618858580", "Narrung", |
|
24707
|
|
|
|
|
|
|
"61340140", "Karawinna", |
|
24708
|
|
|
|
|
|
|
"61895669", "Mount\ Helena", |
|
24709
|
|
|
|
|
|
|
"61741108", "Murgon", |
|
24710
|
|
|
|
|
|
|
"618967078", "Wongan\ Hills", |
|
24711
|
|
|
|
|
|
|
"61745847", "Thomson", |
|
24712
|
|
|
|
|
|
|
"61358382", "Tocumwal", |
|
24713
|
|
|
|
|
|
|
"61742075", "Chillagoe", |
|
24714
|
|
|
|
|
|
|
"61868400", "Fitzgerald", |
|
24715
|
|
|
|
|
|
|
"613541103", "Bendigo", |
|
24716
|
|
|
|
|
|
|
"61263964", "Blayney", |
|
24717
|
|
|
|
|
|
|
"61358411", "Nathalia", |
|
24718
|
|
|
|
|
|
|
"613442058", "Gunbower", |
|
24719
|
|
|
|
|
|
|
"61348033", "Rushworth", |
|
24720
|
|
|
|
|
|
|
"61238112", "Braidwood", |
|
24721
|
|
|
|
|
|
|
"61880081", "The\ Darling", |
|
24722
|
|
|
|
|
|
|
"61749337", "Yeppoon", |
|
24723
|
|
|
|
|
|
|
"618985593", "Karlgarin", |
|
24724
|
|
|
|
|
|
|
"61357457", "Whorouly", |
|
24725
|
|
|
|
|
|
|
"618600844", "Nungarin", |
|
24726
|
|
|
|
|
|
|
"61362513", "Hobart", |
|
24727
|
|
|
|
|
|
|
"61257243", "Upper\ Horton", |
|
24728
|
|
|
|
|
|
|
"61895146", "Mount\ Wells", |
|
24729
|
|
|
|
|
|
|
"61357324", "Yarck", |
|
24730
|
|
|
|
|
|
|
"617487171", "Yakapari", |
|
24731
|
|
|
|
|
|
|
"61238177", "Marulan", |
|
24732
|
|
|
|
|
|
|
"613531808", "Creswick", |
|
24733
|
|
|
|
|
|
|
"61745185", "Westmar", |
|
24734
|
|
|
|
|
|
|
"61851043", "Mitchell", |
|
24735
|
|
|
|
|
|
|
"617458783", "Cooyar", |
|
24736
|
|
|
|
|
|
|
"61359153", "Koo\ Wee\ Rup", |
|
24737
|
|
|
|
|
|
|
"61742478", "Mutchilba", |
|
24738
|
|
|
|
|
|
|
"612593769", "Carrathool", |
|
24739
|
|
|
|
|
|
|
"61269389", "Junee\ Reefs", |
|
24740
|
|
|
|
|
|
|
"61355416", "Casterton", |
|
24741
|
|
|
|
|
|
|
"61741326", "Bundaberg", |
|
24742
|
|
|
|
|
|
|
"6139848", "Melbourne", |
|
24743
|
|
|
|
|
|
|
"61367391", "Whitemark", |
|
24744
|
|
|
|
|
|
|
"61247134", "Mount\ Wilson", |
|
24745
|
|
|
|
|
|
|
"61898141", "Katanning", |
|
24746
|
|
|
|
|
|
|
"618763788", "Iron\ Baron", |
|
24747
|
|
|
|
|
|
|
"61248147", "Bevendale", |
|
24748
|
|
|
|
|
|
|
"618683061", "Karlgarin", |
|
24749
|
|
|
|
|
|
|
"618903332", "Mount\ Walker\ South", |
|
24750
|
|
|
|
|
|
|
"618683784", "West\ River", |
|
24751
|
|
|
|
|
|
|
"61268317", "Ginghet", |
|
24752
|
|
|
|
|
|
|
"61889176", "Tanami", |
|
24753
|
|
|
|
|
|
|
"61259193", "Hillston", |
|
24754
|
|
|
|
|
|
|
"61875201", "Karatta", |
|
24755
|
|
|
|
|
|
|
"612573440", "Wee\ Waa", |
|
24756
|
|
|
|
|
|
|
"61356524", "Tidal\ River", |
|
24757
|
|
|
|
|
|
|
"61888038", "Clare", |
|
24758
|
|
|
|
|
|
|
"618903697", "Burracoppin", |
|
24759
|
|
|
|
|
|
|
"61263471", "Quandialla", |
|
24760
|
|
|
|
|
|
|
"61267351", "Breeza", |
|
24761
|
|
|
|
|
|
|
"61898701", "Tambellup", |
|
24762
|
|
|
|
|
|
|
"61878206", "Brinkworth", |
|
24763
|
|
|
|
|
|
|
"61248707", "Crookwell", |
|
24764
|
|
|
|
|
|
|
"61364168", "Sheffield", |
|
24765
|
|
|
|
|
|
|
"61740873", "Innot\ Hot\ Springs", |
|
24766
|
|
|
|
|
|
|
"618866377", "Wharminda", |
|
24767
|
|
|
|
|
|
|
"61752120", "Woolooga", |
|
24768
|
|
|
|
|
|
|
"61266983", "Woodenbong", |
|
24769
|
|
|
|
|
|
|
"61886956", "Cowell", |
|
24770
|
|
|
|
|
|
|
"61748998", "Calliope", |
|
24771
|
|
|
|
|
|
|
"61263387", "Gingkin", |
|
24772
|
|
|
|
|
|
|
"61268103", "Peak\ Hill", |
|
24773
|
|
|
|
|
|
|
"612582488", "Goodooga", |
|
24774
|
|
|
|
|
|
|
"61888927", "Braemer", |
|
24775
|
|
|
|
|
|
|
"61240218", "Bulahdelah", |
|
24776
|
|
|
|
|
|
|
"612530206", "Running\ Stream", |
|
24777
|
|
|
|
|
|
|
"61742583", "Cooktown", |
|
24778
|
|
|
|
|
|
|
"61278041", "Parramatta", |
|
24779
|
|
|
|
|
|
|
"61878085", "Moonta", |
|
24780
|
|
|
|
|
|
|
"618763877", "Iron\ Knob", |
|
24781
|
|
|
|
|
|
|
"61264194", "Merimbula", |
|
24782
|
|
|
|
|
|
|
"61263958", "Lue", |
|
24783
|
|
|
|
|
|
|
"61344074", "Maryborough", |
|
24784
|
|
|
|
|
|
|
"6126541", "Muswellbrook", |
|
24785
|
|
|
|
|
|
|
"618683716", "Gnowangerup", |
|
24786
|
|
|
|
|
|
|
"613546247", "Carisbrook", |
|
24787
|
|
|
|
|
|
|
"612685578", "Weelong", |
|
24788
|
|
|
|
|
|
|
"61877048", "Bordertown", |
|
24789
|
|
|
|
|
|
|
"61741748", "Eidsvold", |
|
24790
|
|
|
|
|
|
|
"61886562", "Whyalla", |
|
24791
|
|
|
|
|
|
|
"61851119", "Dampier", |
|
24792
|
|
|
|
|
|
|
"61897996", "Manjimup", |
|
24793
|
|
|
|
|
|
|
"6128604", "Parramatta", |
|
24794
|
|
|
|
|
|
|
"618753191", "Renmark", |
|
24795
|
|
|
|
|
|
|
"61740256", "Kuranda", |
|
24796
|
|
|
|
|
|
|
"61890884", "Leinster", |
|
24797
|
|
|
|
|
|
|
"61743339", "Nanango", |
|
24798
|
|
|
|
|
|
|
"61899724", "Yandanooka", |
|
24799
|
|
|
|
|
|
|
"61359379", "Healesville", |
|
24800
|
|
|
|
|
|
|
"617480767", "Wagoora", |
|
24801
|
|
|
|
|
|
|
"61744210", "Rollingstone", |
|
24802
|
|
|
|
|
|
|
"612532948", "Coolah", |
|
24803
|
|
|
|
|
|
|
"61868166", "Jerdacuttup", |
|
24804
|
|
|
|
|
|
|
"6129115", "Sydney", |
|
24805
|
|
|
|
|
|
|
"613936", "Melbourne", |
|
24806
|
|
|
|
|
|
|
"618763807", "Mount\ Hope", |
|
24807
|
|
|
|
|
|
|
"613531787", "Beaufort", |
|
24808
|
|
|
|
|
|
|
"61356858", "Toora", |
|
24809
|
|
|
|
|
|
|
"618994019", "Kalbarri", |
|
24810
|
|
|
|
|
|
|
"618982938", "Badgebup", |
|
24811
|
|
|
|
|
|
|
"61886264", "Streaky\ Bay", |
|
24812
|
|
|
|
|
|
|
"61890289", "Condingup", |
|
24813
|
|
|
|
|
|
|
"61887329", "Keith", |
|
24814
|
|
|
|
|
|
|
"61253035", "Greenethorpe", |
|
24815
|
|
|
|
|
|
|
"61263380", "Limekilns", |
|
24816
|
|
|
|
|
|
|
"612583543", "Nyngan", |
|
24817
|
|
|
|
|
|
|
"618752492", "Perponda", |
|
24818
|
|
|
|
|
|
|
"61740964", "Herberton", |
|
24819
|
|
|
|
|
|
|
"618680103", "Tarin\ Rock", |
|
24820
|
|
|
|
|
|
|
"61357605", "Creightons\ Creek", |
|
24821
|
|
|
|
|
|
|
"61256623", "Ettrick", |
|
24822
|
|
|
|
|
|
|
"612530276", "Milvale", |
|
24823
|
|
|
|
|
|
|
"61343288", "Ballan", |
|
24824
|
|
|
|
|
|
|
"61359015", "Koo\ Wee\ Rup", |
|
24825
|
|
|
|
|
|
|
"61341011", "Goongerah", |
|
24826
|
|
|
|
|
|
|
"61741124", "Pialba", |
|
24827
|
|
|
|
|
|
|
"61248700", "Barrallier", |
|
24828
|
|
|
|
|
|
|
"61269513", "Leeton", |
|
24829
|
|
|
|
|
|
|
"617452625", "Mount\ Tyson", |
|
24830
|
|
|
|
|
|
|
"61357126", "Thoona", |
|
24831
|
|
|
|
|
|
|
"61265093", "Mount\ George", |
|
24832
|
|
|
|
|
|
|
"61391058", "Melbourne", |
|
24833
|
|
|
|
|
|
|
"61899148", "Wiluna", |
|
24834
|
|
|
|
|
|
|
"61752271", "Rosewood", |
|
24835
|
|
|
|
|
|
|
"6135439", "Strathfieldsaye", |
|
24836
|
|
|
|
|
|
|
"61356111", "Warragul", |
|
24837
|
|
|
|
|
|
|
"61756024", "Ormeau", |
|
24838
|
|
|
|
|
|
|
"61353901", "Bacchus\ Marsh", |
|
24839
|
|
|
|
|
|
|
"612583300", "Tottenham", |
|
24840
|
|
|
|
|
|
|
"613451291", "Port\ Fairy", |
|
24841
|
|
|
|
|
|
|
"61876267", "Caltowie", |
|
24842
|
|
|
|
|
|
|
"61261538", "Bungendore", |
|
24843
|
|
|
|
|
|
|
"612630496", "Hill\ End", |
|
24844
|
|
|
|
|
|
|
"61737038", "Brisbane", |
|
24845
|
|
|
|
|
|
|
"61268310", "Nyngan", |
|
24846
|
|
|
|
|
|
|
"61363296", "Targa", |
|
24847
|
|
|
|
|
|
|
"61267919", "Bundarra", |
|
24848
|
|
|
|
|
|
|
"61348218", "Deniliquin", |
|
24849
|
|
|
|
|
|
|
"612583683", "Carinda", |
|
24850
|
|
|
|
|
|
|
"618985453", "Pingrup", |
|
24851
|
|
|
|
|
|
|
"61897298", "Harvey", |
|
24852
|
|
|
|
|
|
|
"61367028", "Fingal", |
|
24853
|
|
|
|
|
|
|
"61885178", "Robertstown", |
|
24854
|
|
|
|
|
|
|
"61899708", "Geraldton", |
|
24855
|
|
|
|
|
|
|
"617487101", "Blackwater", |
|
24856
|
|
|
|
|
|
|
"61238170", "Bungonia", |
|
24857
|
|
|
|
|
|
|
"613546087", "Woodend", |
|
24858
|
|
|
|
|
|
|
"61248140", "Robertson", |
|
24859
|
|
|
|
|
|
|
"61748533", "Dingo", |
|
24860
|
|
|
|
|
|
|
"61263256", "Limekilns", |
|
24861
|
|
|
|
|
|
|
"61745782", "Goondiwindi", |
|
24862
|
|
|
|
|
|
|
"6174775", "Townsville", |
|
24863
|
|
|
|
|
|
|
"61352193", "Colac", |
|
24864
|
|
|
|
|
|
|
"6173407", "Brisbane", |
|
24865
|
|
|
|
|
|
|
"61876188", "Wilmington", |
|
24866
|
|
|
|
|
|
|
"6188162", "Adelaide", |
|
24867
|
|
|
|
|
|
|
"618762567", "Cleve", |
|
24868
|
|
|
|
|
|
|
"61356864", "Warragul", |
|
24869
|
|
|
|
|
|
|
"6128718", "Bankstown", |
|
24870
|
|
|
|
|
|
|
"6174404", "Townsville", |
|
24871
|
|
|
|
|
|
|
"61357450", "King\ Valley", |
|
24872
|
|
|
|
|
|
|
"61889374", "Victoria\ River", |
|
24873
|
|
|
|
|
|
|
"61748296", "Gladstone", |
|
24874
|
|
|
|
|
|
|
"61886258", "Mudamuckla", |
|
24875
|
|
|
|
|
|
|
"617485863", "Gayfield", |
|
24876
|
|
|
|
|
|
|
"61749330", "Yeppoon", |
|
24877
|
|
|
|
|
|
|
"61889031", "Arrowsmith", |
|
24878
|
|
|
|
|
|
|
"61886529", "Crystal\ Brook", |
|
24879
|
|
|
|
|
|
|
"613450585", "Pomborneit", |
|
24880
|
|
|
|
|
|
|
"618982926", "Amelup", |
|
24881
|
|
|
|
|
|
|
"618904234", "Southern\ Cross", |
|
24882
|
|
|
|
|
|
|
"61255555", "Port\ Macquarie", |
|
24883
|
|
|
|
|
|
|
"61879377", "Tennant\ Creek", |
|
24884
|
|
|
|
|
|
|
"61257061", "Pine\ Ridge", |
|
24885
|
|
|
|
|
|
|
"61264396", "Thredbo\ Village", |
|
24886
|
|
|
|
|
|
|
"618967008", "Goodlands", |
|
24887
|
|
|
|
|
|
|
"61266403", "Grafton", |
|
24888
|
|
|
|
|
|
|
"61745840", "Talwood", |
|
24889
|
|
|
|
|
|
|
"61263873", "Euchareena", |
|
24890
|
|
|
|
|
|
|
"61340147", "Karawinna", |
|
24891
|
|
|
|
|
|
|
"61886135", "Mambray\ Creek", |
|
24892
|
|
|
|
|
|
|
"618600995", "Bonnie\ Rock", |
|
24893
|
|
|
|
|
|
|
"61879312", "Nhulunbuy", |
|
24894
|
|
|
|
|
|
|
"61240033", "Newcastle", |
|
24895
|
|
|
|
|
|
|
"61851261", "Telfer", |
|
24896
|
|
|
|
|
|
|
"61749991", "Rockhampton", |
|
24897
|
|
|
|
|
|
|
"618996949", "Nangetty", |
|
24898
|
|
|
|
|
|
|
"613553721", "Balmoral", |
|
24899
|
|
|
|
|
|
|
"61891039", "Broome", |
|
24900
|
|
|
|
|
|
|
"61740471", "Chillagoe", |
|
24901
|
|
|
|
|
|
|
"61356508", "Tidal\ River", |
|
24902
|
|
|
|
|
|
|
"61343167", "Yaapeet", |
|
24903
|
|
|
|
|
|
|
"61351721", "Traralgon", |
|
24904
|
|
|
|
|
|
|
"61742319", "Cairns", |
|
24905
|
|
|
|
|
|
|
"613431157", "Beaufort", |
|
24906
|
|
|
|
|
|
|
"6189592", "Rockingham", |
|
24907
|
|
|
|
|
|
|
"61260818", "Walwa", |
|
24908
|
|
|
|
|
|
|
"61255321", "Toorooka", |
|
24909
|
|
|
|
|
|
|
"61740721", "Torres", |
|
24910
|
|
|
|
|
|
|
"61256424", "Coffs\ Harbour", |
|
24911
|
|
|
|
|
|
|
"61354163", "Harcourt", |
|
24912
|
|
|
|
|
|
|
"61749881", "Emerald", |
|
24913
|
|
|
|
|
|
|
"61745699", "Galilee", |
|
24914
|
|
|
|
|
|
|
"61256042", "Grafton", |
|
24915
|
|
|
|
|
|
|
"61752233", "Noosaville", |
|
24916
|
|
|
|
|
|
|
"61359056", "Pakenham", |
|
24917
|
|
|
|
|
|
|
"61851146", "Christmas\ Island", |
|
24918
|
|
|
|
|
|
|
"61256988", "Glenreagh", |
|
24919
|
|
|
|
|
|
|
"61367110", "Scottsdale", |
|
24920
|
|
|
|
|
|
|
"618851998", "Windsor", |
|
24921
|
|
|
|
|
|
|
"61266491", "Glenreagh", |
|
24922
|
|
|
|
|
|
|
"61895043", "Guilderton", |
|
24923
|
|
|
|
|
|
|
"612532694", "Limekilns", |
|
24924
|
|
|
|
|
|
|
"61355607", "Hawkesdale", |
|
24925
|
|
|
|
|
|
|
"61890753", "Coomalbidgup", |
|
24926
|
|
|
|
|
|
|
"61749903", "Theodore", |
|
24927
|
|
|
|
|
|
|
"61753038", "Moore", |
|
24928
|
|
|
|
|
|
|
"6129987", "Terrey\ Hills", |
|
24929
|
|
|
|
|
|
|
"61746047", "Clifton", |
|
24930
|
|
|
|
|
|
|
"61256357", "Ettrick", |
|
24931
|
|
|
|
|
|
|
"613531980", "Jeparit", |
|
24932
|
|
|
|
|
|
|
"61348136", "Tocumwal", |
|
24933
|
|
|
|
|
|
|
"61742144", "Cooktown", |
|
24934
|
|
|
|
|
|
|
"617473887", "Georgina", |
|
24935
|
|
|
|
|
|
|
"617487025", "Gladstone", |
|
24936
|
|
|
|
|
|
|
"61262366", "Captains\ Flat", |
|
24937
|
|
|
|
|
|
|
"61896207", "Wyalkatchem", |
|
24938
|
|
|
|
|
|
|
"61260151", "Ournie", |
|
24939
|
|
|
|
|
|
|
"61351387", "Golden\ Beach", |
|
24940
|
|
|
|
|
|
|
"61352101", "Lavers\ Hill", |
|
24941
|
|
|
|
|
|
|
"61898954", "Jingalup", |
|
24942
|
|
|
|
|
|
|
"61745203", "Inglewood", |
|
24943
|
|
|
|
|
|
|
"61898638", "Tambellup", |
|
24944
|
|
|
|
|
|
|
"618753193", "Sanderston", |
|
24945
|
|
|
|
|
|
|
"61267865", "Bunnor", |
|
24946
|
|
|
|
|
|
|
"61258108", "Ballimore", |
|
24947
|
|
|
|
|
|
|
"6139976", "Melbourne", |
|
24948
|
|
|
|
|
|
|
"61882790", "Adelaide", |
|
24949
|
|
|
|
|
|
|
"618859953", "Perponda", |
|
24950
|
|
|
|
|
|
|
"618683765", "Pingelly", |
|
24951
|
|
|
|
|
|
|
"61753435", "Caboolture", |
|
24952
|
|
|
|
|
|
|
"61889757", "Borroloola", |
|
24953
|
|
|
|
|
|
|
"61351634", "Omeo", |
|
24954
|
|
|
|
|
|
|
"61890681", "Kalgoorlie", |
|
24955
|
|
|
|
|
|
|
"61890012", "Belka\ East", |
|
24956
|
|
|
|
|
|
|
"618903424", "Condingup", |
|
24957
|
|
|
|
|
|
|
"612592674", "Bambilla", |
|
24958
|
|
|
|
|
|
|
"61240687", "Cessnock", |
|
24959
|
|
|
|
|
|
|
"6138331", "Melbourne", |
|
24960
|
|
|
|
|
|
|
"612532913", "Meadow\ Flat", |
|
24961
|
|
|
|
|
|
|
"61263831", "Bribbaree", |
|
24962
|
|
|
|
|
|
|
"61266060", "Kyogle", |
|
24963
|
|
|
|
|
|
|
"61261481", "The\ Mullion", |
|
24964
|
|
|
|
|
|
|
"61355449", "Edenhope", |
|
24965
|
|
|
|
|
|
|
"61265001", "Port\ Macquarie", |
|
24966
|
|
|
|
|
|
|
"6175465", "Laidley", |
|
24967
|
|
|
|
|
|
|
"618997398", "Yaringa", |
|
24968
|
|
|
|
|
|
|
"61747180", "Yabulu", |
|
24969
|
|
|
|
|
|
|
"61240071", "Wootton", |
|
24970
|
|
|
|
|
|
|
"6139953", "Melbourne", |
|
24971
|
|
|
|
|
|
|
"618865966", "Poochera", |
|
24972
|
|
|
|
|
|
|
"613470896", "Thoona", |
|
24973
|
|
|
|
|
|
|
"612583518", "Gilgooma", |
|
24974
|
|
|
|
|
|
|
"61895119", "Gingin", |
|
24975
|
|
|
|
|
|
|
"61890077", "Goldfields", |
|
24976
|
|
|
|
|
|
|
"61353993", "Bangerang", |
|
24977
|
|
|
|
|
|
|
"61897462", "Bunbury", |
|
24978
|
|
|
|
|
|
|
"61268006", "Balladoran", |
|
24979
|
|
|
|
|
|
|
"618982507", "Walpole", |
|
24980
|
|
|
|
|
|
|
"61350124", "Robinvale", |
|
24981
|
|
|
|
|
|
|
"61740433", "Gordonvale", |
|
24982
|
|
|
|
|
|
|
"61263215", "Windeyer", |
|
24983
|
|
|
|
|
|
|
"6138838", "Ringwood", |
|
24984
|
|
|
|
|
|
|
"61261377", "Cavan", |
|
24985
|
|
|
|
|
|
|
"612594078", "Yaven\ Creek", |
|
24986
|
|
|
|
|
|
|
"61888875", "Port\ Victoria", |
|
24987
|
|
|
|
|
|
|
"61748571", "Theodore", |
|
24988
|
|
|
|
|
|
|
"61880162", "Menindee", |
|
24989
|
|
|
|
|
|
|
"61356397", "Toora", |
|
24990
|
|
|
|
|
|
|
"61344145", "Marong", |
|
24991
|
|
|
|
|
|
|
"61266604", "Rappville", |
|
24992
|
|
|
|
|
|
|
"618781337", "Gawler", |
|
24993
|
|
|
|
|
|
|
"61255516", "Muswellbrook", |
|
24994
|
|
|
|
|
|
|
"61742704", "Molloy", |
|
24995
|
|
|
|
|
|
|
"618683063", "Kojaneerup", |
|
24996
|
|
|
|
|
|
|
"61259096", "Sandigo", |
|
24997
|
|
|
|
|
|
|
"617487173", "Zamia\ Creek", |
|
24998
|
|
|
|
|
|
|
"61268285", "Berkley\ Downs", |
|
24999
|
|
|
|
|
|
|
"61889073", "Plenty", |
|
25000
|
|
|
|
|
|
|
"61868241", "Gairdner", |
|
25001
|
|
|
|
|
|
|
"617458781", "Condamine", |
|
25002
|
|
|
|
|
|
|
"61267248", "Delungra", |
|
25003
|
|
|
|
|
|
|
"61745576", "Warra", |
|
25004
|
|
|
|
|
|
|
"61747859", "Leichhardt\ Range", |
|
25005
|
|
|
|
|
|
|
"6128584", "Sydney", |
|
25006
|
|
|
|
|
|
|
"618601096", "Muntadgin\ East", |
|
25007
|
|
|
|
|
|
|
"61756895", "Southport", |
|
25008
|
|
|
|
|
|
|
"61898968", "Gnowangerup", |
|
25009
|
|
|
|
|
|
|
"61348071", "Logie\ Brae", |
|
25010
|
|
|
|
|
|
|
"61268191", "Coolabah", |
|
25011
|
|
|
|
|
|
|
"61867198", "Dinninup\ North", |
|
25012
|
|
|
|
|
|
|
"61742346", "Ravenshoe", |
|
25013
|
|
|
|
|
|
|
"6135794", "Nagambie", |
|
25014
|
|
|
|
|
|
|
"6126032", "Rennie", |
|
25015
|
|
|
|
|
|
|
"61899474", "Balla", |
|
25016
|
|
|
|
|
|
|
"617452349", "Stanthorpe", |
|
25017
|
|
|
|
|
|
|
"613470174", "Woods\ Point", |
|
25018
|
|
|
|
|
|
|
"612583681", "Bruie\ Plains", |
|
25019
|
|
|
|
|
|
|
"61258124", "Girilambone", |
|
25020
|
|
|
|
|
|
|
"61890994", "Corrigin", |
|
25021
|
|
|
|
|
|
|
"61897886", "Busselton", |
|
25022
|
|
|
|
|
|
|
"61753213", "Gympie", |
|
25023
|
|
|
|
|
|
|
"61355058", "Derrinallum", |
|
25024
|
|
|
|
|
|
|
"61350748", "Willandra\ Lakes", |
|
25025
|
|
|
|
|
|
|
"617487103", "Buckland", |
|
25026
|
|
|
|
|
|
|
"613441794", "Echuca", |
|
25027
|
|
|
|
|
|
|
"61256005", "Thora", |
|
25028
|
|
|
|
|
|
|
"61748888", "Rockhampton", |
|
25029
|
|
|
|
|
|
|
"61743151", "Blackbutt", |
|
25030
|
|
|
|
|
|
|
"617485861", "Gargett", |
|
25031
|
|
|
|
|
|
|
"612594008", "Tarcutta", |
|
25032
|
|
|
|
|
|
|
"61345076", "Macarthur", |
|
25033
|
|
|
|
|
|
|
"61747845", "Gumlu", |
|
25034
|
|
|
|
|
|
|
"61265196", "Byabarra", |
|
25035
|
|
|
|
|
|
|
"61261370", "Yass", |
|
25036
|
|
|
|
|
|
|
"61752018", "Kilcoy", |
|
25037
|
|
|
|
|
|
|
"61357023", "Cheshunt", |
|
25038
|
|
|
|
|
|
|
"61344159", "Womboota", |
|
25039
|
|
|
|
|
|
|
"61347052", "Yarrawonga", |
|
25040
|
|
|
|
|
|
|
"61257550", "Gurley", |
|
25041
|
|
|
|
|
|
|
"61356390", "San\ Remo", |
|
25042
|
|
|
|
|
|
|
"61341278", "Mallacoota", |
|
25043
|
|
|
|
|
|
|
"61362198", "Woodbury", |
|
25044
|
|
|
|
|
|
|
"613450564", "Derrinallum", |
|
25045
|
|
|
|
|
|
|
"61353768", "Beaufort", |
|
25046
|
|
|
|
|
|
|
"612533059", "Wollar", |
|
25047
|
|
|
|
|
|
|
"61242078", "Helensburgh", |
|
25048
|
|
|
|
|
|
|
"618600789", "Warralakin", |
|
25049
|
|
|
|
|
|
|
"61890070", "Eyre", |
|
25050
|
|
|
|
|
|
|
"61259101", "Coolac", |
|
25051
|
|
|
|
|
|
|
"61355455", "Caramut", |
|
25052
|
|
|
|
|
|
|
"61264032", "Bredbo", |
|
25053
|
|
|
|
|
|
|
"61267139", "Yarrie\ Lake", |
|
25054
|
|
|
|
|
|
|
"61257182", "Somerton", |
|
25055
|
|
|
|
|
|
|
"61887718", "Penola", |
|
25056
|
|
|
|
|
|
|
"61249384", "East\ Gresford", |
|
25057
|
|
|
|
|
|
|
"61256286", "Tabulam", |
|
25058
|
|
|
|
|
|
|
"61240680", "Maitland", |
|
25059
|
|
|
|
|
|
|
"61898793", "Tambellup", |
|
25060
|
|
|
|
|
|
|
"61256408", "Tyringham", |
|
25061
|
|
|
|
|
|
|
"61899631", "Cue", |
|
25062
|
|
|
|
|
|
|
"61747187", "Gulf", |
|
25063
|
|
|
|
|
|
|
"61342186", "Anglesea", |
|
25064
|
|
|
|
|
|
|
"61868063", "Magitup", |
|
25065
|
|
|
|
|
|
|
"618683328", "Varley", |
|
25066
|
|
|
|
|
|
|
"61266067", "Leeville", |
|
25067
|
|
|
|
|
|
|
"613553723", "Balmoral", |
|
25068
|
|
|
|
|
|
|
"61267946", "Pallamallawa", |
|
25069
|
|
|
|
|
|
|
"61898266", "Denmark", |
|
25070
|
|
|
|
|
|
|
"61862303", "Perth", |
|
25071
|
|
|
|
|
|
|
"61889750", "Victoria\ River", |
|
25072
|
|
|
|
|
|
|
"61742728", "Edward\ River", |
|
25073
|
|
|
|
|
|
|
"61897429", "Pemberton", |
|
25074
|
|
|
|
|
|
|
"61240136", "Maitland", |
|
25075
|
|
|
|
|
|
|
"618601120", "Bruce\ Rock", |
|
25076
|
|
|
|
|
|
|
"61353754", "Elmhurst", |
|
25077
|
|
|
|
|
|
|
"61255495", "Howes\ Valley", |
|
25078
|
|
|
|
|
|
|
"61896200", "Konnongorring", |
|
25079
|
|
|
|
|
|
|
"61881856", "Woodside", |
|
25080
|
|
|
|
|
|
|
"618683336", "Boddington", |
|
25081
|
|
|
|
|
|
|
"6188733", "Millicent", |
|
25082
|
|
|
|
|
|
|
"612583541", "Narromine", |
|
25083
|
|
|
|
|
|
|
"613431809", "Telopea\ Downs", |
|
25084
|
|
|
|
|
|
|
"61355064", "Dundonnell", |
|
25085
|
|
|
|
|
|
|
"61351380", "Gormandale", |
|
25086
|
|
|
|
|
|
|
"61361035", "Swansea", |
|
25087
|
|
|
|
|
|
|
"61367303", "Fingal", |
|
25088
|
|
|
|
|
|
|
"613830", "Melbourne", |
|
25089
|
|
|
|
|
|
|
"618753505", "Perponda", |
|
25090
|
|
|
|
|
|
|
"61344102", "Kyneton", |
|
25091
|
|
|
|
|
|
|
"61347009", "Myrtleford", |
|
25092
|
|
|
|
|
|
|
"61350108", "Ouyen", |
|
25093
|
|
|
|
|
|
|
"61866014", "Badgerin\ Rock", |
|
25094
|
|
|
|
|
|
|
"61355600", "Warrnambool", |
|
25095
|
|
|
|
|
|
|
"61740215", "Innot\ Hot\ Springs", |
|
25096
|
|
|
|
|
|
|
"61247092", "Lawson", |
|
25097
|
|
|
|
|
|
|
"61885022", "Bow\ Hill", |
|
25098
|
|
|
|
|
|
|
"61244199", "Huskisson", |
|
25099
|
|
|
|
|
|
|
"61885444", "Waikerie", |
|
25100
|
|
|
|
|
|
|
"61746040", "Brookstead", |
|
25101
|
|
|
|
|
|
|
"61364079", "Yolla", |
|
25102
|
|
|
|
|
|
|
"61367172", "Glengarry", |
|
25103
|
|
|
|
|
|
|
"61886341", "Nelshaby", |
|
25104
|
|
|
|
|
|
|
"61256350", "Bonalbo", |
|
25105
|
|
|
|
|
|
|
"61352096", "Wingeel", |
|
25106
|
|
|
|
|
|
|
"61886915", "Roxby\ Downs", |
|
25107
|
|
|
|
|
|
|
"613542660", "St\ Arnaud", |
|
25108
|
|
|
|
|
|
|
"61361438", "Southwest", |
|
25109
|
|
|
|
|
|
|
"61363888", "Launceston", |
|
25110
|
|
|
|
|
|
|
"61367117", "Gladstone", |
|
25111
|
|
|
|
|
|
|
"61880129", "Tibooburra", |
|
25112
|
|
|
|
|
|
|
"61353538", "Nhill", |
|
25113
|
|
|
|
|
|
|
"61255098", "Coopernook", |
|
25114
|
|
|
|
|
|
|
"61740831", "Thursday\ Island", |
|
25115
|
|
|
|
|
|
|
"613451293", "South\ Purrumbete", |
|
25116
|
|
|
|
|
|
|
"61256270", "Tyringham", |
|
25117
|
|
|
|
|
|
|
"61875199", "Hamley\ Bridge", |
|
25118
|
|
|
|
|
|
|
"61354858", "Goornong", |
|
25119
|
|
|
|
|
|
|
"61269057", "Merriwagga", |
|
25120
|
|
|
|
|
|
|
"618982220", "Albany", |
|
25121
|
|
|
|
|
|
|
"61267233", "Tingha", |
|
25122
|
|
|
|
|
|
|
"618858523", "Karoonda", |
|
25123
|
|
|
|
|
|
|
"61746210", "Augathella", |
|
25124
|
|
|
|
|
|
|
"61268601", "Gwabegar", |
|
25125
|
|
|
|
|
|
|
"61342170", "Beeac", |
|
25126
|
|
|
|
|
|
|
"61740045", "Etheridge", |
|
25127
|
|
|
|
|
|
|
"61340559", "Karawinna", |
|
25128
|
|
|
|
|
|
|
"61745755", "Bimbadeen", |
|
25129
|
|
|
|
|
|
|
"61891020", "Derby", |
|
25130
|
|
|
|
|
|
|
"61361290", "Nubeena", |
|
25131
|
|
|
|
|
|
|
"61350823", "Turriff", |
|
25132
|
|
|
|
|
|
|
"61888146", "South\ Hummocks", |
|
25133
|
|
|
|
|
|
|
"61880910", "Tepco", |
|
25134
|
|
|
|
|
|
|
"617442582", "Walker", |
|
25135
|
|
|
|
|
|
|
"61746574", "Blackall", |
|
25136
|
|
|
|
|
|
|
"61886530", "Tarcoola", |
|
25137
|
|
|
|
|
|
|
"61890086", "Great\ Victoria", |
|
25138
|
|
|
|
|
|
|
"61267596", "Careunga", |
|
25139
|
|
|
|
|
|
|
"618600203", "Condingup", |
|
25140
|
|
|
|
|
|
|
"61256514", "Whiporie", |
|
25141
|
|
|
|
|
|
|
"6138548", "Melbourne", |
|
25142
|
|
|
|
|
|
|
"61255150", "Port\ Macquarie", |
|
25143
|
|
|
|
|
|
|
"61885141", "Narrung", |
|
25144
|
|
|
|
|
|
|
"61269342", "Springdale", |
|
25145
|
|
|
|
|
|
|
"6138100", "Kalkallo", |
|
25146
|
|
|
|
|
|
|
"61265606", "Lord\ Howe\ Island", |
|
25147
|
|
|
|
|
|
|
"61743065", "Proston", |
|
25148
|
|
|
|
|
|
|
"613441259", "Birchip", |
|
25149
|
|
|
|
|
|
|
"61341400", "Bairnsdale", |
|
25150
|
|
|
|
|
|
|
"617487062", "Ubobo", |
|
25151
|
|
|
|
|
|
|
"61363099", "Exeter", |
|
25152
|
|
|
|
|
|
|
"61354111", "Castlemaine", |
|
25153
|
|
|
|
|
|
|
"61345080", "Ozenkadnook", |
|
25154
|
|
|
|
|
|
|
"61739998", "Brisbane", |
|
25155
|
|
|
|
|
|
|
"61754024", "Harrisville", |
|
25156
|
|
|
|
|
|
|
"61255582", "Scone", |
|
25157
|
|
|
|
|
|
|
"618660108", "Kalannie", |
|
25158
|
|
|
|
|
|
|
"61357689", "Graytown", |
|
25159
|
|
|
|
|
|
|
"61341364", "Erica", |
|
25160
|
|
|
|
|
|
|
"61876232", "Wirrulla", |
|
25161
|
|
|
|
|
|
|
"61261386", "Yass", |
|
25162
|
|
|
|
|
|
|
"6186469", "Kalamunda", |
|
25163
|
|
|
|
|
|
|
"618683172", "Kulin\ West", |
|
25164
|
|
|
|
|
|
|
"61263002", "Gingkin", |
|
25165
|
|
|
|
|
|
|
"61352367", "Barwon\ Downs", |
|
25166
|
|
|
|
|
|
|
"61753119", "Ballugan", |
|
25167
|
|
|
|
|
|
|
"61265125", "Scone", |
|
25168
|
|
|
|
|
|
|
"61890205", "Merredin", |
|
25169
|
|
|
|
|
|
|
"61877136", "Greenways", |
|
25170
|
|
|
|
|
|
|
"61896583", "Regans\ Ford", |
|
25171
|
|
|
|
|
|
|
"612532897", "Grenfell", |
|
25172
|
|
|
|
|
|
|
"61248545", "Binda", |
|
25173
|
|
|
|
|
|
|
"61743468", "Proston", |
|
25174
|
|
|
|
|
|
|
"61358349", "Tocumwal", |
|
25175
|
|
|
|
|
|
|
"61340228", "Kyalite", |
|
25176
|
|
|
|
|
|
|
"61354222", "Kyneton", |
|
25177
|
|
|
|
|
|
|
"618860091", "Ceduna", |
|
25178
|
|
|
|
|
|
|
"61244447", "Huskisson", |
|
25179
|
|
|
|
|
|
|
"61364784", "Devonport", |
|
25180
|
|
|
|
|
|
|
"618683722", "Hyden", |
|
25181
|
|
|
|
|
|
|
"61745587", "Condamine", |
|
25182
|
|
|
|
|
|
|
"61897870", "Cundinup", |
|
25183
|
|
|
|
|
|
|
"61896075", "Dale\ River", |
|
25184
|
|
|
|
|
|
|
"617486910", "Byfield", |
|
25185
|
|
|
|
|
|
|
"618983777", "Lumeah", |
|
25186
|
|
|
|
|
|
|
"61746923", "Jondaryan", |
|
25187
|
|
|
|
|
|
|
"61748099", "Bingegang", |
|
25188
|
|
|
|
|
|
|
"61895435", "Lake\ Clifton", |
|
25189
|
|
|
|
|
|
|
"613451301", "Warrnambool", |
|
25190
|
|
|
|
|
|
|
"612583290", "Neilrex", |
|
25191
|
|
|
|
|
|
|
"613531921", "Crymelon", |
|
25192
|
|
|
|
|
|
|
"618863565", "Minnipa", |
|
25193
|
|
|
|
|
|
|
"618964473", "Gillingarra", |
|
25194
|
|
|
|
|
|
|
"61897383", "Jangardup", |
|
25195
|
|
|
|
|
|
|
"618967663", "Dukin", |
|
25196
|
|
|
|
|
|
|
"618762613", "Peterborough", |
|
25197
|
|
|
|
|
|
|
"61238083", "Bowral", |
|
25198
|
|
|
|
|
|
|
"613574182", "Pyalong", |
|
25199
|
|
|
|
|
|
|
"61887991", "Monkoora", |
|
25200
|
|
|
|
|
|
|
"618660963", "Beacon\ North", |
|
25201
|
|
|
|
|
|
|
"61244293", "Nowra", |
|
25202
|
|
|
|
|
|
|
"6135759", "Harrietville", |
|
25203
|
|
|
|
|
|
|
"617441914", "Palm\ Island", |
|
25204
|
|
|
|
|
|
|
"61736086", "Brisbane", |
|
25205
|
|
|
|
|
|
|
"61263059", "Cowra", |
|
25206
|
|
|
|
|
|
|
"61354864", "Goornong", |
|
25207
|
|
|
|
|
|
|
"61259360", "Winchendon\ Vale", |
|
25208
|
|
|
|
|
|
|
"61896951", "Regans\ Ford", |
|
25209
|
|
|
|
|
|
|
"61358007", "Blighty", |
|
25210
|
|
|
|
|
|
|
"617486955", "Oombabeer", |
|
25211
|
|
|
|
|
|
|
"61898643", "Kukerin", |
|
25212
|
|
|
|
|
|
|
"61259404", "Batlow", |
|
25213
|
|
|
|
|
|
|
"61248204", "Wombeyan\ Caves", |
|
25214
|
|
|
|
|
|
|
"612630794", "Burraga", |
|
25215
|
|
|
|
|
|
|
"61864589", "Perth", |
|
25216
|
|
|
|
|
|
|
"613431994", "Streatham", |
|
25217
|
|
|
|
|
|
|
"61890544", "Mount\ Stirling", |
|
25218
|
|
|
|
|
|
|
"6173607", "Brisbane", |
|
25219
|
|
|
|
|
|
|
"61359651", "Healesville", |
|
25220
|
|
|
|
|
|
|
"61264403", "Nimmitabel", |
|
25221
|
|
|
|
|
|
|
"61888706", "Hallett", |
|
25222
|
|
|
|
|
|
|
"61747031", "Burdekin", |
|
25223
|
|
|
|
|
|
|
"617476390", "Bowen", |
|
25224
|
|
|
|
|
|
|
"61387409", "Dandenong", |
|
25225
|
|
|
|
|
|
|
"61867050", "Margaret\ River", |
|
25226
|
|
|
|
|
|
|
"61743454", "Kumbia", |
|
25227
|
|
|
|
|
|
|
"61891236", "Wittenoom", |
|
25228
|
|
|
|
|
|
|
"61747374", "Bambaroo", |
|
25229
|
|
|
|
|
|
|
"61895038", "Gidgegannup", |
|
25230
|
|
|
|
|
|
|
"61255426", "Rookhurst", |
|
25231
|
|
|
|
|
|
|
"61753043", "Kalbar", |
|
25232
|
|
|
|
|
|
|
"61287492", "Bankstown", |
|
25233
|
|
|
|
|
|
|
"613431769", "Creswick", |
|
25234
|
|
|
|
|
|
|
"612574224", "Delungra", |
|
25235
|
|
|
|
|
|
|
"61350698", "Arumpo", |
|
25236
|
|
|
|
|
|
|
"61351376", "Sale", |
|
25237
|
|
|
|
|
|
|
"61257314", "Weemelah", |
|
25238
|
|
|
|
|
|
|
"618763441", "Carrieton", |
|
25239
|
|
|
|
|
|
|
"61355190", "Wallacedale", |
|
25240
|
|
|
|
|
|
|
"61340502", "Willandra\ Lakes", |
|
25241
|
|
|
|
|
|
|
"61354508", "Kerang", |
|
25242
|
|
|
|
|
|
|
"61250000", "Albury", |
|
25243
|
|
|
|
|
|
|
"61899171", "Yaringa", |
|
25244
|
|
|
|
|
|
|
"61752248", "Cooroy", |
|
25245
|
|
|
|
|
|
|
"61885701", "Swan\ Reach", |
|
25246
|
|
|
|
|
|
|
"61886760", "Cummins", |
|
25247
|
|
|
|
|
|
|
"618854991", "Sanderston", |
|
25248
|
|
|
|
|
|
|
"61249177", "Tea\ Gardens", |
|
25249
|
|
|
|
|
|
|
"61341358", "Club\ Terrace", |
|
25250
|
|
|
|
|
|
|
"61899227", "Carnamah", |
|
25251
|
|
|
|
|
|
|
"61268494", "Binnaway", |
|
25252
|
|
|
|
|
|
|
"61891593", "Pannawonica", |
|
25253
|
|
|
|
|
|
|
"61350395", "Mildura", |
|
25254
|
|
|
|
|
|
|
"61240599", "Newcastle", |
|
25255
|
|
|
|
|
|
|
"61743327", "Kumbia", |
|
25256
|
|
|
|
|
|
|
"61362050", "Margate", |
|
25257
|
|
|
|
|
|
|
"617486692", "Hodgson\ Range", |
|
25258
|
|
|
|
|
|
|
"617480569", "Mount\ Morgan", |
|
25259
|
|
|
|
|
|
|
"61899220", "Geraldton", |
|
25260
|
|
|
|
|
|
|
"61260468", "Howlong", |
|
25261
|
|
|
|
|
|
|
"61886767", "Ungarra", |
|
25262
|
|
|
|
|
|
|
"61249170", "Newcastle", |
|
25263
|
|
|
|
|
|
|
"61353543", "Buangor", |
|
25264
|
|
|
|
|
|
|
"61864466", "Perth", |
|
25265
|
|
|
|
|
|
|
"61250007", "Cudgewa", |
|
25266
|
|
|
|
|
|
|
"61340204", "Cunninyeuk", |
|
25267
|
|
|
|
|
|
|
"61269305", "Junee", |
|
25268
|
|
|
|
|
|
|
"61362057", "Miena", |
|
25269
|
|
|
|
|
|
|
"61743320", "Gaeta", |
|
25270
|
|
|
|
|
|
|
"61745109", "Surat", |
|
25271
|
|
|
|
|
|
|
"61343735", "Balliang", |
|
25272
|
|
|
|
|
|
|
"617750186", "Paroo", |
|
25273
|
|
|
|
|
|
|
"61350563", "Mallan", |
|
25274
|
|
|
|
|
|
|
"61867057", "Upper\ Preston", |
|
25275
|
|
|
|
|
|
|
"61263448", "Gooloogong", |
|
25276
|
|
|
|
|
|
|
"618661013", "Watheroo", |
|
25277
|
|
|
|
|
|
|
"61754008", "Cooroy", |
|
25278
|
|
|
|
|
|
|
"61355197", "Dunkeld", |
|
25279
|
|
|
|
|
|
|
"61267018", "Tamworth", |
|
25280
|
|
|
|
|
|
|
"61380998", "Sunbury", |
|
25281
|
|
|
|
|
|
|
"61269608", "Black\ Stump", |
|
25282
|
|
|
|
|
|
|
"61354973", "Donald", |
|
25283
|
|
|
|
|
|
|
"618683414", "Ravensthorpe\ West", |
|
25284
|
|
|
|
|
|
|
"61891365", "Sandfire", |
|
25285
|
|
|
|
|
|
|
"61358000", "Shepparton", |
|
25286
|
|
|
|
|
|
|
"61248502", "Bungonia", |
|
25287
|
|
|
|
|
|
|
"617750114", "Brigalow", |
|
25288
|
|
|
|
|
|
|
"61352691", "Geelong", |
|
25289
|
|
|
|
|
|
|
"61890242", "Goldfields", |
|
25290
|
|
|
|
|
|
|
"617452168", "Miamba", |
|
25291
|
|
|
|
|
|
|
"617479220", "Yabulu", |
|
25292
|
|
|
|
|
|
|
"618763960", "Great\ Bight", |
|
25293
|
|
|
|
|
|
|
"6124996", "Clarence\ Town", |
|
25294
|
|
|
|
|
|
|
"617442854", "Ingham", |
|
25295
|
|
|
|
|
|
|
"61877334", "Tantanoola", |
|
25296
|
|
|
|
|
|
|
"61362624", "Bothwell", |
|
25297
|
|
|
|
|
|
|
"61877071", "Penola", |
|
25298
|
|
|
|
|
|
|
"6186211", "Perth", |
|
25299
|
|
|
|
|
|
|
"612574913", "Careunga", |
|
25300
|
|
|
|
|
|
|
"61741771", "Howard", |
|
25301
|
|
|
|
|
|
|
"61260065", "Rennie", |
|
25302
|
|
|
|
|
|
|
"617480250", "Hodgson\ Range", |
|
25303
|
|
|
|
|
|
|
"61752139", "Crossdale", |
|
25304
|
|
|
|
|
|
|
"618660736", "Ballidu", |
|
25305
|
|
|
|
|
|
|
"61350421", "Willandra\ Lakes", |
|
25306
|
|
|
|
|
|
|
"61248809", "Braidwood", |
|
25307
|
|
|
|
|
|
|
"618683486", "Broomehill", |
|
25308
|
|
|
|
|
|
|
"61356066", "Poowong", |
|
25309
|
|
|
|
|
|
|
"61878052", "Moonta", |
|
25310
|
|
|
|
|
|
|
"613451371", "Dorodong", |
|
25311
|
|
|
|
|
|
|
"61263045", "Cassilis", |
|
25312
|
|
|
|
|
|
|
"61863612", "Armadale", |
|
25313
|
|
|
|
|
|
|
"618866164", "Port\ Kenny", |
|
25314
|
|
|
|
|
|
|
"61341166", "Sale", |
|
25315
|
|
|
|
|
|
|
"61261184", "Rye\ Park", |
|
25316
|
|
|
|
|
|
|
"61259025", "Hay", |
|
25317
|
|
|
|
|
|
|
"618660728", "Yelbeni", |
|
25318
|
|
|
|
|
|
|
"61364591", "Devonport", |
|
25319
|
|
|
|
|
|
|
"618851092", "Wanbi", |
|
25320
|
|
|
|
|
|
|
"61874260", "Adelaide", |
|
25321
|
|
|
|
|
|
|
"61358934", "Finley", |
|
25322
|
|
|
|
|
|
|
"61897877", "Dardanup", |
|
25323
|
|
|
|
|
|
|
"61745580", "Miles", |
|
25324
|
|
|
|
|
|
|
"61244440", "Nowra", |
|
25325
|
|
|
|
|
|
|
"61878009", "Burra", |
|
25326
|
|
|
|
|
|
|
"61260327", "Corowa", |
|
25327
|
|
|
|
|
|
|
"612583620", "Lightning\ Ridge", |
|
25328
|
|
|
|
|
|
|
"61260454", "Koetong", |
|
25329
|
|
|
|
|
|
|
"61345087", "Tahara", |
|
25330
|
|
|
|
|
|
|
"61341407", "Clydebank", |
|
25331
|
|
|
|
|
|
|
"61264983", "Cobargo", |
|
25332
|
|
|
|
|
|
|
"61891654", "Whaleback", |
|
25333
|
|
|
|
|
|
|
"61891938", "Broome", |
|
25334
|
|
|
|
|
|
|
"618683102", "Pumphreys", |
|
25335
|
|
|
|
|
|
|
"61352360", "Bannockburn", |
|
25336
|
|
|
|
|
|
|
"61897812", "Bunbury", |
|
25337
|
|
|
|
|
|
|
"61248559", "Robertson", |
|
25338
|
|
|
|
|
|
|
"61255284", "Krambach", |
|
25339
|
|
|
|
|
|
|
"61358355", "Rushworth", |
|
25340
|
|
|
|
|
|
|
"618600273", "Baandee", |
|
25341
|
|
|
|
|
|
|
"61256212", "Leeville", |
|
25342
|
|
|
|
|
|
|
"618763418", "Wilmington", |
|
25343
|
|
|
|
|
|
|
"61886537", "The\ Ranges", |
|
25344
|
|
|
|
|
|
|
"61740059", "Thursday\ Island", |
|
25345
|
|
|
|
|
|
|
"61340545", "Willandra\ Lakes", |
|
25346
|
|
|
|
|
|
|
"61745749", "Augathella", |
|
25347
|
|
|
|
|
|
|
"617750402", "Thallon", |
|
25348
|
|
|
|
|
|
|
"6128775", "Sydney", |
|
25349
|
|
|
|
|
|
|
"61898178", "Lake\ Magenta", |
|
25350
|
|
|
|
|
|
|
"61880917", "The\ Darling", |
|
25351
|
|
|
|
|
|
|
"61746272", "Miles", |
|
25352
|
|
|
|
|
|
|
"61742441", "Cairns", |
|
25353
|
|
|
|
|
|
|
"61899036", "Eneabba\ North", |
|
25354
|
|
|
|
|
|
|
"61342112", "Cressy", |
|
25355
|
|
|
|
|
|
|
"61255157", "Merriwa", |
|
25356
|
|
|
|
|
|
|
"618903341", "Muntadgin\ East", |
|
25357
|
|
|
|
|
|
|
"61884869", "Mount\ Barker", |
|
25358
|
|
|
|
|
|
|
"6128404", "Sydney", |
|
25359
|
|
|
|
|
|
|
"61745152", "Paroo", |
|
25360
|
|
|
|
|
|
|
"61269050", "Leeton", |
|
25361
|
|
|
|
|
|
|
"61895213", "Dwellingup", |
|
25362
|
|
|
|
|
|
|
"61351174", "Clydebank", |
|
25363
|
|
|
|
|
|
|
"61256277", "Glenreagh", |
|
25364
|
|
|
|
|
|
|
"61257116", "Ogunbil", |
|
25365
|
|
|
|
|
|
|
"61342221", "Queenscliff", |
|
25366
|
|
|
|
|
|
|
"61891027", "Great\ Sandy", |
|
25367
|
|
|
|
|
|
|
"618863998", "Tumby\ Bay", |
|
25368
|
|
|
|
|
|
|
"61266194", "Hernani", |
|
25369
|
|
|
|
|
|
|
"61361297", "Ouse", |
|
25370
|
|
|
|
|
|
|
"61889492", "Batchelor", |
|
25371
|
|
|
|
|
|
|
"61342177", "Beech\ Forest", |
|
25372
|
|
|
|
|
|
|
"61746217", "Tambo", |
|
25373
|
|
|
|
|
|
|
"612574694", "Gundabloui", |
|
25374
|
|
|
|
|
|
|
"61747176", "Woodstock", |
|
25375
|
|
|
|
|
|
|
"6138101", "Whittlesea", |
|
25376
|
|
|
|
|
|
|
"618964425", "Bibby\ Springs", |
|
25377
|
|
|
|
|
|
|
"61362941", "Dover", |
|
25378
|
|
|
|
|
|
|
"617459088", "Allora", |
|
25379
|
|
|
|
|
|
|
"61256504", "Mullumbimby", |
|
25380
|
|
|
|
|
|
|
"61748266", "Emerald", |
|
25381
|
|
|
|
|
|
|
"612532588", "Reids\ Flat", |
|
25382
|
|
|
|
|
|
|
"61744144", "Bambaroo", |
|
25383
|
|
|
|
|
|
|
"61880900", "Wilcannia", |
|
25384
|
|
|
|
|
|
|
"61747429", "Doomadgee", |
|
25385
|
|
|
|
|
|
|
"617459409", "Brymaroo", |
|
25386
|
|
|
|
|
|
|
"61352163", "Queenscliff", |
|
25387
|
|
|
|
|
|
|
"61268611", "Parkes", |
|
25388
|
|
|
|
|
|
|
"61363793", "Glengarry", |
|
25389
|
|
|
|
|
|
|
"61746200", "Toowoomba", |
|
25390
|
|
|
|
|
|
|
"61258039", "Peak\ Hill", |
|
25391
|
|
|
|
|
|
|
"61268082", "Bourke", |
|
25392
|
|
|
|
|
|
|
"612574131", "Gunnedah", |
|
25393
|
|
|
|
|
|
|
"61267985", "Limbri", |
|
25394
|
|
|
|
|
|
|
"61268948", "Goorianawa", |
|
25395
|
|
|
|
|
|
|
"618600952", "Grass\ Patch", |
|
25396
|
|
|
|
|
|
|
"61897268", "Brunswick\ Junction", |
|
25397
|
|
|
|
|
|
|
"61263077", "Galong", |
|
25398
|
|
|
|
|
|
|
"61861739", "Spearwood", |
|
25399
|
|
|
|
|
|
|
"618683739", "Lake\ Grace", |
|
25400
|
|
|
|
|
|
|
"61896040", "Bolgart", |
|
25401
|
|
|
|
|
|
|
"618994458", "Yalgoo", |
|
25402
|
|
|
|
|
|
|
"613542604", "Logan", |
|
25403
|
|
|
|
|
|
|
"61749961", "Zamia\ Creek", |
|
25404
|
|
|
|
|
|
|
"61851291", "Tom\ Price", |
|
25405
|
|
|
|
|
|
|
"612630890", "Oberon", |
|
25406
|
|
|
|
|
|
|
"61753109", "Boonah", |
|
25407
|
|
|
|
|
|
|
"61299966", "Parramatta", |
|
25408
|
|
|
|
|
|
|
"613542382", "Birchip", |
|
25409
|
|
|
|
|
|
|
"618683072", "Lake\ King", |
|
25410
|
|
|
|
|
|
|
"61240720", "Karuah", |
|
25411
|
|
|
|
|
|
|
"61263012", "Baldry", |
|
25412
|
|
|
|
|
|
|
"61264366", "Numeralla", |
|
25413
|
|
|
|
|
|
|
"61257091", "Pallamallawa", |
|
25414
|
|
|
|
|
|
|
"618856717", "Sedan", |
|
25415
|
|
|
|
|
|
|
"617442931", "Ayr", |
|
25416
|
|
|
|
|
|
|
"618752968", "Sedan", |
|
25417
|
|
|
|
|
|
|
"61890831", "Esperance", |
|
25418
|
|
|
|
|
|
|
"61354101", "Bendigo", |
|
25419
|
|
|
|
|
|
|
"61267442", "Tambar\ Springs", |
|
25420
|
|
|
|
|
|
|
"61899578", "Exmouth", |
|
25421
|
|
|
|
|
|
|
"61341410", "Dinner\ Plain", |
|
25422
|
|
|
|
|
|
|
"617487162", "Tungamull", |
|
25423
|
|
|
|
|
|
|
"61359089", "Pakenham", |
|
25424
|
|
|
|
|
|
|
"618858575", "Meningie\ East", |
|
25425
|
|
|
|
|
|
|
"61749474", "Calen", |
|
25426
|
|
|
|
|
|
|
"61743123", "Biggenden", |
|
25427
|
|
|
|
|
|
|
"6174787", "Charters\ Towers", |
|
25428
|
|
|
|
|
|
|
"6135561", "Warrnambool", |
|
25429
|
|
|
|
|
|
|
"61357051", "Graytown", |
|
25430
|
|
|
|
|
|
|
"61351884", "Yarram", |
|
25431
|
|
|
|
|
|
|
"61358017", "Cobram", |
|
25432
|
|
|
|
|
|
|
"61355565", "Glenthompson", |
|
25433
|
|
|
|
|
|
|
"61361534", "Hermitage", |
|
25434
|
|
|
|
|
|
|
"618996921", "Carnarvon", |
|
25435
|
|
|
|
|
|
|
"61742688", "Georgetown", |
|
25436
|
|
|
|
|
|
|
"617458824", "Liston", |
|
25437
|
|
|
|
|
|
|
"61753152", "Kilkivan", |
|
25438
|
|
|
|
|
|
|
"61266788", "Mallanganee", |
|
25439
|
|
|
|
|
|
|
"61747886", "Yabulu", |
|
25440
|
|
|
|
|
|
|
"618862002", "Quorn", |
|
25441
|
|
|
|
|
|
|
"61879080", "Simpson", |
|
25442
|
|
|
|
|
|
|
"61354741", "Harcourt", |
|
25443
|
|
|
|
|
|
|
"61897845", "Beedelup", |
|
25444
|
|
|
|
|
|
|
"61243157", "Gosford", |
|
25445
|
|
|
|
|
|
|
"61886294", "Cowell", |
|
25446
|
|
|
|
|
|
|
"618865843", "Great\ Bight", |
|
25447
|
|
|
|
|
|
|
"61898888", "Wickepin\ East", |
|
25448
|
|
|
|
|
|
|
"613441711", "Kerang", |
|
25449
|
|
|
|
|
|
|
"618985180", "Nalyerlup", |
|
25450
|
|
|
|
|
|
|
"61868196", "Albany", |
|
25451
|
|
|
|
|
|
|
"61358072", "Moulamein", |
|
25452
|
|
|
|
|
|
|
"61248570", "Gunning", |
|
25453
|
|
|
|
|
|
|
"61742385", "Gordonvale", |
|
25454
|
|
|
|
|
|
|
"61342145", "Birregurra", |
|
25455
|
|
|
|
|
|
|
"6124244", "Wollongong", |
|
25456
|
|
|
|
|
|
|
"61899483", "Denham", |
|
25457
|
|
|
|
|
|
|
"61880034", "White\ Cliffs", |
|
25458
|
|
|
|
|
|
|
"61392187", "Sunbury", |
|
25459
|
|
|
|
|
|
|
"61740070", "Kidston", |
|
25460
|
|
|
|
|
|
|
"613470566", "Thoona", |
|
25461
|
|
|
|
|
|
|
"618752455", "Callington", |
|
25462
|
|
|
|
|
|
|
"61256245", "Mullumbimby", |
|
25463
|
|
|
|
|
|
|
"61354518", "Quambatook", |
|
25464
|
|
|
|
|
|
|
"61340512", "Culgoa", |
|
25465
|
|
|
|
|
|
|
"61250010", "Eskdale", |
|
25466
|
|
|
|
|
|
|
"61876297", "Koppio", |
|
25467
|
|
|
|
|
|
|
"61885711", "Coonalpyn", |
|
25468
|
|
|
|
|
|
|
"61257304", "Wellingrove", |
|
25469
|
|
|
|
|
|
|
"6189621", "Northam", |
|
25470
|
|
|
|
|
|
|
"61753580", "Caloundra", |
|
25471
|
|
|
|
|
|
|
"61265063", "Hunter\ Springs", |
|
25472
|
|
|
|
|
|
|
"612582527", "Weelong", |
|
25473
|
|
|
|
|
|
|
"61269079", "Ungarie", |
|
25474
|
|
|
|
|
|
|
"61340577", "Scotia", |
|
25475
|
|
|
|
|
|
|
"61888716", "Pine\ Point", |
|
25476
|
|
|
|
|
|
|
"6188464", "Adelaide", |
|
25477
|
|
|
|
|
|
|
"61897187", "Boyup\ Brook", |
|
25478
|
|
|
|
|
|
|
"612583696", "Double\ Peaks", |
|
25479
|
|
|
|
|
|
|
"61264413", "Adaminaby", |
|
25480
|
|
|
|
|
|
|
"61256259", "Dorrigo", |
|
25481
|
|
|
|
|
|
|
"61269618", "Griffith", |
|
25482
|
|
|
|
|
|
|
"61868001", "Lake\ Grace", |
|
25483
|
|
|
|
|
|
|
"61753587", "Harrisville", |
|
25484
|
|
|
|
|
|
|
"618851895", "Two\ Wells", |
|
25485
|
|
|
|
|
|
|
"61267008", "Barwick", |
|
25486
|
|
|
|
|
|
|
"612583238", "Boona\ Mountain", |
|
25487
|
|
|
|
|
|
|
"61731508", "Brisbane", |
|
25488
|
|
|
|
|
|
|
"61740012", "Atherton", |
|
25489
|
|
|
|
|
|
|
"618661113", "Beacon\ North", |
|
25490
|
|
|
|
|
|
|
"61269941", "Merriwagga", |
|
25491
|
|
|
|
|
|
|
"61897180", "Marybrook", |
|
25492
|
|
|
|
|
|
|
"618601081", "Karloning", |
|
25493
|
|
|
|
|
|
|
"61364198", "Gordon", |
|
25494
|
|
|
|
|
|
|
"612593913", "Kikoira", |
|
25495
|
|
|
|
|
|
|
"61340570", "Ouyen", |
|
25496
|
|
|
|
|
|
|
"61250072", "Little\ Billabong", |
|
25497
|
|
|
|
|
|
|
"61244078", "Nowra", |
|
25498
|
|
|
|
|
|
|
"617458796", "Durham\ Downs", |
|
25499
|
|
|
|
|
|
|
"61879434", "Tiwi", |
|
25500
|
|
|
|
|
|
|
"61740077", "Kuranda", |
|
25501
|
|
|
|
|
|
|
"61745119", "Stanthorpe", |
|
25502
|
|
|
|
|
|
|
"61392180", "Whittlesea", |
|
25503
|
|
|
|
|
|
|
"61878143", "Halbury", |
|
25504
|
|
|
|
|
|
|
"617480656", "Bajool", |
|
25505
|
|
|
|
|
|
|
"61340214", "Pan\ Ban", |
|
25506
|
|
|
|
|
|
|
"61265890", "Telegraph\ Point", |
|
25507
|
|
|
|
|
|
|
"618985586", "Hyden\ East", |
|
25508
|
|
|
|
|
|
|
"61250017", "Nariel", |
|
25509
|
|
|
|
|
|
|
"61255179", "Castle\ Rock", |
|
25510
|
|
|
|
|
|
|
"61876290", "Indian\ Pacific", |
|
25511
|
|
|
|
|
|
|
"61890433", "Bruce\ Rock", |
|
25512
|
|
|
|
|
|
|
"617473922", "Julia\ Creek", |
|
25513
|
|
|
|
|
|
|
"61259163", "Burra", |
|
25514
|
|
|
|
|
|
|
"61889084", "Roper\ River", |
|
25515
|
|
|
|
|
|
|
"61747462", "Boulia", |
|
25516
|
|
|
|
|
|
|
"61268246", "Ginghet", |
|
25517
|
|
|
|
|
|
|
"613470881", "Longwood", |
|
25518
|
|
|
|
|
|
|
"617476338", "Prairie", |
|
25519
|
|
|
|
|
|
|
"61243150", "Gosford", |
|
25520
|
|
|
|
|
|
|
"61879087", "Simpson", |
|
25521
|
|
|
|
|
|
|
"613442201", "Carisbrook", |
|
25522
|
|
|
|
|
|
|
"61248577", "Goulburn", |
|
25523
|
|
|
|
|
|
|
"613470160", "Puckapunyal", |
|
25524
|
|
|
|
|
|
|
"61887133", "Wirrega", |
|
25525
|
|
|
|
|
|
|
"61344186", "Birchip", |
|
25526
|
|
|
|
|
|
|
"61264164", "Candelo", |
|
25527
|
|
|
|
|
|
|
"61898571", "Unicup", |
|
25528
|
|
|
|
|
|
|
"61267405", "Curlewis", |
|
25529
|
|
|
|
|
|
|
"61361232", "South\ Bruny", |
|
25530
|
|
|
|
|
|
|
"61753755", "Caloundra", |
|
25531
|
|
|
|
|
|
|
"613450570", "Glenthompson", |
|
25532
|
|
|
|
|
|
|
"613441935", "Talbot", |
|
25533
|
|
|
|
|
|
|
"61265241", "Port\ Macquarie", |
|
25534
|
|
|
|
|
|
|
"6186210", "Perth", |
|
25535
|
|
|
|
|
|
|
"618858505", "Gurrai", |
|
25536
|
|
|
|
|
|
|
"61284200", "Avalon\ Beach", |
|
25537
|
|
|
|
|
|
|
"617452068", "Inglewood", |
|
25538
|
|
|
|
|
|
|
"618994028", "Lake\ Mason", |
|
25539
|
|
|
|
|
|
|
"61895576", "Rockingham", |
|
25540
|
|
|
|
|
|
|
"61897859", "Nannup", |
|
25541
|
|
|
|
|
|
|
"61256528", "Lismore", |
|
25542
|
|
|
|
|
|
|
"617750014", "Nobby", |
|
25543
|
|
|
|
|
|
|
"61358010", "Brassi", |
|
25544
|
|
|
|
|
|
|
"61889925", "Tiwi", |
|
25545
|
|
|
|
|
|
|
"613542767", "Wycheproof", |
|
25546
|
|
|
|
|
|
|
"618993260", "Geraldton", |
|
25547
|
|
|
|
|
|
|
"61248512", "Taralga", |
|
25548
|
|
|
|
|
|
|
"61896309", "Dalwallinu\ West", |
|
25549
|
|
|
|
|
|
|
"612915", "Sydney", |
|
25550
|
|
|
|
|
|
|
"61890721", "Esperance", |
|
25551
|
|
|
|
|
|
|
"617476743", "Rollingstone", |
|
25552
|
|
|
|
|
|
|
"61896352", "Cunderdin", |
|
25553
|
|
|
|
|
|
|
"61240727", "Stroud", |
|
25554
|
|
|
|
|
|
|
"61342373", "Kennedys\ Creek", |
|
25555
|
|
|
|
|
|
|
"61897802", "Collie", |
|
25556
|
|
|
|
|
|
|
"61350039", "Nangiloc", |
|
25557
|
|
|
|
|
|
|
"6174592", "Toowoomba", |
|
25558
|
|
|
|
|
|
|
"618863751", "Nelshaby", |
|
25559
|
|
|
|
|
|
|
"61264235", "Dalgety", |
|
25560
|
|
|
|
|
|
|
"61341417", "Dargo", |
|
25561
|
|
|
|
|
|
|
"61257328", "Tamworth", |
|
25562
|
|
|
|
|
|
|
"6129892", "Bankstown", |
|
25563
|
|
|
|
|
|
|
"618660078", "Beverley", |
|
25564
|
|
|
|
|
|
|
"61355132", "Poolaijelo", |
|
25565
|
|
|
|
|
|
|
"61878019", "Minlaton", |
|
25566
|
|
|
|
|
|
|
"61263070", "Euchareena", |
|
25567
|
|
|
|
|
|
|
"61745043", "Westmar", |
|
25568
|
|
|
|
|
|
|
"61740753", "Mount\ Garnet", |
|
25569
|
|
|
|
|
|
|
"61255353", "Castle\ Rock", |
|
25570
|
|
|
|
|
|
|
"618851192", "Wunkar", |
|
25571
|
|
|
|
|
|
|
"61851185", "Leopold", |
|
25572
|
|
|
|
|
|
|
"612593694", "Gunbar", |
|
25573
|
|
|
|
|
|
|
"61246041", "Picton", |
|
25574
|
|
|
|
|
|
|
"613441748", "Barham", |
|
25575
|
|
|
|
|
|
|
"613542674", "Traynors\ Lagoon", |
|
25576
|
|
|
|
|
|
|
"61887392", "Kalangadoo", |
|
25577
|
|
|
|
|
|
|
"618983457", "Corackerup", |
|
25578
|
|
|
|
|
|
|
"61341472", "Woodside", |
|
25579
|
|
|
|
|
|
|
"61896047", "Burakin", |
|
25580
|
|
|
|
|
|
|
"6186274", "Perth", |
|
25581
|
|
|
|
|
|
|
"61354096", "Traynors\ Lagoon", |
|
25582
|
|
|
|
|
|
|
"613532233", "Murtoa", |
|
25583
|
|
|
|
|
|
|
"61746207", "Dirranbandi", |
|
25584
|
|
|
|
|
|
|
"61367361", "Winnaleah", |
|
25585
|
|
|
|
|
|
|
"6135824", "Tatura", |
|
25586
|
|
|
|
|
|
|
"61867079", "Manjimup", |
|
25587
|
|
|
|
|
|
|
"61895203", "Pinjarra", |
|
25588
|
|
|
|
|
|
|
"61257106", "Currabubula", |
|
25589
|
|
|
|
|
|
|
"612685651", "Boorooma", |
|
25590
|
|
|
|
|
|
|
"613451417", "Coleraine", |
|
25591
|
|
|
|
|
|
|
"61392636", "Melbourne", |
|
25592
|
|
|
|
|
|
|
"61748638", "Rockhampton", |
|
25593
|
|
|
|
|
|
|
"612530254", "Harden\/Bathurst\/Birriwa\/Blayney", |
|
25594
|
|
|
|
|
|
|
"612583226", "Ballimore", |
|
25595
|
|
|
|
|
|
|
"61897636", "Tonebridge", |
|
25596
|
|
|
|
|
|
|
"612683750", "Gilgandra", |
|
25597
|
|
|
|
|
|
|
"61342102", "Lara", |
|
25598
|
|
|
|
|
|
|
"61260123", "Ournie", |
|
25599
|
|
|
|
|
|
|
"61880907", "The\ Darling", |
|
25600
|
|
|
|
|
|
|
"61264158", "Cabramurra", |
|
25601
|
|
|
|
|
|
|
"618763899", "Orroroo", |
|
25602
|
|
|
|
|
|
|
"61263994", "Cassilis", |
|
25603
|
|
|
|
|
|
|
"61362079", "Brighton", |
|
25604
|
|
|
|
|
|
|
"61748335", "Cracow", |
|
25605
|
|
|
|
|
|
|
"618967672", "Gabbin", |
|
25606
|
|
|
|
|
|
|
"618964462", "Dandaragan", |
|
25607
|
|
|
|
|
|
|
"61275009", "Sutherland", |
|
25608
|
|
|
|
|
|
|
"61887724", "Avenue\ Range", |
|
25609
|
|
|
|
|
|
|
"61364608", "Waratah", |
|
25610
|
|
|
|
|
|
|
"618660972", "Cadoux", |
|
25611
|
|
|
|
|
|
|
"617750358", "Jondaryan", |
|
25612
|
|
|
|
|
|
|
"61895580", "Gingin", |
|
25613
|
|
|
|
|
|
|
"618983670", "Jerdacuttup", |
|
25614
|
|
|
|
|
|
|
"61749913", "Proserpine", |
|
25615
|
|
|
|
|
|
|
"617459067", "Thargomindah", |
|
25616
|
|
|
|
|
|
|
"61253188", "Blayney", |
|
25617
|
|
|
|
|
|
|
"61888840", "Bute", |
|
25618
|
|
|
|
|
|
|
"61367100", "Gladstone", |
|
25619
|
|
|
|
|
|
|
"61351183", "Bairnsdale", |
|
25620
|
|
|
|
|
|
|
"618996980", "Eneabba\ North", |
|
25621
|
|
|
|
|
|
|
"61357656", "Kilmore", |
|
25622
|
|
|
|
|
|
|
"613572772", "Mount\ Beauty", |
|
25623
|
|
|
|
|
|
|
"61264090", "Bega", |
|
25624
|
|
|
|
|
|
|
"61741654", "Mundubbera", |
|
25625
|
|
|
|
|
|
|
"61260808", "Albury", |
|
25626
|
|
|
|
|
|
|
"61741938", "Tiaro", |
|
25627
|
|
|
|
|
|
|
"61890059", "Ardath", |
|
25628
|
|
|
|
|
|
|
"61256153", "Ballina", |
|
25629
|
|
|
|
|
|
|
"618763656", "Minnipa", |
|
25630
|
|
|
|
|
|
|
"61251022", "Uriarra\ Forest", |
|
25631
|
|
|
|
|
|
|
"61341520", "Rosedale", |
|
25632
|
|
|
|
|
|
|
"61895749", "Toodyay", |
|
25633
|
|
|
|
|
|
|
"618903585", "Neridup", |
|
25634
|
|
|
|
|
|
|
"61392176", "Sydenham", |
|
25635
|
|
|
|
|
|
|
"617476732", "Ravenswood", |
|
25636
|
|
|
|
|
|
|
"61284075", "Dural", |
|
25637
|
|
|
|
|
|
|
"6135308", "Ballarat", |
|
25638
|
|
|
|
|
|
|
"61258118", "Gilgandra", |
|
25639
|
|
|
|
|
|
|
"61353076", "Wilkur", |
|
25640
|
|
|
|
|
|
|
"61888782", "Ardrossan", |
|
25641
|
|
|
|
|
|
|
"61734380", "Bribie\ Island", |
|
25642
|
|
|
|
|
|
|
"61342253", "Colac", |
|
25643
|
|
|
|
|
|
|
"61755151", "Beaudesert", |
|
25644
|
|
|
|
|
|
|
"61896272", "Badgerin\ Rock", |
|
25645
|
|
|
|
|
|
|
"61888291", "Halbury", |
|
25646
|
|
|
|
|
|
|
"61749036", "Clermont", |
|
25647
|
|
|
|
|
|
|
"61246122", "Picton", |
|
25648
|
|
|
|
|
|
|
"618753093", "Wunkar", |
|
25649
|
|
|
|
|
|
|
"61343058", "Gerang\ Gerung", |
|
25650
|
|
|
|
|
|
|
"61756127", "Southport", |
|
25651
|
|
|
|
|
|
|
"61745213", "Jericho", |
|
25652
|
|
|
|
|
|
|
"61264974", "Merimbula", |
|
25653
|
|
|
|
|
|
|
"61268663", "Bindogundra", |
|
25654
|
|
|
|
|
|
|
"61357762", "Mansfield", |
|
25655
|
|
|
|
|
|
|
"61352111", "Lorne", |
|
25656
|
|
|
|
|
|
|
"61895152", "Yanchep", |
|
25657
|
|
|
|
|
|
|
"61878249", "Minlaton", |
|
25658
|
|
|
|
|
|
|
"61885296", "Barmera", |
|
25659
|
|
|
|
|
|
|
"6129162", "Sydney", |
|
25660
|
|
|
|
|
|
|
"612574611", "Mirriadool", |
|
25661
|
|
|
|
|
|
|
"61255273", "Stuarts\ Point", |
|
25662
|
|
|
|
|
|
|
"61897176", "Busselton", |
|
25663
|
|
|
|
|
|
|
"618752987", "Yumali", |
|
25664
|
|
|
|
|
|
|
"61354367", "Mitiamo", |
|
25665
|
|
|
|
|
|
|
"6186269", "Perth", |
|
25666
|
|
|
|
|
|
|
"61340586", "Wentworth", |
|
25667
|
|
|
|
|
|
|
"617487125", "Gayfield", |
|
25668
|
|
|
|
|
|
|
"61741027", "Bunker", |
|
25669
|
|
|
|
|
|
|
"61263205", "Running\ Stream", |
|
25670
|
|
|
|
|
|
|
"61866028", "Coomberdale", |
|
25671
|
|
|
|
|
|
|
"61363178", "Bridport", |
|
25672
|
|
|
|
|
|
|
"61268016", "Narromine", |
|
25673
|
|
|
|
|
|
|
"61876035", "Kimba", |
|
25674
|
|
|
|
|
|
|
"61889779", "Daly", |
|
25675
|
|
|
|
|
|
|
"61895109", "Mandurah", |
|
25676
|
|
|
|
|
|
|
"618660846", "Coomberdale", |
|
25677
|
|
|
|
|
|
|
"61871853", "Salisbury", |
|
25678
|
|
|
|
|
|
|
"61885763", "Lameroo", |
|
25679
|
|
|
|
|
|
|
"61255639", "Krambach", |
|
25680
|
|
|
|
|
|
|
"61265011", "Bowraville", |
|
25681
|
|
|
|
|
|
|
"61247030", "Katoomba", |
|
25682
|
|
|
|
|
|
|
"61357532", "Jamieson", |
|
25683
|
|
|
|
|
|
|
"618753523", "Waikerie", |
|
25684
|
|
|
|
|
|
|
"61356193", "Neerim\ South", |
|
25685
|
|
|
|
|
|
|
"61261173", "Captains\ Flat", |
|
25686
|
|
|
|
|
|
|
"61886485", "Port\ Augusta", |
|
25687
|
|
|
|
|
|
|
"61354025", "Gunbower", |
|
25688
|
|
|
|
|
|
|
"61260734", "Barnawartha", |
|
25689
|
|
|
|
|
|
|
"6138330", "Melbourne", |
|
25690
|
|
|
|
|
|
|
"618683491", "Cranbrook", |
|
25691
|
|
|
|
|
|
|
"61741365", "Howard", |
|
25692
|
|
|
|
|
|
|
"61341093", "Cabbage\ Tree\ Creek", |
|
25693
|
|
|
|
|
|
|
"61890002", "Kalgoorlie", |
|
25694
|
|
|
|
|
|
|
"61863333", "Fremantle", |
|
25695
|
|
|
|
|
|
|
"617452601", "Leyburn", |
|
25696
|
|
|
|
|
|
|
"61264461", "Cabramurra", |
|
25697
|
|
|
|
|
|
|
"61754248", "Moore", |
|
25698
|
|
|
|
|
|
|
"61361399", "Maydena", |
|
25699
|
|
|
|
|
|
|
"61740242", "Torres", |
|
25700
|
|
|
|
|
|
|
"612684336", "Trangie", |
|
25701
|
|
|
|
|
|
|
"61875078", "Taplan", |
|
25702
|
|
|
|
|
|
|
"61343064", "Minimay", |
|
25703
|
|
|
|
|
|
|
"61263086", "Gooloogong", |
|
25704
|
|
|
|
|
|
|
"61268933", "Myamley", |
|
25705
|
|
|
|
|
|
|
"617750191", "Robinson\ Gorge", |
|
25706
|
|
|
|
|
|
|
"617487073", "Alpha", |
|
25707
|
|
|
|
|
|
|
"61742714", "Torres", |
|
25708
|
|
|
|
|
|
|
"61261302", "Uriarra\ Forest", |
|
25709
|
|
|
|
|
|
|
"617458627", "Greenmount", |
|
25710
|
|
|
|
|
|
|
"618683163", "Jingalup", |
|
25711
|
|
|
|
|
|
|
"6188115", "Adelaide", |
|
25712
|
|
|
|
|
|
|
"612583435", "Bindogundra", |
|
25713
|
|
|
|
|
|
|
"61364050", "Burnie", |
|
25714
|
|
|
|
|
|
|
"61256379", "Woodburn", |
|
25715
|
|
|
|
|
|
|
"61891771", "Port\ Hedland", |
|
25716
|
|
|
|
|
|
|
"61340044", "Hopetoun", |
|
25717
|
|
|
|
|
|
|
"618903645", "Baandee", |
|
25718
|
|
|
|
|
|
|
"61340422", "Berriwillock", |
|
25719
|
|
|
|
|
|
|
"61886088", "Herbert", |
|
25720
|
|
|
|
|
|
|
"613573051", "Kilmore", |
|
25721
|
|
|
|
|
|
|
"61886942", "Koppio", |
|
25722
|
|
|
|
|
|
|
"61879131", "Nhulunbuy", |
|
25723
|
|
|
|
|
|
|
"61354984", "Colbinabbin", |
|
25724
|
|
|
|
|
|
|
"61745920", "Roma", |
|
25725
|
|
|
|
|
|
|
"61350453", "Mildura", |
|
25726
|
|
|
|
|
|
|
"612594178", "Batlow", |
|
25727
|
|
|
|
|
|
|
"613431735", "Scarsdale", |
|
25728
|
|
|
|
|
|
|
"618763904", "Port\ Broughton", |
|
25729
|
|
|
|
|
|
|
"61899362", "Ajana", |
|
25730
|
|
|
|
|
|
|
"618854986", "Robertstown", |
|
25731
|
|
|
|
|
|
|
"61746075", "Haddon", |
|
25732
|
|
|
|
|
|
|
"61898099", "Moodiarrup", |
|
25733
|
|
|
|
|
|
|
"61745435", "Killarney", |
|
25734
|
|
|
|
|
|
|
"61250240", "Tallangatta\ Valley", |
|
25735
|
|
|
|
|
|
|
"618763974", "Leigh\ Creek\ South", |
|
25736
|
|
|
|
|
|
|
"61752008", "Esk", |
|
25737
|
|
|
|
|
|
|
"612594108", "Gala\ Vale", |
|
25738
|
|
|
|
|
|
|
"61743564", "Windera", |
|
25739
|
|
|
|
|
|
|
"61256015", "Kyogle", |
|
25740
|
|
|
|
|
|
|
"612583177", "Gulargambone", |
|
25741
|
|
|
|
|
|
|
"61352973", "Queenscliff", |
|
25742
|
|
|
|
|
|
|
"6124988", "Raymond\ Terrace", |
|
25743
|
|
|
|
|
|
|
"618965684", "Dalwallinu\ West", |
|
25744
|
|
|
|
|
|
|
"6175532", "Southport", |
|
25745
|
|
|
|
|
|
|
"61746951", "Millmerran", |
|
25746
|
|
|
|
|
|
|
"617487003", "Calen", |
|
25747
|
|
|
|
|
|
|
"61255922", "Ravensworth", |
|
25748
|
|
|
|
|
|
|
"618866170", "Streaky\ Bay", |
|
25749
|
|
|
|
|
|
|
"61753203", "Harrisville", |
|
25750
|
|
|
|
|
|
|
"6172103", "Brisbane", |
|
25751
|
|
|
|
|
|
|
"618862908", "Coffin\ Bay", |
|
25752
|
|
|
|
|
|
|
"61734964", "Dayboro", |
|
25753
|
|
|
|
|
|
|
"61364057", "Ulverstone", |
|
25754
|
|
|
|
|
|
|
"612583727", "Narromine", |
|
25755
|
|
|
|
|
|
|
"613431911", "Lake\ Bolac", |
|
25756
|
|
|
|
|
|
|
"617473965", "Normanton", |
|
25757
|
|
|
|
|
|
|
"61897031", "Collie", |
|
25758
|
|
|
|
|
|
|
"61248044", "Lost\ River", |
|
25759
|
|
|
|
|
|
|
"61260824", "Talgarno", |
|
25760
|
|
|
|
|
|
|
"61269784", "Barmedman", |
|
25761
|
|
|
|
|
|
|
"61897374", "Collie", |
|
25762
|
|
|
|
|
|
|
"612583859", "Barrier", |
|
25763
|
|
|
|
|
|
|
"61247037", "Mount\ Wilson", |
|
25764
|
|
|
|
|
|
|
"618600262", "Scaddan\ West", |
|
25765
|
|
|
|
|
|
|
"61256418", "Bellingen", |
|
25766
|
|
|
|
|
|
|
"6129918", "Avalon\ Beach", |
|
25767
|
|
|
|
|
|
|
"617452671", "Toowoomba", |
|
25768
|
|
|
|
|
|
|
"61357234", "Wangaratta", |
|
25769
|
|
|
|
|
|
|
"61259222", "Henty", |
|
25770
|
|
|
|
|
|
|
"61745038", "Tara", |
|
25771
|
|
|
|
|
|
|
"61746478", "Taroom", |
|
25772
|
|
|
|
|
|
|
"61238074", "Robertson", |
|
25773
|
|
|
|
|
|
|
"61353131", "Kalkee", |
|
25774
|
|
|
|
|
|
|
"618865832", "Courela", |
|
25775
|
|
|
|
|
|
|
"618683551", "Pingrup", |
|
25776
|
|
|
|
|
|
|
"61354691", "Bealiba", |
|
25777
|
|
|
|
|
|
|
"61749171", "Middlemount", |
|
25778
|
|
|
|
|
|
|
"61756456", "Tweed\ Heads", |
|
25779
|
|
|
|
|
|
|
"612574648", "Willow\ Tree", |
|
25780
|
|
|
|
|
|
|
"618682192", "Ravensthorpe\ West", |
|
25781
|
|
|
|
|
|
|
"61887708", "Marcollat", |
|
25782
|
|
|
|
|
|
|
"613553822", "Merino", |
|
25783
|
|
|
|
|
|
|
"618965616", "Dowerin", |
|
25784
|
|
|
|
|
|
|
"61259111", "Tumut", |
|
25785
|
|
|
|
|
|
|
"61367313", "Pyengana", |
|
25786
|
|
|
|
|
|
|
"61753576", "Noosaville", |
|
25787
|
|
|
|
|
|
|
"617459982", "Haden", |
|
25788
|
|
|
|
|
|
|
"61865601", "Kalamunda", |
|
25789
|
|
|
|
|
|
|
"61730923", "Brisbane", |
|
25790
|
|
|
|
|
|
|
"61260262", "Albury", |
|
25791
|
|
|
|
|
|
|
"61756120", "Ormeau", |
|
25792
|
|
|
|
|
|
|
"61890045", "Collurabbie", |
|
25793
|
|
|
|
|
|
|
"61734958", "Redcliffe", |
|
25794
|
|
|
|
|
|
|
"61741020", "Brooklands", |
|
25795
|
|
|
|
|
|
|
"61354360", "Raywood", |
|
25796
|
|
|
|
|
|
|
"61357165", "Kobyboyn", |
|
25797
|
|
|
|
|
|
|
"617441408", "Hughenden", |
|
25798
|
|
|
|
|
|
|
"613531623", "Ararat", |
|
25799
|
|
|
|
|
|
|
"61887148", "Penola", |
|
25800
|
|
|
|
|
|
|
"618601020", "Kellerberrin", |
|
25801
|
|
|
|
|
|
|
"61896574", "Bidaminna", |
|
25802
|
|
|
|
|
|
|
"61888185", "Clare", |
|
25803
|
|
|
|
|
|
|
"61263242", "Orange", |
|
25804
|
|
|
|
|
|
|
"618600947", "Esperance", |
|
25805
|
|
|
|
|
|
|
"61740086", "Malanda", |
|
25806
|
|
|
|
|
|
|
"61362591", "Kempton", |
|
25807
|
|
|
|
|
|
|
"61341527", "Yinnar", |
|
25808
|
|
|
|
|
|
|
"61743558", "Proston", |
|
25809
|
|
|
|
|
|
|
"61358493", "Finley", |
|
25810
|
|
|
|
|
|
|
"617476488", "Dalbeg", |
|
25811
|
|
|
|
|
|
|
"61734387", "Dunwich", |
|
25812
|
|
|
|
|
|
|
"617486858", "Mount\ Morgan", |
|
25813
|
|
|
|
|
|
|
"61878255", "Port\ Wakefield", |
|
25814
|
|
|
|
|
|
|
"61364773", "Queenstown", |
|
25815
|
|
|
|
|
|
|
"61868125", "Tenterden", |
|
25816
|
|
|
|
|
|
|
"61879076", "Plenty", |
|
25817
|
|
|
|
|
|
|
"61743229", "Tiaro", |
|
25818
|
|
|
|
|
|
|
"61340469", "Culgoa", |
|
25819
|
|
|
|
|
|
|
"618782012", "Gawler", |
|
25820
|
|
|
|
|
|
|
"612574588", "Ebor", |
|
25821
|
|
|
|
|
|
|
"61367107", "Westbury", |
|
25822
|
|
|
|
|
|
|
"618903813", "Dulyalbin", |
|
25823
|
|
|
|
|
|
|
"618854693", "Langhorne\ Creek", |
|
25824
|
|
|
|
|
|
|
"618864056", "Kapinnie", |
|
25825
|
|
|
|
|
|
|
"61261648", "Michelago", |
|
25826
|
|
|
|
|
|
|
"61878138", "Brinkworth", |
|
25827
|
|
|
|
|
|
|
"61344177", "Woodend", |
|
25828
|
|
|
|
|
|
|
"61899329", "Lynton", |
|
25829
|
|
|
|
|
|
|
"61248586", "Marulan", |
|
25830
|
|
|
|
|
|
|
"61264097", "Wonboyn\ Lake", |
|
25831
|
|
|
|
|
|
|
"612594365", "Weethalle", |
|
25832
|
|
|
|
|
|
|
"61740205", "Daintree", |
|
25833
|
|
|
|
|
|
|
"618967602", "Wubin\ West", |
|
25834
|
|
|
|
|
|
|
"61363643", "Launceston", |
|
25835
|
|
|
|
|
|
|
"61746583", "Longreach", |
|
25836
|
|
|
|
|
|
|
"61744441", "Mount\ Fox", |
|
25837
|
|
|
|
|
|
|
"613470820", "Devlins\ Bridge", |
|
25838
|
|
|
|
|
|
|
"61888847", "Booborowie", |
|
25839
|
|
|
|
|
|
|
"613441890", "Bridgewater", |
|
25840
|
|
|
|
|
|
|
"612593897", "Egansford", |
|
25841
|
|
|
|
|
|
|
"61350118", "Patchewollock", |
|
25842
|
|
|
|
|
|
|
"61344112", "Kyneton", |
|
25843
|
|
|
|
|
|
|
"61347019", "Buffalo\ River", |
|
25844
|
|
|
|
|
|
|
"61866004", "Watheroo", |
|
25845
|
|
|
|
|
|
|
"618862163", "Arno\ Bay", |
|
25846
|
|
|
|
|
|
|
"61261345", "Yass", |
|
25847
|
|
|
|
|
|
|
"61887834", "Coonawarra", |
|
25848
|
|
|
|
|
|
|
"618660902", "Ejanding", |
|
25849
|
|
|
|
|
|
|
"61895587", "Toodyay", |
|
25850
|
|
|
|
|
|
|
"61238066", "Goulburn", |
|
25851
|
|
|
|
|
|
|
"6173286", "Cleveland", |
|
25852
|
|
|
|
|
|
|
"618683712", "Dudinin", |
|
25853
|
|
|
|
|
|
|
"61266750", "Grafton", |
|
25854
|
|
|
|
|
|
|
"612593905", "Gundagai", |
|
25855
|
|
|
|
|
|
|
"61265215", "Scone", |
|
25856
|
|
|
|
|
|
|
"61742650", "Innot\ Hot\ Springs", |
|
25857
|
|
|
|
|
|
|
"61753229", "Rosevale", |
|
25858
|
|
|
|
|
|
|
"61350469", "Tempy", |
|
25859
|
|
|
|
|
|
|
"61258586", "Parkes", |
|
25860
|
|
|
|
|
|
|
"61354177", "Amphitheatre", |
|
25861
|
|
|
|
|
|
|
"61383487", "Point\ Cook", |
|
25862
|
|
|
|
|
|
|
"618967833", "South\ Quairading", |
|
25863
|
|
|
|
|
|
|
"61354221", "Kyneton", |
|
25864
|
|
|
|
|
|
|
"61355993", "Mortlake", |
|
25865
|
|
|
|
|
|
|
"61896909", "Dandaragan", |
|
25866
|
|
|
|
|
|
|
"61748368", "Gladstone", |
|
25867
|
|
|
|
|
|
|
"61263001", "Burraga", |
|
25868
|
|
|
|
|
|
|
"6188823", "Kadina", |
|
25869
|
|
|
|
|
|
|
"612574768", "Caroda", |
|
25870
|
|
|
|
|
|
|
"613470571", "Winton", |
|
25871
|
|
|
|
|
|
|
"61361549", "South\ Bruny", |
|
25872
|
|
|
|
|
|
|
"612530202", "Running\ Stream", |
|
25873
|
|
|
|
|
|
|
"61898850", "Williams", |
|
25874
|
|
|
|
|
|
|
"61340118", "Rufus\ River", |
|
25875
|
|
|
|
|
|
|
"61354112", "Maryborough", |
|
25876
|
|
|
|
|
|
|
"61357019", "Taggerty", |
|
25877
|
|
|
|
|
|
|
"61255581", "Rookhurst", |
|
25878
|
|
|
|
|
|
|
"61879058", "Alice\ Springs", |
|
25879
|
|
|
|
|
|
|
"61876231", "Tarcoola", |
|
25880
|
|
|
|
|
|
|
"618600974", "Narembeen\ East", |
|
25881
|
|
|
|
|
|
|
"618967857", "York", |
|
25882
|
|
|
|
|
|
|
"61746120", "Bringalily", |
|
25883
|
|
|
|
|
|
|
"61264268", "Cabramurra", |
|
25884
|
|
|
|
|
|
|
"61885142", "Narrung", |
|
25885
|
|
|
|
|
|
|
"61269341", "Batlow", |
|
25886
|
|
|
|
|
|
|
"6128384", "Sydney", |
|
25887
|
|
|
|
|
|
|
"61743576", "Burnett", |
|
25888
|
|
|
|
|
|
|
"61894985", "Spearwood", |
|
25889
|
|
|
|
|
|
|
"61385804", "Melbourne", |
|
25890
|
|
|
|
|
|
|
"61890616", "Mount\ Walker\ South", |
|
25891
|
|
|
|
|
|
|
"61898189", "Beaufort\ River", |
|
25892
|
|
|
|
|
|
|
"61359293", "Emerald", |
|
25893
|
|
|
|
|
|
|
"618903336", "Mount\ Walker\ South", |
|
25894
|
|
|
|
|
|
|
"618683054", "Hyden", |
|
25895
|
|
|
|
|
|
|
"61268602", "Mendooran", |
|
25896
|
|
|
|
|
|
|
"61357703", "Alexandra", |
|
25897
|
|
|
|
|
|
|
"618996809", "Gutha\ West", |
|
25898
|
|
|
|
|
|
|
"61880049", "Broken\ Hill", |
|
25899
|
|
|
|
|
|
|
"61734976", "Brisbane", |
|
25900
|
|
|
|
|
|
|
"61885759", "Culburra", |
|
25901
|
|
|
|
|
|
|
"613442159", "Woodend", |
|
25902
|
|
|
|
|
|
|
"61269915", "Melbergen", |
|
25903
|
|
|
|
|
|
|
"61363427", "Pyengana", |
|
25904
|
|
|
|
|
|
|
"618858513", "Halidon", |
|
25905
|
|
|
|
|
|
|
"61753558", "Woolooga", |
|
25906
|
|
|
|
|
|
|
"61897413", "Upper\ Preston", |
|
25907
|
|
|
|
|
|
|
"6135883", "Finley", |
|
25908
|
|
|
|
|
|
|
"6187919", "Darwin", |
|
25909
|
|
|
|
|
|
|
"61257037", "Manilla", |
|
25910
|
|
|
|
|
|
|
"618763947", "Coulta", |
|
25911
|
|
|
|
|
|
|
"61264187", "Shannons\ Flat", |
|
25912
|
|
|
|
|
|
|
"61868070", "Pingrup\ East", |
|
25913
|
|
|
|
|
|
|
"61259253", "Hay", |
|
25914
|
|
|
|
|
|
|
"61742405", "Mutchilba", |
|
25915
|
|
|
|
|
|
|
"61258044", "Yeoval", |
|
25916
|
|
|
|
|
|
|
"612583144", "Borah\ Tank", |
|
25917
|
|
|
|
|
|
|
"61748354", "Mount\ Morgan", |
|
25918
|
|
|
|
|
|
|
"61756478", "Beaudesert", |
|
25919
|
|
|
|
|
|
|
"61348247", "Caldwell", |
|
25920
|
|
|
|
|
|
|
"61340501", "Werrimull", |
|
25921
|
|
|
|
|
|
|
"61885702", "Swan\ Reach", |
|
25922
|
|
|
|
|
|
|
"61899172", "Northern\ Gully", |
|
25923
|
|
|
|
|
|
|
"612592734", "Stanbridge", |
|
25924
|
|
|
|
|
|
|
"61879064", "Elliott", |
|
25925
|
|
|
|
|
|
|
"61268659", "Stuart\ Town", |
|
25926
|
|
|
|
|
|
|
"61342269", "Torquay", |
|
25927
|
|
|
|
|
|
|
"61746456", "Roma", |
|
25928
|
|
|
|
|
|
|
"612574214", "Caroda", |
|
25929
|
|
|
|
|
|
|
"61287491", "Bankstown", |
|
25930
|
|
|
|
|
|
|
"6187081", "Adelaide", |
|
25931
|
|
|
|
|
|
|
"61343131", "Crymelon", |
|
25932
|
|
|
|
|
|
|
"61351860", "Yarram", |
|
25933
|
|
|
|
|
|
|
"61357143", "Winton", |
|
25934
|
|
|
|
|
|
|
"618854497", "Hartley", |
|
25935
|
|
|
|
|
|
|
"61256169", "Grafton", |
|
25936
|
|
|
|
|
|
|
"61890063", "Dundas", |
|
25937
|
|
|
|
|
|
|
"6189392", "Perth", |
|
25938
|
|
|
|
|
|
|
"613451157", "Bessiebelle", |
|
25939
|
|
|
|
|
|
|
"61747032", "Burdekin", |
|
25940
|
|
|
|
|
|
|
"613545000", "Gunbower", |
|
25941
|
|
|
|
|
|
|
"61851237", "Marble\ Bar", |
|
25942
|
|
|
|
|
|
|
"61899117", "Paynes\ Find", |
|
25943
|
|
|
|
|
|
|
"61756075", "Jimboomba", |
|
25944
|
|
|
|
|
|
|
"6126953", "Leeton", |
|
25945
|
|
|
|
|
|
|
"61363665", "Ringarooma", |
|
25946
|
|
|
|
|
|
|
"61359652", "Healesville", |
|
25947
|
|
|
|
|
|
|
"612574286", "Willow\ Tree", |
|
25948
|
|
|
|
|
|
|
"617441924", "Woodstock", |
|
25949
|
|
|
|
|
|
|
"61898500", "Nalyerlup", |
|
25950
|
|
|
|
|
|
|
"61246015", "Picton", |
|
25951
|
|
|
|
|
|
|
"612683703", "Dandaloo", |
|
25952
|
|
|
|
|
|
|
"61753564", "Boonah", |
|
25953
|
|
|
|
|
|
|
"61896952", "Wannamal", |
|
25954
|
|
|
|
|
|
|
"61741175", "Pialba", |
|
25955
|
|
|
|
|
|
|
"61256646", "Woodenbong", |
|
25956
|
|
|
|
|
|
|
"61749816", "Tieri", |
|
25957
|
|
|
|
|
|
|
"61261363", "Cavan", |
|
25958
|
|
|
|
|
|
|
"61240240", "Branxton", |
|
25959
|
|
|
|
|
|
|
"61742008", "Georgetown", |
|
25960
|
|
|
|
|
|
|
"61880113", "Pimpara", |
|
25961
|
|
|
|
|
|
|
"618859964", "Pinnaroo", |
|
25962
|
|
|
|
|
|
|
"618660741", "Beverley\ West", |
|
25963
|
|
|
|
|
|
|
"61264254", "Berridale", |
|
25964
|
|
|
|
|
|
|
"61877010", "Tintinara", |
|
25965
|
|
|
|
|
|
|
"61741710", "Nanango", |
|
25966
|
|
|
|
|
|
|
"61889067", "Petermann", |
|
25967
|
|
|
|
|
|
|
"61743203", "Tiaro", |
|
25968
|
|
|
|
|
|
|
"61887992", "Robe", |
|
25969
|
|
|
|
|
|
|
"617486920", "Connors\ Range", |
|
25970
|
|
|
|
|
|
|
"61899303", "Eneabba\ South", |
|
25971
|
|
|
|
|
|
|
"61888095", "South\ Hummocks", |
|
25972
|
|
|
|
|
|
|
"61864903", "Armadale", |
|
25973
|
|
|
|
|
|
|
"613531911", "Clear\ Lake", |
|
25974
|
|
|
|
|
|
|
"61740196", "Cairns", |
|
25975
|
|
|
|
|
|
|
"6139905", "Clayton", |
|
25976
|
|
|
|
|
|
|
"612593680", "Coleambally", |
|
25977
|
|
|
|
|
|
|
"618762623", "Roxby\ Downs", |
|
25978
|
|
|
|
|
|
|
"617480386", "Gayfield", |
|
25979
|
|
|
|
|
|
|
"6186222", "Perth", |
|
25980
|
|
|
|
|
|
|
"61889060", "Nhulunbuy", |
|
25981
|
|
|
|
|
|
|
"61353064", "Nhill", |
|
25982
|
|
|
|
|
|
|
"61877017", "Kongorong", |
|
25983
|
|
|
|
|
|
|
"61741717", "Johnstown\ West", |
|
25984
|
|
|
|
|
|
|
"61744248", "Flinders", |
|
25985
|
|
|
|
|
|
|
"61885626", "Sandleton", |
|
25986
|
|
|
|
|
|
|
"61878051", "Minlaton", |
|
25987
|
|
|
|
|
|
|
"6173440", "Beenleigh", |
|
25988
|
|
|
|
|
|
|
"61392164", "Kalkallo", |
|
25989
|
|
|
|
|
|
|
"617557", "Southport", |
|
25990
|
|
|
|
|
|
|
"61877072", "Port\ Macdonnell", |
|
25991
|
|
|
|
|
|
|
"61741772", "Redridge", |
|
25992
|
|
|
|
|
|
|
"612574923", "Deepwater", |
|
25993
|
|
|
|
|
|
|
"61897164", "Tonebridge", |
|
25994
|
|
|
|
|
|
|
"61350422", "Cowangie", |
|
25995
|
|
|
|
|
|
|
"61350044", "Berriwillock", |
|
25996
|
|
|
|
|
|
|
"61248501", "Breadalbane", |
|
25997
|
|
|
|
|
|
|
"61240247", "Wards\ River", |
|
25998
|
|
|
|
|
|
|
"61340453", "Ultima", |
|
25999
|
|
|
|
|
|
|
"617750124", "Cockatoo", |
|
26000
|
|
|
|
|
|
|
"61352692", "Geelong", |
|
26001
|
|
|
|
|
|
|
"61890241", "Kalgoorlie", |
|
26002
|
|
|
|
|
|
|
"61898507", "Narrogin", |
|
26003
|
|
|
|
|
|
|
"6126058", "Albury", |
|
26004
|
|
|
|
|
|
|
"618854533", "Mantung", |
|
26005
|
|
|
|
|
|
|
"612683773", "Gwabegar", |
|
26006
|
|
|
|
|
|
|
"617479210", "Woodstock", |
|
26007
|
|
|
|
|
|
|
"61875056", "Willunga", |
|
26008
|
|
|
|
|
|
|
"61267688", "Currabubula", |
|
26009
|
|
|
|
|
|
|
"61253098", "Monteagle", |
|
26010
|
|
|
|
|
|
|
"61355538", "Coojar", |
|
26011
|
|
|
|
|
|
|
"61868012", "Wagin", |
|
26012
|
|
|
|
|
|
|
"618683424", "Walyurin", |
|
26013
|
|
|
|
|
|
|
"613572460", "Jamieson", |
|
26014
|
|
|
|
|
|
|
"61851230", "Karratha", |
|
26015
|
|
|
|
|
|
|
"61899110", "Northampton", |
|
26016
|
|
|
|
|
|
|
"6138728", "Dandenong", |
|
26017
|
|
|
|
|
|
|
"618661023", "Badgerin\ Rock", |
|
26018
|
|
|
|
|
|
|
"61266073", "Maclean", |
|
26019
|
|
|
|
|
|
|
"612532878", "Boorowa", |
|
26020
|
|
|
|
|
|
|
"618854557", "New\ Well", |
|
26021
|
|
|
|
|
|
|
"61362915", "Dunalley", |
|
26022
|
|
|
|
|
|
|
"61868077", "Harrismith", |
|
26023
|
|
|
|
|
|
|
"61268348", "Dubbo", |
|
26024
|
|
|
|
|
|
|
"61267385", "Guyra", |
|
26025
|
|
|
|
|
|
|
"61257030", "Walcha\ Road", |
|
26026
|
|
|
|
|
|
|
"61264180", "Cooma", |
|
26027
|
|
|
|
|
|
|
"61885105", "Mallala", |
|
26028
|
|
|
|
|
|
|
"61889604", "Victoria\ River", |
|
26029
|
|
|
|
|
|
|
"6127924", "Sydney", |
|
26030
|
|
|
|
|
|
|
"613850", "Melbourne", |
|
26031
|
|
|
|
|
|
|
"6135872", "Cobram", |
|
26032
|
|
|
|
|
|
|
"61363156", "Pyengana", |
|
26033
|
|
|
|
|
|
|
"61351093", "Loch\ Sport", |
|
26034
|
|
|
|
|
|
|
"61754843", "Imbil", |
|
26035
|
|
|
|
|
|
|
"61887014", "Colebatch", |
|
26036
|
|
|
|
|
|
|
"61348240", "Undera", |
|
26037
|
|
|
|
|
|
|
"61344025", "St\ Arnaud", |
|
26038
|
|
|
|
|
|
|
"6134308", "Ballarat", |
|
26039
|
|
|
|
|
|
|
"61342222", "Swan\ Marsh", |
|
26040
|
|
|
|
|
|
|
"618983798", "Mount\ Madden", |
|
26041
|
|
|
|
|
|
|
"61851026", "Whaleback", |
|
26042
|
|
|
|
|
|
|
"61355768", "Macarthur", |
|
26043
|
|
|
|
|
|
|
"61889491", "Arnhem", |
|
26044
|
|
|
|
|
|
|
"618996879", "Mendel", |
|
26045
|
|
|
|
|
|
|
"61897158", "Bridgetown", |
|
26046
|
|
|
|
|
|
|
"612594200", "Ganmain", |
|
26047
|
|
|
|
|
|
|
"612630492", "Hill\ End", |
|
26048
|
|
|
|
|
|
|
"61363420", "Ringarooma", |
|
26049
|
|
|
|
|
|
|
"61741343", "Gin\ Gin", |
|
26050
|
|
|
|
|
|
|
"61745151", "Morven", |
|
26051
|
|
|
|
|
|
|
"61264636", "Bemboka", |
|
26052
|
|
|
|
|
|
|
"61248118", "Lost\ River", |
|
26053
|
|
|
|
|
|
|
"61343076", "Telopea\ Downs", |
|
26054
|
|
|
|
|
|
|
"61263196", "Reids\ Flat", |
|
26055
|
|
|
|
|
|
|
"61746271", "Miles", |
|
26056
|
|
|
|
|
|
|
"61742442", "Cairns", |
|
26057
|
|
|
|
|
|
|
"61742024", "Mount\ Surprise", |
|
26058
|
|
|
|
|
|
|
"61342111", "Beeac", |
|
26059
|
|
|
|
|
|
|
"61353058", "Minyip", |
|
26060
|
|
|
|
|
|
|
"61746127", "Goombungee", |
|
26061
|
|
|
|
|
|
|
"618763428", "Bayley\ Plains", |
|
26062
|
|
|
|
|
|
|
"61256211", "Grafton", |
|
26063
|
|
|
|
|
|
|
"613542652", "Nullawil", |
|
26064
|
|
|
|
|
|
|
"613450553", "Bessiebelle", |
|
26065
|
|
|
|
|
|
|
"61344367", "Bendigo", |
|
26066
|
|
|
|
|
|
|
"61880055", "Tibooburra", |
|
26067
|
|
|
|
|
|
|
"61885745", "Victor\ Harbor", |
|
26068
|
|
|
|
|
|
|
"61392158", "Croydon", |
|
26069
|
|
|
|
|
|
|
"61257226", "Walcha", |
|
26070
|
|
|
|
|
|
|
"61748156", "The\ Caves", |
|
26071
|
|
|
|
|
|
|
"61886198", "Port\ Neill", |
|
26072
|
|
|
|
|
|
|
"61895123", "Bakers\ Hill", |
|
26073
|
|
|
|
|
|
|
"6135288", "Winchelsea\ South", |
|
26074
|
|
|
|
|
|
|
"61249973", "Karuah", |
|
26075
|
|
|
|
|
|
|
"61897811", "Busselton", |
|
26076
|
|
|
|
|
|
|
"61896826", "Koorda", |
|
26077
|
|
|
|
|
|
|
"618752496", "Robertstown", |
|
26078
|
|
|
|
|
|
|
"6173723", "Brisbane", |
|
26079
|
|
|
|
|
|
|
"612583610", "Girilambone", |
|
26080
|
|
|
|
|
|
|
"618600904", "Mount\ Hampton", |
|
26081
|
|
|
|
|
|
|
"61260699", "Albury", |
|
26082
|
|
|
|
|
|
|
"612530272", "Milvale", |
|
26083
|
|
|
|
|
|
|
"61898857", "Quindanning", |
|
26084
|
|
|
|
|
|
|
"61745818", "Leyburn", |
|
26085
|
|
|
|
|
|
|
"61742657", "Mareeba", |
|
26086
|
|
|
|
|
|
|
"612631599", "Canowindra", |
|
26087
|
|
|
|
|
|
|
"612593975", "Gundagai", |
|
26088
|
|
|
|
|
|
|
"61387503", "Werribee", |
|
26089
|
|
|
|
|
|
|
"61897235", "Upper\ Preston", |
|
26090
|
|
|
|
|
|
|
"61266757", "Nimbin", |
|
26091
|
|
|
|
|
|
|
"61264509", "Eucumbene", |
|
26092
|
|
|
|
|
|
|
"6129205", "Bankstown", |
|
26093
|
|
|
|
|
|
|
"61341183", "Lindenow", |
|
26094
|
|
|
|
|
|
|
"61356083", "Toora", |
|
26095
|
|
|
|
|
|
|
"61354170", "Tullakool", |
|
26096
|
|
|
|
|
|
|
"61357375", "Whorouly", |
|
26097
|
|
|
|
|
|
|
"61383480", "Craigieburn", |
|
26098
|
|
|
|
|
|
|
"61268726", "Cuttaburra", |
|
26099
|
|
|
|
|
|
|
"618660718", "Studleigh", |
|
26100
|
|
|
|
|
|
|
"61364592", "Devonport", |
|
26101
|
|
|
|
|
|
|
"612583655", "Wirrinya", |
|
26102
|
|
|
|
|
|
|
"61255644", "Mount\ George", |
|
26103
|
|
|
|
|
|
|
"618967654", "Cleary\ North", |
|
26104
|
|
|
|
|
|
|
"6135360", "Mount\ Wallace", |
|
26105
|
|
|
|
|
|
|
"61264176", "Bonang", |
|
26106
|
|
|
|
|
|
|
"61741846", "Farnsfield", |
|
26107
|
|
|
|
|
|
|
"612583536", "Mullengudgery", |
|
26108
|
|
|
|
|
|
|
"61756207", "Ormeau", |
|
26109
|
|
|
|
|
|
|
"61878165", "Clare", |
|
26110
|
|
|
|
|
|
|
"617480436", "Ubobo", |
|
26111
|
|
|
|
|
|
|
"61265059", "Smithtown", |
|
26112
|
|
|
|
|
|
|
"61260749", "Talgarno", |
|
26113
|
|
|
|
|
|
|
"618683341", "Bradfords", |
|
26114
|
|
|
|
|
|
|
"61364485", "Wynyard", |
|
26115
|
|
|
|
|
|
|
"618660954", "Yerecoin", |
|
26116
|
|
|
|
|
|
|
"6135944", "Emerald", |
|
26117
|
|
|
|
|
|
|
"617487050", "Proserpine", |
|
26118
|
|
|
|
|
|
|
"61259145", "Alleena", |
|
26119
|
|
|
|
|
|
|
"61247106", "Mount\ Wilson", |
|
26120
|
|
|
|
|
|
|
"6174842", "Mackay", |
|
26121
|
|
|
|
|
|
|
"61357255", "Alexandra", |
|
26122
|
|
|
|
|
|
|
"61352102", "Swan\ Marsh", |
|
26123
|
|
|
|
|
|
|
"612574787", "Glencoe", |
|
26124
|
|
|
|
|
|
|
"61749740", "Ubobo", |
|
26125
|
|
|
|
|
|
|
"617487015", "Dingo\ Beach", |
|
26126
|
|
|
|
|
|
|
"617326", "Brisbane", |
|
26127
|
|
|
|
|
|
|
"61263769", "Orange", |
|
26128
|
|
|
|
|
|
|
"61260152", "Rand", |
|
26129
|
|
|
|
|
|
|
"617486981", "Alpha", |
|
26130
|
|
|
|
|
|
|
"61357138", "Wangaratta", |
|
26131
|
|
|
|
|
|
|
"61340039", "Ultima", |
|
26132
|
|
|
|
|
|
|
"61364088", "Currie", |
|
26133
|
|
|
|
|
|
|
"61745327", "Kumbarilla", |
|
26134
|
|
|
|
|
|
|
"61352373", "Lavers\ Hill", |
|
26135
|
|
|
|
|
|
|
"61363517", "Avoca", |
|
26136
|
|
|
|
|
|
|
"618850393", "Loxton", |
|
26137
|
|
|
|
|
|
|
"618989383", "Holland\ Rocks", |
|
26138
|
|
|
|
|
|
|
"61897090", "Tonebridge", |
|
26139
|
|
|
|
|
|
|
"61367220", "Winnaleah", |
|
26140
|
|
|
|
|
|
|
"61880814", "Pimpara", |
|
26141
|
|
|
|
|
|
|
"61342414", "Queenscliff", |
|
26142
|
|
|
|
|
|
|
"618850995", "Taplan", |
|
26143
|
|
|
|
|
|
|
"618965690", "Konnongorring", |
|
26144
|
|
|
|
|
|
|
"61896323", "Ejanding", |
|
26145
|
|
|
|
|
|
|
"61885398", "Milang", |
|
26146
|
|
|
|
|
|
|
"61351417", "Bairnsdale", |
|
26147
|
|
|
|
|
|
|
"612806", "Sydney", |
|
26148
|
|
|
|
|
|
|
"61749589", "Glenden", |
|
26149
|
|
|
|
|
|
|
"61887505", "Wirrega", |
|
26150
|
|
|
|
|
|
|
"61891147", "Whaleback", |
|
26151
|
|
|
|
|
|
|
"61266492", "Glenreagh", |
|
26152
|
|
|
|
|
|
|
"61362760", "Margate", |
|
26153
|
|
|
|
|
|
|
"61363879", "Deloraine", |
|
26154
|
|
|
|
|
|
|
"61740722", "Tully", |
|
26155
|
|
|
|
|
|
|
"61255322", "Murrurundi", |
|
26156
|
|
|
|
|
|
|
"61749882", "Emerald", |
|
26157
|
|
|
|
|
|
|
"6128412", "Sydney", |
|
26158
|
|
|
|
|
|
|
"61256041", "Glenreagh", |
|
26159
|
|
|
|
|
|
|
"61261526", "Yass", |
|
26160
|
|
|
|
|
|
|
"61745454", "Jandowae", |
|
26161
|
|
|
|
|
|
|
"61886050", "Cummins", |
|
26162
|
|
|
|
|
|
|
"612593949", "Bethungra", |
|
26163
|
|
|
|
|
|
|
"61886305", "Quorn", |
|
26164
|
|
|
|
|
|
|
"61868242", "Gnowangerup", |
|
26165
|
|
|
|
|
|
|
"61253150", "Running\ Stream", |
|
26166
|
|
|
|
|
|
|
"61895558", "Mandurah", |
|
26167
|
|
|
|
|
|
|
"61268795", "Lake\ Cargelligo", |
|
26168
|
|
|
|
|
|
|
"618661149", "Lancelin", |
|
26169
|
|
|
|
|
|
|
"61281044", "Bankstown", |
|
26170
|
|
|
|
|
|
|
"61887855", "Lochaber", |
|
26171
|
|
|
|
|
|
|
"6174969", "Mackay", |
|
26172
|
|
|
|
|
|
|
"61748517", "Capella", |
|
26173
|
|
|
|
|
|
|
"61745065", "Yelarbon", |
|
26174
|
|
|
|
|
|
|
"618903486", "Goldfields", |
|
26175
|
|
|
|
|
|
|
"61269767", "Stanbridge", |
|
26176
|
|
|
|
|
|
|
"61354186", "Lalbert", |
|
26177
|
|
|
|
|
|
|
"61367036", "Waterhouse", |
|
26178
|
|
|
|
|
|
|
"61258577", "Dubbo", |
|
26179
|
|
|
|
|
|
|
"618983637", "Hartville", |
|
26180
|
|
|
|
|
|
|
"61748572", "Tieri", |
|
26181
|
|
|
|
|
|
|
"61242089", "Kiama", |
|
26182
|
|
|
|
|
|
|
"61880161", "Dolo", |
|
26183
|
|
|
|
|
|
|
"61362530", "Little\ Swanport", |
|
26184
|
|
|
|
|
|
|
"61738849", "Beenleigh", |
|
26185
|
|
|
|
|
|
|
"61258819", "Trangie", |
|
26186
|
|
|
|
|
|
|
"61341289", "Gormandale", |
|
26187
|
|
|
|
|
|
|
"61886608", "Yeelanna", |
|
26188
|
|
|
|
|
|
|
"61348010", "Blighty", |
|
26189
|
|
|
|
|
|
|
"61896895", "Paynes\ Find", |
|
26190
|
|
|
|
|
|
|
"61748879", "Moranbah", |
|
26191
|
|
|
|
|
|
|
"613441884", "Barham", |
|
26192
|
|
|
|
|
|
|
"618908033", "Leinster", |
|
26193
|
|
|
|
|
|
|
"61891707", "Great\ Sandy", |
|
26194
|
|
|
|
|
|
|
"61744018", "Townsville", |
|
26195
|
|
|
|
|
|
|
"61897461", "Augusta", |
|
26196
|
|
|
|
|
|
|
"61877247", "Tilley\ Swamp", |
|
26197
|
|
|
|
|
|
|
"618983653", "Jacup", |
|
26198
|
|
|
|
|
|
|
"61743587", "Johnstown\ West", |
|
26199
|
|
|
|
|
|
|
"61260109", "Walla\ Walla", |
|
26200
|
|
|
|
|
|
|
"61259705", "Marsden", |
|
26201
|
|
|
|
|
|
|
"6138841", "Ringwood", |
|
26202
|
|
|
|
|
|
|
"61878234", "Balaklava", |
|
26203
|
|
|
|
|
|
|
"61257295", "Drake", |
|
26204
|
|
|
|
|
|
|
"61240072", "Bandon\ Grove", |
|
26205
|
|
|
|
|
|
|
"618864095", "Lock", |
|
26206
|
|
|
|
|
|
|
"612583528", "Kiacatoo", |
|
26207
|
|
|
|
|
|
|
"613441816", "Mitiamo", |
|
26208
|
|
|
|
|
|
|
"617480428", "Turkey\ Beach", |
|
26209
|
|
|
|
|
|
|
"61745468", "Wyaga", |
|
26210
|
|
|
|
|
|
|
"6189465", "Perth", |
|
26211
|
|
|
|
|
|
|
"618600899", "Leinster", |
|
26212
|
|
|
|
|
|
|
"618903805", "Burracoppin\ South", |
|
26213
|
|
|
|
|
|
|
"61263832", "Bribbaree", |
|
26214
|
|
|
|
|
|
|
"61754346", "Woodford", |
|
26215
|
|
|
|
|
|
|
"61734987", "Beenleigh", |
|
26216
|
|
|
|
|
|
|
"61261482", "Uriarra\ Forest", |
|
26217
|
|
|
|
|
|
|
"61749100", "Westwood", |
|
26218
|
|
|
|
|
|
|
"61244056", "Batemans\ Bay", |
|
26219
|
|
|
|
|
|
|
"61265002", "Port\ Macquarie", |
|
26220
|
|
|
|
|
|
|
"61263125", "Laheys\ Creek", |
|
26221
|
|
|
|
|
|
|
"618996845", "Nangetty", |
|
26222
|
|
|
|
|
|
|
"618854542", "Morgan", |
|
26223
|
|
|
|
|
|
|
"61890682", "Kalgoorlie", |
|
26224
|
|
|
|
|
|
|
"618903414", "Collurabbie", |
|
26225
|
|
|
|
|
|
|
"61249163", "Nelson\ Bay", |
|
26226
|
|
|
|
|
|
|
"61890011", "Belka\ East", |
|
26227
|
|
|
|
|
|
|
"6135152", "Bairnsdale", |
|
26228
|
|
|
|
|
|
|
"61851095", "Hall\'s\ Creek", |
|
26229
|
|
|
|
|
|
|
"613545297", "Lake\ Meran", |
|
26230
|
|
|
|
|
|
|
"618682183", "Pingaring", |
|
26231
|
|
|
|
|
|
|
"612532923", "Ooma", |
|
26232
|
|
|
|
|
|
|
"61240017", "East\ Gresford", |
|
26233
|
|
|
|
|
|
|
"61899632", "Lake\ Mason", |
|
26234
|
|
|
|
|
|
|
"61754704", "Cooroy", |
|
26235
|
|
|
|
|
|
|
"618996769", "Coorow\ West", |
|
26236
|
|
|
|
|
|
|
"6129711", "Liverpool", |
|
26237
|
|
|
|
|
|
|
"61734980", "Ipswich", |
|
26238
|
|
|
|
|
|
|
"61749107", "Emerald", |
|
26239
|
|
|
|
|
|
|
"618683318", "Pumphreys", |
|
26240
|
|
|
|
|
|
|
"61352145", "Lavers\ Hill", |
|
26241
|
|
|
|
|
|
|
"613553713", "Poolaijelo", |
|
26242
|
|
|
|
|
|
|
"61240010", "Newcastle", |
|
26243
|
|
|
|
|
|
|
"618763952", "Darke\ Peak", |
|
26244
|
|
|
|
|
|
|
"61898283", "Borden", |
|
26245
|
|
|
|
|
|
|
"618869192", "Port\ Augusta", |
|
26246
|
|
|
|
|
|
|
"61359199", "Rosebud", |
|
26247
|
|
|
|
|
|
|
"61354967", "Traynors\ Lagoon", |
|
26248
|
|
|
|
|
|
|
"61743580", "Farnsfield", |
|
26249
|
|
|
|
|
|
|
"61877240", "Rendelsham", |
|
26250
|
|
|
|
|
|
|
"618903875", "Merredin", |
|
26251
|
|
|
|
|
|
|
"61747403", "Mount\ Isa", |
|
26252
|
|
|
|
|
|
|
"613470786", "Mansfield", |
|
26253
|
|
|
|
|
|
|
"618982363", "Gnowellen", |
|
26254
|
|
|
|
|
|
|
"61259102", "Cootamundra", |
|
26255
|
|
|
|
|
|
|
"61264374", "Bendoc", |
|
26256
|
|
|
|
|
|
|
"61264031", "Bredbo", |
|
26257
|
|
|
|
|
|
|
"61257181", "Bellata", |
|
26258
|
|
|
|
|
|
|
"61347051", "Bright", |
|
26259
|
|
|
|
|
|
|
"61258214", "Banar", |
|
26260
|
|
|
|
|
|
|
"61876068", "Wharminda", |
|
26261
|
|
|
|
|
|
|
"618763695", "Woomera", |
|
26262
|
|
|
|
|
|
|
"618660676", "Bibby\ Springs", |
|
26263
|
|
|
|
|
|
|
"61753123", "Kia\ Ora", |
|
26264
|
|
|
|
|
|
|
"61741635", "Johnstown\ West", |
|
26265
|
|
|
|
|
|
|
"61362537", "Orford", |
|
26266
|
|
|
|
|
|
|
"61748274", "Agnes\ Water", |
|
26267
|
|
|
|
|
|
|
"612574808", "Narrabri", |
|
26268
|
|
|
|
|
|
|
"61889396", "Batchelor", |
|
26269
|
|
|
|
|
|
|
"61384004", "Melbourne", |
|
26270
|
|
|
|
|
|
|
"613470714", "Whorouly", |
|
26271
|
|
|
|
|
|
|
"61891700", "Christmas\ Island", |
|
26272
|
|
|
|
|
|
|
"61743152", "Howard", |
|
26273
|
|
|
|
|
|
|
"6124781", "Katoomba", |
|
26274
|
|
|
|
|
|
|
"61887849", "Lucindale", |
|
26275
|
|
|
|
|
|
|
"61348017", "Dookie", |
|
26276
|
|
|
|
|
|
|
"61255369", "Lord\ Howe\ Island", |
|
26277
|
|
|
|
|
|
|
"61740769", "Millaa\ Millaa", |
|
26278
|
|
|
|
|
|
|
"6128706", "Liverpool", |
|
26279
|
|
|
|
|
|
|
"61748510", "Gladstone", |
|
26280
|
|
|
|
|
|
|
"61741338", "Gin\ Gin", |
|
26281
|
|
|
|
|
|
|
"618996994", "Mendel", |
|
26282
|
|
|
|
|
|
|
"6128041", "Sydney", |
|
26283
|
|
|
|
|
|
|
"61253157", "Murringo", |
|
26284
|
|
|
|
|
|
|
"61899806", "Wiluna", |
|
26285
|
|
|
|
|
|
|
"61348072", "Mabins\ Well", |
|
26286
|
|
|
|
|
|
|
"61268192", "Girilambone", |
|
26287
|
|
|
|
|
|
|
"61269760", "Leeton", |
|
26288
|
|
|
|
|
|
|
"61888026", "Brinkworth", |
|
26289
|
|
|
|
|
|
|
"61362767", "Dunalley", |
|
26290
|
|
|
|
|
|
|
"61897863", "Collie", |
|
26291
|
|
|
|
|
|
|
"61891140", "Onslow", |
|
26292
|
|
|
|
|
|
|
"61740125", "Ravenshoe", |
|
26293
|
|
|
|
|
|
|
"612592740", "The\ Rock", |
|
26294
|
|
|
|
|
|
|
"61354637", "Bridgewater", |
|
26295
|
|
|
|
|
|
|
"618982458", "Perillup", |
|
26296
|
|
|
|
|
|
|
"61740832", "Torres", |
|
26297
|
|
|
|
|
|
|
"61872284", "Woodside", |
|
26298
|
|
|
|
|
|
|
"61899556", "Eneabba\ South", |
|
26299
|
|
|
|
|
|
|
"61886057", "Elliston", |
|
26300
|
|
|
|
|
|
|
"612583130", "Ballimore", |
|
26301
|
|
|
|
|
|
|
"61265448", "Muswellbrook", |
|
26302
|
|
|
|
|
|
|
"618763386", "Mudamuckla", |
|
26303
|
|
|
|
|
|
|
"61268333", "Coolabah", |
|
26304
|
|
|
|
|
|
|
"61897097", "Waroona", |
|
26305
|
|
|
|
|
|
|
"61367227", "Longford", |
|
26306
|
|
|
|
|
|
|
"61745320", "Diamondy", |
|
26307
|
|
|
|
|
|
|
"61354384", "Inglewood", |
|
26308
|
|
|
|
|
|
|
"61885021", "Bow\ Hill", |
|
26309
|
|
|
|
|
|
|
"61247091", "Mulgoa", |
|
26310
|
|
|
|
|
|
|
"61363510", "St\ Helens", |
|
26311
|
|
|
|
|
|
|
"61367171", "Gladstone", |
|
26312
|
|
|
|
|
|
|
"61743109", "Wondai", |
|
26313
|
|
|
|
|
|
|
"61886342", "Port\ Pirie", |
|
26314
|
|
|
|
|
|
|
"61351410", "Bairnsdale", |
|
26315
|
|
|
|
|
|
|
"61344101", "Gisborne", |
|
26316
|
|
|
|
|
|
|
"618851699", "Penneshaw", |
|
26317
|
|
|
|
|
|
|
"612594097", "Burra", |
|
26318
|
|
|
|
|
|
|
"61265045", "Ellenborough", |
|
26319
|
|
|
|
|
|
|
"61260755", "Leicester\ Park", |
|
26320
|
|
|
|
|
|
|
"618601155", "Mount\ Walker\ South", |
|
26321
|
|
|
|
|
|
|
"61259159", "Leeton", |
|
26322
|
|
|
|
|
|
|
"618967842", "Talbot\ Brook", |
|
26323
|
|
|
|
|
|
|
"61886624", "Georgetown", |
|
26324
|
|
|
|
|
|
|
"618937", "Perth", |
|
26325
|
|
|
|
|
|
|
"61754144", "Caboolture", |
|
26326
|
|
|
|
|
|
|
"61352705", "Swan\ Marsh", |
|
26327
|
|
|
|
|
|
|
"61749747", "Agnes\ Water", |
|
26328
|
|
|
|
|
|
|
"617442863", "Mount\ Isa", |
|
26329
|
|
|
|
|
|
|
"61248039", "Goulburn", |
|
26330
|
|
|
|
|
|
|
"61756200", "Southport", |
|
26331
|
|
|
|
|
|
|
"61876054", "Lock", |
|
26332
|
|
|
|
|
|
|
"61740606", "Aurukun", |
|
26333
|
|
|
|
|
|
|
"61342163", "Anglesea", |
|
26334
|
|
|
|
|
|
|
"61868086", "Wickepin\ East", |
|
26335
|
|
|
|
|
|
|
"61741965", "Maryborough", |
|
26336
|
|
|
|
|
|
|
"618601110", "Westonia", |
|
26337
|
|
|
|
|
|
|
"6138390", "Sydenham", |
|
26338
|
|
|
|
|
|
|
"617480058", "Goovigen", |
|
26339
|
|
|
|
|
|
|
"61256263", "Tyalgum", |
|
26340
|
|
|
|
|
|
|
"61744233", "Gumlu", |
|
26341
|
|
|
|
|
|
|
"612574621", "Oban", |
|
26342
|
|
|
|
|
|
|
"61350545", "Robinvale", |
|
26343
|
|
|
|
|
|
|
"61747158", "Ravenswood", |
|
26344
|
|
|
|
|
|
|
"61258228", "Magometon", |
|
26345
|
|
|
|
|
|
|
"61268130", "Dubbo", |
|
26346
|
|
|
|
|
|
|
"617487115", "Cracow", |
|
26347
|
|
|
|
|
|
|
"61885786", "Copeville", |
|
26348
|
|
|
|
|
|
|
"61352112", "Meredith", |
|
26349
|
|
|
|
|
|
|
"61891343", "Wyndham", |
|
26350
|
|
|
|
|
|
|
"612583198", "Purlewaugh", |
|
26351
|
|
|
|
|
|
|
"613553556", "Ecklin", |
|
26352
|
|
|
|
|
|
|
"61895151", "Mount\ Helena", |
|
26353
|
|
|
|
|
|
|
"6173486", "Samford", |
|
26354
|
|
|
|
|
|
|
"618752481", "Morgan", |
|
26355
|
|
|
|
|
|
|
"61341174", "Nowa\ Nowa", |
|
26356
|
|
|
|
|
|
|
"617487150", "Orion", |
|
26357
|
|
|
|
|
|
|
"61247116", "Penrith", |
|
26358
|
|
|
|
|
|
|
"618867787", "Yunta", |
|
26359
|
|
|
|
|
|
|
"61888781", "Pine\ Point", |
|
26360
|
|
|
|
|
|
|
"61896127", "Kalannie", |
|
26361
|
|
|
|
|
|
|
"61896271", "Badgerin\ Rock", |
|
26362
|
|
|
|
|
|
|
"61755152", "Beechmont", |
|
26363
|
|
|
|
|
|
|
"61888292", "Lochiel", |
|
26364
|
|
|
|
|
|
|
"61246121", "Campbelltown", |
|
26365
|
|
|
|
|
|
|
"61756217", "Kerry", |
|
26366
|
|
|
|
|
|
|
"61266546", "Ulong", |
|
26367
|
|
|
|
|
|
|
"61251021", "The\ Mullion", |
|
26368
|
|
|
|
|
|
|
"61745123", "Oakey", |
|
26369
|
|
|
|
|
|
|
"61352177", "Lavers\ Hill", |
|
26370
|
|
|
|
|
|
|
"61898156", "Kukerin", |
|
26371
|
|
|
|
|
|
|
"61355434", "Merino", |
|
26372
|
|
|
|
|
|
|
"61356074", "Wonthaggi", |
|
26373
|
|
|
|
|
|
|
"61361465", "Sorell", |
|
26374
|
|
|
|
|
|
|
"61746826", "Westmar", |
|
26375
|
|
|
|
|
|
|
"61735060", "Brisbane", |
|
26376
|
|
|
|
|
|
|
"618683679", "Amelup", |
|
26377
|
|
|
|
|
|
|
"61741499", "Wondai", |
|
26378
|
|
|
|
|
|
|
"61890394", "Dundas\/Kalgoorlie", |
|
26379
|
|
|
|
|
|
|
"6173298", "Samford", |
|
26380
|
|
|
|
|
|
|
"61748857", "Mackay", |
|
26381
|
|
|
|
|
|
|
"61263063", "Cumnock", |
|
26382
|
|
|
|
|
|
|
"61887515", "Laffer", |
|
26383
|
|
|
|
|
|
|
"618865971", "Miltalie", |
|
26384
|
|
|
|
|
|
|
"61262268", "The\ Mullion", |
|
26385
|
|
|
|
|
|
|
"61242651", "Wollongong", |
|
26386
|
|
|
|
|
|
|
"618600960", "Laverton", |
|
26387
|
|
|
|
|
|
|
"613451282", "Merino", |
|
26388
|
|
|
|
|
|
|
"61351407", "Munro", |
|
26389
|
|
|
|
|
|
|
"61879393", "Jabiru", |
|
26390
|
|
|
|
|
|
|
"61361068", "Miena", |
|
26391
|
|
|
|
|
|
|
"612593787", "Henty", |
|
26392
|
|
|
|
|
|
|
"61355087", "Hawkesdale", |
|
26393
|
|
|
|
|
|
|
"613441780", "Beazleys\ Bridge", |
|
26394
|
|
|
|
|
|
|
"61260043", "Leicester\ Park", |
|
26395
|
|
|
|
|
|
|
"6135868", "Yalca", |
|
26396
|
|
|
|
|
|
|
"61263897", "Hampton", |
|
26397
|
|
|
|
|
|
|
"61880804", "Menindee", |
|
26398
|
|
|
|
|
|
|
"612532975", "Manildra", |
|
26399
|
|
|
|
|
|
|
"61342360", "Wingeel", |
|
26400
|
|
|
|
|
|
|
"617452559", "Goombungee", |
|
26401
|
|
|
|
|
|
|
"61286657", "Blacktown", |
|
26402
|
|
|
|
|
|
|
"61886941", "Koongawa", |
|
26403
|
|
|
|
|
|
|
"61344269", "Traynors\ Lagoon", |
|
26404
|
|
|
|
|
|
|
"6127900", "Sydney", |
|
26405
|
|
|
|
|
|
|
"61891717", "Mitchell", |
|
26406
|
|
|
|
|
|
|
"61879132", "Noonamah", |
|
26407
|
|
|
|
|
|
|
"612570135", "Currabubula", |
|
26408
|
|
|
|
|
|
|
"61899361", "Ajana", |
|
26409
|
|
|
|
|
|
|
"61340421", "Balranald", |
|
26410
|
|
|
|
|
|
|
"61742139", "Mossman", |
|
26411
|
|
|
|
|
|
|
"61248395", "Crookwell", |
|
26412
|
|
|
|
|
|
|
"617458617", "Dunmore", |
|
26413
|
|
|
|
|
|
|
"61747164", "Rollingstone", |
|
26414
|
|
|
|
|
|
|
"61266084", "Murwillumbah", |
|
26415
|
|
|
|
|
|
|
"61891772", "Port\ Hedland", |
|
26416
|
|
|
|
|
|
|
"61351166", "Morwell", |
|
26417
|
|
|
|
|
|
|
"61740241", "Thursday\ Island", |
|
26418
|
|
|
|
|
|
|
"61748507", "Bauhinia", |
|
26419
|
|
|
|
|
|
|
"618661049", "Dowerin", |
|
26420
|
|
|
|
|
|
|
"61878023", "Pine\ Point", |
|
26421
|
|
|
|
|
|
|
"61886315", "Rudall", |
|
26422
|
|
|
|
|
|
|
"6135654", "Korumburra", |
|
26423
|
|
|
|
|
|
|
"618859970", "Policemans\ Point", |
|
26424
|
|
|
|
|
|
|
"61240007", "Eccleston", |
|
26425
|
|
|
|
|
|
|
"61746489", "Diamantina", |
|
26426
|
|
|
|
|
|
|
"612680801", "Cobar", |
|
26427
|
|
|
|
|
|
|
"61890001", "Kalgoorlie", |
|
26428
|
|
|
|
|
|
|
"61259170", "Carabost", |
|
26429
|
|
|
|
|
|
|
"61361054", "Southwest", |
|
26430
|
|
|
|
|
|
|
"61264462", "Candelo", |
|
26431
|
|
|
|
|
|
|
"612574949", "Mirriadool", |
|
26432
|
|
|
|
|
|
|
"61357531", "Jamieson", |
|
26433
|
|
|
|
|
|
|
"61265012", "Bowraville", |
|
26434
|
|
|
|
|
|
|
"61753320", "Maleny", |
|
26435
|
|
|
|
|
|
|
"61269899", "Stanbridge", |
|
26436
|
|
|
|
|
|
|
"618753513", "Strathalbyn", |
|
26437
|
|
|
|
|
|
|
"61749110", "Mackay", |
|
26438
|
|
|
|
|
|
|
"61350204", "Box\ Creek", |
|
26439
|
|
|
|
|
|
|
"61267346", "Emmaville", |
|
26440
|
|
|
|
|
|
|
"61351649", "Lakes\ Entrance", |
|
26441
|
|
|
|
|
|
|
"61749775", "Mackay", |
|
26442
|
|
|
|
|
|
|
"61266925", "Dorrigo", |
|
26443
|
|
|
|
|
|
|
"61353735", "Learmonth", |
|
26444
|
|
|
|
|
|
|
"61340563", "Mildura", |
|
26445
|
|
|
|
|
|
|
"617486199", "Gayfield", |
|
26446
|
|
|
|
|
|
|
"612593878", "Batlow", |
|
26447
|
|
|
|
|
|
|
"61740890", "Euramo", |
|
26448
|
|
|
|
|
|
|
"61260119", "Tallangatta\ Valley", |
|
26449
|
|
|
|
|
|
|
"61265077", "Krambach", |
|
26450
|
|
|
|
|
|
|
"61268686", "Stuart\ Town", |
|
26451
|
|
|
|
|
|
|
"618753476", "Halidon", |
|
26452
|
|
|
|
|
|
|
"6125526", "Port\ Macquarie", |
|
26453
|
|
|
|
|
|
|
"61744008", "Gulf", |
|
26454
|
|
|
|
|
|
|
"618864340", "Port\ Broughton", |
|
26455
|
|
|
|
|
|
|
"61753454", "Jimna", |
|
26456
|
|
|
|
|
|
|
"617480789", "Willows", |
|
26457
|
|
|
|
|
|
|
"61898354", "Jacup", |
|
26458
|
|
|
|
|
|
|
"613470152", "Kobyboyn", |
|
26459
|
|
|
|
|
|
|
"61342428", "Kennedys\ Creek", |
|
26460
|
|
|
|
|
|
|
"618965626", "Burakin", |
|
26461
|
|
|
|
|
|
|
"61747413", "Richmond", |
|
26462
|
|
|
|
|
|
|
"613553812", "Macarthur", |
|
26463
|
|
|
|
|
|
|
"61889788", "Arnhem", |
|
26464
|
|
|
|
|
|
|
"61259112", "Yaven\ Creek", |
|
26465
|
|
|
|
|
|
|
"613572474", "Mansfield", |
|
26466
|
|
|
|
|
|
|
"61351987", "Bairnsdale", |
|
26467
|
|
|
|
|
|
|
"61351655", "Rosedale", |
|
26468
|
|
|
|
|
|
|
"618753406", "Loxton", |
|
26469
|
|
|
|
|
|
|
"61363189", "St\ Marys", |
|
26470
|
|
|
|
|
|
|
"61341376", "Mallacoota", |
|
26471
|
|
|
|
|
|
|
"61353132", "Laharum", |
|
26472
|
|
|
|
|
|
|
"61354692", "Bealiba", |
|
26473
|
|
|
|
|
|
|
"618854924", "Bow\ Hill", |
|
26474
|
|
|
|
|
|
|
"617480391", "Gladstone", |
|
26475
|
|
|
|
|
|
|
"61265070", "Jerrys\ Plains", |
|
26476
|
|
|
|
|
|
|
"618762649", "Arno\ Bay", |
|
26477
|
|
|
|
|
|
|
"61743043", "Yarraman", |
|
26478
|
|
|
|
|
|
|
"61749172", "Mount\ Coolon", |
|
26479
|
|
|
|
|
|
|
"61887496", "Port\ Macdonnell", |
|
26480
|
|
|
|
|
|
|
"612593808", "Narraburra", |
|
26481
|
|
|
|
|
|
|
"6173452", "Brisbane", |
|
26482
|
|
|
|
|
|
|
"61259177", "Tooma", |
|
26483
|
|
|
|
|
|
|
"61259221", "Ganmain", |
|
26484
|
|
|
|
|
|
|
"61240000", "Bandon\ Grove", |
|
26485
|
|
|
|
|
|
|
"618660831", "Ballidu", |
|
26486
|
|
|
|
|
|
|
"61742248", "Babinda", |
|
26487
|
|
|
|
|
|
|
"61896456", "Pantapin", |
|
26488
|
|
|
|
|
|
|
"61897032", "Collie", |
|
26489
|
|
|
|
|
|
|
"6135263", "Anglesea", |
|
26490
|
|
|
|
|
|
|
"6129710", "Sutherland", |
|
26491
|
|
|
|
|
|
|
"61749117", "Marlborough", |
|
26492
|
|
|
|
|
|
|
"61753327", "Thornton", |
|
26493
|
|
|
|
|
|
|
"61267704", "Bundella", |
|
26494
|
|
|
|
|
|
|
"61340395", "Palinyewah", |
|
26495
|
|
|
|
|
|
|
"612685685", "Goodooga", |
|
26496
|
|
|
|
|
|
|
"61740063", "Innisfail", |
|
26497
|
|
|
|
|
|
|
"61265994", "Smithtown", |
|
26498
|
|
|
|
|
|
|
"612583717", "Magometon", |
|
26499
|
|
|
|
|
|
|
"61256388", "Coutts\ Crossing", |
|
26500
|
|
|
|
|
|
|
"613431921", "Moyston", |
|
26501
|
|
|
|
|
|
|
"618967045", "Kalannie\ East", |
|
26502
|
|
|
|
|
|
|
"6188428", "Adelaide", |
|
26503
|
|
|
|
|
|
|
"61248563", "Bevendale", |
|
26504
|
|
|
|
|
|
|
"61891175", "Tom\ Price", |
|
26505
|
|
|
|
|
|
|
"61746952", "Millmerran", |
|
26506
|
|
|
|
|
|
|
"612530263", "Maimuru", |
|
26507
|
|
|
|
|
|
|
"61899816", "Mount\ George", |
|
26508
|
|
|
|
|
|
|
"6128040", "Sydney", |
|
26509
|
|
|
|
|
|
|
"61255921", "Ravensworth", |
|
26510
|
|
|
|
|
|
|
"61240664", "Nelson\ Bay", |
|
26511
|
|
|
|
|
|
|
"61875089", "Goolwa", |
|
26512
|
|
|
|
|
|
|
"61748500", "Mount\ Morgan", |
|
26513
|
|
|
|
|
|
|
"61348007", "Cobram", |
|
26514
|
|
|
|
|
|
|
"6124780", "Katoomba", |
|
26515
|
|
|
|
|
|
|
"618908809", "Goldfields", |
|
26516
|
|
|
|
|
|
|
"6124635", "Camden", |
|
26517
|
|
|
|
|
|
|
"612532680", "Gingkin", |
|
26518
|
|
|
|
|
|
|
"61891710", "Christmas\ Island", |
|
26519
|
|
|
|
|
|
|
"617476434", "Burdekin", |
|
26520
|
|
|
|
|
|
|
"61399941", "Craigieburn", |
|
26521
|
|
|
|
|
|
|
"61886079", "Caltowie", |
|
26522
|
|
|
|
|
|
|
"61749303", "Westwood", |
|
26523
|
|
|
|
|
|
|
"61885439", "Waikerie", |
|
26524
|
|
|
|
|
|
|
"61746566", "Haddon", |
|
26525
|
|
|
|
|
|
|
"61890196", "Westonia", |
|
26526
|
|
|
|
|
|
|
"61258204", "Barrier", |
|
26527
|
|
|
|
|
|
|
"61744442", "Mutarnee", |
|
26528
|
|
|
|
|
|
|
"61253179", "Lithgow", |
|
26529
|
|
|
|
|
|
|
"613470810", "Alexandra", |
|
26530
|
|
|
|
|
|
|
"61248733", "Breadalbane", |
|
26531
|
|
|
|
|
|
|
"61344111", "Bendigo", |
|
26532
|
|
|
|
|
|
|
"6124755", "Penrith", |
|
26533
|
|
|
|
|
|
|
"61245582", "Windsor", |
|
26534
|
|
|
|
|
|
|
"61355080", "Hamilton", |
|
26535
|
|
|
|
|
|
|
"61744024", "Townsville", |
|
26536
|
|
|
|
|
|
|
"61351400", "Munro", |
|
26537
|
|
|
|
|
|
|
"61898665", "Wagin", |
|
26538
|
|
|
|
|
|
|
"61743119", "Blackbutt", |
|
26539
|
|
|
|
|
|
|
"61747366", "Halifax", |
|
26540
|
|
|
|
|
|
|
"61342367", "Beech\ Forest", |
|
26541
|
|
|
|
|
|
|
"612532905", "Laheys\ Creek", |
|
26542
|
|
|
|
|
|
|
"61263890", "Milvale", |
|
26543
|
|
|
|
|
|
|
"61383765", "Point\ Cook", |
|
26544
|
|
|
|
|
|
|
"61753468", "Esk", |
|
26545
|
|
|
|
|
|
|
"618683609", "Hyden", |
|
26546
|
|
|
|
|
|
|
"61735067", "Brisbane", |
|
26547
|
|
|
|
|
|
|
"617452499", "Wallumbilla", |
|
26548
|
|
|
|
|
|
|
"613470855", "Yarck", |
|
26549
|
|
|
|
|
|
|
"6128523", "Sutherland", |
|
26550
|
|
|
|
|
|
|
"618762589", "Iron\ Knob", |
|
26551
|
|
|
|
|
|
|
"61746736", "Texas", |
|
26552
|
|
|
|
|
|
|
"612683762", "Goorianawa", |
|
26553
|
|
|
|
|
|
|
"61354253", "Redesdale", |
|
26554
|
|
|
|
|
|
|
"618903823", "Goomarin", |
|
26555
|
|
|
|
|
|
|
"61748850", "Carbine\ Creek", |
|
26556
|
|
|
|
|
|
|
"61238193", "Bowral", |
|
26557
|
|
|
|
|
|
|
"612532540", "Lue", |
|
26558
|
|
|
|
|
|
|
"61896120", "Jennacubbine", |
|
26559
|
|
|
|
|
|
|
"613553496", "Camperdown", |
|
26560
|
|
|
|
|
|
|
"617480158", "Belyando", |
|
26561
|
|
|
|
|
|
|
"617485876", "Middlemount", |
|
26562
|
|
|
|
|
|
|
"617459040", "Moonie", |
|
26563
|
|
|
|
|
|
|
"618967743", "Balkuling", |
|
26564
|
|
|
|
|
|
|
"618601010", "Eyre", |
|
26565
|
|
|
|
|
|
|
"61240355", "Newcastle", |
|
26566
|
|
|
|
|
|
|
"6138391", "Melbourne", |
|
26567
|
|
|
|
|
|
|
"618993068", "Kalbarri", |
|
26568
|
|
|
|
|
|
|
"61888594", "Hallett", |
|
26569
|
|
|
|
|
|
|
"61352170", "Torquay", |
|
26570
|
|
|
|
|
|
|
"61263241", "Bathurst", |
|
26571
|
|
|
|
|
|
|
"61362592", "Hermitage", |
|
26572
|
|
|
|
|
|
|
"618965638", "Ejanding", |
|
26573
|
|
|
|
|
|
|
"61756210", "Southport", |
|
26574
|
|
|
|
|
|
|
"6129774", "Bankstown", |
|
26575
|
|
|
|
|
|
|
"61268137", "Gwabegar", |
|
26576
|
|
|
|
|
|
|
"613572643", "Bright", |
|
26577
|
|
|
|
|
|
|
"61264429", "Shannons\ Flat", |
|
26578
|
|
|
|
|
|
|
"61267144", "Walcha", |
|
26579
|
|
|
|
|
|
|
"613450608", "Cavendish", |
|
26580
|
|
|
|
|
|
|
"61753065", "Woodford", |
|
26581
|
|
|
|
|
|
|
"618601055", "Bodallin", |
|
26582
|
|
|
|
|
|
|
"61354876", "Marong", |
|
26583
|
|
|
|
|
|
|
"61865602", "Kalamunda", |
|
26584
|
|
|
|
|
|
|
"618753182", "New\ Well", |
|
26585
|
|
|
|
|
|
|
"612594197", "Egansford", |
|
26586
|
|
|
|
|
|
|
"61877275", "Kongorong", |
|
26587
|
|
|
|
|
|
|
"61260261", "Albury", |
|
26588
|
|
|
|
|
|
|
"61240658", "East\ Gresford", |
|
26589
|
|
|
|
|
|
|
"613573085", "Longwood", |
|
26590
|
|
|
|
|
|
|
"61890832", "Esperance", |
|
26591
|
|
|
|
|
|
|
"61340108", "Mildura", |
|
26592
|
|
|
|
|
|
|
"61357009", "Mount\ Buller", |
|
26593
|
|
|
|
|
|
|
"61354102", "Bendigo", |
|
26594
|
|
|
|
|
|
|
"61885053", "Geranium", |
|
26595
|
|
|
|
|
|
|
"61240275", "Newcastle", |
|
26596
|
|
|
|
|
|
|
"618983730", "Kojonup", |
|
26597
|
|
|
|
|
|
|
"61382028", "Croydon", |
|
26598
|
|
|
|
|
|
|
"61741140", "Maryborough", |
|
26599
|
|
|
|
|
|
|
"61890125", "Merredin", |
|
26600
|
|
|
|
|
|
|
"6136385", "Rossarden", |
|
26601
|
|
|
|
|
|
|
"61756040", "Tamborine\ Mountain", |
|
26602
|
|
|
|
|
|
|
"61257092", "Weemelah", |
|
26603
|
|
|
|
|
|
|
"61263011", "Baldry", |
|
26604
|
|
|
|
|
|
|
"61890539", "Kellerberrin", |
|
26605
|
|
|
|
|
|
|
"618856727", "Swan\ Reach", |
|
26606
|
|
|
|
|
|
|
"618864334", "Mambray\ Creek", |
|
26607
|
|
|
|
|
|
|
"618967732", "Aldersyde", |
|
26608
|
|
|
|
|
|
|
"61895320", "Byford", |
|
26609
|
|
|
|
|
|
|
"61877355", "Keith", |
|
26610
|
|
|
|
|
|
|
"6129769", "Parramatta", |
|
26611
|
|
|
|
|
|
|
"61749962", "Pegunny", |
|
26612
|
|
|
|
|
|
|
"61747097", "Halifax", |
|
26613
|
|
|
|
|
|
|
"61851292", "Whaleback", |
|
26614
|
|
|
|
|
|
|
"613572632", "Yarck", |
|
26615
|
|
|
|
|
|
|
"61265205", "Hunter\ Springs", |
|
26616
|
|
|
|
|
|
|
"618867768", "Peterborough", |
|
26617
|
|
|
|
|
|
|
"61887028", "Greenways", |
|
26618
|
|
|
|
|
|
|
"61245098", "Colo\ Heights", |
|
26619
|
|
|
|
|
|
|
"618661005", "Quairading", |
|
26620
|
|
|
|
|
|
|
"618753359", "Policemans\ Point", |
|
26621
|
|
|
|
|
|
|
"612574905", "Bohena", |
|
26622
|
|
|
|
|
|
|
"61364760", "Devonport", |
|
26623
|
|
|
|
|
|
|
"61269905", "Carrathool", |
|
26624
|
|
|
|
|
|
|
"61340326", "Willandra\ Lakes", |
|
26625
|
|
|
|
|
|
|
"613442059", "Harcourt", |
|
26626
|
|
|
|
|
|
|
"61867088", "Waroona", |
|
26627
|
|
|
|
|
|
|
"61899466", "Yaringa", |
|
26628
|
|
|
|
|
|
|
"618964450", "Coomberdale", |
|
26629
|
|
|
|
|
|
|
"61250136", "Tallangatta\ Valley", |
|
26630
|
|
|
|
|
|
|
"61268612", "Parkes", |
|
26631
|
|
|
|
|
|
|
"6173196", "Brisbane", |
|
26632
|
|
|
|
|
|
|
"61357713", "Beechworth", |
|
26633
|
|
|
|
|
|
|
"61268081", "Barrinford", |
|
26634
|
|
|
|
|
|
|
"618683154", "Hartville", |
|
26635
|
|
|
|
|
|
|
"61868045", "Chittinup", |
|
26636
|
|
|
|
|
|
|
"61891965", "Mitchell", |
|
26637
|
|
|
|
|
|
|
"61354373", "Bridgewater", |
|
26638
|
|
|
|
|
|
|
"617476440", "Cape\ River", |
|
26639
|
|
|
|
|
|
|
"617480203", "Carbine\ Creek", |
|
26640
|
|
|
|
|
|
|
"6126643", "Grafton", |
|
26641
|
|
|
|
|
|
|
"61353896", "Warracknabeal", |
|
26642
|
|
|
|
|
|
|
"61890606", "Nullarbor", |
|
26643
|
|
|
|
|
|
|
"61887425", "Thornlea", |
|
26644
|
|
|
|
|
|
|
"618763789", "Iron\ Knob", |
|
26645
|
|
|
|
|
|
|
"61341380", "Munro", |
|
26646
|
|
|
|
|
|
|
"61265086", "Merriwa", |
|
26647
|
|
|
|
|
|
|
"61362942", "Geeveston", |
|
26648
|
|
|
|
|
|
|
"61345064", "Caramut", |
|
26649
|
|
|
|
|
|
|
"61268677", "Bourke", |
|
26650
|
|
|
|
|
|
|
"618964415", "Badgingarra", |
|
26651
|
|
|
|
|
|
|
"61887937", "Conmurra", |
|
26652
|
|
|
|
|
|
|
"612593768", "Carabost", |
|
26653
|
|
|
|
|
|
|
"618763391", "Peterborough", |
|
26654
|
|
|
|
|
|
|
"61260038", "Howlong", |
|
26655
|
|
|
|
|
|
|
"61364530", "Burnie", |
|
26656
|
|
|
|
|
|
|
"61885777", "Pinnaroo", |
|
26657
|
|
|
|
|
|
|
"61899107", "Nangetty", |
|
26658
|
|
|
|
|
|
|
"61244089", "Milton\-ulladulla", |
|
26659
|
|
|
|
|
|
|
"613451057", "Dorodong", |
|
26660
|
|
|
|
|
|
|
"6187080", "Adelaide", |
|
26661
|
|
|
|
|
|
|
"61734093", "Kooringal", |
|
26662
|
|
|
|
|
|
|
"612570069", "Bohena", |
|
26663
|
|
|
|
|
|
|
"61367329", "Whitemark", |
|
26664
|
|
|
|
|
|
|
"61354880", "Bendigo", |
|
26665
|
|
|
|
|
|
|
"61745824", "Millmerran", |
|
26666
|
|
|
|
|
|
|
"618660097", "Dowerin", |
|
26667
|
|
|
|
|
|
|
"612582517", "Tooraweenah", |
|
26668
|
|
|
|
|
|
|
"613470147", "Jamieson", |
|
26669
|
|
|
|
|
|
|
"61259384", "Coolac", |
|
26670
|
|
|
|
|
|
|
"61748283", "Gladstone", |
|
26671
|
|
|
|
|
|
|
"618903551", "Mount\ Beaumont", |
|
26672
|
|
|
|
|
|
|
"61353617", "Marnoo", |
|
26673
|
|
|
|
|
|
|
"61340511", "Cowangie", |
|
26674
|
|
|
|
|
|
|
"61885712", "Hartley", |
|
26675
|
|
|
|
|
|
|
"61261167", "Rye\ Park", |
|
26676
|
|
|
|
|
|
|
"61255188", "Comboyne", |
|
26677
|
|
|
|
|
|
|
"612574680", "Cuttabri", |
|
26678
|
|
|
|
|
|
|
"6139307", "Sydenham", |
|
26679
|
|
|
|
|
|
|
"61352186", "Winchelsea\ South", |
|
26680
|
|
|
|
|
|
|
"617442802", "Julia\ Creek", |
|
26681
|
|
|
|
|
|
|
"61897403", "Wilga", |
|
26682
|
|
|
|
|
|
|
"61891635", "Leopold", |
|
26683
|
|
|
|
|
|
|
"61357347", "Broadford", |
|
26684
|
|
|
|
|
|
|
"61253273", "Orange", |
|
26685
|
|
|
|
|
|
|
"617459034", "Maranoa", |
|
26686
|
|
|
|
|
|
|
"61358334", "Shepparton", |
|
26687
|
|
|
|
|
|
|
"61899313", "Exmouth", |
|
26688
|
|
|
|
|
|
|
"61358071", "Moulamein", |
|
26689
|
|
|
|
|
|
|
"61341256", "Yinnar", |
|
26690
|
|
|
|
|
|
|
"61864913", "Herne\ Hill", |
|
26691
|
|
|
|
|
|
|
"613451033", "Balmoral", |
|
26692
|
|
|
|
|
|
|
"61354742", "Harcourt", |
|
26693
|
|
|
|
|
|
|
"61890769", "Coomalbidgup", |
|
26694
|
|
|
|
|
|
|
"61886784", "Frome", |
|
26695
|
|
|
|
|
|
|
"612532534", "Killongbutta", |
|
26696
|
|
|
|
|
|
|
"61743213", "Manumbar", |
|
26697
|
|
|
|
|
|
|
"61887667", "Conmurra", |
|
26698
|
|
|
|
|
|
|
"612582489", "Goorianawa", |
|
26699
|
|
|
|
|
|
|
"61877000", "Bangham", |
|
26700
|
|
|
|
|
|
|
"61898274", "Amelup", |
|
26701
|
|
|
|
|
|
|
"61741700", "Blackbutt", |
|
26702
|
|
|
|
|
|
|
"613470791", "Nagambie", |
|
26703
|
|
|
|
|
|
|
"613441721", "Marong", |
|
26704
|
|
|
|
|
|
|
"61880103", "White\ Cliffs", |
|
26705
|
|
|
|
|
|
|
"61248124", "Bungonia", |
|
26706
|
|
|
|
|
|
|
"61356436", "Poowong", |
|
26707
|
|
|
|
|
|
|
"61742018", "Malanda", |
|
26708
|
|
|
|
|
|
|
"61347023", "Falls\ Creek", |
|
26709
|
|
|
|
|
|
|
"61358955", "Dookie", |
|
26710
|
|
|
|
|
|
|
"617458814", "Jericho", |
|
26711
|
|
|
|
|
|
|
"61355076", "Glenthompson", |
|
26712
|
|
|
|
|
|
|
"618996911", "Yallalong", |
|
26713
|
|
|
|
|
|
|
"61265544", "Pacific\ Palms", |
|
26714
|
|
|
|
|
|
|
"61898510", "Mount\ Barker", |
|
26715
|
|
|
|
|
|
|
"61246005", "Campbelltown", |
|
26716
|
|
|
|
|
|
|
"61352960", "Torquay", |
|
26717
|
|
|
|
|
|
|
"61753151", "Imbil", |
|
26718
|
|
|
|
|
|
|
"61891338", "Onslow", |
|
26719
|
|
|
|
|
|
|
"6136350", "Scottsdale", |
|
26720
|
|
|
|
|
|
|
"61264383", "Adaminaby", |
|
26721
|
|
|
|
|
|
|
"61354159", "Amphitheatre", |
|
26722
|
|
|
|
|
|
|
"61357052", "Graytown", |
|
26723
|
|
|
|
|
|
|
"618994018", "Howatharra", |
|
26724
|
|
|
|
|
|
|
"61745558", "Liston", |
|
26725
|
|
|
|
|
|
|
"61898517", "Tenterden", |
|
26726
|
|
|
|
|
|
|
"61352967", "Kennedys\ Creek", |
|
26727
|
|
|
|
|
|
|
"61895065", "Yanchep", |
|
26728
|
|
|
|
|
|
|
"613574193", "Seymour", |
|
26729
|
|
|
|
|
|
|
"61742679", "Cairns", |
|
26730
|
|
|
|
|
|
|
"617750024", "Roma", |
|
26731
|
|
|
|
|
|
|
"61248511", "Marulan", |
|
26732
|
|
|
|
|
|
|
"612532949", "Cowra", |
|
26733
|
|
|
|
|
|
|
"618600250", "Mount\ Stirling", |
|
26734
|
|
|
|
|
|
|
"61361231", "Brighton", |
|
26735
|
|
|
|
|
|
|
"61265242", "Telegraph\ Point", |
|
26736
|
|
|
|
|
|
|
"61351799", "Omeo", |
|
26737
|
|
|
|
|
|
|
"618996735", "Meekatharra", |
|
26738
|
|
|
|
|
|
|
"6173441", "Beenleigh", |
|
26739
|
|
|
|
|
|
|
"61269485", "Mannus", |
|
26740
|
|
|
|
|
|
|
"61898572", "Walyurin", |
|
26741
|
|
|
|
|
|
|
"61886591", "Terowie", |
|
26742
|
|
|
|
|
|
|
"61354145", "Romsey", |
|
26743
|
|
|
|
|
|
|
"618683645", "Newdegate\ East", |
|
26744
|
|
|
|
|
|
|
"6175558", "Southport", |
|
26745
|
|
|
|
|
|
|
"61260920", "Albury", |
|
26746
|
|
|
|
|
|
|
"61357340", "Kilmore", |
|
26747
|
|
|
|
|
|
|
"61746895", "Kumbarilla", |
|
26748
|
|
|
|
|
|
|
"61898879", "Pingelly\ East", |
|
26749
|
|
|
|
|
|
|
"61747523", "Ravenswood", |
|
26750
|
|
|
|
|
|
|
"61887660", "Avenue\ Range", |
|
26751
|
|
|
|
|
|
|
"61358949", "Cornalla", |
|
26752
|
|
|
|
|
|
|
"61877007", "Makin", |
|
26753
|
|
|
|
|
|
|
"61741707", "Chahpingah", |
|
26754
|
|
|
|
|
|
|
"61756309", "Southport", |
|
26755
|
|
|
|
|
|
|
"61249096", "Branxton", |
|
26756
|
|
|
|
|
|
|
"61887004", "Bangham", |
|
26757
|
|
|
|
|
|
|
"61353610", "Stawell", |
|
26758
|
|
|
|
|
|
|
"61261160", "Bungendore", |
|
26759
|
|
|
|
|
|
|
"61267843", "Elcombe", |
|
26760
|
|
|
|
|
|
|
"618850898", "Taldra", |
|
26761
|
|
|
|
|
|
|
"617473912", "Gununa", |
|
26762
|
|
|
|
|
|
|
"61747461", "Georgina", |
|
26763
|
|
|
|
|
|
|
"617452731", "Legume", |
|
26764
|
|
|
|
|
|
|
"61889614", "Rodinga", |
|
26765
|
|
|
|
|
|
|
"61885115", "Marama", |
|
26766
|
|
|
|
|
|
|
"61895468", "Mount\ Helena", |
|
26767
|
|
|
|
|
|
|
"617442872", "The\ Monument", |
|
26768
|
|
|
|
|
|
|
"61259630", "Maude", |
|
26769
|
|
|
|
|
|
|
"61362905", "Gretna", |
|
26770
|
|
|
|
|
|
|
"618661123", "Calingiri", |
|
26771
|
|
|
|
|
|
|
"61269942", "Rankins\ Springs", |
|
26772
|
|
|
|
|
|
|
"612593923", "Melbergen", |
|
26773
|
|
|
|
|
|
|
"61745734", "Toowoomba", |
|
26774
|
|
|
|
|
|
|
"61250071", "Leicester\ Park", |
|
26775
|
|
|
|
|
|
|
"61364537", "Savage\ River", |
|
26776
|
|
|
|
|
|
|
"61885770", "Peebinga", |
|
26777
|
|
|
|
|
|
|
"61899100", "Mullewa", |
|
26778
|
|
|
|
|
|
|
"61269088", "West\ Wyalong", |
|
26779
|
|
|
|
|
|
|
"61248748", "Goulburn", |
|
26780
|
|
|
|
|
|
|
"61745229", "Taroom", |
|
26781
|
|
|
|
|
|
|
"61354887", "Tennyson", |
|
26782
|
|
|
|
|
|
|
"618903491", "Grass\ Patch", |
|
26783
|
|
|
|
|
|
|
"61740011", "Atherton", |
|
26784
|
|
|
|
|
|
|
"61340124", "Natya", |
|
26785
|
|
|
|
|
|
|
"617388", "Redcliffe", |
|
26786
|
|
|
|
|
|
|
"617476384", "Bambaroo", |
|
26787
|
|
|
|
|
|
|
"61891846", "Onslow", |
|
26788
|
|
|
|
|
|
|
"618683585", "Boscabel", |
|
26789
|
|
|
|
|
|
|
"612574146", "Mullaley", |
|
26790
|
|
|
|
|
|
|
"6174089", "Atherton", |
|
26791
|
|
|
|
|
|
|
"61868059", "Kojonup", |
|
26792
|
|
|
|
|
|
|
"61888339", "Wedge", |
|
26793
|
|
|
|
|
|
|
"61747974", "Ingham", |
|
26794
|
|
|
|
|
|
|
"613451366", "Coleraine", |
|
26795
|
|
|
|
|
|
|
"61887930", "Port\ Macdonnell", |
|
26796
|
|
|
|
|
|
|
"61266996", "Dyraaba", |
|
26797
|
|
|
|
|
|
|
"61342101", "Geelong", |
|
26798
|
|
|
|
|
|
|
"61268670", "Mandagery", |
|
26799
|
|
|
|
|
|
|
"61341387", "Swifts\ Creek", |
|
26800
|
|
|
|
|
|
|
"618762605", "Mintabie", |
|
26801
|
|
|
|
|
|
|
"61364767", "Waratah", |
|
26802
|
|
|
|
|
|
|
"613451427", "Glenthompson", |
|
26803
|
|
|
|
|
|
|
"61364446", "Queenstown", |
|
26804
|
|
|
|
|
|
|
"61248108", "Lost\ River", |
|
26805
|
|
|
|
|
|
|
"61745564", "Diamondy", |
|
26806
|
|
|
|
|
|
|
"6189842", "Albany", |
|
26807
|
|
|
|
|
|
|
"61348275", "Wanganella", |
|
26808
|
|
|
|
|
|
|
"612574975", "Tenterfield", |
|
26809
|
|
|
|
|
|
|
"61259186", "Yenda", |
|
26810
|
|
|
|
|
|
|
"612583216", "Widgeland", |
|
26811
|
|
|
|
|
|
|
"61367362", "Avoca", |
|
26812
|
|
|
|
|
|
|
"61741885", "Mount\ Perry", |
|
26813
|
|
|
|
|
|
|
"612683946", "Neilrex", |
|
26814
|
|
|
|
|
|
|
"61743435", "Mundubbera", |
|
26815
|
|
|
|
|
|
|
"61246042", "Campbelltown", |
|
26816
|
|
|
|
|
|
|
"61887391", "Tarpeena", |
|
26817
|
|
|
|
|
|
|
"61344163", "Bendigo", |
|
26818
|
|
|
|
|
|
|
"61747090", "Gunpowder", |
|
26819
|
|
|
|
|
|
|
"61341471", "Traralgon", |
|
26820
|
|
|
|
|
|
|
"612583284", "Mullengudgery", |
|
26821
|
|
|
|
|
|
|
"61895327", "Bullsbrook\ East", |
|
26822
|
|
|
|
|
|
|
"61264519", "Bombala", |
|
26823
|
|
|
|
|
|
|
"617442946", "Dalbeg", |
|
26824
|
|
|
|
|
|
|
"618661075", "Tammin", |
|
26825
|
|
|
|
|
|
|
"61355131", "Poolaijelo", |
|
26826
|
|
|
|
|
|
|
"61897983", "Capel", |
|
26827
|
|
|
|
|
|
|
"61742233", "Mutchilba", |
|
26828
|
|
|
|
|
|
|
"61741147", "Tiaro", |
|
26829
|
|
|
|
|
|
|
"61745808", "Jandowae", |
|
26830
|
|
|
|
|
|
|
"61775079", "Durham\ Downs", |
|
26831
|
|
|
|
|
|
|
"61359078", "Emerald", |
|
26832
|
|
|
|
|
|
|
"61899589", "Perenjori", |
|
26833
|
|
|
|
|
|
|
"61743038", "Bundaberg", |
|
26834
|
|
|
|
|
|
|
"61890722", "Esperance", |
|
26835
|
|
|
|
|
|
|
"61877349", "Conmurra", |
|
26836
|
|
|
|
|
|
|
"618989127", "Cuballing", |
|
26837
|
|
|
|
|
|
|
"61895454", "Mount\ Wells", |
|
26838
|
|
|
|
|
|
|
"61896351", "Cunderdin", |
|
26839
|
|
|
|
|
|
|
"6134800", "Shepparton", |
|
26840
|
|
|
|
|
|
|
"61752144", "Harrisville", |
|
26841
|
|
|
|
|
|
|
"618996948", "Nabawa", |
|
26842
|
|
|
|
|
|
|
"613431980", "Mount\ Wallace", |
|
26843
|
|
|
|
|
|
|
"61358136", "Lalalty", |
|
26844
|
|
|
|
|
|
|
"61354705", "Castlemaine", |
|
26845
|
|
|
|
|
|
|
"61756047", "Tamborine\ Mountain", |
|
26846
|
|
|
|
|
|
|
"61742596", "Cooktown", |
|
26847
|
|
|
|
|
|
|
"61897562", "Cundinup", |
|
26848
|
|
|
|
|
|
|
"612573405", "Manilla", |
|
26849
|
|
|
|
|
|
|
"61741275", "Biggenden", |
|
26850
|
|
|
|
|
|
|
"61268339", "Mullengudgery", |
|
26851
|
|
|
|
|
|
|
"617442924", "Rollingstone", |
|
26852
|
|
|
|
|
|
|
"612583190", "Myamley", |
|
26853
|
|
|
|
|
|
|
"618864311", "Yeelanna", |
|
26854
|
|
|
|
|
|
|
"61251215", "Uriarra\ Forest", |
|
26855
|
|
|
|
|
|
|
"61267930", "Narrabri", |
|
26856
|
|
|
|
|
|
|
"618862202", "Bayley\ Plains", |
|
26857
|
|
|
|
|
|
|
"613442071", "Logan", |
|
26858
|
|
|
|
|
|
|
"61748634", "Mackay", |
|
26859
|
|
|
|
|
|
|
"61897869", "Brunswick\ Junction", |
|
26860
|
|
|
|
|
|
|
"61886996", "Penong", |
|
26861
|
|
|
|
|
|
|
"61243160", "Gosford", |
|
26862
|
|
|
|
|
|
|
"61261581", "Gundaroo", |
|
26863
|
|
|
|
|
|
|
"618752952", "Murray\ Bridge", |
|
26864
|
|
|
|
|
|
|
"61355549", "Strathdownie", |
|
26865
|
|
|
|
|
|
|
"61740296", "Euramo", |
|
26866
|
|
|
|
|
|
|
"61743103", "Mount\ Perry", |
|
26867
|
|
|
|
|
|
|
"618866197", "Everard", |
|
26868
|
|
|
|
|
|
|
"617487158", "St\ Lawrence", |
|
26869
|
|
|
|
|
|
|
"61748387", "Gladstone", |
|
26870
|
|
|
|
|
|
|
"61284171", "Dural", |
|
26871
|
|
|
|
|
|
|
"61264154", "Thredbo\ Village", |
|
26872
|
|
|
|
|
|
|
"61263998", "Laheys\ Creek", |
|
26873
|
|
|
|
|
|
|
"617480556", "Lethebrook", |
|
26874
|
|
|
|
|
|
|
"61267391", "Tenterfield", |
|
26875
|
|
|
|
|
|
|
"61745476", "Cunnamulla", |
|
26876
|
|
|
|
|
|
|
"61348147", "Dookie", |
|
26877
|
|
|
|
|
|
|
"61746036", "Bonshaw", |
|
26878
|
|
|
|
|
|
|
"61249122", "Dungog", |
|
26879
|
|
|
|
|
|
|
"612574124", "Garah", |
|
26880
|
|
|
|
|
|
|
"61259153", "Ungarie", |
|
26881
|
|
|
|
|
|
|
"61743372", "Mundubbera", |
|
26882
|
|
|
|
|
|
|
"61747452", "Normanton", |
|
26883
|
|
|
|
|
|
|
"6124454", "Milton\-ulladulla", |
|
26884
|
|
|
|
|
|
|
"61257324", "Armidale", |
|
26885
|
|
|
|
|
|
|
"6187929", "Darwin", |
|
26886
|
|
|
|
|
|
|
"61255416", "Moonan\ Flat", |
|
26887
|
|
|
|
|
|
|
"61264287", "Bemboka", |
|
26888
|
|
|
|
|
|
|
"617750325", "Cooyar", |
|
26889
|
|
|
|
|
|
|
"61744239", "Townsville", |
|
26890
|
|
|
|
|
|
|
"61748471", "Mackay", |
|
26891
|
|
|
|
|
|
|
"61851137", "Port\ Hedland", |
|
26892
|
|
|
|
|
|
|
"618967051", "Studleigh", |
|
26893
|
|
|
|
|
|
|
"6124397", "Wyong", |
|
26894
|
|
|
|
|
|
|
"61256269", "Thora", |
|
26895
|
|
|
|
|
|
|
"618600968", "Mount\ Stirling", |
|
26896
|
|
|
|
|
|
|
"618753371", "Taylorville", |
|
26897
|
|
|
|
|
|
|
"61342169", "Barwon\ Downs", |
|
26898
|
|
|
|
|
|
|
"612574774", "Curlewis", |
|
26899
|
|
|
|
|
|
|
"613441788", "Charlton", |
|
26900
|
|
|
|
|
|
|
"61755458", "Beechmont", |
|
26901
|
|
|
|
|
|
|
"61248033", "Goulburn", |
|
26902
|
|
|
|
|
|
|
"61879035", "Simpson", |
|
26903
|
|
|
|
|
|
|
"61357497", "Yarck", |
|
26904
|
|
|
|
|
|
|
"61898289", "Nalyerlup", |
|
26905
|
|
|
|
|
|
|
"613470841", "Pyalong", |
|
26906
|
|
|
|
|
|
|
"617486702", "Moranbah", |
|
26907
|
|
|
|
|
|
|
"61891010", "Cocos\ Island", |
|
26908
|
|
|
|
|
|
|
"61350813", "Woomelang", |
|
26909
|
|
|
|
|
|
|
"61862351", "Fremantle", |
|
26910
|
|
|
|
|
|
|
"61264168", "Tathra", |
|
26911
|
|
|
|
|
|
|
"61742330", "Babinda", |
|
26912
|
|
|
|
|
|
|
"61363471", "George\ Town", |
|
26913
|
|
|
|
|
|
|
"61367351", "Pyengana", |
|
26914
|
|
|
|
|
|
|
"61880920", "Broken\ Hill", |
|
26915
|
|
|
|
|
|
|
"61747409", "Dalbeg", |
|
26916
|
|
|
|
|
|
|
"618859978", "Policemans\ Point", |
|
26917
|
|
|
|
|
|
|
"612574667", "Bundarra", |
|
26918
|
|
|
|
|
|
|
"61351571", "Lindenow", |
|
26919
|
|
|
|
|
|
|
"61256524", "Hernani", |
|
26920
|
|
|
|
|
|
|
"61359193", "Healesville", |
|
26921
|
|
|
|
|
|
|
"612685551", "Eugowra", |
|
26922
|
|
|
|
|
|
|
"61354121", "Laen", |
|
26923
|
|
|
|
|
|
|
"61753535", "Nambour", |
|
26924
|
|
|
|
|
|
|
"61740763", "Kuranda", |
|
26925
|
|
|
|
|
|
|
"61255363", "Howes\ Valley", |
|
26926
|
|
|
|
|
|
|
"61887843", "Avenue\ Range", |
|
26927
|
|
|
|
|
|
|
"61731504", "Sandgate", |
|
26928
|
|
|
|
|
|
|
"612532511", "Burraga", |
|
26929
|
|
|
|
|
|
|
"6138604", "Melbourne", |
|
26930
|
|
|
|
|
|
|
"61267004", "Armidale", |
|
26931
|
|
|
|
|
|
|
"61269614", "Melbergen", |
|
26932
|
|
|
|
|
|
|
"61755300", "Southport", |
|
26933
|
|
|
|
|
|
|
"618683272", "Jacup", |
|
26934
|
|
|
|
|
|
|
"61240700", "Karuah", |
|
26935
|
|
|
|
|
|
|
"617750046", "Warra", |
|
26936
|
|
|
|
|
|
|
"61244074", "Bawley\ Point", |
|
26937
|
|
|
|
|
|
|
"61364194", "Ulverstone", |
|
26938
|
|
|
|
|
|
|
"61265115", "Ravensworth", |
|
26939
|
|
|
|
|
|
|
"61753129", "Cooroy", |
|
26940
|
|
|
|
|
|
|
"618601041", "Salmon\ Gums", |
|
26941
|
|
|
|
|
|
|
"618763635", "Glendambo", |
|
26942
|
|
|
|
|
|
|
"617459011", "Greenmount", |
|
26943
|
|
|
|
|
|
|
"6139479", "Melbourne", |
|
26944
|
|
|
|
|
|
|
"613542574", "Korong\ Vale", |
|
26945
|
|
|
|
|
|
|
"612593870", "Adelong", |
|
26946
|
|
|
|
|
|
|
"61889942", "Tennant\ Creek", |
|
26947
|
|
|
|
|
|
|
"618985546", "Woodanilling", |
|
26948
|
|
|
|
|
|
|
"61340218", "Werrimull", |
|
26949
|
|
|
|
|
|
|
"61354212", "Kyneton", |
|
26950
|
|
|
|
|
|
|
"61876131", "Wandearah\ East", |
|
26951
|
|
|
|
|
|
|
"613441877", "St\ Arnaud", |
|
26952
|
|
|
|
|
|
|
"61265770", "Mount\ Olive", |
|
26953
|
|
|
|
|
|
|
"618964922", "Regans\ Ford", |
|
26954
|
|
|
|
|
|
|
"61896362", "Cunderdin\ North", |
|
26955
|
|
|
|
|
|
|
"61889088", "Simpson", |
|
26956
|
|
|
|
|
|
|
"617458831", "Miles", |
|
26957
|
|
|
|
|
|
|
"618996934", "Howatharra", |
|
26958
|
|
|
|
|
|
|
"61260310", "Howlong", |
|
26959
|
|
|
|
|
|
|
"61861926", "Herne\ Hill", |
|
26960
|
|
|
|
|
|
|
"618983697", "Jingalup", |
|
26961
|
|
|
|
|
|
|
"61392135", "Dandenong", |
|
26962
|
|
|
|
|
|
|
"61265777", "Glendonbrook", |
|
26963
|
|
|
|
|
|
|
"61880038", "Wilcannia", |
|
26964
|
|
|
|
|
|
|
"61259015", "Melbergen", |
|
26965
|
|
|
|
|
|
|
"613441807", "Laen", |
|
26966
|
|
|
|
|
|
|
"612593800", "Mannus", |
|
26967
|
|
|
|
|
|
|
"61264356", "Bemboka", |
|
26968
|
|
|
|
|
|
|
"61284036", "Dural", |
|
26969
|
|
|
|
|
|
|
"618982526", "Woogenilup", |
|
26970
|
|
|
|
|
|
|
"61255595", "Kempsey", |
|
26971
|
|
|
|
|
|
|
"61354514", "Lake\ Meran", |
|
26972
|
|
|
|
|
|
|
"61260317", "Talgarno", |
|
26973
|
|
|
|
|
|
|
"61749075", "Miclere", |
|
26974
|
|
|
|
|
|
|
"61354270", "Woodend", |
|
26975
|
|
|
|
|
|
|
"612570095", "Bundella", |
|
26976
|
|
|
|
|
|
|
"612594423", "Melbergen", |
|
26977
|
|
|
|
|
|
|
"61257308", "Gundabloui", |
|
26978
|
|
|
|
|
|
|
"612532864", "Reids\ Flat", |
|
26979
|
|
|
|
|
|
|
"613542504", "Buckrabanyule", |
|
26980
|
|
|
|
|
|
|
"61749951", "Mardale", |
|
26981
|
|
|
|
|
|
|
"613545253", "Barham", |
|
26982
|
|
|
|
|
|
|
"61897135", "Tonebridge", |
|
26983
|
|
|
|
|
|
|
"61341283", "Genoa", |
|
26984
|
|
|
|
|
|
|
"61258813", "Balladoran", |
|
26985
|
|
|
|
|
|
|
"61260372", "Talmalmo", |
|
26986
|
|
|
|
|
|
|
"612936", "Sydney", |
|
26987
|
|
|
|
|
|
|
"61738843", "Cleveland", |
|
26988
|
|
|
|
|
|
|
"61240707", "Stroud", |
|
26989
|
|
|
|
|
|
|
"618683202", "Pingrup", |
|
26990
|
|
|
|
|
|
|
"61242083", "Wollongong", |
|
26991
|
|
|
|
|
|
|
"61897822", "Harvey", |
|
26992
|
|
|
|
|
|
|
"618600839", "Narembeen", |
|
26993
|
|
|
|
|
|
|
"6187109", "Adelaide", |
|
26994
|
|
|
|
|
|
|
"61351888", "Yarram", |
|
26995
|
|
|
|
|
|
|
"61263296", "Rockley", |
|
26996
|
|
|
|
|
|
|
"61880927", "White\ Cliffs", |
|
26997
|
|
|
|
|
|
|
"61256222", "Wooli", |
|
26998
|
|
|
|
|
|
|
"61749478", "Lethebrook", |
|
26999
|
|
|
|
|
|
|
"61266784", "Bonalbo", |
|
27000
|
|
|
|
|
|
|
"61891072", "Paraburdoo", |
|
27001
|
|
|
|
|
|
|
"61754992", "Caboolture", |
|
27002
|
|
|
|
|
|
|
"61742684", "Dimbulah", |
|
27003
|
|
|
|
|
|
|
"61361538", "Little\ Swanport", |
|
27004
|
|
|
|
|
|
|
"61260103", "Oaklands", |
|
27005
|
|
|
|
|
|
|
"617452714", "Freestone", |
|
27006
|
|
|
|
|
|
|
"6129618", "Liverpool", |
|
27007
|
|
|
|
|
|
|
"61342122", "Lorne", |
|
27008
|
|
|
|
|
|
|
"6188389", "Woodside", |
|
27009
|
|
|
|
|
|
|
"61898884", "Wickepin", |
|
27010
|
|
|
|
|
|
|
"61748256", "Goovigen", |
|
27011
|
|
|
|
|
|
|
"61357490", "Winton", |
|
27012
|
|
|
|
|
|
|
"61256111", "Bellingen", |
|
27013
|
|
|
|
|
|
|
"613545237", "Tennyson", |
|
27014
|
|
|
|
|
|
|
"61249169", "Wootton", |
|
27015
|
|
|
|
|
|
|
"61742337", "Chillagoe", |
|
27016
|
|
|
|
|
|
|
"61746171", "Brookstead", |
|
27017
|
|
|
|
|
|
|
"612532688", "Hill\ End", |
|
27018
|
|
|
|
|
|
|
"61342211", "Birregurra", |
|
27019
|
|
|
|
|
|
|
"61891017", "De\ Grey", |
|
27020
|
|
|
|
|
|
|
"617459933", "Balonne", |
|
27021
|
|
|
|
|
|
|
"61257450", "Armidale", |
|
27022
|
|
|
|
|
|
|
"61887441", "Laffer", |
|
27023
|
|
|
|
|
|
|
"6138718", "Dandenong", |
|
27024
|
|
|
|
|
|
|
"6135435", "Marong", |
|
27025
|
|
|
|
|
|
|
"61851130", "Mitchell", |
|
27026
|
|
|
|
|
|
|
"61260743", "Holbrook", |
|
27027
|
|
|
|
|
|
|
"61265053", "Glendonbrook", |
|
27028
|
|
|
|
|
|
|
"612574704", "Limbri", |
|
27029
|
|
|
|
|
|
|
"613470818", "Chiltern", |
|
27030
|
|
|
|
|
|
|
"618753301", "Taplan", |
|
27031
|
|
|
|
|
|
|
"61348140", "Blighty", |
|
27032
|
|
|
|
|
|
|
"61263763", "Cassilis", |
|
27033
|
|
|
|
|
|
|
"61350382", "Kyalite", |
|
27034
|
|
|
|
|
|
|
"61264280", "Eden", |
|
27035
|
|
|
|
|
|
|
"61868021", "Denmark", |
|
27036
|
|
|
|
|
|
|
"612694603", "Wallendbeen", |
|
27037
|
|
|
|
|
|
|
"61885205", "Two\ Wells", |
|
27038
|
|
|
|
|
|
|
"61899574", "Mount\ Magnet", |
|
27039
|
|
|
|
|
|
|
"618997384", "Northampton", |
|
27040
|
|
|
|
|
|
|
"61256508", "Tabulam", |
|
27041
|
|
|
|
|
|
|
"617459048", "Paroo", |
|
27042
|
|
|
|
|
|
|
"618601018", "Kambalda", |
|
27043
|
|
|
|
|
|
|
"61889905", "Ranken\ River", |
|
27044
|
|
|
|
|
|
|
"61896329", "Bolgart", |
|
27045
|
|
|
|
|
|
|
"61291064", "Sydney", |
|
27046
|
|
|
|
|
|
|
"61295380", "Sydney", |
|
27047
|
|
|
|
|
|
|
"6135329", "Ballarat", |
|
27048
|
|
|
|
|
|
|
"617750214", "Warra", |
|
27049
|
|
|
|
|
|
|
"618965630", "Ejanding", |
|
27050
|
|
|
|
|
|
|
"61243167", "Mangrove\ Mountain", |
|
27051
|
|
|
|
|
|
|
"61876076", "Port\ Pirie", |
|
27052
|
|
|
|
|
|
|
"61350411", "Nangiloc", |
|
27053
|
|
|
|
|
|
|
"6129119", "Sydney", |
|
27054
|
|
|
|
|
|
|
"61744148", "Burdekin", |
|
27055
|
|
|
|
|
|
|
"61888081", "Port\ Victoria", |
|
27056
|
|
|
|
|
|
|
"61748380", "Mount\ Morgan", |
|
27057
|
|
|
|
|
|
|
"617459957", "Cooyar", |
|
27058
|
|
|
|
|
|
|
"612532548", "Molong", |
|
27059
|
|
|
|
|
|
|
"61888612", "Moonta", |
|
27060
|
|
|
|
|
|
|
"61340033", "Mallan", |
|
27061
|
|
|
|
|
|
|
"613531851", "Scarsdale", |
|
27062
|
|
|
|
|
|
|
"617480150", "Belyando", |
|
27063
|
|
|
|
|
|
|
"6186212", "Perth", |
|
27064
|
|
|
|
|
|
|
"613450600", "Woolsthorpe", |
|
27065
|
|
|
|
|
|
|
"61890141", "Mount\ Walker\ South", |
|
27066
|
|
|
|
|
|
|
"61357061", "Killawarra", |
|
27067
|
|
|
|
|
|
|
"61363873", "Winnaleah", |
|
27068
|
|
|
|
|
|
|
"61885086", "Lameroo", |
|
27069
|
|
|
|
|
|
|
"617486825", "Clermont", |
|
27070
|
|
|
|
|
|
|
"61268944", "Dandaloo", |
|
27071
|
|
|
|
|
|
|
"618862272", "Cleve", |
|
27072
|
|
|
|
|
|
|
"612583943", "Tullamore", |
|
27073
|
|
|
|
|
|
|
"613442001", "Korong\ Vale", |
|
27074
|
|
|
|
|
|
|
"61747640", "Mount\ Isa", |
|
27075
|
|
|
|
|
|
|
"613431967", "Jeparit", |
|
27076
|
|
|
|
|
|
|
"61267937", "Bellata", |
|
27077
|
|
|
|
|
|
|
"61749583", "Finch\ Hatton", |
|
27078
|
|
|
|
|
|
|
"6138332", "Melbourne", |
|
27079
|
|
|
|
|
|
|
"61354005", "Barham", |
|
27080
|
|
|
|
|
|
|
"61752930", "Caboolture", |
|
27081
|
|
|
|
|
|
|
"61890444", "Baandee", |
|
27082
|
|
|
|
|
|
|
"61890022", "Bonnie\ Rock", |
|
27083
|
|
|
|
|
|
|
"618683651", "Pingaring", |
|
27084
|
|
|
|
|
|
|
"61741349", "Eidsvold", |
|
27085
|
|
|
|
|
|
|
"6173553", "Brisbane", |
|
27086
|
|
|
|
|
|
|
"61257195", "Bingara", |
|
27087
|
|
|
|
|
|
|
"61878134", "Balaklava", |
|
27088
|
|
|
|
|
|
|
"618983738", "Kojonup", |
|
27089
|
|
|
|
|
|
|
"61261644", "Captains\ Flat", |
|
27090
|
|
|
|
|
|
|
"61260209", "Albury", |
|
27091
|
|
|
|
|
|
|
"61877147", "Marcollat", |
|
27092
|
|
|
|
|
|
|
"61895129", "Mount\ Wells", |
|
27093
|
|
|
|
|
|
|
"618867760", "Peterborough", |
|
27094
|
|
|
|
|
|
|
"612583932", "Parkes", |
|
27095
|
|
|
|
|
|
|
"61887838", "Kingston\ Se", |
|
27096
|
|
|
|
|
|
|
"61263225", "Yetholme", |
|
27097
|
|
|
|
|
|
|
"61350114", "Pan\ Ban", |
|
27098
|
|
|
|
|
|
|
"617452571", "Haden", |
|
27099
|
|
|
|
|
|
|
"618763812", "Penong", |
|
27100
|
|
|
|
|
|
|
"613545963", "Pyramid\ Hill", |
|
27101
|
|
|
|
|
|
|
"61899040", "Eneabba\ South", |
|
27102
|
|
|
|
|
|
|
"618964458", "Coomberdale", |
|
27103
|
|
|
|
|
|
|
"61258521", "Dubbo", |
|
27104
|
|
|
|
|
|
|
"61746961", "Cambooya", |
|
27105
|
|
|
|
|
|
|
"617459942", "Bonshaw", |
|
27106
|
|
|
|
|
|
|
"6189433", "Fremantle", |
|
27107
|
|
|
|
|
|
|
"61260693", "Rand", |
|
27108
|
|
|
|
|
|
|
"612532704", "Molong", |
|
27109
|
|
|
|
|
|
|
"61340402", "Sea\ Lake", |
|
27110
|
|
|
|
|
|
|
"61249979", "Tea\ Gardens", |
|
27111
|
|
|
|
|
|
|
"617750362", "Kumbarilla", |
|
27112
|
|
|
|
|
|
|
"61868142", "Perillup", |
|
27113
|
|
|
|
|
|
|
"61891493", "Tom\ Price", |
|
27114
|
|
|
|
|
|
|
"61253250", "Cudal", |
|
27115
|
|
|
|
|
|
|
"61364067", "Ulverstone", |
|
27116
|
|
|
|
|
|
|
"61734954", "Samford", |
|
27117
|
|
|
|
|
|
|
"61255526", "Howes\ Valley", |
|
27118
|
|
|
|
|
|
|
"61888137", "Curramulka", |
|
27119
|
|
|
|
|
|
|
"61387802", "Sunbury", |
|
27120
|
|
|
|
|
|
|
"618600987", "Wialki\ North", |
|
27121
|
|
|
|
|
|
|
"61896578", "Gillingarra", |
|
27122
|
|
|
|
|
|
|
"61887144", "Kalangadoo", |
|
27123
|
|
|
|
|
|
|
"6136338", "Launceston", |
|
27124
|
|
|
|
|
|
|
"612593760", "Bidgeemia", |
|
27125
|
|
|
|
|
|
|
"61356089", "San\ Remo", |
|
27126
|
|
|
|
|
|
|
"61341189", "Sale", |
|
27127
|
|
|
|
|
|
|
"613450597", "Warrnambool", |
|
27128
|
|
|
|
|
|
|
"61264503", "Cooma", |
|
27129
|
|
|
|
|
|
|
"61387509", "Werribee", |
|
27130
|
|
|
|
|
|
|
"617476448", "Cape\ River", |
|
27131
|
|
|
|
|
|
|
"61743554", "Mundubbera", |
|
27132
|
|
|
|
|
|
|
"618866954", "Georgetown", |
|
27133
|
|
|
|
|
|
|
"6138558", "Clayton", |
|
27134
|
|
|
|
|
|
|
"61247085", "Lawson", |
|
27135
|
|
|
|
|
|
|
"61740711", "Molloy", |
|
27136
|
|
|
|
|
|
|
"61255311", "Comara", |
|
27137
|
|
|
|
|
|
|
"61256414", "Woodenbong", |
|
27138
|
|
|
|
|
|
|
"612573449", "Armidale", |
|
27139
|
|
|
|
|
|
|
"61246373", "Campbelltown", |
|
27140
|
|
|
|
|
|
|
"61897378", "Harvey", |
|
27141
|
|
|
|
|
|
|
"6139884", "Ringwood", |
|
27142
|
|
|
|
|
|
|
"61736444", "Sandgate", |
|
27143
|
|
|
|
|
|
|
"6189591", "Rockingham", |
|
27144
|
|
|
|
|
|
|
"61269788", "Temora", |
|
27145
|
|
|
|
|
|
|
"61260828", "Cudgewa", |
|
27146
|
|
|
|
|
|
|
"61248048", "Marulan", |
|
27147
|
|
|
|
|
|
|
"61745371", "Winton", |
|
27148
|
|
|
|
|
|
|
"61238078", "Tuena", |
|
27149
|
|
|
|
|
|
|
"61885070", "Hartley", |
|
27150
|
|
|
|
|
|
|
"61746474", "Lynd\ Range", |
|
27151
|
|
|
|
|
|
|
"61367120", "Winnaleah", |
|
27152
|
|
|
|
|
|
|
"61745034", "Darr\ Creek", |
|
27153
|
|
|
|
|
|
|
"61886430", "Port\ Augusta", |
|
27154
|
|
|
|
|
|
|
"61357238", "Wangaratta", |
|
27155
|
|
|
|
|
|
|
"61267496", "Boggabri", |
|
27156
|
|
|
|
|
|
|
"6128422", "Sydney", |
|
27157
|
|
|
|
|
|
|
"61897675", "Dinninup", |
|
27158
|
|
|
|
|
|
|
"612574688", "Garah", |
|
27159
|
|
|
|
|
|
|
"618854593", "Freeling", |
|
27160
|
|
|
|
|
|
|
"618863984", "Tooligie\ Hill", |
|
27161
|
|
|
|
|
|
|
"61340459", "Willandra\ Lakes", |
|
27162
|
|
|
|
|
|
|
"618856761", "Coonalpyn", |
|
27163
|
|
|
|
|
|
|
"61876080", "Coober\ Pedy", |
|
27164
|
|
|
|
|
|
|
"61342041", "Wingeel", |
|
27165
|
|
|
|
|
|
|
"61891247", "Dampier", |
|
27166
|
|
|
|
|
|
|
"61255945", "Muswellbrook", |
|
27167
|
|
|
|
|
|
|
"61748376", "Baralaba", |
|
27168
|
|
|
|
|
|
|
"61887704", "Keith", |
|
27169
|
|
|
|
|
|
|
"61259245", "Wagga\ Wagga", |
|
27170
|
|
|
|
|
|
|
"61745487", "Millmerran", |
|
27171
|
|
|
|
|
|
|
"6129160", "Sydney", |
|
27172
|
|
|
|
|
|
|
"61741007", "Biggenden", |
|
27173
|
|
|
|
|
|
|
"618983726", "Katanning", |
|
27174
|
|
|
|
|
|
|
"617459876", "Miamba", |
|
27175
|
|
|
|
|
|
|
"618854946", "Eudunda", |
|
27176
|
|
|
|
|
|
|
"61264276", "Tathra", |
|
27177
|
|
|
|
|
|
|
"618965644", "Cadoux", |
|
27178
|
|
|
|
|
|
|
"618863361", "Darke\ Peak", |
|
27179
|
|
|
|
|
|
|
"61756107", "Kerry", |
|
27180
|
|
|
|
|
|
|
"61743568", "Biggenden", |
|
27181
|
|
|
|
|
|
|
"61248445", "Bungonia", |
|
27182
|
|
|
|
|
|
|
"618983343", "Cairlocup", |
|
27183
|
|
|
|
|
|
|
"61752004", "Caloundra", |
|
27184
|
|
|
|
|
|
|
"61754849", "Upper\ Widgee", |
|
27185
|
|
|
|
|
|
|
"61351099", "Buchan", |
|
27186
|
|
|
|
|
|
|
"618964965", "Bolgart", |
|
27187
|
|
|
|
|
|
|
"6174331", "Bundaberg", |
|
27188
|
|
|
|
|
|
|
"61746631", "Bell", |
|
27189
|
|
|
|
|
|
|
"618753293", "Sanderston", |
|
27190
|
|
|
|
|
|
|
"61353841", "Ararat", |
|
27191
|
|
|
|
|
|
|
"6189921", "Geraldton", |
|
27192
|
|
|
|
|
|
|
"61341500", "Erica", |
|
27193
|
|
|
|
|
|
|
"6188487", "Salisbury", |
|
27194
|
|
|
|
|
|
|
"61255482", "Broke", |
|
27195
|
|
|
|
|
|
|
"6125337", "Running\ Stream\/Twelve\ Mile\/Tyagong\/Young", |
|
27196
|
|
|
|
|
|
|
"618763496", "Port\ Pirie", |
|
27197
|
|
|
|
|
|
|
"61734968", "Ipswich", |
|
27198
|
|
|
|
|
|
|
"61352202", "Anglesea", |
|
27199
|
|
|
|
|
|
|
"61357155", "Yarrawonga", |
|
27200
|
|
|
|
|
|
|
"61754542", "Kenilworth", |
|
27201
|
|
|
|
|
|
|
"61266079", "Mullumbimby", |
|
27202
|
|
|
|
|
|
|
"618600258", "Norseman", |
|
27203
|
|
|
|
|
|
|
"61268653", "Alectown", |
|
27204
|
|
|
|
|
|
|
"61357752", "Mansfield", |
|
27205
|
|
|
|
|
|
|
"6135578", "Wallacedale", |
|
27206
|
|
|
|
|
|
|
"61895162", "Waroona", |
|
27207
|
|
|
|
|
|
|
"61266941", "Ballina", |
|
27208
|
|
|
|
|
|
|
"61343068", "Rainbow", |
|
27209
|
|
|
|
|
|
|
"61350316", "Rufus\ River", |
|
27210
|
|
|
|
|
|
|
"61875074", "Berri", |
|
27211
|
|
|
|
|
|
|
"61248459", "Nerriga", |
|
27212
|
|
|
|
|
|
|
"61754244", "Esk", |
|
27213
|
|
|
|
|
|
|
"61259259", "Adelong", |
|
27214
|
|
|
|
|
|
|
"61891891", "Tom\ Price", |
|
27215
|
|
|
|
|
|
|
"61341507", "Lakes\ Entrance", |
|
27216
|
|
|
|
|
|
|
"61355776", "Bessiebelle", |
|
27217
|
|
|
|
|
|
|
"61742718", "Atherton", |
|
27218
|
|
|
|
|
|
|
"61897419", "Marybrook", |
|
27219
|
|
|
|
|
|
|
"61741000", "Bundaberg", |
|
27220
|
|
|
|
|
|
|
"61744133", "Cloncurry", |
|
27221
|
|
|
|
|
|
|
"61890069", "Belka\ East", |
|
27222
|
|
|
|
|
|
|
"61745480", "Toowoomba", |
|
27223
|
|
|
|
|
|
|
"61886084", "Hawker", |
|
27224
|
|
|
|
|
|
|
"61256163", "Woodenbong", |
|
27225
|
|
|
|
|
|
|
"618903685", "Bullfinch", |
|
27226
|
|
|
|
|
|
|
"61340048", "Anabranch", |
|
27227
|
|
|
|
|
|
|
"61357149", "Mount\ Beauty", |
|
27228
|
|
|
|
|
|
|
"61354042", "Mitiamo", |
|
27229
|
|
|
|
|
|
|
"61755161", "Beaudesert", |
|
27230
|
|
|
|
|
|
|
"61358771", "Dookie", |
|
27231
|
|
|
|
|
|
|
"61354988", "Bendigo", |
|
27232
|
|
|
|
|
|
|
"618660137", "Badgerin\ Rock", |
|
27233
|
|
|
|
|
|
|
"61756100", "Beaudesert", |
|
27234
|
|
|
|
|
|
|
"61364491", "Queenstown", |
|
27235
|
|
|
|
|
|
|
"61266315", "Maclean", |
|
27236
|
|
|
|
|
|
|
"61342263", "Geelong", |
|
27237
|
|
|
|
|
|
|
"61363174", "Longford", |
|
27238
|
|
|
|
|
|
|
"61261369", "Uriarra\ Forest", |
|
27239
|
|
|
|
|
|
|
"61866024", "Burakin", |
|
27240
|
|
|
|
|
|
|
"618989161", "Pingelly", |
|
27241
|
|
|
|
|
|
|
"61387845", "Dandenong", |
|
27242
|
|
|
|
|
|
|
"6175669", "Tweed\ Heads", |
|
27243
|
|
|
|
|
|
|
"61885012", "Barmera", |
|
27244
|
|
|
|
|
|
|
"618850890", "Taldra", |
|
27245
|
|
|
|
|
|
|
"617486165", "Blackwater", |
|
27246
|
|
|
|
|
|
|
"618660886", "Brookton", |
|
27247
|
|
|
|
|
|
|
"61278083", "Parramatta", |
|
27248
|
|
|
|
|
|
|
"61887346", "Rendelsham", |
|
27249
|
|
|
|
|
|
|
"61740225", "Minnamoolka", |
|
27250
|
|
|
|
|
|
|
"61876087", "Woomera", |
|
27251
|
|
|
|
|
|
|
"61373792", "Sydenham", |
|
27252
|
|
|
|
|
|
|
"61891240", "Kununurra", |
|
27253
|
|
|
|
|
|
|
"6188867", "Port\ Wakefield", |
|
27254
|
|
|
|
|
|
|
"612532667", "Burraga", |
|
27255
|
|
|
|
|
|
|
"61864909", "Armadale", |
|
27256
|
|
|
|
|
|
|
"61886925", "Port\ Broughton", |
|
27257
|
|
|
|
|
|
|
"612583309", "Weelong", |
|
27258
|
|
|
|
|
|
|
"61899309", "Denham", |
|
27259
|
|
|
|
|
|
|
"613451193", "South\ Purrumbete", |
|
27260
|
|
|
|
|
|
|
"61868105", "Holland\ Rocks", |
|
27261
|
|
|
|
|
|
|
"61743209", "Kingaroy", |
|
27262
|
|
|
|
|
|
|
"61367271", "Deloraine", |
|
27263
|
|
|
|
|
|
|
"61367127", "St\ Marys", |
|
27264
|
|
|
|
|
|
|
"61340445", "Pooncarie", |
|
27265
|
|
|
|
|
|
|
"61886437", "Port\ Augusta", |
|
27266
|
|
|
|
|
|
|
"6124014", "Newcastle", |
|
27267
|
|
|
|
|
|
|
"61260738", "Culcairn", |
|
27268
|
|
|
|
|
|
|
"61880119", "Tepco", |
|
27269
|
|
|
|
|
|
|
"61885077", "Karatta", |
|
27270
|
|
|
|
|
|
|
"61355999", "Hamilton", |
|
27271
|
|
|
|
|
|
|
"618903545", "Leonora", |
|
27272
|
|
|
|
|
|
|
"61743252", "Fraser\ Island", |
|
27273
|
|
|
|
|
|
|
"61888130", "Maitland", |
|
27274
|
|
|
|
|
|
|
"61350463", "Werrimull", |
|
27275
|
|
|
|
|
|
|
"61753223", "Rosewood", |
|
27276
|
|
|
|
|
|
|
"61864952", "Kalamunda", |
|
27277
|
|
|
|
|
|
|
"61899352", "Lynton", |
|
27278
|
|
|
|
|
|
|
"61258114", "Curban", |
|
27279
|
|
|
|
|
|
|
"61268781", "Buckinguy", |
|
27280
|
|
|
|
|
|
|
"61357013", "Bright", |
|
27281
|
|
|
|
|
|
|
"61899047", "Geraldton", |
|
27282
|
|
|
|
|
|
|
"61361543", "Nubeena", |
|
27283
|
|
|
|
|
|
|
"6175530", "Tweed\ Heads", |
|
27284
|
|
|
|
|
|
|
"61264978", "Cobargo", |
|
27285
|
|
|
|
|
|
|
"612685823", "Hermidale", |
|
27286
|
|
|
|
|
|
|
"61343054", "Clear\ Lake", |
|
27287
|
|
|
|
|
|
|
"61253257", "Molong", |
|
27288
|
|
|
|
|
|
|
"61364060", "Burnie", |
|
27289
|
|
|
|
|
|
|
"618904275", "Wilgoyne", |
|
27290
|
|
|
|
|
|
|
"61886546", "Ungarra", |
|
27291
|
|
|
|
|
|
|
"618752947", "Meningie", |
|
27292
|
|
|
|
|
|
|
"61896903", "Cunderdin", |
|
27293
|
|
|
|
|
|
|
"6188116", "Adelaide", |
|
27294
|
|
|
|
|
|
|
"61364604", "Sheffield", |
|
27295
|
|
|
|
|
|
|
"61887728", "Kingston\ Se", |
|
27296
|
|
|
|
|
|
|
"613532282", "Wilkur", |
|
27297
|
|
|
|
|
|
|
"61898183", "Lake\ Toolbrunup", |
|
27298
|
|
|
|
|
|
|
"61253184", "Young", |
|
27299
|
|
|
|
|
|
|
"617452501", "Brymaroo", |
|
27300
|
|
|
|
|
|
|
"61264451", "Jindabyne\ South", |
|
27301
|
|
|
|
|
|
|
"61741355", "Kingaroy", |
|
27302
|
|
|
|
|
|
|
"61851081", "Sandfire", |
|
27303
|
|
|
|
|
|
|
"61357936", "Seymour", |
|
27304
|
|
|
|
|
|
|
"6174622", "Roma", |
|
27305
|
|
|
|
|
|
|
"61257281", "Boorolong", |
|
27306
|
|
|
|
|
|
|
"61752937", "Nambour", |
|
27307
|
|
|
|
|
|
|
"613431988", "Rokewood", |
|
27308
|
|
|
|
|
|
|
"618996940", "Marchagee", |
|
27309
|
|
|
|
|
|
|
"61350521", "Scotia", |
|
27310
|
|
|
|
|
|
|
"61263711", "Wollar", |
|
27311
|
|
|
|
|
|
|
"61259202", "Gala\ Vale", |
|
27312
|
|
|
|
|
|
|
"617486862", "Nogoa", |
|
27313
|
|
|
|
|
|
|
"61741934", "Howard", |
|
27314
|
|
|
|
|
|
|
"61877140", "Kingston\ Se", |
|
27315
|
|
|
|
|
|
|
"613441956", "Beazleys\ Bridge", |
|
27316
|
|
|
|
|
|
|
"61885753", "Policemans\ Point", |
|
27317
|
|
|
|
|
|
|
"61260804", "Koetong", |
|
27318
|
|
|
|
|
|
|
"61741658", "Monogorilby", |
|
27319
|
|
|
|
|
|
|
"61880043", "Pimpara", |
|
27320
|
|
|
|
|
|
|
"61357709", "Taggerty", |
|
27321
|
|
|
|
|
|
|
"618903396", "Great\ Victoria", |
|
27322
|
|
|
|
|
|
|
"61359299", "Red\ Hill", |
|
27323
|
|
|
|
|
|
|
"61385213", "Clayton", |
|
27324
|
|
|
|
|
|
|
"61866018", "Bencubbin", |
|
27325
|
|
|
|
|
|
|
"61350104", "Nyah", |
|
27326
|
|
|
|
|
|
|
"61268026", "Bogan\ Gate", |
|
27327
|
|
|
|
|
|
|
"61881902", "Adelaide", |
|
27328
|
|
|
|
|
|
|
"61868053", "Hopetoun", |
|
27329
|
|
|
|
|
|
|
"61888333", "Ardrossan", |
|
27330
|
|
|
|
|
|
|
"61885448", "Walker\ Flat", |
|
27331
|
|
|
|
|
|
|
"612583929", "Narromine", |
|
27332
|
|
|
|
|
|
|
"61266057", "Hernani", |
|
27333
|
|
|
|
|
|
|
"61340381", "Curyo", |
|
27334
|
|
|
|
|
|
|
"617441387", "Burketown", |
|
27335
|
|
|
|
|
|
|
"61355465", "Ecklin", |
|
27336
|
|
|
|
|
|
|
"612574760", "Boomi", |
|
27337
|
|
|
|
|
|
|
"61363884", "Campbell\ Town", |
|
27338
|
|
|
|
|
|
|
"613553952", "Nirranda", |
|
27339
|
|
|
|
|
|
|
"61361434", "Ouse", |
|
27340
|
|
|
|
|
|
|
"617442533", "Bambaroo", |
|
27341
|
|
|
|
|
|
|
"61265021", "Bunnor", |
|
27342
|
|
|
|
|
|
|
"617486936", "Hodgson\ Range", |
|
27343
|
|
|
|
|
|
|
"618763713", "Marla", |
|
27344
|
|
|
|
|
|
|
"61255094", "Smithtown", |
|
27345
|
|
|
|
|
|
|
"61353534", "Mount\ Wallace", |
|
27346
|
|
|
|
|
|
|
"61354015", "Cohuna", |
|
27347
|
|
|
|
|
|
|
"61742239", "Innisfail", |
|
27348
|
|
|
|
|
|
|
"61340477", "Mildura", |
|
27349
|
|
|
|
|
|
|
"61392640", "Clayton", |
|
27350
|
|
|
|
|
|
|
"61885045", "Freeling", |
|
27351
|
|
|
|
|
|
|
"61897989", "Myalup", |
|
27352
|
|
|
|
|
|
|
"61264513", "Berridale", |
|
27353
|
|
|
|
|
|
|
"61743161", "Monogorilby", |
|
27354
|
|
|
|
|
|
|
"61898380", "Mount\ Madden", |
|
27355
|
|
|
|
|
|
|
"61353758", "Navarre", |
|
27356
|
|
|
|
|
|
|
"61753480", "Caboolture", |
|
27357
|
|
|
|
|
|
|
"61742724", "Coen", |
|
27358
|
|
|
|
|
|
|
"618683263", "Gairdner", |
|
27359
|
|
|
|
|
|
|
"61879232", "Darwin", |
|
27360
|
|
|
|
|
|
|
"61865944", "Armadale", |
|
27361
|
|
|
|
|
|
|
"61740141", "Tully", |
|
27362
|
|
|
|
|
|
|
"61877343", "Wrattonbully", |
|
27363
|
|
|
|
|
|
|
"61340412", "Waitchie", |
|
27364
|
|
|
|
|
|
|
"613553695", "Edenhope", |
|
27365
|
|
|
|
|
|
|
"61355068", "Dunkeld", |
|
27366
|
|
|
|
|
|
|
"61897640", "Balingup", |
|
27367
|
|
|
|
|
|
|
"61899583", "Mount\ George", |
|
27368
|
|
|
|
|
|
|
"618764022", "Yeelanna", |
|
27369
|
|
|
|
|
|
|
"612583207", "Tullamore", |
|
27370
|
|
|
|
|
|
|
"617442557", "Gununa", |
|
27371
|
|
|
|
|
|
|
"61775073", "Cunnamulla", |
|
27372
|
|
|
|
|
|
|
"61887714", "Port\ Macdonnell", |
|
27373
|
|
|
|
|
|
|
"613542560", "Gowar\ East", |
|
27374
|
|
|
|
|
|
|
"613470915", "Creightons\ Creek", |
|
27375
|
|
|
|
|
|
|
"61351793", "Cabbage\ Tree\ Creek", |
|
27376
|
|
|
|
|
|
|
"618600749", "Dulyalbin", |
|
27377
|
|
|
|
|
|
|
"61899075", "Lynton", |
|
27378
|
|
|
|
|
|
|
"61742673", "Walsh\ River", |
|
27379
|
|
|
|
|
|
|
"61258306", "Widgeland", |
|
27380
|
|
|
|
|
|
|
"61249388", "East\ Gresford", |
|
27381
|
|
|
|
|
|
|
"612532454", "Milvale", |
|
27382
|
|
|
|
|
|
|
"618903320", "Holleton", |
|
27383
|
|
|
|
|
|
|
"617451559", "Barcaldine", |
|
27384
|
|
|
|
|
|
|
"613470950", "Woods\ Point", |
|
27385
|
|
|
|
|
|
|
"61358943", "Logie\ Brae", |
|
27386
|
|
|
|
|
|
|
"61747529", "Cape\ River", |
|
27387
|
|
|
|
|
|
|
"61898873", "Wickepin", |
|
27388
|
|
|
|
|
|
|
"61249957", "Dungog", |
|
27389
|
|
|
|
|
|
|
"6174904", "Gladstone", |
|
27390
|
|
|
|
|
|
|
"61256360", "Hernani", |
|
27391
|
|
|
|
|
|
|
"61899951", "Walkaway", |
|
27392
|
|
|
|
|
|
|
"61747135", "Mount\ Fox", |
|
27393
|
|
|
|
|
|
|
"61255301", "Telegraph\ Point", |
|
27394
|
|
|
|
|
|
|
"61740701", "Innot\ Hot\ Springs", |
|
27395
|
|
|
|
|
|
|
"61256404", "Rappville", |
|
27396
|
|
|
|
|
|
|
"617452389", "Tara", |
|
27397
|
|
|
|
|
|
|
"61899478", "Exmouth", |
|
27398
|
|
|
|
|
|
|
"612594449", "Wallanthery", |
|
27399
|
|
|
|
|
|
|
"61267542", "Garah", |
|
27400
|
|
|
|
|
|
|
"61867194", "Cundinup", |
|
27401
|
|
|
|
|
|
|
"61341510", "Loch\ Sport", |
|
27402
|
|
|
|
|
|
|
"61251012", "Bungendore", |
|
27403
|
|
|
|
|
|
|
"612685805", "Coolabah", |
|
27404
|
|
|
|
|
|
|
"61268230", "Quambone", |
|
27405
|
|
|
|
|
|
|
"61355054", "Dartmoor", |
|
27406
|
|
|
|
|
|
|
"61246112", "Campbelltown", |
|
27407
|
|
|
|
|
|
|
"61269396", "Wantabadgery", |
|
27408
|
|
|
|
|
|
|
"61741072", "Kingaroy", |
|
27409
|
|
|
|
|
|
|
"61267849", "Oakey\ Creek", |
|
27410
|
|
|
|
|
|
|
"61258128", "Hermidale", |
|
27411
|
|
|
|
|
|
|
"61890998", "Muntadgin\ East", |
|
27412
|
|
|
|
|
|
|
"612583641", "Tooraweenah", |
|
27413
|
|
|
|
|
|
|
"617550", "Southport", |
|
27414
|
|
|
|
|
|
|
"617486928", "Fitzroy\ West", |
|
27415
|
|
|
|
|
|
|
"61752014", "Jimna", |
|
27416
|
|
|
|
|
|
|
"61352121", "Cressy", |
|
27417
|
|
|
|
|
|
|
"618903431", "Coomalbidgup", |
|
27418
|
|
|
|
|
|
|
"61251077", "Yass", |
|
27419
|
|
|
|
|
|
|
"61748884", "Walkerston", |
|
27420
|
|
|
|
|
|
|
"61756117", "Ormeau", |
|
27421
|
|
|
|
|
|
|
"61745223", "Guluguba", |
|
27422
|
|
|
|
|
|
|
"61898256", "Kuringup", |
|
27423
|
|
|
|
|
|
|
"612593688", "Gala\ Vale", |
|
27424
|
|
|
|
|
|
|
"61242074", "Kiama", |
|
27425
|
|
|
|
|
|
|
"61888192", "Ardrossan", |
|
27426
|
|
|
|
|
|
|
"61896171", "Studleigh", |
|
27427
|
|
|
|
|
|
|
"61353764", "Willaura", |
|
27428
|
|
|
|
|
|
|
"61741017", "Booyal", |
|
27429
|
|
|
|
|
|
|
"61362194", "Tarraleah", |
|
27430
|
|
|
|
|
|
|
"6129161", "Sydney", |
|
27431
|
|
|
|
|
|
|
"61341274", "Cann\ River", |
|
27432
|
|
|
|
|
|
|
"6188675", "Frome", |
|
27433
|
|
|
|
|
|
|
"618763669", "Port\ Kenny", |
|
27434
|
|
|
|
|
|
|
"61863782", "Perth", |
|
27435
|
|
|
|
|
|
|
"61266305", "Woodenbong", |
|
27436
|
|
|
|
|
|
|
"61263141", "Lyndhurst", |
|
27437
|
|
|
|
|
|
|
"61748289", "Turkey\ Beach", |
|
27438
|
|
|
|
|
|
|
"6139975", "Melbourne", |
|
27439
|
|
|
|
|
|
|
"61756110", "Jimboomba", |
|
27440
|
|
|
|
|
|
|
"61341572", "Cabbage\ Tree\ Creek", |
|
27441
|
|
|
|
|
|
|
"61251070", "Cavan", |
|
27442
|
|
|
|
|
|
|
"61367323", "Winnaleah", |
|
27443
|
|
|
|
|
|
|
"61888795", "Bute", |
|
27444
|
|
|
|
|
|
|
"61734099", "Dunwich", |
|
27445
|
|
|
|
|
|
|
"618864650", "Coober\ Pedy", |
|
27446
|
|
|
|
|
|
|
"61741010", "Blackbutt", |
|
27447
|
|
|
|
|
|
|
"61244083", "Nowra", |
|
27448
|
|
|
|
|
|
|
"612685875", "Alectown", |
|
27449
|
|
|
|
|
|
|
"61742708", "Mutchilba", |
|
27450
|
|
|
|
|
|
|
"61897409", "Darkan", |
|
27451
|
|
|
|
|
|
|
"61260161", "Dartmouth", |
|
27452
|
|
|
|
|
|
|
"61341517", "Nowa\ Nowa", |
|
27453
|
|
|
|
|
|
|
"61877175", "Colebatch", |
|
27454
|
|
|
|
|
|
|
"6129443", "Avalon\ Beach", |
|
27455
|
|
|
|
|
|
|
"61266608", "Tabulam", |
|
27456
|
|
|
|
|
|
|
"617479218", "Woodstock", |
|
27457
|
|
|
|
|
|
|
"61898964", "Corackerup", |
|
27458
|
|
|
|
|
|
|
"61267244", "Oban", |
|
27459
|
|
|
|
|
|
|
"61756775", "Rathdowney", |
|
27460
|
|
|
|
|
|
|
"618904223", "Nungarin", |
|
27461
|
|
|
|
|
|
|
"61268237", "Carinda", |
|
27462
|
|
|
|
|
|
|
"61880109", "Menindee", |
|
27463
|
|
|
|
|
|
|
"612582506", "Narran", |
|
27464
|
|
|
|
|
|
|
"61743219", "Mulgildie", |
|
27465
|
|
|
|
|
|
|
"618992288", "Carnamah", |
|
27466
|
|
|
|
|
|
|
"61868115", "Newdegate\ North", |
|
27467
|
|
|
|
|
|
|
"61890763", "Esperance", |
|
27468
|
|
|
|
|
|
|
"613451093", "Apsley", |
|
27469
|
|
|
|
|
|
|
"61864919", "Armadale", |
|
27470
|
|
|
|
|
|
|
"61899319", "Ajana", |
|
27471
|
|
|
|
|
|
|
"61253279", "Gulgong", |
|
27472
|
|
|
|
|
|
|
"61256367", "Mullumbimby", |
|
27473
|
|
|
|
|
|
|
"61354153", "Harcourt", |
|
27474
|
|
|
|
|
|
|
"61264389", "Bobundara", |
|
27475
|
|
|
|
|
|
|
"6128513", "Sutherland", |
|
27476
|
|
|
|
|
|
|
"61359066", "Red\ Hill", |
|
27477
|
|
|
|
|
|
|
"612532870", "Wollar", |
|
27478
|
|
|
|
|
|
|
"618869043", "Leigh\ Creek\ South", |
|
27479
|
|
|
|
|
|
|
"617451499", "Arcadia\ Valley", |
|
27480
|
|
|
|
|
|
|
"61350128", "Rufus\ River", |
|
27481
|
|
|
|
|
|
|
"61347029", "King\ Valley", |
|
27482
|
|
|
|
|
|
|
"6187425", "Adelaide", |
|
27483
|
|
|
|
|
|
|
"618967792", "Dangin", |
|
27484
|
|
|
|
|
|
|
"618850794", "Renmark", |
|
27485
|
|
|
|
|
|
|
"61890533", "Bullfinch", |
|
27486
|
|
|
|
|
|
|
"61747562", "Charters\ Towers", |
|
27487
|
|
|
|
|
|
|
"61891275", "Mitchell", |
|
27488
|
|
|
|
|
|
|
"612583277", "Lake\ Cargelligo", |
|
27489
|
|
|
|
|
|
|
"61898634", "Dumbleyung", |
|
27490
|
|
|
|
|
|
|
"61256025", "Casino", |
|
27491
|
|
|
|
|
|
|
"618983790", "Mount\ Madden", |
|
27492
|
|
|
|
|
|
|
"6175531", "Southport", |
|
27493
|
|
|
|
|
|
|
"61898958", "Lake\ Toolbrunup", |
|
27494
|
|
|
|
|
|
|
"61885059", "Gawler", |
|
27495
|
|
|
|
|
|
|
"61897647", "Bridgetown", |
|
27496
|
|
|
|
|
|
|
"61357003", "Beechworth", |
|
27497
|
|
|
|
|
|
|
"612594208", "Hillston", |
|
27498
|
|
|
|
|
|
|
"618763420", "Wirrulla", |
|
27499
|
|
|
|
|
|
|
"6135235", "Swan\ Marsh", |
|
27500
|
|
|
|
|
|
|
"61890296", "Korbelka", |
|
27501
|
|
|
|
|
|
|
"61258104", "Wyanga", |
|
27502
|
|
|
|
|
|
|
"61392647", "Ringwood", |
|
27503
|
|
|
|
|
|
|
"6174124", "Pialba", |
|
27504
|
|
|
|
|
|
|
"61340470", "Cunninyeuk", |
|
27505
|
|
|
|
|
|
|
"61255912", "Smithtown", |
|
27506
|
|
|
|
|
|
|
"61351638", "Swifts\ Creek", |
|
27507
|
|
|
|
|
|
|
"61248381", "Reidsdale", |
|
27508
|
|
|
|
|
|
|
"61753487", "Thornton", |
|
27509
|
|
|
|
|
|
|
"61880152", "Dolo", |
|
27510
|
|
|
|
|
|
|
"61898387", "Mount\ Madden", |
|
27511
|
|
|
|
|
|
|
"612583618", "Kiacatoo", |
|
27512
|
|
|
|
|
|
|
"61895476", "Bindoon", |
|
27513
|
|
|
|
|
|
|
"618660755", "Dalwallinu", |
|
27514
|
|
|
|
|
|
|
"61896036", "Bidaminna", |
|
27515
|
|
|
|
|
|
|
"61357719", "Wangaratta", |
|
27516
|
|
|
|
|
|
|
"61256428", "Dyraaba", |
|
27517
|
|
|
|
|
|
|
"61260814", "Gerogery", |
|
27518
|
|
|
|
|
|
|
"613572910", "Broadford", |
|
27519
|
|
|
|
|
|
|
"61259212", "Narraburra", |
|
27520
|
|
|
|
|
|
|
"61265398", "Forster", |
|
27521
|
|
|
|
|
|
|
"61256984", "Lismore", |
|
27522
|
|
|
|
|
|
|
"61263701", "Twelve\ Mile", |
|
27523
|
|
|
|
|
|
|
"61269194", "Weethalle", |
|
27524
|
|
|
|
|
|
|
"61753034", "Coominya", |
|
27525
|
|
|
|
|
|
|
"6129979", "Terrey\ Hills", |
|
27526
|
|
|
|
|
|
|
"61898471", "Gnowellen", |
|
27527
|
|
|
|
|
|
|
"618660710", "Miling", |
|
27528
|
|
|
|
|
|
|
"61737333", "Brisbane", |
|
27529
|
|
|
|
|
|
|
"6129720", "Liverpool", |
|
27530
|
|
|
|
|
|
|
"61267505", "Gundabloui", |
|
27531
|
|
|
|
|
|
|
"617473847", "Camooweal", |
|
27532
|
|
|
|
|
|
|
"61259121", "Currawarna", |
|
27533
|
|
|
|
|
|
|
"61742148", "Torres", |
|
27534
|
|
|
|
|
|
|
"61354379", "Jarklin", |
|
27535
|
|
|
|
|
|
|
"61266050", "Glenreagh", |
|
27536
|
|
|
|
|
|
|
"613531940", "Gerang\ Gerung", |
|
27537
|
|
|
|
|
|
|
"613546340", "Talbot", |
|
27538
|
|
|
|
|
|
|
"61259277", "Bambilla", |
|
27539
|
|
|
|
|
|
|
"613572353", "Falls\ Creek", |
|
27540
|
|
|
|
|
|
|
"6135562", "Warrnambool", |
|
27541
|
|
|
|
|
|
|
"61886585", "Orroroo", |
|
27542
|
|
|
|
|
|
|
"61898174", "Lake\ King", |
|
27543
|
|
|
|
|
|
|
"61880203", "White\ Cliffs", |
|
27544
|
|
|
|
|
|
|
"61356056", "Neerim\ South", |
|
27545
|
|
|
|
|
|
|
"61735592", "Brisbane", |
|
27546
|
|
|
|
|
|
|
"61743113", "Mulgildie", |
|
27547
|
|
|
|
|
|
|
"61878062", "Warooka", |
|
27548
|
|
|
|
|
|
|
"617487058", "Theodore", |
|
27549
|
|
|
|
|
|
|
"61269491", "Batlow", |
|
27550
|
|
|
|
|
|
|
"618903381", "South\ Kumminin", |
|
27551
|
|
|
|
|
|
|
"61341156", "Yinnar", |
|
27552
|
|
|
|
|
|
|
"61357432", "Yarrawonga", |
|
27553
|
|
|
|
|
|
|
"61358027", "Deniliquin", |
|
27554
|
|
|
|
|
|
|
"61248739", "Reidsdale", |
|
27555
|
|
|
|
|
|
|
"61259042", "Barmedman", |
|
27556
|
|
|
|
|
|
|
"61253173", "Orange", |
|
27557
|
|
|
|
|
|
|
"61749352", "Bajool", |
|
27558
|
|
|
|
|
|
|
"61259357", "Warrawidgee", |
|
27559
|
|
|
|
|
|
|
"61875575", "Freeling", |
|
27560
|
|
|
|
|
|
|
"61351178", "Licola", |
|
27561
|
|
|
|
|
|
|
"61895907", "Lake\ Clifton", |
|
27562
|
|
|
|
|
|
|
"6124995", "Bandon\ Grove", |
|
27563
|
|
|
|
|
|
|
"61251205", "Bungendore", |
|
27564
|
|
|
|
|
|
|
"612593774", "Cowabbie", |
|
27565
|
|
|
|
|
|
|
"617452439", "The\ Gums", |
|
27566
|
|
|
|
|
|
|
"61266198", "Tyringham", |
|
27567
|
|
|
|
|
|
|
"612594153", "Tumbarumba", |
|
27568
|
|
|
|
|
|
|
"61260055", "Oaklands", |
|
27569
|
|
|
|
|
|
|
"61743307", "Childers", |
|
27570
|
|
|
|
|
|
|
"618965698", "Konnongorring", |
|
27571
|
|
|
|
|
|
|
"6175390", "Caloundra", |
|
27572
|
|
|
|
|
|
|
"612594405", "Gundagai", |
|
27573
|
|
|
|
|
|
|
"61867067", "Busselton", |
|
27574
|
|
|
|
|
|
|
"61250020", "Rand", |
|
27575
|
|
|
|
|
|
|
"61891355", "Broome", |
|
27576
|
|
|
|
|
|
|
"61340522", "Murrayville", |
|
27577
|
|
|
|
|
|
|
"61238199", "Golspie", |
|
27578
|
|
|
|
|
|
|
"613431182", "Linton", |
|
27579
|
|
|
|
|
|
|
"61899207", "Geraldton", |
|
27580
|
|
|
|
|
|
|
"61358938", "Jimaringle", |
|
27581
|
|
|
|
|
|
|
"61897797", "Dinninup\ North", |
|
27582
|
|
|
|
|
|
|
"612594137", "Nangus", |
|
27583
|
|
|
|
|
|
|
"617473852", "Cloncurry", |
|
27584
|
|
|
|
|
|
|
"61255406", "Gloucester", |
|
27585
|
|
|
|
|
|
|
"6189233", "Wanneroo", |
|
27586
|
|
|
|
|
|
|
"6189622", "Northam", |
|
27587
|
|
|
|
|
|
|
"61260458", "Albury", |
|
27588
|
|
|
|
|
|
|
"61345035", "Balmoral", |
|
27589
|
|
|
|
|
|
|
"613470559", "Pyalong", |
|
27590
|
|
|
|
|
|
|
"61255288", "Gloucester", |
|
27591
|
|
|
|
|
|
|
"61264423", "Wonboyn\ Lake", |
|
27592
|
|
|
|
|
|
|
"61891934", "Roebuck", |
|
27593
|
|
|
|
|
|
|
"61888726", "Snowtown", |
|
27594
|
|
|
|
|
|
|
"61891658", "Paraburdoo", |
|
27595
|
|
|
|
|
|
|
"61362067", "Oatlands", |
|
27596
|
|
|
|
|
|
|
"618867774", "Terowie", |
|
27597
|
|
|
|
|
|
|
"61250236", "Rand", |
|
27598
|
|
|
|
|
|
|
"6128633", "Parramatta", |
|
27599
|
|
|
|
|
|
|
"61269060", "Nangus", |
|
27600
|
|
|
|
|
|
|
"61743049", "Fraser\ Island", |
|
27601
|
|
|
|
|
|
|
"6138102", "Melbourne", |
|
27602
|
|
|
|
|
|
|
"612592711", "Junee", |
|
27603
|
|
|
|
|
|
|
"61754660", "Gatton", |
|
27604
|
|
|
|
|
|
|
"61745162", "Cecil\ Plains", |
|
27605
|
|
|
|
|
|
|
"61363183", "Winnaleah", |
|
27606
|
|
|
|
|
|
|
"61344041", "Lalbert", |
|
27607
|
|
|
|
|
|
|
"61741891", "Gaeta", |
|
27608
|
|
|
|
|
|
|
"612574594", "Glen\ Innes", |
|
27609
|
|
|
|
|
|
|
"612583706", "Girilambone", |
|
27610
|
|
|
|
|
|
|
"61747419", "Hughenden", |
|
27611
|
|
|
|
|
|
|
"617486803", "Biloela", |
|
27612
|
|
|
|
|
|
|
"617458676", "Talwood", |
|
27613
|
|
|
|
|
|
|
"61362628", "Brighton", |
|
27614
|
|
|
|
|
|
|
"61877338", "Tilley\ Swamp", |
|
27615
|
|
|
|
|
|
|
"61895480", "Gidgegannup", |
|
27616
|
|
|
|
|
|
|
"61740069", "Torres", |
|
27617
|
|
|
|
|
|
|
"6128776", "Liverpool", |
|
27618
|
|
|
|
|
|
|
"61380070", "Sunbury", |
|
27619
|
|
|
|
|
|
|
"61891000", "Karratha", |
|
27620
|
|
|
|
|
|
|
"61255167", "Byabarra", |
|
27621
|
|
|
|
|
|
|
"61261188", "The\ Mullion", |
|
27622
|
|
|
|
|
|
|
"618660891", "Coomallo", |
|
27623
|
|
|
|
|
|
|
"612574231", "Glen\ Elgin", |
|
27624
|
|
|
|
|
|
|
"618869032", "Kimba", |
|
27625
|
|
|
|
|
|
|
"61264731", "Eden", |
|
27626
|
|
|
|
|
|
|
"618753417", "Murray\ Bridge", |
|
27627
|
|
|
|
|
|
|
"61260300", "Rennie", |
|
27628
|
|
|
|
|
|
|
"61875083", "Auburn", |
|
27629
|
|
|
|
|
|
|
"61887688", "Reedy\ Creek", |
|
27630
|
|
|
|
|
|
|
"61359397", "Rosebud", |
|
27631
|
|
|
|
|
|
|
"612583520", "Girilambone", |
|
27632
|
|
|
|
|
|
|
"617480420", "Turkey\ Beach", |
|
27633
|
|
|
|
|
|
|
"61260464", "Yackandandah", |
|
27634
|
|
|
|
|
|
|
"61340486", "Pan\ Ban", |
|
27635
|
|
|
|
|
|
|
"61248569", "Goulburn", |
|
27636
|
|
|
|
|
|
|
"617750373", "Miles", |
|
27637
|
|
|
|
|
|
|
"618852083", "Riverton", |
|
27638
|
|
|
|
|
|
|
"61358365", "Cornalla", |
|
27639
|
|
|
|
|
|
|
"613574613", "Violet\ Town", |
|
27640
|
|
|
|
|
|
|
"61352350", "Beech\ Forest", |
|
27641
|
|
|
|
|
|
|
"61340208", "Cowangie", |
|
27642
|
|
|
|
|
|
|
"61256096", "Ballina", |
|
27643
|
|
|
|
|
|
|
"61885433", "Milang", |
|
27644
|
|
|
|
|
|
|
"613546334", "Newstead", |
|
27645
|
|
|
|
|
|
|
"6138787", "Dandenong", |
|
27646
|
|
|
|
|
|
|
"618601141", "Kalgoorlie", |
|
27647
|
|
|
|
|
|
|
"61886073", "Gladstone", |
|
27648
|
|
|
|
|
|
|
"617441437", "Bowen", |
|
27649
|
|
|
|
|
|
|
"61265105", "Muswellbrook", |
|
27650
|
|
|
|
|
|
|
"617476494", "Giru", |
|
27651
|
|
|
|
|
|
|
"61240710", "Wards\ River", |
|
27652
|
|
|
|
|
|
|
"617750146", "Goombi", |
|
27653
|
|
|
|
|
|
|
"61287341", "Bankstown", |
|
27654
|
|
|
|
|
|
|
"61263022", "Blayney", |
|
27655
|
|
|
|
|
|
|
"61341420", "Erica", |
|
27656
|
|
|
|
|
|
|
"61262276", "Binalong", |
|
27657
|
|
|
|
|
|
|
"61269604", "Yenda", |
|
27658
|
|
|
|
|
|
|
"61851192", "Ord", |
|
27659
|
|
|
|
|
|
|
"6128567", "Sydney", |
|
27660
|
|
|
|
|
|
|
"612593667", "Barmedman\ East", |
|
27661
|
|
|
|
|
|
|
"61361076", "Ouse", |
|
27662
|
|
|
|
|
|
|
"61380994", "Sunbury", |
|
27663
|
|
|
|
|
|
|
"61267014", "Currabubula", |
|
27664
|
|
|
|
|
|
|
"613431885", "Ballarat", |
|
27665
|
|
|
|
|
|
|
"61754004", "Boonah", |
|
27666
|
|
|
|
|
|
|
"61747378", "Cape\ River", |
|
27667
|
|
|
|
|
|
|
"61240717", "Dungog", |
|
27668
|
|
|
|
|
|
|
"61743458", "Maryborough", |
|
27669
|
|
|
|
|
|
|
"6174591", "Toowoomba", |
|
27670
|
|
|
|
|
|
|
"61742133", "Mossman", |
|
27671
|
|
|
|
|
|
|
"61352424", "Queenscliff", |
|
27672
|
|
|
|
|
|
|
"617441946", "Giru", |
|
27673
|
|
|
|
|
|
|
"61352042", "Bannockburn", |
|
27674
|
|
|
|
|
|
|
"618763481", "Mintabie", |
|
27675
|
|
|
|
|
|
|
"61257318", "Tamworth", |
|
27676
|
|
|
|
|
|
|
"61350694", "Patchewollock", |
|
27677
|
|
|
|
|
|
|
"61244756", "Moruya", |
|
27678
|
|
|
|
|
|
|
"618683310", "Ongerup\ North", |
|
27679
|
|
|
|
|
|
|
"61341427", "Lakes\ Entrance", |
|
27680
|
|
|
|
|
|
|
"61344263", "St\ Arnaud", |
|
27681
|
|
|
|
|
|
|
"61895034", "Dwellingup", |
|
27682
|
|
|
|
|
|
|
"61268498", "Rocky\ Glen", |
|
27683
|
|
|
|
|
|
|
"612683682", "Coonabarabran", |
|
27684
|
|
|
|
|
|
|
"61359390", "Emerald", |
|
27685
|
|
|
|
|
|
|
"618851292", "Karatta", |
|
27686
|
|
|
|
|
|
|
"61341354", "Bruthen", |
|
27687
|
|
|
|
|
|
|
"61878029", "Thistle", |
|
27688
|
|
|
|
|
|
|
"61260307", "Balldale", |
|
27689
|
|
|
|
|
|
|
"612631998", "Canowindra", |
|
27690
|
|
|
|
|
|
|
"61240772", "Wootton", |
|
27691
|
|
|
|
|
|
|
"61752244", "Boonah", |
|
27692
|
|
|
|
|
|
|
"61354504", "Kerang", |
|
27693
|
|
|
|
|
|
|
"61352357", "Beech\ Forest", |
|
27694
|
|
|
|
|
|
|
"61259005", "Wallendbeen", |
|
27695
|
|
|
|
|
|
|
"618683355", "Fitzgerald", |
|
27696
|
|
|
|
|
|
|
"61247046", "Mount\ Wilson", |
|
27697
|
|
|
|
|
|
|
"61753476", "Kilcoy", |
|
27698
|
|
|
|
|
|
|
"617476554", "Kirk", |
|
27699
|
|
|
|
|
|
|
"617750303", "Barcoo", |
|
27700
|
|
|
|
|
|
|
"61342201", "Torquay", |
|
27701
|
|
|
|
|
|
|
"61351643", "Maffra", |
|
27702
|
|
|
|
|
|
|
"612574800", "Limbri", |
|
27703
|
|
|
|
|
|
|
"61891007", "Christmas\ Island", |
|
27704
|
|
|
|
|
|
|
"612574454", "Pilliga", |
|
27705
|
|
|
|
|
|
|
"61269893", "Ganmain", |
|
27706
|
|
|
|
|
|
|
"61895487", "Rockingham", |
|
27707
|
|
|
|
|
|
|
"617480713", "Garnant", |
|
27708
|
|
|
|
|
|
|
"61756632", "Tweed\ Heads", |
|
27709
|
|
|
|
|
|
|
"61743055", "Gaeta", |
|
27710
|
|
|
|
|
|
|
"61256101", "Murwillumbah", |
|
27711
|
|
|
|
|
|
|
"612530154", "Neville\/Lyndhurst\/Maimuru\/Manildra", |
|
27712
|
|
|
|
|
|
|
"61746483", "Bimbadeen", |
|
27713
|
|
|
|
|
|
|
"61255160", "Broke", |
|
27714
|
|
|
|
|
|
|
"612573423", "Plumthorpe", |
|
27715
|
|
|
|
|
|
|
"61896631", "Dalwallinu\ West", |
|
27716
|
|
|
|
|
|
|
"618600822", "Kambalda", |
|
27717
|
|
|
|
|
|
|
"61260113", "Cudgewa", |
|
27718
|
|
|
|
|
|
|
"61754667", "Thornton", |
|
27719
|
|
|
|
|
|
|
"61354868", "Lockington", |
|
27720
|
|
|
|
|
|
|
"61267992", "Narrabri", |
|
27721
|
|
|
|
|
|
|
"61380012", "Werribee", |
|
27722
|
|
|
|
|
|
|
"617486022", "Colston\ Park", |
|
27723
|
|
|
|
|
|
|
"61269067", "Stanbridge", |
|
27724
|
|
|
|
|
|
|
"617458606", "Cottonvale", |
|
27725
|
|
|
|
|
|
|
"61259286", "Burcher", |
|
27726
|
|
|
|
|
|
|
"61340569", "Nyah", |
|
27727
|
|
|
|
|
|
|
"61745765", "Cottonvale", |
|
27728
|
|
|
|
|
|
|
"61348175", "Kyabram", |
|
27729
|
|
|
|
|
|
|
"6124847", "Gundillion", |
|
27730
|
|
|
|
|
|
|
"61268095", "Yarragrin", |
|
27731
|
|
|
|
|
|
|
"61890548", "Warralakin", |
|
27732
|
|
|
|
|
|
|
"612583776", "Brewarrina", |
|
27733
|
|
|
|
|
|
|
"617486873", "The\ Caves", |
|
27734
|
|
|
|
|
|
|
"61341368", "Goongerah", |
|
27735
|
|
|
|
|
|
|
"612583138", "Binnaway", |
|
27736
|
|
|
|
|
|
|
"6188976", "Batchelor", |
|
27737
|
|
|
|
|
|
|
"61891349", "Pannawonica", |
|
27738
|
|
|
|
|
|
|
"61754028", "Kenilworth", |
|
27739
|
|
|
|
|
|
|
"61739994", "Brisbane", |
|
27740
|
|
|
|
|
|
|
"61740022", "Bloomfield", |
|
27741
|
|
|
|
|
|
|
"61888836", "Bute", |
|
27742
|
|
|
|
|
|
|
"61362060", "New\ Norfolk", |
|
27743
|
|
|
|
|
|
|
"618867704", "Willowie", |
|
27744
|
|
|
|
|
|
|
"617480669", "Rockhampton", |
|
27745
|
|
|
|
|
|
|
"612592748", "Wagga\ Wagga", |
|
27746
|
|
|
|
|
|
|
"618982450", "Perillup", |
|
27747
|
|
|
|
|
|
|
"61867060", "Augusta", |
|
27748
|
|
|
|
|
|
|
"61340224", "Wentworth", |
|
27749
|
|
|
|
|
|
|
"61743464", "Mundubbera", |
|
27750
|
|
|
|
|
|
|
"61745129", "Clifton", |
|
27751
|
|
|
|
|
|
|
"61743300", "Booyal", |
|
27752
|
|
|
|
|
|
|
"61897790", "Cundinup", |
|
27753
|
|
|
|
|
|
|
"61899200", "Geraldton", |
|
27754
|
|
|
|
|
|
|
"61250027", "Walwa", |
|
27755
|
|
|
|
|
|
|
"61745535", "Guluguba", |
|
27756
|
|
|
|
|
|
|
"61364788", "Burnie", |
|
27757
|
|
|
|
|
|
|
"61896961", "Goomalling", |
|
27758
|
|
|
|
|
|
|
"61265142", "Telegraph\ Point", |
|
27759
|
|
|
|
|
|
|
"6174433", "Townsville", |
|
27760
|
|
|
|
|
|
|
"613442101", "Bealiba", |
|
27761
|
|
|
|
|
|
|
"61895900", "Yanchep", |
|
27762
|
|
|
|
|
|
|
"617458954", "Westmar", |
|
27763
|
|
|
|
|
|
|
"61354854", "Mitiamo", |
|
27764
|
|
|
|
|
|
|
"618996851", "Pindar\ South", |
|
27765
|
|
|
|
|
|
|
"61889341", "Alyangula", |
|
27766
|
|
|
|
|
|
|
"61259350", "Tumorrama", |
|
27767
|
|
|
|
|
|
|
"61754425", "Cooroy", |
|
27768
|
|
|
|
|
|
|
"61741493", "Boondooma", |
|
27769
|
|
|
|
|
|
|
"61756556", "Beaudesert", |
|
27770
|
|
|
|
|
|
|
"6124299", "Helensburgh", |
|
27771
|
|
|
|
|
|
|
"612593704", "Kyeamba", |
|
27772
|
|
|
|
|
|
|
"61888602", "Balaklava", |
|
27773
|
|
|
|
|
|
|
"617480050", "Goovigen", |
|
27774
|
|
|
|
|
|
|
"61742392", "Kowanyama", |
|
27775
|
|
|
|
|
|
|
"618600775", "Munglinup", |
|
27776
|
|
|
|
|
|
|
"61746578", "Blackall", |
|
27777
|
|
|
|
|
|
|
"61260049", "Corowa", |
|
27778
|
|
|
|
|
|
|
"61350401", "Curyo", |
|
27779
|
|
|
|
|
|
|
"617442542", "Charters\ Towers", |
|
27780
|
|
|
|
|
|
|
"61889915", "Borroloola", |
|
27781
|
|
|
|
|
|
|
"61358020", "Conargo", |
|
27782
|
|
|
|
|
|
|
"61879399", "Plenty", |
|
27783
|
|
|
|
|
|
|
"618601118", "Bodallin\ North", |
|
27784
|
|
|
|
|
|
|
"61256518", "Wooli", |
|
27785
|
|
|
|
|
|
|
"6124636", "Campbelltown", |
|
27786
|
|
|
|
|
|
|
"612532580", "Mudgee", |
|
27787
|
|
|
|
|
|
|
"61264640", "Bombala", |
|
27788
|
|
|
|
|
|
|
"6175433", "Caboolture", |
|
27789
|
|
|
|
|
|
|
"61387801", "Kalkallo", |
|
27790
|
|
|
|
|
|
|
"61888598", "Spalding", |
|
27791
|
|
|
|
|
|
|
"61746556", "Paroo", |
|
27792
|
|
|
|
|
|
|
"618967783", "Dale\ River", |
|
27793
|
|
|
|
|
|
|
"617459080", "Westmar", |
|
27794
|
|
|
|
|
|
|
"61744425", "Boulia", |
|
27795
|
|
|
|
|
|
|
"61363860", "Emita", |
|
27796
|
|
|
|
|
|
|
"618996967", "Yuna\ East", |
|
27797
|
|
|
|
|
|
|
"6124773", "Mulgoa", |
|
27798
|
|
|
|
|
|
|
"61340401", "Scotia", |
|
27799
|
|
|
|
|
|
|
"61267148", "Aberfoyle", |
|
27800
|
|
|
|
|
|
|
"618864603", "Port\ Pirie", |
|
27801
|
|
|
|
|
|
|
"613553974", "Port\ Fairy", |
|
27802
|
|
|
|
|
|
|
"61248553", "Bowral", |
|
27803
|
|
|
|
|
|
|
"61268185", "Peak\ Hill", |
|
27804
|
|
|
|
|
|
|
"61868141", "Mettler", |
|
27805
|
|
|
|
|
|
|
"61240654", "Bulahdelah", |
|
27806
|
|
|
|
|
|
|
"61264989", "Ando", |
|
27807
|
|
|
|
|
|
|
"618753142", "Mannum", |
|
27808
|
|
|
|
|
|
|
"618680059", "Badgebup\ North", |
|
27809
|
|
|
|
|
|
|
"6127902", "Sydney", |
|
27810
|
|
|
|
|
|
|
"61742505", "Hopevale", |
|
27811
|
|
|
|
|
|
|
"61348020", "Jimaringle", |
|
27812
|
|
|
|
|
|
|
"61746962", "Cambooya", |
|
27813
|
|
|
|
|
|
|
"61258522", "Lightning\ Ridge", |
|
27814
|
|
|
|
|
|
|
"61354796", "Bealiba", |
|
27815
|
|
|
|
|
|
|
"61359547", "Warburton", |
|
27816
|
|
|
|
|
|
|
"61361607", "Richmond", |
|
27817
|
|
|
|
|
|
|
"61896466", "Dangin", |
|
27818
|
|
|
|
|
|
|
"61744028", "Townsville", |
|
27819
|
|
|
|
|
|
|
"618763822", "Redhill", |
|
27820
|
|
|
|
|
|
|
"61745743", "Roma", |
|
27821
|
|
|
|
|
|
|
"612685585", "Wirrinya", |
|
27822
|
|
|
|
|
|
|
"61740053", "Gordonvale", |
|
27823
|
|
|
|
|
|
|
"6136475", "Gordon", |
|
27824
|
|
|
|
|
|
|
"612574634", "Tambar\ Springs", |
|
27825
|
|
|
|
|
|
|
"612594399", "Galore", |
|
27826
|
|
|
|
|
|
|
"61263115", "Kandos", |
|
27827
|
|
|
|
|
|
|
"61351665", "Clydebank", |
|
27828
|
|
|
|
|
|
|
"61898400", "Walpole", |
|
27829
|
|
|
|
|
|
|
"61753464", "Caloundra", |
|
27830
|
|
|
|
|
|
|
"612582475", "Dandaloo", |
|
27831
|
|
|
|
|
|
|
"612630898", "Burraga", |
|
27832
|
|
|
|
|
|
|
"61895219", "Mandurah", |
|
27833
|
|
|
|
|
|
|
"61240027", "Swansea", |
|
27834
|
|
|
|
|
|
|
"61890021", "Bonnie\ Rock", |
|
27835
|
|
|
|
|
|
|
"618752960", "Penneshaw", |
|
27836
|
|
|
|
|
|
|
"61884863", "Woodside", |
|
27837
|
|
|
|
|
|
|
"61745103", "Yuleba", |
|
27838
|
|
|
|
|
|
|
"613432133", "Beaufort", |
|
27839
|
|
|
|
|
|
|
"618967085", "Wubin", |
|
27840
|
|
|
|
|
|
|
"61255481", "Bowraville", |
|
27841
|
|
|
|
|
|
|
"612594064", "Tumorrama", |
|
27842
|
|
|
|
|
|
|
"61256384", "Bonalbo", |
|
27843
|
|
|
|
|
|
|
"61265998", "Lord\ Howe\ Island", |
|
27844
|
|
|
|
|
|
|
"61352201", "Wingeel", |
|
27845
|
|
|
|
|
|
|
"61754541", "Kenilworth", |
|
27846
|
|
|
|
|
|
|
"61756483", "Southport", |
|
27847
|
|
|
|
|
|
|
"61896107", "Gillingarra", |
|
27848
|
|
|
|
|
|
|
"61240668", "Swansea", |
|
27849
|
|
|
|
|
|
|
"61753055", "Pomona", |
|
27850
|
|
|
|
|
|
|
"61353549", "Elmhurst", |
|
27851
|
|
|
|
|
|
|
"61746632", "Tipton", |
|
27852
|
|
|
|
|
|
|
"612532472", "Woodstock", |
|
27853
|
|
|
|
|
|
|
"618985188", "Nalyerlup", |
|
27854
|
|
|
|
|
|
|
"61256637", "Tabulam", |
|
27855
|
|
|
|
|
|
|
"61383587", "Craigieburn", |
|
27856
|
|
|
|
|
|
|
"61354979", "Bendigo", |
|
27857
|
|
|
|
|
|
|
"61879787", "Darwin", |
|
27858
|
|
|
|
|
|
|
"61258208", "Mount\ Herring", |
|
27859
|
|
|
|
|
|
|
"61358175", "Finley", |
|
27860
|
|
|
|
|
|
|
"61240365", "Maitland", |
|
27861
|
|
|
|
|
|
|
"61342042", "Lara", |
|
27862
|
|
|
|
|
|
|
"61248803", "Crookwell", |
|
27863
|
|
|
|
|
|
|
"61889784", "Noonamah", |
|
27864
|
|
|
|
|
|
|
"618660796", "Yorkrakine", |
|
27865
|
|
|
|
|
|
|
"61367210", "Pyengana", |
|
27866
|
|
|
|
|
|
|
"61342424", "Geelong", |
|
27867
|
|
|
|
|
|
|
"618763775", "Cummins", |
|
27868
|
|
|
|
|
|
|
"61351935", "Club\ Terrace", |
|
27869
|
|
|
|
|
|
|
"61898358", "West\ River", |
|
27870
|
|
|
|
|
|
|
"61752133", "Ballugan", |
|
27871
|
|
|
|
|
|
|
"61353780", "Rokewood", |
|
27872
|
|
|
|
|
|
|
"617480749", "Turkey\ Beach", |
|
27873
|
|
|
|
|
|
|
"61753458", "Nambour", |
|
27874
|
|
|
|
|
|
|
"61745317", "Coondarra", |
|
27875
|
|
|
|
|
|
|
"618683509", "Jaloran", |
|
27876
|
|
|
|
|
|
|
"61354263", "Woodend", |
|
27877
|
|
|
|
|
|
|
"61351427", "Combienbar", |
|
27878
|
|
|
|
|
|
|
"613451082", "Strathdownie", |
|
27879
|
|
|
|
|
|
|
"61748860", "Gladstone", |
|
27880
|
|
|
|
|
|
|
"61255377", "Pacific\ Palms", |
|
27881
|
|
|
|
|
|
|
"61740777", "Herberton", |
|
27882
|
|
|
|
|
|
|
"61896313", "Dowerin", |
|
27883
|
|
|
|
|
|
|
"613432157", "Learmonth", |
|
27884
|
|
|
|
|
|
|
"61898655", "Pingelly", |
|
27885
|
|
|
|
|
|
|
"61898987", "Porongurup", |
|
27886
|
|
|
|
|
|
|
"61742244", "Dimbulah", |
|
27887
|
|
|
|
|
|
|
"61745372", "Bimbadeen", |
|
27888
|
|
|
|
|
|
|
"612583801", "Ginghet", |
|
27889
|
|
|
|
|
|
|
"61348236", "Shepparton", |
|
27890
|
|
|
|
|
|
|
"6124756", "Mount\ Wilson", |
|
27891
|
|
|
|
|
|
|
"61740712", "Mossman", |
|
27892
|
|
|
|
|
|
|
"61255312", "Taylors\ Arm", |
|
27893
|
|
|
|
|
|
|
"6128411", "Terrey\ Hills", |
|
27894
|
|
|
|
|
|
|
"61267708", "Kingstown", |
|
27895
|
|
|
|
|
|
|
"61746806", "Cottonvale", |
|
27896
|
|
|
|
|
|
|
"61257046", "Glen\ Innes", |
|
27897
|
|
|
|
|
|
|
"61743476", "Yandaran", |
|
27898
|
|
|
|
|
|
|
"61747356", "Ravenswood", |
|
27899
|
|
|
|
|
|
|
"61342357", "Swan\ Marsh", |
|
27900
|
|
|
|
|
|
|
"612574989", "Yarrowitch", |
|
27901
|
|
|
|
|
|
|
"61244299", "Milton\-ulladulla", |
|
27902
|
|
|
|
|
|
|
"61350486", "Swan\ Hill", |
|
27903
|
|
|
|
|
|
|
"61361058", "New\ Norfolk", |
|
27904
|
|
|
|
|
|
|
"61367272", "Emita", |
|
27905
|
|
|
|
|
|
|
"61888016", "Blyth", |
|
27906
|
|
|
|
|
|
|
"61898980", "Katanning", |
|
27907
|
|
|
|
|
|
|
"612583871", "Bedgerebong", |
|
27908
|
|
|
|
|
|
|
"61238089", "Braidwood", |
|
27909
|
|
|
|
|
|
|
"61740115", "Mount\ Surprise", |
|
27910
|
|
|
|
|
|
|
"61342350", "Inverleigh", |
|
27911
|
|
|
|
|
|
|
"617476421", "Briaba", |
|
27912
|
|
|
|
|
|
|
"617452659", "Atholwood", |
|
27913
|
|
|
|
|
|
|
"61897389", "Manjimup", |
|
27914
|
|
|
|
|
|
|
"61383749", "Craigieburn", |
|
27915
|
|
|
|
|
|
|
"61265763", "Ravensworth", |
|
27916
|
|
|
|
|
|
|
"612583230", "Barrinford", |
|
27917
|
|
|
|
|
|
|
"61748093", "Pegunny", |
|
27918
|
|
|
|
|
|
|
"61746929", "Brymaroo", |
|
27919
|
|
|
|
|
|
|
"61250175", "Leicester\ Park", |
|
27920
|
|
|
|
|
|
|
"618903272", "Belka\ East", |
|
27921
|
|
|
|
|
|
|
"61749895", "Byfield", |
|
27922
|
|
|
|
|
|
|
"61745310", "Auburn", |
|
27923
|
|
|
|
|
|
|
"618683579", "Badgebup\ North", |
|
27924
|
|
|
|
|
|
|
"61885011", "Barmera", |
|
27925
|
|
|
|
|
|
|
"61353787", "Bangerang", |
|
27926
|
|
|
|
|
|
|
"613431934", "Streatham", |
|
27927
|
|
|
|
|
|
|
"61367217", "Waterhouse", |
|
27928
|
|
|
|
|
|
|
"61864583", "Perth", |
|
27929
|
|
|
|
|
|
|
"618763705", "Kimba", |
|
27930
|
|
|
|
|
|
|
"61373791", "Sydenham", |
|
27931
|
|
|
|
|
|
|
"61898649", "Tarin\ Rock", |
|
27932
|
|
|
|
|
|
|
"61388274", "Ringwood", |
|
27933
|
|
|
|
|
|
|
"61740770", "Daintree", |
|
27934
|
|
|
|
|
|
|
"61255370", "Macksville", |
|
27935
|
|
|
|
|
|
|
"61744004", "Croydon", |
|
27936
|
|
|
|
|
|
|
"61251196", "Gearys\ Gap", |
|
27937
|
|
|
|
|
|
|
"61748867", "Gladstone", |
|
27938
|
|
|
|
|
|
|
"61263053", "Windeyer", |
|
27939
|
|
|
|
|
|
|
"61351420", "Sale", |
|
27940
|
|
|
|
|
|
|
"61358772", "Shepparton", |
|
27941
|
|
|
|
|
|
|
"61755162", "Beaudesert", |
|
27942
|
|
|
|
|
|
|
"613470168", "Thoona", |
|
27943
|
|
|
|
|
|
|
"6173485", "Ipswich", |
|
27944
|
|
|
|
|
|
|
"61256630", "Lismore", |
|
27945
|
|
|
|
|
|
|
"61353555", "Elmhurst", |
|
27946
|
|
|
|
|
|
|
"61753049", "Woodbine", |
|
27947
|
|
|
|
|
|
|
"61364492", "Savage\ River", |
|
27948
|
|
|
|
|
|
|
"61387403", "Croydon", |
|
27949
|
|
|
|
|
|
|
"617476330", "Prairie", |
|
27950
|
|
|
|
|
|
|
"61886614", "Whyalla", |
|
27951
|
|
|
|
|
|
|
"61898166", "Kuringup", |
|
27952
|
|
|
|
|
|
|
"61264409", "Delegate", |
|
27953
|
|
|
|
|
|
|
"61354041", "Maryborough", |
|
27954
|
|
|
|
|
|
|
"61266088", "Nimbin", |
|
27955
|
|
|
|
|
|
|
"61891892", "Tom\ Price", |
|
27956
|
|
|
|
|
|
|
"618993268", "Tenindewa", |
|
27957
|
|
|
|
|
|
|
"61747168", "The\ Monument", |
|
27958
|
|
|
|
|
|
|
"61240593", "Eccleston", |
|
27959
|
|
|
|
|
|
|
"61357751", "Mansfield", |
|
27960
|
|
|
|
|
|
|
"61891599", "Onslow", |
|
27961
|
|
|
|
|
|
|
"613450578", "Merino", |
|
27962
|
|
|
|
|
|
|
"618854931", "Bower", |
|
27963
|
|
|
|
|
|
|
"61895161", "Rockingham", |
|
27964
|
|
|
|
|
|
|
"613553656", "Lake\ Mundi", |
|
27965
|
|
|
|
|
|
|
"61266942", "Lismore", |
|
27966
|
|
|
|
|
|
|
"618661089", "Badgingarra", |
|
27967
|
|
|
|
|
|
|
"6187187", "Mount\ Barker", |
|
27968
|
|
|
|
|
|
|
"6135529", "Tyrendarra", |
|
27969
|
|
|
|
|
|
|
"61896100", "Gabbin", |
|
27970
|
|
|
|
|
|
|
"618989076", "Yealering", |
|
27971
|
|
|
|
|
|
|
"61890398", "Kalgoorlie", |
|
27972
|
|
|
|
|
|
|
"61340553", "Box\ Creek", |
|
27973
|
|
|
|
|
|
|
"61269996", "Cootamundra", |
|
27974
|
|
|
|
|
|
|
"6126048", "Albury", |
|
27975
|
|
|
|
|
|
|
"61898407", "Bow\ Bridge", |
|
27976
|
|
|
|
|
|
|
"612956", "Sydney", |
|
27977
|
|
|
|
|
|
|
"618660070", "Aldersyde", |
|
27978
|
|
|
|
|
|
|
"612574091", "Banoon", |
|
27979
|
|
|
|
|
|
|
"6186420", "Fremantle", |
|
27980
|
|
|
|
|
|
|
"6125525", "Port\ Macquarie", |
|
27981
|
|
|
|
|
|
|
"61257282", "Ebor", |
|
27982
|
|
|
|
|
|
|
"613470903", "Yarck", |
|
27983
|
|
|
|
|
|
|
"613978", "Dandenong", |
|
27984
|
|
|
|
|
|
|
"61267239", "Bundarra", |
|
27985
|
|
|
|
|
|
|
"61350522", "Wentworth", |
|
27986
|
|
|
|
|
|
|
"61240020", "Laguna", |
|
27987
|
|
|
|
|
|
|
"61263712", "Wollar", |
|
27988
|
|
|
|
|
|
|
"61259201", "Coleambally", |
|
27989
|
|
|
|
|
|
|
"61875193", "Peake", |
|
27990
|
|
|
|
|
|
|
"613441740", "Tullakool", |
|
27991
|
|
|
|
|
|
|
"61355035", "Cavendish", |
|
27992
|
|
|
|
|
|
|
"612532853", "Milvale", |
|
27993
|
|
|
|
|
|
|
"61361064", "Dunalley", |
|
27994
|
|
|
|
|
|
|
"612593747", "Winchendon\ Vale", |
|
27995
|
|
|
|
|
|
|
"61264452", "Jindabyne\ South", |
|
27996
|
|
|
|
|
|
|
"61356475", "Trafalgar", |
|
27997
|
|
|
|
|
|
|
"61242931", "Kiama", |
|
27998
|
|
|
|
|
|
|
"61342286", "Kennedys\ Creek", |
|
27999
|
|
|
|
|
|
|
"61851082", "Telfer", |
|
28000
|
|
|
|
|
|
|
"618996756", "Yalgoo", |
|
28001
|
|
|
|
|
|
|
"6136119", "Sorell", |
|
28002
|
|
|
|
|
|
|
"61256186", "Glenreagh", |
|
28003
|
|
|
|
|
|
|
"613545264", "Boort", |
|
28004
|
|
|
|
|
|
|
"61880808", "Dolo", |
|
28005
|
|
|
|
|
|
|
"61261495", "Gundaroo", |
|
28006
|
|
|
|
|
|
|
"61753113", "Laidley", |
|
28007
|
|
|
|
|
|
|
"61249988", "Laguna", |
|
28008
|
|
|
|
|
|
|
"61258224", "Gilgooma", |
|
28009
|
|
|
|
|
|
|
"613553904", "Heywood", |
|
28010
|
|
|
|
|
|
|
"61747154", "Prairie", |
|
28011
|
|
|
|
|
|
|
"6124782", "Katoomba", |
|
28012
|
|
|
|
|
|
|
"61361600", "Maydena", |
|
28013
|
|
|
|
|
|
|
"61268782", "Carinda", |
|
28014
|
|
|
|
|
|
|
"618997009", "Three\ Springs", |
|
28015
|
|
|
|
|
|
|
"61348027", "Mabins\ Well", |
|
28016
|
|
|
|
|
|
|
"61756881", "Southport", |
|
28017
|
|
|
|
|
|
|
"61363093", "Westbury", |
|
28018
|
|
|
|
|
|
|
"61351156", "Erica", |
|
28019
|
|
|
|
|
|
|
"612685813", "Girilambone", |
|
28020
|
|
|
|
|
|
|
"6128042", "Sydney", |
|
28021
|
|
|
|
|
|
|
"61264647", "Cooma", |
|
28022
|
|
|
|
|
|
|
"61864951", "Herne\ Hill", |
|
28023
|
|
|
|
|
|
|
"61899351", "Lynton", |
|
28024
|
|
|
|
|
|
|
"61342005", "Lavers\ Hill", |
|
28025
|
|
|
|
|
|
|
"618867747", "Morchard", |
|
28026
|
|
|
|
|
|
|
"61341178", "Cann\ River", |
|
28027
|
|
|
|
|
|
|
"6189530", "Pinjarra", |
|
28028
|
|
|
|
|
|
|
"61363867", "St\ Marys", |
|
28029
|
|
|
|
|
|
|
"61356078", "Neerim\ South", |
|
28030
|
|
|
|
|
|
|
"61358343", "Cobram", |
|
28031
|
|
|
|
|
|
|
"61355438", "Wallacedale", |
|
28032
|
|
|
|
|
|
|
"61265296", "Lord\ Howe\ Island", |
|
28033
|
|
|
|
|
|
|
"61896589", "Cunderdin", |
|
28034
|
|
|
|
|
|
|
"612532837", "Harden", |
|
28035
|
|
|
|
|
|
|
"61743251", "Pialba", |
|
28036
|
|
|
|
|
|
|
"617750350", "Haden", |
|
28037
|
|
|
|
|
|
|
"612583244", "Buckinguy", |
|
28038
|
|
|
|
|
|
|
"618983678", "Jerdacuttup", |
|
28039
|
|
|
|
|
|
|
"612684320", "Tooraweenah", |
|
28040
|
|
|
|
|
|
|
"61897423", "Balingup", |
|
28041
|
|
|
|
|
|
|
"617486583", "Woorabinda", |
|
28042
|
|
|
|
|
|
|
"618866963", "Gladstone", |
|
28043
|
|
|
|
|
|
|
"618866365", "Wanilla", |
|
28044
|
|
|
|
|
|
|
"61748472", "Rolleston", |
|
28045
|
|
|
|
|
|
|
"61891136", "Marble\ Bar", |
|
28046
|
|
|
|
|
|
|
"618993958", "Coorow", |
|
28047
|
|
|
|
|
|
|
"61883070", "Mclaren\ Vale", |
|
28048
|
|
|
|
|
|
|
"612574114", "Curlewis", |
|
28049
|
|
|
|
|
|
|
"61367309", "Longford", |
|
28050
|
|
|
|
|
|
|
"61747451", "Normanton", |
|
28051
|
|
|
|
|
|
|
"61269546", "Coleambally", |
|
28052
|
|
|
|
|
|
|
"61743371", "Maryborough", |
|
28053
|
|
|
|
|
|
|
"61743034", "Pialba", |
|
28054
|
|
|
|
|
|
|
"6187082", "Adelaide", |
|
28055
|
|
|
|
|
|
|
"612574837", "Weemelah", |
|
28056
|
|
|
|
|
|
|
"61261150", "Michelago", |
|
28057
|
|
|
|
|
|
|
"613574675", "Killawarra", |
|
28058
|
|
|
|
|
|
|
"61359074", "Pakenham", |
|
28059
|
|
|
|
|
|
|
"61745804", "Toowoomba", |
|
28060
|
|
|
|
|
|
|
"617750315", "Brymaroo", |
|
28061
|
|
|
|
|
|
|
"618683396", "Narrakine", |
|
28062
|
|
|
|
|
|
|
"61267392", "Barwick", |
|
28063
|
|
|
|
|
|
|
"6138358", "Sydenham", |
|
28064
|
|
|
|
|
|
|
"618996988", "Lake\ Mason", |
|
28065
|
|
|
|
|
|
|
"61899127", "Pindar\ South", |
|
28066
|
|
|
|
|
|
|
"612593752", "Ardlethan", |
|
28067
|
|
|
|
|
|
|
"61752148", "Kenilworth", |
|
28068
|
|
|
|
|
|
|
"61895458", "Yanchep", |
|
28069
|
|
|
|
|
|
|
"61249121", "Clarence\ Town", |
|
28070
|
|
|
|
|
|
|
"61748417", "Mackay", |
|
28071
|
|
|
|
|
|
|
"61251125", "Gearys\ Gap", |
|
28072
|
|
|
|
|
|
|
"61364073", "Smithton", |
|
28073
|
|
|
|
|
|
|
"612574186", "Baan\ Baa", |
|
28074
|
|
|
|
|
|
|
"61244193", "Moruya", |
|
28075
|
|
|
|
|
|
|
"618683545", "Nyabing", |
|
28076
|
|
|
|
|
|
|
"61284172", "Sydney", |
|
28077
|
|
|
|
|
|
|
"618763865", "Elliston", |
|
28078
|
|
|
|
|
|
|
"61740786", "Cairns", |
|
28079
|
|
|
|
|
|
|
"61255386", "Stuarts\ Point", |
|
28080
|
|
|
|
|
|
|
"61749826", "Blackwater", |
|
28081
|
|
|
|
|
|
|
"6173074", "Brisbane", |
|
28082
|
|
|
|
|
|
|
"61341335", "Maffra", |
|
28083
|
|
|
|
|
|
|
"61261582", "Gundaroo", |
|
28084
|
|
|
|
|
|
|
"61347003", "Kilmore", |
|
28085
|
|
|
|
|
|
|
"6173505", "Brisbane", |
|
28086
|
|
|
|
|
|
|
"6136352", "Scottsdale", |
|
28087
|
|
|
|
|
|
|
"61246025", "Campbelltown", |
|
28088
|
|
|
|
|
|
|
"61887650", "Frances", |
|
28089
|
|
|
|
|
|
|
"61747978", "Bambaroo", |
|
28090
|
|
|
|
|
|
|
"61350470", "Underbool", |
|
28091
|
|
|
|
|
|
|
"618865095", "Woomera", |
|
28092
|
|
|
|
|
|
|
"617458661", "North\ Star", |
|
28093
|
|
|
|
|
|
|
"617473874", "Eddington", |
|
28094
|
|
|
|
|
|
|
"61880123", "The\ Darling", |
|
28095
|
|
|
|
|
|
|
"61745568", "Goombi", |
|
28096
|
|
|
|
|
|
|
"61358846", "Conargo", |
|
28097
|
|
|
|
|
|
|
"61877020", "Penola", |
|
28098
|
|
|
|
|
|
|
"61898976", "Bedford\ Harbour", |
|
28099
|
|
|
|
|
|
|
"61352957", "Queenscliff", |
|
28100
|
|
|
|
|
|
|
"61895055", "Pinjarra", |
|
28101
|
|
|
|
|
|
|
"61741720", "Moonford", |
|
28102
|
|
|
|
|
|
|
"61897561", "Nannup", |
|
28103
|
|
|
|
|
|
|
"61741837", "Pialba", |
|
28104
|
|
|
|
|
|
|
"61743487", "Chahpingah", |
|
28105
|
|
|
|
|
|
|
"613532417", "Polkemmet", |
|
28106
|
|
|
|
|
|
|
"618867752", "Orroroo", |
|
28107
|
|
|
|
|
|
|
"61359990", "Cranbourne", |
|
28108
|
|
|
|
|
|
|
"6138851", "Melbourne", |
|
28109
|
|
|
|
|
|
|
"617442914", "Millaroo", |
|
28110
|
|
|
|
|
|
|
"618864321", "Crystal\ Brook", |
|
28111
|
|
|
|
|
|
|
"61889618", "Tennant\ Creek", |
|
28112
|
|
|
|
|
|
|
"61753219", "Boonah", |
|
28113
|
|
|
|
|
|
|
"61265225", "Mount\ Olive", |
|
28114
|
|
|
|
|
|
|
"6186323", "Perth", |
|
28115
|
|
|
|
|
|
|
"61282690", "Sydney", |
|
28116
|
|
|
|
|
|
|
"61887008", "Bordertown", |
|
28117
|
|
|
|
|
|
|
"61889941", "Darwin", |
|
28118
|
|
|
|
|
|
|
"6174852", "Mackay", |
|
28119
|
|
|
|
|
|
|
"61354211", "Kyneton", |
|
28120
|
|
|
|
|
|
|
"61876132", "Coober\ Pedy", |
|
28121
|
|
|
|
|
|
|
"61895464", "Gidgegannup", |
|
28122
|
|
|
|
|
|
|
"618964912", "Moora", |
|
28123
|
|
|
|
|
|
|
"61896361", "Cunderdin\ North", |
|
28124
|
|
|
|
|
|
|
"61745738", "Goondiwindi", |
|
28125
|
|
|
|
|
|
|
"61879999", "Darwin", |
|
28126
|
|
|
|
|
|
|
"61885890", "Mannum", |
|
28127
|
|
|
|
|
|
|
"6135954", "Emerald", |
|
28128
|
|
|
|
|
|
|
"617459021", "Jimbour", |
|
28129
|
|
|
|
|
|
|
"61344153", "Romsey", |
|
28130
|
|
|
|
|
|
|
"612574402", "Bundella", |
|
28131
|
|
|
|
|
|
|
"61354122", "Womboota", |
|
28132
|
|
|
|
|
|
|
"61340128", "Underbool", |
|
28133
|
|
|
|
|
|
|
"61357029", "Woods\ Point", |
|
28134
|
|
|
|
|
|
|
"612532521", "Euchareena", |
|
28135
|
|
|
|
|
|
|
"618985167", "Muradup", |
|
28136
|
|
|
|
|
|
|
"61877236", "Padthaway", |
|
28137
|
|
|
|
|
|
|
"61890105", "Kellerberrin", |
|
28138
|
|
|
|
|
|
|
"612683693", "Curban", |
|
28139
|
|
|
|
|
|
|
"61248744", "Taralga", |
|
28140
|
|
|
|
|
|
|
"612530102", "Euchareena", |
|
28141
|
|
|
|
|
|
|
"613441734", "St\ Arnaud", |
|
28142
|
|
|
|
|
|
|
"61269084", "Warralonga", |
|
28143
|
|
|
|
|
|
|
"61351572", "Lindenow", |
|
28144
|
|
|
|
|
|
|
"61746110", "Paroo", |
|
28145
|
|
|
|
|
|
|
"61342270", "Geelong", |
|
28146
|
|
|
|
|
|
|
"613545954", "Murrabit", |
|
28147
|
|
|
|
|
|
|
"61745554", "Valley\ Downs", |
|
28148
|
|
|
|
|
|
|
"617476502", "Greenvale", |
|
28149
|
|
|
|
|
|
|
"61734500", "Bribie\ Island", |
|
28150
|
|
|
|
|
|
|
"613442166", "Bendigo", |
|
28151
|
|
|
|
|
|
|
"61267133", "Wee\ Waa", |
|
28152
|
|
|
|
|
|
|
"61367352", "Ringarooma", |
|
28153
|
|
|
|
|
|
|
"61890626", "Belka\ East", |
|
28154
|
|
|
|
|
|
|
"61875299", "Yankalilla", |
|
28155
|
|
|
|
|
|
|
"61363472", "Glengarry", |
|
28156
|
|
|
|
|
|
|
"61887405", "Laffer", |
|
28157
|
|
|
|
|
|
|
"61256170", "Mallanganee", |
|
28158
|
|
|
|
|
|
|
"612592687", "Burra", |
|
28159
|
|
|
|
|
|
|
"61351879", "Yinnar", |
|
28160
|
|
|
|
|
|
|
"612532989", "Quandialla", |
|
28161
|
|
|
|
|
|
|
"617480003", "Banana", |
|
28162
|
|
|
|
|
|
|
"6126884", "Dubbo", |
|
28163
|
|
|
|
|
|
|
"61367047", "Longford", |
|
28164
|
|
|
|
|
|
|
"61868069", "Pingrup", |
|
28165
|
|
|
|
|
|
|
"61891680", "Kununurra", |
|
28166
|
|
|
|
|
|
|
"61862352", "Perth", |
|
28167
|
|
|
|
|
|
|
"612594170", "Adelong", |
|
28168
|
|
|
|
|
|
|
"61351517", "Sale", |
|
28169
|
|
|
|
|
|
|
"61269437", "Coolac", |
|
28170
|
|
|
|
|
|
|
"61746775", "Toobeah", |
|
28171
|
|
|
|
|
|
|
"61898799", "Hyden\ East", |
|
28172
|
|
|
|
|
|
|
"61340306", "Natya", |
|
28173
|
|
|
|
|
|
|
"61269925", "Coleambally", |
|
28174
|
|
|
|
|
|
|
"61269430", "Stockinbingal", |
|
28175
|
|
|
|
|
|
|
"61255257", "Jerrys\ Plains", |
|
28176
|
|
|
|
|
|
|
"612594100", "Coleambally", |
|
28177
|
|
|
|
|
|
|
"61358338", "Katandra\ West", |
|
28178
|
|
|
|
|
|
|
"612980", "Sydney", |
|
28179
|
|
|
|
|
|
|
"61355443", "Tyrendarra", |
|
28180
|
|
|
|
|
|
|
"61351510", "Dargo", |
|
28181
|
|
|
|
|
|
|
"61367040", "Campbell\ Town", |
|
28182
|
|
|
|
|
|
|
"61746172", "Brymaroo", |
|
28183
|
|
|
|
|
|
|
"61891687", "Ord", |
|
28184
|
|
|
|
|
|
|
"61342212", "Colac", |
|
28185
|
|
|
|
|
|
|
"61851016", "Newman", |
|
28186
|
|
|
|
|
|
|
"61248128", "Nerriga", |
|
28187
|
|
|
|
|
|
|
"61898278", "Magitup", |
|
28188
|
|
|
|
|
|
|
"612582449", "Bedgerebong", |
|
28189
|
|
|
|
|
|
|
"618762575", "Cummins", |
|
28190
|
|
|
|
|
|
|
"6175330", "Caboolture", |
|
28191
|
|
|
|
|
|
|
"61886788", "Coober\ Pedy", |
|
28192
|
|
|
|
|
|
|
"61256112", "Grafton", |
|
28193
|
|
|
|
|
|
|
"61345054", "Portland", |
|
28194
|
|
|
|
|
|
|
"6126377", "Coolah", |
|
28195
|
|
|
|
|
|
|
"61342277", "Bannockburn", |
|
28196
|
|
|
|
|
|
|
"61891071", "Paraburdoo", |
|
28197
|
|
|
|
|
|
|
"61740439", "Tully", |
|
28198
|
|
|
|
|
|
|
"61891334", "De\ Grey", |
|
28199
|
|
|
|
|
|
|
"617480822", "Yeppoon", |
|
28200
|
|
|
|
|
|
|
"61754991", "Caboolture", |
|
28201
|
|
|
|
|
|
|
"61746117", "Southwood", |
|
28202
|
|
|
|
|
|
|
"61358635", "Tongala", |
|
28203
|
|
|
|
|
|
|
"61742014", "Kowanyama", |
|
28204
|
|
|
|
|
|
|
"617452724", "Killarney", |
|
28205
|
|
|
|
|
|
|
"61342121", "Queenscliff", |
|
28206
|
|
|
|
|
|
|
"61353999", "Balliang", |
|
28207
|
|
|
|
|
|
|
"61362546", "Baden", |
|
28208
|
|
|
|
|
|
|
"61257216", "Oakey\ Creek", |
|
28209
|
|
|
|
|
|
|
"61895113", "Bindoon", |
|
28210
|
|
|
|
|
|
|
"613470836", "Mount\ Buller", |
|
28211
|
|
|
|
|
|
|
"618866178", "Streaky\ Bay", |
|
28212
|
|
|
|
|
|
|
"61256177", "Coffs\ Harbour", |
|
28213
|
|
|
|
|
|
|
"61256221", "Lismore", |
|
28214
|
|
|
|
|
|
|
"61263786", "Mudgee", |
|
28215
|
|
|
|
|
|
|
"617476572", "Long\ Pocket", |
|
28216
|
|
|
|
|
|
|
"618862900", "Coffin\ Bay", |
|
28217
|
|
|
|
|
|
|
"61734507", "Russell\ Island", |
|
28218
|
|
|
|
|
|
|
"61899456", "Eneabba\ North", |
|
28219
|
|
|
|
|
|
|
"61749952", "Spier", |
|
28220
|
|
|
|
|
|
|
"612574472", "Walcha\ Road", |
|
28221
|
|
|
|
|
|
|
"61885897", "Mantung", |
|
28222
|
|
|
|
|
|
|
"61877365", "Monkoora", |
|
28223
|
|
|
|
|
|
|
"618982473", "Rocky\ Gully", |
|
28224
|
|
|
|
|
|
|
"618852092", "Barmera", |
|
28225
|
|
|
|
|
|
|
"613432142", "Daylesford", |
|
28226
|
|
|
|
|
|
|
"61897821", "Bridgetown", |
|
28227
|
|
|
|
|
|
|
"61260034", "Holbrook", |
|
28228
|
|
|
|
|
|
|
"612530172", "Bylong", |
|
28229
|
|
|
|
|
|
|
"61745828", "Muttaburra", |
|
28230
|
|
|
|
|
|
|
"618997045", "Meekatharra", |
|
28231
|
|
|
|
|
|
|
"612594413", "Kikoira", |
|
28232
|
|
|
|
|
|
|
"61885063", "Halidon", |
|
28233
|
|
|
|
|
|
|
"61255184", "Ravensworth", |
|
28234
|
|
|
|
|
|
|
"618601036", "Narembeen\ East", |
|
28235
|
|
|
|
|
|
|
"61747853", "Briaba", |
|
28236
|
|
|
|
|
|
|
"617750031", "Tambo", |
|
28237
|
|
|
|
|
|
|
"61889079", "Ranken\ River", |
|
28238
|
|
|
|
|
|
|
"61872866", "Woodside", |
|
28239
|
|
|
|
|
|
|
"61268716", "Narran", |
|
28240
|
|
|
|
|
|
|
"6124935", "Newcastle", |
|
28241
|
|
|
|
|
|
|
"612574640", "Uralla", |
|
28242
|
|
|
|
|
|
|
"6128666", "Sydney", |
|
28243
|
|
|
|
|
|
|
"61877027", "Avenue\ Range", |
|
28244
|
|
|
|
|
|
|
"61352950", "Aireys\ Inlet", |
|
28245
|
|
|
|
|
|
|
"612583761", "Banar", |
|
28246
|
|
|
|
|
|
|
"61741727", "Maidenwell", |
|
28247
|
|
|
|
|
|
|
"61885616", "Mannum", |
|
28248
|
|
|
|
|
|
|
"6186221", "Fremantle", |
|
28249
|
|
|
|
|
|
|
"61358965", "Nathalia", |
|
28250
|
|
|
|
|
|
|
"61752239", "Upper\ Widgee", |
|
28251
|
|
|
|
|
|
|
"61350477", "Manangatang", |
|
28252
|
|
|
|
|
|
|
"617441400", "Giru", |
|
28253
|
|
|
|
|
|
|
"61745693", "Cecil\ Plains", |
|
28254
|
|
|
|
|
|
|
"61890142", "Mount\ Walker\ South", |
|
28255
|
|
|
|
|
|
|
"61354169", "Avoca", |
|
28256
|
|
|
|
|
|
|
"61357062", "Killawarra", |
|
28257
|
|
|
|
|
|
|
"61359997", "Rosebud", |
|
28258
|
|
|
|
|
|
|
"61743480", "Boondooma", |
|
28259
|
|
|
|
|
|
|
"61260900", "Howlong", |
|
28260
|
|
|
|
|
|
|
"61741830", "Maryborough", |
|
28261
|
|
|
|
|
|
|
"61867084", "Nyamup", |
|
28262
|
|
|
|
|
|
|
"618763749", "Wharminda", |
|
28263
|
|
|
|
|
|
|
"61275013", "Sutherland", |
|
28264
|
|
|
|
|
|
|
"61350412", "Palinyewah", |
|
28265
|
|
|
|
|
|
|
"617476480", "Dalbeg", |
|
28266
|
|
|
|
|
|
|
"618753157", "Goolwa", |
|
28267
|
|
|
|
|
|
|
"6139766", "Dandenong", |
|
28268
|
|
|
|
|
|
|
"61341266", "Baw\ Baw", |
|
28269
|
|
|
|
|
|
|
"61353776", "Learmonth", |
|
28270
|
|
|
|
|
|
|
"61888082", "Port\ Victoria", |
|
28271
|
|
|
|
|
|
|
"618859997", "Wynarka", |
|
28272
|
|
|
|
|
|
|
"617486850", "Marlborough", |
|
28273
|
|
|
|
|
|
|
"61888611", "Kadina", |
|
28274
|
|
|
|
|
|
|
"61887985", "Tantanoola", |
|
28275
|
|
|
|
|
|
|
"61887657", "Naracoorte", |
|
28276
|
|
|
|
|
|
|
"618601028", "Mount\ Hampton", |
|
28277
|
|
|
|
|
|
|
"61749909", "Moura", |
|
28278
|
|
|
|
|
|
|
"61345068", "Dartmoor", |
|
28279
|
|
|
|
|
|
|
"617750224", "Allora", |
|
28280
|
|
|
|
|
|
|
"61890759", "Mount\ Merivale", |
|
28281
|
|
|
|
|
|
|
"61895049", "Bullsbrook\ East", |
|
28282
|
|
|
|
|
|
|
"613431193", "Nhill", |
|
28283
|
|
|
|
|
|
|
"61868022", "Gnowellen", |
|
28284
|
|
|
|
|
|
|
"618903651", "Bodallin", |
|
28285
|
|
|
|
|
|
|
"61258470", "Warrington", |
|
28286
|
|
|
|
|
|
|
"613574605", "Strathbogie", |
|
28287
|
|
|
|
|
|
|
"61261157", "The\ Mullion", |
|
28288
|
|
|
|
|
|
|
"61745209", "Blackall", |
|
28289
|
|
|
|
|
|
|
"617458972", "Blackall", |
|
28290
|
|
|
|
|
|
|
"61340104", "Cunninyeuk", |
|
28291
|
|
|
|
|
|
|
"61883077", "Salisbury", |
|
28292
|
|
|
|
|
|
|
"613573045", "Graytown", |
|
28293
|
|
|
|
|
|
|
"61748410", "Moranbah", |
|
28294
|
|
|
|
|
|
|
"612574580", "Craigleigh", |
|
28295
|
|
|
|
|
|
|
"61899120", "Perenjori", |
|
28296
|
|
|
|
|
|
|
"61350381", "Kyalite", |
|
28297
|
|
|
|
|
|
|
"613441898", "Donald", |
|
28298
|
|
|
|
|
|
|
"613470828", "Killawarra", |
|
28299
|
|
|
|
|
|
|
"61887442", "Makin", |
|
28300
|
|
|
|
|
|
|
"61887024", "Frances", |
|
28301
|
|
|
|
|
|
|
"61245094", "Windsor", |
|
28302
|
|
|
|
|
|
|
"61344015", "Echuca", |
|
28303
|
|
|
|
|
|
|
"6135871", "Cobram", |
|
28304
|
|
|
|
|
|
|
"618753133", "Karatta", |
|
28305
|
|
|
|
|
|
|
"61748407", "Koumala", |
|
28306
|
|
|
|
|
|
|
"61876197", "Great\ Bight", |
|
28307
|
|
|
|
|
|
|
"618851990", "Windsor", |
|
28308
|
|
|
|
|
|
|
"61741676", "Gin\ Gin", |
|
28309
|
|
|
|
|
|
|
"61256145", "Nimbin", |
|
28310
|
|
|
|
|
|
|
"61745814", "Killarney", |
|
28311
|
|
|
|
|
|
|
"61730929", "Redcliffe", |
|
28312
|
|
|
|
|
|
|
"612532463", "Portland", |
|
28313
|
|
|
|
|
|
|
"61342245", "Lorne", |
|
28314
|
|
|
|
|
|
|
"61367319", "Targa", |
|
28315
|
|
|
|
|
|
|
"61363166", "Blessington", |
|
28316
|
|
|
|
|
|
|
"61746740", "Dirranbandi", |
|
28317
|
|
|
|
|
|
|
"61364779", "Burnie", |
|
28318
|
|
|
|
|
|
|
"618752974", "Taplan", |
|
28319
|
|
|
|
|
|
|
"61740695", "Cooktown", |
|
28320
|
|
|
|
|
|
|
"61340521", "Mittyack", |
|
28321
|
|
|
|
|
|
|
"61353627", "Kalkee", |
|
28322
|
|
|
|
|
|
|
"61358499", "Conargo", |
|
28323
|
|
|
|
|
|
|
"613837", "Melbourne", |
|
28324
|
|
|
|
|
|
|
"61897154", "Wilga", |
|
28325
|
|
|
|
|
|
|
"61899323", "Ajana", |
|
28326
|
|
|
|
|
|
|
"6138850", "Melbourne", |
|
28327
|
|
|
|
|
|
|
"61355764", "Macarthur", |
|
28328
|
|
|
|
|
|
|
"618989332", "Williams", |
|
28329
|
|
|
|
|
|
|
"61248114", "Robertson", |
|
28330
|
|
|
|
|
|
|
"61875066", "Freeling", |
|
28331
|
|
|
|
|
|
|
"61340463", "Arumpo", |
|
28332
|
|
|
|
|
|
|
"61743223", "Pialba", |
|
28333
|
|
|
|
|
|
|
"61353054", "Linton", |
|
28334
|
|
|
|
|
|
|
"61898520", "Wagin", |
|
28335
|
|
|
|
|
|
|
"6186404", "Wanneroo", |
|
28336
|
|
|
|
|
|
|
"61357431", "Yarrawonga", |
|
28337
|
|
|
|
|
|
|
"61868296", "Williams", |
|
28338
|
|
|
|
|
|
|
"61742028", "Silkwood", |
|
28339
|
|
|
|
|
|
|
"612593837", "Winchendon\ Vale", |
|
28340
|
|
|
|
|
|
|
"61259041", "Ariah\ Park", |
|
28341
|
|
|
|
|
|
|
"61889050", "Elliott", |
|
28342
|
|
|
|
|
|
|
"61749351", "Byfield", |
|
28343
|
|
|
|
|
|
|
"61746589", "Thomson", |
|
28344
|
|
|
|
|
|
|
"61886194", "Port\ Lincoln", |
|
28345
|
|
|
|
|
|
|
"61392154", "Dandenong", |
|
28346
|
|
|
|
|
|
|
"61363649", "Avoca", |
|
28347
|
|
|
|
|
|
|
"613553960", "Panmure", |
|
28348
|
|
|
|
|
|
|
"61343443", "Horsham", |
|
28349
|
|
|
|
|
|
|
"612574752", "Barraba", |
|
28350
|
|
|
|
|
|
|
"61735591", "Brisbane", |
|
28351
|
|
|
|
|
|
|
"61882097", "Woodside", |
|
28352
|
|
|
|
|
|
|
"61878061", "Thistle", |
|
28353
|
|
|
|
|
|
|
"61269492", "Batlow", |
|
28354
|
|
|
|
|
|
|
"612530002", "Leadville", |
|
28355
|
|
|
|
|
|
|
"618753366", "Swan\ Reach", |
|
28356
|
|
|
|
|
|
|
"61352979", "Geelong", |
|
28357
|
|
|
|
|
|
|
"61851191", "Onslow", |
|
28358
|
|
|
|
|
|
|
"61890115", "Leinster", |
|
28359
|
|
|
|
|
|
|
"61742667", "Ravenshoe", |
|
28360
|
|
|
|
|
|
|
"61253094", "Galong", |
|
28361
|
|
|
|
|
|
|
"612631699", "Canowindra", |
|
28362
|
|
|
|
|
|
|
"61361565", "Hermitage", |
|
28363
|
|
|
|
|
|
|
"618997390", "Three\ Springs", |
|
28364
|
|
|
|
|
|
|
"61898093", "Gnowangerup", |
|
28365
|
|
|
|
|
|
|
"61343297", "Minyip\/Mount\ Wallace\/Moyston\/Murtoa\/Natimuk\/Navarre\/Nhill\/Polkemmet\/Rainbow\/Rokewood", |
|
28366
|
|
|
|
|
|
|
"612583555", "Tullamore", |
|
28367
|
|
|
|
|
|
|
"6189172", "Port\ Hedland", |
|
28368
|
|
|
|
|
|
|
"61287342", "Liverpool", |
|
28369
|
|
|
|
|
|
|
"61263021", "Blayney", |
|
28370
|
|
|
|
|
|
|
"61267337", "Rocky\ Creek", |
|
28371
|
|
|
|
|
|
|
"613574623", "Yea", |
|
28372
|
|
|
|
|
|
|
"61268344", "Airlands", |
|
28373
|
|
|
|
|
|
|
"618965607", "Ballidu", |
|
28374
|
|
|
|
|
|
|
"61264732", "Eucumbene", |
|
28375
|
|
|
|
|
|
|
"617441931", "Briaba", |
|
28376
|
|
|
|
|
|
|
"613470601", "Mount\ Beauty", |
|
28377
|
|
|
|
|
|
|
"618753427", "Pinnaroo", |
|
28378
|
|
|
|
|
|
|
"61898867", "Pingrup\ East", |
|
28379
|
|
|
|
|
|
|
"61887018", "Conmurra", |
|
28380
|
|
|
|
|
|
|
"61350445", "Hopetoun", |
|
28381
|
|
|
|
|
|
|
"61753209", "Kalbar", |
|
28382
|
|
|
|
|
|
|
"612583510", "Double\ Peaks", |
|
28383
|
|
|
|
|
|
|
"61364996", "Burnie", |
|
28384
|
|
|
|
|
|
|
"61889608", "Petermann", |
|
28385
|
|
|
|
|
|
|
"61744244", "Cloncurry", |
|
28386
|
|
|
|
|
|
|
"61258459", "Rocky\ Glen", |
|
28387
|
|
|
|
|
|
|
"61340316", "Sea\ Lake", |
|
28388
|
|
|
|
|
|
|
"61353068", "Scarsdale", |
|
28389
|
|
|
|
|
|
|
"613532371", "Nhill", |
|
28390
|
|
|
|
|
|
|
"61880065", "White\ Cliffs", |
|
28391
|
|
|
|
|
|
|
"61357723", "Alexandra", |
|
28392
|
|
|
|
|
|
|
"612594070", "Wallendbeen", |
|
28393
|
|
|
|
|
|
|
"61392168", "Werribee", |
|
28394
|
|
|
|
|
|
|
"61871845", "Mclaren\ Vale", |
|
28395
|
|
|
|
|
|
|
"618683254", "Corackerup", |
|
28396
|
|
|
|
|
|
|
"61748166", "Comet", |
|
28397
|
|
|
|
|
|
|
"6135495", "St\ Arnaud", |
|
28398
|
|
|
|
|
|
|
"61741892", "Gaeta", |
|
28399
|
|
|
|
|
|
|
"61344042", "Murrabit", |
|
28400
|
|
|
|
|
|
|
"617480103", "Pegunny", |
|
28401
|
|
|
|
|
|
|
"61350048", "Boundary\ Bend", |
|
28402
|
|
|
|
|
|
|
"61897168", "Capel", |
|
28403
|
|
|
|
|
|
|
"61887415", "Kalangadoo", |
|
28404
|
|
|
|
|
|
|
"613442066", "Laen", |
|
28405
|
|
|
|
|
|
|
"61746100", "Millmerran", |
|
28406
|
|
|
|
|
|
|
"612592721", "Marsden", |
|
28407
|
|
|
|
|
|
|
"61745161", "Bunya\ Mountains", |
|
28408
|
|
|
|
|
|
|
"612574246", "Limbri", |
|
28409
|
|
|
|
|
|
|
"61257206", "Frazers\ Creek", |
|
28410
|
|
|
|
|
|
|
"61755487", "Jimboomba", |
|
28411
|
|
|
|
|
|
|
"61895103", "Mount\ Helena", |
|
28412
|
|
|
|
|
|
|
"61889773", "Roper\ River", |
|
28413
|
|
|
|
|
|
|
"612573413", "Nowendoc", |
|
28414
|
|
|
|
|
|
|
"61742004", "Dimbulah", |
|
28415
|
|
|
|
|
|
|
"618600812", "Dundas", |
|
28416
|
|
|
|
|
|
|
"61753568", "Wolvi", |
|
28417
|
|
|
|
|
|
|
"61746107", "North\ Star", |
|
28418
|
|
|
|
|
|
|
"617486012", "Broadsound", |
|
28419
|
|
|
|
|
|
|
"61267991", "Narrabri", |
|
28420
|
|
|
|
|
|
|
"61380011", "Werribee", |
|
28421
|
|
|
|
|
|
|
"613532301", "Bacchus\ Marsh", |
|
28422
|
|
|
|
|
|
|
"61357833", "Kilmore", |
|
28423
|
|
|
|
|
|
|
"6189841", "Albany", |
|
28424
|
|
|
|
|
|
|
"617480723", "Isaac\ River", |
|
28425
|
|
|
|
|
|
|
"61756631", "Tweed\ Heads", |
|
28426
|
|
|
|
|
|
|
"61256102", "Tyalgum", |
|
28427
|
|
|
|
|
|
|
"61341099", "Gelantipy", |
|
28428
|
|
|
|
|
|
|
"618683431", "Yealering", |
|
28429
|
|
|
|
|
|
|
"61264258", "Adaminaby", |
|
28430
|
|
|
|
|
|
|
"618660781", "Regans\ Ford", |
|
28431
|
|
|
|
|
|
|
"613451359", "Bessiebelle", |
|
28432
|
|
|
|
|
|
|
"61261179", "The\ Mullion", |
|
28433
|
|
|
|
|
|
|
"617480346", "Willows", |
|
28434
|
|
|
|
|
|
|
"61342202", "Winchelsea\ South", |
|
28435
|
|
|
|
|
|
|
"61851006", "Fitzroy\ Crossing", |
|
28436
|
|
|
|
|
|
|
"6124337", "Gosford", |
|
28437
|
|
|
|
|
|
|
"61356199", "Mirboo\ North", |
|
28438
|
|
|
|
|
|
|
"612594000", "Rankins\ Springs", |
|
28439
|
|
|
|
|
|
|
"61255633", "Gloucester", |
|
28440
|
|
|
|
|
|
|
"61748358", "Isaac\ River", |
|
28441
|
|
|
|
|
|
|
"61258048", "Gilgandra", |
|
28442
|
|
|
|
|
|
|
"612583184", "Mandagery", |
|
28443
|
|
|
|
|
|
|
"61256373", "Tyalgum", |
|
28444
|
|
|
|
|
|
|
"618965677", "Jennacubbine", |
|
28445
|
|
|
|
|
|
|
"6136443", "Wynyard", |
|
28446
|
|
|
|
|
|
|
"618763987", "Orroroo", |
|
28447
|
|
|
|
|
|
|
"61263695", "Molong", |
|
28448
|
|
|
|
|
|
|
"61267330", "Ben\ Lomond", |
|
28449
|
|
|
|
|
|
|
"61257085", "Garah", |
|
28450
|
|
|
|
|
|
|
"61246414", "Picton", |
|
28451
|
|
|
|
|
|
|
"61264135", "Bega", |
|
28452
|
|
|
|
|
|
|
"61879068", "Pine\ Creek", |
|
28453
|
|
|
|
|
|
|
"617750131", "Cunnamulla", |
|
28454
|
|
|
|
|
|
|
"61268939", "Boona\ Mountain", |
|
28455
|
|
|
|
|
|
|
"61887679", "Keilira", |
|
28456
|
|
|
|
|
|
|
"61240771", "Wards\ River", |
|
28457
|
|
|
|
|
|
|
"613470671", "Cheshunt", |
|
28458
|
|
|
|
|
|
|
"61361393", "Hermitage", |
|
28459
|
|
|
|
|
|
|
"61898860", "Magitup", |
|
28460
|
|
|
|
|
|
|
"618601136", "Goldfields", |
|
28461
|
|
|
|
|
|
|
"613431795", "Moyston", |
|
28462
|
|
|
|
|
|
|
"612630995", "Burraga", |
|
28463
|
|
|
|
|
|
|
"61742660", "Minnamoolka", |
|
28464
|
|
|
|
|
|
|
"61248316", "Paddys\ River", |
|
28465
|
|
|
|
|
|
|
"61350459", "Rufus\ River", |
|
28466
|
|
|
|
|
|
|
"618683320", "Ravensthorpe", |
|
28467
|
|
|
|
|
|
|
"61238056", "Barrallier", |
|
28468
|
|
|
|
|
|
|
"6173285", "Redcliffe", |
|
28469
|
|
|
|
|
|
|
"6189183", "Dampier", |
|
28470
|
|
|
|
|
|
|
"61851285", "Whaleback", |
|
28471
|
|
|
|
|
|
|
"612630393", "Gingkin", |
|
28472
|
|
|
|
|
|
|
"612684900", "Wyanga", |
|
28473
|
|
|
|
|
|
|
"61343290", "Ballarat", |
|
28474
|
|
|
|
|
|
|
"61352041", "Bannockburn", |
|
28475
|
|
|
|
|
|
|
"61896806", "Dale\ River", |
|
28476
|
|
|
|
|
|
|
"61889057", "Katherine", |
|
28477
|
|
|
|
|
|
|
"61749919", "Gemfields", |
|
28478
|
|
|
|
|
|
|
"618601128", "Coomalbidgup", |
|
28479
|
|
|
|
|
|
|
"61264264", "Bombala", |
|
28480
|
|
|
|
|
|
|
"61898527", "Muradup", |
|
28481
|
|
|
|
|
|
|
"61888601", "Balaklava", |
|
28482
|
|
|
|
|
|
|
"613441201", "Castlemaine", |
|
28483
|
|
|
|
|
|
|
"618903263", "Ardath", |
|
28484
|
|
|
|
|
|
|
"61742391", "Kidston", |
|
28485
|
|
|
|
|
|
|
"61268146", "Curban", |
|
28486
|
|
|
|
|
|
|
"618753057", "Victor\ Harbor", |
|
28487
|
|
|
|
|
|
|
"61896556", "Bidaminna", |
|
28488
|
|
|
|
|
|
|
"61275003", "Sutherland", |
|
28489
|
|
|
|
|
|
|
"61350402", "Hopetoun", |
|
28490
|
|
|
|
|
|
|
"617485827", "Biloela", |
|
28491
|
|
|
|
|
|
|
"61363655", "George\ Town", |
|
28492
|
|
|
|
|
|
|
"61260910", "Ournie", |
|
28493
|
|
|
|
|
|
|
"6173442", "Beenleigh", |
|
28494
|
|
|
|
|
|
|
"61887596", "Kingston\ Se", |
|
28495
|
|
|
|
|
|
|
"61753554", "Esk", |
|
28496
|
|
|
|
|
|
|
"61896962", "Jennacubbine", |
|
28497
|
|
|
|
|
|
|
"6186220", "Perth", |
|
28498
|
|
|
|
|
|
|
"61265141", "Telegraph\ Point", |
|
28499
|
|
|
|
|
|
|
"61287305", "Liverpool", |
|
28500
|
|
|
|
|
|
|
"61885606", "Truro", |
|
28501
|
|
|
|
|
|
|
"61351189", "Combienbar", |
|
28502
|
|
|
|
|
|
|
"61889342", "Arnhem", |
|
28503
|
|
|
|
|
|
|
"618753033", "Narrung", |
|
28504
|
|
|
|
|
|
|
"61342259", "Geelong", |
|
28505
|
|
|
|
|
|
|
"61344005", "Maryborough", |
|
28506
|
|
|
|
|
|
|
"61746747", "Toobeah", |
|
28507
|
|
|
|
|
|
|
"61746466", "Charleville", |
|
28508
|
|
|
|
|
|
|
"61351850", "Yarram", |
|
28509
|
|
|
|
|
|
|
"61885125", "Milang", |
|
28510
|
|
|
|
|
|
|
"61753738", "Noosaville", |
|
28511
|
|
|
|
|
|
|
"61895743", "Bakers\ Hill", |
|
28512
|
|
|
|
|
|
|
"61256159", "Coffs\ Harbour", |
|
28513
|
|
|
|
|
|
|
"61367075", "Longford", |
|
28514
|
|
|
|
|
|
|
"61890053", "Corrigin", |
|
28515
|
|
|
|
|
|
|
"613545270", "Cohuna", |
|
28516
|
|
|
|
|
|
|
"61259263", "Tumut", |
|
28517
|
|
|
|
|
|
|
"61748364", "Rockhampton", |
|
28518
|
|
|
|
|
|
|
"61876190", "Glendambo", |
|
28519
|
|
|
|
|
|
|
"61255279", "Krambach", |
|
28520
|
|
|
|
|
|
|
"6138089", "Sunbury", |
|
28521
|
|
|
|
|
|
|
"61748400", "Mackay", |
|
28522
|
|
|
|
|
|
|
"61878243", "Halbury", |
|
28523
|
|
|
|
|
|
|
"61740021", "Bloomfield", |
|
28524
|
|
|
|
|
|
|
"61879054", "Darwin", |
|
28525
|
|
|
|
|
|
|
"61268669", "Coalbaggie", |
|
28526
|
|
|
|
|
|
|
"61340114", "Manangatang", |
|
28527
|
|
|
|
|
|
|
"61745219", "Bimbadeen", |
|
28528
|
|
|
|
|
|
|
"613451406", "Woolsthorpe", |
|
28529
|
|
|
|
|
|
|
"61875390", "Meningie", |
|
28530
|
|
|
|
|
|
|
"61253167", "Molong", |
|
28531
|
|
|
|
|
|
|
"61742515", "Maryfarms", |
|
28532
|
|
|
|
|
|
|
"61887946", "Reedy\ Creek", |
|
28533
|
|
|
|
|
|
|
"618753042", "Policemans\ Point", |
|
28534
|
|
|
|
|
|
|
"61746697", "Dalby", |
|
28535
|
|
|
|
|
|
|
"618764012", "Wanilla", |
|
28536
|
|
|
|
|
|
|
"61350033", "Annuello", |
|
28537
|
|
|
|
|
|
|
"61342379", "Swan\ Marsh", |
|
28538
|
|
|
|
|
|
|
"61269750", "Grong\ Grong", |
|
28539
|
|
|
|
|
|
|
"61754148", "Kenilworth", |
|
28540
|
|
|
|
|
|
|
"61740142", "Tully", |
|
28541
|
|
|
|
|
|
|
"61886628", "Georgetown", |
|
28542
|
|
|
|
|
|
|
"61340411", "Underbool", |
|
28543
|
|
|
|
|
|
|
"61250147", "Leicester\ Park", |
|
28544
|
|
|
|
|
|
|
"61899736", "Latham", |
|
28545
|
|
|
|
|
|
|
"612573399", "Halls\ Creek", |
|
28546
|
|
|
|
|
|
|
"61876058", "Port\ Lincoln", |
|
28547
|
|
|
|
|
|
|
"61879231", "Darwin", |
|
28548
|
|
|
|
|
|
|
"618763595", "Coulta", |
|
28549
|
|
|
|
|
|
|
"618863376", "Elliston", |
|
28550
|
|
|
|
|
|
|
"613531967", "Goroke", |
|
28551
|
|
|
|
|
|
|
"61734156", "Russell\ Island", |
|
28552
|
|
|
|
|
|
|
"61255359", "Ellerston", |
|
28553
|
|
|
|
|
|
|
"61740759", "South\ Johnstone", |
|
28554
|
|
|
|
|
|
|
"6128705", "Sydney", |
|
28555
|
|
|
|
|
|
|
"61745049", "Jandowae", |
|
28556
|
|
|
|
|
|
|
"613542001", "Colbinabbin", |
|
28557
|
|
|
|
|
|
|
"617459861", "Jimbour", |
|
28558
|
|
|
|
|
|
|
"617473860", "Doomadgee", |
|
28559
|
|
|
|
|
|
|
"61878013", "Halbury", |
|
28560
|
|
|
|
|
|
|
"61743162", "Murgon", |
|
28561
|
|
|
|
|
|
|
"6135150", "Bairnsdale", |
|
28562
|
|
|
|
|
|
|
"618763723", "Orroroo", |
|
28563
|
|
|
|
|
|
|
"6134435", "Bendigo", |
|
28564
|
|
|
|
|
|
|
"61354957", "Charlton", |
|
28565
|
|
|
|
|
|
|
"61895209", "Lake\ Clifton", |
|
28566
|
|
|
|
|
|
|
"61354685", "Logan", |
|
28567
|
|
|
|
|
|
|
"61867073", "Dinninup", |
|
28568
|
|
|
|
|
|
|
"61749120", "Tungamull", |
|
28569
|
|
|
|
|
|
|
"618856776", "Copeville", |
|
28570
|
|
|
|
|
|
|
"61263105", "Harden", |
|
28571
|
|
|
|
|
|
|
"618763346", "Coffin\ Bay", |
|
28572
|
|
|
|
|
|
|
"61265444", "Scone", |
|
28573
|
|
|
|
|
|
|
"61265022", "Bunnor", |
|
28574
|
|
|
|
|
|
|
"618660100", "Gabbin", |
|
28575
|
|
|
|
|
|
|
"61753310", "Maleny", |
|
28576
|
|
|
|
|
|
|
"613532293", "Yaapeet", |
|
28577
|
|
|
|
|
|
|
"61362073", "Ouse", |
|
28578
|
|
|
|
|
|
|
"612583919", "Magometon", |
|
28579
|
|
|
|
|
|
|
"61340382", "Hopetoun", |
|
28580
|
|
|
|
|
|
|
"61354388", "Llanelly", |
|
28581
|
|
|
|
|
|
|
"61358140", "Tocumwal", |
|
28582
|
|
|
|
|
|
|
"618763839", "Willowie", |
|
28583
|
|
|
|
|
|
|
"61260129", "Walwa", |
|
28584
|
|
|
|
|
|
|
"61881901", "Adelaide", |
|
28585
|
|
|
|
|
|
|
"618983493", "Gnowangerup", |
|
28586
|
|
|
|
|
|
|
"61888191", "Paskeville", |
|
28587
|
|
|
|
|
|
|
"61741955", "Windera", |
|
28588
|
|
|
|
|
|
|
"61741687", "Tansey", |
|
28589
|
|
|
|
|
|
|
"61896172", "Studleigh", |
|
28590
|
|
|
|
|
|
|
"618866972", "Jamestown", |
|
28591
|
|
|
|
|
|
|
"61362585", "New\ Norfolk", |
|
28592
|
|
|
|
|
|
|
"61876064", "Tooligie\ Hill", |
|
28593
|
|
|
|
|
|
|
"61258218", "Coonamble", |
|
28594
|
|
|
|
|
|
|
"61863781", "Perth", |
|
28595
|
|
|
|
|
|
|
"61263745", "Laheys\ Creek", |
|
28596
|
|
|
|
|
|
|
"617486918", "Colston\ Park", |
|
28597
|
|
|
|
|
|
|
"61352122", "Kennedys\ Creek", |
|
28598
|
|
|
|
|
|
|
"612583298", "Teridgerie", |
|
28599
|
|
|
|
|
|
|
"612533001", "Bathurst", |
|
28600
|
|
|
|
|
|
|
"61256253", "Thora", |
|
28601
|
|
|
|
|
|
|
"61356447", "Foster", |
|
28602
|
|
|
|
|
|
|
"61748278", "Calliope", |
|
28603
|
|
|
|
|
|
|
"61733899", "Beenleigh", |
|
28604
|
|
|
|
|
|
|
"61259169", "Bethungra", |
|
28605
|
|
|
|
|
|
|
"61246111", "Camden", |
|
28606
|
|
|
|
|
|
|
"61885196", "Tailem\ Bend", |
|
28607
|
|
|
|
|
|
|
"61247126", "Penrith", |
|
28608
|
|
|
|
|
|
|
"61741071", "Kingaroy", |
|
28609
|
|
|
|
|
|
|
"61890439", "Muntadgin\ East", |
|
28610
|
|
|
|
|
|
|
"61260765", "Nariel", |
|
28611
|
|
|
|
|
|
|
"61741334", "Burnett", |
|
28612
|
|
|
|
|
|
|
"61255173", "Coopernook", |
|
28613
|
|
|
|
|
|
|
"61896117", "Jelkobine", |
|
28614
|
|
|
|
|
|
|
"6135362", "Horsham", |
|
28615
|
|
|
|
|
|
|
"612594164", "Wee\ Elwah", |
|
28616
|
|
|
|
|
|
|
"6189728", "Dardanup", |
|
28617
|
|
|
|
|
|
|
"61267541", "Pallamallawa", |
|
28618
|
|
|
|
|
|
|
"61878149", "Minlaton", |
|
28619
|
|
|
|
|
|
|
"61756227", "Kerry", |
|
28620
|
|
|
|
|
|
|
"61251011", "Binalong", |
|
28621
|
|
|
|
|
|
|
"61358700", "Lalalty", |
|
28622
|
|
|
|
|
|
|
"61357336", "Jamieson", |
|
28623
|
|
|
|
|
|
|
"61745113", "Westgrove", |
|
28624
|
|
|
|
|
|
|
"618982236", "Bokerup", |
|
28625
|
|
|
|
|
|
|
"61899952", "Yuna", |
|
28626
|
|
|
|
|
|
|
"61247605", "Lawson", |
|
28627
|
|
|
|
|
|
|
"61887139", "Mount\ Gambier", |
|
28628
|
|
|
|
|
|
|
"61740702", "Kidston", |
|
28629
|
|
|
|
|
|
|
"61255302", "Pacific\ Palms", |
|
28630
|
|
|
|
|
|
|
"61754708", "Nambour", |
|
28631
|
|
|
|
|
|
|
"6128410", "Dural", |
|
28632
|
|
|
|
|
|
|
"618903310", "Corrigin\ West", |
|
28633
|
|
|
|
|
|
|
"618851599", "Parndana", |
|
28634
|
|
|
|
|
|
|
"61264675", "Merimbula", |
|
28635
|
|
|
|
|
|
|
"6138709", "Croydon", |
|
28636
|
|
|
|
|
|
|
"61886893", "Lock", |
|
28637
|
|
|
|
|
|
|
"61896303", "Yorkrakine", |
|
28638
|
|
|
|
|
|
|
"61899566", "Geraldton", |
|
28639
|
|
|
|
|
|
|
"613451182", "Merino", |
|
28640
|
|
|
|
|
|
|
"61897853", "Cundinup", |
|
28641
|
|
|
|
|
|
|
"6188209", "Salisbury", |
|
28642
|
|
|
|
|
|
|
"61745307", "Tambo", |
|
28643
|
|
|
|
|
|
|
"61264378", "Eden", |
|
28644
|
|
|
|
|
|
|
"6177506", "Bunya\ Mountains\/Charleville\/Chinchilla\/Clifton", |
|
28645
|
|
|
|
|
|
|
"6175590", "Tweed\ Heads", |
|
28646
|
|
|
|
|
|
|
"613441995", "Gunbower", |
|
28647
|
|
|
|
|
|
|
"613470925", "Kilmore", |
|
28648
|
|
|
|
|
|
|
"61886067", "Gairdner", |
|
28649
|
|
|
|
|
|
|
"618903355", "Narembeen", |
|
28650
|
|
|
|
|
|
|
"61367200", "Fingal", |
|
28651
|
|
|
|
|
|
|
"61878238", "Brinkworth", |
|
28652
|
|
|
|
|
|
|
"61359575", "Marysville", |
|
28653
|
|
|
|
|
|
|
"617468309", "Leyburn", |
|
28654
|
|
|
|
|
|
|
"61743535", "Farnsfield", |
|
28655
|
|
|
|
|
|
|
"61744014", "Yabulu", |
|
28656
|
|
|
|
|
|
|
"61364546", "Waratah", |
|
28657
|
|
|
|
|
|
|
"6189493", "Perth", |
|
28658
|
|
|
|
|
|
|
"61745464", "St\ George", |
|
28659
|
|
|
|
|
|
|
"61886060", "Everard", |
|
28660
|
|
|
|
|
|
|
"61367207", "Mathinna", |
|
28661
|
|
|
|
|
|
|
"61743129", "Booyal", |
|
28662
|
|
|
|
|
|
|
"61868225", "Beaufort\ River", |
|
28663
|
|
|
|
|
|
|
"61745300", "Augathella", |
|
28664
|
|
|
|
|
|
|
"618996885", "Nabawa", |
|
28665
|
|
|
|
|
|
|
"61753743", "Caboolture", |
|
28666
|
|
|
|
|
|
|
"61740105", "Molloy", |
|
28667
|
|
|
|
|
|
|
"6136398", "Evandale", |
|
28668
|
|
|
|
|
|
|
"61888006", "Arthurton", |
|
28669
|
|
|
|
|
|
|
"618682143", "Jacup", |
|
28670
|
|
|
|
|
|
|
"618854582", "Auburn", |
|
28671
|
|
|
|
|
|
|
"617458963", "Augathella", |
|
28672
|
|
|
|
|
|
|
"61896110", "Goodlands", |
|
28673
|
|
|
|
|
|
|
"61281048", "Liverpool", |
|
28674
|
|
|
|
|
|
|
"617480258", "Hodgson\ Range", |
|
28675
|
|
|
|
|
|
|
"61895554", "Mandurah", |
|
28676
|
|
|
|
|
|
|
"612593989", "Mangoplah", |
|
28677
|
|
|
|
|
|
|
"618904213", "Mukinbudin", |
|
28678
|
|
|
|
|
|
|
"61357265", "Chiltern", |
|
28679
|
|
|
|
|
|
|
"61742496", "Cooktown", |
|
28680
|
|
|
|
|
|
|
"61268875", "Dubbo", |
|
28681
|
|
|
|
|
|
|
"61358707", "Yalca", |
|
28682
|
|
|
|
|
|
|
"61740626", "Etheridge", |
|
28683
|
|
|
|
|
|
|
"61260162", "Eskdale", |
|
28684
|
|
|
|
|
|
|
"61756220", "Southport", |
|
28685
|
|
|
|
|
|
|
"61899489", "Geraldton", |
|
28686
|
|
|
|
|
|
|
"618763968", "Kelly", |
|
28687
|
|
|
|
|
|
|
"618903446", "Dundas", |
|
28688
|
|
|
|
|
|
|
"6138392", "Melbourne", |
|
28689
|
|
|
|
|
|
|
"61380063", "Sunbury", |
|
28690
|
|
|
|
|
|
|
"61263759", "Birriwa", |
|
28691
|
|
|
|
|
|
|
"617479228", "Yabulu", |
|
28692
|
|
|
|
|
|
|
"61886604", "Yabmana", |
|
28693
|
|
|
|
|
|
|
"61264419", "Eucumbene", |
|
28694
|
|
|
|
|
|
|
"612583636", "Purlewaugh", |
|
28695
|
|
|
|
|
|
|
"61878155", "Port\ Wakefield", |
|
28696
|
|
|
|
|
|
|
"618866902", "Indian\ Pacific", |
|
28697
|
|
|
|
|
|
|
"61741680", "Boondooma", |
|
28698
|
|
|
|
|
|
|
"61269073", "The\ Rock", |
|
28699
|
|
|
|
|
|
|
"61263142", "Lyndhurst", |
|
28700
|
|
|
|
|
|
|
"61356440", "Trafalgar", |
|
28701
|
|
|
|
|
|
|
"618753282", "New\ Well", |
|
28702
|
|
|
|
|
|
|
"61265069", "Stuarts\ Point", |
|
28703
|
|
|
|
|
|
|
"61341571", "Buchan", |
|
28704
|
|
|
|
|
|
|
"61880818", "Menindee", |
|
28705
|
|
|
|
|
|
|
"61756036", "Jimboomba", |
|
28706
|
|
|
|
|
|
|
"61342418", "Torquay", |
|
28707
|
|
|
|
|
|
|
"61259122", "Galore", |
|
28708
|
|
|
|
|
|
|
"618989343", "Arthur\ River", |
|
28709
|
|
|
|
|
|
|
"61358147", "Finley", |
|
28710
|
|
|
|
|
|
|
"617479236", "Croydon", |
|
28711
|
|
|
|
|
|
|
"61364084", "Yolla", |
|
28712
|
|
|
|
|
|
|
"61244066", "Moruya", |
|
28713
|
|
|
|
|
|
|
"61357134", "Violet\ Town", |
|
28714
|
|
|
|
|
|
|
"617486941", "Mardale", |
|
28715
|
|
|
|
|
|
|
"61269585", "Grong\ Grong", |
|
28716
|
|
|
|
|
|
|
"6173451", "Beenleigh", |
|
28717
|
|
|
|
|
|
|
"61885394", "Murray\ Bridge", |
|
28718
|
|
|
|
|
|
|
"61898472", "Gnowellen", |
|
28719
|
|
|
|
|
|
|
"618660720", "Tammin", |
|
28720
|
|
|
|
|
|
|
"61741136", "Tandora", |
|
28721
|
|
|
|
|
|
|
"6175548", "Beechmont", |
|
28722
|
|
|
|
|
|
|
"61259211", "Barmedman\ East", |
|
28723
|
|
|
|
|
|
|
"61263702", "Wollar", |
|
28724
|
|
|
|
|
|
|
"613549704", "Donald", |
|
28725
|
|
|
|
|
|
|
"612583628", "Myamley", |
|
28726
|
|
|
|
|
|
|
"61745458", "Kupunn", |
|
28727
|
|
|
|
|
|
|
"61258033", "Bindogundra", |
|
28728
|
|
|
|
|
|
|
"61753317", "Coominya", |
|
28729
|
|
|
|
|
|
|
"61363799", "Targa", |
|
28730
|
|
|
|
|
|
|
"6189466", "Perth", |
|
28731
|
|
|
|
|
|
|
"61754724", "Kenilworth", |
|
28732
|
|
|
|
|
|
|
"617476563", "Leichhardt\ Range", |
|
28733
|
|
|
|
|
|
|
"61352169", "Queenscliff", |
|
28734
|
|
|
|
|
|
|
"618856706", "Sandleton", |
|
28735
|
|
|
|
|
|
|
"613572920", "Creightons\ Creek", |
|
28736
|
|
|
|
|
|
|
"618989176", "Pingelly\ East", |
|
28737
|
|
|
|
|
|
|
"61749127", "The\ Caves", |
|
28738
|
|
|
|
|
|
|
"61248382", "Tarago", |
|
28739
|
|
|
|
|
|
|
"612574463", "Spring\ Plains", |
|
28740
|
|
|
|
|
|
|
"61880151", "Broken\ Hill", |
|
28741
|
|
|
|
|
|
|
"61250140", "Yackandandah", |
|
28742
|
|
|
|
|
|
|
"61255648", "Pacific\ Palms", |
|
28743
|
|
|
|
|
|
|
"618763410", "Tooligie\ Hill", |
|
28744
|
|
|
|
|
|
|
"6189531", "Pinjarra", |
|
28745
|
|
|
|
|
|
|
"61342015", "Queenscliff", |
|
28746
|
|
|
|
|
|
|
"61731796", "Kooringal", |
|
28747
|
|
|
|
|
|
|
"61890786", "Scaddan\ West", |
|
28748
|
|
|
|
|
|
|
"612530163", "Orange", |
|
28749
|
|
|
|
|
|
|
"618683381", "Lake\ King", |
|
28750
|
|
|
|
|
|
|
"61255911", "Macksville", |
|
28751
|
|
|
|
|
|
|
"61358885", "Berrigan", |
|
28752
|
|
|
|
|
|
|
"61359083", "Red\ Hill", |
|
28753
|
|
|
|
|
|
|
"61887865", "Monkoora", |
|
28754
|
|
|
|
|
|
|
"61255345", "Telegraph\ Point", |
|
28755
|
|
|
|
|
|
|
"61748976", "Rockhampton", |
|
28756
|
|
|
|
|
|
|
"61740745", "South\ Johnstone", |
|
28757
|
|
|
|
|
|
|
"61745055", "Macalister", |
|
28758
|
|
|
|
|
|
|
"61746690", "Dalby", |
|
28759
|
|
|
|
|
|
|
"618863990", "Tumby\ Bay", |
|
28760
|
|
|
|
|
|
|
"612574747", "Yarrowitch", |
|
28761
|
|
|
|
|
|
|
"61361610", "Southwest", |
|
28762
|
|
|
|
|
|
|
"61253160", "Baldry", |
|
28763
|
|
|
|
|
|
|
"613542687", "Watchem", |
|
28764
|
|
|
|
|
|
|
"61747561", "Charters\ Towers", |
|
28765
|
|
|
|
|
|
|
"61269757", "Tallimba", |
|
28766
|
|
|
|
|
|
|
"61730775", "Dayboro", |
|
28767
|
|
|
|
|
|
|
"61753103", "Coominya", |
|
28768
|
|
|
|
|
|
|
"618763455", "Frome", |
|
28769
|
|
|
|
|
|
|
"6174898", "Mackay", |
|
28770
|
|
|
|
|
|
|
"612533003", "Blayney", |
|
28771
|
|
|
|
|
|
|
"6139550", "Clayton", |
|
28772
|
|
|
|
|
|
|
"612532934", "Woodstock", |
|
28773
|
|
|
|
|
|
|
"61851209", "Mitchell", |
|
28774
|
|
|
|
|
|
|
"618600794", "Ardath", |
|
28775
|
|
|
|
|
|
|
"61265178", "Howes\ Valley", |
|
28776
|
|
|
|
|
|
|
"61345098", "Terang", |
|
28777
|
|
|
|
|
|
|
"618989318", "Tarwonga", |
|
28778
|
|
|
|
|
|
|
"61260670", "Albury", |
|
28779
|
|
|
|
|
|
|
"617750142", "Eschol", |
|
28780
|
|
|
|
|
|
|
"61744107", "Ingham", |
|
28781
|
|
|
|
|
|
|
"6129589", "Sutherland", |
|
28782
|
|
|
|
|
|
|
"61730937", "Bribie\ Island", |
|
28783
|
|
|
|
|
|
|
"61341296", "Mallacoota", |
|
28784
|
|
|
|
|
|
|
"6139769", "Dandenong", |
|
28785
|
|
|
|
|
|
|
"617308", "Brisbane", |
|
28786
|
|
|
|
|
|
|
"61860059", "Narembeen\ East", |
|
28787
|
|
|
|
|
|
|
"6174889", "Mackay", |
|
28788
|
|
|
|
|
|
|
"61891470", "Karratha", |
|
28789
|
|
|
|
|
|
|
"61256547", "Bellingen", |
|
28790
|
|
|
|
|
|
|
"61362176", "Strathgordon", |
|
28791
|
|
|
|
|
|
|
"61357092", "Moyhu", |
|
28792
|
|
|
|
|
|
|
"61363011", "Bicheno", |
|
28793
|
|
|
|
|
|
|
"617487159", "The\ Caves", |
|
28794
|
|
|
|
|
|
|
"61745663", "Miles", |
|
28795
|
|
|
|
|
|
|
"61746542", "Charleville", |
|
28796
|
|
|
|
|
|
|
"61353639", "Glenisla", |
|
28797
|
|
|
|
|
|
|
"61268213", "Fairholme", |
|
28798
|
|
|
|
|
|
|
"61749679", "Moranbah", |
|
28799
|
|
|
|
|
|
|
"61867176", "Myalup", |
|
28800
|
|
|
|
|
|
|
"61257009", "Bendemeer", |
|
28801
|
|
|
|
|
|
|
"61240108", "Wards\ River", |
|
28802
|
|
|
|
|
|
|
"61341533", "Cann\ River", |
|
28803
|
|
|
|
|
|
|
"61245600", "Wisemans\ Ferry", |
|
28804
|
|
|
|
|
|
|
"61753191", "Cooroy", |
|
28805
|
|
|
|
|
|
|
"61358995", "Jimaringle", |
|
28806
|
|
|
|
|
|
|
"61269031", "Gala\ Vale", |
|
28807
|
|
|
|
|
|
|
"6126385", "Boorowa", |
|
28808
|
|
|
|
|
|
|
"61897784", "Jangardup", |
|
28809
|
|
|
|
|
|
|
"61746849", "Stanthorpe", |
|
28810
|
|
|
|
|
|
|
"61246661", "Campbelltown", |
|
28811
|
|
|
|
|
|
|
"61259619", "Warrawidgee", |
|
28812
|
|
|
|
|
|
|
"61340275", "Murrayville", |
|
28813
|
|
|
|
|
|
|
"61245064", "St\ Albans", |
|
28814
|
|
|
|
|
|
|
"61878116", "Minlaton", |
|
28815
|
|
|
|
|
|
|
"61744313", "Karumba", |
|
28816
|
|
|
|
|
|
|
"612594185", "Bundure", |
|
28817
|
|
|
|
|
|
|
"61285814", "Sutherland", |
|
28818
|
|
|
|
|
|
|
"61875222", "Murray\ Bridge", |
|
28819
|
|
|
|
|
|
|
"61754474", "Noosaville", |
|
28820
|
|
|
|
|
|
|
"618683670", "Walyurin", |
|
28821
|
|
|
|
|
|
|
"61361406", "Richmond", |
|
28822
|
|
|
|
|
|
|
"61383622", "Point\ Cook", |
|
28823
|
|
|
|
|
|
|
"61886403", "Whyalla", |
|
28824
|
|
|
|
|
|
|
"61353506", "Streatham", |
|
28825
|
|
|
|
|
|
|
"617452515", "Cambooya", |
|
28826
|
|
|
|
|
|
|
"618869036", "Kimba", |
|
28827
|
|
|
|
|
|
|
"61266135", "Mallanganee", |
|
28828
|
|
|
|
|
|
|
"61361288", "South\ Bruny", |
|
28829
|
|
|
|
|
|
|
"61263283", "Oberon", |
|
28830
|
|
|
|
|
|
|
"618600969", "Mount\ Walker\ South", |
|
28831
|
|
|
|
|
|
|
"61898722", "Boddington", |
|
28832
|
|
|
|
|
|
|
"61875111", "Milang", |
|
28833
|
|
|
|
|
|
|
"613441789", "Cohuna", |
|
28834
|
|
|
|
|
|
|
"61350136", "Swan\ Hill", |
|
28835
|
|
|
|
|
|
|
"612583702", "Geurie", |
|
28836
|
|
|
|
|
|
|
"612828", "Sydney", |
|
28837
|
|
|
|
|
|
|
"617452550", "Goombungee", |
|
28838
|
|
|
|
|
|
|
"61264760", "Jindabyne\ South", |
|
28839
|
|
|
|
|
|
|
"61747773", "Bambaroo", |
|
28840
|
|
|
|
|
|
|
"618862985", "Cowell", |
|
28841
|
|
|
|
|
|
|
"617458672", "St\ George", |
|
28842
|
|
|
|
|
|
|
"617473856", "Cloncurry", |
|
28843
|
|
|
|
|
|
|
"61896425", "Brookton", |
|
28844
|
|
|
|
|
|
|
"613574680", "King\ Valley", |
|
28845
|
|
|
|
|
|
|
"61745933", "Dalby", |
|
28846
|
|
|
|
|
|
|
"6174211", "Cairns", |
|
28847
|
|
|
|
|
|
|
"61353969", "Crymelon", |
|
28848
|
|
|
|
|
|
|
"61373009", "Craigieburn", |
|
28849
|
|
|
|
|
|
|
"61754961", "Woodford", |
|
28850
|
|
|
|
|
|
|
"61890517", "Laverton", |
|
28851
|
|
|
|
|
|
|
"61361167", "Ouse", |
|
28852
|
|
|
|
|
|
|
"61355188", "Tahara", |
|
28853
|
|
|
|
|
|
|
"61240511", "Bulahdelah", |
|
28854
|
|
|
|
|
|
|
"61380655", "Sunbury", |
|
28855
|
|
|
|
|
|
|
"61350680", "Karawinna", |
|
28856
|
|
|
|
|
|
|
"61351626", "Meerlieu", |
|
28857
|
|
|
|
|
|
|
"61743081", "Eidsvold", |
|
28858
|
|
|
|
|
|
|
"61890879", "Collurabbie", |
|
28859
|
|
|
|
|
|
|
"617459863", "Jundah", |
|
28860
|
|
|
|
|
|
|
"613542003", "Colbinabbin", |
|
28861
|
|
|
|
|
|
|
"61743612", "Yarraman", |
|
28862
|
|
|
|
|
|
|
"61238202", "Gunning", |
|
28863
|
|
|
|
|
|
|
"618967627", "Beacon", |
|
28864
|
|
|
|
|
|
|
"61359384", "Red\ Hill", |
|
28865
|
|
|
|
|
|
|
"618661040", "Coomallo", |
|
28866
|
|
|
|
|
|
|
"61353856", "Minyip", |
|
28867
|
|
|
|
|
|
|
"61747624", "Kalkadoon", |
|
28868
|
|
|
|
|
|
|
"61344089", "Avoca", |
|
28869
|
|
|
|
|
|
|
"61268920", "Tullamore", |
|
28870
|
|
|
|
|
|
|
"613431186", "Minimay", |
|
28871
|
|
|
|
|
|
|
"618660927", "Trayning", |
|
28872
|
|
|
|
|
|
|
"61890572", "Yilgarn\ South", |
|
28873
|
|
|
|
|
|
|
"61745016", "Thargomindah", |
|
28874
|
|
|
|
|
|
|
"61351105", "Meerlieu", |
|
28875
|
|
|
|
|
|
|
"61352078", "Lorne", |
|
28876
|
|
|
|
|
|
|
"61734777", "Kooringal", |
|
28877
|
|
|
|
|
|
|
"612574940", "Guyra", |
|
28878
|
|
|
|
|
|
|
"61747342", "Flinders", |
|
28879
|
|
|
|
|
|
|
"6128669", "Sydney", |
|
28880
|
|
|
|
|
|
|
"61257052", "Wellingrove", |
|
28881
|
|
|
|
|
|
|
"613532291", "Yaapeet", |
|
28882
|
|
|
|
|
|
|
"61255076", "Coopernook", |
|
28883
|
|
|
|
|
|
|
"61896028", "Beverley", |
|
28884
|
|
|
|
|
|
|
"61885093", "Lowbank", |
|
28885
|
|
|
|
|
|
|
"61256436", "Lismore", |
|
28886
|
|
|
|
|
|
|
"61749596", "Mackay", |
|
28887
|
|
|
|
|
|
|
"618763721", "Nelshaby", |
|
28888
|
|
|
|
|
|
|
"61860002", "Burracoppin", |
|
28889
|
|
|
|
|
|
|
"61240748", "Swansea", |
|
28890
|
|
|
|
|
|
|
"61245058", "Kurrajong\ Heights", |
|
28891
|
|
|
|
|
|
|
"61888310", "Maitland", |
|
28892
|
|
|
|
|
|
|
"617486190", "Dingo", |
|
28893
|
|
|
|
|
|
|
"61734712", "Kooringal", |
|
28894
|
|
|
|
|
|
|
"618983491", "Gnowangerup", |
|
28895
|
|
|
|
|
|
|
"61851252", "Ord", |
|
28896
|
|
|
|
|
|
|
"61342056", "Lavers\ Hill", |
|
28897
|
|
|
|
|
|
|
"61887919", "Tintinara", |
|
28898
|
|
|
|
|
|
|
"61257347", "Barwick", |
|
28899
|
|
|
|
|
|
|
"61747057", "Croydon", |
|
28900
|
|
|
|
|
|
|
"6129765", "Liverpool", |
|
28901
|
|
|
|
|
|
|
"61258071", "Wellington", |
|
28902
|
|
|
|
|
|
|
"61258334", "Wellington", |
|
28903
|
|
|
|
|
|
|
"61888317", "Arthurton", |
|
28904
|
|
|
|
|
|
|
"61740283", "Cairns", |
|
28905
|
|
|
|
|
|
|
"617476475", "Collinsville", |
|
28906
|
|
|
|
|
|
|
"617442546", "Croydon", |
|
28907
|
|
|
|
|
|
|
"61269176", "Galore", |
|
28908
|
|
|
|
|
|
|
"61746505", "Charleville", |
|
28909
|
|
|
|
|
|
|
"618762640", "Wilmington", |
|
28910
|
|
|
|
|
|
|
"612583825", "Nyngan", |
|
28911
|
|
|
|
|
|
|
"613531760", "Willaura", |
|
28912
|
|
|
|
|
|
|
"61268038", "Colane", |
|
28913
|
|
|
|
|
|
|
"61867031", "Balingup", |
|
28914
|
|
|
|
|
|
|
"61887351", "Mount\ Gambier", |
|
28915
|
|
|
|
|
|
|
"61747050", "Cloncurry", |
|
28916
|
|
|
|
|
|
|
"617486943", "Miclere", |
|
28917
|
|
|
|
|
|
|
"61742556", "Cairns", |
|
28918
|
|
|
|
|
|
|
"617476561", "Leichhardt\ Range", |
|
28919
|
|
|
|
|
|
|
"61362031", "Geeveston", |
|
28920
|
|
|
|
|
|
|
"61895494", "Dwellingup", |
|
28921
|
|
|
|
|
|
|
"61896391", "Dukin", |
|
28922
|
|
|
|
|
|
|
"61734770", "Kooringal", |
|
28923
|
|
|
|
|
|
|
"6124236", "Kiama", |
|
28924
|
|
|
|
|
|
|
"61886983", "Marla", |
|
28925
|
|
|
|
|
|
|
"61898769", "Kulin", |
|
28926
|
|
|
|
|
|
|
"61268435", "Airlands", |
|
28927
|
|
|
|
|
|
|
"61266956", "Dyraaba", |
|
28928
|
|
|
|
|
|
|
"61240124", "Newcastle", |
|
28929
|
|
|
|
|
|
|
"61888103", "Warooka", |
|
28930
|
|
|
|
|
|
|
"618683383", "Lake\ Oconnor", |
|
28931
|
|
|
|
|
|
|
"612530161", "Orange", |
|
28932
|
|
|
|
|
|
|
"61890274", "Goldfields", |
|
28933
|
|
|
|
|
|
|
"61868099", "Wickepin", |
|
28934
|
|
|
|
|
|
|
"6174085", "Kuranda", |
|
28935
|
|
|
|
|
|
|
"618964990", "Cunderdin\ North", |
|
28936
|
|
|
|
|
|
|
"618600838", "Muntadgin\ East", |
|
28937
|
|
|
|
|
|
|
"61268927", "Trundle", |
|
28938
|
|
|
|
|
|
|
"612574461", "Sandy\ Flat", |
|
28939
|
|
|
|
|
|
|
"61876416", "Cummins", |
|
28940
|
|
|
|
|
|
|
"61350071", "Karawinna", |
|
28941
|
|
|
|
|
|
|
"6188541", "Waikerie", |
|
28942
|
|
|
|
|
|
|
"612532689", "Kandos", |
|
28943
|
|
|
|
|
|
|
"61875269", "Meningie\ East", |
|
28944
|
|
|
|
|
|
|
"613572435", "Alexandra", |
|
28945
|
|
|
|
|
|
|
"61350687", "Rufus\ River", |
|
28946
|
|
|
|
|
|
|
"612574575", "Careunga", |
|
28947
|
|
|
|
|
|
|
"61361160", "Oatlands", |
|
28948
|
|
|
|
|
|
|
"6128912", "Sydney", |
|
28949
|
|
|
|
|
|
|
"61890510", "Esperance", |
|
28950
|
|
|
|
|
|
|
"618600826", "Laverton", |
|
28951
|
|
|
|
|
|
|
"61753006", "Gympie", |
|
28952
|
|
|
|
|
|
|
"613470819", "Creightons\ Creek", |
|
28953
|
|
|
|
|
|
|
"6135917", "Cranbourne", |
|
28954
|
|
|
|
|
|
|
"617486026", "Dingo", |
|
28955
|
|
|
|
|
|
|
"61898539", "Narrogin", |
|
28956
|
|
|
|
|
|
|
"61348108", "Mabins\ Well", |
|
28957
|
|
|
|
|
|
|
"617458602", "Cockatoo", |
|
28958
|
|
|
|
|
|
|
"61898832", "Harrismith", |
|
28959
|
|
|
|
|
|
|
"613546060", "Romsey", |
|
28960
|
|
|
|
|
|
|
"61264767", "Wonboyn\ Lake", |
|
28961
|
|
|
|
|
|
|
"61898125", "Jaloran", |
|
28962
|
|
|
|
|
|
|
"612583772", "Boona\ Mountain", |
|
28963
|
|
|
|
|
|
|
"61888743", "Arthurton", |
|
28964
|
|
|
|
|
|
|
"618867795", "Hawker", |
|
28965
|
|
|
|
|
|
|
"61248275", "Woodhouselee", |
|
28966
|
|
|
|
|
|
|
"618683600", "Dumbleyung", |
|
28967
|
|
|
|
|
|
|
"6173812", "Ipswich", |
|
28968
|
|
|
|
|
|
|
"61891381", "Great\ Sandy", |
|
28969
|
|
|
|
|
|
|
"61353922", "Kaniva", |
|
28970
|
|
|
|
|
|
|
"61741916", "Maryborough", |
|
28971
|
|
|
|
|
|
|
"618682141", "Hyden", |
|
28972
|
|
|
|
|
|
|
"617452490", "Brookstead", |
|
28973
|
|
|
|
|
|
|
"61242101", "Helensburgh", |
|
28974
|
|
|
|
|
|
|
"61285219", "Sutherland", |
|
28975
|
|
|
|
|
|
|
"61896004", "Badgerin\ Rock", |
|
28976
|
|
|
|
|
|
|
"61742632", "Babinda", |
|
28977
|
|
|
|
|
|
|
"618762580", "Gairdner", |
|
28978
|
|
|
|
|
|
|
"61356201", "Hill\ End", |
|
28979
|
|
|
|
|
|
|
"612683686", "Coonabarabran", |
|
28980
|
|
|
|
|
|
|
"61749018", "Buckland", |
|
28981
|
|
|
|
|
|
|
"61897591", "Marybrook", |
|
28982
|
|
|
|
|
|
|
"618851296", "Karatta", |
|
28983
|
|
|
|
|
|
|
"61753285", "Kilkivan", |
|
28984
|
|
|
|
|
|
|
"61260081", "Walla\ Walla", |
|
28985
|
|
|
|
|
|
|
"61860045", "Goomarin", |
|
28986
|
|
|
|
|
|
|
"612532549", "Monteagle", |
|
28987
|
|
|
|
|
|
|
"61258136", "Cumborah", |
|
28988
|
|
|
|
|
|
|
"61260612", "Albury", |
|
28989
|
|
|
|
|
|
|
"618601019", "Karloning", |
|
28990
|
|
|
|
|
|
|
"618996864", "Eneabba", |
|
28991
|
|
|
|
|
|
|
"61895601", "Rockingham", |
|
28992
|
|
|
|
|
|
|
"612593795", "Lachlan", |
|
28993
|
|
|
|
|
|
|
"617458961", "Atholwood", |
|
28994
|
|
|
|
|
|
|
"617459049", "Pikedale", |
|
28995
|
|
|
|
|
|
|
"617452269", "Pikedale", |
|
28996
|
|
|
|
|
|
|
"613542775", "Echuca", |
|
28997
|
|
|
|
|
|
|
"61259078", "Coolamon", |
|
28998
|
|
|
|
|
|
|
"61245607", "Kurrajong\ Heights", |
|
28999
|
|
|
|
|
|
|
"6189965", "Geraldton", |
|
29000
|
|
|
|
|
|
|
"61891412", "Onslow", |
|
29001
|
|
|
|
|
|
|
"61896660", "Kalannie", |
|
29002
|
|
|
|
|
|
|
"61745598", "Auburn", |
|
29003
|
|
|
|
|
|
|
"618904211", "Mukinbudin", |
|
29004
|
|
|
|
|
|
|
"61260677", "Talgarno", |
|
29005
|
|
|
|
|
|
|
"61747305", "Mount\ Fox", |
|
29006
|
|
|
|
|
|
|
"61741033", "Chahpingah", |
|
29007
|
|
|
|
|
|
|
"61249056", "Nelson\ Bay", |
|
29008
|
|
|
|
|
|
|
"61744100", "Richmond", |
|
29009
|
|
|
|
|
|
|
"61364519", "Stanley", |
|
29010
|
|
|
|
|
|
|
"61255131", "Muswellbrook", |
|
29011
|
|
|
|
|
|
|
"617441942", "Doomadgee", |
|
29012
|
|
|
|
|
|
|
"61889389", "Davenport", |
|
29013
|
|
|
|
|
|
|
"61351142", "Traralgon", |
|
29014
|
|
|
|
|
|
|
"61746855", "Stanthorpe", |
|
29015
|
|
|
|
|
|
|
"61244163", "Huskisson", |
|
29016
|
|
|
|
|
|
|
"61891477", "Whaleback", |
|
29017
|
|
|
|
|
|
|
"61886551", "Wandearah\ East", |
|
29018
|
|
|
|
|
|
|
"61256540", "Urbenville", |
|
29019
|
|
|
|
|
|
|
"61898606", "Pingelly", |
|
29020
|
|
|
|
|
|
|
"61756133", "Southport", |
|
29021
|
|
|
|
|
|
|
"61351021", "Bairnsdale", |
|
29022
|
|
|
|
|
|
|
"61269859", "Stockinbingal", |
|
29023
|
|
|
|
|
|
|
"61256074", "Ettrick", |
|
29024
|
|
|
|
|
|
|
"61256331", "Mullumbimby", |
|
29025
|
|
|
|
|
|
|
"61866040", "Jelkobine", |
|
29026
|
|
|
|
|
|
|
"61255434", "Toorooka", |
|
29027
|
|
|
|
|
|
|
"61888209", "Clare", |
|
29028
|
|
|
|
|
|
|
"618762634", "Ungarra", |
|
29029
|
|
|
|
|
|
|
"61269552", "Stanbridge", |
|
29030
|
|
|
|
|
|
|
"61361094", "Hobart", |
|
29031
|
|
|
|
|
|
|
"61891224", "Marble\ Bar", |
|
29032
|
|
|
|
|
|
|
"61891906", "Whaleback", |
|
29033
|
|
|
|
|
|
|
"61240733", "Branxton", |
|
29034
|
|
|
|
|
|
|
"6135963", "Marysville", |
|
29035
|
|
|
|
|
|
|
"61755333", "Beechmont", |
|
29036
|
|
|
|
|
|
|
"61253565", "Kandos", |
|
29037
|
|
|
|
|
|
|
"618753315", "Barmera", |
|
29038
|
|
|
|
|
|
|
"61746014", "Auburn", |
|
29039
|
|
|
|
|
|
|
"61890665", "Collurabbie", |
|
29040
|
|
|
|
|
|
|
"617441933", "Burketown", |
|
29041
|
|
|
|
|
|
|
"61879179", "Darwin", |
|
29042
|
|
|
|
|
|
|
"613470603", "Moyhu", |
|
29043
|
|
|
|
|
|
|
"61899405", "Mullewa", |
|
29044
|
|
|
|
|
|
|
"61875163", "Victor\ Harbor", |
|
29045
|
|
|
|
|
|
|
"618967070", "Wongan\ Hills", |
|
29046
|
|
|
|
|
|
|
"618683597", "Denmark", |
|
29047
|
|
|
|
|
|
|
"61340349", "Natya", |
|
29048
|
|
|
|
|
|
|
"613574621", "Yea", |
|
29049
|
|
|
|
|
|
|
"618753350", "Narrung", |
|
29050
|
|
|
|
|
|
|
"61742172", "Malanda", |
|
29051
|
|
|
|
|
|
|
"618858588", "Narrung", |
|
29052
|
|
|
|
|
|
|
"61754220", "Kilcoy", |
|
29053
|
|
|
|
|
|
|
"61265266", "Jerrys\ Plains", |
|
29054
|
|
|
|
|
|
|
"61363897", "Mole\ Creek", |
|
29055
|
|
|
|
|
|
|
"6128266", "Sydney", |
|
29056
|
|
|
|
|
|
|
"61734786", "Dunwich", |
|
29057
|
|
|
|
|
|
|
"61740189", "Aurukun", |
|
29058
|
|
|
|
|
|
|
"61238015", "Marulan", |
|
29059
|
|
|
|
|
|
|
"613442050", "Dingee", |
|
29060
|
|
|
|
|
|
|
"61888693", "Minlaton", |
|
29061
|
|
|
|
|
|
|
"61261068", "Michelago", |
|
29062
|
|
|
|
|
|
|
"61256990", "Mullumbimby", |
|
29063
|
|
|
|
|
|
|
"61255087", "Port\ Macquarie", |
|
29064
|
|
|
|
|
|
|
"613532373", "Nhill", |
|
29065
|
|
|
|
|
|
|
"61742303", "Mount\ Garnet", |
|
29066
|
|
|
|
|
|
|
"61745082", "Blackall", |
|
29067
|
|
|
|
|
|
|
"61363063", "Moltema", |
|
29068
|
|
|
|
|
|
|
"61745611", "Dirranbandi", |
|
29069
|
|
|
|
|
|
|
"6188586", "Renmark", |
|
29070
|
|
|
|
|
|
|
"61268261", "Narromine", |
|
29071
|
|
|
|
|
|
|
"61248658", "Reidsdale", |
|
29072
|
|
|
|
|
|
|
"61357871", "Kilmore", |
|
29073
|
|
|
|
|
|
|
"618763780", "Gairdner", |
|
29074
|
|
|
|
|
|
|
"612592723", "Melbergen", |
|
29075
|
|
|
|
|
|
|
"61897941", "Augusta", |
|
29076
|
|
|
|
|
|
|
"61741402", "Monogorilby", |
|
29077
|
|
|
|
|
|
|
"61269180", "Junee", |
|
29078
|
|
|
|
|
|
|
"61899008", "Carnamah", |
|
29079
|
|
|
|
|
|
|
"613531800", "Creswick", |
|
29080
|
|
|
|
|
|
|
"61260137", "Tallangatta", |
|
29081
|
|
|
|
|
|
|
"61255671", "Coopernook", |
|
29082
|
|
|
|
|
|
|
"61745948", "Dalby", |
|
29083
|
|
|
|
|
|
|
"613442015", "Newstead", |
|
29084
|
|
|
|
|
|
|
"617473907", "Gunpowder", |
|
29085
|
|
|
|
|
|
|
"617441957", "Kalkadoon", |
|
29086
|
|
|
|
|
|
|
"613553604", "Terang", |
|
29087
|
|
|
|
|
|
|
"61363616", "Winnaleah", |
|
29088
|
|
|
|
|
|
|
"61251166", "Bungendore", |
|
29089
|
|
|
|
|
|
|
"612532461", "Ooma", |
|
29090
|
|
|
|
|
|
|
"6173093", "Redcliffe", |
|
29091
|
|
|
|
|
|
|
"61889561", "Yulara", |
|
29092
|
|
|
|
|
|
|
"61361301", "Bothwell", |
|
29093
|
|
|
|
|
|
|
"61754036", "Moore", |
|
29094
|
|
|
|
|
|
|
"61741459", "Lowmead", |
|
29095
|
|
|
|
|
|
|
"612594307", "Tallimba", |
|
29096
|
|
|
|
|
|
|
"61888828", "Hallett", |
|
29097
|
|
|
|
|
|
|
"612573448", "Aberfoyle", |
|
29098
|
|
|
|
|
|
|
"61358809", "Caldwell", |
|
29099
|
|
|
|
|
|
|
"61240421", "Newcastle", |
|
29100
|
|
|
|
|
|
|
"61867187", "Boyup\ Brook", |
|
29101
|
|
|
|
|
|
|
"61748063", "Walkerston", |
|
29102
|
|
|
|
|
|
|
"61265793", "Howes\ Valley", |
|
29103
|
|
|
|
|
|
|
"61263857", "Frogmore", |
|
29104
|
|
|
|
|
|
|
"617459075", "Wandoan", |
|
29105
|
|
|
|
|
|
|
"612574689", "Glen\ Elgin", |
|
29106
|
|
|
|
|
|
|
"6135996", "Cranbourne", |
|
29107
|
|
|
|
|
|
|
"61896515", "Gillingarra", |
|
29108
|
|
|
|
|
|
|
"61358502", "Blighty", |
|
29109
|
|
|
|
|
|
|
"61756239", "Southport", |
|
29110
|
|
|
|
|
|
|
"61248000", "Barrallier", |
|
29111
|
|
|
|
|
|
|
"61879353", "Yulara", |
|
29112
|
|
|
|
|
|
|
"61877124", "Western\ Flat", |
|
29113
|
|
|
|
|
|
|
"6128840", "Blacktown", |
|
29114
|
|
|
|
|
|
|
"61341548", "Licola", |
|
29115
|
|
|
|
|
|
|
"61891569", "Millstream", |
|
29116
|
|
|
|
|
|
|
"61887271", "Tintinara", |
|
29117
|
|
|
|
|
|
|
"61887127", "Western\ Flat", |
|
29118
|
|
|
|
|
|
|
"618683027", "Boddington", |
|
29119
|
|
|
|
|
|
|
"6135526", "Portland", |
|
29120
|
|
|
|
|
|
|
"61362845", "Swansea", |
|
29121
|
|
|
|
|
|
|
"61248664", "Gundillion", |
|
29122
|
|
|
|
|
|
|
"617486932", "Gemfields", |
|
29123
|
|
|
|
|
|
|
"61267903", "Wee\ Waa", |
|
29124
|
|
|
|
|
|
|
"61747198", "Mutarnee", |
|
29125
|
|
|
|
|
|
|
"61862346", "Perth", |
|
29126
|
|
|
|
|
|
|
"612582480", "Farrendale", |
|
29127
|
|
|
|
|
|
|
"61878182", "Maitland", |
|
29128
|
|
|
|
|
|
|
"618967824", "Quairading", |
|
29129
|
|
|
|
|
|
|
"61898196", "Manypeaks\ North", |
|
29130
|
|
|
|
|
|
|
"61250204", "Little\ Billabong", |
|
29131
|
|
|
|
|
|
|
"61367346", "Lilydale", |
|
29132
|
|
|
|
|
|
|
"61269802", "Temora", |
|
29133
|
|
|
|
|
|
|
"61868888", "Albany", |
|
29134
|
|
|
|
|
|
|
"61743130", "Brooklands", |
|
29135
|
|
|
|
|
|
|
"61340007", "Arumpo", |
|
29136
|
|
|
|
|
|
|
"612685570", "Weelong", |
|
29137
|
|
|
|
|
|
|
"61261054", "Captains\ Flat", |
|
29138
|
|
|
|
|
|
|
"61267881", "Armidale", |
|
29139
|
|
|
|
|
|
|
"61362552", "Woodbury", |
|
29140
|
|
|
|
|
|
|
"613441203", "Cohuna", |
|
29141
|
|
|
|
|
|
|
"618903261", "Ardath", |
|
29142
|
|
|
|
|
|
|
"618982930", "Badgebup", |
|
29143
|
|
|
|
|
|
|
"61240395", "Bandon\ Grove", |
|
29144
|
|
|
|
|
|
|
"61899024", "Cue", |
|
29145
|
|
|
|
|
|
|
"61899442", "Perenjori\ East", |
|
29146
|
|
|
|
|
|
|
"61745246", "Pikedale", |
|
29147
|
|
|
|
|
|
|
"61741048", "Fraser\ Island", |
|
29148
|
|
|
|
|
|
|
"61238153", "Paddys\ River", |
|
29149
|
|
|
|
|
|
|
"612532940", "Blayney", |
|
29150
|
|
|
|
|
|
|
"618600259", "Nullarbor", |
|
29151
|
|
|
|
|
|
|
"61743137", "Wondai", |
|
29152
|
|
|
|
|
|
|
"61340000", "Balranald", |
|
29153
|
|
|
|
|
|
|
"61359221", "Pakenham", |
|
29154
|
|
|
|
|
|
|
"61240698", "East\ Gresford", |
|
29155
|
|
|
|
|
|
|
"618660085", "Cadoux", |
|
29156
|
|
|
|
|
|
|
"61887120", "Tilley\ Swamp", |
|
29157
|
|
|
|
|
|
|
"61253132", "Coolah", |
|
29158
|
|
|
|
|
|
|
"61263189", "Koorawatha", |
|
29159
|
|
|
|
|
|
|
"61748241", "Garnant", |
|
29160
|
|
|
|
|
|
|
"61753601", "Caboolture", |
|
29161
|
|
|
|
|
|
|
"618851797", "Mallala", |
|
29162
|
|
|
|
|
|
|
"61362966", "Nubeena", |
|
29163
|
|
|
|
|
|
|
"6186558", "Perth", |
|
29164
|
|
|
|
|
|
|
"6189210", "Perth", |
|
29165
|
|
|
|
|
|
|
"61265968", "Broke", |
|
29166
|
|
|
|
|
|
|
"61359112", "Cranbourne", |
|
29167
|
|
|
|
|
|
|
"61890420", "Bullfinch", |
|
29168
|
|
|
|
|
|
|
"61741445", "Pialba", |
|
29169
|
|
|
|
|
|
|
"61358926", "Lalalty", |
|
29170
|
|
|
|
|
|
|
"61851103", "Newman", |
|
29171
|
|
|
|
|
|
|
"61264341", "Shannons\ Flat", |
|
29172
|
|
|
|
|
|
|
"61867180", "Tonebridge", |
|
29173
|
|
|
|
|
|
|
"61899985", "Carnarvon", |
|
29174
|
|
|
|
|
|
|
"6124560", "Windsor", |
|
29175
|
|
|
|
|
|
|
"617451819", "Crows\ Nest", |
|
29176
|
|
|
|
|
|
|
"618753031", "Murray\ Bridge", |
|
29177
|
|
|
|
|
|
|
"61248007", "Binda", |
|
29178
|
|
|
|
|
|
|
"617459005", "Freestone", |
|
29179
|
|
|
|
|
|
|
"6124759", "Lawson", |
|
29180
|
|
|
|
|
|
|
"6188552", "Victor\ Harbor", |
|
29181
|
|
|
|
|
|
|
"61898001", "Albany", |
|
29182
|
|
|
|
|
|
|
"61341225", "Munro", |
|
29183
|
|
|
|
|
|
|
"618967796", "Dangin", |
|
29184
|
|
|
|
|
|
|
"61891208", "Port\ Hedland", |
|
29185
|
|
|
|
|
|
|
"61242025", "Kiama", |
|
29186
|
|
|
|
|
|
|
"61888738", "Moonta", |
|
29187
|
|
|
|
|
|
|
"61260686", "Corryong", |
|
29188
|
|
|
|
|
|
|
"61268119", "Weelong", |
|
29189
|
|
|
|
|
|
|
"61356388", "Poowong", |
|
29190
|
|
|
|
|
|
|
"612594377", "Barmedman\ East", |
|
29191
|
|
|
|
|
|
|
"61891486", "Paraburdoo", |
|
29192
|
|
|
|
|
|
|
"612583308", "Warrumbungle", |
|
29193
|
|
|
|
|
|
|
"61876311", "Orroroo", |
|
29194
|
|
|
|
|
|
|
"612573411", "Mungindi", |
|
29195
|
|
|
|
|
|
|
"61269187", "Burcher", |
|
29196
|
|
|
|
|
|
|
"6138523", "Clayton", |
|
29197
|
|
|
|
|
|
|
"617442817", "Richmond", |
|
29198
|
|
|
|
|
|
|
"61877326", "Naracoorte", |
|
29199
|
|
|
|
|
|
|
"61250228", "Holbrook", |
|
29200
|
|
|
|
|
|
|
"617473977", "The\ Monument", |
|
29201
|
|
|
|
|
|
|
"61897079", "Myalup", |
|
29202
|
|
|
|
|
|
|
"613531870", "Stoneleigh", |
|
29203
|
|
|
|
|
|
|
"61260130", "Yackandandah", |
|
29204
|
|
|
|
|
|
|
"61265954", "Ravensworth", |
|
29205
|
|
|
|
|
|
|
"617750157", "Jandowae", |
|
29206
|
|
|
|
|
|
|
"61888568", "Bute", |
|
29207
|
|
|
|
|
|
|
"61890156", "Narembeen\ East", |
|
29208
|
|
|
|
|
|
|
"61754171", "Woodbine", |
|
29209
|
|
|
|
|
|
|
"61363890", "Scottsdale", |
|
29210
|
|
|
|
|
|
|
"612582502", "Mullengudgery", |
|
29211
|
|
|
|
|
|
|
"61754227", "Woodford", |
|
29212
|
|
|
|
|
|
|
"61872825", "Woodside", |
|
29213
|
|
|
|
|
|
|
"618661034", "Bolgart", |
|
29214
|
|
|
|
|
|
|
"61265335", "Kempsey", |
|
29215
|
|
|
|
|
|
|
"6186332", "Perth", |
|
29216
|
|
|
|
|
|
|
"61255080", "Telegraph\ Point", |
|
29217
|
|
|
|
|
|
|
"61256997", "Hernani", |
|
29218
|
|
|
|
|
|
|
"612583165", "Fairholme", |
|
29219
|
|
|
|
|
|
|
"613532303", "Bacchus\ Marsh", |
|
29220
|
|
|
|
|
|
|
"61244111", "Nowra", |
|
29221
|
|
|
|
|
|
|
"618683433", "Walpole", |
|
29222
|
|
|
|
|
|
|
"613573097", "Nagambie", |
|
29223
|
|
|
|
|
|
|
"61749139", "Yeppoon", |
|
29224
|
|
|
|
|
|
|
"618660783", "Studleigh", |
|
29225
|
|
|
|
|
|
|
"61887456", "Rendelsham", |
|
29226
|
|
|
|
|
|
|
"61742775", "Georgetown", |
|
29227
|
|
|
|
|
|
|
"618967000", "Goodlands", |
|
29228
|
|
|
|
|
|
|
"617750133", "Dalby", |
|
29229
|
|
|
|
|
|
|
"61877108", "Monkoora", |
|
29230
|
|
|
|
|
|
|
"618854524", "Lowbank", |
|
29231
|
|
|
|
|
|
|
"61354652", "Avoca", |
|
29232
|
|
|
|
|
|
|
"613470673", "Beechworth", |
|
29233
|
|
|
|
|
|
|
"6126453", "Cooma", |
|
29234
|
|
|
|
|
|
|
"61351695", "Yinnar", |
|
29235
|
|
|
|
|
|
|
"61287423", "Liverpool", |
|
29236
|
|
|
|
|
|
|
"612574934", "Goolhi", |
|
29237
|
|
|
|
|
|
|
"61898394", "Gnowangerup", |
|
29238
|
|
|
|
|
|
|
"6128610", "Blacktown", |
|
29239
|
|
|
|
|
|
|
"61269845", "Coolac", |
|
29240
|
|
|
|
|
|
|
"61367144", "Evandale", |
|
29241
|
|
|
|
|
|
|
"61885472", "Wunkar", |
|
29242
|
|
|
|
|
|
|
"61753494", "Maroon", |
|
29243
|
|
|
|
|
|
|
"618859945", "Peebinga", |
|
29244
|
|
|
|
|
|
|
"61886032", "Coober\ Pedy", |
|
29245
|
|
|
|
|
|
|
"61266378", "Tyalgum", |
|
29246
|
|
|
|
|
|
|
"61866047", "Miling", |
|
29247
|
|
|
|
|
|
|
"61340355", "Pooncarie", |
|
29248
|
|
|
|
|
|
|
"61362802", "Strathgordon", |
|
29249
|
|
|
|
|
|
|
"61888804", "Arthurton", |
|
29250
|
|
|
|
|
|
|
"61285458", "Sutherland", |
|
29251
|
|
|
|
|
|
|
"61268043", "Coonamble", |
|
29252
|
|
|
|
|
|
|
"612630391", "Gingkin", |
|
29253
|
|
|
|
|
|
|
"61884067", "Mount\ Barker", |
|
29254
|
|
|
|
|
|
|
"61351398", "Licola", |
|
29255
|
|
|
|
|
|
|
"6139405", "Melbourne", |
|
29256
|
|
|
|
|
|
|
"61350676", "Ouyen", |
|
29257
|
|
|
|
|
|
|
"613431989", "Scarsdale", |
|
29258
|
|
|
|
|
|
|
"6189469", "Perth", |
|
29259
|
|
|
|
|
|
|
"61730505", "Beenleigh", |
|
29260
|
|
|
|
|
|
|
"61352199", "Anglesea", |
|
29261
|
|
|
|
|
|
|
"612583928", "Narran", |
|
29262
|
|
|
|
|
|
|
"61748539", "Gargett", |
|
29263
|
|
|
|
|
|
|
"613572620", "Woods\ Point", |
|
29264
|
|
|
|
|
|
|
"61734398", "Beenleigh", |
|
29265
|
|
|
|
|
|
|
"61748125", "Calen", |
|
29266
|
|
|
|
|
|
|
"618683664", "Tarwonga", |
|
29267
|
|
|
|
|
|
|
"613574787", "Yarrawonga", |
|
29268
|
|
|
|
|
|
|
"61257255", "Baan\ Baa", |
|
29269
|
|
|
|
|
|
|
"612685790", "Colane", |
|
29270
|
|
|
|
|
|
|
"61880026", "The\ Darling", |
|
29271
|
|
|
|
|
|
|
"618763492", "Port\ Broughton", |
|
29272
|
|
|
|
|
|
|
"61889168", "Darwin", |
|
29273
|
|
|
|
|
|
|
"61264485", "Bonang", |
|
29274
|
|
|
|
|
|
|
"613451024", "Timboon", |
|
29275
|
|
|
|
|
|
|
"612532523", "Galong", |
|
29276
|
|
|
|
|
|
|
"61359145", "Emerald", |
|
29277
|
|
|
|
|
|
|
"61851055", "Whaleback", |
|
29278
|
|
|
|
|
|
|
"61741381", "Bunker", |
|
29279
|
|
|
|
|
|
|
"612683691", "Curban", |
|
29280
|
|
|
|
|
|
|
"617459872", "Lynd\ Range", |
|
29281
|
|
|
|
|
|
|
"618854942", "Eudunda", |
|
29282
|
|
|
|
|
|
|
"61891916", "Leopold", |
|
29283
|
|
|
|
|
|
|
"618983722", "Katanning", |
|
29284
|
|
|
|
|
|
|
"61742107", "Tully", |
|
29285
|
|
|
|
|
|
|
"61734695", "Bribie\ Island", |
|
29286
|
|
|
|
|
|
|
"618967720", "Yelbeni", |
|
29287
|
|
|
|
|
|
|
"617459023", "Jundah", |
|
29288
|
|
|
|
|
|
|
"61244096", "Narooma", |
|
29289
|
|
|
|
|
|
|
"61364176", "Ulverstone", |
|
29290
|
|
|
|
|
|
|
"618985497", "Tambellup", |
|
29291
|
|
|
|
|
|
|
"618600935", "Bullaring", |
|
29292
|
|
|
|
|
|
|
"61897608", "Manjimup", |
|
29293
|
|
|
|
|
|
|
"61861020", "Perth", |
|
29294
|
|
|
|
|
|
|
"613442115", "Dunolly", |
|
29295
|
|
|
|
|
|
|
"61263879", "Orange", |
|
29296
|
|
|
|
|
|
|
"61266409", "Grafton", |
|
29297
|
|
|
|
|
|
|
"61361526", "Baden", |
|
29298
|
|
|
|
|
|
|
"61356041", "Toora", |
|
29299
|
|
|
|
|
|
|
"6138412", "Melbourne", |
|
29300
|
|
|
|
|
|
|
"61899018", "Coorow", |
|
29301
|
|
|
|
|
|
|
"61355322", "Strathdownie", |
|
29302
|
|
|
|
|
|
|
"6174965", "Mackay", |
|
29303
|
|
|
|
|
|
|
"618903840", "Kellerberrin", |
|
29304
|
|
|
|
|
|
|
"61746660", "Freestone", |
|
29305
|
|
|
|
|
|
|
"61741412", "Johnstown\ West", |
|
29306
|
|
|
|
|
|
|
"61886523", "Spilsby", |
|
29307
|
|
|
|
|
|
|
"61353426", "Ballarat", |
|
29308
|
|
|
|
|
|
|
"61268755", "Dandaloo", |
|
29309
|
|
|
|
|
|
|
"61895598", "Rockingham", |
|
29310
|
|
|
|
|
|
|
"61887895", "Tarpeena", |
|
29311
|
|
|
|
|
|
|
"61341141", "Traralgon", |
|
29312
|
|
|
|
|
|
|
"61745601", "Barcoo", |
|
29313
|
|
|
|
|
|
|
"61253190", "Orange", |
|
29314
|
|
|
|
|
|
|
"61263572", "Bylong", |
|
29315
|
|
|
|
|
|
|
"61896244", "Yelbeni", |
|
29316
|
|
|
|
|
|
|
"618996800", "Cue", |
|
29317
|
|
|
|
|
|
|
"61264942", "Candelo", |
|
29318
|
|
|
|
|
|
|
"61742313", "Georgetown", |
|
29319
|
|
|
|
|
|
|
"613441225", "Lockington", |
|
29320
|
|
|
|
|
|
|
"61897305", "Boyup\ Brook", |
|
29321
|
|
|
|
|
|
|
"613442150", "Strathfieldsaye", |
|
29322
|
|
|
|
|
|
|
"61891033", "Karratha", |
|
29323
|
|
|
|
|
|
|
"61238005", "Braidwood", |
|
29324
|
|
|
|
|
|
|
"61350727", "Waitchie", |
|
29325
|
|
|
|
|
|
|
"61748606", "Sarina", |
|
29326
|
|
|
|
|
|
|
"61264088", "Wonboyn\ Lake", |
|
29327
|
|
|
|
|
|
|
"61257138", "Guyra", |
|
29328
|
|
|
|
|
|
|
"61240039", "Karuah", |
|
29329
|
|
|
|
|
|
|
"61860086", "Merredin", |
|
29330
|
|
|
|
|
|
|
"61741477", "Maidenwell", |
|
29331
|
|
|
|
|
|
|
"61890283", "Kambalda", |
|
29332
|
|
|
|
|
|
|
"61896505", "Wannamal", |
|
29333
|
|
|
|
|
|
|
"61248010", "Bowral", |
|
29334
|
|
|
|
|
|
|
"618982998", "Bremer\ Bay", |
|
29335
|
|
|
|
|
|
|
"61885358", "Murray\ Bridge", |
|
29336
|
|
|
|
|
|
|
"61875025", "Robertstown", |
|
29337
|
|
|
|
|
|
|
"61897050", "Donnybrook", |
|
29338
|
|
|
|
|
|
|
"617486207", "Lethebrook", |
|
29339
|
|
|
|
|
|
|
"618600748", "Corrigin\ West", |
|
29340
|
|
|
|
|
|
|
"617486581", "Westwood", |
|
29341
|
|
|
|
|
|
|
"618866961", "Gladstone", |
|
29342
|
|
|
|
|
|
|
"61886090", "Indian\ Pacific", |
|
29343
|
|
|
|
|
|
|
"61885987", "Tailem\ Bend", |
|
29344
|
|
|
|
|
|
|
"61885655", "Truro", |
|
29345
|
|
|
|
|
|
|
"6174411", "Townsville", |
|
29346
|
|
|
|
|
|
|
"61256629", "Leeville", |
|
29347
|
|
|
|
|
|
|
"61361311", "Southwest", |
|
29348
|
|
|
|
|
|
|
"617459946", "Brookstead", |
|
29349
|
|
|
|
|
|
|
"61287356", "Liverpool", |
|
29350
|
|
|
|
|
|
|
"61267036", "Boorolong", |
|
29351
|
|
|
|
|
|
|
"61353150", "Jeparit", |
|
29352
|
|
|
|
|
|
|
"618856754", "Walker\ Flat", |
|
29353
|
|
|
|
|
|
|
"61285372", "Sutherland", |
|
29354
|
|
|
|
|
|
|
"61363606", "Deloraine", |
|
29355
|
|
|
|
|
|
|
"618763884", "Kyancutta", |
|
29356
|
|
|
|
|
|
|
"617750366", "Liston", |
|
29357
|
|
|
|
|
|
|
"61887323", "Tintinara", |
|
29358
|
|
|
|
|
|
|
"61889154", "Batchelor", |
|
29359
|
|
|
|
|
|
|
"61754881", "Kia\ Ora", |
|
29360
|
|
|
|
|
|
|
"61740274", "Herberton", |
|
29361
|
|
|
|
|
|
|
"61340017", "Wemen", |
|
29362
|
|
|
|
|
|
|
"61265099", "Lord\ Howe\ Island", |
|
29363
|
|
|
|
|
|
|
"61269812", "Tumut", |
|
29364
|
|
|
|
|
|
|
"61243080", "Mangrove\ Mountain", |
|
29365
|
|
|
|
|
|
|
"61361482", "Maydena", |
|
29366
|
|
|
|
|
|
|
"61344056", "Woodend", |
|
29367
|
|
|
|
|
|
|
"612583936", "Rocky\ Glen", |
|
29368
|
|
|
|
|
|
|
"612594448", "Wagga\ Wagga", |
|
29369
|
|
|
|
|
|
|
"613532325", "Balliang", |
|
29370
|
|
|
|
|
|
|
"61250214", "Walla\ Walla", |
|
29371
|
|
|
|
|
|
|
"618683777", "Tarwonga", |
|
29372
|
|
|
|
|
|
|
"61363125", "Launceston", |
|
29373
|
|
|
|
|
|
|
"6126342", "Cowra", |
|
29374
|
|
|
|
|
|
|
"618763816", "Port\ Broughton", |
|
29375
|
|
|
|
|
|
|
"61260192", "Tallangatta\ Valley", |
|
29376
|
|
|
|
|
|
|
"618866384", "Wudinna", |
|
29377
|
|
|
|
|
|
|
"61269877", "Junee\ Reefs", |
|
29378
|
|
|
|
|
|
|
"61340072", "Culgoa", |
|
29379
|
|
|
|
|
|
|
"61354078", "Womboota", |
|
29380
|
|
|
|
|
|
|
"618763668", "Port\ Broughton", |
|
29381
|
|
|
|
|
|
|
"61267913", "Kelvin", |
|
29382
|
|
|
|
|
|
|
"618864323", "Crystal\ Brook", |
|
29383
|
|
|
|
|
|
|
"61266647", "Mallanganee", |
|
29384
|
|
|
|
|
|
|
"61746930", "Brookstead", |
|
29385
|
|
|
|
|
|
|
"618683127", "Badgebup\ North", |
|
29386
|
|
|
|
|
|
|
"617458663", "Omanama", |
|
29387
|
|
|
|
|
|
|
"617486929", "Gargett", |
|
29388
|
|
|
|
|
|
|
"61886974", "Carrieton", |
|
29389
|
|
|
|
|
|
|
"612593689", "Galore", |
|
29390
|
|
|
|
|
|
|
"61357295", "King\ Valley", |
|
29391
|
|
|
|
|
|
|
"61742466", "Kuranda", |
|
29392
|
|
|
|
|
|
|
"61742747", "Molloy", |
|
29393
|
|
|
|
|
|
|
"61359102", "Red\ Hill", |
|
29394
|
|
|
|
|
|
|
"618983486", "Gairdner", |
|
29395
|
|
|
|
|
|
|
"618903637", "Speddingup\ East", |
|
29396
|
|
|
|
|
|
|
"613451454", "Warrnambool", |
|
29397
|
|
|
|
|
|
|
"61746425", "Toowoomba", |
|
29398
|
|
|
|
|
|
|
"61392624", "Melbourne", |
|
29399
|
|
|
|
|
|
|
"61364031", "Stanley", |
|
29400
|
|
|
|
|
|
|
"612592705", "Gundagai", |
|
29401
|
|
|
|
|
|
|
"61269870", "Cowabbie", |
|
29402
|
|
|
|
|
|
|
"613441952", "Amphitheatre", |
|
29403
|
|
|
|
|
|
|
"617486866", "Proserpine", |
|
29404
|
|
|
|
|
|
|
"61259199", "Bundure", |
|
29405
|
|
|
|
|
|
|
"612583763", "Barrier", |
|
29406
|
|
|
|
|
|
|
"613431747", "Bacchus\ Marsh", |
|
29407
|
|
|
|
|
|
|
"61742740", "Lakeland", |
|
29408
|
|
|
|
|
|
|
"6175633", "Tweed\ Heads", |
|
29409
|
|
|
|
|
|
|
"61266640", "Leeville", |
|
29410
|
|
|
|
|
|
|
"618903392", "Great\ Victoria", |
|
29411
|
|
|
|
|
|
|
"61753082", "Ballugan", |
|
29412
|
|
|
|
|
|
|
"61260795", "Talgarno", |
|
29413
|
|
|
|
|
|
|
"61746937", "Mount\ Tyson", |
|
29414
|
|
|
|
|
|
|
"61885166", "Pinnaroo", |
|
29415
|
|
|
|
|
|
|
"61266989", "Murwillumbah", |
|
29416
|
|
|
|
|
|
|
"61243087", "Gosford", |
|
29417
|
|
|
|
|
|
|
"61340010", "Nangiloc", |
|
29418
|
|
|
|
|
|
|
"61740879", "Edward\ River", |
|
29419
|
|
|
|
|
|
|
"617480547", "Koumala", |
|
29420
|
|
|
|
|
|
|
"612583447", "Carinda", |
|
29421
|
|
|
|
|
|
|
"618683707", "Cranbrook", |
|
29422
|
|
|
|
|
|
|
"61888161", "Arthurton", |
|
29423
|
|
|
|
|
|
|
"61876094", "Georgetown", |
|
29424
|
|
|
|
|
|
|
"61897624", "Bunbury", |
|
29425
|
|
|
|
|
|
|
"6139711", "Dandenong", |
|
29426
|
|
|
|
|
|
|
"61353284", "Kalkee", |
|
29427
|
|
|
|
|
|
|
"613441695", "Charlton", |
|
29428
|
|
|
|
|
|
|
"613470625", "Beechworth", |
|
29429
|
|
|
|
|
|
|
"61248072", "Taralga", |
|
29430
|
|
|
|
|
|
|
"61742589", "Atherton", |
|
29431
|
|
|
|
|
|
|
"61264905", "Bredbo", |
|
29432
|
|
|
|
|
|
|
"61886097", "Iron\ Knob", |
|
29433
|
|
|
|
|
|
|
"613531774", "Ballarat", |
|
29434
|
|
|
|
|
|
|
"613431191", "Natimuk", |
|
29435
|
|
|
|
|
|
|
"61899596", "Mullewa", |
|
29436
|
|
|
|
|
|
|
"618903653", "Bodallin", |
|
29437
|
|
|
|
|
|
|
"61268109", "Tooraweenah", |
|
29438
|
|
|
|
|
|
|
"61891218", "Roebuck", |
|
29439
|
|
|
|
|
|
|
"61238042", "Gunning", |
|
29440
|
|
|
|
|
|
|
"61353157", "Broughton", |
|
29441
|
|
|
|
|
|
|
"612533062", "Young", |
|
29442
|
|
|
|
|
|
|
"61898011", "Badgebup", |
|
29443
|
|
|
|
|
|
|
"61359373", "Rosebud", |
|
29444
|
|
|
|
|
|
|
"61898682", "Porongurup", |
|
29445
|
|
|
|
|
|
|
"6138706", "Croydon", |
|
29446
|
|
|
|
|
|
|
"61743333", "Monto", |
|
29447
|
|
|
|
|
|
|
"61248017", "Breadalbane", |
|
29448
|
|
|
|
|
|
|
"618753131", "Hartley", |
|
29449
|
|
|
|
|
|
|
"61885649", "Truro", |
|
29450
|
|
|
|
|
|
|
"61851113", "Whaleback", |
|
29451
|
|
|
|
|
|
|
"61247051", "Mount\ Wilson", |
|
29452
|
|
|
|
|
|
|
"618864068", "Koongawa", |
|
29453
|
|
|
|
|
|
|
"61897057", "Jangardup", |
|
29454
|
|
|
|
|
|
|
"61350837", "Hopetoun", |
|
29455
|
|
|
|
|
|
|
"61255543", "Widden\ Valley", |
|
29456
|
|
|
|
|
|
|
"61256662", "Ballina", |
|
29457
|
|
|
|
|
|
|
"61754483", "Noosaville", |
|
29458
|
|
|
|
|
|
|
"613531667", "Glenorchy", |
|
29459
|
|
|
|
|
|
|
"612594209", "Humula", |
|
29460
|
|
|
|
|
|
|
"61743192", "Howard", |
|
29461
|
|
|
|
|
|
|
"618996870", "Gutha\ West", |
|
29462
|
|
|
|
|
|
|
"61244101", "Berry", |
|
29463
|
|
|
|
|
|
|
"618985557", "Dudinin", |
|
29464
|
|
|
|
|
|
|
"61741470", "Burnett", |
|
29465
|
|
|
|
|
|
|
"618661134", "Dowerin", |
|
29466
|
|
|
|
|
|
|
"61868178", "Newdegate\ North", |
|
29467
|
|
|
|
|
|
|
"617480687", "Dingo", |
|
29468
|
|
|
|
|
|
|
"612593934", "Stanbridge", |
|
29469
|
|
|
|
|
|
|
"61267171", "Bunnor", |
|
29470
|
|
|
|
|
|
|
"61350720", "Mildura", |
|
29471
|
|
|
|
|
|
|
"61351786", "Bruthen", |
|
29472
|
|
|
|
|
|
|
"6126679", "Tyalgum", |
|
29473
|
|
|
|
|
|
|
"617750057", "Aramac", |
|
29474
|
|
|
|
|
|
|
"61899679", "Geraldton", |
|
29475
|
|
|
|
|
|
|
"61268152", "Airlands", |
|
29476
|
|
|
|
|
|
|
"61263274", "Lithgow", |
|
29477
|
|
|
|
|
|
|
"61895663", "Byford", |
|
29478
|
|
|
|
|
|
|
"61896542", "Miling", |
|
29479
|
|
|
|
|
|
|
"6134326", "Serviceton\/Warracknabeal\/Halls\ Gap\/Bacchus\ Marsh", |
|
29480
|
|
|
|
|
|
|
"61896849", "Gabbin", |
|
29481
|
|
|
|
|
|
|
"61253197", "Cowra", |
|
29482
|
|
|
|
|
|
|
"61875360", "Callington", |
|
29483
|
|
|
|
|
|
|
"6135177", "Traralgon", |
|
29484
|
|
|
|
|
|
|
"618660882", "Beverley\ West", |
|
29485
|
|
|
|
|
|
|
"61876301", "Marla", |
|
29486
|
|
|
|
|
|
|
"61746667", "Allora", |
|
29487
|
|
|
|
|
|
|
"61879426", "Plenty", |
|
29488
|
|
|
|
|
|
|
"61742100", "Ravenshoe", |
|
29489
|
|
|
|
|
|
|
"61257249", "Garah", |
|
29490
|
|
|
|
|
|
|
"61362519", "Little\ Swanport", |
|
29491
|
|
|
|
|
|
|
"618985533", "West\ River", |
|
29492
|
|
|
|
|
|
|
"613546074", "Trentham", |
|
29493
|
|
|
|
|
|
|
"61885407", "New\ Well", |
|
29494
|
|
|
|
|
|
|
"612886", "Parramatta", |
|
29495
|
|
|
|
|
|
|
"612594411", "Junee", |
|
29496
|
|
|
|
|
|
|
"61348039", "Wakool", |
|
29497
|
|
|
|
|
|
|
"612583619", "Lake\ Cargelligo", |
|
29498
|
|
|
|
|
|
|
"61888814", "Snowtown", |
|
29499
|
|
|
|
|
|
|
"61756718", "Southport", |
|
29500
|
|
|
|
|
|
|
"61861938", "Kalamunda", |
|
29501
|
|
|
|
|
|
|
"61362877", "Hobart", |
|
29502
|
|
|
|
|
|
|
"61359159", "Cranbourne", |
|
29503
|
|
|
|
|
|
|
"61851049", "Paraburdoo", |
|
29504
|
|
|
|
|
|
|
"617750033", "Taroom", |
|
29505
|
|
|
|
|
|
|
"61877118", "Tantanoola", |
|
29506
|
|
|
|
|
|
|
"61259609", "Darlington\ Point", |
|
29507
|
|
|
|
|
|
|
"61896992", "Aldersyde", |
|
29508
|
|
|
|
|
|
|
"61888971", "Arthurton", |
|
29509
|
|
|
|
|
|
|
"61245610", "Windsor", |
|
29510
|
|
|
|
|
|
|
"61355581", "Pomborneit", |
|
29511
|
|
|
|
|
|
|
"61257019", "Ebor", |
|
29512
|
|
|
|
|
|
|
"61240118", "Eccleston", |
|
29513
|
|
|
|
|
|
|
"618964926", "Regans\ Ford", |
|
29514
|
|
|
|
|
|
|
"613432131", "Bangerang", |
|
29515
|
|
|
|
|
|
|
"61268203", "Walgett", |
|
29516
|
|
|
|
|
|
|
"617487059", "Tieri", |
|
29517
|
|
|
|
|
|
|
"61755670", "Kerry", |
|
29518
|
|
|
|
|
|
|
"61887566", "Keith", |
|
29519
|
|
|
|
|
|
|
"617476710", "Palm\ Island", |
|
29520
|
|
|
|
|
|
|
"61363001", "Launceston", |
|
29521
|
|
|
|
|
|
|
"61747079", "Mount\ Isa", |
|
29522
|
|
|
|
|
|
|
"61742361", "Weipa", |
|
29523
|
|
|
|
|
|
|
"61872607", "Mclaren\ Vale", |
|
29524
|
|
|
|
|
|
|
"61899525", "Coorow\ West", |
|
29525
|
|
|
|
|
|
|
"61740156", "Mount\ Garnet", |
|
29526
|
|
|
|
|
|
|
"61885976", "Berri", |
|
29527
|
|
|
|
|
|
|
"61734759", "Bribie\ Island", |
|
29528
|
|
|
|
|
|
|
"618863577", "Mount\ Hope", |
|
29529
|
|
|
|
|
|
|
"61888055", "Lochiel", |
|
29530
|
|
|
|
|
|
|
"617750042", "Toowoomba", |
|
29531
|
|
|
|
|
|
|
"617476755", "Townsville", |
|
29532
|
|
|
|
|
|
|
"618683276", "Jingalup", |
|
29533
|
|
|
|
|
|
|
"61899139", "Eneabba\ North", |
|
29534
|
|
|
|
|
|
|
"61851219", "Pannawonica", |
|
29535
|
|
|
|
|
|
|
"6188598", "Yankalilla", |
|
29536
|
|
|
|
|
|
|
"61887952", "Cannawigara", |
|
29537
|
|
|
|
|
|
|
"61264294", "Bombala", |
|
29538
|
|
|
|
|
|
|
"61775090", "Inglewood", |
|
29539
|
|
|
|
|
|
|
"6139551", "Clayton", |
|
29540
|
|
|
|
|
|
|
"61268699", "Bruie\ Plains", |
|
29541
|
|
|
|
|
|
|
"612685848", "Mullengudgery", |
|
29542
|
|
|
|
|
|
|
"61748394", "Gladstone", |
|
29543
|
|
|
|
|
|
|
"61259293", "Darlington\ Point", |
|
29544
|
|
|
|
|
|
|
"61875101", "Gawler", |
|
29545
|
|
|
|
|
|
|
"6138086", "Werribee", |
|
29546
|
|
|
|
|
|
|
"6186592", "Kalamunda", |
|
29547
|
|
|
|
|
|
|
"61876160", "Cummins", |
|
29548
|
|
|
|
|
|
|
"6187915", "Darwin", |
|
29549
|
|
|
|
|
|
|
"61752220", "Imbil", |
|
29550
|
|
|
|
|
|
|
"613470558", "Puckapunyal", |
|
29551
|
|
|
|
|
|
|
"61387604", "Werribee", |
|
29552
|
|
|
|
|
|
|
"61260726", "Tallangatta", |
|
29553
|
|
|
|
|
|
|
"61269886", "Temora", |
|
29554
|
|
|
|
|
|
|
"61361416", "Brighton", |
|
29555
|
|
|
|
|
|
|
"617486706", "Mount\ Morgan", |
|
29556
|
|
|
|
|
|
|
"61267474", "Pine\ Ridge", |
|
29557
|
|
|
|
|
|
|
"61263354", "Hill\ End", |
|
29558
|
|
|
|
|
|
|
"612583803", "Gollan", |
|
29559
|
|
|
|
|
|
|
"61741829", "Biggenden", |
|
29560
|
|
|
|
|
|
|
"618967064", "Tammin", |
|
29561
|
|
|
|
|
|
|
"61344651", "Avoca", |
|
29562
|
|
|
|
|
|
|
"612594085", "Barellan", |
|
29563
|
|
|
|
|
|
|
"61746496", "Wyaga", |
|
29564
|
|
|
|
|
|
|
"61878106", "Burra", |
|
29565
|
|
|
|
|
|
|
"6138384", "Craigieburn", |
|
29566
|
|
|
|
|
|
|
"61356169", "Poowong", |
|
29567
|
|
|
|
|
|
|
"613441947", "Watchem", |
|
29568
|
|
|
|
|
|
|
"61730992", "Brisbane", |
|
29569
|
|
|
|
|
|
|
"61749024", "Benaraby", |
|
29570
|
|
|
|
|
|
|
"612593940", "Adelong", |
|
29571
|
|
|
|
|
|
|
"61257143", "Barwick", |
|
29572
|
|
|
|
|
|
|
"618967781", "Dale\ River", |
|
29573
|
|
|
|
|
|
|
"618661140", "Goodlands", |
|
29574
|
|
|
|
|
|
|
"61891982", "Tom\ Price", |
|
29575
|
|
|
|
|
|
|
"61238212", "Tuena", |
|
29576
|
|
|
|
|
|
|
"61399158", "Melbourne", |
|
29577
|
|
|
|
|
|
|
"61891048", "Millstream", |
|
29578
|
|
|
|
|
|
|
"61743602", "Pialba", |
|
29579
|
|
|
|
|
|
|
"61341069", "Yinnar", |
|
29580
|
|
|
|
|
|
|
"61753598", "Kalbar", |
|
29581
|
|
|
|
|
|
|
"61240501", "Newcastle", |
|
29582
|
|
|
|
|
|
|
"61267961", "Burren\ Junction", |
|
29583
|
|
|
|
|
|
|
"61898241", "Broomehill", |
|
29584
|
|
|
|
|
|
|
"61890507", "Condingup", |
|
29585
|
|
|
|
|
|
|
"61364187", "Yolla", |
|
29586
|
|
|
|
|
|
|
"61357037", "Eildon", |
|
29587
|
|
|
|
|
|
|
"61268576", "Bedgerebong", |
|
29588
|
|
|
|
|
|
|
"618864601", "Port\ Pirie", |
|
29589
|
|
|
|
|
|
|
"61885799", "Tanunda", |
|
29590
|
|
|
|
|
|
|
"61752036", "Lowood", |
|
29591
|
|
|
|
|
|
|
"61238121", "Lost\ River", |
|
29592
|
|
|
|
|
|
|
"61259447", "Wagga\ Wagga", |
|
29593
|
|
|
|
|
|
|
"61745285", "Goombungee", |
|
29594
|
|
|
|
|
|
|
"61358044", "Katamatite", |
|
29595
|
|
|
|
|
|
|
"61358422", "Tongala", |
|
29596
|
|
|
|
|
|
|
"61359253", "Warburton", |
|
29597
|
|
|
|
|
|
|
"618752956", "Parndana", |
|
29598
|
|
|
|
|
|
|
"61749985", "Mackay", |
|
29599
|
|
|
|
|
|
|
"612570074", "Boomi", |
|
29600
|
|
|
|
|
|
|
"612630695", "Burraga", |
|
29601
|
|
|
|
|
|
|
"61742690", "Herberton", |
|
29602
|
|
|
|
|
|
|
"61888300", "Booborowie", |
|
29603
|
|
|
|
|
|
|
"61887736", "Taratap", |
|
29604
|
|
|
|
|
|
|
"61748001", "Baralaba", |
|
29605
|
|
|
|
|
|
|
"613532362", "Lorquon", |
|
29606
|
|
|
|
|
|
|
"61260645", "Balldale", |
|
29607
|
|
|
|
|
|
|
"61362462", "Sorell", |
|
29608
|
|
|
|
|
|
|
"618964938", "Wannamal", |
|
29609
|
|
|
|
|
|
|
"618600890", "Grass\ Patch", |
|
29610
|
|
|
|
|
|
|
"61860012", "Leonora", |
|
29611
|
|
|
|
|
|
|
"61879098", "Pine\ Creek", |
|
29612
|
|
|
|
|
|
|
"61898890", "Dudinin", |
|
29613
|
|
|
|
|
|
|
"61361363", "Gretna", |
|
29614
|
|
|
|
|
|
|
"61340240", "Nandaly", |
|
29615
|
|
|
|
|
|
|
"61260348", "Tallangatta", |
|
29616
|
|
|
|
|
|
|
"6175513", "Tweed\ Heads", |
|
29617
|
|
|
|
|
|
|
"61357928", "Tungamah", |
|
29618
|
|
|
|
|
|
|
"61741486", "Maryborough", |
|
29619
|
|
|
|
|
|
|
"61886366", "Wandearah\ East", |
|
29620
|
|
|
|
|
|
|
"618862206", "Bayley\ Plains", |
|
29621
|
|
|
|
|
|
|
"61899946", "Mendel", |
|
29622
|
|
|
|
|
|
|
"618763687", "Wandearah\ East", |
|
29623
|
|
|
|
|
|
|
"61745006", "Dalby", |
|
29624
|
|
|
|
|
|
|
"61351115", "Munro", |
|
29625
|
|
|
|
|
|
|
"618996760", "Yuna", |
|
29626
|
|
|
|
|
|
|
"61240453", "Eccleston", |
|
29627
|
|
|
|
|
|
|
"6126722", "Inverell", |
|
29628
|
|
|
|
|
|
|
"612574093", "Barwick", |
|
29629
|
|
|
|
|
|
|
"613470901", "Winton", |
|
29630
|
|
|
|
|
|
|
"61898897", "Walyurin", |
|
29631
|
|
|
|
|
|
|
"61886235", "Mount\ Hope", |
|
29632
|
|
|
|
|
|
|
"61340247", "Pooncarie", |
|
29633
|
|
|
|
|
|
|
"61260659", "Gerogery", |
|
29634
|
|
|
|
|
|
|
"61879321", "Darwin", |
|
29635
|
|
|
|
|
|
|
"618862276", "Cleve", |
|
29636
|
|
|
|
|
|
|
"61250044", "Little\ Billabong", |
|
29637
|
|
|
|
|
|
|
"61860070", "Wialki\ North", |
|
29638
|
|
|
|
|
|
|
"61898063", "Cranbrook", |
|
29639
|
|
|
|
|
|
|
"61256575", "Whiporie", |
|
29640
|
|
|
|
|
|
|
"61364552", "Queenstown", |
|
29641
|
|
|
|
|
|
|
"61887826", "Tilley\ Swamp", |
|
29642
|
|
|
|
|
|
|
"61886811", "Kyancutta", |
|
29643
|
|
|
|
|
|
|
"61749650", "Gladstone", |
|
29644
|
|
|
|
|
|
|
"612532851", "Merriganowry", |
|
29645
|
|
|
|
|
|
|
"61746515", "Barcaldine", |
|
29646
|
|
|
|
|
|
|
"61851161", "Newman", |
|
29647
|
|
|
|
|
|
|
"61740935", "Dimbulah", |
|
29648
|
|
|
|
|
|
|
"61361595", "Hobart", |
|
29649
|
|
|
|
|
|
|
"61888307", "Spalding", |
|
29650
|
|
|
|
|
|
|
"61742697", "Lakeland", |
|
29651
|
|
|
|
|
|
|
"612631999", "Canowindra", |
|
29652
|
|
|
|
|
|
|
"61253064", "Portland", |
|
29653
|
|
|
|
|
|
|
"61263156", "Millthorpe", |
|
29654
|
|
|
|
|
|
|
"61890500", "Narembeen", |
|
29655
|
|
|
|
|
|
|
"61244025", "Narooma", |
|
29656
|
|
|
|
|
|
|
"61745191", "Thallon", |
|
29657
|
|
|
|
|
|
|
"618903834", "Karloning", |
|
29658
|
|
|
|
|
|
|
"61741569", "Lowmead", |
|
29659
|
|
|
|
|
|
|
"61897198", "Collie", |
|
29660
|
|
|
|
|
|
|
"61741862", "Brooweena", |
|
29661
|
|
|
|
|
|
|
"61364180", "Waratah", |
|
29662
|
|
|
|
|
|
|
"6188540", "Morgan", |
|
29663
|
|
|
|
|
|
|
"61247532", "Lawson", |
|
29664
|
|
|
|
|
|
|
"61367385", "Scottsdale", |
|
29665
|
|
|
|
|
|
|
"61357030", "Creightons\ Creek", |
|
29666
|
|
|
|
|
|
|
"61392198", "Eltham", |
|
29667
|
|
|
|
|
|
|
"61886158", "Mount\ Hope", |
|
29668
|
|
|
|
|
|
|
"6136287", "Ouse", |
|
29669
|
|
|
|
|
|
|
"612533025", "Hampton", |
|
29670
|
|
|
|
|
|
|
"61880095", "Broken\ Hill", |
|
29671
|
|
|
|
|
|
|
"618864087", "Kyancutta", |
|
29672
|
|
|
|
|
|
|
"61353098", "Learmonth", |
|
29673
|
|
|
|
|
|
|
"61255538", "Ellerston", |
|
29674
|
|
|
|
|
|
|
"61876288", "Penong", |
|
29675
|
|
|
|
|
|
|
"61888113", "Balaklava", |
|
29676
|
|
|
|
|
|
|
"61362886", "Hobart", |
|
29677
|
|
|
|
|
|
|
"612592749", "Wallanthery", |
|
29678
|
|
|
|
|
|
|
"61899248", "Howatharra", |
|
29679
|
|
|
|
|
|
|
"617480668", "Broadsound", |
|
29680
|
|
|
|
|
|
|
"61741739", "Yarraman", |
|
29681
|
|
|
|
|
|
|
"61752171", "Gympie", |
|
29682
|
|
|
|
|
|
|
"61877039", "Taratap", |
|
29683
|
|
|
|
|
|
|
"617476423", "Briaba", |
|
29684
|
|
|
|
|
|
|
"6174693", "Pittsworth", |
|
29685
|
|
|
|
|
|
|
"61357904", "Creightons\ Creek", |
|
29686
|
|
|
|
|
|
|
"61752227", "Laidley", |
|
29687
|
|
|
|
|
|
|
"61242111", "Kiama", |
|
29688
|
|
|
|
|
|
|
"61896014", "Ballidu", |
|
29689
|
|
|
|
|
|
|
"612583139", "Bobadah", |
|
29690
|
|
|
|
|
|
|
"61741906", "Booyal", |
|
29691
|
|
|
|
|
|
|
"61358469", "Berrigan", |
|
29692
|
|
|
|
|
|
|
"61253058", "Reids\ Flat", |
|
29693
|
|
|
|
|
|
|
"61743348", "Wondai", |
|
29694
|
|
|
|
|
|
|
"612574795", "Halls\ Creek", |
|
29695
|
|
|
|
|
|
|
"61260836", "Eskdale", |
|
29696
|
|
|
|
|
|
|
"612583873", "Bindogundra", |
|
29697
|
|
|
|
|
|
|
"61756684", "Southport", |
|
29698
|
|
|
|
|
|
|
"61356122", "Buffalo", |
|
29699
|
|
|
|
|
|
|
"61887489", "Coonawarra", |
|
29700
|
|
|
|
|
|
|
"61351053", "Dinner\ Plain", |
|
29701
|
|
|
|
|
|
|
"61363196", "Evandale", |
|
29702
|
|
|
|
|
|
|
"61749405", "Glenden", |
|
29703
|
|
|
|
|
|
|
"61348118", "Tongala", |
|
29704
|
|
|
|
|
|
|
"61243076", "Mangrove\ Mountain", |
|
29705
|
|
|
|
|
|
|
"61876167", "Tumby\ Bay", |
|
29706
|
|
|
|
|
|
|
"617480816", "Wowan", |
|
29707
|
|
|
|
|
|
|
"618851690", "Penneshaw", |
|
29708
|
|
|
|
|
|
|
"61341022", "Erica", |
|
29709
|
|
|
|
|
|
|
"6138877", "Ringwood", |
|
29710
|
|
|
|
|
|
|
"61341444", "Dargo", |
|
29711
|
|
|
|
|
|
|
"618854957", "Kapunda", |
|
29712
|
|
|
|
|
|
|
"61753016", "Nambour", |
|
29713
|
|
|
|
|
|
|
"613531864", "Skipton", |
|
29714
|
|
|
|
|
|
|
"613542025", "Kyneton", |
|
29715
|
|
|
|
|
|
|
"61886164", "Nelshaby", |
|
29716
|
|
|
|
|
|
|
"61256083", "Ulong", |
|
29717
|
|
|
|
|
|
|
"61890189", "Neridup", |
|
29718
|
|
|
|
|
|
|
"61898616", "Jaloran", |
|
29719
|
|
|
|
|
|
|
"61878091", "Snowtown", |
|
29720
|
|
|
|
|
|
|
"61264592", "Numeralla", |
|
29721
|
|
|
|
|
|
|
"61269462", "Adelong", |
|
29722
|
|
|
|
|
|
|
"61257375", "Halls\ Creek", |
|
29723
|
|
|
|
|
|
|
"613553660", "Strathdownie", |
|
29724
|
|
|
|
|
|
|
"61872600", "Mclaren\ Vale", |
|
29725
|
|
|
|
|
|
|
"6129125", "Sydney", |
|
29726
|
|
|
|
|
|
|
"61264899", "Bega", |
|
29727
|
|
|
|
|
|
|
"6139205", "Melbourne", |
|
29728
|
|
|
|
|
|
|
"61386525", "Melbourne", |
|
29729
|
|
|
|
|
|
|
"61364509", "Marrawah", |
|
29730
|
|
|
|
|
|
|
"61868266", "Mettler", |
|
29731
|
|
|
|
|
|
|
"61747315", "Giru", |
|
29732
|
|
|
|
|
|
|
"618683206", "Quindanning", |
|
29733
|
|
|
|
|
|
|
"61875096", "Freeling", |
|
29734
|
|
|
|
|
|
|
"61245617", "Kurrajong\ Heights", |
|
29735
|
|
|
|
|
|
|
"618854933", "Bower", |
|
29736
|
|
|
|
|
|
|
"61747941", "Gununa", |
|
29737
|
|
|
|
|
|
|
"61340493", "Swan\ Hill", |
|
29738
|
|
|
|
|
|
|
"61895082", "Gidgegannup", |
|
29739
|
|
|
|
|
|
|
"618601119", "Bonnie\ Rock", |
|
29740
|
|
|
|
|
|
|
"61355794", "Tahara", |
|
29741
|
|
|
|
|
|
|
"61747618", "Townsville", |
|
29742
|
|
|
|
|
|
|
"61755677", "Rathdowney", |
|
29743
|
|
|
|
|
|
|
"618983336", "Broomehill", |
|
29744
|
|
|
|
|
|
|
"61749008", "Bajool", |
|
29745
|
|
|
|
|
|
|
"61355878", "Benayeo", |
|
29746
|
|
|
|
|
|
|
"61734745", "Redcliffe", |
|
29747
|
|
|
|
|
|
|
"61895948", "Guilderton", |
|
29748
|
|
|
|
|
|
|
"61888049", "Lochiel", |
|
29749
|
|
|
|
|
|
|
"61244170", "Bawley\ Point", |
|
29750
|
|
|
|
|
|
|
"61364090", "Gordon", |
|
29751
|
|
|
|
|
|
|
"61255672", "Denman", |
|
29752
|
|
|
|
|
|
|
"617486801", "Bauhinia", |
|
29753
|
|
|
|
|
|
|
"61898045", "Bremer\ Bay", |
|
29754
|
|
|
|
|
|
|
"61897088", "Pemberton", |
|
29755
|
|
|
|
|
|
|
"613451186", "Ozenkadnook", |
|
29756
|
|
|
|
|
|
|
"613442025", "Talbot", |
|
29757
|
|
|
|
|
|
|
"61745081", "Barcoo", |
|
29758
|
|
|
|
|
|
|
"61885380", "Loxton", |
|
29759
|
|
|
|
|
|
|
"61745612", "Dirranbandi", |
|
29760
|
|
|
|
|
|
|
"61264305", "Thredbo\ Village", |
|
29761
|
|
|
|
|
|
|
"61251183", "Gundaroo", |
|
29762
|
|
|
|
|
|
|
"61267100", "Oban", |
|
29763
|
|
|
|
|
|
|
"61357872", "Kilmore", |
|
29764
|
|
|
|
|
|
|
"612592713", "Kikoira", |
|
29765
|
|
|
|
|
|
|
"61268262", "Farrendale", |
|
29766
|
|
|
|
|
|
|
"61361359", "Colebrook", |
|
29767
|
|
|
|
|
|
|
"61381039", "Kalkallo", |
|
29768
|
|
|
|
|
|
|
"61741401", "Gooroolba", |
|
29769
|
|
|
|
|
|
|
"61897942", "Busselton", |
|
29770
|
|
|
|
|
|
|
"617452562", "Greenmount", |
|
29771
|
|
|
|
|
|
|
"618680058", "Moulyinning", |
|
29772
|
|
|
|
|
|
|
"618660893", "Cunderdin", |
|
29773
|
|
|
|
|
|
|
"618763504", "Streaky\ Bay", |
|
29774
|
|
|
|
|
|
|
"6138420", "Melbourne", |
|
29775
|
|
|
|
|
|
|
"61350493", "Turriff", |
|
29776
|
|
|
|
|
|
|
"61255617", "Toorooka", |
|
29777
|
|
|
|
|
|
|
"612574233", "Glencoe", |
|
29778
|
|
|
|
|
|
|
"617459854", "Haden", |
|
29779
|
|
|
|
|
|
|
"617459400", "Billa\ Billa", |
|
29780
|
|
|
|
|
|
|
"61745677", "Cecil\ Plains", |
|
29781
|
|
|
|
|
|
|
"61748086", "Biloela", |
|
29782
|
|
|
|
|
|
|
"6124288", "Wollongong", |
|
29783
|
|
|
|
|
|
|
"61264608", "Bega", |
|
29784
|
|
|
|
|
|
|
"61880185", "White\ Cliffs", |
|
29785
|
|
|
|
|
|
|
"617750371", "Meandarra", |
|
29786
|
|
|
|
|
|
|
"61891114", "Paraburdoo", |
|
29787
|
|
|
|
|
|
|
"618852081", "Riverton", |
|
29788
|
|
|
|
|
|
|
"613574611", "Violet\ Town", |
|
29789
|
|
|
|
|
|
|
"61359269", "Emerald", |
|
29790
|
|
|
|
|
|
|
"61240586", "Bandon\ Grove", |
|
29791
|
|
|
|
|
|
|
"61742171", "Hopevale", |
|
29792
|
|
|
|
|
|
|
"6124057", "Maitland", |
|
29793
|
|
|
|
|
|
|
"618683730", "Katanning", |
|
29794
|
|
|
|
|
|
|
"61753348", "Caloundra", |
|
29795
|
|
|
|
|
|
|
"61897485", "Beedelup", |
|
29796
|
|
|
|
|
|
|
"61257762", "Armidale", |
|
29797
|
|
|
|
|
|
|
"61747446", "Mount\ Isa", |
|
29798
|
|
|
|
|
|
|
"61269551", "Stanbridge", |
|
29799
|
|
|
|
|
|
|
"61253076", "Wollar", |
|
29800
|
|
|
|
|
|
|
"61358118", "Conargo", |
|
29801
|
|
|
|
|
|
|
"6173748", "Brisbane", |
|
29802
|
|
|
|
|
|
|
"61342447", "Colac", |
|
29803
|
|
|
|
|
|
|
"618866976", "Jamestown", |
|
29804
|
|
|
|
|
|
|
"618753325", "Geranium", |
|
29805
|
|
|
|
|
|
|
"612630899", "Burraga", |
|
29806
|
|
|
|
|
|
|
"61341053", "Lindenow", |
|
29807
|
|
|
|
|
|
|
"61746684", "Jandowae", |
|
29808
|
|
|
|
|
|
|
"618903600", "Nullarbor", |
|
29809
|
|
|
|
|
|
|
"612594398", "Gala\ Vale", |
|
29810
|
|
|
|
|
|
|
"612574257", "Nundle", |
|
29811
|
|
|
|
|
|
|
"61743016", "Kumbia", |
|
29812
|
|
|
|
|
|
|
"618601143", "Karloning", |
|
29813
|
|
|
|
|
|
|
"61351022", "Bairnsdale", |
|
29814
|
|
|
|
|
|
|
"61356153", "Poowong", |
|
29815
|
|
|
|
|
|
|
"61256332", "Nimbin", |
|
29816
|
|
|
|
|
|
|
"61748205", "Dingo\ Beach", |
|
29817
|
|
|
|
|
|
|
"61266389", "Coffs\ Harbour", |
|
29818
|
|
|
|
|
|
|
"61868274", "Nomans\ Lake", |
|
29819
|
|
|
|
|
|
|
"61269801", "Temora", |
|
29820
|
|
|
|
|
|
|
"618903383", "South\ Kumminin", |
|
29821
|
|
|
|
|
|
|
"61258240", "Forbes", |
|
29822
|
|
|
|
|
|
|
"6124872", "Bowral", |
|
29823
|
|
|
|
|
|
|
"61267882", "Armidale", |
|
29824
|
|
|
|
|
|
|
"61342293", "Torquay", |
|
29825
|
|
|
|
|
|
|
"61267589", "Breeza", |
|
29826
|
|
|
|
|
|
|
"61878181", "Lochiel", |
|
29827
|
|
|
|
|
|
|
"617473998", "Hughenden", |
|
29828
|
|
|
|
|
|
|
"613553740", "Cavendish", |
|
29829
|
|
|
|
|
|
|
"61347030", "Kobyboyn", |
|
29830
|
|
|
|
|
|
|
"61355639", "Hawkesdale", |
|
29831
|
|
|
|
|
|
|
"61879260", "Simpson", |
|
29832
|
|
|
|
|
|
|
"61886176", "Peterborough", |
|
29833
|
|
|
|
|
|
|
"618967814", "Pantapin", |
|
29834
|
|
|
|
|
|
|
"61887217", "Kongorong", |
|
29835
|
|
|
|
|
|
|
"61256193", "Ulong", |
|
29836
|
|
|
|
|
|
|
"61890099", "Corrigin", |
|
29837
|
|
|
|
|
|
|
"61748544", "Hodgson\ Range", |
|
29838
|
|
|
|
|
|
|
"6186265", "Perth", |
|
29839
|
|
|
|
|
|
|
"612594151", "Tooma", |
|
29840
|
|
|
|
|
|
|
"61885256", "Gawler", |
|
29841
|
|
|
|
|
|
|
"61269983", "Tumbarumba", |
|
29842
|
|
|
|
|
|
|
"618856772", "Copeville", |
|
29843
|
|
|
|
|
|
|
"61363205", "Rossarden", |
|
29844
|
|
|
|
|
|
|
"61887272", "Western\ Flat", |
|
29845
|
|
|
|
|
|
|
"61263178", "Neville", |
|
29846
|
|
|
|
|
|
|
"618763342", "Caltowie", |
|
29847
|
|
|
|
|
|
|
"61875186", "Karoonda", |
|
29848
|
|
|
|
|
|
|
"61343098", "Stawell", |
|
29849
|
|
|
|
|
|
|
"61267740", "Walcha", |
|
29850
|
|
|
|
|
|
|
"61753726", "Kilcoy", |
|
29851
|
|
|
|
|
|
|
"61358501", "Moulamein", |
|
29852
|
|
|
|
|
|
|
"618863372", "Elliston", |
|
29853
|
|
|
|
|
|
|
"613987", "Ringwood", |
|
29854
|
|
|
|
|
|
|
"61240422", "Karuah", |
|
29855
|
|
|
|
|
|
|
"61265283", "Mount\ George", |
|
29856
|
|
|
|
|
|
|
"61240044", "Raymond\ Terrace", |
|
29857
|
|
|
|
|
|
|
"618683508", "Jacup", |
|
29858
|
|
|
|
|
|
|
"6188243", "Adelaide", |
|
29859
|
|
|
|
|
|
|
"617480748", "Tungamull", |
|
29860
|
|
|
|
|
|
|
"612532967", "Koorawatha", |
|
29861
|
|
|
|
|
|
|
"613451402", "Wallacedale", |
|
29862
|
|
|
|
|
|
|
"61361302", "Oatlands", |
|
29863
|
|
|
|
|
|
|
"61889869", "Davenport", |
|
29864
|
|
|
|
|
|
|
"61741694", "Proston", |
|
29865
|
|
|
|
|
|
|
"618764016", "Wilmington", |
|
29866
|
|
|
|
|
|
|
"6138743", "Dandenong", |
|
29867
|
|
|
|
|
|
|
"618753046", "Sandleton", |
|
29868
|
|
|
|
|
|
|
"61885873", "Paruna", |
|
29869
|
|
|
|
|
|
|
"61877214", "Colebatch", |
|
29870
|
|
|
|
|
|
|
"61264050", "Dalgety", |
|
29871
|
|
|
|
|
|
|
"61353267", "Clear\ Lake", |
|
29872
|
|
|
|
|
|
|
"61363086", "Targa", |
|
29873
|
|
|
|
|
|
|
"61243064", "Gosford", |
|
29874
|
|
|
|
|
|
|
"61261399", "Uriarra\ Forest", |
|
29875
|
|
|
|
|
|
|
"613441904", "Gowar\ East", |
|
29876
|
|
|
|
|
|
|
"61352898", "Aireys\ Inlet", |
|
29877
|
|
|
|
|
|
|
"61896239", "Dowerin", |
|
29878
|
|
|
|
|
|
|
"618858534", "Lameroo", |
|
29879
|
|
|
|
|
|
|
"61889562", "Yulara\/Petermann", |
|
29880
|
|
|
|
|
|
|
"61353260", "Ballarat", |
|
29881
|
|
|
|
|
|
|
"61264057", "Eden", |
|
29882
|
|
|
|
|
|
|
"617452658", "Pittsworth", |
|
29883
|
|
|
|
|
|
|
"618996837", "Meekatharra", |
|
29884
|
|
|
|
|
|
|
"61889264", "Simpson", |
|
29885
|
|
|
|
|
|
|
"612574988", "Yarrie\ Lake", |
|
29886
|
|
|
|
|
|
|
"618780035", "Auburn", |
|
29887
|
|
|
|
|
|
|
"61260016", "Corryong", |
|
29888
|
|
|
|
|
|
|
"61354783", "Logan", |
|
29889
|
|
|
|
|
|
|
"618904280", "Yilgarn\ South", |
|
29890
|
|
|
|
|
|
|
"617451829", "Culgoa", |
|
29891
|
|
|
|
|
|
|
"618982466", "Porongurup", |
|
29892
|
|
|
|
|
|
|
"61268734", "Kiacatoo", |
|
29893
|
|
|
|
|
|
|
"61259623", "Hay", |
|
29894
|
|
|
|
|
|
|
"61267747", "Walcha\ Road", |
|
29895
|
|
|
|
|
|
|
"61356015", "Icy\ Creek", |
|
29896
|
|
|
|
|
|
|
"61898002", "Albany", |
|
29897
|
|
|
|
|
|
|
"61341115", "Swifts\ Creek", |
|
29898
|
|
|
|
|
|
|
"618683578", "Badgebup", |
|
29899
|
|
|
|
|
|
|
"61897905", "Lake\ Clifton", |
|
29900
|
|
|
|
|
|
|
"61264342", "Bendoc", |
|
29901
|
|
|
|
|
|
|
"61887574", "Laffer", |
|
29902
|
|
|
|
|
|
|
"61264624", "Eucumbene", |
|
29903
|
|
|
|
|
|
|
"613531752", "Streatham", |
|
29904
|
|
|
|
|
|
|
"61896148", "Miling", |
|
29905
|
|
|
|
|
|
|
"61359111", "Warburton", |
|
29906
|
|
|
|
|
|
|
"61351069", "Orbost", |
|
29907
|
|
|
|
|
|
|
"61253131", "Coolah", |
|
29908
|
|
|
|
|
|
|
"613470169", "Tungamah", |
|
29909
|
|
|
|
|
|
|
"61753602", "Woolooga", |
|
29910
|
|
|
|
|
|
|
"61744329", "Townsville", |
|
29911
|
|
|
|
|
|
|
"613442103", "Bendigo", |
|
29912
|
|
|
|
|
|
|
"61748242", "Marlborough", |
|
29913
|
|
|
|
|
|
|
"618856702", "Sandleton", |
|
29914
|
|
|
|
|
|
|
"61741803", "Monto", |
|
29915
|
|
|
|
|
|
|
"61851034", "Derby", |
|
29916
|
|
|
|
|
|
|
"617480066", "Mardale", |
|
29917
|
|
|
|
|
|
|
"618996853", "Ajana", |
|
29918
|
|
|
|
|
|
|
"612570047", "Tamworth", |
|
29919
|
|
|
|
|
|
|
"61257234", "Caroda", |
|
29920
|
|
|
|
|
|
|
"613450579", "Mortlake", |
|
29921
|
|
|
|
|
|
|
"617479232", "Croydon", |
|
29922
|
|
|
|
|
|
|
"618661088", "Badgerin\ Rock", |
|
29923
|
|
|
|
|
|
|
"61359222", "Pakenham", |
|
29924
|
|
|
|
|
|
|
"61358453", "Shepparton", |
|
29925
|
|
|
|
|
|
|
"61743598", "Mulgildie", |
|
29926
|
|
|
|
|
|
|
"61885964", "Willunga", |
|
29927
|
|
|
|
|
|
|
"61362551", "Maydena", |
|
29928
|
|
|
|
|
|
|
"61891316", "Kununurra", |
|
29929
|
|
|
|
|
|
|
"618983645", "Hopetoun", |
|
29930
|
|
|
|
|
|
|
"61887210", "Mount\ Gambier", |
|
29931
|
|
|
|
|
|
|
"61356418", "Neerim\ South", |
|
29932
|
|
|
|
|
|
|
"6124883", "Bundanoon", |
|
29933
|
|
|
|
|
|
|
"61742036", "Innisfail", |
|
29934
|
|
|
|
|
|
|
"61879267", "Darwin", |
|
29935
|
|
|
|
|
|
|
"618993269", "Three\ Springs", |
|
29936
|
|
|
|
|
|
|
"6139918", "Melbourne", |
|
29937
|
|
|
|
|
|
|
"61899441", "Yalgoo", |
|
29938
|
|
|
|
|
|
|
"61347037", "Pyalong", |
|
29939
|
|
|
|
|
|
|
"618763483", "Mount\ Hope", |
|
29940
|
|
|
|
|
|
|
"618903670", "Bonnie\ Rock", |
|
29941
|
|
|
|
|
|
|
"612583632", "Neilrex", |
|
29942
|
|
|
|
|
|
|
"61342440", "Queenscliff", |
|
29943
|
|
|
|
|
|
|
"618866906", "Indian\ Pacific", |
|
29944
|
|
|
|
|
|
|
"618753286", "Peebinga", |
|
29945
|
|
|
|
|
|
|
"61891521", "Dampier", |
|
29946
|
|
|
|
|
|
|
"618862017", "The\ Ranges", |
|
29947
|
|
|
|
|
|
|
"612583397", "Bedgerebong", |
|
29948
|
|
|
|
|
|
|
"61362801", "Strathgordon", |
|
29949
|
|
|
|
|
|
|
"6188848", "Riverton", |
|
29950
|
|
|
|
|
|
|
"61257165", "Currabubula", |
|
29951
|
|
|
|
|
|
|
"61886374", "Melrose", |
|
29952
|
|
|
|
|
|
|
"61885471", "Wunkar", |
|
29953
|
|
|
|
|
|
|
"617750301", "Balonne", |
|
29954
|
|
|
|
|
|
|
"61268808", "Trangie", |
|
29955
|
|
|
|
|
|
|
"618866390", "Yabmana", |
|
29956
|
|
|
|
|
|
|
"61886031", "Coober\ Pedy", |
|
29957
|
|
|
|
|
|
|
"61267313", "Yarrowitch", |
|
29958
|
|
|
|
|
|
|
"618854514", "Blanchetown", |
|
29959
|
|
|
|
|
|
|
"61354651", "Avoca", |
|
29960
|
|
|
|
|
|
|
"618903442", "Dundas", |
|
29961
|
|
|
|
|
|
|
"61247019", "Penrith", |
|
29962
|
|
|
|
|
|
|
"61250118", "Corryong", |
|
29963
|
|
|
|
|
|
|
"61244112", "Huskisson", |
|
29964
|
|
|
|
|
|
|
"618997008", "Tenindewa", |
|
29965
|
|
|
|
|
|
|
"61269403", "Bethungra", |
|
29966
|
|
|
|
|
|
|
"61255610", "Scone", |
|
29967
|
|
|
|
|
|
|
"61889135", "Ranken\ River", |
|
29968
|
|
|
|
|
|
|
"61361345", "Southwest", |
|
29969
|
|
|
|
|
|
|
"61740178", "Millaa\ Millaa", |
|
29970
|
|
|
|
|
|
|
"61754172", "Ballugan", |
|
29971
|
|
|
|
|
|
|
"61745670", "Kupunn", |
|
29972
|
|
|
|
|
|
|
"61898059", "Newdegate\ North", |
|
29973
|
|
|
|
|
|
|
"61357810", "Kilmore", |
|
29974
|
|
|
|
|
|
|
"61385669", "Melbourne", |
|
29975
|
|
|
|
|
|
|
"61263643", "Cudal", |
|
29976
|
|
|
|
|
|
|
"618854586", "Auburn", |
|
29977
|
|
|
|
|
|
|
"61359508", "Red\ Hill", |
|
29978
|
|
|
|
|
|
|
"61887923", "Coonawarra", |
|
29979
|
|
|
|
|
|
|
"61364097", "Savage\ River", |
|
29980
|
|
|
|
|
|
|
"617486871", "Springsure", |
|
29981
|
|
|
|
|
|
|
"61244177", "Nowra", |
|
29982
|
|
|
|
|
|
|
"612573421", "Pine\ Ridge", |
|
29983
|
|
|
|
|
|
|
"61876312", "Penong", |
|
29984
|
|
|
|
|
|
|
"618753214", "Yumali", |
|
29985
|
|
|
|
|
|
|
"61240469", "Maitland", |
|
29986
|
|
|
|
|
|
|
"618763890", "Melrose", |
|
29987
|
|
|
|
|
|
|
"61267107", "Quirindi", |
|
29988
|
|
|
|
|
|
|
"617442827", "Barkly", |
|
29989
|
|
|
|
|
|
|
"61754117", "Thornton", |
|
29990
|
|
|
|
|
|
|
"61885387", "Callington", |
|
29991
|
|
|
|
|
|
|
"61260663", "Rennie", |
|
29992
|
|
|
|
|
|
|
"618993959", "Coorow\ West", |
|
29993
|
|
|
|
|
|
|
"61752100", "Kalbar", |
|
29994
|
|
|
|
|
|
|
"613442062", "Jarklin", |
|
29995
|
|
|
|
|
|
|
"61878226", "Spalding", |
|
29996
|
|
|
|
|
|
|
"61886187", "Port\ Broughton", |
|
29997
|
|
|
|
|
|
|
"61898721", "Boddington", |
|
29998
|
|
|
|
|
|
|
"61875112", "Milang", |
|
29999
|
|
|
|
|
|
|
"61358039", "Moulamein", |
|
30000
|
|
|
|
|
|
|
"618996989", "Latham", |
|
30001
|
|
|
|
|
|
|
"617452525", "Clifton", |
|
30002
|
|
|
|
|
|
|
"61267816", "Moona\ Plains", |
|
30003
|
|
|
|
|
|
|
"618863708", "Rudall", |
|
30004
|
|
|
|
|
|
|
"618903457", "Esperance", |
|
30005
|
|
|
|
|
|
|
"6128101", "Liverpool", |
|
30006
|
|
|
|
|
|
|
"61875177", "Waikerie", |
|
30007
|
|
|
|
|
|
|
"61875221", "Meningie", |
|
30008
|
|
|
|
|
|
|
"6174753", "Townsville", |
|
30009
|
|
|
|
|
|
|
"61356504", "Mirboo\ North", |
|
30010
|
|
|
|
|
|
|
"61383621", "Craigieburn", |
|
30011
|
|
|
|
|
|
|
"61740638", "Georgetown", |
|
30012
|
|
|
|
|
|
|
"61885174", "Renmark", |
|
30013
|
|
|
|
|
|
|
"61367024", "Targa", |
|
30014
|
|
|
|
|
|
|
"61753192", "Caboolture", |
|
30015
|
|
|
|
|
|
|
"61745130", "Cooyar", |
|
30016
|
|
|
|
|
|
|
"61269032", "Galore", |
|
30017
|
|
|
|
|
|
|
"61744483", "Townsville", |
|
30018
|
|
|
|
|
|
|
"61259089", "Henty", |
|
30019
|
|
|
|
|
|
|
"61886845", "Koppio", |
|
30020
|
|
|
|
|
|
|
"612593885", "Bundure", |
|
30021
|
|
|
|
|
|
|
"61246662", "Campbelltown", |
|
30022
|
|
|
|
|
|
|
"612583643", "Trangie", |
|
30023
|
|
|
|
|
|
|
"61363012", "Bicheno", |
|
30024
|
|
|
|
|
|
|
"61357091", "Moyhu", |
|
30025
|
|
|
|
|
|
|
"61399966", "Melbourne", |
|
30026
|
|
|
|
|
|
|
"61746541", "Charleville", |
|
30027
|
|
|
|
|
|
|
"6135024", "Mildura", |
|
30028
|
|
|
|
|
|
|
"61889675", "Arnhem", |
|
30029
|
|
|
|
|
|
|
"6129116", "Sydney", |
|
30030
|
|
|
|
|
|
|
"61876184", "Booleroo\ Centre", |
|
30031
|
|
|
|
|
|
|
"618753362", "Sanderston", |
|
30032
|
|
|
|
|
|
|
"612530006", "Leadville", |
|
30033
|
|
|
|
|
|
|
"61888907", "Hallett", |
|
30034
|
|
|
|
|
|
|
"61255735", "Muswellbrook", |
|
30035
|
|
|
|
|
|
|
"61868156", "Moodiarrup", |
|
30036
|
|
|
|
|
|
|
"61756667", "Tamborine\ Mountain", |
|
30037
|
|
|
|
|
|
|
"61862024", "Perth", |
|
30038
|
|
|
|
|
|
|
"618903433", "Coomalbidgup", |
|
30039
|
|
|
|
|
|
|
"61886254", "Nunjikompita", |
|
30040
|
|
|
|
|
|
|
"61889378", "Carpentaria", |
|
30041
|
|
|
|
|
|
|
"61268123", "Wirrinya", |
|
30042
|
|
|
|
|
|
|
"618989328", "Wickepin", |
|
30043
|
|
|
|
|
|
|
"61363077", "Scottsdale", |
|
30044
|
|
|
|
|
|
|
"61851251", "Onslow", |
|
30045
|
|
|
|
|
|
|
"613431774", "Elmhurst", |
|
30046
|
|
|
|
|
|
|
"61747915", "Palm\ Island", |
|
30047
|
|
|
|
|
|
|
"61895645", "Bindoon", |
|
30048
|
|
|
|
|
|
|
"61258072", "Wellington", |
|
30049
|
|
|
|
|
|
|
"613432214", "Serviceton", |
|
30050
|
|
|
|
|
|
|
"61741128", "Proston", |
|
30051
|
|
|
|
|
|
|
"61343157", "Murtoa", |
|
30052
|
|
|
|
|
|
|
"61860001", "Burracoppin", |
|
30053
|
|
|
|
|
|
|
"61756028", "Tweed\ Heads", |
|
30054
|
|
|
|
|
|
|
"61899144", "Warradarge", |
|
30055
|
|
|
|
|
|
|
"612574756", "Bendemeer", |
|
30056
|
|
|
|
|
|
|
"61734711", "Dunwich", |
|
30057
|
|
|
|
|
|
|
"61748012", "Theodore", |
|
30058
|
|
|
|
|
|
|
"61748681", "Belyando", |
|
30059
|
|
|
|
|
|
|
"61737034", "Brisbane", |
|
30060
|
|
|
|
|
|
|
"61898433", "Nomans\ Lake", |
|
30061
|
|
|
|
|
|
|
"61255565", "Gloucester", |
|
30062
|
|
|
|
|
|
|
"61258017", "Boorooma", |
|
30063
|
|
|
|
|
|
|
"61753333", "Laidley", |
|
30064
|
|
|
|
|
|
|
"618989336", "Williams", |
|
30065
|
|
|
|
|
|
|
"618763711", "Lock", |
|
30066
|
|
|
|
|
|
|
"61745686", "Jericho", |
|
30067
|
|
|
|
|
|
|
"617442531", "Cloncurry", |
|
30068
|
|
|
|
|
|
|
"61748077", "The\ Caves", |
|
30069
|
|
|
|
|
|
|
"6129867", "Sydney", |
|
30070
|
|
|
|
|
|
|
"61747341", "The\ Monument", |
|
30071
|
|
|
|
|
|
|
"61348214", "Caldwell", |
|
30072
|
|
|
|
|
|
|
"61257051", "Tenterfield", |
|
30073
|
|
|
|
|
|
|
"61887040", "Kingston\ Se", |
|
30074
|
|
|
|
|
|
|
"61878030", "Warooka", |
|
30075
|
|
|
|
|
|
|
"612532988", "Portland", |
|
30076
|
|
|
|
|
|
|
"61364413", "Wynyard", |
|
30077
|
|
|
|
|
|
|
"618683261", "Dumbleyung", |
|
30078
|
|
|
|
|
|
|
"618660917", "Miling", |
|
30079
|
|
|
|
|
|
|
"61890571", "Speddingup\ East", |
|
30080
|
|
|
|
|
|
|
"612570052", "Rowena\/Armidale\/Rowena\/Bingara", |
|
30081
|
|
|
|
|
|
|
"61886268", "Wirrulla", |
|
30082
|
|
|
|
|
|
|
"61743082", "Yandaran", |
|
30083
|
|
|
|
|
|
|
"6174222", "Cairns", |
|
30084
|
|
|
|
|
|
|
"61743611", "Yandaran", |
|
30085
|
|
|
|
|
|
|
"6188386", "Mclaren\ Vale", |
|
30086
|
|
|
|
|
|
|
"61238201", "Gundillion", |
|
30087
|
|
|
|
|
|
|
"613531747", "Stawell", |
|
30088
|
|
|
|
|
|
|
"618967617", "Badgerin\ Rock", |
|
30089
|
|
|
|
|
|
|
"61249199", "Tea\ Gardens", |
|
30090
|
|
|
|
|
|
|
"61740968", "Malanda", |
|
30091
|
|
|
|
|
|
|
"61754962", "Caboolture", |
|
30092
|
|
|
|
|
|
|
"61267697", "Somerton", |
|
30093
|
|
|
|
|
|
|
"61240512", "Cessnock", |
|
30094
|
|
|
|
|
|
|
"617480483", "Connors\ Range", |
|
30095
|
|
|
|
|
|
|
"61350010", "Mildura", |
|
30096
|
|
|
|
|
|
|
"61891813", "Onslow", |
|
30097
|
|
|
|
|
|
|
"61253087", "Bylong", |
|
30098
|
|
|
|
|
|
|
"61263266", "Koorawatha", |
|
30099
|
|
|
|
|
|
|
"61343284", "Ararat", |
|
30100
|
|
|
|
|
|
|
"6188084", "Broken\ Hill", |
|
30101
|
|
|
|
|
|
|
"61242145", "Helensburgh", |
|
30102
|
|
|
|
|
|
|
"6174776", "Ingham", |
|
30103
|
|
|
|
|
|
|
"61265507", "Mount\ George", |
|
30104
|
|
|
|
|
|
|
"612582448", "Barrinford", |
|
30105
|
|
|
|
|
|
|
"612574967", "Rocky\ Creek", |
|
30106
|
|
|
|
|
|
|
"61253080", "Cumnock", |
|
30107
|
|
|
|
|
|
|
"61267690", "Ogunbil", |
|
30108
|
|
|
|
|
|
|
"61350017", "Werrimull", |
|
30109
|
|
|
|
|
|
|
"61355179", "Woolsthorpe", |
|
30110
|
|
|
|
|
|
|
"61265500", "Taree", |
|
30111
|
|
|
|
|
|
|
"61240214", "Swansea", |
|
30112
|
|
|
|
|
|
|
"61354056", "Tennyson", |
|
30113
|
|
|
|
|
|
|
"61341439", "Cabbage\ Tree\ Creek", |
|
30114
|
|
|
|
|
|
|
"61741744", "Mount\ Perry", |
|
30115
|
|
|
|
|
|
|
"61877044", "Mount\ Gambier", |
|
30116
|
|
|
|
|
|
|
"613546287", "Maldon", |
|
30117
|
|
|
|
|
|
|
"61878037", "Blyth", |
|
30118
|
|
|
|
|
|
|
"61350072", "Karawinna", |
|
30119
|
|
|
|
|
|
|
"618763357", "Frome", |
|
30120
|
|
|
|
|
|
|
"61344078", "Newstead", |
|
30121
|
|
|
|
|
|
|
"6128921", "Terrey\ Hills", |
|
30122
|
|
|
|
|
|
|
"61263954", "Dunedoo", |
|
30123
|
|
|
|
|
|
|
"61264198", "Ando", |
|
30124
|
|
|
|
|
|
|
"6138323", "Point\ Cook", |
|
30125
|
|
|
|
|
|
|
"61861710", "Rottnest", |
|
30126
|
|
|
|
|
|
|
"61899728", "Guranu", |
|
30127
|
|
|
|
|
|
|
"61890888", "Kalgoorlie\/Goldfields", |
|
30128
|
|
|
|
|
|
|
"61356528", "Wonthaggi", |
|
30129
|
|
|
|
|
|
|
"612583404", "Boona\ Mountain", |
|
30130
|
|
|
|
|
|
|
"61258010", "Bedgerebong", |
|
30131
|
|
|
|
|
|
|
"618683744", "Lumeah", |
|
30132
|
|
|
|
|
|
|
"612583850", "Yarragrin", |
|
30133
|
|
|
|
|
|
|
"61251289", "Uriarra\ Forest", |
|
30134
|
|
|
|
|
|
|
"61887047", "Laffer", |
|
30135
|
|
|
|
|
|
|
"61895659", "Mandurah", |
|
30136
|
|
|
|
|
|
|
"61362032", "Geeveston", |
|
30137
|
|
|
|
|
|
|
"61896392", "Gabbin", |
|
30138
|
|
|
|
|
|
|
"61352089", "Colac", |
|
30139
|
|
|
|
|
|
|
"61888034", "Bute", |
|
30140
|
|
|
|
|
|
|
"61364164", "Burnie", |
|
30141
|
|
|
|
|
|
|
"612583815", "Mendooran", |
|
30142
|
|
|
|
|
|
|
"613631119", "Launceston", |
|
30143
|
|
|
|
|
|
|
"61244186", "Nowra", |
|
30144
|
|
|
|
|
|
|
"6175411", "Laidley", |
|
30145
|
|
|
|
|
|
|
"61887352", "Thornlea", |
|
30146
|
|
|
|
|
|
|
"61867032", "Beedelup", |
|
30147
|
|
|
|
|
|
|
"61367405", "Gladstone", |
|
30148
|
|
|
|
|
|
|
"618763935", "Yunta", |
|
30149
|
|
|
|
|
|
|
"613431704", "Daylesford", |
|
30150
|
|
|
|
|
|
|
"613572351", "Falls\ Creek", |
|
30151
|
|
|
|
|
|
|
"61881190", "Adelaide", |
|
30152
|
|
|
|
|
|
|
"61885376", "Hartley", |
|
30153
|
|
|
|
|
|
|
"61740793", "Babinda", |
|
30154
|
|
|
|
|
|
|
"61255393", "Bowraville", |
|
30155
|
|
|
|
|
|
|
"618661067", "Moora", |
|
30156
|
|
|
|
|
|
|
"61343150", "Learmonth", |
|
30157
|
|
|
|
|
|
|
"612685678", "Cumborah", |
|
30158
|
|
|
|
|
|
|
"61886552", "Wandearah\ East", |
|
30159
|
|
|
|
|
|
|
"61888900", "Burra", |
|
30160
|
|
|
|
|
|
|
"61263968", "Lyndhurst", |
|
30161
|
|
|
|
|
|
|
"61256603", "Tabulam", |
|
30162
|
|
|
|
|
|
|
"61887309", "Rendelsham", |
|
30163
|
|
|
|
|
|
|
"61363070", "Ringarooma", |
|
30164
|
|
|
|
|
|
|
"618600884", "Dundas", |
|
30165
|
|
|
|
|
|
|
"61265189", "Taree", |
|
30166
|
|
|
|
|
|
|
"61255132", "Muswellbrook", |
|
30167
|
|
|
|
|
|
|
"61749385", "Rockhampton", |
|
30168
|
|
|
|
|
|
|
"61351141", "Traralgon", |
|
30169
|
|
|
|
|
|
|
"61740266", "Millaa\ Millaa", |
|
30170
|
|
|
|
|
|
|
"61756660", "Beaudesert", |
|
30171
|
|
|
|
|
|
|
"618601029", "Mount\ Merivale", |
|
30172
|
|
|
|
|
|
|
"61895602", "Toodyay", |
|
30173
|
|
|
|
|
|
|
"61899346", "Geraldton", |
|
30174
|
|
|
|
|
|
|
"61742474", "Molloy", |
|
30175
|
|
|
|
|
|
|
"61745137", "Brookstead", |
|
30176
|
|
|
|
|
|
|
"61891411", "Onslow", |
|
30177
|
|
|
|
|
|
|
"61886966", "Port\ Augusta", |
|
30178
|
|
|
|
|
|
|
"618904221", "Nungarin", |
|
30179
|
|
|
|
|
|
|
"61357328", "Falls\ Creek", |
|
30180
|
|
|
|
|
|
|
"61749688", "Moranbah", |
|
30181
|
|
|
|
|
|
|
"618763748", "Wanilla", |
|
30182
|
|
|
|
|
|
|
"61260082", "Walla\ Walla", |
|
30183
|
|
|
|
|
|
|
"61247138", "Lawson", |
|
30184
|
|
|
|
|
|
|
"61250039", "Gerogery", |
|
30185
|
|
|
|
|
|
|
"61896133", "Konnongorring", |
|
30186
|
|
|
|
|
|
|
"618601132", "Dundas", |
|
30187
|
|
|
|
|
|
|
"61260611", "Albury", |
|
30188
|
|
|
|
|
|
|
"61743246", "Childers", |
|
30189
|
|
|
|
|
|
|
"61361279", "Kempton", |
|
30190
|
|
|
|
|
|
|
"61364158", "Marrawah", |
|
30191
|
|
|
|
|
|
|
"61356202", "Mirboo\ North", |
|
30192
|
|
|
|
|
|
|
"61342199", "Queenscliff", |
|
30193
|
|
|
|
|
|
|
"61353921", "Ballarat", |
|
30194
|
|
|
|
|
|
|
"61891382", "Derby", |
|
30195
|
|
|
|
|
|
|
"61256299", "Grafton", |
|
30196
|
|
|
|
|
|
|
"61875170", "Blanchetown", |
|
30197
|
|
|
|
|
|
|
"61242102", "Kiama", |
|
30198
|
|
|
|
|
|
|
"613451091", "Woodhouse", |
|
30199
|
|
|
|
|
|
|
"61742631", "Weipa", |
|
30200
|
|
|
|
|
|
|
"618858540", "Malinong", |
|
30201
|
|
|
|
|
|
|
"61752107", "Maleny", |
|
30202
|
|
|
|
|
|
|
"612574242", "Ingleba", |
|
30203
|
|
|
|
|
|
|
"618869041", "Leigh\ Creek\ South", |
|
30204
|
|
|
|
|
|
|
"61357106", "Seymour", |
|
30205
|
|
|
|
|
|
|
"61898831", "Harrismith", |
|
30206
|
|
|
|
|
|
|
"618982243", "Bow\ Bridge", |
|
30207
|
|
|
|
|
|
|
"618989063", "Wickepin\ East", |
|
30208
|
|
|
|
|
|
|
"61876250", "Redhill", |
|
30209
|
|
|
|
|
|
|
"61265850", "Telegraph\ Point", |
|
30210
|
|
|
|
|
|
|
"618600816", "Goldfields", |
|
30211
|
|
|
|
|
|
|
"613470829", "Kilmore", |
|
30212
|
|
|
|
|
|
|
"613441899", "Dunolly", |
|
30213
|
|
|
|
|
|
|
"61741104", "Mundubbera", |
|
30214
|
|
|
|
|
|
|
"61886180", "Poochera", |
|
30215
|
|
|
|
|
|
|
"61868368", "Ravensthorpe", |
|
30216
|
|
|
|
|
|
|
"617486016", "Calliope", |
|
30217
|
|
|
|
|
|
|
"618903597", "Norseman", |
|
30218
|
|
|
|
|
|
|
"617473944", "Karumba", |
|
30219
|
|
|
|
|
|
|
"61355150", "Terang", |
|
30220
|
|
|
|
|
|
|
"61350934", "Ultima", |
|
30221
|
|
|
|
|
|
|
"61344652", "Kyneton", |
|
30222
|
|
|
|
|
|
|
"61350658", "Palinyewah", |
|
30223
|
|
|
|
|
|
|
"6128548", "Engadine", |
|
30224
|
|
|
|
|
|
|
"61356514", "Bunyip", |
|
30225
|
|
|
|
|
|
|
"6128100", "Bankstown", |
|
30226
|
|
|
|
|
|
|
"61743494", "Gin\ Gin", |
|
30227
|
|
|
|
|
|
|
"61746708", "Leyburn", |
|
30228
|
|
|
|
|
|
|
"61867090", "Augusta", |
|
30229
|
|
|
|
|
|
|
"61267806", "Manilla", |
|
30230
|
|
|
|
|
|
|
"618964984", "Cunderdin", |
|
30231
|
|
|
|
|
|
|
"61896330", "Goodlands", |
|
30232
|
|
|
|
|
|
|
"61875102", "Willunga", |
|
30233
|
|
|
|
|
|
|
"61362090", "Hobart", |
|
30234
|
|
|
|
|
|
|
"61350355", "Mittyack", |
|
30235
|
|
|
|
|
|
|
"61752110", "Nambour", |
|
30236
|
|
|
|
|
|
|
"613442162", "Avoca", |
|
30237
|
|
|
|
|
|
|
"61268454", "Wellington", |
|
30238
|
|
|
|
|
|
|
"6188979", "Arnhem", |
|
30239
|
|
|
|
|
|
|
"61341398", "Woodside", |
|
30240
|
|
|
|
|
|
|
"618854591", "Freeling", |
|
30241
|
|
|
|
|
|
|
"61887478", "Cannawigara", |
|
30242
|
|
|
|
|
|
|
"618856763", "Coonalpyn", |
|
30243
|
|
|
|
|
|
|
"61367233", "Rossarden", |
|
30244
|
|
|
|
|
|
|
"61244253", "Milton\-ulladulla", |
|
30245
|
|
|
|
|
|
|
"618863363", "Darke\ Peak", |
|
30246
|
|
|
|
|
|
|
"61344447", "Tennyson", |
|
30247
|
|
|
|
|
|
|
"61887951", "Bordertown", |
|
30248
|
|
|
|
|
|
|
"612574406", "Caroda", |
|
30249
|
|
|
|
|
|
|
"61879369", "Pine\ Creek", |
|
30250
|
|
|
|
|
|
|
"61742362", "Kidston", |
|
30251
|
|
|
|
|
|
|
"61890178", "Scaddan\ West", |
|
30252
|
|
|
|
|
|
|
"61888917", "Nantawarra", |
|
30253
|
|
|
|
|
|
|
"618863965", "Sleaford\ Mere", |
|
30254
|
|
|
|
|
|
|
"61240228", "Newcastle", |
|
30255
|
|
|
|
|
|
|
"61895670", "Mount\ Wells", |
|
30256
|
|
|
|
|
|
|
"61258349", "Brewarrina", |
|
30257
|
|
|
|
|
|
|
"61748059", "Proserpine", |
|
30258
|
|
|
|
|
|
|
"612530106", "Euchareena", |
|
30259
|
|
|
|
|
|
|
"61744227", "Townsville", |
|
30260
|
|
|
|
|
|
|
"61741463", "Gayndah", |
|
30261
|
|
|
|
|
|
|
"61886383", "Port\ Pirie", |
|
30262
|
|
|
|
|
|
|
"61851129", "Millstream", |
|
30263
|
|
|
|
|
|
|
"61355889", "Wombelano", |
|
30264
|
|
|
|
|
|
|
"6124296", "Wollongong", |
|
30265
|
|
|
|
|
|
|
"618865004", "Frome", |
|
30266
|
|
|
|
|
|
|
"61363002", "Launceston", |
|
30267
|
|
|
|
|
|
|
"617476720", "Pentland", |
|
30268
|
|
|
|
|
|
|
"61887075", "Monkoora", |
|
30269
|
|
|
|
|
|
|
"6126542", "Muswellbrook", |
|
30270
|
|
|
|
|
|
|
"61362974", "Hobart", |
|
30271
|
|
|
|
|
|
|
"617486555", "Mount\ Coolon", |
|
30272
|
|
|
|
|
|
|
"61896991", "Yelbeni", |
|
30273
|
|
|
|
|
|
|
"61888972", "Maitland", |
|
30274
|
|
|
|
|
|
|
"61865564", "Perth", |
|
30275
|
|
|
|
|
|
|
"61361386", "Bothwell", |
|
30276
|
|
|
|
|
|
|
"617458654", "Millmerran", |
|
30277
|
|
|
|
|
|
|
"618753291", "Renmark", |
|
30278
|
|
|
|
|
|
|
"61245080", "Wisemans\ Ferry", |
|
30279
|
|
|
|
|
|
|
"61355582", "Cobden", |
|
30280
|
|
|
|
|
|
|
"618964916", "Moora", |
|
30281
|
|
|
|
|
|
|
"61348204", "Tatura", |
|
30282
|
|
|
|
|
|
|
"61353644", "Landsborough", |
|
30283
|
|
|
|
|
|
|
"61887583", "Bangham", |
|
30284
|
|
|
|
|
|
|
"61889640", "Davenport", |
|
30285
|
|
|
|
|
|
|
"61359360", "Cowes", |
|
30286
|
|
|
|
|
|
|
"6135635", "Hill\ End", |
|
30287
|
|
|
|
|
|
|
"61268468", "Stuart\ Town", |
|
30288
|
|
|
|
|
|
|
"61363059", "Emita", |
|
30289
|
|
|
|
|
|
|
"61886870", "Elliston", |
|
30290
|
|
|
|
|
|
|
"618867756", "Orroroo", |
|
30291
|
|
|
|
|
|
|
"61258007", "Weetaliba", |
|
30292
|
|
|
|
|
|
|
"612631698", "Canowindra", |
|
30293
|
|
|
|
|
|
|
"618683653", "Pingelly\ East", |
|
30294
|
|
|
|
|
|
|
"6135780", "Flowerdale", |
|
30295
|
|
|
|
|
|
|
"61350664", "Mallan", |
|
30296
|
|
|
|
|
|
|
"61388998", "Melbourne", |
|
30297
|
|
|
|
|
|
|
"61384272", "Eltham", |
|
30298
|
|
|
|
|
|
|
"612574182", "Yarrie\ Lake", |
|
30299
|
|
|
|
|
|
|
"61362461", "Richmond", |
|
30300
|
|
|
|
|
|
|
"617452573", "Haden", |
|
30301
|
|
|
|
|
|
|
"61860011", "Leonora", |
|
30302
|
|
|
|
|
|
|
"61747905", "Home\ Hill", |
|
30303
|
|
|
|
|
|
|
"61268065", "Hermidale", |
|
30304
|
|
|
|
|
|
|
"613991500", "Melbourne", |
|
30305
|
|
|
|
|
|
|
"61340599", "Cunninyeuk", |
|
30306
|
|
|
|
|
|
|
"61238122", "Marulan", |
|
30307
|
|
|
|
|
|
|
"61361250", "Baden", |
|
30308
|
|
|
|
|
|
|
"618683637", "Moulyinning", |
|
30309
|
|
|
|
|
|
|
"61745795", "Durham\ Downs", |
|
30310
|
|
|
|
|
|
|
"618996747", "Perenjori", |
|
30311
|
|
|
|
|
|
|
"61358421", "Tatura", |
|
30312
|
|
|
|
|
|
|
"618683392", "Mount\ Barker", |
|
30313
|
|
|
|
|
|
|
"61754697", "Maroon", |
|
30314
|
|
|
|
|
|
|
"61362523", "Ouse", |
|
30315
|
|
|
|
|
|
|
"613545961", "Pyramid\ Hill", |
|
30316
|
|
|
|
|
|
|
"612593756", "Barmedman", |
|
30317
|
|
|
|
|
|
|
"61240502", "Newcastle", |
|
30318
|
|
|
|
|
|
|
"61267962", "Cuttabri", |
|
30319
|
|
|
|
|
|
|
"61354898", "Jarklin", |
|
30320
|
|
|
|
|
|
|
"61875159", "Yumali", |
|
30321
|
|
|
|
|
|
|
"61238211", "Taralga", |
|
30322
|
|
|
|
|
|
|
"617452484", "Bringalily", |
|
30323
|
|
|
|
|
|
|
"61861707", "Spearwood", |
|
30324
|
|
|
|
|
|
|
"61355426", "Balmoral", |
|
30325
|
|
|
|
|
|
|
"61357314", "Eildon", |
|
30326
|
|
|
|
|
|
|
"61255190", "Coopernook", |
|
30327
|
|
|
|
|
|
|
"61876279", "Glendambo", |
|
30328
|
|
|
|
|
|
|
"61743601", "Nanango", |
|
30329
|
|
|
|
|
|
|
"61265572", "Forster", |
|
30330
|
|
|
|
|
|
|
"61267556", "Tamworth", |
|
30331
|
|
|
|
|
|
|
"618762594", "Koongawa", |
|
30332
|
|
|
|
|
|
|
"6188443", "Adelaide", |
|
30333
|
|
|
|
|
|
|
"61891981", "Telfer", |
|
30334
|
|
|
|
|
|
|
"61269863", "Tarcutta", |
|
30335
|
|
|
|
|
|
|
"617442982", "Woodstock", |
|
30336
|
|
|
|
|
|
|
"61367018", "Ringarooma", |
|
30337
|
|
|
|
|
|
|
"61255197", "Ellenborough", |
|
30338
|
|
|
|
|
|
|
"61861700", "Rottnest", |
|
30339
|
|
|
|
|
|
|
"61875145", "Malinong", |
|
30340
|
|
|
|
|
|
|
"6128920", "Sydney", |
|
30341
|
|
|
|
|
|
|
"612533015", "Dunedoo", |
|
30342
|
|
|
|
|
|
|
"61740099", "Weipa", |
|
30343
|
|
|
|
|
|
|
"61265274", "Pacific\ Palms", |
|
30344
|
|
|
|
|
|
|
"61888223", "Yorketown", |
|
30345
|
|
|
|
|
|
|
"6188161", "Adelaide", |
|
30346
|
|
|
|
|
|
|
"61741861", "Brooweena", |
|
30347
|
|
|
|
|
|
|
"61240204", "East\ Gresford", |
|
30348
|
|
|
|
|
|
|
"617458976", "Brigalow", |
|
30349
|
|
|
|
|
|
|
"61361257", "Hermitage", |
|
30350
|
|
|
|
|
|
|
"61266154", "Kyogle", |
|
30351
|
|
|
|
|
|
|
"618863598", "Port\ Neill", |
|
30352
|
|
|
|
|
|
|
"61247531", "Lawson", |
|
30353
|
|
|
|
|
|
|
"61890643", "Corrigin\ West", |
|
30354
|
|
|
|
|
|
|
"61745192", "Billa\ Billa", |
|
30355
|
|
|
|
|
|
|
"613451358", "Benayeo", |
|
30356
|
|
|
|
|
|
|
"61753130", "Kenilworth", |
|
30357
|
|
|
|
|
|
|
"612533050", "Orange", |
|
30358
|
|
|
|
|
|
|
"6124654", "Camden", |
|
30359
|
|
|
|
|
|
|
"61851162", "Onslow", |
|
30360
|
|
|
|
|
|
|
"618865820", "Coorabie", |
|
30361
|
|
|
|
|
|
|
"618661167", "Wubin\ West", |
|
30362
|
|
|
|
|
|
|
"61363045", "Gladstone", |
|
30363
|
|
|
|
|
|
|
"618600780", "Norseman", |
|
30364
|
|
|
|
|
|
|
"617452503", "Brymaroo", |
|
30365
|
|
|
|
|
|
|
"61361184", "Hobart", |
|
30366
|
|
|
|
|
|
|
"612593967", "Egansford", |
|
30367
|
|
|
|
|
|
|
"61868283", "Ravensthorpe", |
|
30368
|
|
|
|
|
|
|
"61364551", "Marrawah", |
|
30369
|
|
|
|
|
|
|
"6175410", "Harrisville", |
|
30370
|
|
|
|
|
|
|
"61367415", "Rossarden", |
|
30371
|
|
|
|
|
|
|
"61744036", "Kalkadoon", |
|
30372
|
|
|
|
|
|
|
"61886812", "Kyancutta", |
|
30373
|
|
|
|
|
|
|
"613553830", "Penshurst", |
|
30374
|
|
|
|
|
|
|
"61269974", "Bunda", |
|
30375
|
|
|
|
|
|
|
"61248599", "Tuena", |
|
30376
|
|
|
|
|
|
|
"61358395", "Caldwell", |
|
30377
|
|
|
|
|
|
|
"61889647", "Tanami", |
|
30378
|
|
|
|
|
|
|
"61879322", "Davenport", |
|
30379
|
|
|
|
|
|
|
"613470135", "Broadford", |
|
30380
|
|
|
|
|
|
|
"61351711", "Traralgon", |
|
30381
|
|
|
|
|
|
|
"61886877", "Mount\ Hope", |
|
30382
|
|
|
|
|
|
|
"61742329", "Innisfail", |
|
30383
|
|
|
|
|
|
|
"61258000", "Neilrex", |
|
30384
|
|
|
|
|
|
|
"61746239", "Maranoa", |
|
30385
|
|
|
|
|
|
|
"61359367", "Pakenham", |
|
30386
|
|
|
|
|
|
|
"618601032", "Mukinbudin", |
|
30387
|
|
|
|
|
|
|
"61747088", "Gumlu", |
|
30388
|
|
|
|
|
|
|
"6175474", "Noosaville", |
|
30389
|
|
|
|
|
|
|
"617473895", "Gulf", |
|
30390
|
|
|
|
|
|
|
"618865074", "Roxby\ Downs", |
|
30391
|
|
|
|
|
|
|
"61880146", "Tepco", |
|
30392
|
|
|
|
|
|
|
"6124868", "Bowral", |
|
30393
|
|
|
|
|
|
|
"61358823", "Deniliquin", |
|
30394
|
|
|
|
|
|
|
"61744220", "Townsville", |
|
30395
|
|
|
|
|
|
|
"618903888", "Mount\ Hampton", |
|
30396
|
|
|
|
|
|
|
"61245087", "Windsor", |
|
30397
|
|
|
|
|
|
|
"61752303", "Noosaville", |
|
30398
|
|
|
|
|
|
|
"61248676", "Marulan", |
|
30399
|
|
|
|
|
|
|
"61747942", "Julia\ Creek", |
|
30400
|
|
|
|
|
|
|
"61895081", "Bullsbrook\ East", |
|
30401
|
|
|
|
|
|
|
"613542050", "Inglewood", |
|
30402
|
|
|
|
|
|
|
"618601129", "Corrigin", |
|
30403
|
|
|
|
|
|
|
"612583754", "Yarragrin", |
|
30404
|
|
|
|
|
|
|
"612574476", "Wellingrove", |
|
30405
|
|
|
|
|
|
|
"617486184", "Carmila", |
|
30406
|
|
|
|
|
|
|
"618852096", "Barmera", |
|
30407
|
|
|
|
|
|
|
"61257947", "Tamworth", |
|
30408
|
|
|
|
|
|
|
"61344440", "Castlemaine", |
|
30409
|
|
|
|
|
|
|
"61887319", "Short", |
|
30410
|
|
|
|
|
|
|
"613432146", "Glenisla", |
|
30411
|
|
|
|
|
|
|
"61256613", "Wooli", |
|
30412
|
|
|
|
|
|
|
"61898086", "Fitzgerald", |
|
30413
|
|
|
|
|
|
|
"612530176", "Bylong", |
|
30414
|
|
|
|
|
|
|
"61749843", "Rolleston", |
|
30415
|
|
|
|
|
|
|
"613542015", "Echuca", |
|
30416
|
|
|
|
|
|
|
"61359025", "Pakenham", |
|
30417
|
|
|
|
|
|
|
"61888910", "Balaklava", |
|
30418
|
|
|
|
|
|
|
"61878092", "South\ Hummocks", |
|
30419
|
|
|
|
|
|
|
"61264591", "Nimmitabel", |
|
30420
|
|
|
|
|
|
|
"61269461", "Adelong", |
|
30421
|
|
|
|
|
|
|
"613431800", "Polkemmet", |
|
30422
|
|
|
|
|
|
|
"61269523", "Hillston", |
|
30423
|
|
|
|
|
|
|
"61246074", "Camden", |
|
30424
|
|
|
|
|
|
|
"61341021", "Baw\ Baw", |
|
30425
|
|
|
|
|
|
|
"61896337", "Beacon", |
|
30426
|
|
|
|
|
|
|
"61362097", "Swansea", |
|
30427
|
|
|
|
|
|
|
"613574694", "Moyhu", |
|
30428
|
|
|
|
|
|
|
"6138404", "Eltham", |
|
30429
|
|
|
|
|
|
|
"618989163", "Pingelly", |
|
30430
|
|
|
|
|
|
|
"613470832", "Kobyboyn", |
|
30431
|
|
|
|
|
|
|
"61747485", "Barkly", |
|
30432
|
|
|
|
|
|
|
"61356121", "Toora", |
|
30433
|
|
|
|
|
|
|
"61357116", "Swanpool", |
|
30434
|
|
|
|
|
|
|
"61745333", "Tara", |
|
30435
|
|
|
|
|
|
|
"61251174", "Canberra", |
|
30436
|
|
|
|
|
|
|
"61752117", "Upper\ Widgee", |
|
30437
|
|
|
|
|
|
|
"61889409", "Yulara", |
|
30438
|
|
|
|
|
|
|
"618903664", "Bodallin\ North", |
|
30439
|
|
|
|
|
|
|
"61242112", "Kiama", |
|
30440
|
|
|
|
|
|
|
"61238169", "Bundanoon", |
|
30441
|
|
|
|
|
|
|
"613451191", "Port\ Fairy", |
|
30442
|
|
|
|
|
|
|
"61897446", "Margaret\ River", |
|
30443
|
|
|
|
|
|
|
"61355157", "Tyrendarra", |
|
30444
|
|
|
|
|
|
|
"61752172", "Harrisville", |
|
30445
|
|
|
|
|
|
|
"61898205", "Cairlocup", |
|
30446
|
|
|
|
|
|
|
"61867097", "Busselton", |
|
30447
|
|
|
|
|
|
|
"61350349", "Willandra\ Lakes", |
|
30448
|
|
|
|
|
|
|
"6138775", "Whittlesea", |
|
30449
|
|
|
|
|
|
|
"61348228", "Logie\ Brae", |
|
30450
|
|
|
|
|
|
|
"61240545", "Swansea", |
|
30451
|
|
|
|
|
|
|
"61248136", "Barrallier", |
|
30452
|
|
|
|
|
|
|
"61264618", "Cathcart", |
|
30453
|
|
|
|
|
|
|
"61868189", "Hopetoun", |
|
30454
|
|
|
|
|
|
|
"61743285", "Nanango", |
|
30455
|
|
|
|
|
|
|
"61899385", "Northampton", |
|
30456
|
|
|
|
|
|
|
"61264941", "Tathra", |
|
30457
|
|
|
|
|
|
|
"61864985", "Rottnest", |
|
30458
|
|
|
|
|
|
|
"61267775", "Walcha\ Road", |
|
30459
|
|
|
|
|
|
|
"61255607", "Ravensworth", |
|
30460
|
|
|
|
|
|
|
"613441215", "Heathcote", |
|
30461
|
|
|
|
|
|
|
"61756244", "Jimboomba", |
|
30462
|
|
|
|
|
|
|
"613470843", "St\ James", |
|
30463
|
|
|
|
|
|
|
"617485914", "Bajool", |
|
30464
|
|
|
|
|
|
|
"61741411", "Chahpingah", |
|
30465
|
|
|
|
|
|
|
"61895137", "Guilderton", |
|
30466
|
|
|
|
|
|
|
"618660792", "Wyalkatchem", |
|
30467
|
|
|
|
|
|
|
"61341142", "Traralgon", |
|
30468
|
|
|
|
|
|
|
"61745602", "Barcoo", |
|
30469
|
|
|
|
|
|
|
"61264315", "Delegate", |
|
30470
|
|
|
|
|
|
|
"61267110", "Aberfoyle", |
|
30471
|
|
|
|
|
|
|
"612685553", "Eugowra", |
|
30472
|
|
|
|
|
|
|
"61263571", "Running\ Stream", |
|
30473
|
|
|
|
|
|
|
"61749346", "Bajool", |
|
30474
|
|
|
|
|
|
|
"61259056", "Junee", |
|
30475
|
|
|
|
|
|
|
"613451086", "Tyrendarra", |
|
30476
|
|
|
|
|
|
|
"613442125", "Jarklin", |
|
30477
|
|
|
|
|
|
|
"613441250", "Womboota", |
|
30478
|
|
|
|
|
|
|
"61356042", "Toora", |
|
30479
|
|
|
|
|
|
|
"61356424", "Warragul", |
|
30480
|
|
|
|
|
|
|
"61355321", "Lake\ Mundi", |
|
30481
|
|
|
|
|
|
|
"612573398", "Guyra", |
|
30482
|
|
|
|
|
|
|
"61748215", "Lethebrook", |
|
30483
|
|
|
|
|
|
|
"6175313", "Nambour", |
|
30484
|
|
|
|
|
|
|
"6175469", "Boonah", |
|
30485
|
|
|
|
|
|
|
"61745836", "Ravensbourne", |
|
30486
|
|
|
|
|
|
|
"618967710", "Wyalkatchem", |
|
30487
|
|
|
|
|
|
|
"618601043", "Shackleton", |
|
30488
|
|
|
|
|
|
|
"617459013", "Haddon", |
|
30489
|
|
|
|
|
|
|
"6126909", "Griffith", |
|
30490
|
|
|
|
|
|
|
"613531640", "Dadswells\ Bridge", |
|
30491
|
|
|
|
|
|
|
"61265665", "Smithtown", |
|
30492
|
|
|
|
|
|
|
"61743006", "Moonford", |
|
30493
|
|
|
|
|
|
|
"613451014", "Panmure", |
|
30494
|
|
|
|
|
|
|
"61269164", "Temora", |
|
30495
|
|
|
|
|
|
|
"61258275", "Gilgandra", |
|
30496
|
|
|
|
|
|
|
"612532513", "Canowindra", |
|
30497
|
|
|
|
|
|
|
"6126551", "Taree", |
|
30498
|
|
|
|
|
|
|
"61864024", "Wanneroo", |
|
30499
|
|
|
|
|
|
|
"61741382", "Gaeta", |
|
30500
|
|
|
|
|
|
|
"61886462", "Iron\ Knob", |
|
30501
|
|
|
|
|
|
|
"61242637", "Wollongong", |
|
30502
|
|
|
|
|
|
|
"61358108", "Yalca", |
|
30503
|
|
|
|
|
|
|
"61888129", "Arthurton", |
|
30504
|
|
|
|
|
|
|
"618967755", "Beverley", |
|
30505
|
|
|
|
|
|
|
"617458833", "Mitchell", |
|
30506
|
|
|
|
|
|
|
"61265368", "Mount\ George", |
|
30507
|
|
|
|
|
|
|
"61742483", "Thursday\ Island", |
|
30508
|
|
|
|
|
|
|
"61353953", "Creswick", |
|
30509
|
|
|
|
|
|
|
"612583918", "Lightning\ Ridge", |
|
30510
|
|
|
|
|
|
|
"618763838", "Whyalla", |
|
30511
|
|
|
|
|
|
|
"61891104", "Great\ Sandy", |
|
30512
|
|
|
|
|
|
|
"612532476", "Bathurst", |
|
30513
|
|
|
|
|
|
|
"612583299", "Tooraweenah", |
|
30514
|
|
|
|
|
|
|
"618683117", "Wickepin", |
|
30515
|
|
|
|
|
|
|
"61898994", "Denmark", |
|
30516
|
|
|
|
|
|
|
"6188398", "Mount\ Barker", |
|
30517
|
|
|
|
|
|
|
"61250124", "Holbrook", |
|
30518
|
|
|
|
|
|
|
"617486919", "Comet", |
|
30519
|
|
|
|
|
|
|
"613442073", "Marong", |
|
30520
|
|
|
|
|
|
|
"61363215", "Fingal", |
|
30521
|
|
|
|
|
|
|
"613532350", "Kaniva", |
|
30522
|
|
|
|
|
|
|
"61260191", "Tallangatta", |
|
30523
|
|
|
|
|
|
|
"61340334", "Box\ Creek", |
|
30524
|
|
|
|
|
|
|
"61340071", "Berriwillock", |
|
30525
|
|
|
|
|
|
|
"6126832", "Nyngan", |
|
30526
|
|
|
|
|
|
|
"618864313", "Yeelanna", |
|
30527
|
|
|
|
|
|
|
"61361481", "Margate", |
|
30528
|
|
|
|
|
|
|
"613532315", "Ballan", |
|
30529
|
|
|
|
|
|
|
"618967037", "Northam", |
|
30530
|
|
|
|
|
|
|
"61887207", "Robe", |
|
30531
|
|
|
|
|
|
|
"618763826", "Sleaford\ Mere", |
|
30532
|
|
|
|
|
|
|
"61255449", "Baerami", |
|
30533
|
|
|
|
|
|
|
"61754882", "Kia\ Ora", |
|
30534
|
|
|
|
|
|
|
"61888765", "Maitland", |
|
30535
|
|
|
|
|
|
|
"61269811", "Tumut", |
|
30536
|
|
|
|
|
|
|
"61266978", "Wooli", |
|
30537
|
|
|
|
|
|
|
"6139858", "Melbourne", |
|
30538
|
|
|
|
|
|
|
"618851598", "Parndana", |
|
30539
|
|
|
|
|
|
|
"61265354", "Widden\ Valley", |
|
30540
|
|
|
|
|
|
|
"61359096", "Pakenham", |
|
30541
|
|
|
|
|
|
|
"61285371", "Sutherland", |
|
30542
|
|
|
|
|
|
|
"6128764", "Bankstown", |
|
30543
|
|
|
|
|
|
|
"61745659", "Jimbour", |
|
30544
|
|
|
|
|
|
|
"61877204", "Tarpeena", |
|
30545
|
|
|
|
|
|
|
"61898070", "Denbarker", |
|
30546
|
|
|
|
|
|
|
"61244145", "Huskisson", |
|
30547
|
|
|
|
|
|
|
"618753146", "Barmera", |
|
30548
|
|
|
|
|
|
|
"61361312", "Little\ Swanport", |
|
30549
|
|
|
|
|
|
|
"61742578", "Babinda", |
|
30550
|
|
|
|
|
|
|
"613431760", "Balliang", |
|
30551
|
|
|
|
|
|
|
"618753373", "Two\ Wells", |
|
30552
|
|
|
|
|
|
|
"61362413", "South\ Bruny", |
|
30553
|
|
|
|
|
|
|
"61357557", "Falls\ Creek", |
|
30554
|
|
|
|
|
|
|
"61256397", "Leeville", |
|
30555
|
|
|
|
|
|
|
"61860063", "Nungarin", |
|
30556
|
|
|
|
|
|
|
"61265935", "Ellenborough", |
|
30557
|
|
|
|
|
|
|
"6186392", "Spearwood", |
|
30558
|
|
|
|
|
|
|
"61269158", "Ardlethan", |
|
30559
|
|
|
|
|
|
|
"61361377", "Richmond", |
|
30560
|
|
|
|
|
|
|
"618967053", "Studleigh", |
|
30561
|
|
|
|
|
|
|
"617480560", "Mackay", |
|
30562
|
|
|
|
|
|
|
"617750417", "Winton", |
|
30563
|
|
|
|
|
|
|
"61890793", "Cascade", |
|
30564
|
|
|
|
|
|
|
"61745645", "Quilpie", |
|
30565
|
|
|
|
|
|
|
"61256390", "Dyraaba", |
|
30566
|
|
|
|
|
|
|
"61891128", "Mitchell", |
|
30567
|
|
|
|
|
|
|
"618753303", "Truro", |
|
30568
|
|
|
|
|
|
|
"61244159", "Nowra", |
|
30569
|
|
|
|
|
|
|
"61247052", "Mulgoa", |
|
30570
|
|
|
|
|
|
|
"61357550", "Bright", |
|
30571
|
|
|
|
|
|
|
"61341105", "Meerlieu", |
|
30572
|
|
|
|
|
|
|
"617459931", "Augathella", |
|
30573
|
|
|
|
|
|
|
"61898012", "Badgebup", |
|
30574
|
|
|
|
|
|
|
"61356005", "Bunyip", |
|
30575
|
|
|
|
|
|
|
"613531837", "Linton", |
|
30576
|
|
|
|
|
|
|
"61898681", "Porongurup", |
|
30577
|
|
|
|
|
|
|
"61257023", "Marple", |
|
30578
|
|
|
|
|
|
|
"61361370", "Maydena", |
|
30579
|
|
|
|
|
|
|
"617468308", "Legume", |
|
30580
|
|
|
|
|
|
|
"61245076", "Colo\ Heights", |
|
30581
|
|
|
|
|
|
|
"61749144", "Spier", |
|
30582
|
|
|
|
|
|
|
"617473930", "Kalkadoon", |
|
30583
|
|
|
|
|
|
|
"612694601", "Wallendbeen", |
|
30584
|
|
|
|
|
|
|
"61851223", "Cocos\ Island", |
|
30585
|
|
|
|
|
|
|
"61358124", "Jimaringle", |
|
30586
|
|
|
|
|
|
|
"61260006", "Barnawartha", |
|
30587
|
|
|
|
|
|
|
"618763794", "Koongawa", |
|
30588
|
|
|
|
|
|
|
"61238041", "Gundillion", |
|
30589
|
|
|
|
|
|
|
"61745348", "Talwood", |
|
30590
|
|
|
|
|
|
|
"61255058", "Taylors\ Arm", |
|
30591
|
|
|
|
|
|
|
"61748433", "Mackay", |
|
30592
|
|
|
|
|
|
|
"612472", "Penrith", |
|
30593
|
|
|
|
|
|
|
"61248334", "Bevendale", |
|
30594
|
|
|
|
|
|
|
"613470615", "Tungamah", |
|
30595
|
|
|
|
|
|
|
"61248071", "Taralga", |
|
30596
|
|
|
|
|
|
|
"61898077", "Dongolocking", |
|
30597
|
|
|
|
|
|
|
"61352056", "Colac", |
|
30598
|
|
|
|
|
|
|
"61353794", "Horsham", |
|
30599
|
|
|
|
|
|
|
"61749838", "Emerald", |
|
30600
|
|
|
|
|
|
|
"61888162", "Maitland", |
|
30601
|
|
|
|
|
|
|
"618985478", "Ravensthorpe", |
|
30602
|
|
|
|
|
|
|
"61356408", "Wonthaggi", |
|
30603
|
|
|
|
|
|
|
"618763969", "Kimba", |
|
30604
|
|
|
|
|
|
|
"61353878", "Bacchus\ Marsh", |
|
30605
|
|
|
|
|
|
|
"61755933", "Southport", |
|
30606
|
|
|
|
|
|
|
"61887200", "Kingston\ Se", |
|
30607
|
|
|
|
|
|
|
"6135627", "Warragul", |
|
30608
|
|
|
|
|
|
|
"61891306", "Leopold", |
|
30609
|
|
|
|
|
|
|
"613531853", "Scarsdale", |
|
30610
|
|
|
|
|
|
|
"617480259", "Connors\ Range", |
|
30611
|
|
|
|
|
|
|
"61356286", "Warragul", |
|
30612
|
|
|
|
|
|
|
"618996752", "Upper\ Gascoyne", |
|
30613
|
|
|
|
|
|
|
"612593988", "Lockhart", |
|
30614
|
|
|
|
|
|
|
"612570147", "Somerton", |
|
30615
|
|
|
|
|
|
|
"61741813", "Maryborough", |
|
30616
|
|
|
|
|
|
|
"617480166", "Bingegang", |
|
30617
|
|
|
|
|
|
|
"61890968", "Speddingup\ East", |
|
30618
|
|
|
|
|
|
|
"613442003", "Laen", |
|
30619
|
|
|
|
|
|
|
"612583941", "Trangie", |
|
30620
|
|
|
|
|
|
|
"61753081", "Woodbine", |
|
30621
|
|
|
|
|
|
|
"61359101", "Mornington", |
|
30622
|
|
|
|
|
|
|
"61867164", "Cundinup", |
|
30623
|
|
|
|
|
|
|
"612530227", "Running\ Stream", |
|
30624
|
|
|
|
|
|
|
"61354089", "Elmore", |
|
30625
|
|
|
|
|
|
|
"61364032", "Stanley", |
|
30626
|
|
|
|
|
|
|
"61367139", "Mathinna", |
|
30627
|
|
|
|
|
|
|
"6189776", "Pemberton", |
|
30628
|
|
|
|
|
|
|
"61255455", "Bowraville", |
|
30629
|
|
|
|
|
|
|
"6139253", "Clayton", |
|
30630
|
|
|
|
|
|
|
"618982977", "Borden", |
|
30631
|
|
|
|
|
|
|
"61744474", "Ayr", |
|
30632
|
|
|
|
|
|
|
"61267303", "Ben\ Lomond", |
|
30633
|
|
|
|
|
|
|
"612685880", "Bindogundra", |
|
30634
|
|
|
|
|
|
|
"61255064", "Muswellbrook", |
|
30635
|
|
|
|
|
|
|
"61885183", "Sandleton", |
|
30636
|
|
|
|
|
|
|
"612582494", "Kiacatoo", |
|
30637
|
|
|
|
|
|
|
"61355495", "Bessiebelle", |
|
30638
|
|
|
|
|
|
|
"613553652", "Lake\ Mundi", |
|
30639
|
|
|
|
|
|
|
"61734444", "Ipswich", |
|
30640
|
|
|
|
|
|
|
"61875253", "Bow\ Hill", |
|
30641
|
|
|
|
|
|
|
"618903867", "Marvel\ Loch", |
|
30642
|
|
|
|
|
|
|
"613545251", "Barham", |
|
30643
|
|
|
|
|
|
|
"61340136", "Tempy", |
|
30644
|
|
|
|
|
|
|
"612583629", "Naradhan", |
|
30645
|
|
|
|
|
|
|
"61877228", "Makin", |
|
30646
|
|
|
|
|
|
|
"61373023", "Craigieburn", |
|
30647
|
|
|
|
|
|
|
"6135000", "Mildura", |
|
30648
|
|
|
|
|
|
|
"61876173", "Courela", |
|
30649
|
|
|
|
|
|
|
"61867235", "Marybrook", |
|
30650
|
|
|
|
|
|
|
"6189753", "Busselton", |
|
30651
|
|
|
|
|
|
|
"61242630", "Wollongong", |
|
30652
|
|
|
|
|
|
|
"61898753", "Pumphreys", |
|
30653
|
|
|
|
|
|
|
"61745726", "Roma", |
|
30654
|
|
|
|
|
|
|
"6128622", "Sydney", |
|
30655
|
|
|
|
|
|
|
"612594421", "Marsden", |
|
30656
|
|
|
|
|
|
|
"61355098", "Lismore", |
|
30657
|
|
|
|
|
|
|
"61754107", "Kalbar", |
|
30658
|
|
|
|
|
|
|
"613553995", "Woolsthorpe", |
|
30659
|
|
|
|
|
|
|
"61267117", "Marple", |
|
30660
|
|
|
|
|
|
|
"61890638", "Bruce\ Rock", |
|
30661
|
|
|
|
|
|
|
"61749704", "Benaraby", |
|
30662
|
|
|
|
|
|
|
"61876302", "Melrose", |
|
30663
|
|
|
|
|
|
|
"61895130", "Pinjarra", |
|
30664
|
|
|
|
|
|
|
"61890954", "Goomarin", |
|
30665
|
|
|
|
|
|
|
"61882073", "Mclaren\ Vale", |
|
30666
|
|
|
|
|
|
|
"61867158", "Bridgetown", |
|
30667
|
|
|
|
|
|
|
"61263888", "Harden", |
|
30668
|
|
|
|
|
|
|
"61268151", "Gilgandra", |
|
30669
|
|
|
|
|
|
|
"612532885", "Coolah", |
|
30670
|
|
|
|
|
|
|
"61896541", "Miling", |
|
30671
|
|
|
|
|
|
|
"61351296", "Omeo", |
|
30672
|
|
|
|
|
|
|
"61752929", "Noosaville", |
|
30673
|
|
|
|
|
|
|
"61264079", "Wonboyn\ Lake", |
|
30674
|
|
|
|
|
|
|
"61267172", "Careunga", |
|
30675
|
|
|
|
|
|
|
"61265156", "Macksville", |
|
30676
|
|
|
|
|
|
|
"61256661", "Ballina", |
|
30677
|
|
|
|
|
|
|
"612830", "Sydney", |
|
30678
|
|
|
|
|
|
|
"61886886", "Tumby\ Bay", |
|
30679
|
|
|
|
|
|
|
"61269413", "Adelong", |
|
30680
|
|
|
|
|
|
|
"61255600", "Mount\ George", |
|
30681
|
|
|
|
|
|
|
"61743191", "Mount\ Perry", |
|
30682
|
|
|
|
|
|
|
"618903276", "Belka\ East", |
|
30683
|
|
|
|
|
|
|
"61247009", "Katoomba", |
|
30684
|
|
|
|
|
|
|
"61244102", "Jilliga", |
|
30685
|
|
|
|
|
|
|
"61250108", "Coppabella", |
|
30686
|
|
|
|
|
|
|
"61886049", "Willowie", |
|
30687
|
|
|
|
|
|
|
"61745325", "Jandowae", |
|
30688
|
|
|
|
|
|
|
"61392621", "Clayton", |
|
30689
|
|
|
|
|
|
|
"61364034", "Ulverstone", |
|
30690
|
|
|
|
|
|
|
"61363515", "Emita", |
|
30691
|
|
|
|
|
|
|
"61756086", "Ormeau", |
|
30692
|
|
|
|
|
|
|
"61269129", "Warrawidgee", |
|
30693
|
|
|
|
|
|
|
"612530247", "Yetholme", |
|
30694
|
|
|
|
|
|
|
"61867162", "Capel", |
|
30695
|
|
|
|
|
|
|
"617476734", "Ravenswood", |
|
30696
|
|
|
|
|
|
|
"61862711", "Perth", |
|
30697
|
|
|
|
|
|
|
"61741186", "Yarraman", |
|
30698
|
|
|
|
|
|
|
"612583921", "Mendooran", |
|
30699
|
|
|
|
|
|
|
"6175543", "Tamborine\ Mountain", |
|
30700
|
|
|
|
|
|
|
"61351415", "Traralgon", |
|
30701
|
|
|
|
|
|
|
"613431717", "Lake\ Bolac", |
|
30702
|
|
|
|
|
|
|
"6125111", "Canberra", |
|
30703
|
|
|
|
|
|
|
"61887507", "Cannawigara", |
|
30704
|
|
|
|
|
|
|
"61891145", "Telfer", |
|
30705
|
|
|
|
|
|
|
"61740120", "Peninsula", |
|
30706
|
|
|
|
|
|
|
"61745628", "Quilpie", |
|
30707
|
|
|
|
|
|
|
"61353281", "Glenisla", |
|
30708
|
|
|
|
|
|
|
"61897621", "Boyup\ Brook", |
|
30709
|
|
|
|
|
|
|
"61876091", "Port\ Lincoln", |
|
30710
|
|
|
|
|
|
|
"618753520", "Truro", |
|
30711
|
|
|
|
|
|
|
"61258083", "Warrumbungle", |
|
30712
|
|
|
|
|
|
|
"61888164", "Port\ Victoria", |
|
30713
|
|
|
|
|
|
|
"612583417", "Coolabah", |
|
30714
|
|
|
|
|
|
|
"617480517", "Finch\ Hatton", |
|
30715
|
|
|
|
|
|
|
"61353792", "Glenisla", |
|
30716
|
|
|
|
|
|
|
"618683160", "Jaloran", |
|
30717
|
|
|
|
|
|
|
"61348153", "Kialla\ East", |
|
30718
|
|
|
|
|
|
|
"618964464", "Dandaragan", |
|
30719
|
|
|
|
|
|
|
"618967674", "Gabbin", |
|
30720
|
|
|
|
|
|
|
"61741960", "Bundaberg", |
|
30721
|
|
|
|
|
|
|
"61756205", "Ormeau", |
|
30722
|
|
|
|
|
|
|
"61248332", "Rugby", |
|
30723
|
|
|
|
|
|
|
"61878167", "Ardrossan", |
|
30724
|
|
|
|
|
|
|
"61364487", "Ulverstone", |
|
30725
|
|
|
|
|
|
|
"61742278", "Edward\ River", |
|
30726
|
|
|
|
|
|
|
"618660974", "Cleary\ North", |
|
30727
|
|
|
|
|
|
|
"613573066", "Kinglake", |
|
30728
|
|
|
|
|
|
|
"61358122", "Cornalla", |
|
30729
|
|
|
|
|
|
|
"617487070", "Yeppoon", |
|
30730
|
|
|
|
|
|
|
"61259147", "Burcher", |
|
30731
|
|
|
|
|
|
|
"617480008", "Banana", |
|
30732
|
|
|
|
|
|
|
"61752256", "Jimna", |
|
30733
|
|
|
|
|
|
|
"61743073", "Wondai", |
|
30734
|
|
|
|
|
|
|
"61749142", "Mackay", |
|
30735
|
|
|
|
|
|
|
"61357257", "Wangaratta", |
|
30736
|
|
|
|
|
|
|
"61356469", "Mirboo\ North", |
|
30737
|
|
|
|
|
|
|
"618601105", "Shackleton", |
|
30738
|
|
|
|
|
|
|
"61341346", "Seaspray", |
|
30739
|
|
|
|
|
|
|
"61359033", "Rosebud", |
|
30740
|
|
|
|
|
|
|
"61898014", "Badgebup\ North", |
|
30741
|
|
|
|
|
|
|
"61265040", "Denman", |
|
30742
|
|
|
|
|
|
|
"61260750", "Albury", |
|
30743
|
|
|
|
|
|
|
"61253013", "Millthorpe", |
|
30744
|
|
|
|
|
|
|
"61352700", "Birregurra", |
|
30745
|
|
|
|
|
|
|
"613572774", "Mount\ Beauty", |
|
30746
|
|
|
|
|
|
|
"61247054", "Lawson", |
|
30747
|
|
|
|
|
|
|
"617480489", "Mardale", |
|
30748
|
|
|
|
|
|
|
"61244104", "Moruya", |
|
30749
|
|
|
|
|
|
|
"618983673", "Jerdacuttup", |
|
30750
|
|
|
|
|
|
|
"61877245", "Tarpeena", |
|
30751
|
|
|
|
|
|
|
"61743585", "Gooroolba", |
|
30752
|
|
|
|
|
|
|
"61886113", "Koongawa", |
|
30753
|
|
|
|
|
|
|
"61259707", "West\ Wyalong", |
|
30754
|
|
|
|
|
|
|
"618600741", "Burracoppin", |
|
30755
|
|
|
|
|
|
|
"618866968", "Gladstone", |
|
30756
|
|
|
|
|
|
|
"617486588", "Gemfields", |
|
30757
|
|
|
|
|
|
|
"618967767", "Beverley\ West", |
|
30758
|
|
|
|
|
|
|
"61257297", "Glen\ Elgin", |
|
30759
|
|
|
|
|
|
|
"61267174", "Croppa\ Creek", |
|
30760
|
|
|
|
|
|
|
"618982991", "Bremer\ Bay", |
|
30761
|
|
|
|
|
|
|
"6189498", "Armadale", |
|
30762
|
|
|
|
|
|
|
"61888158", "Moonta", |
|
30763
|
|
|
|
|
|
|
"61890566", "Munglinup", |
|
30764
|
|
|
|
|
|
|
"61746196", "Oakey", |
|
30765
|
|
|
|
|
|
|
"61263271", "Tyagong", |
|
30766
|
|
|
|
|
|
|
"61352140", "Beech\ Forest", |
|
30767
|
|
|
|
|
|
|
"61895788", "Gingin", |
|
30768
|
|
|
|
|
|
|
"61734985", "Redcliffe", |
|
30769
|
|
|
|
|
|
|
"61263127", "Leadville", |
|
30770
|
|
|
|
|
|
|
"61248193", "Goulburn", |
|
30771
|
|
|
|
|
|
|
"61890952", "Dulyalbin", |
|
30772
|
|
|
|
|
|
|
"61876304", "Minnipa", |
|
30773
|
|
|
|
|
|
|
"61851097", "Kununurra", |
|
30774
|
|
|
|
|
|
|
"61749702", "Mount\ Larcom", |
|
30775
|
|
|
|
|
|
|
"618996983", "Geraldton", |
|
30776
|
|
|
|
|
|
|
"618763902", "Poochera", |
|
30777
|
|
|
|
|
|
|
"61240015", "Clarence\ Town", |
|
30778
|
|
|
|
|
|
|
"6136393", "Westbury", |
|
30779
|
|
|
|
|
|
|
"612594441", "Tooma", |
|
30780
|
|
|
|
|
|
|
"61886307", "Redhill", |
|
30781
|
|
|
|
|
|
|
"61268797", "Cobar", |
|
30782
|
|
|
|
|
|
|
"61887857", "Wirrega", |
|
30783
|
|
|
|
|
|
|
"618600197", "Bullaring", |
|
30784
|
|
|
|
|
|
|
"61748515", "Calen", |
|
30785
|
|
|
|
|
|
|
"61745067", "Billa\ Billa", |
|
30786
|
|
|
|
|
|
|
"618753090", "Wanbi", |
|
30787
|
|
|
|
|
|
|
"61282616", "Sydney", |
|
30788
|
|
|
|
|
|
|
"61899439", "Upper\ Gascoyne", |
|
30789
|
|
|
|
|
|
|
"61269765", "Narrandera", |
|
30790
|
|
|
|
|
|
|
"61888811", "Wedge", |
|
30791
|
|
|
|
|
|
|
"6174866", "Mackay", |
|
30792
|
|
|
|
|
|
|
"612583649", "Warrington", |
|
30793
|
|
|
|
|
|
|
"61896063", "Coomberdale", |
|
30794
|
|
|
|
|
|
|
"61247068", "Penrith", |
|
30795
|
|
|
|
|
|
|
"61250169", "Dartmouth", |
|
30796
|
|
|
|
|
|
|
"61261947", "Gearys\ Gap", |
|
30797
|
|
|
|
|
|
|
"61741630", "Blackbutt", |
|
30798
|
|
|
|
|
|
|
"61734442", "Ipswich", |
|
30799
|
|
|
|
|
|
|
"61255062", "Forster", |
|
30800
|
|
|
|
|
|
|
"6188932", "Darwin", |
|
30801
|
|
|
|
|
|
|
"61744472", "Ayr", |
|
30802
|
|
|
|
|
|
|
"618763661", "Nelshaby", |
|
30803
|
|
|
|
|
|
|
"61253149", "Running\ Stream", |
|
30804
|
|
|
|
|
|
|
"61885816", "Barmera", |
|
30805
|
|
|
|
|
|
|
"61891705", "Fitzroy\ Crossing", |
|
30806
|
|
|
|
|
|
|
"61891102", "Wyndham", |
|
30807
|
|
|
|
|
|
|
"6129103", "Sydney", |
|
30808
|
|
|
|
|
|
|
"61260073", "Tallangatta\ Valley", |
|
30809
|
|
|
|
|
|
|
"61741637", "Nanango", |
|
30810
|
|
|
|
|
|
|
"618600264", "South\ Kumminin", |
|
30811
|
|
|
|
|
|
|
"61340193", "Murrayville", |
|
30812
|
|
|
|
|
|
|
"61362535", "Dunalley", |
|
30813
|
|
|
|
|
|
|
"61343206", "Ballan\/Ballarat\/Balliang\/Bangerang\/Banyena\/Beaufort\/Beulah\/Broughton\/Buangor\/Buninyong", |
|
30814
|
|
|
|
|
|
|
"6135471", "Castlemaine", |
|
30815
|
|
|
|
|
|
|
"61896890", "Pantapin", |
|
30816
|
|
|
|
|
|
|
"61875553", "Berri", |
|
30817
|
|
|
|
|
|
|
"61348015", "Cornalla", |
|
30818
|
|
|
|
|
|
|
"61745060", "Dirranbandi", |
|
30819
|
|
|
|
|
|
|
"61890489", "Southern\ Cross", |
|
30820
|
|
|
|
|
|
|
"618854912", "Strathalbyn", |
|
30821
|
|
|
|
|
|
|
"618865834", "Courela", |
|
30822
|
|
|
|
|
|
|
"61741384", "Lowmead", |
|
30823
|
|
|
|
|
|
|
"61268790", "Boona\ Mountain", |
|
30824
|
|
|
|
|
|
|
"61887850", "Robe", |
|
30825
|
|
|
|
|
|
|
"618682194", "Tambellup", |
|
30826
|
|
|
|
|
|
|
"61864022", "Wanneroo", |
|
30827
|
|
|
|
|
|
|
"61867129", "Collie", |
|
30828
|
|
|
|
|
|
|
"61355918", "Ecklin", |
|
30829
|
|
|
|
|
|
|
"61749626", "Cannon\ Valley", |
|
30830
|
|
|
|
|
|
|
"61886300", "Port\ Pirie", |
|
30831
|
|
|
|
|
|
|
"61253155", "Milvale", |
|
30832
|
|
|
|
|
|
|
"6135345", "Creswick", |
|
30833
|
|
|
|
|
|
|
"61269162", "Narraburra", |
|
30834
|
|
|
|
|
|
|
"613542251", "Mitiamo", |
|
30835
|
|
|
|
|
|
|
"613531620", "Ararat", |
|
30836
|
|
|
|
|
|
|
"61245003", "Kurrajong\ Heights", |
|
30837
|
|
|
|
|
|
|
"61261689", "Anembo", |
|
30838
|
|
|
|
|
|
|
"618601023", "Leinster", |
|
30839
|
|
|
|
|
|
|
"61357386", "Graytown", |
|
30840
|
|
|
|
|
|
|
"6128652", "Blacktown", |
|
30841
|
|
|
|
|
|
|
"61263120", "Koorawatha", |
|
30842
|
|
|
|
|
|
|
"613431198", "Serviceton", |
|
30843
|
|
|
|
|
|
|
"61356422", "Toora", |
|
30844
|
|
|
|
|
|
|
"61887189", "Penola", |
|
30845
|
|
|
|
|
|
|
"61356044", "Trafalgar", |
|
30846
|
|
|
|
|
|
|
"61265309", "Widden\ Valley", |
|
30847
|
|
|
|
|
|
|
"61266576", "Hernani", |
|
30848
|
|
|
|
|
|
|
"61749105", "Yeppoon", |
|
30849
|
|
|
|
|
|
|
"613442145", "Raywood", |
|
30850
|
|
|
|
|
|
|
"61253238", "Rockley", |
|
30851
|
|
|
|
|
|
|
"61363496", "Bicheno", |
|
30852
|
|
|
|
|
|
|
"61352147", "Aireys\ Inlet", |
|
30853
|
|
|
|
|
|
|
"61351596", "Dinner\ Plain", |
|
30854
|
|
|
|
|
|
|
"61896241", "Wyalkatchem", |
|
30855
|
|
|
|
|
|
|
"618763972", "Kyancutta", |
|
30856
|
|
|
|
|
|
|
"61745604", "Blackall", |
|
30857
|
|
|
|
|
|
|
"61851090", "Dampier", |
|
30858
|
|
|
|
|
|
|
"61341144", "Traralgon", |
|
30859
|
|
|
|
|
|
|
"618965682", "Dalwallinu\ West", |
|
30860
|
|
|
|
|
|
|
"618903810", "Dulyalbin", |
|
30861
|
|
|
|
|
|
|
"618854690", "Langhorne\ Creek", |
|
30862
|
|
|
|
|
|
|
"61891373", "Derby", |
|
30863
|
|
|
|
|
|
|
"613441893", "Castlemaine", |
|
30864
|
|
|
|
|
|
|
"613470823", "Falls\ Creek", |
|
30865
|
|
|
|
|
|
|
"61257290", "Oban", |
|
30866
|
|
|
|
|
|
|
"61756242", "Beaudesert", |
|
30867
|
|
|
|
|
|
|
"61259700", "Tullibigeal", |
|
30868
|
|
|
|
|
|
|
"61354965", "Gowar\ East", |
|
30869
|
|
|
|
|
|
|
"618864061", "Koongawa", |
|
30870
|
|
|
|
|
|
|
"618862160", "Arno\ Bay", |
|
30871
|
|
|
|
|
|
|
"612530087", "Euchareena", |
|
30872
|
|
|
|
|
|
|
"618903855", "Korbelka", |
|
30873
|
|
|
|
|
|
|
"618753138", "Lowbank", |
|
30874
|
|
|
|
|
|
|
"61358169", "Blighty", |
|
30875
|
|
|
|
|
|
|
"61265047", "Ellerston", |
|
30876
|
|
|
|
|
|
|
"61876106", "Hawker", |
|
30877
|
|
|
|
|
|
|
"61260757", "Oaklands", |
|
30878
|
|
|
|
|
|
|
"618601175", "Yilgarn\ South", |
|
30879
|
|
|
|
|
|
|
"61748496", "Marlborough", |
|
30880
|
|
|
|
|
|
|
"61357250", "Alexandra", |
|
30881
|
|
|
|
|
|
|
"618782014", "Riverton", |
|
30882
|
|
|
|
|
|
|
"61352707", "Anglesea", |
|
30883
|
|
|
|
|
|
|
"61264716", "Bega", |
|
30884
|
|
|
|
|
|
|
"6126864", "Bogan\ Gate", |
|
30885
|
|
|
|
|
|
|
"61734008", "Russell\ Island", |
|
30886
|
|
|
|
|
|
|
"61350083", "Mildura", |
|
30887
|
|
|
|
|
|
|
"61749745", "Miriam\ Vale", |
|
30888
|
|
|
|
|
|
|
"61890826", "Bruce\ Rock", |
|
30889
|
|
|
|
|
|
|
"61878160", "Warooka", |
|
30890
|
|
|
|
|
|
|
"61267376", "Drake", |
|
30891
|
|
|
|
|
|
|
"617459916", "Warra", |
|
30892
|
|
|
|
|
|
|
"61263456", "Merriganowry", |
|
30893
|
|
|
|
|
|
|
"61361314", "Geeveston", |
|
30894
|
|
|
|
|
|
|
"61351679", "Heyfield", |
|
30895
|
|
|
|
|
|
|
"618967604", "Wubin\ West", |
|
30896
|
|
|
|
|
|
|
"61741967", "Pialba", |
|
30897
|
|
|
|
|
|
|
"61877202", "Tantanoola", |
|
30898
|
|
|
|
|
|
|
"617487000", "Broadsound", |
|
30899
|
|
|
|
|
|
|
"61381041", "Kalkallo", |
|
30900
|
|
|
|
|
|
|
"61259140", "Wagga\ Wagga", |
|
30901
|
|
|
|
|
|
|
"61889151", "Yulara", |
|
30902
|
|
|
|
|
|
|
"61897498", "Bridgetown", |
|
30903
|
|
|
|
|
|
|
"61742799", "South\ Johnstone", |
|
30904
|
|
|
|
|
|
|
"618866173", "Streaky\ Bay", |
|
30905
|
|
|
|
|
|
|
"61364480", "Currie", |
|
30906
|
|
|
|
|
|
|
"618660904", "Gabbin\ North", |
|
30907
|
|
|
|
|
|
|
"61739110", "Brisbane", |
|
30908
|
|
|
|
|
|
|
"61265352", "Muswellbrook", |
|
30909
|
|
|
|
|
|
|
"617459984", "Inglewood", |
|
30910
|
|
|
|
|
|
|
"6135657", "Korumburra", |
|
30911
|
|
|
|
|
|
|
"61362765", "Bothwell", |
|
30912
|
|
|
|
|
|
|
"61887500", "Bordertown", |
|
30913
|
|
|
|
|
|
|
"613451385", "Mortlake", |
|
30914
|
|
|
|
|
|
|
"61740127", "Silkwood", |
|
30915
|
|
|
|
|
|
|
"61354635", "Bendigo", |
|
30916
|
|
|
|
|
|
|
"61740271", "Euramo", |
|
30917
|
|
|
|
|
|
|
"61876328", "Wudinna", |
|
30918
|
|
|
|
|
|
|
"618982478", "Rocky\ Gully", |
|
30919
|
|
|
|
|
|
|
"61754884", "Imbil", |
|
30920
|
|
|
|
|
|
|
"61886055", "Darke\ Peak", |
|
30921
|
|
|
|
|
|
|
"618763846", "Yeelanna", |
|
30922
|
|
|
|
|
|
|
"6189252", "Kalamunda", |
|
30923
|
|
|
|
|
|
|
"6128732", "Sydney", |
|
30924
|
|
|
|
|
|
|
"61880198", "Menindee", |
|
30925
|
|
|
|
|
|
|
"61255029", "Coopernook", |
|
30926
|
|
|
|
|
|
|
"61250211", "Tallangatta", |
|
30927
|
|
|
|
|
|
|
"6173709", "Brisbane", |
|
30928
|
|
|
|
|
|
|
"618683566", "Walpole", |
|
30929
|
|
|
|
|
|
|
"612594418", "Lockhart", |
|
30930
|
|
|
|
|
|
|
"61284196", "Terrey\ Hills", |
|
30931
|
|
|
|
|
|
|
"61897095", "Upper\ Preston", |
|
30932
|
|
|
|
|
|
|
"61367225", "Launceston", |
|
30933
|
|
|
|
|
|
|
"61868207", "Hyden", |
|
30934
|
|
|
|
|
|
|
"61340332", "Berriwillock", |
|
30935
|
|
|
|
|
|
|
"61354338", "Bendigo", |
|
30936
|
|
|
|
|
|
|
"61297439", "Bankstown", |
|
30937
|
|
|
|
|
|
|
"61886971", "Melrose", |
|
30938
|
|
|
|
|
|
|
"61891159", "Roebuck", |
|
30939
|
|
|
|
|
|
|
"61898992", "Bow\ Bridge", |
|
30940
|
|
|
|
|
|
|
"61250122", "Eskdale", |
|
30941
|
|
|
|
|
|
|
"61244128", "Bawley\ Point", |
|
30942
|
|
|
|
|
|
|
"613432138", "Clear\ Lake", |
|
30943
|
|
|
|
|
|
|
"61887283", "Rendelsham", |
|
30944
|
|
|
|
|
|
|
"61894987", "Spearwood", |
|
30945
|
|
|
|
|
|
|
"612594215", "Lachlan", |
|
30946
|
|
|
|
|
|
|
"61877153", "Penola", |
|
30947
|
|
|
|
|
|
|
"61880050", "Dolo", |
|
30948
|
|
|
|
|
|
|
"61250041", "Howlong", |
|
30949
|
|
|
|
|
|
|
"61879324", "Jabiru", |
|
30950
|
|
|
|
|
|
|
"61885740", "Narrung", |
|
30951
|
|
|
|
|
|
|
"613574761", "Whorouly", |
|
30952
|
|
|
|
|
|
|
"6128811", "Blacktown", |
|
30953
|
|
|
|
|
|
|
"613542602", "Logan", |
|
30954
|
|
|
|
|
|
|
"61340603", "Kyalite", |
|
30955
|
|
|
|
|
|
|
"61269972", "Hay", |
|
30956
|
|
|
|
|
|
|
"61742166", "Cairns", |
|
30957
|
|
|
|
|
|
|
"618985183", "Nalyerlup", |
|
30958
|
|
|
|
|
|
|
"61875128", "Robertstown", |
|
30959
|
|
|
|
|
|
|
"618683074", "Lake\ Oconnor", |
|
30960
|
|
|
|
|
|
|
"613542384", "Birchip", |
|
30961
|
|
|
|
|
|
|
"61886814", "Coober\ Pedy", |
|
30962
|
|
|
|
|
|
|
"61244803", "Huskisson", |
|
30963
|
|
|
|
|
|
|
"61253061", "Hampton", |
|
30964
|
|
|
|
|
|
|
"61269917", "Rankins\ Springs", |
|
30965
|
|
|
|
|
|
|
"6173465", "Redcliffe", |
|
30966
|
|
|
|
|
|
|
"61351139", "Combienbar", |
|
30967
|
|
|
|
|
|
|
"61361182", "Hobart", |
|
30968
|
|
|
|
|
|
|
"618865840", "Great\ Bight", |
|
30969
|
|
|
|
|
|
|
"61267873", "Aberfoyle", |
|
30970
|
|
|
|
|
|
|
"61851164", "Pannawonica", |
|
30971
|
|
|
|
|
|
|
"61363425", "Fingal", |
|
30972
|
|
|
|
|
|
|
"61890323", "Kellerberrin", |
|
30973
|
|
|
|
|
|
|
"617487164", "Ubobo", |
|
30974
|
|
|
|
|
|
|
"61748667", "Clermont", |
|
30975
|
|
|
|
|
|
|
"61897230", "Brunswick\ Junction", |
|
30976
|
|
|
|
|
|
|
"61745194", "North\ Star", |
|
30977
|
|
|
|
|
|
|
"61361550", "Southwest", |
|
30978
|
|
|
|
|
|
|
"61898849", "Dumbleyung", |
|
30979
|
|
|
|
|
|
|
"61340299", "Mallan", |
|
30980
|
|
|
|
|
|
|
"61265217", "Merriwa", |
|
30981
|
|
|
|
|
|
|
"61358979", "Mabins\ Well", |
|
30982
|
|
|
|
|
|
|
"6129806", "Parramatta", |
|
30983
|
|
|
|
|
|
|
"61898542", "Woogenilup", |
|
30984
|
|
|
|
|
|
|
"612583605", "Forbes", |
|
30985
|
|
|
|
|
|
|
"61354175", "Trentham", |
|
30986
|
|
|
|
|
|
|
"61266152", "Lawrence", |
|
30987
|
|
|
|
|
|
|
"61383485", "Sydenham", |
|
30988
|
|
|
|
|
|
|
"61357370", "Swanpool", |
|
30989
|
|
|
|
|
|
|
"617458775", "Cambooya", |
|
30990
|
|
|
|
|
|
|
"61240202", "Maitland", |
|
30991
|
|
|
|
|
|
|
"61265272", "Ravensworth", |
|
30992
|
|
|
|
|
|
|
"61735558", "Brisbane", |
|
30993
|
|
|
|
|
|
|
"61363028", "Emita", |
|
30994
|
|
|
|
|
|
|
"61875306", "Gawler", |
|
30995
|
|
|
|
|
|
|
"61354710", "Dingee", |
|
30996
|
|
|
|
|
|
|
"61867223", "Collie", |
|
30997
|
|
|
|
|
|
|
"61742649", "Innisfail", |
|
30998
|
|
|
|
|
|
|
"613470551", "Longwood", |
|
30999
|
|
|
|
|
|
|
"61267256", "Graman", |
|
31000
|
|
|
|
|
|
|
"618600954", "Holleton", |
|
31001
|
|
|
|
|
|
|
"618753207", "Walker\ Flat", |
|
31002
|
|
|
|
|
|
|
"61756077", "Beaudesert", |
|
31003
|
|
|
|
|
|
|
"61357901", "Chiltern", |
|
31004
|
|
|
|
|
|
|
"61363667", "Waterhouse", |
|
31005
|
|
|
|
|
|
|
"61877379", "Tilley\ Swamp", |
|
31006
|
|
|
|
|
|
|
"61752174", "Jimna", |
|
31007
|
|
|
|
|
|
|
"612592719", "Mangoplah", |
|
31008
|
|
|
|
|
|
|
"61897026", "Capel", |
|
31009
|
|
|
|
|
|
|
"61367296", "Blessington", |
|
31010
|
|
|
|
|
|
|
"61888863", "Ardrossan", |
|
31011
|
|
|
|
|
|
|
"61246017", "Picton", |
|
31012
|
|
|
|
|
|
|
"61263919", "Cudal", |
|
31013
|
|
|
|
|
|
|
"618967788", "Dale\ River", |
|
31014
|
|
|
|
|
|
|
"61741177", "Tiaro", |
|
31015
|
|
|
|
|
|
|
"61359048", "Tankerton", |
|
31016
|
|
|
|
|
|
|
"61851158", "Millstream", |
|
31017
|
|
|
|
|
|
|
"618866987", "Laura", |
|
31018
|
|
|
|
|
|
|
"617486567", "Rockhampton", |
|
31019
|
|
|
|
|
|
|
"61775049", "Bonshaw", |
|
31020
|
|
|
|
|
|
|
"61896011", "Balkuling", |
|
31021
|
|
|
|
|
|
|
"61240259", "Karuah", |
|
31022
|
|
|
|
|
|
|
"61261590", "The\ Mullion", |
|
31023
|
|
|
|
|
|
|
"61251172", "Yass", |
|
31024
|
|
|
|
|
|
|
"618864608", "Port\ Pirie", |
|
31025
|
|
|
|
|
|
|
"61357883", "Pyalong", |
|
31026
|
|
|
|
|
|
|
"61889065", "Noonamah", |
|
31027
|
|
|
|
|
|
|
"6188569", "Mannum", |
|
31028
|
|
|
|
|
|
|
"61266109", "Rappville", |
|
31029
|
|
|
|
|
|
|
"61756681", "Southport", |
|
31030
|
|
|
|
|
|
|
"61341441", "Club\ Terrace", |
|
31031
|
|
|
|
|
|
|
"61888097", "Spalding", |
|
31032
|
|
|
|
|
|
|
"61353126", "Creswick", |
|
31033
|
|
|
|
|
|
|
"618863957", "Sheringa", |
|
31034
|
|
|
|
|
|
|
"61286093", "Blacktown", |
|
31035
|
|
|
|
|
|
|
"618660899", "Dangin", |
|
31036
|
|
|
|
|
|
|
"61255683", "Krambach", |
|
31037
|
|
|
|
|
|
|
"61246072", "Campbelltown", |
|
31038
|
|
|
|
|
|
|
"61891253", "Newman", |
|
31039
|
|
|
|
|
|
|
"617479205", "Upper\ Stone", |
|
31040
|
|
|
|
|
|
|
"612574239", "Gurley", |
|
31041
|
|
|
|
|
|
|
"61885100", "Malinong", |
|
31042
|
|
|
|
|
|
|
"61238108", "Barrallier", |
|
31043
|
|
|
|
|
|
|
"61267380", "Uralla", |
|
31044
|
|
|
|
|
|
|
"61257035", "Caroda", |
|
31045
|
|
|
|
|
|
|
"61264185", "Nimmitabel", |
|
31046
|
|
|
|
|
|
|
"61864141", "Fremantle", |
|
31047
|
|
|
|
|
|
|
"61878094", "Thistle", |
|
31048
|
|
|
|
|
|
|
"61886161", "Mudamuckla", |
|
31049
|
|
|
|
|
|
|
"618964931", "Wannamal", |
|
31050
|
|
|
|
|
|
|
"61742407", "Ravenshoe", |
|
31051
|
|
|
|
|
|
|
"618854507", "Yankalilla", |
|
31052
|
|
|
|
|
|
|
"61362910", "Richmond", |
|
31053
|
|
|
|
|
|
|
"617458822", "Legume", |
|
31054
|
|
|
|
|
|
|
"61348245", "Blighty", |
|
31055
|
|
|
|
|
|
|
"613432126", "Ararat", |
|
31056
|
|
|
|
|
|
|
"61240528", "Maitland", |
|
31057
|
|
|
|
|
|
|
"61344020", "Logan", |
|
31058
|
|
|
|
|
|
|
"61358796", "Cobram", |
|
31059
|
|
|
|
|
|
|
"61364476", "Rosebery", |
|
31060
|
|
|
|
|
|
|
"618926", "Perth", |
|
31061
|
|
|
|
|
|
|
"61268989", "Naradhan", |
|
31062
|
|
|
|
|
|
|
"618601149", "Marvel\ Loch", |
|
31063
|
|
|
|
|
|
|
"618862004", "Quorn", |
|
31064
|
|
|
|
|
|
|
"6189188", "Tom\ Price", |
|
31065
|
|
|
|
|
|
|
"6139512", "Clayton", |
|
31066
|
|
|
|
|
|
|
"6173089", "Beenleigh", |
|
31067
|
|
|
|
|
|
|
"61747944", "Karumba", |
|
31068
|
|
|
|
|
|
|
"613976", "Croydon", |
|
31069
|
|
|
|
|
|
|
"612958", "Sydney", |
|
31070
|
|
|
|
|
|
|
"612630893", "Oberon", |
|
31071
|
|
|
|
|
|
|
"613451177", "Hawkesdale", |
|
31072
|
|
|
|
|
|
|
"61350629", "Kyalite", |
|
31073
|
|
|
|
|
|
|
"61355791", "Merino", |
|
31074
|
|
|
|
|
|
|
"61851235", "Christmas\ Island", |
|
31075
|
|
|
|
|
|
|
"61899115", "Northern\ Gully", |
|
31076
|
|
|
|
|
|
|
"61348259", "Kyabram", |
|
31077
|
|
|
|
|
|
|
"61355584", "Derrinallum", |
|
31078
|
|
|
|
|
|
|
"61888974", "Port\ Victoria", |
|
31079
|
|
|
|
|
|
|
"61865562", "Perth", |
|
31080
|
|
|
|
|
|
|
"61363004", "Avoca", |
|
31081
|
|
|
|
|
|
|
"617476740", "Rollingstone", |
|
31082
|
|
|
|
|
|
|
"613470908", "Benalla", |
|
31083
|
|
|
|
|
|
|
"61747339", "Mount\ Isa", |
|
31084
|
|
|
|
|
|
|
"618763489", "Peterborough", |
|
31085
|
|
|
|
|
|
|
"61359459", "Emerald", |
|
31086
|
|
|
|
|
|
|
"618854577", "Waikerie", |
|
31087
|
|
|
|
|
|
|
"61362917", "Kempton", |
|
31088
|
|
|
|
|
|
|
"612532858", "Neville", |
|
31089
|
|
|
|
|
|
|
"61868075", "Woodanilling", |
|
31090
|
|
|
|
|
|
|
"61879126", "Carpentaria", |
|
31091
|
|
|
|
|
|
|
"61742400", "Minnamoolka", |
|
31092
|
|
|
|
|
|
|
"61267387", "Armidale", |
|
31093
|
|
|
|
|
|
|
"61885107", "Mannum", |
|
31094
|
|
|
|
|
|
|
"61391019", "Melbourne", |
|
31095
|
|
|
|
|
|
|
"61742364", "Mount\ Garnet", |
|
31096
|
|
|
|
|
|
|
"61265923", "Gloucester", |
|
31097
|
|
|
|
|
|
|
"61746769", "Toowoomba", |
|
31098
|
|
|
|
|
|
|
"613451435", "Merino", |
|
31099
|
|
|
|
|
|
|
"61264291", "Bobundara", |
|
31100
|
|
|
|
|
|
|
"617337", "Brisbane", |
|
31101
|
|
|
|
|
|
|
"617750012", "Mount\ Tyson", |
|
31102
|
|
|
|
|
|
|
"61344027", "Traynors\ Lagoon", |
|
31103
|
|
|
|
|
|
|
"61877015", "Greenways", |
|
31104
|
|
|
|
|
|
|
"61741715", "Gooroolba", |
|
31105
|
|
|
|
|
|
|
"61268452", "Wellington", |
|
31106
|
|
|
|
|
|
|
"613532230", "Murtoa", |
|
31107
|
|
|
|
|
|
|
"618763517", "Wilpena", |
|
31108
|
|
|
|
|
|
|
"61875104", "Renmark", |
|
31109
|
|
|
|
|
|
|
"61748391", "Gladstone", |
|
31110
|
|
|
|
|
|
|
"612685818", "Girilambone", |
|
31111
|
|
|
|
|
|
|
"61888090", "Snowtown", |
|
31112
|
|
|
|
|
|
|
"61754183", "Gatton", |
|
31113
|
|
|
|
|
|
|
"612530068", "Cowra", |
|
31114
|
|
|
|
|
|
|
"61363660", "Rossarden", |
|
31115
|
|
|
|
|
|
|
"61756070", "Tweed\ Heads", |
|
31116
|
|
|
|
|
|
|
"612685666", "Borah\ Tank", |
|
31117
|
|
|
|
|
|
|
"61879308", "Davenport", |
|
31118
|
|
|
|
|
|
|
"61743492", "Gaeta", |
|
31119
|
|
|
|
|
|
|
"61240245", "Stroud", |
|
31120
|
|
|
|
|
|
|
"61741170", "Childers", |
|
31121
|
|
|
|
|
|
|
"61745396", "Ballandean", |
|
31122
|
|
|
|
|
|
|
"61356512", "Wonthaggi", |
|
31123
|
|
|
|
|
|
|
"61898505", "Narrakine", |
|
31124
|
|
|
|
|
|
|
"61246010", "Camden", |
|
31125
|
|
|
|
|
|
|
"612683753", "Gilgandra", |
|
31126
|
|
|
|
|
|
|
"61263351", "Hill\ End", |
|
31127
|
|
|
|
|
|
|
"6128985", "Sydney", |
|
31128
|
|
|
|
|
|
|
"61267471", "Willow\ Tree", |
|
31129
|
|
|
|
|
|
|
"61350932", "Mittyack", |
|
31130
|
|
|
|
|
|
|
"617473924", "Julia\ Creek", |
|
31131
|
|
|
|
|
|
|
"61351248", "Genoa", |
|
31132
|
|
|
|
|
|
|
"617563054", "Southport", |
|
31133
|
|
|
|
|
|
|
"613531681", "Lake\ Bolac", |
|
31134
|
|
|
|
|
|
|
"618661110", "Balkuling", |
|
31135
|
|
|
|
|
|
|
"61742358", "Lockhart\ River", |
|
31136
|
|
|
|
|
|
|
"612593910", "Ivanhoe", |
|
31137
|
|
|
|
|
|
|
"61749021", "Agnes\ Water", |
|
31138
|
|
|
|
|
|
|
"613441917", "Lockington", |
|
31139
|
|
|
|
|
|
|
"61746606", "Dalby", |
|
31140
|
|
|
|
|
|
|
"617451739", "Charleville", |
|
31141
|
|
|
|
|
|
|
"61357312", "Myrtleford", |
|
31142
|
|
|
|
|
|
|
"612530252", "Harden", |
|
31143
|
|
|
|
|
|
|
"61898855", "Narrakine", |
|
31144
|
|
|
|
|
|
|
"61355046", "Coojar", |
|
31145
|
|
|
|
|
|
|
"61265210", "Castle\ Rock", |
|
31146
|
|
|
|
|
|
|
"61742655", "Lockhart\ River", |
|
31147
|
|
|
|
|
|
|
"612593955", "Bundure", |
|
31148
|
|
|
|
|
|
|
"61361557", "Baden", |
|
31149
|
|
|
|
|
|
|
"61899053", "Gutha\ West", |
|
31150
|
|
|
|
|
|
|
"61267964", "Pilliga", |
|
31151
|
|
|
|
|
|
|
"61240504", "Bandon\ Grove", |
|
31152
|
|
|
|
|
|
|
"61897237", "Busselton", |
|
31153
|
|
|
|
|
|
|
"6139930", "Craigieburn", |
|
31154
|
|
|
|
|
|
|
"61266755", "Wiangaree", |
|
31155
|
|
|
|
|
|
|
"6136490", "Ulverstone", |
|
31156
|
|
|
|
|
|
|
"618661155", "Paynes\ Find", |
|
31157
|
|
|
|
|
|
|
"61358041", "Jimaringle", |
|
31158
|
|
|
|
|
|
|
"617458705", "Atholwood", |
|
31159
|
|
|
|
|
|
|
"618996727", "Gutha\ West", |
|
31160
|
|
|
|
|
|
|
"618752506", "Taylorville", |
|
31161
|
|
|
|
|
|
|
"61238124", "Paddys\ River", |
|
31162
|
|
|
|
|
|
|
"61357377", "Yea", |
|
31163
|
|
|
|
|
|
|
"61248603", "Bowral", |
|
31164
|
|
|
|
|
|
|
"612583675", "Bonnay", |
|
31165
|
|
|
|
|
|
|
"61868583", "Nalyerlup", |
|
31166
|
|
|
|
|
|
|
"613442109", "Castlemaine", |
|
31167
|
|
|
|
|
|
|
"613470163", "St\ James", |
|
31168
|
|
|
|
|
|
|
"618858596", "Peake", |
|
31169
|
|
|
|
|
|
|
"618996859", "Coorow", |
|
31170
|
|
|
|
|
|
|
"61886219", "Coffin\ Bay", |
|
31171
|
|
|
|
|
|
|
"6139741", "Werribee", |
|
31172
|
|
|
|
|
|
|
"61350662", "Cunninyeuk", |
|
31173
|
|
|
|
|
|
|
"61269910", "Junee", |
|
31174
|
|
|
|
|
|
|
"618851194", "Wunkar", |
|
31175
|
|
|
|
|
|
|
"618993263", "Geraldton", |
|
31176
|
|
|
|
|
|
|
"618967807", "Jelkobine", |
|
31177
|
|
|
|
|
|
|
"61746125", "Cooyar", |
|
31178
|
|
|
|
|
|
|
"613542672", "Traynors\ Lagoon", |
|
31179
|
|
|
|
|
|
|
"613450573", "Hawkesdale", |
|
31180
|
|
|
|
|
|
|
"61344365", "Bendigo", |
|
31181
|
|
|
|
|
|
|
"612593692", "Griffith", |
|
31182
|
|
|
|
|
|
|
"61744093", "Mount\ Isa", |
|
31183
|
|
|
|
|
|
|
"61880057", "Wilcannia", |
|
31184
|
|
|
|
|
|
|
"61348202", "Rushworth", |
|
31185
|
|
|
|
|
|
|
"61746539", "Atholwood", |
|
31186
|
|
|
|
|
|
|
"61353642", "Ballarat", |
|
31187
|
|
|
|
|
|
|
"61885466", "Windsor", |
|
31188
|
|
|
|
|
|
|
"61885747", "Victor\ Harbor", |
|
31189
|
|
|
|
|
|
|
"61754873", "Kilkivan", |
|
31190
|
|
|
|
|
|
|
"617487064", "Walkerston", |
|
31191
|
|
|
|
|
|
|
"617442516", "Burketown", |
|
31192
|
|
|
|
|
|
|
"61348270", "Tatura", |
|
31193
|
|
|
|
|
|
|
"61752289", "Harrisville", |
|
31194
|
|
|
|
|
|
|
"618660960", "Balkuling", |
|
31195
|
|
|
|
|
|
|
"61898496", "Muradup", |
|
31196
|
|
|
|
|
|
|
"61269907", "Lachlan", |
|
31197
|
|
|
|
|
|
|
"613442079", "Nullawil", |
|
31198
|
|
|
|
|
|
|
"617486913", "Cannon\ Valley", |
|
31199
|
|
|
|
|
|
|
"61889123", "Jabiru", |
|
31200
|
|
|
|
|
|
|
"61743430", "Monogorilby", |
|
31201
|
|
|
|
|
|
|
"61741880", "Gayndah", |
|
31202
|
|
|
|
|
|
|
"612583293", "Peak\ Hill", |
|
31203
|
|
|
|
|
|
|
"61887354", "Rendelsham", |
|
31204
|
|
|
|
|
|
|
"61867034", "Bridgetown", |
|
31205
|
|
|
|
|
|
|
"61266043", "Dyraaba", |
|
31206
|
|
|
|
|
|
|
"618964470", "Gillingarra", |
|
31207
|
|
|
|
|
|
|
"618967660", "Dukin", |
|
31208
|
|
|
|
|
|
|
"61359470", "Red\ Hill", |
|
31209
|
|
|
|
|
|
|
"618763736", "Rudall", |
|
31210
|
|
|
|
|
|
|
"61367069", "Launceston", |
|
31211
|
|
|
|
|
|
|
"61364162", "Yolla", |
|
31212
|
|
|
|
|
|
|
"61868047", "Corackerup", |
|
31213
|
|
|
|
|
|
|
"618762610", "Nunjikompita", |
|
31214
|
|
|
|
|
|
|
"618683174", "Lake\ Grace", |
|
31215
|
|
|
|
|
|
|
"61888032", "Burra", |
|
31216
|
|
|
|
|
|
|
"61340613", "Ouyen", |
|
31217
|
|
|
|
|
|
|
"61891967", "Roebuck", |
|
31218
|
|
|
|
|
|
|
"61896394", "Koorda", |
|
31219
|
|
|
|
|
|
|
"6128810", "Parramatta", |
|
31220
|
|
|
|
|
|
|
"61895491", "Bindoon", |
|
31221
|
|
|
|
|
|
|
"61362034", "Gretna", |
|
31222
|
|
|
|
|
|
|
"61740826", "Peninsula", |
|
31223
|
|
|
|
|
|
|
"61887427", "Conmurra", |
|
31224
|
|
|
|
|
|
|
"618683724", "Jacup", |
|
31225
|
|
|
|
|
|
|
"61268675", "Berkley\ Downs", |
|
31226
|
|
|
|
|
|
|
"61887935", "Thornlea", |
|
31227
|
|
|
|
|
|
|
"61754256", "Lowood", |
|
31228
|
|
|
|
|
|
|
"61240121", "Maitland", |
|
31229
|
|
|
|
|
|
|
"61240277", "Bandon\ Grove", |
|
31230
|
|
|
|
|
|
|
"61890127", "Mount\ Beaumont", |
|
31231
|
|
|
|
|
|
|
"61263952", "Cassilis", |
|
31232
|
|
|
|
|
|
|
"61350074", "Kyalite", |
|
31233
|
|
|
|
|
|
|
"61354700", "Lockington", |
|
31234
|
|
|
|
|
|
|
"6174252", "Cairns", |
|
31235
|
|
|
|
|
|
|
"617476393", "Bowen", |
|
31236
|
|
|
|
|
|
|
"61877042", "Mount\ Gambier", |
|
31237
|
|
|
|
|
|
|
"61886568", "Wilmington", |
|
31238
|
|
|
|
|
|
|
"61741742", "Gin\ Gin", |
|
31239
|
|
|
|
|
|
|
"61877357", "Kongorong", |
|
31240
|
|
|
|
|
|
|
"61240212", "Raymond\ Terrace", |
|
31241
|
|
|
|
|
|
|
"617442584", "Yabulu", |
|
31242
|
|
|
|
|
|
|
"61747095", "Gununa", |
|
31243
|
|
|
|
|
|
|
"61756059", "Jimboomba", |
|
31244
|
|
|
|
|
|
|
"61265207", "Merriwa", |
|
31245
|
|
|
|
|
|
|
"61741159", "Moonford", |
|
31246
|
|
|
|
|
|
|
"61744278", "Bowen", |
|
31247
|
|
|
|
|
|
|
"618753379", "Windsor", |
|
31248
|
|
|
|
|
|
|
"61354140", "Gisborne", |
|
31249
|
|
|
|
|
|
|
"61260925", "Albury", |
|
31250
|
|
|
|
|
|
|
"61891637", "Hall\'s\ Creek", |
|
31251
|
|
|
|
|
|
|
"61357345", "Myrtleford", |
|
31252
|
|
|
|
|
|
|
"61741102", "Mulgildie", |
|
31253
|
|
|
|
|
|
|
"613470849", "Tungamah", |
|
31254
|
|
|
|
|
|
|
"61358388", "Rushworth", |
|
31255
|
|
|
|
|
|
|
"61266119", "Tabulam", |
|
31256
|
|
|
|
|
|
|
"61886738", "Woomera", |
|
31257
|
|
|
|
|
|
|
"618982223", "Albany", |
|
31258
|
|
|
|
|
|
|
"61887665", "Padthaway", |
|
31259
|
|
|
|
|
|
|
"618869021", "Kelly", |
|
31260
|
|
|
|
|
|
|
"61746890", "Eschol", |
|
31261
|
|
|
|
|
|
|
"618858520", "Karoonda", |
|
31262
|
|
|
|
|
|
|
"612574222", "Cuttabri", |
|
31263
|
|
|
|
|
|
|
"61899626", "Yallalong", |
|
31264
|
|
|
|
|
|
|
"61896001", "Aldersyde", |
|
31265
|
|
|
|
|
|
|
"61242104", "Helensburgh", |
|
31266
|
|
|
|
|
|
|
"61358957", "Dookie", |
|
31267
|
|
|
|
|
|
|
"61246007", "Picton", |
|
31268
|
|
|
|
|
|
|
"61263909", "Cudal", |
|
31269
|
|
|
|
|
|
|
"61895060", "Toodyay", |
|
31270
|
|
|
|
|
|
|
"61357648", "Benalla", |
|
31271
|
|
|
|
|
|
|
"61891384", "Wyndham", |
|
31272
|
|
|
|
|
|
|
"617458595", "Brymaroo", |
|
31273
|
|
|
|
|
|
|
"61887368", "Short", |
|
31274
|
|
|
|
|
|
|
"61263736", "Lue", |
|
31275
|
|
|
|
|
|
|
"61356204", "Tidal\ River", |
|
31276
|
|
|
|
|
|
|
"61875521", "Pinnaroo", |
|
31277
|
|
|
|
|
|
|
"617486694", "Koumala", |
|
31278
|
|
|
|
|
|
|
"618600200", "Burracoppin\ South", |
|
31279
|
|
|
|
|
|
|
"61885775", "Peebinga", |
|
31280
|
|
|
|
|
|
|
"612532519", "Cumnock", |
|
31281
|
|
|
|
|
|
|
"61899105", "Nabawa", |
|
31282
|
|
|
|
|
|
|
"61340066", "Murrayville", |
|
31283
|
|
|
|
|
|
|
"618903465", "Eyre", |
|
31284
|
|
|
|
|
|
|
"61260084", "Walwa", |
|
31285
|
|
|
|
|
|
|
"618763728", "Port\ Broughton", |
|
31286
|
|
|
|
|
|
|
"613451077", "Pomborneit", |
|
31287
|
|
|
|
|
|
|
"61247780", "Katoomba", |
|
31288
|
|
|
|
|
|
|
"618904241", "Warralakin", |
|
31289
|
|
|
|
|
|
|
"613574184", "Pyalong", |
|
31290
|
|
|
|
|
|
|
"61742472", "Millaa\ Millaa", |
|
31291
|
|
|
|
|
|
|
"613990", "Melbourne", |
|
31292
|
|
|
|
|
|
|
"617459019", "Jandowae", |
|
31293
|
|
|
|
|
|
|
"61895604", "Bakers\ Hill", |
|
31294
|
|
|
|
|
|
|
"618601049", "Wialki\ North", |
|
31295
|
|
|
|
|
|
|
"6128199", "Sydney", |
|
31296
|
|
|
|
|
|
|
"617441912", "Mutarnee", |
|
31297
|
|
|
|
|
|
|
"61255134", "Scone", |
|
31298
|
|
|
|
|
|
|
"618903571", "Munglinup", |
|
31299
|
|
|
|
|
|
|
"61741373", "Murgon", |
|
31300
|
|
|
|
|
|
|
"61353615", "Landsborough", |
|
31301
|
|
|
|
|
|
|
"61261165", "Gundaroo", |
|
31302
|
|
|
|
|
|
|
"617458839", "North\ Star", |
|
31303
|
|
|
|
|
|
|
"613431992", "Stawell", |
|
31304
|
|
|
|
|
|
|
"61362900", "Nubeena", |
|
31305
|
|
|
|
|
|
|
"6135356", "Halls\ Gap", |
|
31306
|
|
|
|
|
|
|
"612630792", "Limekilns", |
|
31307
|
|
|
|
|
|
|
"61886554", "Wanilla", |
|
31308
|
|
|
|
|
|
|
"6173910", "Brisbane", |
|
31309
|
|
|
|
|
|
|
"61885110", "Mantung", |
|
31310
|
|
|
|
|
|
|
"618983498", "Gnowangerup", |
|
31311
|
|
|
|
|
|
|
"61238118", "Goulburn", |
|
31312
|
|
|
|
|
|
|
"617750112", "Bonshaw", |
|
31313
|
|
|
|
|
|
|
"618989348", "Arthur\ River", |
|
31314
|
|
|
|
|
|
|
"618903287", "Bruce\ Rock", |
|
31315
|
|
|
|
|
|
|
"618903501", "Kalgoorlie", |
|
31316
|
|
|
|
|
|
|
"61886252", "Ceduna", |
|
31317
|
|
|
|
|
|
|
"61885117", "Meningie", |
|
31318
|
|
|
|
|
|
|
"61880079", "Pimpara", |
|
31319
|
|
|
|
|
|
|
"61896196", "Wubin\ West", |
|
31320
|
|
|
|
|
|
|
"617442852", "Home\ Hill", |
|
31321
|
|
|
|
|
|
|
"61876182", "Indian\ Pacific", |
|
31322
|
|
|
|
|
|
|
"61362907", "Ouse", |
|
31323
|
|
|
|
|
|
|
"613546027", "Redesdale", |
|
31324
|
|
|
|
|
|
|
"61887156", "Avenue\ Range", |
|
31325
|
|
|
|
|
|
|
"613451007", "Lismore", |
|
31326
|
|
|
|
|
|
|
"6139423", "Eltham", |
|
31327
|
|
|
|
|
|
|
"61745788", "Roma", |
|
31328
|
|
|
|
|
|
|
"61364535", "Queenstown", |
|
31329
|
|
|
|
|
|
|
"61363014", "Blessington", |
|
31330
|
|
|
|
|
|
|
"61877286", "Padthaway", |
|
31331
|
|
|
|
|
|
|
"61743546", "Maidenwell", |
|
31332
|
|
|
|
|
|
|
"6128387", "Sydney", |
|
31333
|
|
|
|
|
|
|
"612583623", "Mendooran", |
|
31334
|
|
|
|
|
|
|
"61246664", "Campbelltown", |
|
31335
|
|
|
|
|
|
|
"61897781", "Cundinup", |
|
31336
|
|
|
|
|
|
|
"61354885", "Birchip", |
|
31337
|
|
|
|
|
|
|
"617476568", "Leichhardt\ Range", |
|
31338
|
|
|
|
|
|
|
"61269034", "Goolgowi", |
|
31339
|
|
|
|
|
|
|
"61753194", "Nambour", |
|
31340
|
|
|
|
|
|
|
"61364129", "Ulverstone", |
|
31341
|
|
|
|
|
|
|
"61367022", "Winnaleah", |
|
31342
|
|
|
|
|
|
|
"61897292", "Harvey", |
|
31343
|
|
|
|
|
|
|
"61885172", "Policemans\ Point", |
|
31344
|
|
|
|
|
|
|
"618866162", "Port\ Kenny", |
|
31345
|
|
|
|
|
|
|
"61356502", "Korumburra", |
|
31346
|
|
|
|
|
|
|
"61898515", "Mount\ Barker", |
|
31347
|
|
|
|
|
|
|
"618600831", "Mount\ Beaumont", |
|
31348
|
|
|
|
|
|
|
"61754471", "Noosaville", |
|
31349
|
|
|
|
|
|
|
"61352965", "Colac", |
|
31350
|
|
|
|
|
|
|
"61246000", "Camden", |
|
31351
|
|
|
|
|
|
|
"61895067", "Gingin", |
|
31352
|
|
|
|
|
|
|
"61285811", "Engadine", |
|
31353
|
|
|
|
|
|
|
"61358950", "Deniliquin", |
|
31354
|
|
|
|
|
|
|
"612574468", "Tingha", |
|
31355
|
|
|
|
|
|
|
"61361579", "Sorell", |
|
31356
|
|
|
|
|
|
|
"61245061", "Wisemans\ Ferry", |
|
31357
|
|
|
|
|
|
|
"61879318", "Borroloola", |
|
31358
|
|
|
|
|
|
|
"6138505", "Clayton", |
|
31359
|
|
|
|
|
|
|
"618600270", "Wilgoyne", |
|
31360
|
|
|
|
|
|
|
"61353479", "Ballarat", |
|
31361
|
|
|
|
|
|
|
"61357359", "Devlins\ Bridge", |
|
31362
|
|
|
|
|
|
|
"61256599", "Mullumbimby", |
|
31363
|
|
|
|
|
|
|
"61746063", "Dunmore", |
|
31364
|
|
|
|
|
|
|
"61251100", "Bungendore", |
|
31365
|
|
|
|
|
|
|
"612530168", "Merriganowry", |
|
31366
|
|
|
|
|
|
|
"61267183", "Wenna", |
|
31367
|
|
|
|
|
|
|
"617452545", "Crows\ Nest", |
|
31368
|
|
|
|
|
|
|
"613553781", "Glenthompson", |
|
31369
|
|
|
|
|
|
|
"61885303", "Tanunda", |
|
31370
|
|
|
|
|
|
|
"61875114", "Murray\ Bridge", |
|
31371
|
|
|
|
|
|
|
"61248066", "Tarago", |
|
31372
|
|
|
|
|
|
|
"6188322", "Mclaren\ Vale", |
|
31373
|
|
|
|
|
|
|
"617485907", "Woorabinda", |
|
31374
|
|
|
|
|
|
|
"61354147", "Woodend", |
|
31375
|
|
|
|
|
|
|
"61891630", "Mitchell", |
|
31376
|
|
|
|
|
|
|
"61746897", "Macalister", |
|
31377
|
|
|
|
|
|
|
"61877005", "Keith", |
|
31378
|
|
|
|
|
|
|
"61741705", "Rosedale", |
|
31379
|
|
|
|
|
|
|
"618982986", "Boscabel", |
|
31380
|
|
|
|
|
|
|
"618683412", "Quindanning", |
|
31381
|
|
|
|
|
|
|
"6134202", "Queenscliff", |
|
31382
|
|
|
|
|
|
|
"61343282", "Willaura\/Yaapeet\/Kaniva\/Laharum\/Lake\ Bolac\/Landsborough\/Learmonth\/Linton\/Lorquon\/Marnoo", |
|
31383
|
|
|
|
|
|
|
"617750404", "The\ Gums", |
|
31384
|
|
|
|
|
|
|
"61895325", "Byford", |
|
31385
|
|
|
|
|
|
|
"61877350", "Coonawarra", |
|
31386
|
|
|
|
|
|
|
"618661055", "Goodlands", |
|
31387
|
|
|
|
|
|
|
"618753309", "Willunga", |
|
31388
|
|
|
|
|
|
|
"61240514", "Dungog", |
|
31389
|
|
|
|
|
|
|
"6136491", "Sheffield", |
|
31390
|
|
|
|
|
|
|
"61897653", "Boyup\ Brook", |
|
31391
|
|
|
|
|
|
|
"617480237", "Carmila", |
|
31392
|
|
|
|
|
|
|
"61891186", "Kununurra", |
|
31393
|
|
|
|
|
|
|
"61265200", "Broke", |
|
31394
|
|
|
|
|
|
|
"61754964", "Woodford", |
|
31395
|
|
|
|
|
|
|
"61741145", "Tansey", |
|
31396
|
|
|
|
|
|
|
"61359381", "Marysville", |
|
31397
|
|
|
|
|
|
|
"61890120", "Marvel\ Loch", |
|
31398
|
|
|
|
|
|
|
"613531727", "Moyston", |
|
31399
|
|
|
|
|
|
|
"61240270", "Swansea", |
|
31400
|
|
|
|
|
|
|
"61743084", "Kingaroy", |
|
31401
|
|
|
|
|
|
|
"6173532", "Brisbane", |
|
31402
|
|
|
|
|
|
|
"61257399", "Uralla", |
|
31403
|
|
|
|
|
|
|
"618682148", "Karlgarin", |
|
31404
|
|
|
|
|
|
|
"61354707", "Colbinabbin", |
|
31405
|
|
|
|
|
|
|
"6138353", "Point\ Cook", |
|
31406
|
|
|
|
|
|
|
"612574692", "Goolhi", |
|
31407
|
|
|
|
|
|
|
"6128509", "Sydney", |
|
31408
|
|
|
|
|
|
|
"61747621", "Eddington", |
|
31409
|
|
|
|
|
|
|
"61756045", "Ormeau", |
|
31410
|
|
|
|
|
|
|
"618661010", "Tammin", |
|
31411
|
|
|
|
|
|
|
"617458968", "Beebo", |
|
31412
|
|
|
|
|
|
|
"61263489", "Baldry", |
|
31413
|
|
|
|
|
|
|
"61740909", "Peninsula", |
|
31414
|
|
|
|
|
|
|
"61887420", "Port\ Macdonnell", |
|
31415
|
|
|
|
|
|
|
"618763365", "Indian\ Pacific", |
|
31416
|
|
|
|
|
|
|
"61348212", "Blighty", |
|
31417
|
|
|
|
|
|
|
"617480253", "Hodgson\ Range", |
|
31418
|
|
|
|
|
|
|
"612574910", "Bundella", |
|
31419
|
|
|
|
|
|
|
"61357173", "Creightons\ Creek", |
|
31420
|
|
|
|
|
|
|
"6135382", "Horsham", |
|
31421
|
|
|
|
|
|
|
"618854797", "Milang", |
|
31422
|
|
|
|
|
|
|
"61345126", "Timboon", |
|
31423
|
|
|
|
|
|
|
"61891960", "Broome", |
|
31424
|
|
|
|
|
|
|
"618851094", "Wanbi", |
|
31425
|
|
|
|
|
|
|
"61740736", "Minnamoolka", |
|
31426
|
|
|
|
|
|
|
"61255336", "Singleton", |
|
31427
|
|
|
|
|
|
|
"61341385", "Sale", |
|
31428
|
|
|
|
|
|
|
"618763963", "Indian\ Pacific", |
|
31429
|
|
|
|
|
|
|
"617479223", "Yabulu", |
|
31430
|
|
|
|
|
|
|
"61737032", "Brisbane", |
|
31431
|
|
|
|
|
|
|
"61364765", "Wynyard", |
|
31432
|
|
|
|
|
|
|
"61269900", "Hay", |
|
31433
|
|
|
|
|
|
|
"6139740", "Sunbury", |
|
31434
|
|
|
|
|
|
|
"61748014", "Alpha", |
|
31435
|
|
|
|
|
|
|
"61348277", "Berrigan", |
|
31436
|
|
|
|
|
|
|
"612574955", "Nowendoc", |
|
31437
|
|
|
|
|
|
|
"61899142", "Walkaway", |
|
31438
|
|
|
|
|
|
|
"618683104", "Ravensthorpe", |
|
31439
|
|
|
|
|
|
|
"61868040", "Borden", |
|
31440
|
|
|
|
|
|
|
"61258074", "Goorianawa", |
|
31441
|
|
|
|
|
|
|
"61741887", "Lowmead", |
|
31442
|
|
|
|
|
|
|
"617452685", "Allora", |
|
31443
|
|
|
|
|
|
|
"613442009", "Maldon", |
|
31444
|
|
|
|
|
|
|
"61743437", "Nanango", |
|
31445
|
|
|
|
|
|
|
"613470805", "Winton", |
|
31446
|
|
|
|
|
|
|
"6126043", "Albury", |
|
31447
|
|
|
|
|
|
|
"61899021", "Coorow\ West", |
|
31448
|
|
|
|
|
|
|
"61896606", "Goodlands", |
|
31449
|
|
|
|
|
|
|
"618683659", "Ravensthorpe", |
|
31450
|
|
|
|
|
|
|
"61885962", "Copeville", |
|
31451
|
|
|
|
|
|
|
"61359224", "Pakenham", |
|
31452
|
|
|
|
|
|
|
"61748855", "Mackay", |
|
31453
|
|
|
|
|
|
|
"61887517", "Colebatch", |
|
31454
|
|
|
|
|
|
|
"612532910", "Lyndhurst", |
|
31455
|
|
|
|
|
|
|
"61257232", "Barraba", |
|
31456
|
|
|
|
|
|
|
"61267289", "Warialda", |
|
31457
|
|
|
|
|
|
|
"6125110", "Canberra", |
|
31458
|
|
|
|
|
|
|
"61887879", "Tintinara", |
|
31459
|
|
|
|
|
|
|
"61351405", "Licola", |
|
31460
|
|
|
|
|
|
|
"61898660", "Williams", |
|
31461
|
|
|
|
|
|
|
"61342236", "Beech\ Forest", |
|
31462
|
|
|
|
|
|
|
"61851032", "Dampier", |
|
31463
|
|
|
|
|
|
|
"61753604", "Boonah", |
|
31464
|
|
|
|
|
|
|
"61748244", "Tungamull", |
|
31465
|
|
|
|
|
|
|
"61355085", "Harrow", |
|
31466
|
|
|
|
|
|
|
"61259343", "Stanbridge", |
|
31467
|
|
|
|
|
|
|
"61749053", "Duaringa", |
|
31468
|
|
|
|
|
|
|
"618858581", "Narrung", |
|
31469
|
|
|
|
|
|
|
"61263895", "Tyagong", |
|
31470
|
|
|
|
|
|
|
"61256136", "Murwillumbah", |
|
31471
|
|
|
|
|
|
|
"612532955", "Galong", |
|
31472
|
|
|
|
|
|
|
"61264622", "Delegate", |
|
31473
|
|
|
|
|
|
|
"61887572", "Tintinara", |
|
31474
|
|
|
|
|
|
|
"617452579", "Winton", |
|
31475
|
|
|
|
|
|
|
"61744166", "Mount\ Fox", |
|
31476
|
|
|
|
|
|
|
"61868210", "Albany", |
|
31477
|
|
|
|
|
|
|
"61264344", "Cooma", |
|
31478
|
|
|
|
|
|
|
"61350547", "Wemen", |
|
31479
|
|
|
|
|
|
|
"61898004", "Amelup", |
|
31480
|
|
|
|
|
|
|
"61877270", "Greenways", |
|
31481
|
|
|
|
|
|
|
"618601005", "Corrigin", |
|
31482
|
|
|
|
|
|
|
"61268732", "Double\ Peaks", |
|
31483
|
|
|
|
|
|
|
"61357633", "Benalla", |
|
31484
|
|
|
|
|
|
|
"61753060", "Kenilworth", |
|
31485
|
|
|
|
|
|
|
"613553576", "Mortlake", |
|
31486
|
|
|
|
|
|
|
"617451849", "Cunningham", |
|
31487
|
|
|
|
|
|
|
"6173612", "Sandgate", |
|
31488
|
|
|
|
|
|
|
"61265583", "Rawdon\ Vale", |
|
31489
|
|
|
|
|
|
|
"6174241", "Cairns", |
|
31490
|
|
|
|
|
|
|
"617487170", "Wowan", |
|
31491
|
|
|
|
|
|
|
"61886743", "Woomera", |
|
31492
|
|
|
|
|
|
|
"617480108", "Pegunny", |
|
31493
|
|
|
|
|
|
|
"612532692", "Laheys\ Creek", |
|
31494
|
|
|
|
|
|
|
"61896125", "Jurien", |
|
31495
|
|
|
|
|
|
|
"61896832", "Trayning", |
|
31496
|
|
|
|
|
|
|
"61355206", "Port\ Fairy", |
|
31497
|
|
|
|
|
|
|
"61351008", "Lindenow", |
|
31498
|
|
|
|
|
|
|
"61889262", "Ranken\ River", |
|
31499
|
|
|
|
|
|
|
"61756215", "Beechmont", |
|
31500
|
|
|
|
|
|
|
"61896539", "Moora", |
|
31501
|
|
|
|
|
|
|
"61352175", "Cressy", |
|
31502
|
|
|
|
|
|
|
"61240350", "Nelson\ Bay", |
|
31503
|
|
|
|
|
|
|
"61361467", "Sorell", |
|
31504
|
|
|
|
|
|
|
"618683060", "Jingalup", |
|
31505
|
|
|
|
|
|
|
"61355488", "Tyrendarra", |
|
31506
|
|
|
|
|
|
|
"61240005", "Dungog", |
|
31507
|
|
|
|
|
|
|
"61898930", "Wagin", |
|
31508
|
|
|
|
|
|
|
"617442847", "Gulf", |
|
31509
|
|
|
|
|
|
|
"61238039", "Golspie", |
|
31510
|
|
|
|
|
|
|
"61350436", "Natya", |
|
31511
|
|
|
|
|
|
|
"61260298", "Culcairn", |
|
31512
|
|
|
|
|
|
|
"61268869", "Airlands", |
|
31513
|
|
|
|
|
|
|
"61357279", "Moyhu", |
|
31514
|
|
|
|
|
|
|
"612573441", "Weemelah", |
|
31515
|
|
|
|
|
|
|
"61876314", "Port\ Broughton", |
|
31516
|
|
|
|
|
|
|
"61265951", "Jerrys\ Plains", |
|
31517
|
|
|
|
|
|
|
"61340390", "Nandaly", |
|
31518
|
|
|
|
|
|
|
"612532468", "Twelve\ Mile", |
|
31519
|
|
|
|
|
|
|
"61268562", "Weelong", |
|
31520
|
|
|
|
|
|
|
"612574265", "Plumthorpe", |
|
31521
|
|
|
|
|
|
|
"61897339", "Collie", |
|
31522
|
|
|
|
|
|
|
"61351650", "Morwell", |
|
31523
|
|
|
|
|
|
|
"613531983", "Jeparit", |
|
31524
|
|
|
|
|
|
|
"61749777", "Gladstone", |
|
31525
|
|
|
|
|
|
|
"618856769", "Coonalpyn", |
|
31526
|
|
|
|
|
|
|
"61361106", "Gretna", |
|
31527
|
|
|
|
|
|
|
"61266927", "Dorrigo", |
|
31528
|
|
|
|
|
|
|
"61353737", "Rokewood", |
|
31529
|
|
|
|
|
|
|
"61754174", "Gympie", |
|
31530
|
|
|
|
|
|
|
"612684566", "Tyrie", |
|
31531
|
|
|
|
|
|
|
"61259717", "Barellan", |
|
31532
|
|
|
|
|
|
|
"61886103", "Kapinnie", |
|
31533
|
|
|
|
|
|
|
"61265075", "Kempsey", |
|
31534
|
|
|
|
|
|
|
"618753456", "Bow\ Hill", |
|
31535
|
|
|
|
|
|
|
"61244114", "Jilliga", |
|
31536
|
|
|
|
|
|
|
"61885806", "Loxton", |
|
31537
|
|
|
|
|
|
|
"61286655", "Parramatta", |
|
31538
|
|
|
|
|
|
|
"61383530", "Melbourne", |
|
31539
|
|
|
|
|
|
|
"612592672", "Ardlethan", |
|
31540
|
|
|
|
|
|
|
"61891715", "Hall\'s\ Creek", |
|
31541
|
|
|
|
|
|
|
"618903422", "Condingup", |
|
31542
|
|
|
|
|
|
|
"61888983", "Burra", |
|
31543
|
|
|
|
|
|
|
"61753491", "Rosevale", |
|
31544
|
|
|
|
|
|
|
"61367141", "Moltema", |
|
31545
|
|
|
|
|
|
|
"61240408", "Maitland", |
|
31546
|
|
|
|
|
|
|
"61898391", "Corackerup", |
|
31547
|
|
|
|
|
|
|
"61886372", "Georgetown", |
|
31548
|
|
|
|
|
|
|
"61248397", "Rugby", |
|
31549
|
|
|
|
|
|
|
"61361328", "Tarraleah", |
|
31550
|
|
|
|
|
|
|
"61266038", "Glenreagh", |
|
31551
|
|
|
|
|
|
|
"61888801", "Moonta", |
|
31552
|
|
|
|
|
|
|
"61265478", "Castle\ Rock", |
|
31553
|
|
|
|
|
|
|
"61748505", "Gladstone", |
|
31554
|
|
|
|
|
|
|
"613574636", "Beechworth", |
|
31555
|
|
|
|
|
|
|
"618753190", "Policemans\ Point", |
|
31556
|
|
|
|
|
|
|
"61730539", "Beenleigh", |
|
31557
|
|
|
|
|
|
|
"61886317", "Sheringa", |
|
31558
|
|
|
|
|
|
|
"61891170", "Pannawonica", |
|
31559
|
|
|
|
|
|
|
"617486897", "Blackwater", |
|
31560
|
|
|
|
|
|
|
"618859950", "Perponda", |
|
31561
|
|
|
|
|
|
|
"61895396", "Dwellingup", |
|
31562
|
|
|
|
|
|
|
"61255431", "Taree", |
|
31563
|
|
|
|
|
|
|
"61256334", "Murwillumbah", |
|
31564
|
|
|
|
|
|
|
"61256071", "Casino", |
|
31565
|
|
|
|
|
|
|
"61351024", "Baw\ Baw", |
|
31566
|
|
|
|
|
|
|
"618601123", "Burracoppin", |
|
31567
|
|
|
|
|
|
|
"61245013", "Wisemans\ Ferry", |
|
31568
|
|
|
|
|
|
|
"61891177", "Wittenoom", |
|
31569
|
|
|
|
|
|
|
"61746682", "Kumbarilla", |
|
31570
|
|
|
|
|
|
|
"61746011", "Aramac", |
|
31571
|
|
|
|
|
|
|
"61886310", "Roxby\ Downs", |
|
31572
|
|
|
|
|
|
|
"618753345", "Milang", |
|
31573
|
|
|
|
|
|
|
"61747026", "Briaba", |
|
31574
|
|
|
|
|
|
|
"61264669", "Cooma", |
|
31575
|
|
|
|
|
|
|
"618865017", "Gairdner", |
|
31576
|
|
|
|
|
|
|
"61891221", "Dampier", |
|
31577
|
|
|
|
|
|
|
"61361091", "Brighton", |
|
31578
|
|
|
|
|
|
|
"61257764", "Armidale", |
|
31579
|
|
|
|
|
|
|
"61742520", "Mount\ Garnet", |
|
31580
|
|
|
|
|
|
|
"61889558", "Petermann", |
|
31581
|
|
|
|
|
|
|
"61898028", "Bokerup", |
|
31582
|
|
|
|
|
|
|
"61247999", "Penrith", |
|
31583
|
|
|
|
|
|
|
"61885929", "Kapunda", |
|
31584
|
|
|
|
|
|
|
"61248390", "Bundanoon", |
|
31585
|
|
|
|
|
|
|
"6128869", "Blacktown", |
|
31586
|
|
|
|
|
|
|
"61891112", "Onslow", |
|
31587
|
|
|
|
|
|
|
"61352343", "Colac", |
|
31588
|
|
|
|
|
|
|
"618753038", "Peebinga", |
|
31589
|
|
|
|
|
|
|
"61752183", "Maroon", |
|
31590
|
|
|
|
|
|
|
"61353730", "Bangerang", |
|
31591
|
|
|
|
|
|
|
"6139134", "Melbourne", |
|
31592
|
|
|
|
|
|
|
"61266920", "Bellingen", |
|
31593
|
|
|
|
|
|
|
"613470172", "Whorouly", |
|
31594
|
|
|
|
|
|
|
"61749770", "Cannon\ Valley", |
|
31595
|
|
|
|
|
|
|
"612530187", "Mudgee", |
|
31596
|
|
|
|
|
|
|
"61351657", "Seaspray", |
|
31597
|
|
|
|
|
|
|
"617750397", "Tambo", |
|
31598
|
|
|
|
|
|
|
"61259710", "Wagga\ Wagga", |
|
31599
|
|
|
|
|
|
|
"612574487", "Bohena", |
|
31600
|
|
|
|
|
|
|
"612667", "Murwillumbah", |
|
31601
|
|
|
|
|
|
|
"61897944", "Jangardup", |
|
31602
|
|
|
|
|
|
|
"61348286", "Finley", |
|
31603
|
|
|
|
|
|
|
"613441792", "Donald", |
|
31604
|
|
|
|
|
|
|
"61259175", "Talbingo", |
|
31605
|
|
|
|
|
|
|
"61268264", "Narromine", |
|
31606
|
|
|
|
|
|
|
"61745614", "Haddon", |
|
31607
|
|
|
|
|
|
|
"613451290", "Poolaijelo", |
|
31608
|
|
|
|
|
|
|
"612583301", "Trangie", |
|
31609
|
|
|
|
|
|
|
"61260779", "Corryong", |
|
31610
|
|
|
|
|
|
|
"61264146", "Berridale", |
|
31611
|
|
|
|
|
|
|
"61741876", "Monto", |
|
31612
|
|
|
|
|
|
|
"61749115", "Proserpine", |
|
31613
|
|
|
|
|
|
|
"613442045", "Carisbrook", |
|
31614
|
|
|
|
|
|
|
"613542663", "St\ Arnaud", |
|
31615
|
|
|
|
|
|
|
"61753325", "Kenilworth", |
|
31616
|
|
|
|
|
|
|
"61255674", "Ellerston", |
|
31617
|
|
|
|
|
|
|
"61265319", "Coopernook", |
|
31618
|
|
|
|
|
|
|
"61340397", "Patchewollock", |
|
31619
|
|
|
|
|
|
|
"613450562", "Darlington", |
|
31620
|
|
|
|
|
|
|
"61889564", "Tanami", |
|
31621
|
|
|
|
|
|
|
"6175438", "Caloundra", |
|
31622
|
|
|
|
|
|
|
"61257758", "Armidale", |
|
31623
|
|
|
|
|
|
|
"61353560", "Telopea\ Downs", |
|
31624
|
|
|
|
|
|
|
"61243062", "Wyong", |
|
31625
|
|
|
|
|
|
|
"617487100", "Bingegang", |
|
31626
|
|
|
|
|
|
|
"617485856", "Duaringa", |
|
31627
|
|
|
|
|
|
|
"61877212", "Bordertown", |
|
31628
|
|
|
|
|
|
|
"612573418", "Ogunbil", |
|
31629
|
|
|
|
|
|
|
"61361460", "Hobart", |
|
31630
|
|
|
|
|
|
|
"618753026", "Meningie", |
|
31631
|
|
|
|
|
|
|
"61240357", "Newcastle", |
|
31632
|
|
|
|
|
|
|
"61896722", "Wongan\ Hills", |
|
31633
|
|
|
|
|
|
|
"61741692", "Wondai", |
|
31634
|
|
|
|
|
|
|
"61361304", "Richmond", |
|
31635
|
|
|
|
|
|
|
"617480728", "Isaac\ River", |
|
31636
|
|
|
|
|
|
|
"61268135", "Yarragrin", |
|
31637
|
|
|
|
|
|
|
"61264706", "Jindabyne\ South", |
|
31638
|
|
|
|
|
|
|
"61350540", "Mildura", |
|
31639
|
|
|
|
|
|
|
"61240042", "Mulbring", |
|
31640
|
|
|
|
|
|
|
"618985466", "Pingrup\ East", |
|
31641
|
|
|
|
|
|
|
"61240424", "Wootton", |
|
31642
|
|
|
|
|
|
|
"61753067", "Crossdale", |
|
31643
|
|
|
|
|
|
|
"613553506", "Caramut", |
|
31644
|
|
|
|
|
|
|
"61877121", "Thornlea", |
|
31645
|
|
|
|
|
|
|
"61255723", "Hunter\ Springs", |
|
31646
|
|
|
|
|
|
|
"618601075", "Goomarin", |
|
31647
|
|
|
|
|
|
|
"61877277", "Lochaber", |
|
31648
|
|
|
|
|
|
|
"61299339", "Sutherland", |
|
31649
|
|
|
|
|
|
|
"61876116", "Spilsby", |
|
31650
|
|
|
|
|
|
|
"61248661", "Paddys\ River", |
|
31651
|
|
|
|
|
|
|
"61268258", "Magometon", |
|
31652
|
|
|
|
|
|
|
"61748849", "Orion", |
|
31653
|
|
|
|
|
|
|
"61898667", "Albany", |
|
31654
|
|
|
|
|
|
|
"61887274", "Wirrega", |
|
31655
|
|
|
|
|
|
|
"617452509", "Wandoan", |
|
31656
|
|
|
|
|
|
|
"61742093", "Malanda", |
|
31657
|
|
|
|
|
|
|
"61342365", "Barwon\ Downs", |
|
31658
|
|
|
|
|
|
|
"617458987", "Condamine", |
|
31659
|
|
|
|
|
|
|
"61748542", "Glenden", |
|
31660
|
|
|
|
|
|
|
"61743298", "Blackbutt", |
|
31661
|
|
|
|
|
|
|
"61250201", "Howlong", |
|
31662
|
|
|
|
|
|
|
"61735065", "Brisbane", |
|
31663
|
|
|
|
|
|
|
"613470875", "Jamieson", |
|
31664
|
|
|
|
|
|
|
"613553720", "Balmoral", |
|
31665
|
|
|
|
|
|
|
"6126948", "Tumbarumba", |
|
31666
|
|
|
|
|
|
|
"61267884", "Boorolong", |
|
31667
|
|
|
|
|
|
|
"61261051", "Burrinjuck", |
|
31668
|
|
|
|
|
|
|
"61887510", "Keith", |
|
31669
|
|
|
|
|
|
|
"612630398", "Burraga", |
|
31670
|
|
|
|
|
|
|
"61899398", "Meekatharra", |
|
31671
|
|
|
|
|
|
|
"61868272", "Newdegate\ East", |
|
31672
|
|
|
|
|
|
|
"61885903", "Hamley\ Bridge", |
|
31673
|
|
|
|
|
|
|
"61888886", "Thistle", |
|
31674
|
|
|
|
|
|
|
"61895546", "Rockingham", |
|
31675
|
|
|
|
|
|
|
"61265271", "Putty", |
|
31676
|
|
|
|
|
|
|
"61269458", "Tumorrama", |
|
31677
|
|
|
|
|
|
|
"618903566", "Mount\ Merivale", |
|
31678
|
|
|
|
|
|
|
"61358350", "Yalca", |
|
31679
|
|
|
|
|
|
|
"61752093", "Esk", |
|
31680
|
|
|
|
|
|
|
"618683152", "Gnowellen", |
|
31681
|
|
|
|
|
|
|
"61352365", "Birregurra", |
|
31682
|
|
|
|
|
|
|
"612533045", "Mudgee", |
|
31683
|
|
|
|
|
|
|
"61265127", "Singleton", |
|
31684
|
|
|
|
|
|
|
"61898541", "Woogenilup", |
|
31685
|
|
|
|
|
|
|
"61247534", "Lawson", |
|
31686
|
|
|
|
|
|
|
"612574683", "Drake", |
|
31687
|
|
|
|
|
|
|
"61266151", "Grafton", |
|
31688
|
|
|
|
|
|
|
"618854598", "Freeling", |
|
31689
|
|
|
|
|
|
|
"61255666", "Bunnan", |
|
31690
|
|
|
|
|
|
|
"61248547", "Golspie", |
|
31691
|
|
|
|
|
|
|
"61240201", "Maitland", |
|
31692
|
|
|
|
|
|
|
"61741864", "Childers", |
|
31693
|
|
|
|
|
|
|
"61753298", "Noosaville", |
|
31694
|
|
|
|
|
|
|
"61259020", "Wee\ Elwah", |
|
31695
|
|
|
|
|
|
|
"61244445", "Berry", |
|
31696
|
|
|
|
|
|
|
"61359553", "Red\ Hill", |
|
31697
|
|
|
|
|
|
|
"61745585", "Bimbadeen", |
|
31698
|
|
|
|
|
|
|
"61268276", "Quambone", |
|
31699
|
|
|
|
|
|
|
"61867113", "Nannup", |
|
31700
|
|
|
|
|
|
|
"61253062", "Lithgow", |
|
31701
|
|
|
|
|
|
|
"613451030", "Woodhouse", |
|
31702
|
|
|
|
|
|
|
"61269055", "Maude", |
|
31703
|
|
|
|
|
|
|
"61361181", "Margate", |
|
31704
|
|
|
|
|
|
|
"61255149", "Port\ Macquarie", |
|
31705
|
|
|
|
|
|
|
"6128822", "Blacktown", |
|
31706
|
|
|
|
|
|
|
"61744376", "Townsville", |
|
31707
|
|
|
|
|
|
|
"61878173", "Brinkworth", |
|
31708
|
|
|
|
|
|
|
"618967734", "Aldersyde", |
|
31709
|
|
|
|
|
|
|
"618864332", "Mambray\ Creek", |
|
31710
|
|
|
|
|
|
|
"61740047", "Euramo", |
|
31711
|
|
|
|
|
|
|
"61745757", "Brigalow", |
|
31712
|
|
|
|
|
|
|
"61364554", "Savage\ River", |
|
31713
|
|
|
|
|
|
|
"618983348", "Cairlocup", |
|
31714
|
|
|
|
|
|
|
"61898718", "Holland\ Rocks", |
|
31715
|
|
|
|
|
|
|
"61244048", "Jilliga", |
|
31716
|
|
|
|
|
|
|
"61250042", "Koetong", |
|
31717
|
|
|
|
|
|
|
"61340540", "Underbool", |
|
31718
|
|
|
|
|
|
|
"618753298", "Tailem\ Bend", |
|
31719
|
|
|
|
|
|
|
"61269971", "Maude", |
|
31720
|
|
|
|
|
|
|
"61875218", "Coonalpyn", |
|
31721
|
|
|
|
|
|
|
"61285187", "Sutherland", |
|
31722
|
|
|
|
|
|
|
"61887793", "Frances", |
|
31723
|
|
|
|
|
|
|
"61743067", "Bundaberg", |
|
31724
|
|
|
|
|
|
|
"61257776", "Manilla", |
|
31725
|
|
|
|
|
|
|
"612594225", "Milbrulong", |
|
31726
|
|
|
|
|
|
|
"612582535", "Yeoval", |
|
31727
|
|
|
|
|
|
|
"61255936", "Lord\ Howe\ Island", |
|
31728
|
|
|
|
|
|
|
"61362049", "Dover", |
|
31729
|
|
|
|
|
|
|
"617459032", "Lynd\ Range", |
|
31730
|
|
|
|
|
|
|
"61355792", "Merino", |
|
31731
|
|
|
|
|
|
|
"61742183", "Maryfarms", |
|
31732
|
|
|
|
|
|
|
"61343730", "Ballarat", |
|
31733
|
|
|
|
|
|
|
"61741858", "Wondai", |
|
31734
|
|
|
|
|
|
|
"61891360", "Wittenoom", |
|
31735
|
|
|
|
|
|
|
"618964437", "Bidaminna", |
|
31736
|
|
|
|
|
|
|
"612532532", "Hill\ End", |
|
31737
|
|
|
|
|
|
|
"6173922", "Brisbane", |
|
31738
|
|
|
|
|
|
|
"61895084", "Guilderton", |
|
31739
|
|
|
|
|
|
|
"61268503", "Bedgerebong", |
|
31740
|
|
|
|
|
|
|
"618983733", "Kojonup", |
|
31741
|
|
|
|
|
|
|
"61740309", "Weipa", |
|
31742
|
|
|
|
|
|
|
"61255709", "Broke", |
|
31743
|
|
|
|
|
|
|
"617458812", "Isisford", |
|
31744
|
|
|
|
|
|
|
"61358286", "Dookie", |
|
31745
|
|
|
|
|
|
|
"61249175", "Stroud", |
|
31746
|
|
|
|
|
|
|
"61899225", "Mullewa", |
|
31747
|
|
|
|
|
|
|
"61350397", "Ultima", |
|
31748
|
|
|
|
|
|
|
"6135827", "Kialla\ East", |
|
31749
|
|
|
|
|
|
|
"61269464", "Adelong", |
|
31750
|
|
|
|
|
|
|
"61264594", "Thredbo\ Village", |
|
31751
|
|
|
|
|
|
|
"61867049", "Manjimup", |
|
31752
|
|
|
|
|
|
|
"617441939", "Collinsville", |
|
31753
|
|
|
|
|
|
|
"61864142", "Fremantle", |
|
31754
|
|
|
|
|
|
|
"613470609", "St\ James", |
|
31755
|
|
|
|
|
|
|
"61743325", "Johnstown\ West", |
|
31756
|
|
|
|
|
|
|
"61358408", "Cobram", |
|
31757
|
|
|
|
|
|
|
"61886162", "Mudamuckla", |
|
31758
|
|
|
|
|
|
|
"61269300", "Winchendon\ Vale", |
|
31759
|
|
|
|
|
|
|
"61341442", "Clydebank", |
|
31760
|
|
|
|
|
|
|
"61896077", "Dalwallinu", |
|
31761
|
|
|
|
|
|
|
"61255013", "Hunter\ Springs", |
|
31762
|
|
|
|
|
|
|
"618983757", "Kuringup", |
|
31763
|
|
|
|
|
|
|
"61895437", "Dwellingup", |
|
31764
|
|
|
|
|
|
|
"6186277", "Perth", |
|
31765
|
|
|
|
|
|
|
"61341024", "Morwell", |
|
31766
|
|
|
|
|
|
|
"61754400", "Kenilworth", |
|
31767
|
|
|
|
|
|
|
"618964453", "Coomberdale", |
|
31768
|
|
|
|
|
|
|
"61373776", "Sydenham", |
|
31769
|
|
|
|
|
|
|
"61246071", "Picton", |
|
31770
|
|
|
|
|
|
|
"61745073", "Beebo", |
|
31771
|
|
|
|
|
|
|
"6137378", "Sydenham", |
|
31772
|
|
|
|
|
|
|
"61734728", "Ipswich", |
|
31773
|
|
|
|
|
|
|
"61746433", "Jondaryan", |
|
31774
|
|
|
|
|
|
|
"61251171", "Uriarra\ Forest", |
|
31775
|
|
|
|
|
|
|
"61749069", "Mardale", |
|
31776
|
|
|
|
|
|
|
"61356124", "Leongatha", |
|
31777
|
|
|
|
|
|
|
"61889576", "Yulara", |
|
31778
|
|
|
|
|
|
|
"61263040", "Caragabal", |
|
31779
|
|
|
|
|
|
|
"61353216", "Daylesford", |
|
31780
|
|
|
|
|
|
|
"61896681", "Wubin\ West", |
|
31781
|
|
|
|
|
|
|
"61358005", "Berrigan", |
|
31782
|
|
|
|
|
|
|
"61896012", "Balkuling", |
|
31783
|
|
|
|
|
|
|
"617486975", "Woorabinda", |
|
31784
|
|
|
|
|
|
|
"61342343", "Barwon\ Downs", |
|
31785
|
|
|
|
|
|
|
"6136777", "Launceston", |
|
31786
|
|
|
|
|
|
|
"61259236", "Weethalle", |
|
31787
|
|
|
|
|
|
|
"61260060", "Rand", |
|
31788
|
|
|
|
|
|
|
"617480200", "Carbine\ Creek", |
|
31789
|
|
|
|
|
|
|
"617476443", "Cape\ River", |
|
31790
|
|
|
|
|
|
|
"617442804", "Karumba", |
|
31791
|
|
|
|
|
|
|
"612592729", "Narrandera", |
|
31792
|
|
|
|
|
|
|
"61364693", "Smithton", |
|
31793
|
|
|
|
|
|
|
"61357526", "Myrtleford", |
|
31794
|
|
|
|
|
|
|
"61363133", "Deloraine", |
|
31795
|
|
|
|
|
|
|
"6188310", "Adelaide", |
|
31796
|
|
|
|
|
|
|
"61356511", "Warragul", |
|
31797
|
|
|
|
|
|
|
"61259365", "Coleambally", |
|
31798
|
|
|
|
|
|
|
"613553617", "Timboon", |
|
31799
|
|
|
|
|
|
|
"61350931", "Mittyack", |
|
31800
|
|
|
|
|
|
|
"61267472", "Pine\ Ridge", |
|
31801
|
|
|
|
|
|
|
"61263352", "Limekilns", |
|
31802
|
|
|
|
|
|
|
"61899548", "Arrowsmith", |
|
31803
|
|
|
|
|
|
|
"617473914", "Gununa", |
|
31804
|
|
|
|
|
|
|
"617442874", "Upper\ Stone", |
|
31805
|
|
|
|
|
|
|
"61265456", "Bunnan", |
|
31806
|
|
|
|
|
|
|
"61260067", "Talgarno", |
|
31807
|
|
|
|
|
|
|
"61387602", "Kalkallo", |
|
31808
|
|
|
|
|
|
|
"61743491", "Fraser\ Island", |
|
31809
|
|
|
|
|
|
|
"61269113", "Wallendbeen", |
|
31810
|
|
|
|
|
|
|
"618763527", "Booleroo\ Centre", |
|
31811
|
|
|
|
|
|
|
"613451351", "Wallacedale", |
|
31812
|
|
|
|
|
|
|
"61895430", "Bakers\ Hill", |
|
31813
|
|
|
|
|
|
|
"618660789", "Wongan\ Hills", |
|
31814
|
|
|
|
|
|
|
"61896070", "Cunderdin\ North", |
|
31815
|
|
|
|
|
|
|
"612685828", "Hermidale", |
|
31816
|
|
|
|
|
|
|
"618683439", "Woodanilling", |
|
31817
|
|
|
|
|
|
|
"61748392", "Calliope", |
|
31818
|
|
|
|
|
|
|
"61260893", "Talmalmo", |
|
31819
|
|
|
|
|
|
|
"61263047", "Coolah", |
|
31820
|
|
|
|
|
|
|
"618863591", "Port\ Neill", |
|
31821
|
|
|
|
|
|
|
"61268451", "Wellington", |
|
31822
|
|
|
|
|
|
|
"61268978", "Double\ Peaks", |
|
31823
|
|
|
|
|
|
|
"61886765", "Yeelanna", |
|
31824
|
|
|
|
|
|
|
"61873803", "Mount\ Barker", |
|
31825
|
|
|
|
|
|
|
"61264292", "Bobundara", |
|
31826
|
|
|
|
|
|
|
"61340436", "Murrayville", |
|
31827
|
|
|
|
|
|
|
"61887954", "Keith", |
|
31828
|
|
|
|
|
|
|
"61250005", "Corowa", |
|
31829
|
|
|
|
|
|
|
"61875033", "Coonalpyn", |
|
31830
|
|
|
|
|
|
|
"617750022", "Ravensbourne", |
|
31831
|
|
|
|
|
|
|
"61887638", "Millicent", |
|
31832
|
|
|
|
|
|
|
"61269307", "Lockhart", |
|
31833
|
|
|
|
|
|
|
"617750139", "Dunmore", |
|
31834
|
|
|
|
|
|
|
"618854965", "Mannum", |
|
31835
|
|
|
|
|
|
|
"61362055", "Maydena", |
|
31836
|
|
|
|
|
|
|
"613470679", "Cheshunt", |
|
31837
|
|
|
|
|
|
|
"61350390", "Swan\ Hill", |
|
31838
|
|
|
|
|
|
|
"61343737", "Daylesford", |
|
31839
|
|
|
|
|
|
|
"6126632", "Kyogle", |
|
31840
|
|
|
|
|
|
|
"61867055", "Pemberton", |
|
31841
|
|
|
|
|
|
|
"613431983", "Natimuk", |
|
31842
|
|
|
|
|
|
|
"617473986", "Flinders", |
|
31843
|
|
|
|
|
|
|
"61885483", "Victor\ Harbor", |
|
31844
|
|
|
|
|
|
|
"618964946", "Watheroo", |
|
31845
|
|
|
|
|
|
|
"61355195", "Coleraine", |
|
31846
|
|
|
|
|
|
|
"61879216", "Plenty", |
|
31847
|
|
|
|
|
|
|
"61865561", "Perth", |
|
31848
|
|
|
|
|
|
|
"61896994", "Beverley", |
|
31849
|
|
|
|
|
|
|
"61891367", "Leopold", |
|
31850
|
|
|
|
|
|
|
"618600253", "Munglinup", |
|
31851
|
|
|
|
|
|
|
"61353641", "Kaniva", |
|
31852
|
|
|
|
|
|
|
"612594386", "Burcher", |
|
31853
|
|
|
|
|
|
|
"61886535", "Terowie", |
|
31854
|
|
|
|
|
|
|
"61348201", "Picola", |
|
31855
|
|
|
|
|
|
|
"61340547", "Anabranch", |
|
31856
|
|
|
|
|
|
|
"61880915", "Wilcannia", |
|
31857
|
|
|
|
|
|
|
"6126752", "Moree", |
|
31858
|
|
|
|
|
|
|
"612583282", "Mount\ Foster", |
|
31859
|
|
|
|
|
|
|
"61743060", "Pialba", |
|
31860
|
|
|
|
|
|
|
"613441209", "Elmore", |
|
31861
|
|
|
|
|
|
|
"61269049", "Landervale", |
|
31862
|
|
|
|
|
|
|
"61255155", "Pacific\ Palms", |
|
31863
|
|
|
|
|
|
|
"613574190", "Seymour", |
|
31864
|
|
|
|
|
|
|
"61353918", "Lorquon", |
|
31865
|
|
|
|
|
|
|
"618903881", "Mount\ Hampton", |
|
31866
|
|
|
|
|
|
|
"61886129", "Hawker", |
|
31867
|
|
|
|
|
|
|
"61754649", "Rosevale", |
|
31868
|
|
|
|
|
|
|
"61356108", "Tidal\ River", |
|
31869
|
|
|
|
|
|
|
"61860014", "Mount\ Walker\ South", |
|
31870
|
|
|
|
|
|
|
"613431696", "Beulah", |
|
31871
|
|
|
|
|
|
|
"61350661", "Culgoa", |
|
31872
|
|
|
|
|
|
|
"61256275", "Kyogle", |
|
31873
|
|
|
|
|
|
|
"61384888", "Melbourne", |
|
31874
|
|
|
|
|
|
|
"61740040", "Edward\ River", |
|
31875
|
|
|
|
|
|
|
"61745750", "Ballandean", |
|
31876
|
|
|
|
|
|
|
"61891025", "Fitzroy\ Crossing", |
|
31877
|
|
|
|
|
|
|
"61361295", "Baden", |
|
31878
|
|
|
|
|
|
|
"61342175", "Cressy", |
|
31879
|
|
|
|
|
|
|
"61746215", "Quilpie", |
|
31880
|
|
|
|
|
|
|
"6124247", "Wollongong", |
|
31881
|
|
|
|
|
|
|
"61341008", "Ensay", |
|
31882
|
|
|
|
|
|
|
"61259027", "Lachlan", |
|
31883
|
|
|
|
|
|
|
"61741269", "Farnsfield", |
|
31884
|
|
|
|
|
|
|
"61358424", "Berrigan", |
|
31885
|
|
|
|
|
|
|
"617476382", "Bambaroo", |
|
31886
|
|
|
|
|
|
|
"61248540", "Bowral", |
|
31887
|
|
|
|
|
|
|
"61358042", "Jimaringle", |
|
31888
|
|
|
|
|
|
|
"618996717", "Coorow\ West", |
|
31889
|
|
|
|
|
|
|
"61748133", "Gargett", |
|
31890
|
|
|
|
|
|
|
"61890200", "Kalgoorlie", |
|
31891
|
|
|
|
|
|
|
"61358988", "Conargo", |
|
31892
|
|
|
|
|
|
|
"618600237", "Kalgoorlie", |
|
31893
|
|
|
|
|
|
|
"61897875", "Myalup", |
|
31894
|
|
|
|
|
|
|
"61244459", "Milton\-ulladulla", |
|
31895
|
|
|
|
|
|
|
"61891428", "Cocos\ Island", |
|
31896
|
|
|
|
|
|
|
"61743604", "Redridge", |
|
31897
|
|
|
|
|
|
|
"61345085", "South\ Purrumbete", |
|
31898
|
|
|
|
|
|
|
"61357311", "Myrtleford", |
|
31899
|
|
|
|
|
|
|
"61341405", "Cann\ River", |
|
31900
|
|
|
|
|
|
|
"61356326", "Buffalo", |
|
31901
|
|
|
|
|
|
|
"61238214", "Woodhouselee", |
|
31902
|
|
|
|
|
|
|
"61264653", "Merimbula", |
|
31903
|
|
|
|
|
|
|
"61887968", "Reedy\ Creek", |
|
31904
|
|
|
|
|
|
|
"61754166", "Harrisville", |
|
31905
|
|
|
|
|
|
|
"618661120", "Brookton", |
|
31906
|
|
|
|
|
|
|
"613451198", "Tyrendarra", |
|
31907
|
|
|
|
|
|
|
"61265120", "Rookhurst", |
|
31908
|
|
|
|
|
|
|
"61891984", "Wittenoom", |
|
31909
|
|
|
|
|
|
|
"61260628", "Rennie", |
|
31910
|
|
|
|
|
|
|
"612685836", "Mount\ Foster", |
|
31911
|
|
|
|
|
|
|
"612593920", "Mannus", |
|
31912
|
|
|
|
|
|
|
"61358357", "Tatura", |
|
31913
|
|
|
|
|
|
|
"61749022", "Agnes\ Water", |
|
31914
|
|
|
|
|
|
|
"613441927", "Pyramid\ Hill", |
|
31915
|
|
|
|
|
|
|
"61255238", "Telegraph\ Point", |
|
31916
|
|
|
|
|
|
|
"61342338", "Wingeel", |
|
31917
|
|
|
|
|
|
|
"61355126", "Pomborneit", |
|
31918
|
|
|
|
|
|
|
"61267093", "Mullaley", |
|
31919
|
|
|
|
|
|
|
"61896205", "Wongan\ Hills", |
|
31920
|
|
|
|
|
|
|
"61890583", "Burracoppin\ South", |
|
31921
|
|
|
|
|
|
|
"61255490", "Ellenborough", |
|
31922
|
|
|
|
|
|
|
"61364103", "Currie", |
|
31923
|
|
|
|
|
|
|
"61351385", "Clydebank", |
|
31924
|
|
|
|
|
|
|
"61361030", "Little\ Swanport", |
|
31925
|
|
|
|
|
|
|
"61749141", "Woorabinda", |
|
31926
|
|
|
|
|
|
|
"61898684", "Pumphreys", |
|
31927
|
|
|
|
|
|
|
"61861536", "Perth", |
|
31928
|
|
|
|
|
|
|
"61746448", "Bringalily", |
|
31929
|
|
|
|
|
|
|
"61267867", "Collarenebri", |
|
31930
|
|
|
|
|
|
|
"61265919", "Mount\ George", |
|
31931
|
|
|
|
|
|
|
"613451284", "Mount\ Richmond", |
|
31932
|
|
|
|
|
|
|
"61238044", "Marulan", |
|
31933
|
|
|
|
|
|
|
"61358121", "Finley", |
|
31934
|
|
|
|
|
|
|
"61299146", "Sutherland", |
|
31935
|
|
|
|
|
|
|
"612573391", "Glencoe", |
|
31936
|
|
|
|
|
|
|
"618859973", "Policemans\ Point", |
|
31937
|
|
|
|
|
|
|
"6173620", "Brisbane", |
|
31938
|
|
|
|
|
|
|
"617459869", "Leyburn", |
|
31939
|
|
|
|
|
|
|
"61753437", "Nambour", |
|
31940
|
|
|
|
|
|
|
"61898337", "Jingalup", |
|
31941
|
|
|
|
|
|
|
"61351688", "Goongerah", |
|
31942
|
|
|
|
|
|
|
"61248074", "Tuena", |
|
31943
|
|
|
|
|
|
|
"61889755", "Carpentaria", |
|
31944
|
|
|
|
|
|
|
"61248331", "Lost\ River", |
|
31945
|
|
|
|
|
|
|
"61353282", "Goroke", |
|
31946
|
|
|
|
|
|
|
"612938", "Sydney", |
|
31947
|
|
|
|
|
|
|
"613431177", "Kaniva", |
|
31948
|
|
|
|
|
|
|
"61897622", "Bunbury", |
|
31949
|
|
|
|
|
|
|
"618753510", "Sanderston", |
|
31950
|
|
|
|
|
|
|
"6135202", "Geelong", |
|
31951
|
|
|
|
|
|
|
"61876092", "Caltowie", |
|
31952
|
|
|
|
|
|
|
"617458635", "Jandowae", |
|
31953
|
|
|
|
|
|
|
"612684571", "Warren", |
|
31954
|
|
|
|
|
|
|
"61886910", "Coober\ Pedy", |
|
31955
|
|
|
|
|
|
|
"61355308", "Mount\ Richmond", |
|
31956
|
|
|
|
|
|
|
"61896086", "Dangin", |
|
31957
|
|
|
|
|
|
|
"612583427", "Balladoran", |
|
31958
|
|
|
|
|
|
|
"6125122", "Canberra", |
|
31959
|
|
|
|
|
|
|
"61353791", "Glenisla", |
|
31960
|
|
|
|
|
|
|
"617480527", "Gargett", |
|
31961
|
|
|
|
|
|
|
"61753084", "Imbil", |
|
31962
|
|
|
|
|
|
|
"617451609", "Bimbadeen", |
|
31963
|
|
|
|
|
|
|
"61355605", "Warrnambool", |
|
31964
|
|
|
|
|
|
|
"612583911", "Goorianawa", |
|
31965
|
|
|
|
|
|
|
"618763831", "The\ Ranges", |
|
31966
|
|
|
|
|
|
|
"613431727", "Moyston", |
|
31967
|
|
|
|
|
|
|
"61746045", "Charleville", |
|
31968
|
|
|
|
|
|
|
"61268168", "Boorooma", |
|
31969
|
|
|
|
|
|
|
"61256355", "Dorrigo", |
|
31970
|
|
|
|
|
|
|
"61392622", "Clayton", |
|
31971
|
|
|
|
|
|
|
"61740210", "Georgetown", |
|
31972
|
|
|
|
|
|
|
"61867161", "Busselton", |
|
31973
|
|
|
|
|
|
|
"61862712", "Perth", |
|
31974
|
|
|
|
|
|
|
"61359104", "Tankerton", |
|
31975
|
|
|
|
|
|
|
"61261375", "Burrinjuck", |
|
31976
|
|
|
|
|
|
|
"61255061", "Coopernook", |
|
31977
|
|
|
|
|
|
|
"61747840", "Dalbeg", |
|
31978
|
|
|
|
|
|
|
"61741163", "Murgon", |
|
31979
|
|
|
|
|
|
|
"61744471", "Townsville", |
|
31980
|
|
|
|
|
|
|
"61256000", "Tabulam", |
|
31981
|
|
|
|
|
|
|
"61748239", "Duaringa", |
|
31982
|
|
|
|
|
|
|
"61888877", "Nantawarra", |
|
31983
|
|
|
|
|
|
|
"612533009", "Caragabal", |
|
31984
|
|
|
|
|
|
|
"617485895", "Springsure", |
|
31985
|
|
|
|
|
|
|
"61244033", "Moruya", |
|
31986
|
|
|
|
|
|
|
"61734441", "Ipswich", |
|
31987
|
|
|
|
|
|
|
"61356395", "Foster", |
|
31988
|
|
|
|
|
|
|
"61756063", "Southport", |
|
31989
|
|
|
|
|
|
|
"613470585", "Creightons\ Creek", |
|
31990
|
|
|
|
|
|
|
"61344147", "Newstead", |
|
31991
|
|
|
|
|
|
|
"61899998", "Eneabba", |
|
31992
|
|
|
|
|
|
|
"613553561", "Lismore", |
|
31993
|
|
|
|
|
|
|
"61888812", "Spalding", |
|
31994
|
|
|
|
|
|
|
"61258066", "Coonabarabran", |
|
31995
|
|
|
|
|
|
|
"61260396", "Talmalmo", |
|
31996
|
|
|
|
|
|
|
"617487153", "Rockhampton", |
|
31997
|
|
|
|
|
|
|
"617480097", "Oombabeer", |
|
31998
|
|
|
|
|
|
|
"61268287", "Borah\ Tank", |
|
31999
|
|
|
|
|
|
|
"617442607", "Gununa", |
|
32000
|
|
|
|
|
|
|
"61879046", "Arnhem", |
|
32001
|
|
|
|
|
|
|
"61888519", "Booborowie", |
|
32002
|
|
|
|
|
|
|
"61890478", "Goldfields", |
|
32003
|
|
|
|
|
|
|
"61890951", "Mukinbudin", |
|
32004
|
|
|
|
|
|
|
"61891096", "Wyndham", |
|
32005
|
|
|
|
|
|
|
"61361226", "Woodbury", |
|
32006
|
|
|
|
|
|
|
"61364743", "Stanley", |
|
32007
|
|
|
|
|
|
|
"61240685", "Cessnock", |
|
32008
|
|
|
|
|
|
|
"618982497", "Unicup", |
|
32009
|
|
|
|
|
|
|
"61896544", "Yerecoin", |
|
32010
|
|
|
|
|
|
|
"618851591", "Parndana", |
|
32011
|
|
|
|
|
|
|
"61263272", "Woodstock", |
|
32012
|
|
|
|
|
|
|
"613545987", "Quambatook", |
|
32013
|
|
|
|
|
|
|
"61268154", "Ballimore", |
|
32014
|
|
|
|
|
|
|
"61862053", "Perth", |
|
32015
|
|
|
|
|
|
|
"6175498", "Caboolture", |
|
32016
|
|
|
|
|
|
|
"6129875", "Terrey\ Hills", |
|
32017
|
|
|
|
|
|
|
"61886223", "Kyancutta", |
|
32018
|
|
|
|
|
|
|
"61887178", "Monkoora", |
|
32019
|
|
|
|
|
|
|
"61240388", "Eccleston", |
|
32020
|
|
|
|
|
|
|
"61284059", "Avalon\ Beach", |
|
32021
|
|
|
|
|
|
|
"61264339", "Jindabyne\ South", |
|
32022
|
|
|
|
|
|
|
"6128518", "Engadine", |
|
32023
|
|
|
|
|
|
|
"61355450", "Portland", |
|
32024
|
|
|
|
|
|
|
"617487137", "Miclere", |
|
32025
|
|
|
|
|
|
|
"61890075", "Gibson", |
|
32026
|
|
|
|
|
|
|
"61367053", "Ringarooma", |
|
32027
|
|
|
|
|
|
|
"618600963", "Marvel\ Loch", |
|
32028
|
|
|
|
|
|
|
"61743194", "Tansey", |
|
32029
|
|
|
|
|
|
|
"613441783", "Boort", |
|
32030
|
|
|
|
|
|
|
"61256664", "Ballina", |
|
32031
|
|
|
|
|
|
|
"61753546", "Nambour", |
|
32032
|
|
|
|
|
|
|
"61263217", "Wollar", |
|
32033
|
|
|
|
|
|
|
"617459938", "Billa\ Billa", |
|
32034
|
|
|
|
|
|
|
"61355457", "Cobden", |
|
32035
|
|
|
|
|
|
|
"61350066", "Hopetoun", |
|
32036
|
|
|
|
|
|
|
"617468301", "Jondaryan", |
|
32037
|
|
|
|
|
|
|
"61255243", "Comara", |
|
32038
|
|
|
|
|
|
|
"61897146", "Upper\ Preston", |
|
32039
|
|
|
|
|
|
|
"613470813", "Bonnie\ Doon", |
|
32040
|
|
|
|
|
|
|
"61263210", "Tyagong", |
|
32041
|
|
|
|
|
|
|
"61756241", "Tweed\ Heads", |
|
32042
|
|
|
|
|
|
|
"613441245", "Traynors\ Lagoon", |
|
32043
|
|
|
|
|
|
|
"61264944", "Tathra", |
|
32044
|
|
|
|
|
|
|
"61896242", "Wyalkatchem", |
|
32045
|
|
|
|
|
|
|
"61363708", "Blessington", |
|
32046
|
|
|
|
|
|
|
"61263574", "Glen\ Davis", |
|
32047
|
|
|
|
|
|
|
"61738178", "Redcliffe", |
|
32048
|
|
|
|
|
|
|
"613553886", "Woodhouse", |
|
32049
|
|
|
|
|
|
|
"61890319", "Collurabbie", |
|
32050
|
|
|
|
|
|
|
"618903820", "Goomarin", |
|
32051
|
|
|
|
|
|
|
"61741414", "Kumbia", |
|
32052
|
|
|
|
|
|
|
"61355324", "Benayeo", |
|
32053
|
|
|
|
|
|
|
"612532996", "Wollar", |
|
32054
|
|
|
|
|
|
|
"61356421", "Tidal\ River", |
|
32055
|
|
|
|
|
|
|
"617476432", "Burdekin", |
|
32056
|
|
|
|
|
|
|
"61747185", "Eddington", |
|
32057
|
|
|
|
|
|
|
"61889109", "Tablelands", |
|
32058
|
|
|
|
|
|
|
"61748148", "Dingo", |
|
32059
|
|
|
|
|
|
|
"613531992", "Kalkee", |
|
32060
|
|
|
|
|
|
|
"61357416", "Winton", |
|
32061
|
|
|
|
|
|
|
"61266065", "Lawrence", |
|
32062
|
|
|
|
|
|
|
"617459043", "Muttaburra", |
|
32063
|
|
|
|
|
|
|
"618601013", "Goomarin", |
|
32064
|
|
|
|
|
|
|
"618967740", "Balkuling", |
|
32065
|
|
|
|
|
|
|
"613572472", "Mansfield", |
|
32066
|
|
|
|
|
|
|
"612593981", "Junee", |
|
32067
|
|
|
|
|
|
|
"61344140", "Korong\ Vale", |
|
32068
|
|
|
|
|
|
|
"613470154", "Mansfield", |
|
32069
|
|
|
|
|
|
|
"61359306", "Cranbourne", |
|
32070
|
|
|
|
|
|
|
"61756890", "Southport", |
|
32071
|
|
|
|
|
|
|
"618854922", "Bow\ Hill", |
|
32072
|
|
|
|
|
|
|
"61864021", "Wanneroo", |
|
32073
|
|
|
|
|
|
|
"61268280", "Walgett", |
|
32074
|
|
|
|
|
|
|
"612532543", "Manildra", |
|
32075
|
|
|
|
|
|
|
"61269161", "Barmedman\ East", |
|
32076
|
|
|
|
|
|
|
"61748834", "Rockhampton", |
|
32077
|
|
|
|
|
|
|
"61256007", "Ulong", |
|
32078
|
|
|
|
|
|
|
"61888870", "Maitland", |
|
32079
|
|
|
|
|
|
|
"61747847", "Gumlu", |
|
32080
|
|
|
|
|
|
|
"61891101", "Roebuck", |
|
32081
|
|
|
|
|
|
|
"613572640", "Bright", |
|
32082
|
|
|
|
|
|
|
"612594436", "Talbingo", |
|
32083
|
|
|
|
|
|
|
"612583948", "Warrumbungle", |
|
32084
|
|
|
|
|
|
|
"61867219", "Brunswick\ Junction", |
|
32085
|
|
|
|
|
|
|
"61242381", "Kiama", |
|
32086
|
|
|
|
|
|
|
"61263923", "Molong", |
|
32087
|
|
|
|
|
|
|
"61248997", "Bowral", |
|
32088
|
|
|
|
|
|
|
"617486949", "Mount\ Larcom", |
|
32089
|
|
|
|
|
|
|
"61886972", "Willowie", |
|
32090
|
|
|
|
|
|
|
"61898991", "Bokerup", |
|
32091
|
|
|
|
|
|
|
"61250121", "Dartmouth", |
|
32092
|
|
|
|
|
|
|
"618683147", "Dudinin", |
|
32093
|
|
|
|
|
|
|
"617451679", "Bringalily", |
|
32094
|
|
|
|
|
|
|
"618864343", "Port\ Broughton", |
|
32095
|
|
|
|
|
|
|
"617441887", "Croydon", |
|
32096
|
|
|
|
|
|
|
"61740217", "Kowanyama", |
|
32097
|
|
|
|
|
|
|
"61340074", "Kyalite", |
|
32098
|
|
|
|
|
|
|
"61340331", "Balranald", |
|
32099
|
|
|
|
|
|
|
"61260194", "Barnawartha", |
|
32100
|
|
|
|
|
|
|
"61746059", "Diamantina", |
|
32101
|
|
|
|
|
|
|
"612583735", "Stuart\ Town", |
|
32102
|
|
|
|
|
|
|
"61256349", "Bellingen", |
|
32103
|
|
|
|
|
|
|
"61357363", "Graytown", |
|
32104
|
|
|
|
|
|
|
"61886917", "Woomera", |
|
32105
|
|
|
|
|
|
|
"61250212", "Tallangatta\ Valley", |
|
32106
|
|
|
|
|
|
|
"612594428", "Narraburra", |
|
32107
|
|
|
|
|
|
|
"61361484", "New\ Norfolk", |
|
32108
|
|
|
|
|
|
|
"61367115", "Fingal", |
|
32109
|
|
|
|
|
|
|
"61269814", "Tumut", |
|
32110
|
|
|
|
|
|
|
"6175440", "Noosaville", |
|
32111
|
|
|
|
|
|
|
"6126741", "Gunnedah", |
|
32112
|
|
|
|
|
|
|
"618753495", "Mount\ Pleasant", |
|
32113
|
|
|
|
|
|
|
"61740272", "Georgetown", |
|
32114
|
|
|
|
|
|
|
"618753184", "Paruna", |
|
32115
|
|
|
|
|
|
|
"61875048", "Perponda", |
|
32116
|
|
|
|
|
|
|
"61887643", "Naracoorte", |
|
32117
|
|
|
|
|
|
|
"61897939", "Upper\ Preston", |
|
32118
|
|
|
|
|
|
|
"61889152", "Alyangula", |
|
32119
|
|
|
|
|
|
|
"612530260", "Maimuru", |
|
32120
|
|
|
|
|
|
|
"61742289", "Weipa", |
|
32121
|
|
|
|
|
|
|
"61267860", "Halls\ Creek", |
|
32122
|
|
|
|
|
|
|
"61285374", "Sutherland", |
|
32123
|
|
|
|
|
|
|
"61265351", "Murrurundi", |
|
32124
|
|
|
|
|
|
|
"617459926", "Allora", |
|
32125
|
|
|
|
|
|
|
"61891518", "Whaleback", |
|
32126
|
|
|
|
|
|
|
"61898330", "Chittinup", |
|
32127
|
|
|
|
|
|
|
"618683389", "Mettler", |
|
32128
|
|
|
|
|
|
|
"61877201", "Short", |
|
32129
|
|
|
|
|
|
|
"61899296", "Coorow", |
|
32130
|
|
|
|
|
|
|
"61753430", "Noosaville", |
|
32131
|
|
|
|
|
|
|
"61255497", "Idaville", |
|
32132
|
|
|
|
|
|
|
"61268356", "Mount\ Foster", |
|
32133
|
|
|
|
|
|
|
"61748708", "Glenden", |
|
32134
|
|
|
|
|
|
|
"61889749", "Carpentaria", |
|
32135
|
|
|
|
|
|
|
"61350613", "Robinvale", |
|
32136
|
|
|
|
|
|
|
"61868323", "Narrogin", |
|
32137
|
|
|
|
|
|
|
"61363148", "Scottsdale", |
|
32138
|
|
|
|
|
|
|
"61387795", "Dandenong\/Melbourne\/Dandenong", |
|
32139
|
|
|
|
|
|
|
"612532683", "Greenethorpe", |
|
32140
|
|
|
|
|
|
|
"61361037", "Gretna", |
|
32141
|
|
|
|
|
|
|
"61899533", "Leeman", |
|
32142
|
|
|
|
|
|
|
"61889261", "Plenty", |
|
32143
|
|
|
|
|
|
|
"618763676", "Rudall", |
|
32144
|
|
|
|
|
|
|
"618660695", "Ejanding", |
|
32145
|
|
|
|
|
|
|
"61888180", "Braemer", |
|
32146
|
|
|
|
|
|
|
"61284077", "Avalon\ Beach", |
|
32147
|
|
|
|
|
|
|
"6173621", "Brisbane", |
|
32148
|
|
|
|
|
|
|
"61354668", "Charlton", |
|
32149
|
|
|
|
|
|
|
"61878250", "Moonta", |
|
32150
|
|
|
|
|
|
|
"617486808", "Byfield", |
|
32151
|
|
|
|
|
|
|
"61896831", "Trayning", |
|
32152
|
|
|
|
|
|
|
"61754867", "Wolvi", |
|
32153
|
|
|
|
|
|
|
"61756125", "Tweed\ Heads", |
|
32154
|
|
|
|
|
|
|
"61258299", "Trangie", |
|
32155
|
|
|
|
|
|
|
"61268731", "Condobolin", |
|
32156
|
|
|
|
|
|
|
"61364113", "Waratah", |
|
32157
|
|
|
|
|
|
|
"61354365", "Mitiamo", |
|
32158
|
|
|
|
|
|
|
"61357160", "Violet\ Town", |
|
32159
|
|
|
|
|
|
|
"61351843", "Traralgon", |
|
32160
|
|
|
|
|
|
|
"61890040", "Cascade", |
|
32161
|
|
|
|
|
|
|
"61891973", "Marble\ Bar", |
|
32162
|
|
|
|
|
|
|
"61741025", "Brooweena", |
|
32163
|
|
|
|
|
|
|
"618967652", "Cleary\ North", |
|
32164
|
|
|
|
|
|
|
"61756606", "Southport", |
|
32165
|
|
|
|
|
|
|
"61359114", "Marysville", |
|
32166
|
|
|
|
|
|
|
"61898133", "Jingalup", |
|
32167
|
|
|
|
|
|
|
"61740200", "Bloomfield", |
|
32168
|
|
|
|
|
|
|
"61242048", "Wollongong", |
|
32169
|
|
|
|
|
|
|
"61887571", "Tintinara", |
|
32170
|
|
|
|
|
|
|
"61264621", "Dalgety", |
|
32171
|
|
|
|
|
|
|
"61891269", "Derby", |
|
32172
|
|
|
|
|
|
|
"61341248", "Swifts\ Creek", |
|
32173
|
|
|
|
|
|
|
"618660952", "Wyalkatchem", |
|
32174
|
|
|
|
|
|
|
"617750378", "Mount\ Tyson", |
|
32175
|
|
|
|
|
|
|
"618852088", "Riverton", |
|
32176
|
|
|
|
|
|
|
"618983650", "Jacup", |
|
32177
|
|
|
|
|
|
|
"61888966", "Bute", |
|
32178
|
|
|
|
|
|
|
"61851031", "Cocos\ Island", |
|
32179
|
|
|
|
|
|
|
"61261340", "Gearys\ Gap", |
|
32180
|
|
|
|
|
|
|
"61240263", "Maitland", |
|
32181
|
|
|
|
|
|
|
"61253134", "Gulgong", |
|
32182
|
|
|
|
|
|
|
"61267799", "Oban", |
|
32183
|
|
|
|
|
|
|
"61888859", "Paskeville", |
|
32184
|
|
|
|
|
|
|
"612594391", "Coolac", |
|
32185
|
|
|
|
|
|
|
"61269209", "Urana", |
|
32186
|
|
|
|
|
|
|
"618682180", "Nyabing", |
|
32187
|
|
|
|
|
|
|
"612532920", "Murringo", |
|
32188
|
|
|
|
|
|
|
"61741428", "Redridge", |
|
32189
|
|
|
|
|
|
|
"61868120", "Albany", |
|
32190
|
|
|
|
|
|
|
"61257231", "Banoon", |
|
32191
|
|
|
|
|
|
|
"613572752", "Harrietville", |
|
32192
|
|
|
|
|
|
|
"61899444", "Paynes\ Find", |
|
32193
|
|
|
|
|
|
|
"6135797", "Yea", |
|
32194
|
|
|
|
|
|
|
"61742376", "Mount\ Surprise", |
|
32195
|
|
|
|
|
|
|
"61899022", "Coorow\ West", |
|
32196
|
|
|
|
|
|
|
"618903896", "Mount\ Stirling", |
|
32197
|
|
|
|
|
|
|
"61355318", "Macarthur", |
|
32198
|
|
|
|
|
|
|
"61348041", "Yalca", |
|
32199
|
|
|
|
|
|
|
"61885961", "Coonalpyn", |
|
32200
|
|
|
|
|
|
|
"61362554", "Woodbury", |
|
32201
|
|
|
|
|
|
|
"617473991", "Hughenden", |
|
32202
|
|
|
|
|
|
|
"61888509", "Curramulka", |
|
32203
|
|
|
|
|
|
|
"6129146", "Sydney", |
|
32204
|
|
|
|
|
|
|
"61749548", "Mackay", |
|
32205
|
|
|
|
|
|
|
"6135573", "Hamilton", |
|
32206
|
|
|
|
|
|
|
"6189021", "Kalgoorlie", |
|
32207
|
|
|
|
|
|
|
"617487053", "Sarina", |
|
32208
|
|
|
|
|
|
|
"617441965", "Mutarnee", |
|
32209
|
|
|
|
|
|
|
"61253265", "Orange", |
|
32210
|
|
|
|
|
|
|
"61888802", "Marion\ Bay", |
|
32211
|
|
|
|
|
|
|
"61362804", "Woodbury", |
|
32212
|
|
|
|
|
|
|
"61753492", "Gympie", |
|
32213
|
|
|
|
|
|
|
"61745430", "Cunningham", |
|
32214
|
|
|
|
|
|
|
"61886034", "Coorabie", |
|
32215
|
|
|
|
|
|
|
"61898392", "Corackerup", |
|
32216
|
|
|
|
|
|
|
"61746070", "Goombi", |
|
32217
|
|
|
|
|
|
|
"61885474", "Wynarka", |
|
32218
|
|
|
|
|
|
|
"61364049", "Queenstown", |
|
32219
|
|
|
|
|
|
|
"61367142", "Winnaleah", |
|
32220
|
|
|
|
|
|
|
"61886371", "Gladstone", |
|
32221
|
|
|
|
|
|
|
"613573071", "Kobyboyn", |
|
32222
|
|
|
|
|
|
|
"61744183", "The\ Monument", |
|
32223
|
|
|
|
|
|
|
"61354938", "Wycheproof", |
|
32224
|
|
|
|
|
|
|
"618903412", "Collurabbie", |
|
32225
|
|
|
|
|
|
|
"61256010", "Glenreagh", |
|
32226
|
|
|
|
|
|
|
"61354654", "Goornong", |
|
32227
|
|
|
|
|
|
|
"618854544", "Morgan", |
|
32228
|
|
|
|
|
|
|
"612594158", "Wagga\ Wagga", |
|
32229
|
|
|
|
|
|
|
"61263207", "Twelve\ Mile", |
|
32230
|
|
|
|
|
|
|
"618965693", "Konnongorring", |
|
32231
|
|
|
|
|
|
|
"618683501", "Gnowellen", |
|
32232
|
|
|
|
|
|
|
"618683287", "Lake\ Grace", |
|
32233
|
|
|
|
|
|
|
"61344343", "Womboota", |
|
32234
|
|
|
|
|
|
|
"61876037", "Quorn", |
|
32235
|
|
|
|
|
|
|
"617487037", "Miriam\ Vale", |
|
32236
|
|
|
|
|
|
|
"61362568", "Little\ Swanport", |
|
32237
|
|
|
|
|
|
|
"618850390", "Loxton", |
|
32238
|
|
|
|
|
|
|
"618989380", "Holland\ Rocks", |
|
32239
|
|
|
|
|
|
|
"61265952", "Mount\ Olive", |
|
32240
|
|
|
|
|
|
|
"612583809", "Hermidale", |
|
32241
|
|
|
|
|
|
|
"61268561", "Weelong", |
|
32242
|
|
|
|
|
|
|
"61877169", "Mount\ Gambier", |
|
32243
|
|
|
|
|
|
|
"6186477", "Perth", |
|
32244
|
|
|
|
|
|
|
"61886487", "Quorn", |
|
32245
|
|
|
|
|
|
|
"61354027", "Heathcote", |
|
32246
|
|
|
|
|
|
|
"61260788", "Howlong", |
|
32247
|
|
|
|
|
|
|
"61741367", "Pialba", |
|
32248
|
|
|
|
|
|
|
"61269828", "Tumut", |
|
32249
|
|
|
|
|
|
|
"613441882", "Amphitheatre", |
|
32250
|
|
|
|
|
|
|
"61267976", "Gurley", |
|
32251
|
|
|
|
|
|
|
"61357406", "Buffalo\ River", |
|
32252
|
|
|
|
|
|
|
"612583133", "Barrier", |
|
32253
|
|
|
|
|
|
|
"6124914", "Newcastle", |
|
32254
|
|
|
|
|
|
|
"61269738", "Springdale", |
|
32255
|
|
|
|
|
|
|
"61889119", "Carpentaria", |
|
32256
|
|
|
|
|
|
|
"612574981", "Warialda", |
|
32257
|
|
|
|
|
|
|
"612583879", "Boorooma", |
|
32258
|
|
|
|
|
|
|
"6138553", "Clayton", |
|
32259
|
|
|
|
|
|
|
"61247035", "Katoomba", |
|
32260
|
|
|
|
|
|
|
"61741404", "Moonford", |
|
32261
|
|
|
|
|
|
|
"617452651", "Pittsworth", |
|
32262
|
|
|
|
|
|
|
"613470712", "Violet\ Town", |
|
32263
|
|
|
|
|
|
|
"612592743", "Tumbarumba", |
|
32264
|
|
|
|
|
|
|
"61890309", "Goomarin", |
|
32265
|
|
|
|
|
|
|
"61741360", "Blackbutt", |
|
32266
|
|
|
|
|
|
|
"61363718", "Ringarooma", |
|
32267
|
|
|
|
|
|
|
"61354020", "Echuca", |
|
32268
|
|
|
|
|
|
|
"61886480", "Wilpena", |
|
32269
|
|
|
|
|
|
|
"61745084", "Galilee", |
|
32270
|
|
|
|
|
|
|
"613546261", "Dunolly", |
|
32271
|
|
|
|
|
|
|
"618683571", "Williams", |
|
32272
|
|
|
|
|
|
|
"618996992", "Marchagee", |
|
32273
|
|
|
|
|
|
|
"61263200", "Ooma", |
|
32274
|
|
|
|
|
|
|
"61340629", "Wentworth", |
|
32275
|
|
|
|
|
|
|
"612573436", "Uralla", |
|
32276
|
|
|
|
|
|
|
"61876030", "Yunta", |
|
32277
|
|
|
|
|
|
|
"6129533", "Sutherland", |
|
32278
|
|
|
|
|
|
|
"61742174", "Innot\ Hot\ Springs", |
|
32279
|
|
|
|
|
|
|
"618986146", "Kondinin", |
|
32280
|
|
|
|
|
|
|
"61867209", "Pemberton", |
|
32281
|
|
|
|
|
|
|
"61746077", "Helidon", |
|
32282
|
|
|
|
|
|
|
"613574641", "Benalla", |
|
32283
|
|
|
|
|
|
|
"617442860", "Long\ Pocket", |
|
32284
|
|
|
|
|
|
|
"61891111", "Newman", |
|
32285
|
|
|
|
|
|
|
"61745437", "Inglewood", |
|
32286
|
|
|
|
|
|
|
"61899069", "Three\ Springs", |
|
32287
|
|
|
|
|
|
|
"618763954", "Everard", |
|
32288
|
|
|
|
|
|
|
"61256017", "Wiangaree", |
|
32289
|
|
|
|
|
|
|
"61895073", "Dwellingup", |
|
32290
|
|
|
|
|
|
|
"612583157", "Coonamble", |
|
32291
|
|
|
|
|
|
|
"61896433", "York", |
|
32292
|
|
|
|
|
|
|
"618869194", "Port\ Augusta", |
|
32293
|
|
|
|
|
|
|
"61746681", "Warra", |
|
32294
|
|
|
|
|
|
|
"61851176", "Cocos\ Island", |
|
32295
|
|
|
|
|
|
|
"61746012", "Arcadia\ Valley", |
|
32296
|
|
|
|
|
|
|
"61253336", "Mudgee", |
|
32297
|
|
|
|
|
|
|
"61361092", "Huonville", |
|
32298
|
|
|
|
|
|
|
"618865027", "Glendambo", |
|
32299
|
|
|
|
|
|
|
"61891222", "De\ Grey", |
|
32300
|
|
|
|
|
|
|
"61255432", "Taylors\ Arm", |
|
32301
|
|
|
|
|
|
|
"61265489", "Idaville", |
|
32302
|
|
|
|
|
|
|
"61370033", "Melbourne", |
|
32303
|
|
|
|
|
|
|
"61256072", "Rappville", |
|
32304
|
|
|
|
|
|
|
"61364055", "Devonport", |
|
32305
|
|
|
|
|
|
|
"617750165", "Kupunn", |
|
32306
|
|
|
|
|
|
|
"6135582", "Casterton", |
|
32307
|
|
|
|
|
|
|
"618601113", "Yilgarn\ South", |
|
32308
|
|
|
|
|
|
|
"61343126", "Broughton", |
|
32309
|
|
|
|
|
|
|
"618661081", "Wubin\ West", |
|
32310
|
|
|
|
|
|
|
"61868127", "Bokerup", |
|
32311
|
|
|
|
|
|
|
"61267278", "Tenterfield", |
|
32312
|
|
|
|
|
|
|
"61745546", "Durham\ Downs", |
|
32313
|
|
|
|
|
|
|
"6128587", "Sydney", |
|
32314
|
|
|
|
|
|
|
"61261052", "Burrinjuck", |
|
32315
|
|
|
|
|
|
|
"61266123", "Woodenbong", |
|
32316
|
|
|
|
|
|
|
"61350299", "Arumpo", |
|
32317
|
|
|
|
|
|
|
"6173558", "Brisbane", |
|
32318
|
|
|
|
|
|
|
"61367105", "Beaconsfield", |
|
32319
|
|
|
|
|
|
|
"61269804", "Boree\ Creek", |
|
32320
|
|
|
|
|
|
|
"61889043", "Daly", |
|
32321
|
|
|
|
|
|
|
"6175441", "Nambour", |
|
32322
|
|
|
|
|
|
|
"61868271", "Narrakine", |
|
32323
|
|
|
|
|
|
|
"618864076", "Koppio", |
|
32324
|
|
|
|
|
|
|
"612574099", "Bohena", |
|
32325
|
|
|
|
|
|
|
"61250202", "Koetong", |
|
32326
|
|
|
|
|
|
|
"6175506", "Tweed\ Heads", |
|
32327
|
|
|
|
|
|
|
"618967844", "Talbot\ Brook", |
|
32328
|
|
|
|
|
|
|
"61344175", "Maldon", |
|
32329
|
|
|
|
|
|
|
"61264095", "Merimbula", |
|
32330
|
|
|
|
|
|
|
"6138767", "Whittlesea", |
|
32331
|
|
|
|
|
|
|
"613553710", "Poolaijelo", |
|
32332
|
|
|
|
|
|
|
"61878184", "Minlaton", |
|
32333
|
|
|
|
|
|
|
"6124447", "Nowra", |
|
32334
|
|
|
|
|
|
|
"618982360", "Gnowellen", |
|
32335
|
|
|
|
|
|
|
"61748541", "Gemfields", |
|
32336
|
|
|
|
|
|
|
"61740207", "Edward\ River", |
|
32337
|
|
|
|
|
|
|
"61248662", "Yerrinbool", |
|
32338
|
|
|
|
|
|
|
"61888845", "Arthurton", |
|
32339
|
|
|
|
|
|
|
"618683047", "Gairdner", |
|
32340
|
|
|
|
|
|
|
"61261347", "Anembo", |
|
32341
|
|
|
|
|
|
|
"61887888", "Kingston\ Se", |
|
32342
|
|
|
|
|
|
|
"617750308", "Blackall", |
|
32343
|
|
|
|
|
|
|
"61895585", "Pinjarra", |
|
32344
|
|
|
|
|
|
|
"6189438", "Perth", |
|
32345
|
|
|
|
|
|
|
"61746753", "Yetman", |
|
32346
|
|
|
|
|
|
|
"61877122", "Tilley\ Swamp", |
|
32347
|
|
|
|
|
|
|
"6138576", "Melbourne", |
|
32348
|
|
|
|
|
|
|
"61358504", "Wakool", |
|
32349
|
|
|
|
|
|
|
"61264498", "Numeralla", |
|
32350
|
|
|
|
|
|
|
"61890047", "Condingup", |
|
32351
|
|
|
|
|
|
|
"617480718", "Garnant", |
|
32352
|
|
|
|
|
|
|
"61752166", "Cooroy", |
|
32353
|
|
|
|
|
|
|
"61350603", "Willandra\ Lakes", |
|
32354
|
|
|
|
|
|
|
"6188522", "Gawler", |
|
32355
|
|
|
|
|
|
|
"618997001", "Nangetty", |
|
32356
|
|
|
|
|
|
|
"61357167", "Nagambie", |
|
32357
|
|
|
|
|
|
|
"61748718", "Garnant", |
|
32358
|
|
|
|
|
|
|
"61240041", "Maitland", |
|
32359
|
|
|
|
|
|
|
"612573428", "Somerton", |
|
32360
|
|
|
|
|
|
|
"61877211", "Bangham", |
|
32361
|
|
|
|
|
|
|
"61355479", "Casterton", |
|
32362
|
|
|
|
|
|
|
"6138305", "Craigieburn", |
|
32363
|
|
|
|
|
|
|
"618753016", "Kingscote", |
|
32364
|
|
|
|
|
|
|
"61356039", "Buffalo", |
|
32365
|
|
|
|
|
|
|
"61284070", "Terrey\ Hills", |
|
32366
|
|
|
|
|
|
|
"61741691", "Wondai", |
|
32367
|
|
|
|
|
|
|
"61896721", "Wongan\ Hills", |
|
32368
|
|
|
|
|
|
|
"61359463", "Cranbourne", |
|
32369
|
|
|
|
|
|
|
"61888187", "Alford", |
|
32370
|
|
|
|
|
|
|
"61876226", "Port\ Neill", |
|
32371
|
|
|
|
|
|
|
"618763606", "Gladstone", |
|
32372
|
|
|
|
|
|
|
"61341525", "Woodside", |
|
32373
|
|
|
|
|
|
|
"61248756", "Braidwood", |
|
32374
|
|
|
|
|
|
|
"61348263", "Mathoura", |
|
32375
|
|
|
|
|
|
|
"61341139", "Sale", |
|
32376
|
|
|
|
|
|
|
"61734385", "Dayboro", |
|
32377
|
|
|
|
|
|
|
"617486878", "Ubobo", |
|
32378
|
|
|
|
|
|
|
"61243061", "Mangrove\ Mountain", |
|
32379
|
|
|
|
|
|
|
"61878257", "South\ Hummocks", |
|
32380
|
|
|
|
|
|
|
"61851180", "Fitzroy\ Crossing", |
|
32381
|
|
|
|
|
|
|
"61867103", "Dinninup", |
|
32382
|
|
|
|
|
|
|
"617540822", "Gympie", |
|
32383
|
|
|
|
|
|
|
"61263075", "Frogmore", |
|
32384
|
|
|
|
|
|
|
"6124349", "Gosford", |
|
32385
|
|
|
|
|
|
|
"6138713", "Kalkallo", |
|
32386
|
|
|
|
|
|
|
"61240211", "Newcastle", |
|
32387
|
|
|
|
|
|
|
"618994478", "Yuna", |
|
32388
|
|
|
|
|
|
|
"61887099", "Marcollat", |
|
32389
|
|
|
|
|
|
|
"61245029", "Wisemans\ Ferry", |
|
32390
|
|
|
|
|
|
|
"61263951", "Birriwa", |
|
32391
|
|
|
|
|
|
|
"618683052", "Holland\ Rocks", |
|
32392
|
|
|
|
|
|
|
"618683786", "Wickepin\ East", |
|
32393
|
|
|
|
|
|
|
"61250153", "Rennie", |
|
32394
|
|
|
|
|
|
|
"61896059", "Dandaragan", |
|
32395
|
|
|
|
|
|
|
"613545003", "Gunbower", |
|
32396
|
|
|
|
|
|
|
"61877041", "Cannawigara", |
|
32397
|
|
|
|
|
|
|
"61741741", "Gaeta", |
|
32398
|
|
|
|
|
|
|
"613532207", "Laharum", |
|
32399
|
|
|
|
|
|
|
"61240122", "Mulbring", |
|
32400
|
|
|
|
|
|
|
"61264230", "Bonang", |
|
32401
|
|
|
|
|
|
|
"61885913", "Hartley", |
|
32402
|
|
|
|
|
|
|
"618863701", "Rudall", |
|
32403
|
|
|
|
|
|
|
"618683714", "Fitzgerald", |
|
32404
|
|
|
|
|
|
|
"61889213", "Alice\ Springs", |
|
32405
|
|
|
|
|
|
|
"612683700", "Dandaloo", |
|
32406
|
|
|
|
|
|
|
"61747939", "Eddington", |
|
32407
|
|
|
|
|
|
|
"61875208", "Callington", |
|
32408
|
|
|
|
|
|
|
"61888031", "Burra", |
|
32409
|
|
|
|
|
|
|
"61747706", "Woodstock", |
|
32410
|
|
|
|
|
|
|
"61748330", "Willows", |
|
32411
|
|
|
|
|
|
|
"61871006", "Adelaide", |
|
32412
|
|
|
|
|
|
|
"61340083", "Waitchie", |
|
32413
|
|
|
|
|
|
|
"61895492", "Bullsbrook\ East", |
|
32414
|
|
|
|
|
|
|
"61749296", "Gargett", |
|
32415
|
|
|
|
|
|
|
"61263478", "Ooma", |
|
32416
|
|
|
|
|
|
|
"61267358", "Ben\ Lomond", |
|
32417
|
|
|
|
|
|
|
"61361473", "Dunalley", |
|
32418
|
|
|
|
|
|
|
"617486923", "Dingo\ Beach", |
|
32419
|
|
|
|
|
|
|
"617458669", "Robinson\ Gorge", |
|
32420
|
|
|
|
|
|
|
"61898708", "Tarwonga", |
|
32421
|
|
|
|
|
|
|
"618989321", "Wickepin", |
|
32422
|
|
|
|
|
|
|
"61265323", "Mount\ George", |
|
32423
|
|
|
|
|
|
|
"618762620", "Port\ Pirie", |
|
32424
|
|
|
|
|
|
|
"612593683", "Cootamundra", |
|
32425
|
|
|
|
|
|
|
"612583845", "Wellington", |
|
32426
|
|
|
|
|
|
|
"61364161", "Smithton", |
|
32427
|
|
|
|
|
|
|
"612530204", "Running\ Stream\/Orange\/Portland\/Quandialla", |
|
32428
|
|
|
|
|
|
|
"61267987", "Ogunbil", |
|
32429
|
|
|
|
|
|
|
"618600972", "Muntadgin\ East", |
|
32430
|
|
|
|
|
|
|
"61885036", "Culburra", |
|
32431
|
|
|
|
|
|
|
"61256493", "Dyraaba", |
|
32432
|
|
|
|
|
|
|
"61886476", "Whyalla", |
|
32433
|
|
|
|
|
|
|
"61342147", "Lorne", |
|
32434
|
|
|
|
|
|
|
"6124683", "Picton", |
|
32435
|
|
|
|
|
|
|
"61358418", "Kialla\ East", |
|
32436
|
|
|
|
|
|
|
"61747146", "Palm\ Island", |
|
32437
|
|
|
|
|
|
|
"618967830", "South\ Quairading", |
|
32438
|
|
|
|
|
|
|
"6175486", "Kia\ Ora", |
|
32439
|
|
|
|
|
|
|
"61392185", "Sunbury", |
|
32440
|
|
|
|
|
|
|
"618752475", "Mannum", |
|
32441
|
|
|
|
|
|
|
"61880088", "Pimpara", |
|
32442
|
|
|
|
|
|
|
"61356453", "Icy\ Creek", |
|
32443
|
|
|
|
|
|
|
"61256247", "Lismore", |
|
32444
|
|
|
|
|
|
|
"61351144", "Woodside", |
|
32445
|
|
|
|
|
|
|
"617441922", "Upper\ Stone", |
|
32446
|
|
|
|
|
|
|
"61341596", "Munro", |
|
32447
|
|
|
|
|
|
|
"61876295", "Kimba", |
|
32448
|
|
|
|
|
|
|
"612593996", "Morundah", |
|
32449
|
|
|
|
|
|
|
"61255719", "Forster", |
|
32450
|
|
|
|
|
|
|
"61891414", "Pannawonica", |
|
32451
|
|
|
|
|
|
|
"618859962", "Pinnaroo", |
|
32452
|
|
|
|
|
|
|
"617442538", "Burdekin", |
|
32453
|
|
|
|
|
|
|
"61742471", "Maryfarms", |
|
32454
|
|
|
|
|
|
|
"617459029", "Leyburn", |
|
32455
|
|
|
|
|
|
|
"61340575", "Robinvale", |
|
32456
|
|
|
|
|
|
|
"61266558", "Thora", |
|
32457
|
|
|
|
|
|
|
"612532529", "Gulgong", |
|
32458
|
|
|
|
|
|
|
"61745779", "Oakey", |
|
32459
|
|
|
|
|
|
|
"61348169", "Finley", |
|
32460
|
|
|
|
|
|
|
"61260614", "Albury", |
|
32461
|
|
|
|
|
|
|
"61367398", "Campbell\ Town", |
|
32462
|
|
|
|
|
|
|
"61898148", "Kojonup", |
|
32463
|
|
|
|
|
|
|
"618763718", "Morchard", |
|
32464
|
|
|
|
|
|
|
"61897185", "Balingup", |
|
32465
|
|
|
|
|
|
|
"61341233", "Lindenow", |
|
32466
|
|
|
|
|
|
|
"613553891", "Dartmoor", |
|
32467
|
|
|
|
|
|
|
"618858555", "Marama", |
|
32468
|
|
|
|
|
|
|
"61284205", "Terrey\ Hills", |
|
32469
|
|
|
|
|
|
|
"61350193", "Mallan", |
|
32470
|
|
|
|
|
|
|
"61753750", "Noosaville", |
|
32471
|
|
|
|
|
|
|
"612583142", "Boona\ Mountain", |
|
32472
|
|
|
|
|
|
|
"61889920", "Katherine", |
|
32473
|
|
|
|
|
|
|
"61896002", "Aldersyde", |
|
32474
|
|
|
|
|
|
|
"61358015", "Caldwell", |
|
32475
|
|
|
|
|
|
|
"61742634", "Cooktown", |
|
32476
|
|
|
|
|
|
|
"61361588", "Brighton", |
|
32477
|
|
|
|
|
|
|
"61355567", "Dorodong", |
|
32478
|
|
|
|
|
|
|
"6129613", "Parramatta", |
|
32479
|
|
|
|
|
|
|
"612532981", "Monteagle", |
|
32480
|
|
|
|
|
|
|
"618683268", "Holland\ Rocks", |
|
32481
|
|
|
|
|
|
|
"61353924", "Murtoa", |
|
32482
|
|
|
|
|
|
|
"612592732", "Sandigo", |
|
32483
|
|
|
|
|
|
|
"61398869", "Melbourne", |
|
32484
|
|
|
|
|
|
|
"613442251", "Womboota", |
|
32485
|
|
|
|
|
|
|
"61897847", "Upper\ Preston", |
|
32486
|
|
|
|
|
|
|
"61860028", "Esperance", |
|
32487
|
|
|
|
|
|
|
"61357977", "Devlins\ Bridge", |
|
32488
|
|
|
|
|
|
|
"61243155", "Wyong", |
|
32489
|
|
|
|
|
|
|
"61898834", "Boddington", |
|
32490
|
|
|
|
|
|
|
"61264026", "Bonang", |
|
32491
|
|
|
|
|
|
|
"618869011", "Iron\ Knob", |
|
32492
|
|
|
|
|
|
|
"612574212", "Burren\ Junction", |
|
32493
|
|
|
|
|
|
|
"613574776", "Winton", |
|
32494
|
|
|
|
|
|
|
"618858510", "Halidon", |
|
32495
|
|
|
|
|
|
|
"61267400", "Bundella", |
|
32496
|
|
|
|
|
|
|
"618865985", "Ungarra", |
|
32497
|
|
|
|
|
|
|
"61741101", "Mulgildie", |
|
32498
|
|
|
|
|
|
|
"61255003", "Smithtown", |
|
32499
|
|
|
|
|
|
|
"618600846", "Scaddan\ West", |
|
32500
|
|
|
|
|
|
|
"61742387", "Hopevale", |
|
32501
|
|
|
|
|
|
|
"613574706", "St\ James", |
|
32502
|
|
|
|
|
|
|
"61879085", "Yulara", |
|
32503
|
|
|
|
|
|
|
"618683422", "Wagin", |
|
32504
|
|
|
|
|
|
|
"61891163", "De\ Grey", |
|
32505
|
|
|
|
|
|
|
"61897840", "Myalup", |
|
32506
|
|
|
|
|
|
|
"612582441", "Albert", |
|
32507
|
|
|
|
|
|
|
"61248575", "Goulburn", |
|
32508
|
|
|
|
|
|
|
"61358379", "Nathalia", |
|
32509
|
|
|
|
|
|
|
"61257068", "Copeton\ Dam", |
|
32510
|
|
|
|
|
|
|
"61742380", "Euramo", |
|
32511
|
|
|
|
|
|
|
"61898724", "Bradfords", |
|
32512
|
|
|
|
|
|
|
"612594203", "Grong\ Grong", |
|
32513
|
|
|
|
|
|
|
"61267407", "Kelvin", |
|
32514
|
|
|
|
|
|
|
"61269103", "Wagga\ Wagga", |
|
32515
|
|
|
|
|
|
|
"61753757", "Caloundra", |
|
32516
|
|
|
|
|
|
|
"613450550", "Apsley", |
|
32517
|
|
|
|
|
|
|
"61749998", "Mackay", |
|
32518
|
|
|
|
|
|
|
"61383624", "Point\ Cook", |
|
32519
|
|
|
|
|
|
|
"61754472", "Noosaville", |
|
32520
|
|
|
|
|
|
|
"6188311", "Adelaide", |
|
32521
|
|
|
|
|
|
|
"61356501", "Icy\ Creek", |
|
32522
|
|
|
|
|
|
|
"61875224", "Victor\ Harbor", |
|
32523
|
|
|
|
|
|
|
"61285812", "Sutherland", |
|
32524
|
|
|
|
|
|
|
"61351728", "Erica", |
|
32525
|
|
|
|
|
|
|
"61889927", "Darwin", |
|
32526
|
|
|
|
|
|
|
"61245062", "Windsor", |
|
32527
|
|
|
|
|
|
|
"61355560", "Edenhope", |
|
32528
|
|
|
|
|
|
|
"612583613", "Goorianawa", |
|
32529
|
|
|
|
|
|
|
"61897782", "Cundinup", |
|
32530
|
|
|
|
|
|
|
"6189575", "Gingin", |
|
32531
|
|
|
|
|
|
|
"61753585", "Moore", |
|
32532
|
|
|
|
|
|
|
"61740951", "Malanda", |
|
32533
|
|
|
|
|
|
|
"61879206", "Daly", |
|
32534
|
|
|
|
|
|
|
"61897291", "Harvey", |
|
32535
|
|
|
|
|
|
|
"61367021", "Moltema", |
|
32536
|
|
|
|
|
|
|
"61885171", "Policemans\ Point", |
|
32537
|
|
|
|
|
|
|
"61741096", "Mount\ Perry", |
|
32538
|
|
|
|
|
|
|
"61720006", "Redcliffe", |
|
32539
|
|
|
|
|
|
|
"61746544", "Charleville", |
|
32540
|
|
|
|
|
|
|
"61357094", "Myrtleford", |
|
32541
|
|
|
|
|
|
|
"61740075", "Kowanyama", |
|
32542
|
|
|
|
|
|
|
"61258193", "Warren", |
|
32543
|
|
|
|
|
|
|
"61888176", "Port\ Wakefield", |
|
32544
|
|
|
|
|
|
|
"618904236", "Southern\ Cross", |
|
32545
|
|
|
|
|
|
|
"617480676", "Byfield", |
|
32546
|
|
|
|
|
|
|
"617750039", "Thomson", |
|
32547
|
|
|
|
|
|
|
"61876181", "Everard", |
|
32548
|
|
|
|
|
|
|
"61342140", "Bannockburn", |
|
32549
|
|
|
|
|
|
|
"61250015", "Leicester\ Park", |
|
32550
|
|
|
|
|
|
|
"617750122", "Chinchilla", |
|
32551
|
|
|
|
|
|
|
"61256240", "Whiporie", |
|
32552
|
|
|
|
|
|
|
"61886251", "Penong\/Great\ Bight", |
|
32553
|
|
|
|
|
|
|
"61889038", "Borroloola", |
|
32554
|
|
|
|
|
|
|
"61746205", "Dirranbandi", |
|
32555
|
|
|
|
|
|
|
"61268389", "Goodooga", |
|
32556
|
|
|
|
|
|
|
"61341018", "Omeo", |
|
32557
|
|
|
|
|
|
|
"6129181", "Sydney", |
|
32558
|
|
|
|
|
|
|
"61258332", "Bourke", |
|
32559
|
|
|
|
|
|
|
"612583769", "Bobadah", |
|
32560
|
|
|
|
|
|
|
"61358153", "Lalalty", |
|
32561
|
|
|
|
|
|
|
"61851254", "Paraburdoo", |
|
32562
|
|
|
|
|
|
|
"612685671", "Cumborah", |
|
32563
|
|
|
|
|
|
|
"618600902", "Merredin", |
|
32564
|
|
|
|
|
|
|
"61734714", "Dayboro", |
|
32565
|
|
|
|
|
|
|
"61899141", "Walkaway", |
|
32566
|
|
|
|
|
|
|
"61752278", "Ballugan", |
|
32567
|
|
|
|
|
|
|
"61267980", "Pallamallawa", |
|
32568
|
|
|
|
|
|
|
"61356118", "Tidal\ River", |
|
32569
|
|
|
|
|
|
|
"61860004", "Grass\ Patch", |
|
32570
|
|
|
|
|
|
|
"612530274", "Milvale\/Bylong\/Canowindra\/Caragabal", |
|
32571
|
|
|
|
|
|
|
"61877263", "Bangham", |
|
32572
|
|
|
|
|
|
|
"618763741", "Tarcoola", |
|
32573
|
|
|
|
|
|
|
"61353908", "Ballan", |
|
32574
|
|
|
|
|
|
|
"618854530", "Mantung", |
|
32575
|
|
|
|
|
|
|
"612683770", "Gwabegar", |
|
32576
|
|
|
|
|
|
|
"61742256", "Mount\ Surprise", |
|
32577
|
|
|
|
|
|
|
"61753073", "Gatton", |
|
32578
|
|
|
|
|
|
|
"61737031", "Brisbane", |
|
32579
|
|
|
|
|
|
|
"617479213", "Woodstock", |
|
32580
|
|
|
|
|
|
|
"61880905", "Tibooburra", |
|
32581
|
|
|
|
|
|
|
"61348211", "Berrigan", |
|
32582
|
|
|
|
|
|
|
"61257054", "Breeza", |
|
32583
|
|
|
|
|
|
|
"612574920", "Curlewis", |
|
32584
|
|
|
|
|
|
|
"61747344", "Prairie", |
|
32585
|
|
|
|
|
|
|
"618985192", "Nyabing", |
|
32586
|
|
|
|
|
|
|
"61881666", "Adelaide", |
|
32587
|
|
|
|
|
|
|
"61748337", "Baralaba", |
|
32588
|
|
|
|
|
|
|
"61890574", "Baandee", |
|
32589
|
|
|
|
|
|
|
"6173604", "Brisbane", |
|
32590
|
|
|
|
|
|
|
"618660947", "Wannamal", |
|
32591
|
|
|
|
|
|
|
"613572463", "Jamieson", |
|
32592
|
|
|
|
|
|
|
"61746086", "Kilbeggan", |
|
32593
|
|
|
|
|
|
|
"61267166", "Nullamanna", |
|
32594
|
|
|
|
|
|
|
"612630494", "Burraga", |
|
32595
|
|
|
|
|
|
|
"61240725", "Newcastle", |
|
32596
|
|
|
|
|
|
|
"61747622", "Eddington", |
|
32597
|
|
|
|
|
|
|
"618661020", "York", |
|
32598
|
|
|
|
|
|
|
"613451098", "Caramut", |
|
32599
|
|
|
|
|
|
|
"618967647", "Bencubbin", |
|
32600
|
|
|
|
|
|
|
"61359382", "Mornington", |
|
32601
|
|
|
|
|
|
|
"613531717", "Maroona", |
|
32602
|
|
|
|
|
|
|
"61264237", "Eucumbene", |
|
32603
|
|
|
|
|
|
|
"61341415", "Bairnsdale", |
|
32604
|
|
|
|
|
|
|
"61898673", "Pingrup", |
|
32605
|
|
|
|
|
|
|
"618994089", "Nangetty", |
|
32606
|
|
|
|
|
|
|
"61238204", "Marulan", |
|
32607
|
|
|
|
|
|
|
"613532277", "Warracknabeal", |
|
32608
|
|
|
|
|
|
|
"61875569", "Geranium", |
|
32609
|
|
|
|
|
|
|
"61851187", "Millstream", |
|
32610
|
|
|
|
|
|
|
"618869048", "Leigh\ Creek\ South", |
|
32611
|
|
|
|
|
|
|
"613542654", "Nullawil", |
|
32612
|
|
|
|
|
|
|
"61269743", "Ariah\ Park", |
|
32613
|
|
|
|
|
|
|
"618983477", "Fitzgerald", |
|
32614
|
|
|
|
|
|
|
"61896045", "Brookton", |
|
32615
|
|
|
|
|
|
|
"61343281", "Rokewood\/Scarsdale\/Serviceton\/Skipton\/Stawell\/Stoneleigh\/Streatham\/Telopea\ Downs\/Warracknabeal\/Wilkur", |
|
32616
|
|
|
|
|
|
|
"618865964", "Poochera", |
|
32617
|
|
|
|
|
|
|
"61261085", "The\ Mullion", |
|
32618
|
|
|
|
|
|
|
"61885133", "Murray\ Bridge", |
|
32619
|
|
|
|
|
|
|
"6139258", "Melbourne", |
|
32620
|
|
|
|
|
|
|
"61356020", "Leongatha", |
|
32621
|
|
|
|
|
|
|
"61265405", "Moonan\ Flat", |
|
32622
|
|
|
|
|
|
|
"613470894", "Taggerty", |
|
32623
|
|
|
|
|
|
|
"61263144", "Maimuru", |
|
32624
|
|
|
|
|
|
|
"61748578", "Woorabinda", |
|
32625
|
|
|
|
|
|
|
"61357393", "Pyalong", |
|
32626
|
|
|
|
|
|
|
"613574632", "Beechworth", |
|
32627
|
|
|
|
|
|
|
"618903367", "Narembeen\ East", |
|
32628
|
|
|
|
|
|
|
"61256553", "Dorrigo", |
|
32629
|
|
|
|
|
|
|
"61341120", "Heyfield", |
|
32630
|
|
|
|
|
|
|
"61886602", "Wudinna", |
|
32631
|
|
|
|
|
|
|
"618903426", "Condingup", |
|
32632
|
|
|
|
|
|
|
"612592676", "Barmedman", |
|
32633
|
|
|
|
|
|
|
"613442237", "Quambatook", |
|
32634
|
|
|
|
|
|
|
"61340186", "Robinvale", |
|
32635
|
|
|
|
|
|
|
"61260164", "Nariel", |
|
32636
|
|
|
|
|
|
|
"61249995", "Stroud", |
|
32637
|
|
|
|
|
|
|
"613470570", "Whorouly", |
|
32638
|
|
|
|
|
|
|
"61868248", "Jerdacuttup", |
|
32639
|
|
|
|
|
|
|
"618864645", "Andamooka", |
|
32640
|
|
|
|
|
|
|
"61267241", "Bingara", |
|
32641
|
|
|
|
|
|
|
"61895552", "Gidgegannup", |
|
32642
|
|
|
|
|
|
|
"6189758", "Augusta", |
|
32643
|
|
|
|
|
|
|
"617451979", "Glenhope", |
|
32644
|
|
|
|
|
|
|
"61898961", "Cairlocup", |
|
32645
|
|
|
|
|
|
|
"61890688", "Laverton", |
|
32646
|
|
|
|
|
|
|
"61895180", "Byford", |
|
32647
|
|
|
|
|
|
|
"617480009", "Agnes\ Water", |
|
32648
|
|
|
|
|
|
|
"612532983", "Murringo", |
|
32649
|
|
|
|
|
|
|
"61263838", "Monteagle", |
|
32650
|
|
|
|
|
|
|
"613553893", "Dartmoor", |
|
32651
|
|
|
|
|
|
|
"61887225", "Colebatch", |
|
32652
|
|
|
|
|
|
|
"61255746", "Taree", |
|
32653
|
|
|
|
|
|
|
"61255467", "Glendonbrook", |
|
32654
|
|
|
|
|
|
|
"61250056", "Yackandandah", |
|
32655
|
|
|
|
|
|
|
"61261488", "Yass", |
|
32656
|
|
|
|
|
|
|
"61265008", "Baerami", |
|
32657
|
|
|
|
|
|
|
"618601094", "Mukinbudin", |
|
32658
|
|
|
|
|
|
|
"61391737", "Melbourne", |
|
32659
|
|
|
|
|
|
|
"61744077", "Upper\ Stone", |
|
32660
|
|
|
|
|
|
|
"61388207", "Melbourne", |
|
32661
|
|
|
|
|
|
|
"618753452", "Yumali", |
|
32662
|
|
|
|
|
|
|
"6188180", "Salisbury", |
|
32663
|
|
|
|
|
|
|
"61240078", "East\ Gresford", |
|
32664
|
|
|
|
|
|
|
"61257179", "Bohena", |
|
32665
|
|
|
|
|
|
|
"617480488", "Connors\ Range", |
|
32666
|
|
|
|
|
|
|
"61899266", "Leeman", |
|
32667
|
|
|
|
|
|
|
"61745462", "Texas", |
|
32668
|
|
|
|
|
|
|
"61744012", "Rollingstone", |
|
32669
|
|
|
|
|
|
|
"61747119", "Julia\ Creek", |
|
32670
|
|
|
|
|
|
|
"61743366", "Pialba", |
|
32671
|
|
|
|
|
|
|
"613442253", "Wycheproof", |
|
32672
|
|
|
|
|
|
|
"61351583", "Club\ Terrace", |
|
32673
|
|
|
|
|
|
|
"618869013", "Iron\ Knob", |
|
32674
|
|
|
|
|
|
|
"61867006", "Bunbury", |
|
32675
|
|
|
|
|
|
|
"61267890", "Glencoe", |
|
32676
|
|
|
|
|
|
|
"61888750", "Port\ Victoria", |
|
32677
|
|
|
|
|
|
|
"61255106", "Pacific\ Palms", |
|
32678
|
|
|
|
|
|
|
"612532696", "Lue", |
|
32679
|
|
|
|
|
|
|
"613531692", "Landsborough", |
|
32680
|
|
|
|
|
|
|
"6124647", "Campbelltown", |
|
32681
|
|
|
|
|
|
|
"61266095", "Tabulam", |
|
32682
|
|
|
|
|
|
|
"61260158", "Yackandandah", |
|
32683
|
|
|
|
|
|
|
"61351075", "Goongerah", |
|
32684
|
|
|
|
|
|
|
"61264123", "Bredbo", |
|
32685
|
|
|
|
|
|
|
"612574727", "Sandy\ Flat", |
|
32686
|
|
|
|
|
|
|
"61352108", "Geelong", |
|
32687
|
|
|
|
|
|
|
"61248637", "Lost\ River", |
|
32688
|
|
|
|
|
|
|
"617486589", "Gladstone", |
|
32689
|
|
|
|
|
|
|
"61898631", "Moodiarrup", |
|
32690
|
|
|
|
|
|
|
"61748483", "Alpha", |
|
32691
|
|
|
|
|
|
|
"61258101", "Dandaloo", |
|
32692
|
|
|
|
|
|
|
"618863703", "Rudall", |
|
32693
|
|
|
|
|
|
|
"61895636", "Guilderton", |
|
32694
|
|
|
|
|
|
|
"61248384", "Golspie", |
|
32695
|
|
|
|
|
|
|
"613545001", "Gunbower", |
|
32696
|
|
|
|
|
|
|
"612574177", "Weemelah", |
|
32697
|
|
|
|
|
|
|
"61350096", "Nangiloc", |
|
32698
|
|
|
|
|
|
|
"613553572", "Mortlake", |
|
32699
|
|
|
|
|
|
|
"61895509", "Rockingham", |
|
32700
|
|
|
|
|
|
|
"61351478", "Genoa", |
|
32701
|
|
|
|
|
|
|
"61260811", "Tallangatta\ Valley", |
|
32702
|
|
|
|
|
|
|
"61255328", "Ellerston", |
|
32703
|
|
|
|
|
|
|
"61740728", "Kowanyama", |
|
32704
|
|
|
|
|
|
|
"61749888", "Miclere", |
|
32705
|
|
|
|
|
|
|
"61896376", "Regans\ Ford", |
|
32706
|
|
|
|
|
|
|
"6135120", "Morwell", |
|
32707
|
|
|
|
|
|
|
"612583648", "Warren", |
|
32708
|
|
|
|
|
|
|
"61876029", "Terowie", |
|
32709
|
|
|
|
|
|
|
"61263704", "Windeyer", |
|
32710
|
|
|
|
|
|
|
"61340630", "Werrimull", |
|
32711
|
|
|
|
|
|
|
"61256981", "Lismore", |
|
32712
|
|
|
|
|
|
|
"61266498", "Wooli", |
|
32713
|
|
|
|
|
|
|
"61255625", "Comara", |
|
32714
|
|
|
|
|
|
|
"617442977", "Rollingstone", |
|
32715
|
|
|
|
|
|
|
"618660740", "Beverley", |
|
32716
|
|
|
|
|
|
|
"61885392", "Murray\ Bridge", |
|
32717
|
|
|
|
|
|
|
"61261573", "Bungendore", |
|
32718
|
|
|
|
|
|
|
"61898474", "Albany", |
|
32719
|
|
|
|
|
|
|
"61886659", "Caltowie", |
|
32720
|
|
|
|
|
|
|
"61753031", "Kilcoy", |
|
32721
|
|
|
|
|
|
|
"61269191", "Tullibigeal", |
|
32722
|
|
|
|
|
|
|
"61743413", "Chahpingah", |
|
32723
|
|
|
|
|
|
|
"61354039", "Maldon", |
|
32724
|
|
|
|
|
|
|
"61357132", "Tungamah", |
|
32725
|
|
|
|
|
|
|
"617486921", "Cracow", |
|
32726
|
|
|
|
|
|
|
"61341456", "Lindenow", |
|
32727
|
|
|
|
|
|
|
"61367189", "Winnaleah", |
|
32728
|
|
|
|
|
|
|
"61364082", "Waratah", |
|
32729
|
|
|
|
|
|
|
"613531910", "Clear\ Lake", |
|
32730
|
|
|
|
|
|
|
"61747043", "Charters\ Towers", |
|
32731
|
|
|
|
|
|
|
"61284183", "Dural", |
|
32732
|
|
|
|
|
|
|
"61257353", "Bohena", |
|
32733
|
|
|
|
|
|
|
"618989323", "Wickepin", |
|
32734
|
|
|
|
|
|
|
"61259124", "Humula", |
|
32735
|
|
|
|
|
|
|
"617473817", "Barkly", |
|
32736
|
|
|
|
|
|
|
"612593681", "Coolac", |
|
32737
|
|
|
|
|
|
|
"612685673", "Cumborah", |
|
32738
|
|
|
|
|
|
|
"617476535", "Home\ Hill", |
|
32739
|
|
|
|
|
|
|
"61350101", "Natya", |
|
32740
|
|
|
|
|
|
|
"618683334", "Beaufort\ River", |
|
32741
|
|
|
|
|
|
|
"617442907", "Ingham", |
|
32742
|
|
|
|
|
|
|
"6188393", "Mount\ Barker", |
|
32743
|
|
|
|
|
|
|
"61357735", "Yarck", |
|
32744
|
|
|
|
|
|
|
"61899968", "Northampton", |
|
32745
|
|
|
|
|
|
|
"618763467", "Kapinnie", |
|
32746
|
|
|
|
|
|
|
"61269285", "Mangoplah", |
|
32747
|
|
|
|
|
|
|
"61888073", "Paskeville", |
|
32748
|
|
|
|
|
|
|
"618682005", "Corackerup", |
|
32749
|
|
|
|
|
|
|
"61340384", "Kyalite", |
|
32750
|
|
|
|
|
|
|
"61258096", "Peak\ Hill", |
|
32751
|
|
|
|
|
|
|
"61886348", "Mambray\ Creek", |
|
32752
|
|
|
|
|
|
|
"61286077", "Parramatta", |
|
32753
|
|
|
|
|
|
|
"61265024", "Byabarra", |
|
32754
|
|
|
|
|
|
|
"61265442", "Scone", |
|
32755
|
|
|
|
|
|
|
"61361431", "Nubeena", |
|
32756
|
|
|
|
|
|
|
"61356365", "Warragul", |
|
32757
|
|
|
|
|
|
|
"61363881", "Launceston", |
|
32758
|
|
|
|
|
|
|
"61756093", "Tamborine\ Mountain", |
|
32759
|
|
|
|
|
|
|
"61741193", "Monto", |
|
32760
|
|
|
|
|
|
|
"618763743", "The\ Ranges", |
|
32761
|
|
|
|
|
|
|
"61353531", "Wilkur", |
|
32762
|
|
|
|
|
|
|
"61754125", "Boonah", |
|
32763
|
|
|
|
|
|
|
"61255091", "Macksville", |
|
32764
|
|
|
|
|
|
|
"61740838", "Hopevale", |
|
32765
|
|
|
|
|
|
|
"617479211", "Woodstock", |
|
32766
|
|
|
|
|
|
|
"61743164", "Wondai", |
|
32767
|
|
|
|
|
|
|
"61745429", "Mount\ Tyson", |
|
32768
|
|
|
|
|
|
|
"613572461", "Jamieson", |
|
32769
|
|
|
|
|
|
|
"613553502", "Caramut", |
|
32770
|
|
|
|
|
|
|
"61754606", "Boonah", |
|
32771
|
|
|
|
|
|
|
"613431199", "Skipton", |
|
32772
|
|
|
|
|
|
|
"61742721", "Bloomfield", |
|
32773
|
|
|
|
|
|
|
"612574107", "Careunga", |
|
32774
|
|
|
|
|
|
|
"61269006", "Ariah\ Park", |
|
32775
|
|
|
|
|
|
|
"61861796", "Spearwood", |
|
32776
|
|
|
|
|
|
|
"61740144", "Walsh\ River", |
|
32777
|
|
|
|
|
|
|
"61865941", "Armadale", |
|
32778
|
|
|
|
|
|
|
"618982248", "Bow\ Bridge", |
|
32779
|
|
|
|
|
|
|
"618989068", "Wickepin\ East", |
|
32780
|
|
|
|
|
|
|
"618753139", "Loxton", |
|
32781
|
|
|
|
|
|
|
"61891066", "Pannawonica", |
|
32782
|
|
|
|
|
|
|
"617485852", "Connors\ Range", |
|
32783
|
|
|
|
|
|
|
"618753022", "Mallala", |
|
32784
|
|
|
|
|
|
|
"612574435", "Inverell", |
|
32785
|
|
|
|
|
|
|
"61248630", "Bungonia", |
|
32786
|
|
|
|
|
|
|
"612582443", "Balladoran", |
|
32787
|
|
|
|
|
|
|
"61886726", "Gairdner", |
|
32788
|
|
|
|
|
|
|
"61743235", "Pialba", |
|
32789
|
|
|
|
|
|
|
"61868139", "Manypeaks\ North", |
|
32790
|
|
|
|
|
|
|
"61259108", "Nangus", |
|
32791
|
|
|
|
|
|
|
"613441796", "Gisborne", |
|
32792
|
|
|
|
|
|
|
"61248186", "Lost\ River", |
|
32793
|
|
|
|
|
|
|
"613470945", "Tungamah", |
|
32794
|
|
|
|
|
|
|
"61359275", "Red\ Hill", |
|
32795
|
|
|
|
|
|
|
"61240619", "Nelson\ Bay", |
|
32796
|
|
|
|
|
|
|
"612594201", "Goolgowi", |
|
32797
|
|
|
|
|
|
|
"61887711", "Wirrega", |
|
32798
|
|
|
|
|
|
|
"61267897", "Tambar\ Springs", |
|
32799
|
|
|
|
|
|
|
"6135036", "Swan\ Hill", |
|
32800
|
|
|
|
|
|
|
"61888757", "Spalding", |
|
32801
|
|
|
|
|
|
|
"61891613", "Wyndham", |
|
32802
|
|
|
|
|
|
|
"61899335", "Eneabba\ South", |
|
32803
|
|
|
|
|
|
|
"61864935", "Rottnest", |
|
32804
|
|
|
|
|
|
|
"613450566", "Dundonnell", |
|
32805
|
|
|
|
|
|
|
"61350518", "Robinvale", |
|
32806
|
|
|
|
|
|
|
"61755403", "Jimboomba", |
|
32807
|
|
|
|
|
|
|
"61895187", "Pinjarra", |
|
32808
|
|
|
|
|
|
|
"613470176", "Yarrawonga", |
|
32809
|
|
|
|
|
|
|
"61256401", "Mullumbimby", |
|
32810
|
|
|
|
|
|
|
"61744070", "Mutarnee", |
|
32811
|
|
|
|
|
|
|
"61899638", "Cue", |
|
32812
|
|
|
|
|
|
|
"61740704", "Kuranda", |
|
32813
|
|
|
|
|
|
|
"61255304", "Merriwa", |
|
32814
|
|
|
|
|
|
|
"61899954", "Meekatharra", |
|
32815
|
|
|
|
|
|
|
"61267063", "Drake", |
|
32816
|
|
|
|
|
|
|
"61746183", "Tambo", |
|
32817
|
|
|
|
|
|
|
"61255460", "Comara", |
|
32818
|
|
|
|
|
|
|
"61348078", "Rushworth", |
|
32819
|
|
|
|
|
|
|
"61357565", "Strathbogie", |
|
32820
|
|
|
|
|
|
|
"61268198", "Alectown", |
|
32821
|
|
|
|
|
|
|
"61867191", "Busselton", |
|
32822
|
|
|
|
|
|
|
"612594419", "Mangoplah", |
|
32823
|
|
|
|
|
|
|
"61259326", "Rannock", |
|
32824
|
|
|
|
|
|
|
"61753176", "Gatton", |
|
32825
|
|
|
|
|
|
|
"612583611", "Gollan", |
|
32826
|
|
|
|
|
|
|
"61741332", "Gin\ Gin", |
|
32827
|
|
|
|
|
|
|
"617451909", "Dulacca", |
|
32828
|
|
|
|
|
|
|
"61355051", "Darlington", |
|
32829
|
|
|
|
|
|
|
"61748881", "Cannon\ Valley", |
|
32830
|
|
|
|
|
|
|
"61743158", "Gayndah", |
|
32831
|
|
|
|
|
|
|
"61356027", "Neerim\ South", |
|
32832
|
|
|
|
|
|
|
"61352124", "Swan\ Marsh", |
|
32833
|
|
|
|
|
|
|
"61752011", "Gympie", |
|
32834
|
|
|
|
|
|
|
"617458935", "Tambo", |
|
32835
|
|
|
|
|
|
|
"61876062", "Sleaford\ Mere", |
|
32836
|
|
|
|
|
|
|
"61341271", "Munro", |
|
32837
|
|
|
|
|
|
|
"61355975", "Derrinallum", |
|
32838
|
|
|
|
|
|
|
"61358056", "Lalalty", |
|
32839
|
|
|
|
|
|
|
"61362191", "Swansea", |
|
32840
|
|
|
|
|
|
|
"61341127", "Dargo", |
|
32841
|
|
|
|
|
|
|
"61861979", "Herne\ Hill", |
|
32842
|
|
|
|
|
|
|
"61353761", "Stawell", |
|
32843
|
|
|
|
|
|
|
"61896174", "Talbot\ Brook", |
|
32844
|
|
|
|
|
|
|
"61888585", "Halbury", |
|
32845
|
|
|
|
|
|
|
"61242071", "Wollongong", |
|
32846
|
|
|
|
|
|
|
"61361265", "Swansea", |
|
32847
|
|
|
|
|
|
|
"617441916", "Prairie", |
|
32848
|
|
|
|
|
|
|
"61352421", "Lara", |
|
32849
|
|
|
|
|
|
|
"61268050", "Eugowra", |
|
32850
|
|
|
|
|
|
|
"61747038", "Camooweal", |
|
32851
|
|
|
|
|
|
|
"61895031", "Byford", |
|
32852
|
|
|
|
|
|
|
"617473993", "Hughenden", |
|
32853
|
|
|
|
|
|
|
"613431996", "Warracknabeal", |
|
32854
|
|
|
|
|
|
|
"613432139", "Creswick", |
|
32855
|
|
|
|
|
|
|
"612630796", "Limekilns", |
|
32856
|
|
|
|
|
|
|
"61896471", "Dale\ River", |
|
32857
|
|
|
|
|
|
|
"618683340", "Bow\ Bridge", |
|
32858
|
|
|
|
|
|
|
"61245037", "Windsor", |
|
32859
|
|
|
|
|
|
|
"61350691", "Box\ Creek", |
|
32860
|
|
|
|
|
|
|
"6188490", "Adelaide", |
|
32861
|
|
|
|
|
|
|
"617487051", "Rockhampton", |
|
32862
|
|
|
|
|
|
|
"61899178", "Balla", |
|
32863
|
|
|
|
|
|
|
"61752241", "Woodbine", |
|
32864
|
|
|
|
|
|
|
"61741603", "Gayndah", |
|
32865
|
|
|
|
|
|
|
"61885708", "Walker\ Flat", |
|
32866
|
|
|
|
|
|
|
"61743090", "Proston", |
|
32867
|
|
|
|
|
|
|
"61341351", "Yinnar", |
|
32868
|
|
|
|
|
|
|
"61246412", "Picton", |
|
32869
|
|
|
|
|
|
|
"61753509", "Caloundra", |
|
32870
|
|
|
|
|
|
|
"61383513", "Point\ Cook", |
|
32871
|
|
|
|
|
|
|
"61898036", "Bow\ Bridge", |
|
32872
|
|
|
|
|
|
|
"613573073", "Kobyboyn", |
|
32873
|
|
|
|
|
|
|
"617486980", "Agnes\ Water", |
|
32874
|
|
|
|
|
|
|
"61896387", "Cunderdin\ North", |
|
32875
|
|
|
|
|
|
|
"61753636", "Toogoolawah", |
|
32876
|
|
|
|
|
|
|
"61754196", "Coominya", |
|
32877
|
|
|
|
|
|
|
"613470697", "Mount\ Beauty", |
|
32878
|
|
|
|
|
|
|
"61747927", "Mount\ Fox\/Mutarnee", |
|
32879
|
|
|
|
|
|
|
"61342204", "Aireys\ Inlet", |
|
32880
|
|
|
|
|
|
|
"61745383", "Wandoan", |
|
32881
|
|
|
|
|
|
|
"618965691", "Konnongorring", |
|
32882
|
|
|
|
|
|
|
"61364016", "Rosebery", |
|
32883
|
|
|
|
|
|
|
"61359355", "Healesville", |
|
32884
|
|
|
|
|
|
|
"61351207", "Bairnsdale", |
|
32885
|
|
|
|
|
|
|
"61256104", "Murwillumbah", |
|
32886
|
|
|
|
|
|
|
"618683503", "Hartville", |
|
32887
|
|
|
|
|
|
|
"61887998", "Western\ Flat", |
|
32888
|
|
|
|
|
|
|
"6124472", "Batemans\ Bay", |
|
32889
|
|
|
|
|
|
|
"61896958", "Cunderdin\ North", |
|
32890
|
|
|
|
|
|
|
"61742002", "Chillagoe", |
|
32891
|
|
|
|
|
|
|
"61258025", "Coolabah", |
|
32892
|
|
|
|
|
|
|
"61879009", "Rodinga", |
|
32893
|
|
|
|
|
|
|
"61741299", "Brooweena", |
|
32894
|
|
|
|
|
|
|
"617480467", "Carmila", |
|
32895
|
|
|
|
|
|
|
"612574226", "Ebor", |
|
32896
|
|
|
|
|
|
|
"61359658", "Warburton", |
|
32897
|
|
|
|
|
|
|
"612583567", "Yarrabandai", |
|
32898
|
|
|
|
|
|
|
"61260863", "Leicester\ Park", |
|
32899
|
|
|
|
|
|
|
"61354118", "Donald", |
|
32900
|
|
|
|
|
|
|
"61340112", "Box\ Creek", |
|
32901
|
|
|
|
|
|
|
"61879052", "Plenty", |
|
32902
|
|
|
|
|
|
|
"61742059", "Molloy", |
|
32903
|
|
|
|
|
|
|
"612592718", "Lockhart", |
|
32904
|
|
|
|
|
|
|
"61748362", "Garnant", |
|
32905
|
|
|
|
|
|
|
"61260097", "Culcairn", |
|
32906
|
|
|
|
|
|
|
"618680053", "Moulyinning", |
|
32907
|
|
|
|
|
|
|
"618660898", "Dandaragan", |
|
32908
|
|
|
|
|
|
|
"61357610", "Benalla", |
|
32909
|
|
|
|
|
|
|
"612532435", "Grenfell", |
|
32910
|
|
|
|
|
|
|
"61340177", "Sea\ Lake", |
|
32911
|
|
|
|
|
|
|
"61345019", "Wombelano", |
|
32912
|
|
|
|
|
|
|
"612574238", "Gunyerwarildi", |
|
32913
|
|
|
|
|
|
|
"61743461", "Moonford", |
|
32914
|
|
|
|
|
|
|
"61340221", "Mildura", |
|
32915
|
|
|
|
|
|
|
"61885834", "Barmera", |
|
32916
|
|
|
|
|
|
|
"61359000", "Cowes", |
|
32917
|
|
|
|
|
|
|
"61897587", "Margaret\ River", |
|
32918
|
|
|
|
|
|
|
"61753180", "Kilkivan", |
|
32919
|
|
|
|
|
|
|
"61879347", "Simpson", |
|
32920
|
|
|
|
|
|
|
"61364663", "Ulverstone", |
|
32921
|
|
|
|
|
|
|
"61249809", "Swansea", |
|
32922
|
|
|
|
|
|
|
"61889344", "Borroloola", |
|
32923
|
|
|
|
|
|
|
"61354851", "Jarklin", |
|
32924
|
|
|
|
|
|
|
"61355165", "Wallacedale", |
|
32925
|
|
|
|
|
|
|
"61730387", "Ipswich", |
|
32926
|
|
|
|
|
|
|
"61868233", "Chittinup", |
|
32927
|
|
|
|
|
|
|
"6138820", "Ringwood", |
|
32928
|
|
|
|
|
|
|
"61891397", "Pannawonica", |
|
32929
|
|
|
|
|
|
|
"61753552", "Gatton", |
|
32930
|
|
|
|
|
|
|
"61896964", "Meckering", |
|
32931
|
|
|
|
|
|
|
"61743523", "Biggenden", |
|
32932
|
|
|
|
|
|
|
"6173404", "Brisbane", |
|
32933
|
|
|
|
|
|
|
"61268608", "Trangie", |
|
32934
|
|
|
|
|
|
|
"617442512", "Boulia", |
|
32935
|
|
|
|
|
|
|
"61350404", "Turriff", |
|
32936
|
|
|
|
|
|
|
"617485847", "Carbine\ Creek", |
|
32937
|
|
|
|
|
|
|
"61299109", "Terrey\ Hills", |
|
32938
|
|
|
|
|
|
|
"61248170", "Taralga", |
|
32939
|
|
|
|
|
|
|
"61898220", "Badgebup", |
|
32940
|
|
|
|
|
|
|
"61734923", "Samford", |
|
32941
|
|
|
|
|
|
|
"61264262", "Berridale", |
|
32942
|
|
|
|
|
|
|
"612594393", "Cootamundra", |
|
32943
|
|
|
|
|
|
|
"618601148", "Leonora", |
|
32944
|
|
|
|
|
|
|
"6187131", "Adelaide", |
|
32945
|
|
|
|
|
|
|
"61885148", "Parndana", |
|
32946
|
|
|
|
|
|
|
"61238140", "Bowral", |
|
32947
|
|
|
|
|
|
|
"618680037", "Lake\ Magenta", |
|
32948
|
|
|
|
|
|
|
"618763732", "Port\ Pirie", |
|
32949
|
|
|
|
|
|
|
"61746289", "Taroom", |
|
32950
|
|
|
|
|
|
|
"61268305", "Brewarrina", |
|
32951
|
|
|
|
|
|
|
"61269494", "Talbingo", |
|
32952
|
|
|
|
|
|
|
"618763488", "Penong", |
|
32953
|
|
|
|
|
|
|
"61898227", "Congee", |
|
32954
|
|
|
|
|
|
|
"613470909", "Bonnie\ Doon", |
|
32955
|
|
|
|
|
|
|
"61248177", "Yerrinbool", |
|
32956
|
|
|
|
|
|
|
"61898171", "Lake\ Grace", |
|
32957
|
|
|
|
|
|
|
"61392152", "Dandenong", |
|
32958
|
|
|
|
|
|
|
"61886192", "Port\ Kenny", |
|
32959
|
|
|
|
|
|
|
"61897749", "Augusta", |
|
32960
|
|
|
|
|
|
|
"61896256", "Trayning", |
|
32961
|
|
|
|
|
|
|
"61742448", "Chillagoe", |
|
32962
|
|
|
|
|
|
|
"61238147", "Goulburn", |
|
32963
|
|
|
|
|
|
|
"61383389", "Point\ Cook", |
|
32964
|
|
|
|
|
|
|
"61353052", "Landsborough", |
|
32965
|
|
|
|
|
|
|
"61851073", "Mount\ Bruce", |
|
32966
|
|
|
|
|
|
|
"61887296", "Lucindale\ South", |
|
32967
|
|
|
|
|
|
|
"61257273", "Mullaley", |
|
32968
|
|
|
|
|
|
|
"61895176", "Mount\ Wells", |
|
32969
|
|
|
|
|
|
|
"61889706", "Tiwi", |
|
32970
|
|
|
|
|
|
|
"61248112", "Bundanoon", |
|
32971
|
|
|
|
|
|
|
"61730380", "Samford", |
|
32972
|
|
|
|
|
|
|
"612532859", "Oberon", |
|
32973
|
|
|
|
|
|
|
"61342228", "Geelong", |
|
32974
|
|
|
|
|
|
|
"61355762", "Macarthur", |
|
32975
|
|
|
|
|
|
|
"61897152", "Marybrook", |
|
32976
|
|
|
|
|
|
|
"6186250", "Perth", |
|
32977
|
|
|
|
|
|
|
"6124268", "Wollongong", |
|
32978
|
|
|
|
|
|
|
"61359007", "Emerald", |
|
32979
|
|
|
|
|
|
|
"618997003", "Northern\ Gully", |
|
32980
|
|
|
|
|
|
|
"61742045", "Lockhart\ River", |
|
32981
|
|
|
|
|
|
|
"61340170", "Robinvale", |
|
32982
|
|
|
|
|
|
|
"612532727", "Burraga", |
|
32983
|
|
|
|
|
|
|
"61260090", "Albury", |
|
32984
|
|
|
|
|
|
|
"61357617", "Wangaratta", |
|
32985
|
|
|
|
|
|
|
"61364598", "Devonport", |
|
32986
|
|
|
|
|
|
|
"61896873", "York", |
|
32987
|
|
|
|
|
|
|
"61879340", "Yulara", |
|
32988
|
|
|
|
|
|
|
"612574696", "Gunyerwarildi", |
|
32989
|
|
|
|
|
|
|
"61753187", "Caloundra", |
|
32990
|
|
|
|
|
|
|
"61268773", "Trundle", |
|
32991
|
|
|
|
|
|
|
"61357672", "Tatong", |
|
32992
|
|
|
|
|
|
|
"61255579", "Ravensworth", |
|
32993
|
|
|
|
|
|
|
"61256306", "Ulong", |
|
32994
|
|
|
|
|
|
|
"61749099", "Walkerston", |
|
32995
|
|
|
|
|
|
|
"61745812", "Jundah", |
|
32996
|
|
|
|
|
|
|
"612530069", "Cudal", |
|
32997
|
|
|
|
|
|
|
"6188448", "Adelaide", |
|
32998
|
|
|
|
|
|
|
"61891931", "Derby", |
|
32999
|
|
|
|
|
|
|
"61745519", "Omanama", |
|
33000
|
|
|
|
|
|
|
"617452653", "Pittsworth", |
|
33001
|
|
|
|
|
|
|
"617750184", "Oakey", |
|
33002
|
|
|
|
|
|
|
"612592741", "Tooma", |
|
33003
|
|
|
|
|
|
|
"61352698", "Beeac", |
|
33004
|
|
|
|
|
|
|
"6128607", "Blacktown", |
|
33005
|
|
|
|
|
|
|
"612574385", "Barwick", |
|
33006
|
|
|
|
|
|
|
"6128543", "Sutherland", |
|
33007
|
|
|
|
|
|
|
"61357896", "Beechworth", |
|
33008
|
|
|
|
|
|
|
"61255696", "Rawdon\ Vale", |
|
33009
|
|
|
|
|
|
|
"612583131", "Banar", |
|
33010
|
|
|
|
|
|
|
"61877078", "Taratap", |
|
33011
|
|
|
|
|
|
|
"612574983", "Weemelah", |
|
33012
|
|
|
|
|
|
|
"61885673", "Tanunda", |
|
33013
|
|
|
|
|
|
|
"61741778", "Tansey", |
|
33014
|
|
|
|
|
|
|
"61350428", "Annuello", |
|
33015
|
|
|
|
|
|
|
"61741894", "Bundaberg", |
|
33016
|
|
|
|
|
|
|
"61344044", "Quambatook", |
|
33017
|
|
|
|
|
|
|
"618683416", "Tambellup", |
|
33018
|
|
|
|
|
|
|
"61889669", "Plenty", |
|
33019
|
|
|
|
|
|
|
"61752063", "Imbil", |
|
33020
|
|
|
|
|
|
|
"61896380", "Yorkrakine", |
|
33021
|
|
|
|
|
|
|
"61352395", "Kennedys\ Creek", |
|
33022
|
|
|
|
|
|
|
"613546263", "Dunolly", |
|
33023
|
|
|
|
|
|
|
"618683573", "Woogenilup", |
|
33024
|
|
|
|
|
|
|
"61367283", "Mole\ Creek", |
|
33025
|
|
|
|
|
|
|
"61353713", "Minyip", |
|
33026
|
|
|
|
|
|
|
"61260523", "Holbrook", |
|
33027
|
|
|
|
|
|
|
"61748329", "Nogoa", |
|
33028
|
|
|
|
|
|
|
"61744242", "Woodstock", |
|
33029
|
|
|
|
|
|
|
"61260461", "Balldale", |
|
33030
|
|
|
|
|
|
|
"61897109", "Upper\ Preston", |
|
33031
|
|
|
|
|
|
|
"61743097", "Kumbia", |
|
33032
|
|
|
|
|
|
|
"61740843", "Mossman", |
|
33033
|
|
|
|
|
|
|
"61887763", "Lochaber", |
|
33034
|
|
|
|
|
|
|
"618753447", "Willunga", |
|
33035
|
|
|
|
|
|
|
"61350025", "Wentworth", |
|
33036
|
|
|
|
|
|
|
"61264734", "Merimbula", |
|
33037
|
|
|
|
|
|
|
"613541053", "Moonambel", |
|
33038
|
|
|
|
|
|
|
"61891661", "Fitzroy\ Crossing", |
|
33039
|
|
|
|
|
|
|
"61268342", "Warrington", |
|
33040
|
|
|
|
|
|
|
"61264229", "Bombala", |
|
33041
|
|
|
|
|
|
|
"613442108", "Carisbrook", |
|
33042
|
|
|
|
|
|
|
"613532397", "Telopea\ Downs", |
|
33043
|
|
|
|
|
|
|
"613574643", "Benalla", |
|
33044
|
|
|
|
|
|
|
"618996858", "Carnarvon", |
|
33045
|
|
|
|
|
|
|
"618866166", "Port\ Kenny", |
|
33046
|
|
|
|
|
|
|
"61287344", "Bankstown", |
|
33047
|
|
|
|
|
|
|
"617750116", "Brookstead", |
|
33048
|
|
|
|
|
|
|
"61353009", "Beaufort", |
|
33049
|
|
|
|
|
|
|
"61268057", "Ginghet", |
|
33050
|
|
|
|
|
|
|
"618601111", "Wialki\ North", |
|
33051
|
|
|
|
|
|
|
"61866053", "Talbot\ Brook", |
|
33052
|
|
|
|
|
|
|
"61886333", "Port\ Pirie", |
|
33053
|
|
|
|
|
|
|
"618661083", "Yelbeni", |
|
33054
|
|
|
|
|
|
|
"61355839", "Dorodong", |
|
33055
|
|
|
|
|
|
|
"61358783", "Tatura", |
|
33056
|
|
|
|
|
|
|
"61754001", "Nambour", |
|
33057
|
|
|
|
|
|
|
"61361336", "Oatlands", |
|
33058
|
|
|
|
|
|
|
"6126565", "Smithtown", |
|
33059
|
|
|
|
|
|
|
"61245030", "Colo\ Heights", |
|
33060
|
|
|
|
|
|
|
"617442856", "Kalkadoon", |
|
33061
|
|
|
|
|
|
|
"61267011", "Ogunbil", |
|
33062
|
|
|
|
|
|
|
"61253092", "Bribbaree", |
|
33063
|
|
|
|
|
|
|
"61881550", "Adelaide", |
|
33064
|
|
|
|
|
|
|
"61269601", "Griffith", |
|
33065
|
|
|
|
|
|
|
"61266026", "Dorrigo", |
|
33066
|
|
|
|
|
|
|
"618683484", "Bradfords", |
|
33067
|
|
|
|
|
|
|
"61868018", "Bokerup", |
|
33068
|
|
|
|
|
|
|
"618660734", "Badgingarra", |
|
33069
|
|
|
|
|
|
|
"61243800", "Gosford", |
|
33070
|
|
|
|
|
|
|
"618683195", "Nomans\ Lake", |
|
33071
|
|
|
|
|
|
|
"612574620", "Oakey\ Creek", |
|
33072
|
|
|
|
|
|
|
"613442078", "Newstead", |
|
33073
|
|
|
|
|
|
|
"61753519", "Woodbine", |
|
33074
|
|
|
|
|
|
|
"61749335", "Rockhampton", |
|
33075
|
|
|
|
|
|
|
"61877293", "Tantanoola", |
|
33076
|
|
|
|
|
|
|
"61357455", "Thoona", |
|
33077
|
|
|
|
|
|
|
"61354511", "Barham", |
|
33078
|
|
|
|
|
|
|
"61265139", "Denman", |
|
33079
|
|
|
|
|
|
|
"6128438", "Terrey\ Hills", |
|
33080
|
|
|
|
|
|
|
"61255182", "Bunnan", |
|
33081
|
|
|
|
|
|
|
"61885718", "Callington", |
|
33082
|
|
|
|
|
|
|
"618864318", "Yeelanna", |
|
33083
|
|
|
|
|
|
|
"618752480", "Milang", |
|
33084
|
|
|
|
|
|
|
"617487151", "Pegunny", |
|
33085
|
|
|
|
|
|
|
"61238175", "Gunning", |
|
33086
|
|
|
|
|
|
|
"61745187", "Bollon", |
|
33087
|
|
|
|
|
|
|
"618997025", "Carnarvon", |
|
33088
|
|
|
|
|
|
|
"61260032", "Gerogery", |
|
33089
|
|
|
|
|
|
|
"617458826", "Lynd\ Range", |
|
33090
|
|
|
|
|
|
|
"613432122", "Warracknabeal", |
|
33091
|
|
|
|
|
|
|
"61250089", "Albury", |
|
33092
|
|
|
|
|
|
|
"61896183", "Wannamal", |
|
33093
|
|
|
|
|
|
|
"613553563", "Lismore", |
|
33094
|
|
|
|
|
|
|
"61286721", "Blacktown", |
|
33095
|
|
|
|
|
|
|
"61248145", "Rugby", |
|
33096
|
|
|
|
|
|
|
"61749954", "Biloela", |
|
33097
|
|
|
|
|
|
|
"618851593", "Parndana", |
|
33098
|
|
|
|
|
|
|
"61888546", "Warooka", |
|
33099
|
|
|
|
|
|
|
"61357058", "Jamieson", |
|
33100
|
|
|
|
|
|
|
"61340159", "Palinyewah", |
|
33101
|
|
|
|
|
|
|
"61879019", "Daly", |
|
33102
|
|
|
|
|
|
|
"61742012", "Innot\ Hot\ Springs", |
|
33103
|
|
|
|
|
|
|
"61742681", "Coen", |
|
33104
|
|
|
|
|
|
|
"61891332", "Great\ Sandy", |
|
33105
|
|
|
|
|
|
|
"61266781", "Mullumbimby", |
|
33106
|
|
|
|
|
|
|
"61253226", "Bathurst", |
|
33107
|
|
|
|
|
|
|
"612583694", "Cuttaburra", |
|
33108
|
|
|
|
|
|
|
"618865970", "Miltalie", |
|
33109
|
|
|
|
|
|
|
"61345052", "Warrnambool", |
|
33110
|
|
|
|
|
|
|
"61255550", "Toorooka", |
|
33111
|
|
|
|
|
|
|
"618600961", "Leinster", |
|
33112
|
|
|
|
|
|
|
"61354748", "Harcourt", |
|
33113
|
|
|
|
|
|
|
"61351217", "Morwell", |
|
33114
|
|
|
|
|
|
|
"61256114", "Kyogle", |
|
33115
|
|
|
|
|
|
|
"613470564", "Taggerty", |
|
33116
|
|
|
|
|
|
|
"618753378", "Willunga", |
|
33117
|
|
|
|
|
|
|
"61898881", "Wickepin", |
|
33118
|
|
|
|
|
|
|
"613441781", "Bendigo", |
|
33119
|
|
|
|
|
|
|
"61364006", "Devonport", |
|
33120
|
|
|
|
|
|
|
"61886130", "Lock", |
|
33121
|
|
|
|
|
|
|
"61367420", "Waterhouse", |
|
33122
|
|
|
|
|
|
|
"61342214", "Geelong", |
|
33123
|
|
|
|
|
|
|
"61746174", "Cambooya", |
|
33124
|
|
|
|
|
|
|
"6129992", "Dural", |
|
33125
|
|
|
|
|
|
|
"618967058", "Studleigh", |
|
33126
|
|
|
|
|
|
|
"61745845", "Thargomindah", |
|
33127
|
|
|
|
|
|
|
"61347076", "Broadford", |
|
33128
|
|
|
|
|
|
|
"61267196", "Currabubula", |
|
33129
|
|
|
|
|
|
|
"61742077", "Lakeland", |
|
33130
|
|
|
|
|
|
|
"61355023", "Camperdown", |
|
33131
|
|
|
|
|
|
|
"61886686", "Port\ Augusta", |
|
33132
|
|
|
|
|
|
|
"61253030", "Young", |
|
33133
|
|
|
|
|
|
|
"61887022", "Coonawarra", |
|
33134
|
|
|
|
|
|
|
"61245092", "Kurrajong\ Heights", |
|
33135
|
|
|
|
|
|
|
"61887444", "Monkoora", |
|
33136
|
|
|
|
|
|
|
"61359010", "Healesville", |
|
33137
|
|
|
|
|
|
|
"61367156", "St\ Helens", |
|
33138
|
|
|
|
|
|
|
"61341489", "Baw\ Baw", |
|
33139
|
|
|
|
|
|
|
"61749968", "Zamia\ Creek", |
|
33140
|
|
|
|
|
|
|
"61345009", "Nirranda", |
|
33141
|
|
|
|
|
|
|
"613470848", "Thoona", |
|
33142
|
|
|
|
|
|
|
"61357600", "Benalla", |
|
33143
|
|
|
|
|
|
|
"61878087", "Paskeville", |
|
33144
|
|
|
|
|
|
|
"618763857", "Coober\ Pedy", |
|
33145
|
|
|
|
|
|
|
"61263688", "Neville", |
|
33146
|
|
|
|
|
|
|
"613542312", "Strathfieldsaye", |
|
33147
|
|
|
|
|
|
|
"61257098", "Cuttabri", |
|
33148
|
|
|
|
|
|
|
"61240199", "Cessnock", |
|
33149
|
|
|
|
|
|
|
"618856787", "Culburra", |
|
33150
|
|
|
|
|
|
|
"617459507", "Diamantina", |
|
33151
|
|
|
|
|
|
|
"613573025", "Euroa", |
|
33152
|
|
|
|
|
|
|
"61340102", "Cowangie", |
|
33153
|
|
|
|
|
|
|
"61354108", "Kyneton", |
|
33154
|
|
|
|
|
|
|
"61899571", "Mount\ Magnet", |
|
33155
|
|
|
|
|
|
|
"61891193", "Dampier", |
|
33156
|
|
|
|
|
|
|
"61868024", "Kronkup", |
|
33157
|
|
|
|
|
|
|
"618859971", "Policemans\ Point", |
|
33158
|
|
|
|
|
|
|
"618866935", "Booleroo\ Centre", |
|
33159
|
|
|
|
|
|
|
"612573393", "Graman", |
|
33160
|
|
|
|
|
|
|
"61268315", "Coonamble", |
|
33161
|
|
|
|
|
|
|
"61291061", "Sydney", |
|
33162
|
|
|
|
|
|
|
"6186376", "Perth", |
|
33163
|
|
|
|
|
|
|
"61895429", "Mandurah", |
|
33164
|
|
|
|
|
|
|
"61879143", "Batchelor", |
|
33165
|
|
|
|
|
|
|
"61362948", "Margate", |
|
33166
|
|
|
|
|
|
|
"618601048", "Westonia", |
|
33167
|
|
|
|
|
|
|
"617459018", "Isisford", |
|
33168
|
|
|
|
|
|
|
"61265946", "Taree", |
|
33169
|
|
|
|
|
|
|
"61352039", "Apollo\ Bay", |
|
33170
|
|
|
|
|
|
|
"612532518", "Cudal", |
|
33171
|
|
|
|
|
|
|
"61261791", "Michelago", |
|
33172
|
|
|
|
|
|
|
"61258163", "Mandagery", |
|
33173
|
|
|
|
|
|
|
"6189309", "Wanneroo", |
|
33174
|
|
|
|
|
|
|
"61888084", "Port\ Wakefield", |
|
33175
|
|
|
|
|
|
|
"61340373", "Arumpo", |
|
33176
|
|
|
|
|
|
|
"612684573", "Warren", |
|
33177
|
|
|
|
|
|
|
"61350414", "Pooncarie", |
|
33178
|
|
|
|
|
|
|
"618763729", "Port\ Kenny", |
|
33179
|
|
|
|
|
|
|
"61867082", "Myalup", |
|
33180
|
|
|
|
|
|
|
"61756166", "Ormeau", |
|
33181
|
|
|
|
|
|
|
"617458838", "Nobby", |
|
33182
|
|
|
|
|
|
|
"612583315", "Yarrabandai", |
|
33183
|
|
|
|
|
|
|
"618862095", "Wilpena", |
|
33184
|
|
|
|
|
|
|
"61244136", "Huskisson", |
|
33185
|
|
|
|
|
|
|
"61357064", "Kilmore", |
|
33186
|
|
|
|
|
|
|
"61248705", "Yerrinbool", |
|
33187
|
|
|
|
|
|
|
"61268618", "Yarrabandai", |
|
33188
|
|
|
|
|
|
|
"61890144", "Mukinbudin", |
|
33189
|
|
|
|
|
|
|
"61742753", "Ravenshoe", |
|
33190
|
|
|
|
|
|
|
"6138821", "Ringwood", |
|
33191
|
|
|
|
|
|
|
"612583913", "Gulargambone", |
|
33192
|
|
|
|
|
|
|
"61268941", "Collie", |
|
33193
|
|
|
|
|
|
|
"61741066", "Johnstown\ West", |
|
33194
|
|
|
|
|
|
|
"618763833", "Tumby\ Bay", |
|
33195
|
|
|
|
|
|
|
"61897261", "Brunswick\ Junction", |
|
33196
|
|
|
|
|
|
|
"61354326", "Elmore", |
|
33197
|
|
|
|
|
|
|
"61268079", "Narromine", |
|
33198
|
|
|
|
|
|
|
"618864341", "Port\ Broughton", |
|
33199
|
|
|
|
|
|
|
"61367368", "Deloraine", |
|
33200
|
|
|
|
|
|
|
"6186251", "Perth", |
|
33201
|
|
|
|
|
|
|
"61348199", "Nathalia", |
|
33202
|
|
|
|
|
|
|
"61747203", "Ingham", |
|
33203
|
|
|
|
|
|
|
"612593696", "Hay", |
|
33204
|
|
|
|
|
|
|
"617480390", "Gladstone", |
|
33205
|
|
|
|
|
|
|
"61748631", "Mackay", |
|
33206
|
|
|
|
|
|
|
"61351923", "Traralgon", |
|
33207
|
|
|
|
|
|
|
"618858592", "Peake", |
|
33208
|
|
|
|
|
|
|
"61341566", "Yarram", |
|
33209
|
|
|
|
|
|
|
"61898483", "Denmark", |
|
33210
|
|
|
|
|
|
|
"61261584", "Binalong", |
|
33211
|
|
|
|
|
|
|
"61876265", "Bayley\ Plains", |
|
33212
|
|
|
|
|
|
|
"618660830", "Balkuling", |
|
33213
|
|
|
|
|
|
|
"61264151", "Nimmitabel", |
|
33214
|
|
|
|
|
|
|
"61284174", "Terrey\ Hills", |
|
33215
|
|
|
|
|
|
|
"618683525", "Lake\ Magenta", |
|
33216
|
|
|
|
|
|
|
"61745636", "Thargomindah", |
|
33217
|
|
|
|
|
|
|
"6175489", "Gympie", |
|
33218
|
|
|
|
|
|
|
"618989187", "Pumphreys", |
|
33219
|
|
|
|
|
|
|
"618850197", "Yumali", |
|
33220
|
|
|
|
|
|
|
"613431920", "Mount\ Wallace", |
|
33221
|
|
|
|
|
|
|
"61745509", "Toobeah", |
|
33222
|
|
|
|
|
|
|
"61267394", "Sandy\ Flat", |
|
33223
|
|
|
|
|
|
|
"612530169", "Millthorpe", |
|
33224
|
|
|
|
|
|
|
"618753165", "Lameroo", |
|
33225
|
|
|
|
|
|
|
"61878080", "Kadina", |
|
33226
|
|
|
|
|
|
|
"61353143", "Clear\ Lake", |
|
33227
|
|
|
|
|
|
|
"61359072", "Koo\ Wee\ Rup", |
|
33228
|
|
|
|
|
|
|
"61745802", "Toowoomba", |
|
33229
|
|
|
|
|
|
|
"618752502", "Tailem\ Bend", |
|
33230
|
|
|
|
|
|
|
"6189792", "Bunbury", |
|
33231
|
|
|
|
|
|
|
"61256316", "Thora", |
|
33232
|
|
|
|
|
|
|
"61257321", "Inverell", |
|
33233
|
|
|
|
|
|
|
"61743032", "Pialba", |
|
33234
|
|
|
|
|
|
|
"61747699", "Barkly", |
|
33235
|
|
|
|
|
|
|
"612574469", "Upper\ Horton", |
|
33236
|
|
|
|
|
|
|
"61343729", "Ballarat", |
|
33237
|
|
|
|
|
|
|
"61253037", "Grenfell", |
|
33238
|
|
|
|
|
|
|
"61748474", "Middlemount", |
|
33239
|
|
|
|
|
|
|
"612532681", "Glen\ Davis", |
|
33240
|
|
|
|
|
|
|
"61897043", "Dinninup", |
|
33241
|
|
|
|
|
|
|
"61246048", "Campbelltown", |
|
33242
|
|
|
|
|
|
|
"61357607", "Winton", |
|
33243
|
|
|
|
|
|
|
"61350163", "Werrimull", |
|
33244
|
|
|
|
|
|
|
"612583224", "Alectown", |
|
33245
|
|
|
|
|
|
|
"612530256", "Harden", |
|
33246
|
|
|
|
|
|
|
"61359017", "Marysville", |
|
33247
|
|
|
|
|
|
|
"613470811", "Beechworth", |
|
33248
|
|
|
|
|
|
|
"618753308", "Wanbi", |
|
33249
|
|
|
|
|
|
|
"61353703", "Balliang", |
|
33250
|
|
|
|
|
|
|
"6186195", "Armadale", |
|
33251
|
|
|
|
|
|
|
"612685662", "Borah\ Tank", |
|
33252
|
|
|
|
|
|
|
"61351210", "Nowa\ Nowa", |
|
33253
|
|
|
|
|
|
|
"61255557", "Taree", |
|
33254
|
|
|
|
|
|
|
"61879375", "Tablelands", |
|
33255
|
|
|
|
|
|
|
"61742070", "Hopevale", |
|
33256
|
|
|
|
|
|
|
"61358089", "Caldwell", |
|
33257
|
|
|
|
|
|
|
"61898578", "Nyabing", |
|
33258
|
|
|
|
|
|
|
"6124044", "Newcastle", |
|
33259
|
|
|
|
|
|
|
"617468303", "Kilbeggan", |
|
33260
|
|
|
|
|
|
|
"61886137", "Marla", |
|
33261
|
|
|
|
|
|
|
"61340145", "Nangiloc", |
|
33262
|
|
|
|
|
|
|
"61745966", "Toowoomba", |
|
33263
|
|
|
|
|
|
|
"61367354", "Scottsdale", |
|
33264
|
|
|
|
|
|
|
"61363474", "Longford", |
|
33265
|
|
|
|
|
|
|
"61265248", "Stuarts\ Point", |
|
33266
|
|
|
|
|
|
|
"61747576", "Yabulu", |
|
33267
|
|
|
|
|
|
|
"6128784", "Liverpool", |
|
33268
|
|
|
|
|
|
|
"618682149", "Katanning", |
|
33269
|
|
|
|
|
|
|
"61887069", "Laffer", |
|
33270
|
|
|
|
|
|
|
"61745552", "Balonne", |
|
33271
|
|
|
|
|
|
|
"6174758", "Townsville", |
|
33272
|
|
|
|
|
|
|
"61261046", "Bungendore", |
|
33273
|
|
|
|
|
|
|
"61256521", "Ettrick", |
|
33274
|
|
|
|
|
|
|
"6138564", "Melbourne", |
|
33275
|
|
|
|
|
|
|
"61343165", "Wilkur", |
|
33276
|
|
|
|
|
|
|
"617458794", "Dulacca", |
|
33277
|
|
|
|
|
|
|
"61351574", "Ensay", |
|
33278
|
|
|
|
|
|
|
"61269082", "Wallendbeen", |
|
33279
|
|
|
|
|
|
|
"61744433", "Dalbeg", |
|
33280
|
|
|
|
|
|
|
"618683095", "Perillup", |
|
33281
|
|
|
|
|
|
|
"61248742", "Golspie", |
|
33282
|
|
|
|
|
|
|
"61259039", "Stanbridge", |
|
33283
|
|
|
|
|
|
|
"61269611", "Bunda", |
|
33284
|
|
|
|
|
|
|
"618985473", "Ravensthorpe", |
|
33285
|
|
|
|
|
|
|
"61357449", "Yarrawonga", |
|
33286
|
|
|
|
|
|
|
"61267001", "Tamworth", |
|
33287
|
|
|
|
|
|
|
"61731501", "Brisbane", |
|
33288
|
|
|
|
|
|
|
"612532541", "Lyndhurst", |
|
33289
|
|
|
|
|
|
|
"61754011", "Imbil", |
|
33290
|
|
|
|
|
|
|
"61256463", "Coffs\ Harbour", |
|
33291
|
|
|
|
|
|
|
"61745180", "Tara", |
|
33292
|
|
|
|
|
|
|
"61354124", "Rochester", |
|
33293
|
|
|
|
|
|
|
"613531858", "Scarsdale", |
|
33294
|
|
|
|
|
|
|
"617459041", "Morven", |
|
33295
|
|
|
|
|
|
|
"61269948", "Booroorban", |
|
33296
|
|
|
|
|
|
|
"618601011", "Gibson", |
|
33297
|
|
|
|
|
|
|
"617458969", "Bell", |
|
33298
|
|
|
|
|
|
|
"61364191", "Smithton", |
|
33299
|
|
|
|
|
|
|
"612593983", "Kikoira", |
|
33300
|
|
|
|
|
|
|
"61353019", "Dimboola", |
|
33301
|
|
|
|
|
|
|
"617750016", "Oakey", |
|
33302
|
|
|
|
|
|
|
"61244071", "Jilliga", |
|
33303
|
|
|
|
|
|
|
"61895462", "Byford", |
|
33304
|
|
|
|
|
|
|
"61876134", "Roxby\ Downs", |
|
33305
|
|
|
|
|
|
|
"613442008", "Logan", |
|
33306
|
|
|
|
|
|
|
"61248159", "Reidsdale", |
|
33307
|
|
|
|
|
|
|
"61861201", "Herne\ Hill", |
|
33308
|
|
|
|
|
|
|
"61897119", "Augusta", |
|
33309
|
|
|
|
|
|
|
"61754241", "Esk", |
|
33310
|
|
|
|
|
|
|
"61875071", "Murray\ Bridge", |
|
33311
|
|
|
|
|
|
|
"613927", "Melbourne", |
|
33312
|
|
|
|
|
|
|
"61266944", "Dorrigo", |
|
33313
|
|
|
|
|
|
|
"618983731", "Kojonup", |
|
33314
|
|
|
|
|
|
|
"61886677", "Jamestown", |
|
33315
|
|
|
|
|
|
|
"61871113", "Adelaide", |
|
33316
|
|
|
|
|
|
|
"6188843", "Clare", |
|
33317
|
|
|
|
|
|
|
"61891894", "Paraburdoo", |
|
33318
|
|
|
|
|
|
|
"61353249", "Halls\ Gap", |
|
33319
|
|
|
|
|
|
|
"612583897", "Dandaloo", |
|
33320
|
|
|
|
|
|
|
"618683658", "Quindanning", |
|
33321
|
|
|
|
|
|
|
"61889847", "Noonamah", |
|
33322
|
|
|
|
|
|
|
"61886612", "Yunta", |
|
33323
|
|
|
|
|
|
|
"61886081", "Great\ Bight", |
|
33324
|
|
|
|
|
|
|
"617452578", "Haden", |
|
33325
|
|
|
|
|
|
|
"61264065", "Jindabyne\ South", |
|
33326
|
|
|
|
|
|
|
"61878076", "Clare", |
|
33327
|
|
|
|
|
|
|
"618660844", "Cleary\ North", |
|
33328
|
|
|
|
|
|
|
"61364494", "Devonport", |
|
33329
|
|
|
|
|
|
|
"61898329", "Boscabel", |
|
33330
|
|
|
|
|
|
|
"613432165", "Moyston", |
|
33331
|
|
|
|
|
|
|
"61879138", "Darwin", |
|
33332
|
|
|
|
|
|
|
"61358774", "Blighty", |
|
33333
|
|
|
|
|
|
|
"61755164", "Beechmont", |
|
33334
|
|
|
|
|
|
|
"61363227", "Blessington", |
|
33335
|
|
|
|
|
|
|
"6124272", "Wollongong", |
|
33336
|
|
|
|
|
|
|
"61867016", "Harvey", |
|
33337
|
|
|
|
|
|
|
"61348293", "Lalalty", |
|
33338
|
|
|
|
|
|
|
"61889185", "Jabiru", |
|
33339
|
|
|
|
|
|
|
"61351040", "Club\ Terrace", |
|
33340
|
|
|
|
|
|
|
"61866021", "Bidaminna", |
|
33341
|
|
|
|
|
|
|
"61747109", "Ingham", |
|
33342
|
|
|
|
|
|
|
"61744002", "Burketown", |
|
33343
|
|
|
|
|
|
|
"61388272", "Ringwood", |
|
33344
|
|
|
|
|
|
|
"61363171", "Glengarry", |
|
33345
|
|
|
|
|
|
|
"61879255", "Pine\ Creek", |
|
33346
|
|
|
|
|
|
|
"613553792", "Hamilton", |
|
33347
|
|
|
|
|
|
|
"618964451", "Coomberdale", |
|
33348
|
|
|
|
|
|
|
"618763906", "Port\ Lincoln", |
|
33349
|
|
|
|
|
|
|
"6188181", "Woodside", |
|
33350
|
|
|
|
|
|
|
"61357197", "Chiltern", |
|
33351
|
|
|
|
|
|
|
"61265018", "Bunnan", |
|
33352
|
|
|
|
|
|
|
"61752196", "Caboolture", |
|
33353
|
|
|
|
|
|
|
"617476441", "Cape\ River", |
|
33354
|
|
|
|
|
|
|
"61362016", "Brighton", |
|
33355
|
|
|
|
|
|
|
"6138579", "Melbourne", |
|
33356
|
|
|
|
|
|
|
"618989375", "Dumbleyung", |
|
33357
|
|
|
|
|
|
|
"617480109", "Biloela", |
|
33358
|
|
|
|
|
|
|
"61885337", "Two\ Wells", |
|
33359
|
|
|
|
|
|
|
"61367274", "Exeter", |
|
33360
|
|
|
|
|
|
|
"61269598", "Sandigo", |
|
33361
|
|
|
|
|
|
|
"61264468", "Eden", |
|
33362
|
|
|
|
|
|
|
"618763390", "Penong", |
|
33363
|
|
|
|
|
|
|
"612532469", "Tyagong", |
|
33364
|
|
|
|
|
|
|
"618903515", "Kambalda", |
|
33365
|
|
|
|
|
|
|
"61257157", "Gunnedah", |
|
33366
|
|
|
|
|
|
|
"61748227", "Proserpine", |
|
33367
|
|
|
|
|
|
|
"61354733", "Castlemaine", |
|
33368
|
|
|
|
|
|
|
"61258111", "Baradine", |
|
33369
|
|
|
|
|
|
|
"618867727", "Carrieton", |
|
33370
|
|
|
|
|
|
|
"61755158", "Southport", |
|
33371
|
|
|
|
|
|
|
"61746256", "Bollon", |
|
33372
|
|
|
|
|
|
|
"61888298", "Snowtown", |
|
33373
|
|
|
|
|
|
|
"61343051", "Banyena", |
|
33374
|
|
|
|
|
|
|
"6175640", "Beaudesert", |
|
33375
|
|
|
|
|
|
|
"61352118", "Beech\ Forest", |
|
33376
|
|
|
|
|
|
|
"618903550", "Mount\ Beaumont", |
|
33377
|
|
|
|
|
|
|
"61268784", "Gilgooma", |
|
33378
|
|
|
|
|
|
|
"61741390", "Gayndah", |
|
33379
|
|
|
|
|
|
|
"61745176", "Macalister", |
|
33380
|
|
|
|
|
|
|
"61359247", "Tankerton", |
|
33381
|
|
|
|
|
|
|
"612574681", "Deepwater", |
|
33382
|
|
|
|
|
|
|
"613573062", "Kinglake", |
|
33383
|
|
|
|
|
|
|
"61747152", "Pentland", |
|
33384
|
|
|
|
|
|
|
"61744059", "Charters\ Towers", |
|
33385
|
|
|
|
|
|
|
"61258222", "Tullamore", |
|
33386
|
|
|
|
|
|
|
"61742205", "Tully", |
|
33387
|
|
|
|
|
|
|
"6124381", "Gosford", |
|
33388
|
|
|
|
|
|
|
"61255116", "Telegraph\ Point", |
|
33389
|
|
|
|
|
|
|
"618856768", "Coonalpyn", |
|
33390
|
|
|
|
|
|
|
"61243460", "Wyong", |
|
33391
|
|
|
|
|
|
|
"618863368", "Darke\ Peak", |
|
33392
|
|
|
|
|
|
|
"61749643", "Walkerston", |
|
33393
|
|
|
|
|
|
|
"618996955", "Pindar\ South", |
|
33394
|
|
|
|
|
|
|
"618682175", "Narrogin", |
|
33395
|
|
|
|
|
|
|
"61364601", "Queenstown", |
|
33396
|
|
|
|
|
|
|
"61355947", "Pomborneit", |
|
33397
|
|
|
|
|
|
|
"61851084", "Whaleback", |
|
33398
|
|
|
|
|
|
|
"613546202", "Avoca", |
|
33399
|
|
|
|
|
|
|
"61743403", "Gayndah", |
|
33400
|
|
|
|
|
|
|
"61264454", "Cooma", |
|
33401
|
|
|
|
|
|
|
"612593727", "Tallimba", |
|
33402
|
|
|
|
|
|
|
"61361062", "Bothwell", |
|
33403
|
|
|
|
|
|
|
"613470790", "Myrtleford", |
|
33404
|
|
|
|
|
|
|
"613441720", "Maldon", |
|
33405
|
|
|
|
|
|
|
"61253181", "Orange", |
|
33406
|
|
|
|
|
|
|
"61264327", "Merimbula", |
|
33407
|
|
|
|
|
|
|
"61263714", "Gulgong", |
|
33408
|
|
|
|
|
|
|
"61899099", "Carnamah\ West", |
|
33409
|
|
|
|
|
|
|
"61350524", "Palinyewah", |
|
33410
|
|
|
|
|
|
|
"618996910", "Yalgoo", |
|
33411
|
|
|
|
|
|
|
"618763654", "Melrose", |
|
33412
|
|
|
|
|
|
|
"61257284", "Tenterden", |
|
33413
|
|
|
|
|
|
|
"61742086", "Daintree", |
|
33414
|
|
|
|
|
|
|
"6124888", "Robertson", |
|
33415
|
|
|
|
|
|
|
"6139913", "Melbourne", |
|
33416
|
|
|
|
|
|
|
"6173204", "Redcliffe", |
|
33417
|
|
|
|
|
|
|
"61260801", "Cudgewa", |
|
33418
|
|
|
|
|
|
|
"61895519", "Bullsbrook\ East", |
|
33419
|
|
|
|
|
|
|
"61741931", "Howard", |
|
33420
|
|
|
|
|
|
|
"61267832", "Upper\ Horton", |
|
33421
|
|
|
|
|
|
|
"61890441", "Merredin", |
|
33422
|
|
|
|
|
|
|
"61340253", "Nangiloc", |
|
33423
|
|
|
|
|
|
|
"61240447", "Swansea", |
|
33424
|
|
|
|
|
|
|
"61264320", "Dalgety", |
|
33425
|
|
|
|
|
|
|
"618903883", "Mount\ Hampton", |
|
33426
|
|
|
|
|
|
|
"61240766", "Newcastle", |
|
33427
|
|
|
|
|
|
|
"61267125", "Tenterden", |
|
33428
|
|
|
|
|
|
|
"618600251", "Mount\ Walker\ South", |
|
33429
|
|
|
|
|
|
|
"61898362", "Gairdner", |
|
33430
|
|
|
|
|
|
|
"61261641", "Binalong", |
|
33431
|
|
|
|
|
|
|
"61753462", "Moore", |
|
33432
|
|
|
|
|
|
|
"61267539", "Mirriadool", |
|
33433
|
|
|
|
|
|
|
"61878131", "Ardrossan", |
|
33434
|
|
|
|
|
|
|
"61355940", "Merino", |
|
33435
|
|
|
|
|
|
|
"61269933", "Hay", |
|
33436
|
|
|
|
|
|
|
"618763842", "Wirrulla", |
|
33437
|
|
|
|
|
|
|
"61744448", "Gununa", |
|
33438
|
|
|
|
|
|
|
"61875136", "Swan\ Reach", |
|
33439
|
|
|
|
|
|
|
"61350111", "Palinyewah", |
|
33440
|
|
|
|
|
|
|
"6138804", "Melbourne", |
|
33441
|
|
|
|
|
|
|
"613546272", "Harcourt", |
|
33442
|
|
|
|
|
|
|
"61363913", "Longford", |
|
33443
|
|
|
|
|
|
|
"618683562", "Tenterden", |
|
33444
|
|
|
|
|
|
|
"61741397", "Tandora", |
|
33445
|
|
|
|
|
|
|
"617459912", "Toowoomba", |
|
33446
|
|
|
|
|
|
|
"61258524", "Dubbo", |
|
33447
|
|
|
|
|
|
|
"61746964", "Clifton", |
|
33448
|
|
|
|
|
|
|
"617452730", "Legume", |
|
33449
|
|
|
|
|
|
|
"61240652", "Bandon\ Grove", |
|
33450
|
|
|
|
|
|
|
"61877199", "Rendelsham", |
|
33451
|
|
|
|
|
|
|
"61734951", "Cleveland", |
|
33452
|
|
|
|
|
|
|
"6188248", "Adelaide", |
|
33453
|
|
|
|
|
|
|
"612530035", "Twelve\ Mile\/Bylong\/Canowindra\/Bathurst", |
|
33454
|
|
|
|
|
|
|
"618989168", "Pingelly", |
|
33455
|
|
|
|
|
|
|
"618753039", "Penneshaw", |
|
33456
|
|
|
|
|
|
|
"61265233", "Krambach", |
|
33457
|
|
|
|
|
|
|
"61359240", "Rosebud", |
|
33458
|
|
|
|
|
|
|
"61269016", "Boree\ Creek", |
|
33459
|
|
|
|
|
|
|
"6138748", "Whittlesea", |
|
33460
|
|
|
|
|
|
|
"61257150", "Glen\ Innes", |
|
33461
|
|
|
|
|
|
|
"61887141", "Wirrega", |
|
33462
|
|
|
|
|
|
|
"61748220", "Wagoora", |
|
33463
|
|
|
|
|
|
|
"61267606", "Somerton", |
|
33464
|
|
|
|
|
|
|
"61362598", "Miena", |
|
33465
|
|
|
|
|
|
|
"61351309", "Dargo", |
|
33466
|
|
|
|
|
|
|
"61743551", "Moonford", |
|
33467
|
|
|
|
|
|
|
"61896289", "Calingiri", |
|
33468
|
|
|
|
|
|
|
"618864054", "Kapinnie", |
|
33469
|
|
|
|
|
|
|
"61363036", "Fingal", |
|
33470
|
|
|
|
|
|
|
"61888779", "Nantawarra", |
|
33471
|
|
|
|
|
|
|
"618903490", "Grass\ Patch", |
|
33472
|
|
|
|
|
|
|
"61897038", "Dardanup", |
|
33473
|
|
|
|
|
|
|
"61246033", "Camden", |
|
33474
|
|
|
|
|
|
|
"61879249", "Elliott", |
|
33475
|
|
|
|
|
|
|
"61269663", "Rankins\ Springs", |
|
33476
|
|
|
|
|
|
|
"612573419", "Pallamallawa", |
|
33477
|
|
|
|
|
|
|
"61341323", "Ensay", |
|
33478
|
|
|
|
|
|
|
"61256411", "Whiporie", |
|
33479
|
|
|
|
|
|
|
"61255314", "Bowraville", |
|
33480
|
|
|
|
|
|
|
"61740714", "Mount\ Surprise", |
|
33481
|
|
|
|
|
|
|
"61265679", "Toorooka", |
|
33482
|
|
|
|
|
|
|
"61357190", "Thoona", |
|
33483
|
|
|
|
|
|
|
"61258269", "Cumborah", |
|
33484
|
|
|
|
|
|
|
"61745031", "Chinchilla", |
|
33485
|
|
|
|
|
|
|
"61885330", "Taylorville", |
|
33486
|
|
|
|
|
|
|
"61251133", "Gearys\ Gap", |
|
33487
|
|
|
|
|
|
|
"61746471", "Dulacca", |
|
33488
|
|
|
|
|
|
|
"61742242", "Euramo", |
|
33489
|
|
|
|
|
|
|
"61745374", "Condamine", |
|
33490
|
|
|
|
|
|
|
"61353138", "Rainbow", |
|
33491
|
|
|
|
|
|
|
"61354698", "Wycheproof", |
|
33492
|
|
|
|
|
|
|
"618854984", "Robertstown", |
|
33493
|
|
|
|
|
|
|
"618967695", "Koorda", |
|
33494
|
|
|
|
|
|
|
"61351047", "Combienbar", |
|
33495
|
|
|
|
|
|
|
"61749178", "Agnes\ Water", |
|
33496
|
|
|
|
|
|
|
"618863593", "Port\ Neill", |
|
33497
|
|
|
|
|
|
|
"61363220", "Deloraine", |
|
33498
|
|
|
|
|
|
|
"61871300", "Adelaide", |
|
33499
|
|
|
|
|
|
|
"61748036", "Benaraby", |
|
33500
|
|
|
|
|
|
|
"61887701", "Bordertown", |
|
33501
|
|
|
|
|
|
|
"6124283", "Wollongong", |
|
33502
|
|
|
|
|
|
|
"617480729", "The\ Caves", |
|
33503
|
|
|
|
|
|
|
"61880135", "Menindee", |
|
33504
|
|
|
|
|
|
|
"618660995", "Kalannie", |
|
33505
|
|
|
|
|
|
|
"61240609", "Cessnock", |
|
33506
|
|
|
|
|
|
|
"618763976", "Mambray\ Creek", |
|
33507
|
|
|
|
|
|
|
"618965686", "Dalwallinu\ West", |
|
33508
|
|
|
|
|
|
|
"613451353", "Wombelano", |
|
33509
|
|
|
|
|
|
|
"61259118", "Cowabbie", |
|
33510
|
|
|
|
|
|
|
"61889782", "Daly", |
|
33511
|
|
|
|
|
|
|
"61342044", "Apollo\ Bay", |
|
33512
|
|
|
|
|
|
|
"618854916", "Strathalbyn", |
|
33513
|
|
|
|
|
|
|
"61353255", "Willaura", |
|
33514
|
|
|
|
|
|
|
"617452508", "Brymaroo", |
|
33515
|
|
|
|
|
|
|
"61885991", "Taplan", |
|
33516
|
|
|
|
|
|
|
"61752001", "Ballugan", |
|
33517
|
|
|
|
|
|
|
"61897435", "Collie", |
|
33518
|
|
|
|
|
|
|
"618965614", "Dowerin", |
|
33519
|
|
|
|
|
|
|
"61746958", "Nobby", |
|
33520
|
|
|
|
|
|
|
"61888996", "Warooka", |
|
33521
|
|
|
|
|
|
|
"61886670", "Gairdner", |
|
33522
|
|
|
|
|
|
|
"613451337", "Ozenkadnook", |
|
33523
|
|
|
|
|
|
|
"61746634", "Bell", |
|
33524
|
|
|
|
|
|
|
"612630399", "Burraga", |
|
33525
|
|
|
|
|
|
|
"6135559", "Warrnambool", |
|
33526
|
|
|
|
|
|
|
"61256382", "Ballina", |
|
33527
|
|
|
|
|
|
|
"61266339", "Ettrick", |
|
33528
|
|
|
|
|
|
|
"613431981", "Moyston", |
|
33529
|
|
|
|
|
|
|
"61891299", "Port\ Hedland", |
|
33530
|
|
|
|
|
|
|
"61361029", "Kempton", |
|
33531
|
|
|
|
|
|
|
"61741789", "Eidsvold", |
|
33532
|
|
|
|
|
|
|
"61877089", "Bordertown", |
|
33533
|
|
|
|
|
|
|
"6189732", "Donnybrook", |
|
33534
|
|
|
|
|
|
|
"6126087", "Albury", |
|
33535
|
|
|
|
|
|
|
"613574772", "Winton", |
|
33536
|
|
|
|
|
|
|
"612574216", "Coolatai", |
|
33537
|
|
|
|
|
|
|
"61380014", "Sunbury", |
|
33538
|
|
|
|
|
|
|
"61267994", "Bellata", |
|
33539
|
|
|
|
|
|
|
"61269726", "Kikoira", |
|
33540
|
|
|
|
|
|
|
"61260886", "Albury", |
|
33541
|
|
|
|
|
|
|
"61748690", "Belyando", |
|
33542
|
|
|
|
|
|
|
"61746976", "Helidon", |
|
33543
|
|
|
|
|
|
|
"618600842", "Norseman", |
|
33544
|
|
|
|
|
|
|
"612573443", "Wenna", |
|
33545
|
|
|
|
|
|
|
"61742001", "Bloomfield", |
|
33546
|
|
|
|
|
|
|
"61364686", "Devonport", |
|
33547
|
|
|
|
|
|
|
"612583146", "Brewarrina", |
|
33548
|
|
|
|
|
|
|
"6128440", "Sydney", |
|
33549
|
|
|
|
|
|
|
"61887439", "Tilley\ Swamp", |
|
33550
|
|
|
|
|
|
|
"618840", "Adelaide", |
|
33551
|
|
|
|
|
|
|
"617459887", "Omanama", |
|
33552
|
|
|
|
|
|
|
"618854599", "Freeling", |
|
33553
|
|
|
|
|
|
|
"618986157", "Kulin", |
|
33554
|
|
|
|
|
|
|
"613531981", "Jeparit", |
|
33555
|
|
|
|
|
|
|
"6124580", "Windsor", |
|
33556
|
|
|
|
|
|
|
"6139232", "Melbourne", |
|
33557
|
|
|
|
|
|
|
"612592736", "Talbingo", |
|
33558
|
|
|
|
|
|
|
"617480316", "Rolleston", |
|
33559
|
|
|
|
|
|
|
"61246411", "Campbelltown", |
|
33560
|
|
|
|
|
|
|
"61744063", "Halifax", |
|
33561
|
|
|
|
|
|
|
"612593992", "Maude", |
|
33562
|
|
|
|
|
|
|
"61267070", "Armidale", |
|
33563
|
|
|
|
|
|
|
"618859966", "Pinnaroo", |
|
33564
|
|
|
|
|
|
|
"61255473", "Kempsey", |
|
33565
|
|
|
|
|
|
|
"61896417", "Balkuling", |
|
33566
|
|
|
|
|
|
|
"61247426", "Penrith", |
|
33567
|
|
|
|
|
|
|
"61256033", "Coffs\ Harbour", |
|
33568
|
|
|
|
|
|
|
"61890139", "Muntadgin\ East", |
|
33569
|
|
|
|
|
|
|
"61749156", "Oombabeer", |
|
33570
|
|
|
|
|
|
|
"61244000", "Batemans\ Bay", |
|
33571
|
|
|
|
|
|
|
"61340508", "Berriwillock", |
|
33572
|
|
|
|
|
|
|
"61752242", "Woolooga", |
|
33573
|
|
|
|
|
|
|
"61745413", "Leyburn", |
|
33574
|
|
|
|
|
|
|
"61240898", "Raymond\ Terrace", |
|
33575
|
|
|
|
|
|
|
"61890525", "Nullarbor", |
|
33576
|
|
|
|
|
|
|
"61341352", "Bairnsdale", |
|
33577
|
|
|
|
|
|
|
"61895032", "Byford", |
|
33578
|
|
|
|
|
|
|
"61896472", "Dale\ River", |
|
33579
|
|
|
|
|
|
|
"61341047", "Dinner\ Plain", |
|
33580
|
|
|
|
|
|
|
"6128977", "Sydney", |
|
33581
|
|
|
|
|
|
|
"612574284", "Wellingrove", |
|
33582
|
|
|
|
|
|
|
"61350692", "Curyo", |
|
33583
|
|
|
|
|
|
|
"61287498", "Liverpool", |
|
33584
|
|
|
|
|
|
|
"61265704", "Broke", |
|
33585
|
|
|
|
|
|
|
"6136374", "Fingal", |
|
33586
|
|
|
|
|
|
|
"61352044", "Barwon\ Downs", |
|
33587
|
|
|
|
|
|
|
"61352422", "Lorne", |
|
33588
|
|
|
|
|
|
|
"617441926", "Ayr", |
|
33589
|
|
|
|
|
|
|
"61356147", "Tidal\ River", |
|
33590
|
|
|
|
|
|
|
"618753299", "Taldra", |
|
33591
|
|
|
|
|
|
|
"612530295", "Murringo\/Cudal\/Cumnock\/Dunedoo", |
|
33592
|
|
|
|
|
|
|
"61242493", "Wollongong", |
|
33593
|
|
|
|
|
|
|
"61746799", "Dalby", |
|
33594
|
|
|
|
|
|
|
"61898775", "Wickepin", |
|
33595
|
|
|
|
|
|
|
"61890946", "Bullfinch", |
|
33596
|
|
|
|
|
|
|
"61264261", "Cooma", |
|
33597
|
|
|
|
|
|
|
"61269348", "The\ Rock", |
|
33598
|
|
|
|
|
|
|
"61358440", "Cobram", |
|
33599
|
|
|
|
|
|
|
"61886285", "Yabmana", |
|
33600
|
|
|
|
|
|
|
"61874800", "Mclaren\ Vale", |
|
33601
|
|
|
|
|
|
|
"61260429", "Barnawartha", |
|
33602
|
|
|
|
|
|
|
"61876155", "Coffin\ Bay", |
|
33603
|
|
|
|
|
|
|
"61742394", "Lakeland", |
|
33604
|
|
|
|
|
|
|
"618600976", "Norseman", |
|
33605
|
|
|
|
|
|
|
"61240623", "Swansea", |
|
33606
|
|
|
|
|
|
|
"6135972", "Mornington", |
|
33607
|
|
|
|
|
|
|
"61888604", "Snowtown", |
|
33608
|
|
|
|
|
|
|
"617441938", "Cloncurry", |
|
33609
|
|
|
|
|
|
|
"613470608", "Seymour", |
|
33610
|
|
|
|
|
|
|
"61341309", "Woodside", |
|
33611
|
|
|
|
|
|
|
"61754045", "Woodbine", |
|
33612
|
|
|
|
|
|
|
"61354559", "Pyramid\ Hill", |
|
33613
|
|
|
|
|
|
|
"61875275", "Penneshaw", |
|
33614
|
|
|
|
|
|
|
"61354852", "Llanelly", |
|
33615
|
|
|
|
|
|
|
"6129574", "Sutherland", |
|
33616
|
|
|
|
|
|
|
"61265144", "Toorooka", |
|
33617
|
|
|
|
|
|
|
"61898110", "Hopetoun", |
|
33618
|
|
|
|
|
|
|
"618858583", "Narrung", |
|
33619
|
|
|
|
|
|
|
"61753551", "Caloundra", |
|
33620
|
|
|
|
|
|
|
"61263405", "Koorawatha", |
|
33621
|
|
|
|
|
|
|
"61745366", "Jericho", |
|
33622
|
|
|
|
|
|
|
"618985590", "Karlgarin", |
|
33623
|
|
|
|
|
|
|
"618683782", "Walpole", |
|
33624
|
|
|
|
|
|
|
"618903334", "Mount\ Walker\ South", |
|
33625
|
|
|
|
|
|
|
"618683056", "Jacup", |
|
33626
|
|
|
|
|
|
|
"61886006", "Bayley\ Plains", |
|
33627
|
|
|
|
|
|
|
"613541100", "Bendigo", |
|
33628
|
|
|
|
|
|
|
"61364130", "Currie", |
|
33629
|
|
|
|
|
|
|
"618865937", "Nunjikompita", |
|
33630
|
|
|
|
|
|
|
"61361003", "Southwest", |
|
33631
|
|
|
|
|
|
|
"61367335", "Bridport", |
|
33632
|
|
|
|
|
|
|
"61899507", "Northampton", |
|
33633
|
|
|
|
|
|
|
"6124555", "Windsor", |
|
33634
|
|
|
|
|
|
|
"61357080", "Mansfield", |
|
33635
|
|
|
|
|
|
|
"61743462", "Mount\ Perry", |
|
33636
|
|
|
|
|
|
|
"61340222", "Manangatang", |
|
33637
|
|
|
|
|
|
|
"61354228", "Kyneton", |
|
33638
|
|
|
|
|
|
|
"61262203", "Binalong", |
|
33639
|
|
|
|
|
|
|
"612592728", "Narraburra", |
|
33640
|
|
|
|
|
|
|
"61748361", "Byfield", |
|
33641
|
|
|
|
|
|
|
"61888060", "Marion\ Bay", |
|
33642
|
|
|
|
|
|
|
"61263008", "Yetholme", |
|
33643
|
|
|
|
|
|
|
"61362836", "Tarraleah", |
|
33644
|
|
|
|
|
|
|
"617458780", "Cockatoo", |
|
33645
|
|
|
|
|
|
|
"61340111", "Mildura", |
|
33646
|
|
|
|
|
|
|
"61255588", "Telegraph\ Point", |
|
33647
|
|
|
|
|
|
|
"61740024", "Chillagoe", |
|
33648
|
|
|
|
|
|
|
"61879051", "Tiwi", |
|
33649
|
|
|
|
|
|
|
"6187383", "Salisbury", |
|
33650
|
|
|
|
|
|
|
"61876238", "Port\ Augusta", |
|
33651
|
|
|
|
|
|
|
"61885515", "Victor\ Harbor", |
|
33652
|
|
|
|
|
|
|
"61891932", "Derby", |
|
33653
|
|
|
|
|
|
|
"61897818", "Collie", |
|
33654
|
|
|
|
|
|
|
"61888067", "Moonta", |
|
33655
|
|
|
|
|
|
|
"6187372", "Salisbury", |
|
33656
|
|
|
|
|
|
|
"61264043", "Cobargo", |
|
33657
|
|
|
|
|
|
|
"612583680", "Brewarrina", |
|
33658
|
|
|
|
|
|
|
"61357671", "Tatong", |
|
33659
|
|
|
|
|
|
|
"618985450", "Pingrup", |
|
33660
|
|
|
|
|
|
|
"61753403", "Upper\ Widgee", |
|
33661
|
|
|
|
|
|
|
"61889095", "Tanami", |
|
33662
|
|
|
|
|
|
|
"61745811", "Jondaryan", |
|
33663
|
|
|
|
|
|
|
"61898303", "Moodiarrup", |
|
33664
|
|
|
|
|
|
|
"61888893", "Balaklava", |
|
33665
|
|
|
|
|
|
|
"61267753", "Armidale", |
|
33666
|
|
|
|
|
|
|
"61367266", "Beaconsfield", |
|
33667
|
|
|
|
|
|
|
"6126853", "Forbes", |
|
33668
|
|
|
|
|
|
|
"617485860", "Fitzroy\ West", |
|
33669
|
|
|
|
|
|
|
"6126492", "Bega", |
|
33670
|
|
|
|
|
|
|
"61340524", "Nangiloc", |
|
33671
|
|
|
|
|
|
|
"61745235", "Mitchell", |
|
33672
|
|
|
|
|
|
|
"6124201", "Wollongong", |
|
33673
|
|
|
|
|
|
|
"61364137", "Stanley", |
|
33674
|
|
|
|
|
|
|
"612532717", "Twelve\ Mile", |
|
33675
|
|
|
|
|
|
|
"61899500", "Geraldton", |
|
33676
|
|
|
|
|
|
|
"618683438", "Williams", |
|
33677
|
|
|
|
|
|
|
"61357087", "Mount\ Buller", |
|
33678
|
|
|
|
|
|
|
"618660788", "Watheroo", |
|
33679
|
|
|
|
|
|
|
"61752086", "Ballugan", |
|
33680
|
|
|
|
|
|
|
"617750138", "Dulacca", |
|
33681
|
|
|
|
|
|
|
"61355761", "Macarthur", |
|
33682
|
|
|
|
|
|
|
"61889498", "Katherine", |
|
33683
|
|
|
|
|
|
|
"61876149", "Wilpena", |
|
33684
|
|
|
|
|
|
|
"613470678", "Buffalo\ River", |
|
33685
|
|
|
|
|
|
|
"61897151", "Margaret\ River", |
|
33686
|
|
|
|
|
|
|
"61898117", "Hyden\ East", |
|
33687
|
|
|
|
|
|
|
"61745158", "Bell", |
|
33688
|
|
|
|
|
|
|
"61756256", "Ormeau", |
|
33689
|
|
|
|
|
|
|
"61248111", "Bowral", |
|
33690
|
|
|
|
|
|
|
"618985196", "Nyabing", |
|
33691
|
|
|
|
|
|
|
"6173086", "Beenleigh", |
|
33692
|
|
|
|
|
|
|
"61887786", "Penola", |
|
33693
|
|
|
|
|
|
|
"61358447", "Yalca", |
|
33694
|
|
|
|
|
|
|
"61749354", "Tungamull", |
|
33695
|
|
|
|
|
|
|
"61746278", "Cockatoo", |
|
33696
|
|
|
|
|
|
|
"61755176", "Rathdowney", |
|
33697
|
|
|
|
|
|
|
"61259044", "Narraburra", |
|
33698
|
|
|
|
|
|
|
"61747123", "Leichhardt\ Range", |
|
33699
|
|
|
|
|
|
|
"61342118", "Birregurra", |
|
33700
|
|
|
|
|
|
|
"61357434", "Kobyboyn", |
|
33701
|
|
|
|
|
|
|
"618752494", "Policemans\ Point", |
|
33702
|
|
|
|
|
|
|
"6135983", "Red\ Hill", |
|
33703
|
|
|
|
|
|
|
"61353051", "Lake\ Bolac", |
|
33704
|
|
|
|
|
|
|
"61256218", "Coffs\ Harbour", |
|
33705
|
|
|
|
|
|
|
"61878064", "Yorketown", |
|
33706
|
|
|
|
|
|
|
"61735594", "Brisbane", |
|
33707
|
|
|
|
|
|
|
"618600906", "Mount\ Stirling", |
|
33708
|
|
|
|
|
|
|
"61754059", "Gympie", |
|
33709
|
|
|
|
|
|
|
"6173384", "Redcliffe", |
|
33710
|
|
|
|
|
|
|
"6188431", "Adelaide", |
|
33711
|
|
|
|
|
|
|
"61752205", "Wolvi", |
|
33712
|
|
|
|
|
|
|
"61741436", "Yarraman", |
|
33713
|
|
|
|
|
|
|
"61392151", "Dandenong", |
|
33714
|
|
|
|
|
|
|
"61898172", "Lake\ Grace", |
|
33715
|
|
|
|
|
|
|
"61886191", "Port\ Kenny", |
|
33716
|
|
|
|
|
|
|
"61754002", "Nambour", |
|
33717
|
|
|
|
|
|
|
"613441208", "Echuca", |
|
33718
|
|
|
|
|
|
|
"61253091", "Boorowa", |
|
33719
|
|
|
|
|
|
|
"61267012", "Nundle", |
|
33720
|
|
|
|
|
|
|
"61264119", "Berridale", |
|
33721
|
|
|
|
|
|
|
"61269602", "Griffith", |
|
33722
|
|
|
|
|
|
|
"61341040", "Bairnsdale", |
|
33723
|
|
|
|
|
|
|
"61851194", "Paraburdoo", |
|
33724
|
|
|
|
|
|
|
"618904232", "Southern\ Cross", |
|
33725
|
|
|
|
|
|
|
"61265346", "Ellerston", |
|
33726
|
|
|
|
|
|
|
"617750126", "Coondarra", |
|
33727
|
|
|
|
|
|
|
"61263024", "Boorowa", |
|
33728
|
|
|
|
|
|
|
"61356140", "Bunyip", |
|
33729
|
|
|
|
|
|
|
"6187190", "Mount\ Barker", |
|
33730
|
|
|
|
|
|
|
"618601121", "Bullaring", |
|
33731
|
|
|
|
|
|
|
"61268915", "Myamley", |
|
33732
|
|
|
|
|
|
|
"618680100", "Tarin\ Rock", |
|
33733
|
|
|
|
|
|
|
"61896410", "York", |
|
33734
|
|
|
|
|
|
|
"618660877", "Ballidu", |
|
33735
|
|
|
|
|
|
|
"61268341", "Teridgerie", |
|
33736
|
|
|
|
|
|
|
"61267077", "Gundabloui", |
|
33737
|
|
|
|
|
|
|
"61742196", "Atherton", |
|
33738
|
|
|
|
|
|
|
"61362645", "Colebrook", |
|
33739
|
|
|
|
|
|
|
"61260462", "Barnawartha", |
|
33740
|
|
|
|
|
|
|
"612583540", "Narran", |
|
33741
|
|
|
|
|
|
|
"61899189", "Wiluna", |
|
33742
|
|
|
|
|
|
|
"61244007", "Berry", |
|
33743
|
|
|
|
|
|
|
"61876013", "Marla", |
|
33744
|
|
|
|
|
|
|
"61744241", "Woodstock", |
|
33745
|
|
|
|
|
|
|
"61263985", "Monteagle", |
|
33746
|
|
|
|
|
|
|
"61878058", "Snowtown", |
|
33747
|
|
|
|
|
|
|
"61358609", "Rushworth", |
|
33748
|
|
|
|
|
|
|
"618683367", "Jerdacuttup", |
|
33749
|
|
|
|
|
|
|
"613574702", "St\ James", |
|
33750
|
|
|
|
|
|
|
"61891756", "Whaleback", |
|
33751
|
|
|
|
|
|
|
"613451199", "Victoria\ Valley", |
|
33752
|
|
|
|
|
|
|
"612583905", "Gilgandra", |
|
33753
|
|
|
|
|
|
|
"61269836", "Ungarie", |
|
33754
|
|
|
|
|
|
|
"613542661", "St\ Arnaud", |
|
33755
|
|
|
|
|
|
|
"61749665", "Walkerston", |
|
33756
|
|
|
|
|
|
|
"618683426", "Wickepin", |
|
33757
|
|
|
|
|
|
|
"61248508", "Tarago", |
|
33758
|
|
|
|
|
|
|
"6187281", "Woodside", |
|
33759
|
|
|
|
|
|
|
"61745164", "Coondarra", |
|
33760
|
|
|
|
|
|
|
"6174951", "Mackay", |
|
33761
|
|
|
|
|
|
|
"61890248", "Goldfields", |
|
33762
|
|
|
|
|
|
|
"612583303", "Tullamore", |
|
33763
|
|
|
|
|
|
|
"61743429", "Maryborough", |
|
33764
|
|
|
|
|
|
|
"61340269", "Ultima", |
|
33765
|
|
|
|
|
|
|
"61744011", "Ravenswood", |
|
33766
|
|
|
|
|
|
|
"61887115", "Tarpeena", |
|
33767
|
|
|
|
|
|
|
"61755180", "Tamborine\ Mountain", |
|
33768
|
|
|
|
|
|
|
"61742769", "Cooktown", |
|
33769
|
|
|
|
|
|
|
"61897468", "Nannup", |
|
33770
|
|
|
|
|
|
|
"618982221", "Albany", |
|
33771
|
|
|
|
|
|
|
"61876243", "Port\ Pirie", |
|
33772
|
|
|
|
|
|
|
"618869023", "Kelly", |
|
33773
|
|
|
|
|
|
|
"61746400", "The\ Gums", |
|
33774
|
|
|
|
|
|
|
"61343019", "Yaapeet", |
|
33775
|
|
|
|
|
|
|
"61878190", "Port\ Wakefield", |
|
33776
|
|
|
|
|
|
|
"613441886", "Beazleys\ Bridge", |
|
33777
|
|
|
|
|
|
|
"61745461", "Macalister", |
|
33778
|
|
|
|
|
|
|
"61741997", "Bundaberg", |
|
33779
|
|
|
|
|
|
|
"61258159", "Barrier", |
|
33780
|
|
|
|
|
|
|
"613542008", "Colbinabbin", |
|
33781
|
|
|
|
|
|
|
"617459868", "Legume", |
|
33782
|
|
|
|
|
|
|
"61730860", "Cleveland", |
|
33783
|
|
|
|
|
|
|
"6174065", "Silkwood", |
|
33784
|
|
|
|
|
|
|
"61363107", "Glengarry", |
|
33785
|
|
|
|
|
|
|
"61748466", "Cannon\ Valley", |
|
33786
|
|
|
|
|
|
|
"61351909", "Orbost", |
|
33787
|
|
|
|
|
|
|
"61890018", "Bodallin\ North", |
|
33788
|
|
|
|
|
|
|
"618903484", "Goldfields", |
|
33789
|
|
|
|
|
|
|
"61887770", "Taratap", |
|
33790
|
|
|
|
|
|
|
"618904243", "Warralakin", |
|
33791
|
|
|
|
|
|
|
"61341210", "Baw\ Baw", |
|
33792
|
|
|
|
|
|
|
"613542517", "Charlton", |
|
33793
|
|
|
|
|
|
|
"61895551", "Dwellingup", |
|
33794
|
|
|
|
|
|
|
"61267242", "Bingara", |
|
33795
|
|
|
|
|
|
|
"61898962", "Chittinup", |
|
33796
|
|
|
|
|
|
|
"618903416", "Collurabbie", |
|
33797
|
|
|
|
|
|
|
"61350145", "Turriff", |
|
33798
|
|
|
|
|
|
|
"61897065", "Manjimup", |
|
33799
|
|
|
|
|
|
|
"6173041", "Brisbane", |
|
33800
|
|
|
|
|
|
|
"61348089", "Tatura", |
|
33801
|
|
|
|
|
|
|
"61752070", "Laidley", |
|
33802
|
|
|
|
|
|
|
"61880168", "Wilcannia", |
|
33803
|
|
|
|
|
|
|
"61745523", "Muttaburra", |
|
33804
|
|
|
|
|
|
|
"61885660", "Kapunda", |
|
33805
|
|
|
|
|
|
|
"61875007", "Parndana", |
|
33806
|
|
|
|
|
|
|
"61266146", "Maclean", |
|
33807
|
|
|
|
|
|
|
"61284166", "Dural", |
|
33808
|
|
|
|
|
|
|
"618860090", "Ceduna", |
|
33809
|
|
|
|
|
|
|
"61889026", "Arnhem", |
|
33810
|
|
|
|
|
|
|
"61886601", "Wudinna", |
|
33811
|
|
|
|
|
|
|
"6173706", "Brisbane", |
|
33812
|
|
|
|
|
|
|
"61896527", "Bibby\ Springs", |
|
33813
|
|
|
|
|
|
|
"61341574", "Club\ Terrace", |
|
33814
|
|
|
|
|
|
|
"618903573", "Munglinup", |
|
33815
|
|
|
|
|
|
|
"613441814", "Marong", |
|
33816
|
|
|
|
|
|
|
"61355340", "Dundonnell", |
|
33817
|
|
|
|
|
|
|
"617486911", "Calen", |
|
33818
|
|
|
|
|
|
|
"61898806", "Hyden", |
|
33819
|
|
|
|
|
|
|
"61357131", "Tungamah", |
|
33820
|
|
|
|
|
|
|
"61364081", "Savage\ River", |
|
33821
|
|
|
|
|
|
|
"613451300", "Wallacedale", |
|
33822
|
|
|
|
|
|
|
"612583291", "Nyngan", |
|
33823
|
|
|
|
|
|
|
"613531920", "Crymelon", |
|
33824
|
|
|
|
|
|
|
"61238027", "Bowral", |
|
33825
|
|
|
|
|
|
|
"612533008", "Canowindra", |
|
33826
|
|
|
|
|
|
|
"61350705", "Annuello", |
|
33827
|
|
|
|
|
|
|
"618989313", "Tarwonga", |
|
33828
|
|
|
|
|
|
|
"617473827", "Boulia", |
|
33829
|
|
|
|
|
|
|
"61268760", "Gulargambone", |
|
33830
|
|
|
|
|
|
|
"613572756", "Harrietville", |
|
33831
|
|
|
|
|
|
|
"6175638", "Southport", |
|
33832
|
|
|
|
|
|
|
"618903892", "Mount\ Stirling", |
|
33833
|
|
|
|
|
|
|
"61885391", "Murray\ Bridge", |
|
33834
|
|
|
|
|
|
|
"617442565", "Kirk", |
|
33835
|
|
|
|
|
|
|
"61753032", "Maleny", |
|
33836
|
|
|
|
|
|
|
"61746987", "Toowoomba", |
|
33837
|
|
|
|
|
|
|
"61746655", "Chinchilla", |
|
33838
|
|
|
|
|
|
|
"61745090", "Aramac", |
|
33839
|
|
|
|
|
|
|
"61269192", "Ungarie", |
|
33840
|
|
|
|
|
|
|
"61343143", "Glenorchy", |
|
33841
|
|
|
|
|
|
|
"61896860", "Beacon", |
|
33842
|
|
|
|
|
|
|
"618967656", "Cleary\ North", |
|
33843
|
|
|
|
|
|
|
"612583534", "Mount\ Foster", |
|
33844
|
|
|
|
|
|
|
"61266939", "Wiangaree", |
|
33845
|
|
|
|
|
|
|
"61256982", "Lismore", |
|
33846
|
|
|
|
|
|
|
"61748313", "Mount\ Gardiner", |
|
33847
|
|
|
|
|
|
|
"61243037", "Wyong", |
|
33848
|
|
|
|
|
|
|
"61364677", "Smithton", |
|
33849
|
|
|
|
|
|
|
"61353729", "Jeparit", |
|
33850
|
|
|
|
|
|
|
"61259214", "Springdale", |
|
33851
|
|
|
|
|
|
|
"61747808", "Long\ Pocket", |
|
33852
|
|
|
|
|
|
|
"618660956", "Yorkrakine", |
|
33853
|
|
|
|
|
|
|
"61260812", "Tallangatta\ Valley", |
|
33854
|
|
|
|
|
|
|
"617750207", "Thomson", |
|
33855
|
|
|
|
|
|
|
"61742606", "Innisfail", |
|
33856
|
|
|
|
|
|
|
"61340163", "Scotia", |
|
33857
|
|
|
|
|
|
|
"61256048", "Urbenville", |
|
33858
|
|
|
|
|
|
|
"61264213", "Numeralla", |
|
33859
|
|
|
|
|
|
|
"61885930", "Mannum", |
|
33860
|
|
|
|
|
|
|
"61880154", "Pimpara", |
|
33861
|
|
|
|
|
|
|
"617476391", "Bowen", |
|
33862
|
|
|
|
|
|
|
"61358199", "Tongala", |
|
33863
|
|
|
|
|
|
|
"61255914", "Scone", |
|
33864
|
|
|
|
|
|
|
"61354995", "Laen", |
|
33865
|
|
|
|
|
|
|
"61257260", "Rowena", |
|
33866
|
|
|
|
|
|
|
"61742125", "Kowanyama", |
|
33867
|
|
|
|
|
|
|
"61258102", "Collie", |
|
33868
|
|
|
|
|
|
|
"618763440", "Caltowie", |
|
33869
|
|
|
|
|
|
|
"618763672", "Port\ Pirie", |
|
33870
|
|
|
|
|
|
|
"61743383", "Chahpingah", |
|
33871
|
|
|
|
|
|
|
"61748107", "Hodgson\ Range", |
|
33872
|
|
|
|
|
|
|
"612574717", "Oban", |
|
33873
|
|
|
|
|
|
|
"61256445", "Tyalgum", |
|
33874
|
|
|
|
|
|
|
"618854990", "Sanderston", |
|
33875
|
|
|
|
|
|
|
"61851060", "Cocos\ Island", |
|
33876
|
|
|
|
|
|
|
"61898632", "Dumbleyung", |
|
33877
|
|
|
|
|
|
|
"6137001", "Melbourne", |
|
33878
|
|
|
|
|
|
|
"61747564", "Giru", |
|
33879
|
|
|
|
|
|
|
"61899283", "Eneabba", |
|
33880
|
|
|
|
|
|
|
"61363466", "Beaconsfield", |
|
33881
|
|
|
|
|
|
|
"61851067", "Karratha", |
|
33882
|
|
|
|
|
|
|
"618753012", "Hartley", |
|
33883
|
|
|
|
|
|
|
"61890233", "Wilgoyne", |
|
33884
|
|
|
|
|
|
|
"61748100", "Blackwater", |
|
33885
|
|
|
|
|
|
|
"618763602", "Everard", |
|
33886
|
|
|
|
|
|
|
"617452664", "Ravensbourne", |
|
33887
|
|
|
|
|
|
|
"61340414", "Wentworth", |
|
33888
|
|
|
|
|
|
|
"61865942", "Armadale", |
|
33889
|
|
|
|
|
|
|
"617459939", "Bimbadeen", |
|
33890
|
|
|
|
|
|
|
"61248163", "Gunning", |
|
33891
|
|
|
|
|
|
|
"61350373", "Swan\ Hill", |
|
33892
|
|
|
|
|
|
|
"61342039", "Torquay", |
|
33893
|
|
|
|
|
|
|
"61390090", "Eltham", |
|
33894
|
|
|
|
|
|
|
"61879234", "Tablelands", |
|
33895
|
|
|
|
|
|
|
"61267086", "Kingstown", |
|
33896
|
|
|
|
|
|
|
"61347064", "Wangaratta", |
|
33897
|
|
|
|
|
|
|
"61742722", "Cairns", |
|
33898
|
|
|
|
|
|
|
"61885937", "Policemans\ Point", |
|
33899
|
|
|
|
|
|
|
"61890596", "Mount\ Stirling", |
|
33900
|
|
|
|
|
|
|
"618660767", "Jelkobine", |
|
33901
|
|
|
|
|
|
|
"618763384", "Morchard", |
|
33902
|
|
|
|
|
|
|
"61344326", "Gisborne", |
|
33903
|
|
|
|
|
|
|
"61256459", "Grafton", |
|
33904
|
|
|
|
|
|
|
"6128188", "Sydney", |
|
33905
|
|
|
|
|
|
|
"61257267", "Bundella", |
|
33906
|
|
|
|
|
|
|
"6173157", "Brisbane", |
|
33907
|
|
|
|
|
|
|
"61885425", "Blanchetown", |
|
33908
|
|
|
|
|
|
|
"613546254", "Castlemaine", |
|
33909
|
|
|
|
|
|
|
"61363589", "Targa", |
|
33910
|
|
|
|
|
|
|
"617486735", "Zamia\ Creek", |
|
33911
|
|
|
|
|
|
|
"61353532", "Yaapeet", |
|
33912
|
|
|
|
|
|
|
"61255092", "Macksville", |
|
33913
|
|
|
|
|
|
|
"61243030", "Gosford", |
|
33914
|
|
|
|
|
|
|
"61746649", "Elbow\ Valley", |
|
33915
|
|
|
|
|
|
|
"61364670", "Devonport", |
|
33916
|
|
|
|
|
|
|
"6173412", "Beenleigh", |
|
33917
|
|
|
|
|
|
|
"61896867", "Cleary\ North", |
|
33918
|
|
|
|
|
|
|
"617479221", "Yabulu", |
|
33919
|
|
|
|
|
|
|
"618763961", "Hawker", |
|
33920
|
|
|
|
|
|
|
"6127801", "Parramatta", |
|
33921
|
|
|
|
|
|
|
"61355009", "Portland", |
|
33922
|
|
|
|
|
|
|
"61265441", "Scone", |
|
33923
|
|
|
|
|
|
|
"6138730", "Croydon", |
|
33924
|
|
|
|
|
|
|
"61361432", "Oatlands", |
|
33925
|
|
|
|
|
|
|
"61887053", "Lucindale", |
|
33926
|
|
|
|
|
|
|
"61736679", "Brisbane", |
|
33927
|
|
|
|
|
|
|
"61353839", "Laharum", |
|
33928
|
|
|
|
|
|
|
"61363882", "Pyengana", |
|
33929
|
|
|
|
|
|
|
"61267205", "Frazers\ Creek", |
|
33930
|
|
|
|
|
|
|
"6129750", "Sydney", |
|
33931
|
|
|
|
|
|
|
"61754215", "Esk", |
|
33932
|
|
|
|
|
|
|
"613451370", "Derrinallum", |
|
33933
|
|
|
|
|
|
|
"61238020", "Rugby", |
|
33934
|
|
|
|
|
|
|
"61885028", "Callington", |
|
33935
|
|
|
|
|
|
|
"61250199", "Gerogery", |
|
33936
|
|
|
|
|
|
|
"61247098", "Penrith", |
|
33937
|
|
|
|
|
|
|
"61896093", "Dukin", |
|
33938
|
|
|
|
|
|
|
"617306", "Brisbane", |
|
33939
|
|
|
|
|
|
|
"612583949", "Weelong", |
|
33940
|
|
|
|
|
|
|
"61367178", "Moltema", |
|
33941
|
|
|
|
|
|
|
"618864072", "Koppio", |
|
33942
|
|
|
|
|
|
|
"61244275", "Bawley\ Point", |
|
33943
|
|
|
|
|
|
|
"61350102", "Natya", |
|
33944
|
|
|
|
|
|
|
"61344108", "Echuca", |
|
33945
|
|
|
|
|
|
|
"61746980", "Crows\ Nest", |
|
33946
|
|
|
|
|
|
|
"61745097", "Robinson\ Gorge", |
|
33947
|
|
|
|
|
|
|
"61268767", "Balladoran", |
|
33948
|
|
|
|
|
|
|
"61268446", "Weetaliba", |
|
33949
|
|
|
|
|
|
|
"61863784", "Perth", |
|
33950
|
|
|
|
|
|
|
"61350159", "Mittyack", |
|
33951
|
|
|
|
|
|
|
"61876061", "Sheringa", |
|
33952
|
|
|
|
|
|
|
"61341272", "Club\ Terrace", |
|
33953
|
|
|
|
|
|
|
"61885667", "Kingscote", |
|
33954
|
|
|
|
|
|
|
"61260383", "Coppabella", |
|
33955
|
|
|
|
|
|
|
"61875000", "Renmark", |
|
33956
|
|
|
|
|
|
|
"61362192", "Swansea", |
|
33957
|
|
|
|
|
|
|
"61353762", "Stawell", |
|
33958
|
|
|
|
|
|
|
"61242072", "Wollongong", |
|
33959
|
|
|
|
|
|
|
"61888194", "Maitland", |
|
33960
|
|
|
|
|
|
|
"618600857", "Baandee", |
|
33961
|
|
|
|
|
|
|
"61355347", "Port\ Fairy", |
|
33962
|
|
|
|
|
|
|
"613470784", "Kobyboyn", |
|
33963
|
|
|
|
|
|
|
"61748882", "Cannon\ Valley", |
|
33964
|
|
|
|
|
|
|
"618903503", "Kalgoorlie", |
|
33965
|
|
|
|
|
|
|
"617486948", "Mount\ Gardiner", |
|
33966
|
|
|
|
|
|
|
"6139565", "Clayton", |
|
33967
|
|
|
|
|
|
|
"61896520", "Jurien", |
|
33968
|
|
|
|
|
|
|
"61752012", "Harrisville", |
|
33969
|
|
|
|
|
|
|
"612583621", "Magometon", |
|
33970
|
|
|
|
|
|
|
"61741331", "Rosedale", |
|
33971
|
|
|
|
|
|
|
"61741074", "Kumbia", |
|
33972
|
|
|
|
|
|
|
"618986142", "Kondinin", |
|
33973
|
|
|
|
|
|
|
"61246114", "Campbelltown", |
|
33974
|
|
|
|
|
|
|
"61264435", "Bega", |
|
33975
|
|
|
|
|
|
|
"6136369", "Deloraine", |
|
33976
|
|
|
|
|
|
|
"61341217", "Lakes\ Entrance", |
|
33977
|
|
|
|
|
|
|
"61355052", "Darlington", |
|
33978
|
|
|
|
|
|
|
"61345023", "Dartmoor", |
|
33979
|
|
|
|
|
|
|
"61752077", "Pomona", |
|
33980
|
|
|
|
|
|
|
"61357076", "Longwood", |
|
33981
|
|
|
|
|
|
|
"61267544", "Garah", |
|
33982
|
|
|
|
|
|
|
"6138650", "Melbourne", |
|
33983
|
|
|
|
|
|
|
"61867192", "Capel", |
|
33984
|
|
|
|
|
|
|
"612594429", "Narrandera", |
|
33985
|
|
|
|
|
|
|
"61256402", "Murwillumbah", |
|
33986
|
|
|
|
|
|
|
"61363100", "Winnaleah", |
|
33987
|
|
|
|
|
|
|
"61743519", "Windera", |
|
33988
|
|
|
|
|
|
|
"61747824", "Ayr", |
|
33989
|
|
|
|
|
|
|
"618683388", "Manypeaks\ North", |
|
33990
|
|
|
|
|
|
|
"61353656", "Kaniva", |
|
33991
|
|
|
|
|
|
|
"618996996", "Morawa", |
|
33992
|
|
|
|
|
|
|
"6174942", "Mackay", |
|
33993
|
|
|
|
|
|
|
"613553783", "Glenthompson", |
|
33994
|
|
|
|
|
|
|
"61887777", "Mount\ Gambier", |
|
33995
|
|
|
|
|
|
|
"61356499", "Foster", |
|
33996
|
|
|
|
|
|
|
"618600833", "Mount\ Merivale", |
|
33997
|
|
|
|
|
|
|
"612573432", "Tenterden", |
|
33998
|
|
|
|
|
|
|
"61253579", "Orange", |
|
33999
|
|
|
|
|
|
|
"61351826", "Yarram", |
|
34000
|
|
|
|
|
|
|
"618903340", "Muntadgin\ East", |
|
34001
|
|
|
|
|
|
|
"61879165", "Petermann", |
|
34002
|
|
|
|
|
|
|
"618660674", "Beverley", |
|
34003
|
|
|
|
|
|
|
"61891083", "Telfer", |
|
34004
|
|
|
|
|
|
|
"61895403", "Yanchep", |
|
34005
|
|
|
|
|
|
|
"6187480", "Salisbury", |
|
34006
|
|
|
|
|
|
|
"61755187", "Southport", |
|
34007
|
|
|
|
|
|
|
"61258145", "Barrier", |
|
34008
|
|
|
|
|
|
|
"61741990", "Yarraman", |
|
34009
|
|
|
|
|
|
|
"61860036", "Burracoppin", |
|
34010
|
|
|
|
|
|
|
"613470716", "Woods\ Point", |
|
34011
|
|
|
|
|
|
|
"61878197", "Yorketown", |
|
34012
|
|
|
|
|
|
|
"61746407", "Warra", |
|
34013
|
|
|
|
|
|
|
"61264038", "Candelo", |
|
34014
|
|
|
|
|
|
|
"61343678", "Bacchus\ Marsh", |
|
34015
|
|
|
|
|
|
|
"61887712", "Coonawarra", |
|
34016
|
|
|
|
|
|
|
"61240089", "Wards\ River", |
|
34017
|
|
|
|
|
|
|
"61257188", "Moree", |
|
34018
|
|
|
|
|
|
|
"618964957", "Yerecoin", |
|
34019
|
|
|
|
|
|
|
"617486809", "Calen", |
|
34020
|
|
|
|
|
|
|
"61340025", "Ouyen", |
|
34021
|
|
|
|
|
|
|
"6135671", "Wonthaggi", |
|
34022
|
|
|
|
|
|
|
"61753097", "Caboolture", |
|
34023
|
|
|
|
|
|
|
"61890008", "Baandee", |
|
34024
|
|
|
|
|
|
|
"61269137", "Hillston", |
|
34025
|
|
|
|
|
|
|
"61351919", "Morwell", |
|
34026
|
|
|
|
|
|
|
"6138528", "Melbourne", |
|
34027
|
|
|
|
|
|
|
"618820", "Adelaide", |
|
34028
|
|
|
|
|
|
|
"61868346", "Albany", |
|
34029
|
|
|
|
|
|
|
"61363117", "Bicheno", |
|
34030
|
|
|
|
|
|
|
"61357538", "Taggerty", |
|
34031
|
|
|
|
|
|
|
"61260180", "Rennie", |
|
34032
|
|
|
|
|
|
|
"6136267", "Margate", |
|
34033
|
|
|
|
|
|
|
"61373794", "Craigieburn", |
|
34034
|
|
|
|
|
|
|
"61361490", "Sorell", |
|
34035
|
|
|
|
|
|
|
"61746410", "Westgrove", |
|
34036
|
|
|
|
|
|
|
"61885014", "Berri", |
|
34037
|
|
|
|
|
|
|
"612574130", "Gundabloui", |
|
34038
|
|
|
|
|
|
|
"61267433", "Kelvin", |
|
34039
|
|
|
|
|
|
|
"61749189", "Moranbah", |
|
34040
|
|
|
|
|
|
|
"61265385", "Gloucester", |
|
34041
|
|
|
|
|
|
|
"61353590", "Glenorchy", |
|
34042
|
|
|
|
|
|
|
"61255030", "Forster", |
|
34043
|
|
|
|
|
|
|
"61891547", "Whaleback", |
|
34044
|
|
|
|
|
|
|
"61256470", "Wooli", |
|
34045
|
|
|
|
|
|
|
"61887105", "Short", |
|
34046
|
|
|
|
|
|
|
"61866022", "Bolgart", |
|
34047
|
|
|
|
|
|
|
"61744001", "Boulia", |
|
34048
|
|
|
|
|
|
|
"61388271", "Ringwood", |
|
34049
|
|
|
|
|
|
|
"61363172", "Launceston", |
|
34050
|
|
|
|
|
|
|
"61886948", "Port\ Lincoln", |
|
34051
|
|
|
|
|
|
|
"61364659", "Savage\ River", |
|
34052
|
|
|
|
|
|
|
"61281186", "Liverpool", |
|
34053
|
|
|
|
|
|
|
"617750379", "Muttaburra", |
|
34054
|
|
|
|
|
|
|
"61899368", "Nangetty", |
|
34055
|
|
|
|
|
|
|
"61354044", "Murrabit", |
|
34056
|
|
|
|
|
|
|
"61749850", "Middlemount", |
|
34057
|
|
|
|
|
|
|
"61886611", "Yunta", |
|
34058
|
|
|
|
|
|
|
"61743268", "Gin\ Gin", |
|
34059
|
|
|
|
|
|
|
"61340428", "Curyo", |
|
34060
|
|
|
|
|
|
|
"61886082", "Great\ Bight", |
|
34061
|
|
|
|
|
|
|
"618753474", "Goolwa", |
|
34062
|
|
|
|
|
|
|
"6128117", "Sydney", |
|
34063
|
|
|
|
|
|
|
"61875017", "Mypolonga", |
|
34064
|
|
|
|
|
|
|
"618964933", "Wannamal", |
|
34065
|
|
|
|
|
|
|
"612630891", "Oberon", |
|
34066
|
|
|
|
|
|
|
"61263946", "Orange", |
|
34067
|
|
|
|
|
|
|
"617458687", "Toobeah", |
|
34068
|
|
|
|
|
|
|
"61261308", "Captains\ Flat", |
|
34069
|
|
|
|
|
|
|
"6173040", "Brisbane", |
|
34070
|
|
|
|
|
|
|
"61899665", "Wiluna", |
|
34071
|
|
|
|
|
|
|
"61352809", "Lara", |
|
34072
|
|
|
|
|
|
|
"617442930", "Yabulu", |
|
34073
|
|
|
|
|
|
|
"61741756", "Tandora", |
|
34074
|
|
|
|
|
|
|
"61877056", "Keilira", |
|
34075
|
|
|
|
|
|
|
"61754242", "Esk", |
|
34076
|
|
|
|
|
|
|
"61740248", "Mossman", |
|
34077
|
|
|
|
|
|
|
"61875072", "Gawler", |
|
34078
|
|
|
|
|
|
|
"61341200", "Morwell", |
|
34079
|
|
|
|
|
|
|
"61895164", "Bullsbrook\ East", |
|
34080
|
|
|
|
|
|
|
"61898697", "Rocky\ Gully", |
|
34081
|
|
|
|
|
|
|
"61357754", "Wangaratta", |
|
34082
|
|
|
|
|
|
|
"6128866", "Sydney", |
|
34083
|
|
|
|
|
|
|
"61350170", "Woomelang", |
|
34084
|
|
|
|
|
|
|
"613574763", "Whorouly", |
|
34085
|
|
|
|
|
|
|
"61742616", "Millaa\ Millaa", |
|
34086
|
|
|
|
|
|
|
"61752045", "Thornton", |
|
34087
|
|
|
|
|
|
|
"61260802", "Dartmouth", |
|
34088
|
|
|
|
|
|
|
"61741932", "Howard", |
|
34089
|
|
|
|
|
|
|
"61260509", "Yackandandah", |
|
34090
|
|
|
|
|
|
|
"61743187", "Childers", |
|
34091
|
|
|
|
|
|
|
"61259204", "Grong\ Grong", |
|
34092
|
|
|
|
|
|
|
"61748303", "Glenden", |
|
34093
|
|
|
|
|
|
|
"618996920", "Carnamah\ West", |
|
34094
|
|
|
|
|
|
|
"61264699", "Cathcart", |
|
34095
|
|
|
|
|
|
|
"61361061", "Baden", |
|
34096
|
|
|
|
|
|
|
"612593717", "Nangus", |
|
34097
|
|
|
|
|
|
|
"613441710", "Jarklin", |
|
34098
|
|
|
|
|
|
|
"61253182", "Bathurst", |
|
34099
|
|
|
|
|
|
|
"612594159", "Wallanthery", |
|
34100
|
|
|
|
|
|
|
"61263139", "Caragabal", |
|
34101
|
|
|
|
|
|
|
"61749500", "Dysart", |
|
34102
|
|
|
|
|
|
|
"61755519", "Beaudesert", |
|
34103
|
|
|
|
|
|
|
"6186553", "Perth", |
|
34104
|
|
|
|
|
|
|
"61350715", "Balranald", |
|
34105
|
|
|
|
|
|
|
"61364602", "Rosebery", |
|
34106
|
|
|
|
|
|
|
"613470537", "Creightons\ Creek", |
|
34107
|
|
|
|
|
|
|
"61747151", "Pentland", |
|
34108
|
|
|
|
|
|
|
"61867130", "Cundinup", |
|
34109
|
|
|
|
|
|
|
"61258221", "Trundle", |
|
34110
|
|
|
|
|
|
|
"61340367", "Wentworth", |
|
34111
|
|
|
|
|
|
|
"618752927", "Culburra", |
|
34112
|
|
|
|
|
|
|
"61258177", "Yarrabandai", |
|
34113
|
|
|
|
|
|
|
"61354586", "Donald", |
|
34114
|
|
|
|
|
|
|
"61353023", "Glenorchy", |
|
34115
|
|
|
|
|
|
|
"61899427", "Mullewa", |
|
34116
|
|
|
|
|
|
|
"612685843", "Mullengudgery", |
|
34117
|
|
|
|
|
|
|
"61253550", "Bathurst", |
|
34118
|
|
|
|
|
|
|
"61343052", "Beulah", |
|
34119
|
|
|
|
|
|
|
"61748117", "Agnes\ Water", |
|
34120
|
|
|
|
|
|
|
"61736405", "Brisbane", |
|
34121
|
|
|
|
|
|
|
"61890650", "Ardath", |
|
34122
|
|
|
|
|
|
|
"61895158", "Mandurah", |
|
34123
|
|
|
|
|
|
|
"61392123", "Dandenong", |
|
34124
|
|
|
|
|
|
|
"613470553", "Mount\ Beauty", |
|
34125
|
|
|
|
|
|
|
"61888788", "Braemer", |
|
34126
|
|
|
|
|
|
|
"618867717", "Wilmington", |
|
34127
|
|
|
|
|
|
|
"61260636", "Dartmouth", |
|
34128
|
|
|
|
|
|
|
"61258112", "Binnaway", |
|
34129
|
|
|
|
|
|
|
"61896278", "Beverley\ West", |
|
34130
|
|
|
|
|
|
|
"61899354", "Lynton", |
|
34131
|
|
|
|
|
|
|
"6135394", "Warracknabeal", |
|
34132
|
|
|
|
|
|
|
"61864954", "Spearwood", |
|
34133
|
|
|
|
|
|
|
"61887745", "Kongorong", |
|
34134
|
|
|
|
|
|
|
"61255226", "Coopernook", |
|
34135
|
|
|
|
|
|
|
"61897123", "Margaret\ River", |
|
34136
|
|
|
|
|
|
|
"61743254", "Pialba", |
|
34137
|
|
|
|
|
|
|
"612583808", "Gwabegar", |
|
34138
|
|
|
|
|
|
|
"618903525", "Laverton", |
|
34139
|
|
|
|
|
|
|
"612960", "Liverpool", |
|
34140
|
|
|
|
|
|
|
"61264203", "Bonang", |
|
34141
|
|
|
|
|
|
|
"617480663", "Broadsound", |
|
34142
|
|
|
|
|
|
|
"61743552", "Mount\ Perry", |
|
34143
|
|
|
|
|
|
|
"6138364", "Craigieburn", |
|
34144
|
|
|
|
|
|
|
"617476428", "Briaba", |
|
34145
|
|
|
|
|
|
|
"6175407", "Caboolture", |
|
34146
|
|
|
|
|
|
|
"61896799", "Wyalkatchem", |
|
34147
|
|
|
|
|
|
|
"61740946", "Dimbulah", |
|
34148
|
|
|
|
|
|
|
"6173098", "Ipswich", |
|
34149
|
|
|
|
|
|
|
"613531683", "Lake\ Bolac", |
|
34150
|
|
|
|
|
|
|
"61887142", "Coonawarra", |
|
34151
|
|
|
|
|
|
|
"61269686", "Warrawidgee", |
|
34152
|
|
|
|
|
|
|
"618601080", "Kambalda", |
|
34153
|
|
|
|
|
|
|
"61737788", "Brisbane", |
|
34154
|
|
|
|
|
|
|
"61263248", "Greenethorpe", |
|
34155
|
|
|
|
|
|
|
"6126684", "Mullumbimby", |
|
34156
|
|
|
|
|
|
|
"61753523", "Nambour", |
|
34157
|
|
|
|
|
|
|
"61754086", "Caboolture", |
|
34158
|
|
|
|
|
|
|
"612583878", "Boona\ Mountain", |
|
34159
|
|
|
|
|
|
|
"61261457", "Gundaroo", |
|
34160
|
|
|
|
|
|
|
"61868144", "Rocky\ Gully", |
|
34161
|
|
|
|
|
|
|
"61734952", "Ipswich", |
|
34162
|
|
|
|
|
|
|
"61340360", "Swan\ Hill", |
|
34163
|
|
|
|
|
|
|
"61361243", "Dover", |
|
34164
|
|
|
|
|
|
|
"61258170", "Yeoval", |
|
34165
|
|
|
|
|
|
|
"61867137", "Jangardup", |
|
34166
|
|
|
|
|
|
|
"61340404", "Mildura", |
|
34167
|
|
|
|
|
|
|
"61748110", "Mount\ Coolon", |
|
34168
|
|
|
|
|
|
|
"61890985", "Cascade", |
|
34169
|
|
|
|
|
|
|
"61890657", "Bullaring", |
|
34170
|
|
|
|
|
|
|
"61355703", "Lismore", |
|
34171
|
|
|
|
|
|
|
"617459922", "Wyaga", |
|
34172
|
|
|
|
|
|
|
"61887759", "Conmurra", |
|
34173
|
|
|
|
|
|
|
"61886246", "Streaky\ Bay", |
|
34174
|
|
|
|
|
|
|
"61899420", "Yallalong", |
|
34175
|
|
|
|
|
|
|
"61253557", "Rockley", |
|
34176
|
|
|
|
|
|
|
"61240651", "Nelson\ Bay", |
|
34177
|
|
|
|
|
|
|
"61260268", "Howlong", |
|
34178
|
|
|
|
|
|
|
"613470880", "Kobyboyn", |
|
34179
|
|
|
|
|
|
|
"61344118", "Kyneton", |
|
34180
|
|
|
|
|
|
|
"61350112", "Palinyewah", |
|
34181
|
|
|
|
|
|
|
"61895366", "Byford", |
|
34182
|
|
|
|
|
|
|
"613442200", "Buckrabanyule", |
|
34183
|
|
|
|
|
|
|
"613470161", "Pyalong", |
|
34184
|
|
|
|
|
|
|
"61754205", "Maleny", |
|
34185
|
|
|
|
|
|
|
"61879023", "Roper\ River", |
|
34186
|
|
|
|
|
|
|
"61752059", "Gatton", |
|
34187
|
|
|
|
|
|
|
"6129751", "Sydney", |
|
34188
|
|
|
|
|
|
|
"61749507", "Connors\ Range", |
|
34189
|
|
|
|
|
|
|
"61898361", "Gairdner", |
|
34190
|
|
|
|
|
|
|
"61261642", "Bungendore", |
|
34191
|
|
|
|
|
|
|
"618854938", "Bower", |
|
34192
|
|
|
|
|
|
|
"61753461", "Gatton", |
|
34193
|
|
|
|
|
|
|
"613450571", "Hamilton", |
|
34194
|
|
|
|
|
|
|
"613553494", "Camperdown", |
|
34195
|
|
|
|
|
|
|
"61355019", "Timboon", |
|
34196
|
|
|
|
|
|
|
"61350177", "Ultima", |
|
34197
|
|
|
|
|
|
|
"61889653", "Tennant\ Creek", |
|
34198
|
|
|
|
|
|
|
"61878132", "Arthurton", |
|
34199
|
|
|
|
|
|
|
"6138731", "Werribee", |
|
34200
|
|
|
|
|
|
|
"6127800", "Parramatta", |
|
34201
|
|
|
|
|
|
|
"618869005", "Iron\ Baron", |
|
34202
|
|
|
|
|
|
|
"61890024", "Bruce\ Rock", |
|
34203
|
|
|
|
|
|
|
"61267831", "Plumthorpe", |
|
34204
|
|
|
|
|
|
|
"61890442", "Baandee", |
|
34205
|
|
|
|
|
|
|
"617485874", "Marlborough", |
|
34206
|
|
|
|
|
|
|
"61743180", "Gaeta", |
|
34207
|
|
|
|
|
|
|
"618993261", "Geraldton", |
|
34208
|
|
|
|
|
|
|
"61891789", "Millstream", |
|
34209
|
|
|
|
|
|
|
"61352204", "Queenscliff", |
|
34210
|
|
|
|
|
|
|
"612574098", "Boggabri", |
|
34211
|
|
|
|
|
|
|
"61256381", "Wooli", |
|
34212
|
|
|
|
|
|
|
"612583787", "Coonamble", |
|
34213
|
|
|
|
|
|
|
"6138651", "Melbourne", |
|
34214
|
|
|
|
|
|
|
"61255484", "Byabarra", |
|
34215
|
|
|
|
|
|
|
"61898690", "Ravensthorpe", |
|
34216
|
|
|
|
|
|
|
"61896976", "Kalannie\ East", |
|
34217
|
|
|
|
|
|
|
"61364645", "Yolla", |
|
34218
|
|
|
|
|
|
|
"618863750", "Nelshaby", |
|
34219
|
|
|
|
|
|
|
"61246104", "Camden", |
|
34220
|
|
|
|
|
|
|
"61341207", "Cabbage\ Tree\ Creek", |
|
34221
|
|
|
|
|
|
|
"61255928", "Singleton", |
|
34222
|
|
|
|
|
|
|
"612594432", "Sandigo", |
|
34223
|
|
|
|
|
|
|
"6135968", "Emerald", |
|
34224
|
|
|
|
|
|
|
"61248025", "Bungonia", |
|
34225
|
|
|
|
|
|
|
"61260845", "Tallangatta\ Valley", |
|
34226
|
|
|
|
|
|
|
"61752002", "Boonah", |
|
34227
|
|
|
|
|
|
|
"61257953", "Ingleba", |
|
34228
|
|
|
|
|
|
|
"613572476", "Mansfield", |
|
34229
|
|
|
|
|
|
|
"617750309", "Bollon", |
|
34230
|
|
|
|
|
|
|
"618965624", "Burakin", |
|
34231
|
|
|
|
|
|
|
"618854926", "Bow\ Hill", |
|
34232
|
|
|
|
|
|
|
"618753404", "Langhorne\ Creek", |
|
34233
|
|
|
|
|
|
|
"61875010", "Two\ Wells", |
|
34234
|
|
|
|
|
|
|
"61885992", "Wanbi", |
|
34235
|
|
|
|
|
|
|
"61749857", "Middlemount", |
|
34236
|
|
|
|
|
|
|
"617486157", "Alpha", |
|
34237
|
|
|
|
|
|
|
"61746417", "Toowoomba", |
|
34238
|
|
|
|
|
|
|
"61887702", "Cannawigara", |
|
34239
|
|
|
|
|
|
|
"61734736", "Russell\ Island", |
|
34240
|
|
|
|
|
|
|
"61740139", "Tully", |
|
34241
|
|
|
|
|
|
|
"617480719", "St\ Lawrence", |
|
34242
|
|
|
|
|
|
|
"613553882", "Woodhouse", |
|
34243
|
|
|
|
|
|
|
"61889781", "Daly", |
|
34244
|
|
|
|
|
|
|
"61361497", "Colebrook", |
|
34245
|
|
|
|
|
|
|
"61299123", "Parramatta", |
|
34246
|
|
|
|
|
|
|
"61895413", "Mount\ Wells", |
|
34247
|
|
|
|
|
|
|
"6187481", "Woodside", |
|
34248
|
|
|
|
|
|
|
"612532992", "Running\ Stream", |
|
34249
|
|
|
|
|
|
|
"61256477", "Bellingen", |
|
34250
|
|
|
|
|
|
|
"612685650", "Boorooma", |
|
34251
|
|
|
|
|
|
|
"61353597", "Dadswells\ Bridge", |
|
34252
|
|
|
|
|
|
|
"61255037", "Taree", |
|
34253
|
|
|
|
|
|
|
"61899156", "Yandanooka", |
|
34254
|
|
|
|
|
|
|
"61355143", "Strathdownie", |
|
34255
|
|
|
|
|
|
|
"61269130", "Wee\ Elwah", |
|
34256
|
|
|
|
|
|
|
"61745032", "Coondarra", |
|
34257
|
|
|
|
|
|
|
"61259228", "Urana", |
|
34258
|
|
|
|
|
|
|
"61753090", "Woolooga", |
|
34259
|
|
|
|
|
|
|
"612683751", "Gilgandra", |
|
34260
|
|
|
|
|
|
|
"617486879", "Wagoora", |
|
34261
|
|
|
|
|
|
|
"61746472", "Guluguba", |
|
34262
|
|
|
|
|
|
|
"61742241", "Herberton", |
|
34263
|
|
|
|
|
|
|
"61736442", "Sandgate", |
|
34264
|
|
|
|
|
|
|
"612573429", "Spring\ Plains", |
|
34265
|
|
|
|
|
|
|
"61260187", "Dartmouth", |
|
34266
|
|
|
|
|
|
|
"61743509", "Mundubbera", |
|
34267
|
|
|
|
|
|
|
"61256412", "Wiangaree", |
|
34268
|
|
|
|
|
|
|
"61898589", "Albany", |
|
34269
|
|
|
|
|
|
|
"618982993", "Bremer\ Bay", |
|
34270
|
|
|
|
|
|
|
"6124581", "Wisemans\ Ferry", |
|
34271
|
|
|
|
|
|
|
"61358078", "Numurkah", |
|
34272
|
|
|
|
|
|
|
"61257369", "Glen\ Elgin", |
|
34273
|
|
|
|
|
|
|
"61253116", "Canowindra", |
|
34274
|
|
|
|
|
|
|
"6128506", "Sutherland", |
|
34275
|
|
|
|
|
|
|
"618994479", "Yuna\ East", |
|
34276
|
|
|
|
|
|
|
"61345051", "Hamilton", |
|
34277
|
|
|
|
|
|
|
"61359136", "Emerald", |
|
34278
|
|
|
|
|
|
|
"61746520", "Inglewood", |
|
34279
|
|
|
|
|
|
|
"6175587", "Tweed\ Heads", |
|
34280
|
|
|
|
|
|
|
"618600743", "Cascade", |
|
34281
|
|
|
|
|
|
|
"61743176", "Blackbutt", |
|
34282
|
|
|
|
|
|
|
"61898882", "Wickepin", |
|
34283
|
|
|
|
|
|
|
"61342124", "Colac", |
|
34284
|
|
|
|
|
|
|
"61742011", "Hopevale", |
|
34285
|
|
|
|
|
|
|
"61742682", "Cooktown", |
|
34286
|
|
|
|
|
|
|
"618996981", "Eneabba\ South", |
|
34287
|
|
|
|
|
|
|
"6128375", "Sydney", |
|
34288
|
|
|
|
|
|
|
"61754994", "Caboolture", |
|
34289
|
|
|
|
|
|
|
"61753158", "Noosaville", |
|
34290
|
|
|
|
|
|
|
"61891331", "Port\ Hedland", |
|
34291
|
|
|
|
|
|
|
"61891074", "Port\ Hedland", |
|
34292
|
|
|
|
|
|
|
"61256224", "Grafton", |
|
34293
|
|
|
|
|
|
|
"61351127", "Rosedale", |
|
34294
|
|
|
|
|
|
|
"61348056", "Brassi", |
|
34295
|
|
|
|
|
|
|
"61260031", "Gerogery", |
|
34296
|
|
|
|
|
|
|
"61354577", "Lake\ Meran", |
|
34297
|
|
|
|
|
|
|
"61897824", "Harvey", |
|
34298
|
|
|
|
|
|
|
"617458816", "Jondaryan", |
|
34299
|
|
|
|
|
|
|
"61258186", "Eugowra", |
|
34300
|
|
|
|
|
|
|
"61260374", "Ournie", |
|
34301
|
|
|
|
|
|
|
"61286722", "Blacktown", |
|
34302
|
|
|
|
|
|
|
"61753235", "Caloundra", |
|
34303
|
|
|
|
|
|
|
"612594443", "Tumbarumba", |
|
34304
|
|
|
|
|
|
|
"618997015", "Yallalong", |
|
34305
|
|
|
|
|
|
|
"61898740", "Dudinin", |
|
34306
|
|
|
|
|
|
|
"61358475", "Finley", |
|
34307
|
|
|
|
|
|
|
"61370007", "Melbourne", |
|
34308
|
|
|
|
|
|
|
"612574655", "Banoon", |
|
34309
|
|
|
|
|
|
|
"61361149", "Bothwell", |
|
34310
|
|
|
|
|
|
|
"61753811", "Nambour", |
|
34311
|
|
|
|
|
|
|
"61889339", "Tennant\ Creek", |
|
34312
|
|
|
|
|
|
|
"61745403", "Brymaroo", |
|
34313
|
|
|
|
|
|
|
"61741083", "Manumbar", |
|
34314
|
|
|
|
|
|
|
"618763663", "Orroroo", |
|
34315
|
|
|
|
|
|
|
"61244010", "Huskisson", |
|
34316
|
|
|
|
|
|
|
"61354512", "Tullakool", |
|
34317
|
|
|
|
|
|
|
"61340518", "Mallan", |
|
34318
|
|
|
|
|
|
|
"61255181", "Gloucester", |
|
34319
|
|
|
|
|
|
|
"617459036", "Miamba", |
|
34320
|
|
|
|
|
|
|
"612532536", "Laheys\ Creek", |
|
34321
|
|
|
|
|
|
|
"612574610", "Marple", |
|
34322
|
|
|
|
|
|
|
"618680070", "Newdegate\ East", |
|
34323
|
|
|
|
|
|
|
"61269670", "Hillston", |
|
34324
|
|
|
|
|
|
|
"61896407", "Dale\ River", |
|
34325
|
|
|
|
|
|
|
"617458668", "Ravensbourne", |
|
34326
|
|
|
|
|
|
|
"61354819", "Rochester", |
|
34327
|
|
|
|
|
|
|
"61245460", "Windsor", |
|
34328
|
|
|
|
|
|
|
"61875240", "Gawler", |
|
34329
|
|
|
|
|
|
|
"6134334", "Ballarat", |
|
34330
|
|
|
|
|
|
|
"61740233", "Silkwood", |
|
34331
|
|
|
|
|
|
|
"61898100", "Harrismith", |
|
34332
|
|
|
|
|
|
|
"612583923", "Mount\ Herring", |
|
34333
|
|
|
|
|
|
|
"61268942", "Coonabarabran", |
|
34334
|
|
|
|
|
|
|
"617486845", "Isaac\ River", |
|
34335
|
|
|
|
|
|
|
"61267045", "Copeton\ Dam", |
|
34336
|
|
|
|
|
|
|
"61867081", "Marybrook", |
|
34337
|
|
|
|
|
|
|
"61341319", "Clydebank", |
|
34338
|
|
|
|
|
|
|
"61268088", "Banar", |
|
34339
|
|
|
|
|
|
|
"61896166", "South\ Quairading", |
|
34340
|
|
|
|
|
|
|
"61740596", "Etheridge", |
|
34341
|
|
|
|
|
|
|
"61888614", "Ardrossan", |
|
34342
|
|
|
|
|
|
|
"61355249", "Woolsthorpe", |
|
34343
|
|
|
|
|
|
|
"61261792", "Gundaroo", |
|
34344
|
|
|
|
|
|
|
"612532528", "Grenfell", |
|
34345
|
|
|
|
|
|
|
"618763719", "Mount\ Hope", |
|
34346
|
|
|
|
|
|
|
"612888", "Blacktown", |
|
34347
|
|
|
|
|
|
|
"617442539", "Burketown", |
|
34348
|
|
|
|
|
|
|
"61873334", "Adelaide", |
|
34349
|
|
|
|
|
|
|
"61886933", "Spilsby", |
|
34350
|
|
|
|
|
|
|
"618683490", "Corackerup", |
|
34351
|
|
|
|
|
|
|
"61291062", "Sydney", |
|
34352
|
|
|
|
|
|
|
"618964485", "Jurien", |
|
34353
|
|
|
|
|
|
|
"617459028", "Legume", |
|
34354
|
|
|
|
|
|
|
"618864336", "Mambray\ Creek", |
|
34355
|
|
|
|
|
|
|
"617452600", "Leyburn", |
|
34356
|
|
|
|
|
|
|
"61264755", "Cooma", |
|
34357
|
|
|
|
|
|
|
"613573015", "Devlins\ Bridge", |
|
34358
|
|
|
|
|
|
|
"61746867", "Crows\ Nest", |
|
34359
|
|
|
|
|
|
|
"61340101", "Cowangie", |
|
34360
|
|
|
|
|
|
|
"61899572", "Cue", |
|
34361
|
|
|
|
|
|
|
"617750190", "Ravensbourne", |
|
34362
|
|
|
|
|
|
|
"61268485", "Curban", |
|
34363
|
|
|
|
|
|
|
"618683269", "Hopetoun", |
|
34364
|
|
|
|
|
|
|
"61248096", "Binda", |
|
34365
|
|
|
|
|
|
|
"61264587", "Bombala", |
|
34366
|
|
|
|
|
|
|
"61350384", "Nandaly", |
|
34367
|
|
|
|
|
|
|
"61263018", "Birriwa", |
|
34368
|
|
|
|
|
|
|
"6124424", "Nowra", |
|
34369
|
|
|
|
|
|
|
"61746093", "Longreach", |
|
34370
|
|
|
|
|
|
|
"61256569", "Tabulam", |
|
34371
|
|
|
|
|
|
|
"61361013", "Dunalley", |
|
34372
|
|
|
|
|
|
|
"61899517", "Carnamah", |
|
34373
|
|
|
|
|
|
|
"613573050", "Kilmore", |
|
34374
|
|
|
|
|
|
|
"617442895", "Eddington", |
|
34375
|
|
|
|
|
|
|
"618903562", "Mount\ Merivale", |
|
34376
|
|
|
|
|
|
|
"61352995", "Winchelsea\ South", |
|
34377
|
|
|
|
|
|
|
"61896980", "Badgerin\ Rock", |
|
34378
|
|
|
|
|
|
|
"61895097", "Yanchep", |
|
34379
|
|
|
|
|
|
|
"61886016", "Carrieton", |
|
34380
|
|
|
|
|
|
|
"61747320", "Ingham", |
|
34381
|
|
|
|
|
|
|
"61887021", "Coonawarra", |
|
34382
|
|
|
|
|
|
|
"61245091", "Colo\ Heights", |
|
34383
|
|
|
|
|
|
|
"618683156", "Hopetoun", |
|
34384
|
|
|
|
|
|
|
"61350637", "Ultima", |
|
34385
|
|
|
|
|
|
|
"613442097", "Wycheproof", |
|
34386
|
|
|
|
|
|
|
"61887398", "Tarpeena", |
|
34387
|
|
|
|
|
|
|
"61899510", "Carnamah", |
|
34388
|
|
|
|
|
|
|
"6124200", "Wollongong", |
|
34389
|
|
|
|
|
|
|
"61341478", "Omeo", |
|
34390
|
|
|
|
|
|
|
"612583214", "Weetaliba", |
|
34391
|
|
|
|
|
|
|
"61745983", "Warwick", |
|
34392
|
|
|
|
|
|
|
"61342326", "Cressy", |
|
34393
|
|
|
|
|
|
|
"61355138", "Portland", |
|
34394
|
|
|
|
|
|
|
"61747327", "Ayr", |
|
34395
|
|
|
|
|
|
|
"61350630", "Mallan", |
|
34396
|
|
|
|
|
|
|
"613431955", "Creswick", |
|
34397
|
|
|
|
|
|
|
"61896987", "Gabbin\ North", |
|
34398
|
|
|
|
|
|
|
"61895090", "Dwellingup", |
|
34399
|
|
|
|
|
|
|
"617750345", "Goombungee", |
|
34400
|
|
|
|
|
|
|
"61745801", "Toowoomba", |
|
34401
|
|
|
|
|
|
|
"61898313", "Kojonup", |
|
34402
|
|
|
|
|
|
|
"61359071", "Healesville", |
|
34403
|
|
|
|
|
|
|
"618866171", "Streaky\ Bay", |
|
34404
|
|
|
|
|
|
|
"61753413", "Noosaville", |
|
34405
|
|
|
|
|
|
|
"61863050", "Wanneroo", |
|
34406
|
|
|
|
|
|
|
"61746860", "Liston", |
|
34407
|
|
|
|
|
|
|
"61257322", "Armidale", |
|
34408
|
|
|
|
|
|
|
"61743031", "Pialba", |
|
34409
|
|
|
|
|
|
|
"61743374", "Mundubbera", |
|
34410
|
|
|
|
|
|
|
"61747454", "Mount\ Isa", |
|
34411
|
|
|
|
|
|
|
"612574144", "Moona\ Plains", |
|
34412
|
|
|
|
|
|
|
"61249124", "Eccleston", |
|
34413
|
|
|
|
|
|
|
"617459965", "Diamantina", |
|
34414
|
|
|
|
|
|
|
"613451364", "Chetwynd", |
|
34415
|
|
|
|
|
|
|
"61896358", "Miling", |
|
34416
|
|
|
|
|
|
|
"61885505", "Yankalilla", |
|
34417
|
|
|
|
|
|
|
"613431910", "Laharum", |
|
34418
|
|
|
|
|
|
|
"61344039", "Lake\ Meran", |
|
34419
|
|
|
|
|
|
|
"61263679", "Baldry", |
|
34420
|
|
|
|
|
|
|
"61264580", "Bonang", |
|
34421
|
|
|
|
|
|
|
"61267059", "Mirriadool", |
|
34422
|
|
|
|
|
|
|
"61264152", "Numeralla", |
|
34423
|
|
|
|
|
|
|
"61356175", "Korumburra", |
|
34424
|
|
|
|
|
|
|
"61731559", "Russell\ Island", |
|
34425
|
|
|
|
|
|
|
"613431692", "Balliang", |
|
34426
|
|
|
|
|
|
|
"61752215", "Esk", |
|
34427
|
|
|
|
|
|
|
"61874817", "Mclaren\ Vale", |
|
34428
|
|
|
|
|
|
|
"618683515", "Kojaneerup", |
|
34429
|
|
|
|
|
|
|
"618985538", "West\ River", |
|
34430
|
|
|
|
|
|
|
"61256208", "Lawrence", |
|
34431
|
|
|
|
|
|
|
"61245106", "Windsor", |
|
34432
|
|
|
|
|
|
|
"617452670", "Toowoomba", |
|
34433
|
|
|
|
|
|
|
"61342108", "Bannockburn", |
|
34434
|
|
|
|
|
|
|
"61261195", "Gundaroo", |
|
34435
|
|
|
|
|
|
|
"61341075", "Ensay", |
|
34436
|
|
|
|
|
|
|
"61256486", "Bellingen", |
|
34437
|
|
|
|
|
|
|
"618683550", "Pingelly\ East", |
|
34438
|
|
|
|
|
|
|
"61748632", "Mackay", |
|
34439
|
|
|
|
|
|
|
"612594382", "Booroorban", |
|
34440
|
|
|
|
|
|
|
"618753397", "Halidon", |
|
34441
|
|
|
|
|
|
|
"61898107", "Holland\ Rocks", |
|
34442
|
|
|
|
|
|
|
"612583286", "Myamley", |
|
34443
|
|
|
|
|
|
|
"61264749", "Bonang", |
|
34444
|
|
|
|
|
|
|
"61340096", "Anabranch", |
|
34445
|
|
|
|
|
|
|
"617442944", "Collinsville", |
|
34446
|
|
|
|
|
|
|
"61260176", "Little\ Billabong", |
|
34447
|
|
|
|
|
|
|
"617750038", "The\ Gums", |
|
34448
|
|
|
|
|
|
|
"61897564", "Jangardup", |
|
34449
|
|
|
|
|
|
|
"61244017", "Milton\-ulladulla", |
|
34450
|
|
|
|
|
|
|
"61861202", "Herne\ Hill", |
|
34451
|
|
|
|
|
|
|
"617473982", "Flinders", |
|
34452
|
|
|
|
|
|
|
"61747468", "Eddington", |
|
34453
|
|
|
|
|
|
|
"61896364", "Tammin", |
|
34454
|
|
|
|
|
|
|
"618964942", "Watheroo", |
|
34455
|
|
|
|
|
|
|
"612583768", "Binnaway", |
|
34456
|
|
|
|
|
|
|
"61895461", "Bullsbrook\ East", |
|
34457
|
|
|
|
|
|
|
"61269677", "Black\ Stump", |
|
34458
|
|
|
|
|
|
|
"61896400", "South\ Quairading", |
|
34459
|
|
|
|
|
|
|
"61240056", "Cessnock", |
|
34460
|
|
|
|
|
|
|
"61889944", "Darwin", |
|
34461
|
|
|
|
|
|
|
"618680000", "Kukerin", |
|
34462
|
|
|
|
|
|
|
"61255295", "Baerami", |
|
34463
|
|
|
|
|
|
|
"61268905", "Condobolin", |
|
34464
|
|
|
|
|
|
|
"618601021", "Korbelka", |
|
34465
|
|
|
|
|
|
|
"61367099", "Bridport", |
|
34466
|
|
|
|
|
|
|
"61364192", "Waratah", |
|
34467
|
|
|
|
|
|
|
"61250078", "Talgarno", |
|
34468
|
|
|
|
|
|
|
"617750026", "St\ George", |
|
34469
|
|
|
|
|
|
|
"61244072", "Moruya", |
|
34470
|
|
|
|
|
|
|
"61354570", "Murrabit", |
|
34471
|
|
|
|
|
|
|
"61361155", "Little\ Swanport", |
|
34472
|
|
|
|
|
|
|
"61269081", "Wallanthery", |
|
34473
|
|
|
|
|
|
|
"61248741", "Woodhouselee", |
|
34474
|
|
|
|
|
|
|
"61269612", "Warrawidgee", |
|
34475
|
|
|
|
|
|
|
"61898466", "Kojaneerup", |
|
34476
|
|
|
|
|
|
|
"61267002", "Tamworth", |
|
34477
|
|
|
|
|
|
|
"61264109", "Bonang", |
|
34478
|
|
|
|
|
|
|
"61341583", "Golden\ Beach", |
|
34479
|
|
|
|
|
|
|
"61731502", "Sandgate", |
|
34480
|
|
|
|
|
|
|
"61898747", "Newdegate\ East", |
|
34481
|
|
|
|
|
|
|
"61754012", "Imbil", |
|
34482
|
|
|
|
|
|
|
"61740018", "Babinda", |
|
34483
|
|
|
|
|
|
|
"6138642", "Melbourne", |
|
34484
|
|
|
|
|
|
|
"613542253", "Mitiamo", |
|
34485
|
|
|
|
|
|
|
"618994088", "Nabawa", |
|
34486
|
|
|
|
|
|
|
"61745551", "Tabers", |
|
34487
|
|
|
|
|
|
|
"61363806", "Launceston", |
|
34488
|
|
|
|
|
|
|
"61256522", "Glenreagh", |
|
34489
|
|
|
|
|
|
|
"61263596", "Meadow\ Flat", |
|
34490
|
|
|
|
|
|
|
"61248518", "Robertson", |
|
34491
|
|
|
|
|
|
|
"6187280", "Mount\ Barker", |
|
34492
|
|
|
|
|
|
|
"61361238", "Sorell", |
|
34493
|
|
|
|
|
|
|
"613451099", "Casterton", |
|
34494
|
|
|
|
|
|
|
"61351120", "Omeo", |
|
34495
|
|
|
|
|
|
|
"61747065", "Doomadgee", |
|
34496
|
|
|
|
|
|
|
"61259995", "Griffith", |
|
34497
|
|
|
|
|
|
|
"618994409", "Perenjori\ East", |
|
34498
|
|
|
|
|
|
|
"61358619", "Picola", |
|
34499
|
|
|
|
|
|
|
"61895523", "Guilderton", |
|
34500
|
|
|
|
|
|
|
"61748556", "Mount\ Larcom", |
|
34501
|
|
|
|
|
|
|
"613470821", "Eildon", |
|
34502
|
|
|
|
|
|
|
"613441891", "Buckrabanyule", |
|
34503
|
|
|
|
|
|
|
"618864063", "Koongawa", |
|
34504
|
|
|
|
|
|
|
"61746527", "Longreach", |
|
34505
|
|
|
|
|
|
|
"61876003", "Great\ Bight", |
|
34506
|
|
|
|
|
|
|
"6124836", "Lost\ River", |
|
34507
|
|
|
|
|
|
|
"61340122", "Kyalite", |
|
34508
|
|
|
|
|
|
|
"61354128", "Tullakool", |
|
34509
|
|
|
|
|
|
|
"612532581", "Murringo", |
|
34510
|
|
|
|
|
|
|
"61886847", "Spilsby", |
|
34511
|
|
|
|
|
|
|
"61879431", "Tablelands", |
|
34512
|
|
|
|
|
|
|
"61748583", "Belyando", |
|
34513
|
|
|
|
|
|
|
"612593943", "Ariah\ Park", |
|
34514
|
|
|
|
|
|
|
"61745732", "Meandarra", |
|
34515
|
|
|
|
|
|
|
"61260389", "Leicester\ Park", |
|
34516
|
|
|
|
|
|
|
"61269944", "Warrawidgee", |
|
34517
|
|
|
|
|
|
|
"617459081", "Winton", |
|
34518
|
|
|
|
|
|
|
"618661143", "Jennacubbine", |
|
34519
|
|
|
|
|
|
|
"61350153", "Waitchie", |
|
34520
|
|
|
|
|
|
|
"61889677", "Victoria\ River", |
|
34521
|
|
|
|
|
|
|
"612574138", "Kelvin", |
|
34522
|
|
|
|
|
|
|
"61340211", "Ultima", |
|
34523
|
|
|
|
|
|
|
"613470707", "Swanpool", |
|
34524
|
|
|
|
|
|
|
"61876138", "Mambray\ Creek", |
|
34525
|
|
|
|
|
|
|
"61888905", "Booborowie", |
|
34526
|
|
|
|
|
|
|
"61255737", "Port\ Macquarie", |
|
34527
|
|
|
|
|
|
|
"61345029", "Benayeo", |
|
34528
|
|
|
|
|
|
|
"618967062", "Tammin", |
|
34529
|
|
|
|
|
|
|
"61756665", "Rathdowney", |
|
34530
|
|
|
|
|
|
|
"61889612", "Plenty", |
|
34531
|
|
|
|
|
|
|
"61749380", "Mount\ Gardiner", |
|
34532
|
|
|
|
|
|
|
"61889081", "Rodinga", |
|
34533
|
|
|
|
|
|
|
"6124657", "Camden", |
|
34534
|
|
|
|
|
|
|
"6128713", "Bankstown", |
|
34535
|
|
|
|
|
|
|
"61363075", "Rossarden", |
|
34536
|
|
|
|
|
|
|
"61887002", "Avenue\ Range", |
|
34537
|
|
|
|
|
|
|
"61341556", "Munro", |
|
34538
|
|
|
|
|
|
|
"61876255", "Port\ Pirie", |
|
34539
|
|
|
|
|
|
|
"6127814", "Parramatta", |
|
34540
|
|
|
|
|
|
|
"61253573", "Maimuru", |
|
34541
|
|
|
|
|
|
|
"618993979", "Eneabba", |
|
34542
|
|
|
|
|
|
|
"618600893", "Kalgoorlie", |
|
34543
|
|
|
|
|
|
|
"61356493", "Toora", |
|
34544
|
|
|
|
|
|
|
"618996936", "Lake\ Mason", |
|
34545
|
|
|
|
|
|
|
"618683625", "Kuringup", |
|
34546
|
|
|
|
|
|
|
"61886185", "Port\ Augusta", |
|
34547
|
|
|
|
|
|
|
"61898574", "Wickepin\ East", |
|
34548
|
|
|
|
|
|
|
"61264161", "Dalgety", |
|
34549
|
|
|
|
|
|
|
"61743513", "Proston", |
|
34550
|
|
|
|
|
|
|
"61240083", "Mulbring", |
|
34551
|
|
|
|
|
|
|
"618682189", "Pumphreys", |
|
34552
|
|
|
|
|
|
|
"613451065", "Hawkesdale", |
|
34553
|
|
|
|
|
|
|
"61265244", "Comara", |
|
34554
|
|
|
|
|
|
|
"61363478", "Bridport", |
|
34555
|
|
|
|
|
|
|
"61367358", "Waterhouse", |
|
34556
|
|
|
|
|
|
|
"618903477", "Gibson", |
|
34557
|
|
|
|
|
|
|
"612532929", "Running\ Stream", |
|
34558
|
|
|
|
|
|
|
"61895409", "Waroona", |
|
34559
|
|
|
|
|
|
|
"61351578", "Meerlieu", |
|
34560
|
|
|
|
|
|
|
"61875175", "Taylorville", |
|
34561
|
|
|
|
|
|
|
"617750044", "Wallumbilla", |
|
34562
|
|
|
|
|
|
|
"617442938", "Burketown", |
|
34563
|
|
|
|
|
|
|
"61891089", "Leopold", |
|
34564
|
|
|
|
|
|
|
"6187132", "Adelaide", |
|
34565
|
|
|
|
|
|
|
"618752961", "Perponda", |
|
34566
|
|
|
|
|
|
|
"61342033", "Bannockburn", |
|
34567
|
|
|
|
|
|
|
"61267398", "Glen\ Innes", |
|
34568
|
|
|
|
|
|
|
"61248169", "Marulan", |
|
34569
|
|
|
|
|
|
|
"61350379", "Kyalite", |
|
34570
|
|
|
|
|
|
|
"618996928", "Eneabba\ North", |
|
34571
|
|
|
|
|
|
|
"61752142", "Gunalda", |
|
34572
|
|
|
|
|
|
|
"61895452", "Mandurah", |
|
34573
|
|
|
|
|
|
|
"61749256", "Duaringa", |
|
34574
|
|
|
|
|
|
|
"618989147", "Narrogin", |
|
34575
|
|
|
|
|
|
|
"617476713", "Palm\ Island", |
|
34576
|
|
|
|
|
|
|
"61897476", "Margaret\ River", |
|
34577
|
|
|
|
|
|
|
"61890239", "Nullarbor", |
|
34578
|
|
|
|
|
|
|
"61356247", "Icy\ Creek", |
|
34579
|
|
|
|
|
|
|
"61748478", "Mackay", |
|
34580
|
|
|
|
|
|
|
"618646", "Perth", |
|
34581
|
|
|
|
|
|
|
"61267695", "Tamworth", |
|
34582
|
|
|
|
|
|
|
"61253085", "Molong", |
|
34583
|
|
|
|
|
|
|
"617442926", "Townsville", |
|
34584
|
|
|
|
|
|
|
"613441718", "Lockington", |
|
34585
|
|
|
|
|
|
|
"6129520", "Engadine", |
|
34586
|
|
|
|
|
|
|
"61246044", "Picton", |
|
34587
|
|
|
|
|
|
|
"61265505", "Comboyne", |
|
34588
|
|
|
|
|
|
|
"61747917", "Ravenswood", |
|
34589
|
|
|
|
|
|
|
"61353833", "Kalkee", |
|
34590
|
|
|
|
|
|
|
"61728006", "Beenleigh", |
|
34591
|
|
|
|
|
|
|
"61367400", "Emita", |
|
34592
|
|
|
|
|
|
|
"61736673", "Sandgate", |
|
34593
|
|
|
|
|
|
|
"61887059", "Keith", |
|
34594
|
|
|
|
|
|
|
"61895647", "Byford", |
|
34595
|
|
|
|
|
|
|
"61367364", "Bicheno", |
|
34596
|
|
|
|
|
|
|
"61343155", "Mount\ Wallace", |
|
34597
|
|
|
|
|
|
|
"6124345", "Gosford", |
|
34598
|
|
|
|
|
|
|
"61745562", "Paroo", |
|
34599
|
|
|
|
|
|
|
"612574776", "Cuttabri", |
|
34600
|
|
|
|
|
|
|
"61363583", "George\ Town", |
|
34601
|
|
|
|
|
|
|
"61364026", "Smithton", |
|
34602
|
|
|
|
|
|
|
"613451447", "Strathdownie", |
|
34603
|
|
|
|
|
|
|
"612685562", "Forbes", |
|
34604
|
|
|
|
|
|
|
"612583800", "Gilgooma", |
|
34605
|
|
|
|
|
|
|
"61261588", "Burrinjuck", |
|
34606
|
|
|
|
|
|
|
"61255567", "Gloucester", |
|
34607
|
|
|
|
|
|
|
"61258015", "Berkley\ Downs", |
|
34608
|
|
|
|
|
|
|
"61248646", "Bundanoon", |
|
34609
|
|
|
|
|
|
|
"6124471", "Moruya", |
|
34610
|
|
|
|
|
|
|
"61253206", "Cumnock", |
|
34611
|
|
|
|
|
|
|
"6186196", "Armadale", |
|
34612
|
|
|
|
|
|
|
"61747972", "Ingham", |
|
34613
|
|
|
|
|
|
|
"61880176", "White\ Cliffs", |
|
34614
|
|
|
|
|
|
|
"61896099", "Miling", |
|
34615
|
|
|
|
|
|
|
"61745956", "Kupunn", |
|
34616
|
|
|
|
|
|
|
"61898923", "Denmark", |
|
34617
|
|
|
|
|
|
|
"61250193", "Corowa", |
|
34618
|
|
|
|
|
|
|
"612574126", "Glen\ Innes", |
|
34619
|
|
|
|
|
|
|
"61748075", "Mount\ Morgan", |
|
34620
|
|
|
|
|
|
|
"61284178", "Terrey\ Hills", |
|
34621
|
|
|
|
|
|
|
"6175477", "Nambour", |
|
34622
|
|
|
|
|
|
|
"61263991", "Meadow\ Flat", |
|
34623
|
|
|
|
|
|
|
"61343149", "Landsborough", |
|
34624
|
|
|
|
|
|
|
"61256501", "Lismore", |
|
34625
|
|
|
|
|
|
|
"612967", "Blacktown", |
|
34626
|
|
|
|
|
|
|
"618601088", "Merredin", |
|
34627
|
|
|
|
|
|
|
"61345062", "Benayeo", |
|
34628
|
|
|
|
|
|
|
"61362944", "Southwest", |
|
34629
|
|
|
|
|
|
|
"61255560", "Forster", |
|
34630
|
|
|
|
|
|
|
"618903832", "Karloning", |
|
34631
|
|
|
|
|
|
|
"612583870", "Barrinford", |
|
34632
|
|
|
|
|
|
|
"61350418", "Wemen", |
|
34633
|
|
|
|
|
|
|
"617476420", "Briaba", |
|
34634
|
|
|
|
|
|
|
"61887045", "Kongorong", |
|
34635
|
|
|
|
|
|
|
"61888088", "Riverton", |
|
34636
|
|
|
|
|
|
|
"612583231", "Bedgerebong", |
|
34637
|
|
|
|
|
|
|
"61890148", "Munglinup", |
|
34638
|
|
|
|
|
|
|
"61895640", "Pinjarra", |
|
34639
|
|
|
|
|
|
|
"61357068", "King\ Valley", |
|
34640
|
|
|
|
|
|
|
"61268614", "Bindogundra", |
|
34641
|
|
|
|
|
|
|
"61340169", "Pooncarie", |
|
34642
|
|
|
|
|
|
|
"618851693", "Penneshaw", |
|
34643
|
|
|
|
|
|
|
"61367407", "Launceston", |
|
34644
|
|
|
|
|
|
|
"61747910", "Bowen", |
|
34645
|
|
|
|
|
|
|
"61353723", "Crymelon", |
|
34646
|
|
|
|
|
|
|
"61748319", "Buckland", |
|
34647
|
|
|
|
|
|
|
"612574706", "Marple", |
|
34648
|
|
|
|
|
|
|
"61266933", "Tyalgum", |
|
34649
|
|
|
|
|
|
|
"61887448", "Wirrega", |
|
34650
|
|
|
|
|
|
|
"61350015", "Nyah", |
|
34651
|
|
|
|
|
|
|
"617442869", "Ravenswood", |
|
34652
|
|
|
|
|
|
|
"61851294", "Wyndham", |
|
34653
|
|
|
|
|
|
|
"613470888", "Puckapunyal", |
|
34654
|
|
|
|
|
|
|
"61358193", "Katandra\ West", |
|
34655
|
|
|
|
|
|
|
"617476331", "Prairie", |
|
34656
|
|
|
|
|
|
|
"61749964", "Bauhinia", |
|
34657
|
|
|
|
|
|
|
"613553663", "Strathdownie", |
|
34658
|
|
|
|
|
|
|
"613442208", "Dunolly", |
|
34659
|
|
|
|
|
|
|
"61264219", "Cobargo", |
|
34660
|
|
|
|
|
|
|
"618997386", "Perenjori", |
|
34661
|
|
|
|
|
|
|
"618856747", "Truro", |
|
34662
|
|
|
|
|
|
|
"61899289", "Carnarvon", |
|
34663
|
|
|
|
|
|
|
"61257094", "Baan\ Baa", |
|
34664
|
|
|
|
|
|
|
"617750216", "Warwick", |
|
34665
|
|
|
|
|
|
|
"61878035", "Arthurton", |
|
34666
|
|
|
|
|
|
|
"618763377", "Lock", |
|
34667
|
|
|
|
|
|
|
"61742296", "Lockhart\ River", |
|
34668
|
|
|
|
|
|
|
"61266016", "Coffs\ Harbour", |
|
34669
|
|
|
|
|
|
|
"61868028", "Mount\ Barker", |
|
34670
|
|
|
|
|
|
|
"618854930", "Bower", |
|
34671
|
|
|
|
|
|
|
"618683295", "Manypeaks\ North", |
|
34672
|
|
|
|
|
|
|
"61354104", "Beazleys\ Bridge", |
|
34673
|
|
|
|
|
|
|
"61743389", "Pialba", |
|
34674
|
|
|
|
|
|
|
"61357054", "Harrietville", |
|
34675
|
|
|
|
|
|
|
"618903407", "Cascade", |
|
34676
|
|
|
|
|
|
|
"61351881", "Yarram", |
|
34677
|
|
|
|
|
|
|
"613531862", "Skipton", |
|
34678
|
|
|
|
|
|
|
"61343013", "Mount\ Wallace", |
|
34679
|
|
|
|
|
|
|
"612532866", "Running\ Stream", |
|
34680
|
|
|
|
|
|
|
"618660071", "Badgerin\ Rock", |
|
34681
|
|
|
|
|
|
|
"61749471", "Proserpine", |
|
34682
|
|
|
|
|
|
|
"61756156", "Kerry", |
|
34683
|
|
|
|
|
|
|
"61741056", "Gin\ Gin", |
|
34684
|
|
|
|
|
|
|
"618996763", "Arrowsmith", |
|
34685
|
|
|
|
|
|
|
"612574090", "Baan\ Baa", |
|
34686
|
|
|
|
|
|
|
"61876249", "Whyalla", |
|
34687
|
|
|
|
|
|
|
"6189579", "Bindoon", |
|
34688
|
|
|
|
|
|
|
"61361531", "Dunalley", |
|
34689
|
|
|
|
|
|
|
"61742763", "Aurukun", |
|
34690
|
|
|
|
|
|
|
"61752105", "Laidley", |
|
34691
|
|
|
|
|
|
|
"61248122", "Braidwood", |
|
34692
|
|
|
|
|
|
|
"6175528", "Southport", |
|
34693
|
|
|
|
|
|
|
"613441741", "Watchem", |
|
34694
|
|
|
|
|
|
|
"618993909", "Yaringa", |
|
34695
|
|
|
|
|
|
|
"61898272", "Gnowangerup", |
|
34696
|
|
|
|
|
|
|
"61256118", "Woodburn", |
|
34697
|
|
|
|
|
|
|
"61886782", "Woomera", |
|
34698
|
|
|
|
|
|
|
"61354744", "Woodend", |
|
34699
|
|
|
|
|
|
|
"6186375", "Perth", |
|
34700
|
|
|
|
|
|
|
"61351903", "Lindenow", |
|
34701
|
|
|
|
|
|
|
"61358332", "Shepparton", |
|
34702
|
|
|
|
|
|
|
"618660687", "Cunderdin\ North", |
|
34703
|
|
|
|
|
|
|
"61746178", "Toowoomba", |
|
34704
|
|
|
|
|
|
|
"61342218", "Lavers\ Hill", |
|
34705
|
|
|
|
|
|
|
"61258153", "Fairholme", |
|
34706
|
|
|
|
|
|
|
"61348083", "Undera", |
|
34707
|
|
|
|
|
|
|
"61255730", "Merriwa", |
|
34708
|
|
|
|
|
|
|
"61880031", "Tibooburra", |
|
34709
|
|
|
|
|
|
|
"613470777", "Graytown", |
|
34710
|
|
|
|
|
|
|
"612530056", "Orange", |
|
34711
|
|
|
|
|
|
|
"61885714", "Berri", |
|
34712
|
|
|
|
|
|
|
"61749387", "Yeppoon", |
|
34713
|
|
|
|
|
|
|
"61886840", "Port\ Lincoln", |
|
34714
|
|
|
|
|
|
|
"613441197", "Boort", |
|
34715
|
|
|
|
|
|
|
"61745822", "Meandarra", |
|
34716
|
|
|
|
|
|
|
"61745135", "Helidon", |
|
34717
|
|
|
|
|
|
|
"61257301", "Sandy\ Flat", |
|
34718
|
|
|
|
|
|
|
"61749958", "Biloela", |
|
34719
|
|
|
|
|
|
|
"61889670", "Alice\ Springs", |
|
34720
|
|
|
|
|
|
|
"6139843", "Melbourne", |
|
34721
|
|
|
|
|
|
|
"61745529", "Robinson\ Gorge", |
|
34722
|
|
|
|
|
|
|
"61367166", "Emita", |
|
34723
|
|
|
|
|
|
|
"617750351", "Helidon", |
|
34724
|
|
|
|
|
|
|
"61258202", "Mount\ Foster", |
|
34725
|
|
|
|
|
|
|
"612684321", "Tooraweenah", |
|
34726
|
|
|
|
|
|
|
"61257160", "Quirindi", |
|
34727
|
|
|
|
|
|
|
"618863986", "Tooligie\ Hill", |
|
34728
|
|
|
|
|
|
|
"6175642", "Southport", |
|
34729
|
|
|
|
|
|
|
"61264113", "Cooma", |
|
34730
|
|
|
|
|
|
|
"61743561", "Tandora", |
|
34731
|
|
|
|
|
|
|
"61897487", "Wilga", |
|
34732
|
|
|
|
|
|
|
"6124214", "Wollongong", |
|
34733
|
|
|
|
|
|
|
"61899183", "Lynton", |
|
34734
|
|
|
|
|
|
|
"61342445", "Barwon\ Downs", |
|
34735
|
|
|
|
|
|
|
"618866956", "Georgetown", |
|
34736
|
|
|
|
|
|
|
"61240662", "Maitland", |
|
34737
|
|
|
|
|
|
|
"61746638", "Kupunn", |
|
34738
|
|
|
|
|
|
|
"61746954", "Millmerran", |
|
34739
|
|
|
|
|
|
|
"612574277", "Upper\ Horton", |
|
34740
|
|
|
|
|
|
|
"6135624", "Warragul", |
|
34741
|
|
|
|
|
|
|
"618967025", "Kalannie", |
|
34742
|
|
|
|
|
|
|
"61734961", "Ipswich", |
|
34743
|
|
|
|
|
|
|
"61384077", "Eltham", |
|
34744
|
|
|
|
|
|
|
"61265992", "Kempsey", |
|
34745
|
|
|
|
|
|
|
"61748207", "Dysart", |
|
34746
|
|
|
|
|
|
|
"61255318", "Stuarts\ Point", |
|
34747
|
|
|
|
|
|
|
"61740718", "Silkwood", |
|
34748
|
|
|
|
|
|
|
"61358603", "Katandra\ West", |
|
34749
|
|
|
|
|
|
|
"61267702", "Armidale", |
|
34750
|
|
|
|
|
|
|
"61898047", "Broomehill", |
|
34751
|
|
|
|
|
|
|
"61897371", "Wilga", |
|
34752
|
|
|
|
|
|
|
"61269781", "Temora", |
|
34753
|
|
|
|
|
|
|
"61260821", "Yackandandah", |
|
34754
|
|
|
|
|
|
|
"61897034", "Cundinup", |
|
34755
|
|
|
|
|
|
|
"61248041", "Gunning", |
|
34756
|
|
|
|
|
|
|
"61745378", "Lynd\ Range", |
|
34757
|
|
|
|
|
|
|
"61238071", "Nerriga", |
|
34758
|
|
|
|
|
|
|
"61264307", "Cooma", |
|
34759
|
|
|
|
|
|
|
"618683662", "Tambellup", |
|
34760
|
|
|
|
|
|
|
"61357231", "Wangaratta", |
|
34761
|
|
|
|
|
|
|
"618763494", "Port\ Lincoln", |
|
34762
|
|
|
|
|
|
|
"61876019", "Jamestown", |
|
34763
|
|
|
|
|
|
|
"61889130", "Alice\ Springs", |
|
34764
|
|
|
|
|
|
|
"61340263", "Ultima", |
|
34765
|
|
|
|
|
|
|
"61361340", "Tarraleah", |
|
34766
|
|
|
|
|
|
|
"613546002", "Gisborne", |
|
34767
|
|
|
|
|
|
|
"618680078", "Newdegate\ East", |
|
34768
|
|
|
|
|
|
|
"612574618", "Nullamanna", |
|
34769
|
|
|
|
|
|
|
"61743423", "Johnstown\ West", |
|
34770
|
|
|
|
|
|
|
"61749174", "Belyando", |
|
34771
|
|
|
|
|
|
|
"617458660", "Nobby", |
|
34772
|
|
|
|
|
|
|
"61245046", "St\ Albans", |
|
34773
|
|
|
|
|
|
|
"61240756", "Cessnock", |
|
34774
|
|
|
|
|
|
|
"613451022", "Tahara", |
|
34775
|
|
|
|
|
|
|
"618762629", "Tarcoola", |
|
34776
|
|
|
|
|
|
|
"61255615", "Taylors\ Arm", |
|
34777
|
|
|
|
|
|
|
"617459874", "Maranoa", |
|
34778
|
|
|
|
|
|
|
"618854944", "Eudunda", |
|
34779
|
|
|
|
|
|
|
"61354694", "Traynors\ Lagoon", |
|
34780
|
|
|
|
|
|
|
"618983724", "Katanning", |
|
34781
|
|
|
|
|
|
|
"61353134", "Minyip", |
|
34782
|
|
|
|
|
|
|
"61342048", "Beeac", |
|
34783
|
|
|
|
|
|
|
"61357815", "Yarrawonga", |
|
34784
|
|
|
|
|
|
|
"61259114", "Rankins\ Springs", |
|
34785
|
|
|
|
|
|
|
"618965646", "Cadoux", |
|
34786
|
|
|
|
|
|
|
"61745675", "Southwood", |
|
34787
|
|
|
|
|
|
|
"61898352", "Jerramungup", |
|
34788
|
|
|
|
|
|
|
"61880187", "Broken\ Hill", |
|
34789
|
|
|
|
|
|
|
"61753452", "Woolooga", |
|
34790
|
|
|
|
|
|
|
"618864320", "Crystal\ Brook", |
|
34791
|
|
|
|
|
|
|
"61898309", "Williams", |
|
34792
|
|
|
|
|
|
|
"61356010", "Hill\ End", |
|
34793
|
|
|
|
|
|
|
"612685793", "Colane", |
|
34794
|
|
|
|
|
|
|
"61753409", "Moore", |
|
34795
|
|
|
|
|
|
|
"61258528", "Forbes", |
|
34796
|
|
|
|
|
|
|
"61746968", "Toowoomba", |
|
34797
|
|
|
|
|
|
|
"61267142", "Tenterden", |
|
34798
|
|
|
|
|
|
|
"61889686", "Tanami", |
|
34799
|
|
|
|
|
|
|
"61264049", "Eden", |
|
34800
|
|
|
|
|
|
|
"613572623", "Woods\ Point", |
|
34801
|
|
|
|
|
|
|
"61897900", "Bunbury", |
|
34802
|
|
|
|
|
|
|
"61341110", "Gormandale", |
|
34803
|
|
|
|
|
|
|
"613442137", "Maryborough", |
|
34804
|
|
|
|
|
|
|
"61362594", "Bothwell", |
|
34805
|
|
|
|
|
|
|
"61888592", "Braemer", |
|
34806
|
|
|
|
|
|
|
"618866382", "Wudinna", |
|
34807
|
|
|
|
|
|
|
"618600917", "Salmon\ Gums", |
|
34808
|
|
|
|
|
|
|
"618683498", "Fitzgerald", |
|
34809
|
|
|
|
|
|
|
"61896571", "Badgingarra", |
|
34810
|
|
|
|
|
|
|
"618967723", "Yelbeni", |
|
34811
|
|
|
|
|
|
|
"617459020", "Jericho", |
|
34812
|
|
|
|
|
|
|
"61353265", "Banyena", |
|
34813
|
|
|
|
|
|
|
"617452608", "Leyburn", |
|
34814
|
|
|
|
|
|
|
"61350854", "Curyo", |
|
34815
|
|
|
|
|
|
|
"612532520", "Dunedoo", |
|
34816
|
|
|
|
|
|
|
"61267759", "Ebor", |
|
34817
|
|
|
|
|
|
|
"61888899", "Spalding", |
|
34818
|
|
|
|
|
|
|
"618903843", "Kellerberrin", |
|
34819
|
|
|
|
|
|
|
"61879336", "Tanami", |
|
34820
|
|
|
|
|
|
|
"61876143", "The\ Ranges", |
|
34821
|
|
|
|
|
|
|
"617750198", "Talwood", |
|
34822
|
|
|
|
|
|
|
"61887215", "Tarpeena", |
|
34823
|
|
|
|
|
|
|
"613531702", "Marnoo", |
|
34824
|
|
|
|
|
|
|
"61754053", "Caloundra", |
|
34825
|
|
|
|
|
|
|
"6186298", "Kalamunda", |
|
34826
|
|
|
|
|
|
|
"612594171", "Alleena", |
|
34827
|
|
|
|
|
|
|
"612532706", "Mudgee", |
|
34828
|
|
|
|
|
|
|
"61269653", "Melbergen", |
|
34829
|
|
|
|
|
|
|
"618996803", "Eneabba", |
|
34830
|
|
|
|
|
|
|
"618856752", "Walker\ Flat", |
|
34831
|
|
|
|
|
|
|
"61887831", "Thornlea", |
|
34832
|
|
|
|
|
|
|
"61363207", "Westbury", |
|
34833
|
|
|
|
|
|
|
"61744022", "Bambaroo", |
|
34834
|
|
|
|
|
|
|
"61866001", "Yerecoin", |
|
34835
|
|
|
|
|
|
|
"61747129", "Barkly", |
|
34836
|
|
|
|
|
|
|
"61258259", "Bindogundra", |
|
34837
|
|
|
|
|
|
|
"613442153", "Traynors\ Lagoon", |
|
34838
|
|
|
|
|
|
|
"618763882", "Koongawa", |
|
34839
|
|
|
|
|
|
|
"61744444", "Townsville", |
|
34840
|
|
|
|
|
|
|
"61240629", "Newcastle", |
|
34841
|
|
|
|
|
|
|
"612594101", "Coolac", |
|
34842
|
|
|
|
|
|
|
"61887721", "Tantanoola", |
|
34843
|
|
|
|
|
|
|
"613532212", "Minimay", |
|
34844
|
|
|
|
|
|
|
"613531772", "Ballarat", |
|
34845
|
|
|
|
|
|
|
"61260423", "Albury", |
|
34846
|
|
|
|
|
|
|
"61880802", "Broken\ Hill", |
|
34847
|
|
|
|
|
|
|
"61895797", "Mount\ Helena", |
|
34848
|
|
|
|
|
|
|
"618601067", "Corrigin", |
|
34849
|
|
|
|
|
|
|
"61264458", "Merimbula", |
|
34850
|
|
|
|
|
|
|
"61363200", "Lilydale", |
|
34851
|
|
|
|
|
|
|
"618996873", "Lake\ Mason", |
|
34852
|
|
|
|
|
|
|
"6189821", "Katanning", |
|
34853
|
|
|
|
|
|
|
"618989152", "Nomans\ Lake", |
|
34854
|
|
|
|
|
|
|
"61851088", "Christmas\ Island", |
|
34855
|
|
|
|
|
|
|
"61746793", "Bowenville", |
|
34856
|
|
|
|
|
|
|
"613450559", "Cobden", |
|
34857
|
|
|
|
|
|
|
"61257288", "Marple", |
|
34858
|
|
|
|
|
|
|
"613431918", "Minimay", |
|
34859
|
|
|
|
|
|
|
"61350528", "Curyo", |
|
34860
|
|
|
|
|
|
|
"61263718", "Mudgee", |
|
34861
|
|
|
|
|
|
|
"61248796", "Marulan", |
|
34862
|
|
|
|
|
|
|
"61890392", "Norseman", |
|
34863
|
|
|
|
|
|
|
"61257406", "Quirindi", |
|
34864
|
|
|
|
|
|
|
"61741651", "Eidsvold", |
|
34865
|
|
|
|
|
|
|
"61354553", "Boort", |
|
34866
|
|
|
|
|
|
|
"61879265", "Victoria\ River", |
|
34867
|
|
|
|
|
|
|
"618862901", "Coffin\ Bay", |
|
34868
|
|
|
|
|
|
|
"61341303", "Orbost", |
|
34869
|
|
|
|
|
|
|
"61347035", "Nagambie", |
|
34870
|
|
|
|
|
|
|
"61356072", "Poowong", |
|
34871
|
|
|
|
|
|
|
"617452678", "Balonne", |
|
34872
|
|
|
|
|
|
|
"61264055", "Delegate", |
|
34873
|
|
|
|
|
|
|
"613470867", "Creightons\ Creek", |
|
34874
|
|
|
|
|
|
|
"61259316", "Nangus", |
|
34875
|
|
|
|
|
|
|
"61355432", "Harrow", |
|
34876
|
|
|
|
|
|
|
"61243126", "Gosford", |
|
34877
|
|
|
|
|
|
|
"61361009", "Sorell", |
|
34878
|
|
|
|
|
|
|
"613451452", "Victoria\ Valley", |
|
34879
|
|
|
|
|
|
|
"6135762", "Benalla", |
|
34880
|
|
|
|
|
|
|
"61896888", "Jurien", |
|
34881
|
|
|
|
|
|
|
"61749376", "Rockhampton", |
|
34882
|
|
|
|
|
|
|
"61888294", "Halbury", |
|
34883
|
|
|
|
|
|
|
"613441954", "Barham", |
|
34884
|
|
|
|
|
|
|
"61755154", "Kerry", |
|
34885
|
|
|
|
|
|
|
"618903394", "Great\ Victoria", |
|
34886
|
|
|
|
|
|
|
"618985530", "West\ River", |
|
34887
|
|
|
|
|
|
|
"61341172", "Rosedale", |
|
34888
|
|
|
|
|
|
|
"61268788", "Quambone", |
|
34889
|
|
|
|
|
|
|
"61352114", "Torquay", |
|
34890
|
|
|
|
|
|
|
"61238136", "Yerrinbool", |
|
34891
|
|
|
|
|
|
|
"617750030", "Talwood", |
|
34892
|
|
|
|
|
|
|
"61264971", "Candelo", |
|
34893
|
|
|
|
|
|
|
"61267745", "Nowendoc", |
|
34894
|
|
|
|
|
|
|
"61356017", "Korumburra", |
|
34895
|
|
|
|
|
|
|
"61341117", "Erica", |
|
34896
|
|
|
|
|
|
|
"618683558", "Rocky\ Gully", |
|
34897
|
|
|
|
|
|
|
"61897907", "Waroona", |
|
34898
|
|
|
|
|
|
|
"612574641", "Walcha", |
|
34899
|
|
|
|
|
|
|
"612583760", "Ballimore", |
|
34900
|
|
|
|
|
|
|
"61889137", "Simpson", |
|
34901
|
|
|
|
|
|
|
"61361347", "Swansea", |
|
34902
|
|
|
|
|
|
|
"613546072", "Trentham", |
|
34903
|
|
|
|
|
|
|
"618680008", "Kukerin", |
|
34904
|
|
|
|
|
|
|
"617441401", "Greenvale", |
|
34905
|
|
|
|
|
|
|
"61880180", "Menindee", |
|
34906
|
|
|
|
|
|
|
"61877083", "Western\ Flat", |
|
34907
|
|
|
|
|
|
|
"61741783", "Gin\ Gin", |
|
34908
|
|
|
|
|
|
|
"61885688", "Tanunda", |
|
34909
|
|
|
|
|
|
|
"61742548", "Mareeba", |
|
34910
|
|
|
|
|
|
|
"617476481", "Dalbeg", |
|
34911
|
|
|
|
|
|
|
"61364095", "Stanley", |
|
34912
|
|
|
|
|
|
|
"6128767", "Sydney", |
|
34913
|
|
|
|
|
|
|
"617486851", "Miclere", |
|
34914
|
|
|
|
|
|
|
"61898040", "Bradfords", |
|
34915
|
|
|
|
|
|
|
"61265014", "Broke", |
|
34916
|
|
|
|
|
|
|
"617459415", "Clifton", |
|
34917
|
|
|
|
|
|
|
"61244175", "Moruya", |
|
34918
|
|
|
|
|
|
|
"612574929", "Frazers\ Creek", |
|
34919
|
|
|
|
|
|
|
"61264464", "Cobargo", |
|
34920
|
|
|
|
|
|
|
"61887433", "Lucindale\ South", |
|
34921
|
|
|
|
|
|
|
"61361052", "Geeveston", |
|
34922
|
|
|
|
|
|
|
"6138587", "Clayton", |
|
34923
|
|
|
|
|
|
|
"61367278", "Glengarry", |
|
34924
|
|
|
|
|
|
|
"61264300", "Nimmitabel", |
|
34925
|
|
|
|
|
|
|
"61267105", "Pinkett", |
|
34926
|
|
|
|
|
|
|
"61260731", "Yackandandah", |
|
34927
|
|
|
|
|
|
|
"61885385", "Callington", |
|
34928
|
|
|
|
|
|
|
"61248263", "Woodhouselee", |
|
34929
|
|
|
|
|
|
|
"618903650", "Bodallin", |
|
34930
|
|
|
|
|
|
|
"61745419", "Ravensbourne", |
|
34931
|
|
|
|
|
|
|
"61266948", "Ulong", |
|
34932
|
|
|
|
|
|
|
"618661029", "Bencubbin", |
|
34933
|
|
|
|
|
|
|
"61343061", "Goroke", |
|
34934
|
|
|
|
|
|
|
"61384070", "Eltham", |
|
34935
|
|
|
|
|
|
|
"61266082", "Mullumbimby", |
|
34936
|
|
|
|
|
|
|
"61748200", "Carmila", |
|
34937
|
|
|
|
|
|
|
"61890133", "Mount\ Merivale", |
|
34938
|
|
|
|
|
|
|
"61256039", "Copmanhurst", |
|
34939
|
|
|
|
|
|
|
"61753640", "Rosewood", |
|
34940
|
|
|
|
|
|
|
"61266611", "Tabulam", |
|
34941
|
|
|
|
|
|
|
"618661132", "Dandaragan", |
|
34942
|
|
|
|
|
|
|
"61255479", "Port\ Macquarie", |
|
34943
|
|
|
|
|
|
|
"61891898", "Mount\ Bruce", |
|
34944
|
|
|
|
|
|
|
"612574581", "Croppa\ Creek", |
|
34945
|
|
|
|
|
|
|
"612593932", "Sandigo", |
|
34946
|
|
|
|
|
|
|
"61747162", "Richmond", |
|
34947
|
|
|
|
|
|
|
"61744069", "Mount\ Fox", |
|
34948
|
|
|
|
|
|
|
"612574207", "Boorolong", |
|
34949
|
|
|
|
|
|
|
"61742711", "Silkwood", |
|
34950
|
|
|
|
|
|
|
"61257167", "Croppa\ Creek", |
|
34951
|
|
|
|
|
|
|
"612530235", "Frogmore\/Windeyer\/Wollar\/Woodstock", |
|
34952
|
|
|
|
|
|
|
"618903615", "Salmon\ Gums", |
|
34953
|
|
|
|
|
|
|
"617480307", "Orion", |
|
34954
|
|
|
|
|
|
|
"61340041", "Balranald", |
|
34955
|
|
|
|
|
|
|
"61897480", "Darkan", |
|
34956
|
|
|
|
|
|
|
"61755168", "Jimboomba", |
|
34957
|
|
|
|
|
|
|
"61358778", "Brassi", |
|
34958
|
|
|
|
|
|
|
"61746266", "Surat", |
|
34959
|
|
|
|
|
|
|
"61354981", "Watchem", |
|
34960
|
|
|
|
|
|
|
"61879134", "Roper\ River", |
|
34961
|
|
|
|
|
|
|
"61364498", "Burnie", |
|
34962
|
|
|
|
|
|
|
"618660884", "Bidaminna", |
|
34963
|
|
|
|
|
|
|
"61748217", "Yakapari", |
|
34964
|
|
|
|
|
|
|
"617452319", "Roma", |
|
34965
|
|
|
|
|
|
|
"61899471", "Carnarvon", |
|
34966
|
|
|
|
|
|
|
"6129879", "Sydney", |
|
34967
|
|
|
|
|
|
|
"61268194", "Mount\ Foster", |
|
34968
|
|
|
|
|
|
|
"618851991", "Windsor", |
|
34969
|
|
|
|
|
|
|
"61265667", "Smithtown", |
|
34970
|
|
|
|
|
|
|
"61348074", "Moulamein", |
|
34971
|
|
|
|
|
|
|
"61258277", "Gollan", |
|
34972
|
|
|
|
|
|
|
"61891056", "Newman", |
|
34973
|
|
|
|
|
|
|
"61867230", "Harvey", |
|
34974
|
|
|
|
|
|
|
"61258121", "Gwabegar", |
|
34975
|
|
|
|
|
|
|
"61890991", "Belka\ East", |
|
34976
|
|
|
|
|
|
|
"61242635", "Helensburgh", |
|
34977
|
|
|
|
|
|
|
"61352128", "Geelong", |
|
34978
|
|
|
|
|
|
|
"617540830", "Gympie", |
|
34979
|
|
|
|
|
|
|
"61341589", "Lindenow", |
|
34980
|
|
|
|
|
|
|
"61264103", "Shannons\ Flat", |
|
34981
|
|
|
|
|
|
|
"618967775", "Brookton", |
|
34982
|
|
|
|
|
|
|
"61743154", "Redridge", |
|
34983
|
|
|
|
|
|
|
"61748272", "Tieri", |
|
34984
|
|
|
|
|
|
|
"61896178", "Tammin", |
|
34985
|
|
|
|
|
|
|
"6124382", "Gosford", |
|
34986
|
|
|
|
|
|
|
"61367093", "Avoca", |
|
34987
|
|
|
|
|
|
|
"61255126", "Idaville", |
|
34988
|
|
|
|
|
|
|
"61888537", "Curramulka", |
|
34989
|
|
|
|
|
|
|
"61355490", "Edenhope", |
|
34990
|
|
|
|
|
|
|
"613553602", "Terang", |
|
34991
|
|
|
|
|
|
|
"61258212", "Gollan", |
|
34992
|
|
|
|
|
|
|
"612532456", "Monteagle", |
|
34993
|
|
|
|
|
|
|
"61264372", "Wonboyn\ Lake", |
|
34994
|
|
|
|
|
|
|
"613451039", "Cavendish", |
|
34995
|
|
|
|
|
|
|
"61259104", "Gundagai", |
|
34996
|
|
|
|
|
|
|
"618762632", "Tooligie\ Hill", |
|
34997
|
|
|
|
|
|
|
"61743287", "Proston", |
|
34998
|
|
|
|
|
|
|
"612582483", "Gilgandra", |
|
34999
|
|
|
|
|
|
|
"61899387", "Northern\ Gully", |
|
35000
|
|
|
|
|
|
|
"61864987", "Spearwood", |
|
35001
|
|
|
|
|
|
|
"61267777", "Yarrowitch", |
|
35002
|
|
|
|
|
|
|
"61255605", "Port\ Macquarie", |
|
35003
|
|
|
|
|
|
|
"61249381", "Branxton", |
|
35004
|
|
|
|
|
|
|
"61350270", "Anabranch", |
|
35005
|
|
|
|
|
|
|
"61895135", "Gidgegannup", |
|
35006
|
|
|
|
|
|
|
"61876009", "Streaky\ Bay", |
|
35007
|
|
|
|
|
|
|
"61352306", "Apollo\ Bay", |
|
35008
|
|
|
|
|
|
|
"61264317", "Merimbula", |
|
35009
|
|
|
|
|
|
|
"612685573", "Weelong", |
|
35010
|
|
|
|
|
|
|
"61260356", "Leicester\ Park", |
|
35011
|
|
|
|
|
|
|
"61895529", "Bindoon", |
|
35012
|
|
|
|
|
|
|
"613553961", "Panmure", |
|
35013
|
|
|
|
|
|
|
"61899958", "Gutha\ West", |
|
35014
|
|
|
|
|
|
|
"6135122", "Morwell", |
|
35015
|
|
|
|
|
|
|
"61754702", "Noosaville", |
|
35016
|
|
|
|
|
|
|
"61740708", "Maryfarms", |
|
35017
|
|
|
|
|
|
|
"61255308", "Denman", |
|
35018
|
|
|
|
|
|
|
"61899634", "Mount\ Magnet", |
|
35019
|
|
|
|
|
|
|
"612685892", "Bogan\ Gate", |
|
35020
|
|
|
|
|
|
|
"618997391", "Upper\ Gascoyne", |
|
35021
|
|
|
|
|
|
|
"61743168", "Mundubbera", |
|
35022
|
|
|
|
|
|
|
"617486934", "Glenden", |
|
35023
|
|
|
|
|
|
|
"61353751", "Halls\ Gap", |
|
35024
|
|
|
|
|
|
|
"61244147", "Milton\-ulladulla", |
|
35025
|
|
|
|
|
|
|
"61876052", "Koppio", |
|
35026
|
|
|
|
|
|
|
"613442037", "Barham", |
|
35027
|
|
|
|
|
|
|
"61358066", "Mathoura", |
|
35028
|
|
|
|
|
|
|
"61887086", "Penola", |
|
35029
|
|
|
|
|
|
|
"61263673", "Millthorpe", |
|
35030
|
|
|
|
|
|
|
"61344033", "Wycheproof", |
|
35031
|
|
|
|
|
|
|
"61341100", "Genoa", |
|
35032
|
|
|
|
|
|
|
"612658", "Port\ Macquarie", |
|
35033
|
|
|
|
|
|
|
"618753353", "Paruna", |
|
35034
|
|
|
|
|
|
|
"61886622", "Gladstone", |
|
35035
|
|
|
|
|
|
|
"61740148", "Weipa", |
|
35036
|
|
|
|
|
|
|
"61754142", "Nambour", |
|
35037
|
|
|
|
|
|
|
"61357555", "Bright", |
|
35038
|
|
|
|
|
|
|
"61745640", "Tambo", |
|
35039
|
|
|
|
|
|
|
"618967822", "Quairading", |
|
35040
|
|
|
|
|
|
|
"61256395", "Kyogle", |
|
35041
|
|
|
|
|
|
|
"61265937", "Telegraph\ Point", |
|
35042
|
|
|
|
|
|
|
"613470600", "Mansfield", |
|
35043
|
|
|
|
|
|
|
"617441930", "Bowen", |
|
35044
|
|
|
|
|
|
|
"61361375", "Orford", |
|
35045
|
|
|
|
|
|
|
"61355061", "Dorodong", |
|
35046
|
|
|
|
|
|
|
"618967073", "Wongan\ Hills", |
|
35047
|
|
|
|
|
|
|
"6188707", "Mount\ Gambier", |
|
35048
|
|
|
|
|
|
|
"61753419", "Caloundra", |
|
35049
|
|
|
|
|
|
|
"612583511", "Dubbo", |
|
35050
|
|
|
|
|
|
|
"61898319", "Kojonup", |
|
35051
|
|
|
|
|
|
|
"61356000", "Buffalo", |
|
35052
|
|
|
|
|
|
|
"6186188", "Perth", |
|
35053
|
|
|
|
|
|
|
"613541108", "Bendigo", |
|
35054
|
|
|
|
|
|
|
"613442053", "Echuca", |
|
35055
|
|
|
|
|
|
|
"61357787", "Bonnie\ Doon", |
|
35056
|
|
|
|
|
|
|
"61867026", "Tonebridge", |
|
35057
|
|
|
|
|
|
|
"6124271", "Wollongong", |
|
35058
|
|
|
|
|
|
|
"61363217", "Pyengana", |
|
35059
|
|
|
|
|
|
|
"613532370", "Nhill", |
|
35060
|
|
|
|
|
|
|
"61886344", "Nelshaby", |
|
35061
|
|
|
|
|
|
|
"61885441", "Victor\ Harbor", |
|
35062
|
|
|
|
|
|
|
"6188182", "Salisbury", |
|
35063
|
|
|
|
|
|
|
"612594071", "Wantabadgery", |
|
35064
|
|
|
|
|
|
|
"618985598", "Karlgarin", |
|
35065
|
|
|
|
|
|
|
"61354382", "Inglewood", |
|
35066
|
|
|
|
|
|
|
"61340388", "Mittyack", |
|
35067
|
|
|
|
|
|
|
"61267053", "Garah", |
|
35068
|
|
|
|
|
|
|
"613531803", "Creswick", |
|
35069
|
|
|
|
|
|
|
"617458788", "Cunningham", |
|
35070
|
|
|
|
|
|
|
"61887205", "Padthaway", |
|
35071
|
|
|
|
|
|
|
"6139875", "Melbourne", |
|
35072
|
|
|
|
|
|
|
"61265028", "Castle\ Rock", |
|
35073
|
|
|
|
|
|
|
"61264743", "Bega", |
|
35074
|
|
|
|
|
|
|
"618753337", "Loxton", |
|
35075
|
|
|
|
|
|
|
"61740834", "Aurukun", |
|
35076
|
|
|
|
|
|
|
"618763783", "Glendambo", |
|
35077
|
|
|
|
|
|
|
"61362026", "Dunalley", |
|
35078
|
|
|
|
|
|
|
"612592720", "Mannus", |
|
35079
|
|
|
|
|
|
|
"61888767", "Maitland", |
|
35080
|
|
|
|
|
|
|
"617480209", "Capella", |
|
35081
|
|
|
|
|
|
|
"612583688", "Condobolin", |
|
35082
|
|
|
|
|
|
|
"61341313", "Baw\ Baw", |
|
35083
|
|
|
|
|
|
|
"61745452", "Glenhope", |
|
35084
|
|
|
|
|
|
|
"61899256", "Yaringa", |
|
35085
|
|
|
|
|
|
|
"61749884", "Clermont", |
|
35086
|
|
|
|
|
|
|
"618985458", "Pingrup", |
|
35087
|
|
|
|
|
|
|
"61256421", "Bellingen", |
|
35088
|
|
|
|
|
|
|
"61255324", "Kempsey", |
|
35089
|
|
|
|
|
|
|
"61740724", "Weipa", |
|
35090
|
|
|
|
|
|
|
"613531873", "Stoneleigh", |
|
35091
|
|
|
|
|
|
|
"61266494", "Coutts\ Crossing", |
|
35092
|
|
|
|
|
|
|
"61888760", "Balaklava", |
|
35093
|
|
|
|
|
|
|
"61747476", "Karumba", |
|
35094
|
|
|
|
|
|
|
"61253046", "Oberon", |
|
35095
|
|
|
|
|
|
|
"61740239", "Weipa", |
|
35096
|
|
|
|
|
|
|
"613532300", "Bacchus\ Marsh", |
|
35097
|
|
|
|
|
|
|
"618850796", "Renmark", |
|
35098
|
|
|
|
|
|
|
"61363210", "Waterhouse", |
|
35099
|
|
|
|
|
|
|
"61898478", "Chittinup", |
|
35100
|
|
|
|
|
|
|
"618683430", "Woogenilup", |
|
35101
|
|
|
|
|
|
|
"618601167", "Shackleton", |
|
35102
|
|
|
|
|
|
|
"618660780", "Quairading", |
|
35103
|
|
|
|
|
|
|
"61886939", "Wudinna", |
|
35104
|
|
|
|
|
|
|
"61342412", "Torquay", |
|
35105
|
|
|
|
|
|
|
"61880812", "Dolo", |
|
35106
|
|
|
|
|
|
|
"61259128", "Kyeamba", |
|
35107
|
|
|
|
|
|
|
"61742141", "Mareeba", |
|
35108
|
|
|
|
|
|
|
"61886706", "Everard", |
|
35109
|
|
|
|
|
|
|
"612594001", "Rannock", |
|
35110
|
|
|
|
|
|
|
"617485868", "Hodgson\ Range", |
|
35111
|
|
|
|
|
|
|
"61355243", "Balmoral", |
|
35112
|
|
|
|
|
|
|
"61255457", "Bunnan", |
|
35113
|
|
|
|
|
|
|
"61250066", "Eskdale", |
|
35114
|
|
|
|
|
|
|
"61745647", "Dalby", |
|
35115
|
|
|
|
|
|
|
"61260154", "Talgarno", |
|
35116
|
|
|
|
|
|
|
"61265930", "Pacific\ Palms", |
|
35117
|
|
|
|
|
|
|
"61342381", "Winchelsea\ South", |
|
35118
|
|
|
|
|
|
|
"61341107", "Swifts\ Creek", |
|
35119
|
|
|
|
|
|
|
"61896643", "Wubin", |
|
35120
|
|
|
|
|
|
|
"61356007", "Foster", |
|
35121
|
|
|
|
|
|
|
"617750130", "Culgoa", |
|
35122
|
|
|
|
|
|
|
"618967003", "Goodlands", |
|
35123
|
|
|
|
|
|
|
"61898951", "Jacup", |
|
35124
|
|
|
|
|
|
|
"61352104", "Wingeel", |
|
35125
|
|
|
|
|
|
|
"613470670", "Buffalo\ River", |
|
35126
|
|
|
|
|
|
|
"618683321", "Ravensthorpe\ West", |
|
35127
|
|
|
|
|
|
|
"617442835", "Charters\ Towers", |
|
35128
|
|
|
|
|
|
|
"613610820", "Hobart", |
|
35129
|
|
|
|
|
|
|
"61351631", "Yinnar", |
|
35130
|
|
|
|
|
|
|
"61361019", "Oatlands", |
|
35131
|
|
|
|
|
|
|
"61248388", "Barrallier", |
|
35132
|
|
|
|
|
|
|
"612684901", "Wyanga", |
|
35133
|
|
|
|
|
|
|
"61259306", "Landervale", |
|
35134
|
|
|
|
|
|
|
"61244140", "Narooma", |
|
35135
|
|
|
|
|
|
|
"61255642", "Merriwa", |
|
35136
|
|
|
|
|
|
|
"61256563", "Maclean", |
|
35137
|
|
|
|
|
|
|
"61895956", "Mandurah", |
|
35138
|
|
|
|
|
|
|
"61746099", "Miles", |
|
35139
|
|
|
|
|
|
|
"61898075", "Denmark", |
|
35140
|
|
|
|
|
|
|
"61264310", "Ando", |
|
35141
|
|
|
|
|
|
|
"61267115", "Ingleba", |
|
35142
|
|
|
|
|
|
|
"612532943", "Burraga", |
|
35143
|
|
|
|
|
|
|
"61890684", "Kalgoorlie", |
|
35144
|
|
|
|
|
|
|
"618854522", "Lowbank", |
|
35145
|
|
|
|
|
|
|
"617458807", "Haddon", |
|
35146
|
|
|
|
|
|
|
"612574932", "Glen\ Innes", |
|
35147
|
|
|
|
|
|
|
"61257363", "Deepwater", |
|
35148
|
|
|
|
|
|
|
"613441200", "Carisbrook", |
|
35149
|
|
|
|
|
|
|
"61265004", "Taree", |
|
35150
|
|
|
|
|
|
|
"61261484", "Bungendore", |
|
35151
|
|
|
|
|
|
|
"61898583", "Newdegate\ East", |
|
35152
|
|
|
|
|
|
|
"618982933", "Badgebup", |
|
35153
|
|
|
|
|
|
|
"61341466", "Orbost", |
|
35154
|
|
|
|
|
|
|
"61344218", "Quambatook", |
|
35155
|
|
|
|
|
|
|
"61263834", "Maimuru", |
|
35156
|
|
|
|
|
|
|
"61743280", "Moonford", |
|
35157
|
|
|
|
|
|
|
"612583548", "Rocky\ Glen", |
|
35158
|
|
|
|
|
|
|
"61240331", "Maitland", |
|
35159
|
|
|
|
|
|
|
"618682205", "Wickepin\ East", |
|
35160
|
|
|
|
|
|
|
"61240074", "Bulahdelah", |
|
35161
|
|
|
|
|
|
|
"618680108", "Tarin\ Rock", |
|
35162
|
|
|
|
|
|
|
"61878232", "Ardrossan", |
|
35163
|
|
|
|
|
|
|
"61267770", "Nowendoc", |
|
35164
|
|
|
|
|
|
|
"61350121", "Pooncarie", |
|
35165
|
|
|
|
|
|
|
"61864980", "Spearwood", |
|
35166
|
|
|
|
|
|
|
"61263148", "Manildra", |
|
35167
|
|
|
|
|
|
|
"6124373", "Mangrove\ Mountain", |
|
35168
|
|
|
|
|
|
|
"618982957", "Bedford\ Harbour", |
|
35169
|
|
|
|
|
|
|
"618967705", "Trayning", |
|
35170
|
|
|
|
|
|
|
"61863779", "Perth", |
|
35171
|
|
|
|
|
|
|
"61388036", "Melbourne", |
|
35172
|
|
|
|
|
|
|
"61355497", "Cavendish", |
|
35173
|
|
|
|
|
|
|
"613553672", "Apsley", |
|
35174
|
|
|
|
|
|
|
"61748574", "Wagoora", |
|
35175
|
|
|
|
|
|
|
"613545271", "Cohuna", |
|
35176
|
|
|
|
|
|
|
"61886146", "Minnipa", |
|
35177
|
|
|
|
|
|
|
"61742701", "Maryfarms", |
|
35178
|
|
|
|
|
|
|
"61260168", "Barnawartha", |
|
35179
|
|
|
|
|
|
|
"61354813", "Echuca", |
|
35180
|
|
|
|
|
|
|
"618661032", "Bibby\ Springs", |
|
35181
|
|
|
|
|
|
|
"61266601", "Casino", |
|
35182
|
|
|
|
|
|
|
"61269026", "Cootamundra", |
|
35183
|
|
|
|
|
|
|
"612582504", "Myamley", |
|
35184
|
|
|
|
|
|
|
"61748210", "Gargett", |
|
35185
|
|
|
|
|
|
|
"61867237", "Nannup", |
|
35186
|
|
|
|
|
|
|
"6139490", "Melbourne", |
|
35187
|
|
|
|
|
|
|
"618661129", "Dale\ River", |
|
35188
|
|
|
|
|
|
|
"61281042", "Sydney", |
|
35189
|
|
|
|
|
|
|
"61741089", "Gayndah", |
|
35190
|
|
|
|
|
|
|
"61868244", "Holland\ Rocks", |
|
35191
|
|
|
|
|
|
|
"61745409", "Greenmount", |
|
35192
|
|
|
|
|
|
|
"612593929", "Narrandera", |
|
35193
|
|
|
|
|
|
|
"61889333", "Plenty", |
|
35194
|
|
|
|
|
|
|
"61258270", "Dandaloo", |
|
35195
|
|
|
|
|
|
|
"61361143", "Geeveston", |
|
35196
|
|
|
|
|
|
|
"61264738", "Tathra", |
|
35197
|
|
|
|
|
|
|
"61887012", "Cannawigara", |
|
35198
|
|
|
|
|
|
|
"618753487", "Mallala", |
|
35199
|
|
|
|
|
|
|
"61344445", "Gisborne", |
|
35200
|
|
|
|
|
|
|
"61885346", "Tanunda", |
|
35201
|
|
|
|
|
|
|
"61889602", "Roper\ River", |
|
35202
|
|
|
|
|
|
|
"613574683", "King\ Valley", |
|
35203
|
|
|
|
|
|
|
"61359020", "Mornington", |
|
35204
|
|
|
|
|
|
|
"61888915", "Lochiel", |
|
35205
|
|
|
|
|
|
|
"61340201", "Nangiloc", |
|
35206
|
|
|
|
|
|
|
"61891783", "Millstream", |
|
35207
|
|
|
|
|
|
|
"61744225", "Giru", |
|
35208
|
|
|
|
|
|
|
"618661043", "Cunderdin\ North", |
|
35209
|
|
|
|
|
|
|
"61748040", "Miriam\ Vale", |
|
35210
|
|
|
|
|
|
|
"617441895", "Gulf", |
|
35211
|
|
|
|
|
|
|
"612574596", "Goolhi", |
|
35212
|
|
|
|
|
|
|
"617486575", "Tieri", |
|
35213
|
|
|
|
|
|
|
"612583704", "Gilgooma", |
|
35214
|
|
|
|
|
|
|
"61868014", "Jingalup", |
|
35215
|
|
|
|
|
|
|
"617459860", "Jericho", |
|
35216
|
|
|
|
|
|
|
"613542000", "Colbinabbin", |
|
35217
|
|
|
|
|
|
|
"617473861", "Doomadgee", |
|
35218
|
|
|
|
|
|
|
"617458674", "Surat", |
|
35219
|
|
|
|
|
|
|
"613431815", "Bacchus\ Marsh", |
|
35220
|
|
|
|
|
|
|
"618753519", "Taylorville", |
|
35221
|
|
|
|
|
|
|
"61385187", "Melbourne", |
|
35222
|
|
|
|
|
|
|
"6126923", "Wagga\ Wagga", |
|
35223
|
|
|
|
|
|
|
"61352694", "Geelong", |
|
35224
|
|
|
|
|
|
|
"61357776", "Mount\ Buller", |
|
35225
|
|
|
|
|
|
|
"617750144", "Galilee", |
|
35226
|
|
|
|
|
|
|
"618600792", "Wilgoyne", |
|
35227
|
|
|
|
|
|
|
"612532932", "Windeyer", |
|
35228
|
|
|
|
|
|
|
"61895419", "Mount\ Wells", |
|
35229
|
|
|
|
|
|
|
"61299129", "Blacktown", |
|
35230
|
|
|
|
|
|
|
"61350042", "Balranald", |
|
35231
|
|
|
|
|
|
|
"61344048", "Kyneton", |
|
35232
|
|
|
|
|
|
|
"61741898", "Biggenden", |
|
35233
|
|
|
|
|
|
|
"61240540", "Mulbring", |
|
35234
|
|
|
|
|
|
|
"61897162", "Nyamup", |
|
35235
|
|
|
|
|
|
|
"61350424", "Murrayville", |
|
35236
|
|
|
|
|
|
|
"61741774", "Boondooma", |
|
35237
|
|
|
|
|
|
|
"612574943", "Inverell", |
|
35238
|
|
|
|
|
|
|
"61898200", "Pingrup", |
|
35239
|
|
|
|
|
|
|
"61740133", "Thursday\ Island", |
|
35240
|
|
|
|
|
|
|
"61877074", "Rendelsham", |
|
35241
|
|
|
|
|
|
|
"618660101", "Gabbin\ North", |
|
35242
|
|
|
|
|
|
|
"61877331", "Rendelsham", |
|
35243
|
|
|
|
|
|
|
"61362621", "New\ Norfolk", |
|
35244
|
|
|
|
|
|
|
"613451165", "Coojar", |
|
35245
|
|
|
|
|
|
|
"61866616", "Beverley\ West", |
|
35246
|
|
|
|
|
|
|
"61392162", "Whittlesea", |
|
35247
|
|
|
|
|
|
|
"61743503", "Maryborough", |
|
35248
|
|
|
|
|
|
|
"61350357", "Ouyen", |
|
35249
|
|
|
|
|
|
|
"61261181", "Binalong", |
|
35250
|
|
|
|
|
|
|
"61353062", "Natimuk", |
|
35251
|
|
|
|
|
|
|
"61354316", "Jarklin", |
|
35252
|
|
|
|
|
|
|
"617486193", "Dysart", |
|
35253
|
|
|
|
|
|
|
"61747480", "Barkly", |
|
35254
|
|
|
|
|
|
|
"61896266", "Goomalling", |
|
35255
|
|
|
|
|
|
|
"618860098", "Ceduna", |
|
35256
|
|
|
|
|
|
|
"61355149", "Dorodong", |
|
35257
|
|
|
|
|
|
|
"61268067", "Lake\ Cargelligo", |
|
35258
|
|
|
|
|
|
|
"61364594", "Yambacoona", |
|
35259
|
|
|
|
|
|
|
"61753529", "Nambour", |
|
35260
|
|
|
|
|
|
|
"6124099", "Newcastle", |
|
35261
|
|
|
|
|
|
|
"61866063", "Yorkrakine", |
|
35262
|
|
|
|
|
|
|
"61745797", "Allora", |
|
35263
|
|
|
|
|
|
|
"612593776", "Darlington\ Point", |
|
35264
|
|
|
|
|
|
|
"61354521", "Kerang", |
|
35265
|
|
|
|
|
|
|
"613451308", "Bessiebelle", |
|
35266
|
|
|
|
|
|
|
"612533000", "Baldry", |
|
35267
|
|
|
|
|
|
|
"61896793", "Cleary\ North", |
|
35268
|
|
|
|
|
|
|
"6126566", "Kempsey", |
|
35269
|
|
|
|
|
|
|
"61358931", "Shepparton", |
|
35270
|
|
|
|
|
|
|
"61258286", "Mount\ Foster", |
|
35271
|
|
|
|
|
|
|
"6188853", "Minlaton", |
|
35272
|
|
|
|
|
|
|
"61875140", "Truro", |
|
35273
|
|
|
|
|
|
|
"61887753", "Thornlea", |
|
35274
|
|
|
|
|
|
|
"61861705", "Spearwood", |
|
35275
|
|
|
|
|
|
|
"61355709", "Tahara", |
|
35276
|
|
|
|
|
|
|
"61260451", "Cudgewa", |
|
35277
|
|
|
|
|
|
|
"618989047", "Lake\ Oconnor", |
|
35278
|
|
|
|
|
|
|
"618982267", "Denmark", |
|
35279
|
|
|
|
|
|
|
"61255281", "Rawdon\ Vale", |
|
35280
|
|
|
|
|
|
|
"61361249", "Sorell", |
|
35281
|
|
|
|
|
|
|
"613432222", "Willaura", |
|
35282
|
|
|
|
|
|
|
"61891651", "De\ Grey", |
|
35283
|
|
|
|
|
|
|
"61752053", "Caboolture", |
|
35284
|
|
|
|
|
|
|
"61879029", "Darwin", |
|
35285
|
|
|
|
|
|
|
"61743276", "Manumbar", |
|
35286
|
|
|
|
|
|
|
"6189938", "Geraldton", |
|
35287
|
|
|
|
|
|
|
"61358390", "Tongala", |
|
35288
|
|
|
|
|
|
|
"61264568", "Eucumbene", |
|
35289
|
|
|
|
|
|
|
"618763448", "Courela", |
|
35290
|
|
|
|
|
|
|
"61269498", "Bunda", |
|
35291
|
|
|
|
|
|
|
"61359236", "Warburton", |
|
35292
|
|
|
|
|
|
|
"618903311", "Corrigin\ West", |
|
35293
|
|
|
|
|
|
|
"61253216", "Laheys\ Creek", |
|
35294
|
|
|
|
|
|
|
"618867776", "Terowie", |
|
35295
|
|
|
|
|
|
|
"61258005", "Tyrie", |
|
35296
|
|
|
|
|
|
|
"61742022", "Molloy", |
|
35297
|
|
|
|
|
|
|
"61742444", "Aurukun", |
|
35298
|
|
|
|
|
|
|
"61899376", "Guranu", |
|
35299
|
|
|
|
|
|
|
"618683673", "Wickepin\ East", |
|
35300
|
|
|
|
|
|
|
"61864976", "Herne\ Hill", |
|
35301
|
|
|
|
|
|
|
"61351171", "Yarram", |
|
35302
|
|
|
|
|
|
|
"61363040", "George\ Town", |
|
35303
|
|
|
|
|
|
|
"617452553", "Goombungee", |
|
35304
|
|
|
|
|
|
|
"617458767", "Bollon", |
|
35305
|
|
|
|
|
|
|
"61889659", "Daly", |
|
35306
|
|
|
|
|
|
|
"61355013", "Balmoral", |
|
35307
|
|
|
|
|
|
|
"61728016", "Cleveland", |
|
35308
|
|
|
|
|
|
|
"61266191", "Lismore", |
|
35309
|
|
|
|
|
|
|
"61367410", "Mathinna", |
|
35310
|
|
|
|
|
|
|
"61342224", "Winchelsea\ South", |
|
35311
|
|
|
|
|
|
|
"618854998", "Sanderston", |
|
35312
|
|
|
|
|
|
|
"6129991", "Avalon\ Beach", |
|
35313
|
|
|
|
|
|
|
"61747907", "Home\ Hill", |
|
35314
|
|
|
|
|
|
|
"61896968", "Yorkrakine", |
|
35315
|
|
|
|
|
|
|
"61363047", "Glengarry", |
|
35316
|
|
|
|
|
|
|
"613546063", "Romsey", |
|
35317
|
|
|
|
|
|
|
"61748309", "Isaac\ River", |
|
35318
|
|
|
|
|
|
|
"61889348", "Katherine", |
|
35319
|
|
|
|
|
|
|
"61260503", "Gerogery", |
|
35320
|
|
|
|
|
|
|
"61747900", "Ayr", |
|
35321
|
|
|
|
|
|
|
"61367417", "St\ Helens", |
|
35322
|
|
|
|
|
|
|
"612583667", "Barrier", |
|
35323
|
|
|
|
|
|
|
"61268604", "Neilrex", |
|
35324
|
|
|
|
|
|
|
"613470597", "Kinglake", |
|
35325
|
|
|
|
|
|
|
"6135027", "Wentworth", |
|
35326
|
|
|
|
|
|
|
"61889645", "Ranken\ River", |
|
35327
|
|
|
|
|
|
|
"618762583", "Glendambo", |
|
35328
|
|
|
|
|
|
|
"61358397", "Cornalla", |
|
35329
|
|
|
|
|
|
|
"61755513", "Tamborine\ Mountain", |
|
35330
|
|
|
|
|
|
|
"61746571", "Winton", |
|
35331
|
|
|
|
|
|
|
"617485887", "Oombabeer", |
|
35332
|
|
|
|
|
|
|
"61350408", "Boundary\ Bend", |
|
35333
|
|
|
|
|
|
|
"61263133", "Lithgow", |
|
35334
|
|
|
|
|
|
|
"618683603", "Gnowangerup", |
|
35335
|
|
|
|
|
|
|
"61385802", "Melbourne", |
|
35336
|
|
|
|
|
|
|
"61886875", "Elliston", |
|
35337
|
|
|
|
|
|
|
"618867706", "Willowie", |
|
35338
|
|
|
|
|
|
|
"61264693", "Bobundara", |
|
35339
|
|
|
|
|
|
|
"61885144", "New\ Well", |
|
35340
|
|
|
|
|
|
|
"617452493", "Brookstead", |
|
35341
|
|
|
|
|
|
|
"61359365", "Marysville", |
|
35342
|
|
|
|
|
|
|
"61350286", "Hopetoun", |
|
35343
|
|
|
|
|
|
|
"61256511", "Tyringham", |
|
35344
|
|
|
|
|
|
|
"61392129", "Croydon", |
|
35345
|
|
|
|
|
|
|
"61341361", "Dargo", |
|
35346
|
|
|
|
|
|
|
"61255195", "Murrurundi", |
|
35347
|
|
|
|
|
|
|
"61754021", "Gatton", |
|
35348
|
|
|
|
|
|
|
"61354114", "Trentham", |
|
35349
|
|
|
|
|
|
|
"61266006", "Bellingen", |
|
35350
|
|
|
|
|
|
|
"61875147", "Marama", |
|
35351
|
|
|
|
|
|
|
"61353029", "Kaniva", |
|
35352
|
|
|
|
|
|
|
"61264209", "Delegate", |
|
35353
|
|
|
|
|
|
|
"617458956", "Wyaga", |
|
35354
|
|
|
|
|
|
|
"61361255", "Dunalley", |
|
35355
|
|
|
|
|
|
|
"61745790", "Goombungee", |
|
35356
|
|
|
|
|
|
|
"61268060", "Goodooga", |
|
35357
|
|
|
|
|
|
|
"61897129", "Bridgetown", |
|
35358
|
|
|
|
|
|
|
"61240436", "East\ Gresford", |
|
35359
|
|
|
|
|
|
|
"612593706", "Landervale", |
|
35360
|
|
|
|
|
|
|
"613451378", "Harrow", |
|
35361
|
|
|
|
|
|
|
"61364781", "Stanley", |
|
35362
|
|
|
|
|
|
|
"61342208", "Barwon\ Downs", |
|
35363
|
|
|
|
|
|
|
"61350350", "Cowangie", |
|
35364
|
|
|
|
|
|
|
"618762643", "Woomera", |
|
35365
|
|
|
|
|
|
|
"613531763", "Willaura", |
|
35366
|
|
|
|
|
|
|
"61896335", "Wubin\ West", |
|
35367
|
|
|
|
|
|
|
"61362095", "Oatlands", |
|
35368
|
|
|
|
|
|
|
"6186252", "Perth", |
|
35369
|
|
|
|
|
|
|
"618854565", "Taylorville", |
|
35370
|
|
|
|
|
|
|
"6188087", "Broken\ Hill", |
|
35371
|
|
|
|
|
|
|
"617486940", "Mackay", |
|
35372
|
|
|
|
|
|
|
"61887994", "Mount\ Gambier", |
|
35373
|
|
|
|
|
|
|
"61747487", "Croydon", |
|
35374
|
|
|
|
|
|
|
"618996862", "Denham", |
|
35375
|
|
|
|
|
|
|
"61256108", "Ettrick", |
|
35376
|
|
|
|
|
|
|
"61264252", "Cobargo", |
|
35377
|
|
|
|
|
|
|
"61752115", "Thornton", |
|
35378
|
|
|
|
|
|
|
"618660721", "Trayning", |
|
35379
|
|
|
|
|
|
|
"61896954", "Yerecoin", |
|
35380
|
|
|
|
|
|
|
"61753562", "Kilkivan", |
|
35381
|
|
|
|
|
|
|
"61749183", "Miriam\ Vale", |
|
35382
|
|
|
|
|
|
|
"61267439", "Mullaley", |
|
35383
|
|
|
|
|
|
|
"61354861", "Lockington", |
|
35384
|
|
|
|
|
|
|
"61355155", "Timboon", |
|
35385
|
|
|
|
|
|
|
"617441944", "Flinders", |
|
35386
|
|
|
|
|
|
|
"61359654", "Healesville", |
|
35387
|
|
|
|
|
|
|
"6126028", "Yackandandah", |
|
35388
|
|
|
|
|
|
|
"61898207", "Katanning", |
|
35389
|
|
|
|
|
|
|
"61890541", "Marvel\ Loch", |
|
35390
|
|
|
|
|
|
|
"61867095", "Brunswick\ Junction", |
|
35391
|
|
|
|
|
|
|
"613572921", "Creightons\ Creek", |
|
35392
|
|
|
|
|
|
|
"61248201", "Golspie", |
|
35393
|
|
|
|
|
|
|
"61240547", "Wards\ River", |
|
35394
|
|
|
|
|
|
|
"61747371", "Long\ Pocket", |
|
35395
|
|
|
|
|
|
|
"6129864", "Blacktown", |
|
35396
|
|
|
|
|
|
|
"61743451", "Howard", |
|
35397
|
|
|
|
|
|
|
"612530269", "Burraga", |
|
35398
|
|
|
|
|
|
|
"618964993", "Cunderdin\ North", |
|
35399
|
|
|
|
|
|
|
"61747034", "Burketown", |
|
35400
|
|
|
|
|
|
|
"61890718", "Ardath", |
|
35401
|
|
|
|
|
|
|
"61265496", "Denman", |
|
35402
|
|
|
|
|
|
|
"61258357", "Bindogundra", |
|
35403
|
|
|
|
|
|
|
"61263392", "Rockley", |
|
35404
|
|
|
|
|
|
|
"618763411", "Tumby\ Bay", |
|
35405
|
|
|
|
|
|
|
"6138758", "Dandenong", |
|
35406
|
|
|
|
|
|
|
"61245085", "Wisemans\ Ferry", |
|
35407
|
|
|
|
|
|
|
"61257311", "Mungindi", |
|
35408
|
|
|
|
|
|
|
"617458604", "Coondarra", |
|
35409
|
|
|
|
|
|
|
"61351036", "Cann\ River", |
|
35410
|
|
|
|
|
|
|
"618683380", "Lake\ Grace", |
|
35411
|
|
|
|
|
|
|
"61256326", "Urbenville", |
|
35412
|
|
|
|
|
|
|
"61364653", "Currie", |
|
35413
|
|
|
|
|
|
|
"6189791", "Bunbury", |
|
35414
|
|
|
|
|
|
|
"612583774", "Borah\ Tank", |
|
35415
|
|
|
|
|
|
|
"612574456", "Pinkett", |
|
35416
|
|
|
|
|
|
|
"61268491", "Coonabarabran", |
|
35417
|
|
|
|
|
|
|
"61879062", "Darwin", |
|
35418
|
|
|
|
|
|
|
"6129738", "Bankstown", |
|
35419
|
|
|
|
|
|
|
"618863991", "Tumby\ Bay", |
|
35420
|
|
|
|
|
|
|
"61257945", "Baan\ Baa", |
|
35421
|
|
|
|
|
|
|
"61260853", "Yackandandah", |
|
35422
|
|
|
|
|
|
|
"61885704", "Bow\ Hill", |
|
35423
|
|
|
|
|
|
|
"61899174", "Yuna", |
|
35424
|
|
|
|
|
|
|
"61748352", "Marlborough", |
|
35425
|
|
|
|
|
|
|
"61258042", "Stuart\ Town", |
|
35426
|
|
|
|
|
|
|
"612530156", "Neville", |
|
35427
|
|
|
|
|
|
|
"61352803", "Meredith", |
|
35428
|
|
|
|
|
|
|
"61359027", "Cranbourne", |
|
35429
|
|
|
|
|
|
|
"618763927", "Willowie", |
|
35430
|
|
|
|
|
|
|
"61248357", "Rugby", |
|
35431
|
|
|
|
|
|
|
"61872820", "Mclaren\ Vale", |
|
35432
|
|
|
|
|
|
|
"61889663", "Nhulunbuy", |
|
35433
|
|
|
|
|
|
|
"61363895", "Mathinna", |
|
35434
|
|
|
|
|
|
|
"61356136", "Mirboo\ North", |
|
35435
|
|
|
|
|
|
|
"613553842", "Tahara", |
|
35436
|
|
|
|
|
|
|
"61898351", "Jerramungup", |
|
35437
|
|
|
|
|
|
|
"618660969", "Bolgart", |
|
35438
|
|
|
|
|
|
|
"61753451", "Upper\ Widgee", |
|
35439
|
|
|
|
|
|
|
"61238017", "Paddys\ River", |
|
35440
|
|
|
|
|
|
|
"61263505", "Meadow\ Flat", |
|
35441
|
|
|
|
|
|
|
"612583191", "Naradhan", |
|
35442
|
|
|
|
|
|
|
"618864310", "Yeelanna", |
|
35443
|
|
|
|
|
|
|
"612574628", "Quirindi", |
|
35444
|
|
|
|
|
|
|
"613442070", "Lockington", |
|
35445
|
|
|
|
|
|
|
"613451012", "Nirranda", |
|
35446
|
|
|
|
|
|
|
"61341036", "Maffra", |
|
35447
|
|
|
|
|
|
|
"618762619", "Port\ Neill", |
|
35448
|
|
|
|
|
|
|
"6175564", "Southport", |
|
35449
|
|
|
|
|
|
|
"61265330", "Ellenborough", |
|
35450
|
|
|
|
|
|
|
"613532353", "Kaniva", |
|
35451
|
|
|
|
|
|
|
"61255085", "Taree", |
|
35452
|
|
|
|
|
|
|
"61238072", "Paddys\ River", |
|
35453
|
|
|
|
|
|
|
"61748323", "Orion", |
|
35454
|
|
|
|
|
|
|
"61260529", "Talgarno", |
|
35455
|
|
|
|
|
|
|
"61259224", "Junee\ Reefs", |
|
35456
|
|
|
|
|
|
|
"61353719", "Wilkur", |
|
35457
|
|
|
|
|
|
|
"61367289", "St\ Helens", |
|
35458
|
|
|
|
|
|
|
"61357232", "Wangaratta", |
|
35459
|
|
|
|
|
|
|
"612594066", "Ungarie", |
|
35460
|
|
|
|
|
|
|
"618752488", "Paruna", |
|
35461
|
|
|
|
|
|
|
"61752069", "Kilkivan", |
|
35462
|
|
|
|
|
|
|
"61260135", "Koetong", |
|
35463
|
|
|
|
|
|
|
"617750107", "Bell", |
|
35464
|
|
|
|
|
|
|
"61269291", "Currawarna", |
|
35465
|
|
|
|
|
|
|
"61267701", "Armidale", |
|
35466
|
|
|
|
|
|
|
"61897372", "Brunswick\ Junction", |
|
35467
|
|
|
|
|
|
|
"617441977", "Woodstock", |
|
35468
|
|
|
|
|
|
|
"61269782", "Ardlethan", |
|
35469
|
|
|
|
|
|
|
"61248042", "Gunning", |
|
35470
|
|
|
|
|
|
|
"61260822", "Little\ Billabong", |
|
35471
|
|
|
|
|
|
|
"613532337", "Mount\ Wallace", |
|
35472
|
|
|
|
|
|
|
"618967015", "Meckering", |
|
35473
|
|
|
|
|
|
|
"61264223", "Wonboyn\ Lake", |
|
35474
|
|
|
|
|
|
|
"61255488", "Coopernook", |
|
35475
|
|
|
|
|
|
|
"61734962", "Redcliffe", |
|
35476
|
|
|
|
|
|
|
"612583747", "Weelong", |
|
35477
|
|
|
|
|
|
|
"618683407", "Pingelly\ East", |
|
35478
|
|
|
|
|
|
|
"61265991", "Comara", |
|
35479
|
|
|
|
|
|
|
"61352208", "Lara", |
|
35480
|
|
|
|
|
|
|
"61340350", "Nyah", |
|
35481
|
|
|
|
|
|
|
"618865978", "Miltalie", |
|
35482
|
|
|
|
|
|
|
"613431763", "Beaufort", |
|
35483
|
|
|
|
|
|
|
"61887769", "Taratap", |
|
35484
|
|
|
|
|
|
|
"61740849", "Daintree", |
|
35485
|
|
|
|
|
|
|
"61253567", "Bylong", |
|
35486
|
|
|
|
|
|
|
"61240661", "Laguna", |
|
35487
|
|
|
|
|
|
|
"61255206", "Putty", |
|
35488
|
|
|
|
|
|
|
"61255924", "Mount\ Olive", |
|
35489
|
|
|
|
|
|
|
"617485912", "Agnes\ Water", |
|
35490
|
|
|
|
|
|
|
"61897103", "Dinninup", |
|
35491
|
|
|
|
|
|
|
"61890667", "Leinster", |
|
35492
|
|
|
|
|
|
|
"618683135", "Bradfords", |
|
35493
|
|
|
|
|
|
|
"618660794", "Yerecoin", |
|
35494
|
|
|
|
|
|
|
"6124545", "Windsor", |
|
35495
|
|
|
|
|
|
|
"61899407", "Pindar\ South", |
|
35496
|
|
|
|
|
|
|
"61268996", "Narran", |
|
35497
|
|
|
|
|
|
|
"617480563", "Mackay", |
|
35498
|
|
|
|
|
|
|
"618967050", "Studleigh", |
|
35499
|
|
|
|
|
|
|
"61743562", "Tansey", |
|
35500
|
|
|
|
|
|
|
"61742770", "Daintree", |
|
35501
|
|
|
|
|
|
|
"61358789", "Deniliquin", |
|
35502
|
|
|
|
|
|
|
"61866059", "Wubin\ West", |
|
35503
|
|
|
|
|
|
|
"61886339", "Port\ Pirie", |
|
35504
|
|
|
|
|
|
|
"61258201", "Dubbo", |
|
35505
|
|
|
|
|
|
|
"61269840", "Adelong", |
|
35506
|
|
|
|
|
|
|
"6137002", "Melbourne", |
|
35507
|
|
|
|
|
|
|
"61353003", "Ararat", |
|
35508
|
|
|
|
|
|
|
"618753370", "Taplan", |
|
35509
|
|
|
|
|
|
|
"61351690", "Bairnsdale", |
|
35510
|
|
|
|
|
|
|
"618983786", "Magitup", |
|
35511
|
|
|
|
|
|
|
"613553976", "Port\ Fairy", |
|
35512
|
|
|
|
|
|
|
"61851079", "Port\ Hedland", |
|
35513
|
|
|
|
|
|
|
"61383383", "Craigieburn", |
|
35514
|
|
|
|
|
|
|
"61887832", "Conmurra", |
|
35515
|
|
|
|
|
|
|
"61887125", "Tintinara", |
|
35516
|
|
|
|
|
|
|
"61866002", "Wannamal", |
|
35517
|
|
|
|
|
|
|
"61744021", "Bowen", |
|
35518
|
|
|
|
|
|
|
"61344114", "Trentham", |
|
35519
|
|
|
|
|
|
|
"61362847", "Gretna", |
|
35520
|
|
|
|
|
|
|
"61897743", "Busselton", |
|
35521
|
|
|
|
|
|
|
"613470840", "Puckapunyal", |
|
35522
|
|
|
|
|
|
|
"61240390", "Mulbring", |
|
35523
|
|
|
|
|
|
|
"613441253", "Amphitheatre", |
|
35524
|
|
|
|
|
|
|
"61899166", "Yuna\ East", |
|
35525
|
|
|
|
|
|
|
"61340005", "Woomelang", |
|
35526
|
|
|
|
|
|
|
"618903295", "Bullaring", |
|
35527
|
|
|
|
|
|
|
"618600209", "Esperance", |
|
35528
|
|
|
|
|
|
|
"612685550", "Eugowra", |
|
35529
|
|
|
|
|
|
|
"61257279", "Aberfoyle", |
|
35530
|
|
|
|
|
|
|
"61890028", "Bullaring", |
|
35531
|
|
|
|
|
|
|
"6135174", "Traralgon", |
|
35532
|
|
|
|
|
|
|
"612532510", "Bribbaree", |
|
35533
|
|
|
|
|
|
|
"612574636", "Tenterden", |
|
35534
|
|
|
|
|
|
|
"61242020", "Helensburgh", |
|
35535
|
|
|
|
|
|
|
"6173269", "Sandgate", |
|
35536
|
|
|
|
|
|
|
"61341220", "Buchan", |
|
35537
|
|
|
|
|
|
|
"6173042", "Cleveland", |
|
35538
|
|
|
|
|
|
|
"61263244", "Cowra", |
|
35539
|
|
|
|
|
|
|
"618600927", "Yilgarn\ South", |
|
35540
|
|
|
|
|
|
|
"61749867", "Emerald", |
|
35541
|
|
|
|
|
|
|
"61888591", "Booborowie", |
|
35542
|
|
|
|
|
|
|
"61896572", "Badgingarra", |
|
35543
|
|
|
|
|
|
|
"618967713", "Wyalkatchem", |
|
35544
|
|
|
|
|
|
|
"618601040", "Nungarin", |
|
35545
|
|
|
|
|
|
|
"617459010", "Goondiwindi", |
|
35546
|
|
|
|
|
|
|
"613531643", "Dadswells\ Bridge", |
|
35547
|
|
|
|
|
|
|
"612593871", "Alleena", |
|
35548
|
|
|
|
|
|
|
"61899980", "Eneabba\ South", |
|
35549
|
|
|
|
|
|
|
"61267141", "Oban", |
|
35550
|
|
|
|
|
|
|
"61867185", "Balingup", |
|
35551
|
|
|
|
|
|
|
"61340408", "Tempy", |
|
35552
|
|
|
|
|
|
|
"61887606", "Conmurra", |
|
35553
|
|
|
|
|
|
|
"61745513", "Atholwood", |
|
35554
|
|
|
|
|
|
|
"61741440", "Childers", |
|
35555
|
|
|
|
|
|
|
"61868148", "Walpole", |
|
35556
|
|
|
|
|
|
|
"61260264", "Albury", |
|
35557
|
|
|
|
|
|
|
"613441237", "Raywood", |
|
35558
|
|
|
|
|
|
|
"61749093", "Theodore", |
|
35559
|
|
|
|
|
|
|
"61340286", "Annuello", |
|
35560
|
|
|
|
|
|
|
"617459055", "Southwood", |
|
35561
|
|
|
|
|
|
|
"617458830", "Miamba", |
|
35562
|
|
|
|
|
|
|
"61871203", "Mount\ Barker", |
|
35563
|
|
|
|
|
|
|
"61896517", "Watheroo", |
|
35564
|
|
|
|
|
|
|
"61255573", "Mount\ Olive", |
|
35565
|
|
|
|
|
|
|
"61268779", "Ginghet", |
|
35566
|
|
|
|
|
|
|
"61885596", "Parndana", |
|
35567
|
|
|
|
|
|
|
"617487145", "Moura", |
|
35568
|
|
|
|
|
|
|
"617480398", "Gayfield", |
|
35569
|
|
|
|
|
|
|
"61741766", "Booyal", |
|
35570
|
|
|
|
|
|
|
"61741447", "Tiaro", |
|
35571
|
|
|
|
|
|
|
"61877066", "Millicent", |
|
35572
|
|
|
|
|
|
|
"61742053", "Minnamoolka", |
|
35573
|
|
|
|
|
|
|
"61753276", "Coominya", |
|
35574
|
|
|
|
|
|
|
"612593801", "Marsden", |
|
35575
|
|
|
|
|
|
|
"61899987", "Exmouth", |
|
35576
|
|
|
|
|
|
|
"61895154", "Toodyay", |
|
35577
|
|
|
|
|
|
|
"61896510", "Moora", |
|
35578
|
|
|
|
|
|
|
"61357764", "Mansfield", |
|
35579
|
|
|
|
|
|
|
"61248005", "Bevendale", |
|
35580
|
|
|
|
|
|
|
"61264972", "Eden", |
|
35581
|
|
|
|
|
|
|
"61260869", "Dartmouth", |
|
35582
|
|
|
|
|
|
|
"618996754", "Warradarge", |
|
35583
|
|
|
|
|
|
|
"612685883", "Bindogundra", |
|
35584
|
|
|
|
|
|
|
"61358436", "Mathoura", |
|
35585
|
|
|
|
|
|
|
"61341227", "Erica", |
|
35586
|
|
|
|
|
|
|
"61246124", "Campbelltown", |
|
35587
|
|
|
|
|
|
|
"61864958", "Spearwood", |
|
35588
|
|
|
|
|
|
|
"61899358", "Nabawa", |
|
35589
|
|
|
|
|
|
|
"61896274", "Bencubbin", |
|
35590
|
|
|
|
|
|
|
"61364669", "Currie", |
|
35591
|
|
|
|
|
|
|
"61249803", "Raymond\ Terrace", |
|
35592
|
|
|
|
|
|
|
"61242027", "Helensburgh", |
|
35593
|
|
|
|
|
|
|
"61888784", "Blyth", |
|
35594
|
|
|
|
|
|
|
"61341171", "Baw\ Baw", |
|
35595
|
|
|
|
|
|
|
"61356071", "Mirboo\ North", |
|
35596
|
|
|
|
|
|
|
"61355431", "Glenthompson", |
|
35597
|
|
|
|
|
|
|
"61352906", "Cressy", |
|
35598
|
|
|
|
|
|
|
"612594357", "Urana", |
|
35599
|
|
|
|
|
|
|
"61345013", "Tahara", |
|
35600
|
|
|
|
|
|
|
"61251024", "Anembo", |
|
35601
|
|
|
|
|
|
|
"618660838", "Bidaminna", |
|
35602
|
|
|
|
|
|
|
"61743258", "Booyal", |
|
35603
|
|
|
|
|
|
|
"61890391", "Norseman", |
|
35604
|
|
|
|
|
|
|
"61741652", "Eidsvold", |
|
35605
|
|
|
|
|
|
|
"61364146", "Sheffield", |
|
35606
|
|
|
|
|
|
|
"6174941", "Moranbah", |
|
35607
|
|
|
|
|
|
|
"61240397", "Cessnock", |
|
35608
|
|
|
|
|
|
|
"61743529", "Bundaberg", |
|
35609
|
|
|
|
|
|
|
"61351816", "Traralgon", |
|
35610
|
|
|
|
|
|
|
"618600279", "Bullaring", |
|
35611
|
|
|
|
|
|
|
"61743135", "Farnsfield", |
|
35612
|
|
|
|
|
|
|
"61868239", "Dudinin", |
|
35613
|
|
|
|
|
|
|
"613431928", "Rokewood", |
|
35614
|
|
|
|
|
|
|
"61259208", "Ardlethan", |
|
35615
|
|
|
|
|
|
|
"61746283", "Bimbadeen", |
|
35616
|
|
|
|
|
|
|
"618763792", "Kelly", |
|
35617
|
|
|
|
|
|
|
"61362840", "Little\ Swanport", |
|
35618
|
|
|
|
|
|
|
"618680097", "Pingaring", |
|
35619
|
|
|
|
|
|
|
"613553906", "Heywood", |
|
35620
|
|
|
|
|
|
|
"61734929", "Ipswich", |
|
35621
|
|
|
|
|
|
|
"613532222", "Minyip", |
|
35622
|
|
|
|
|
|
|
"61887722", "Tarpeena", |
|
35623
|
|
|
|
|
|
|
"61880801", "Broken\ Hill", |
|
35624
|
|
|
|
|
|
|
"61899364", "Kalbarri", |
|
35625
|
|
|
|
|
|
|
"61742777", "Herberton", |
|
35626
|
|
|
|
|
|
|
"61899400", "Mendel", |
|
35627
|
|
|
|
|
|
|
"61354982", "Watchem", |
|
35628
|
|
|
|
|
|
|
"613431936", "Warracknabeal", |
|
35629
|
|
|
|
|
|
|
"61886944", "Lock", |
|
35630
|
|
|
|
|
|
|
"617473933", "Kalkadoon", |
|
35631
|
|
|
|
|
|
|
"61351697", "Sale", |
|
35632
|
|
|
|
|
|
|
"61364706", "Rosebery", |
|
35633
|
|
|
|
|
|
|
"618753300", "Tanunda", |
|
35634
|
|
|
|
|
|
|
"61340424", "Box\ Creek", |
|
35635
|
|
|
|
|
|
|
"61269847", "Gundagai", |
|
35636
|
|
|
|
|
|
|
"618903625", "Scaddan\ West", |
|
35637
|
|
|
|
|
|
|
"61340042", "Box\ Creek", |
|
35638
|
|
|
|
|
|
|
"61354048", "Quambatook", |
|
35639
|
|
|
|
|
|
|
"618683477", "Beaufort\ River", |
|
35640
|
|
|
|
|
|
|
"61866045", "Koorda", |
|
35641
|
|
|
|
|
|
|
"61266081", "Mullumbimby", |
|
35642
|
|
|
|
|
|
|
"61340357", "Rufus\ River", |
|
35643
|
|
|
|
|
|
|
"61383519", "Craigieburn", |
|
35644
|
|
|
|
|
|
|
"61387824", "Croydon", |
|
35645
|
|
|
|
|
|
|
"61753503", "Kia\ Ora", |
|
35646
|
|
|
|
|
|
|
"61747161", "Richmond", |
|
35647
|
|
|
|
|
|
|
"61261304", "Anembo", |
|
35648
|
|
|
|
|
|
|
"617458647", "Longreach", |
|
35649
|
|
|
|
|
|
|
"61742712", "South\ Johnstone", |
|
35650
|
|
|
|
|
|
|
"61357758", "Mansfield", |
|
35651
|
|
|
|
|
|
|
"61890660", "Laverton", |
|
35652
|
|
|
|
|
|
|
"61345149", "Darlington", |
|
35653
|
|
|
|
|
|
|
"61895168", "Mount\ Helena", |
|
35654
|
|
|
|
|
|
|
"618661019", "Yerecoin", |
|
35655
|
|
|
|
|
|
|
"61253560", "Meadow\ Flat", |
|
35656
|
|
|
|
|
|
|
"61344316", "Gisborne", |
|
35657
|
|
|
|
|
|
|
"61343062", "Jeparit", |
|
35658
|
|
|
|
|
|
|
"61741609", "Nanango", |
|
35659
|
|
|
|
|
|
|
"61740244", "Walsh\ River", |
|
35660
|
|
|
|
|
|
|
"612574919", "Croppa\ Creek", |
|
35661
|
|
|
|
|
|
|
"61361051", "Dover", |
|
35662
|
|
|
|
|
|
|
"6173411", "Brisbane", |
|
35663
|
|
|
|
|
|
|
"61269185", "Boree\ Creek", |
|
35664
|
|
|
|
|
|
|
"61890004", "Ardath", |
|
35665
|
|
|
|
|
|
|
"618965631", "Ejanding", |
|
35666
|
|
|
|
|
|
|
"61260732", "Walla\ Walla", |
|
35667
|
|
|
|
|
|
|
"61745389", "Roma", |
|
35668
|
|
|
|
|
|
|
"617441907", "Leichhardt\ Range", |
|
35669
|
|
|
|
|
|
|
"612582492", "Gwabegar", |
|
35670
|
|
|
|
|
|
|
"6127802", "Parramatta", |
|
35671
|
|
|
|
|
|
|
"61357534", "Myrtleford", |
|
35672
|
|
|
|
|
|
|
"613531850", "Scarsdale", |
|
35673
|
|
|
|
|
|
|
"617750177", "Mitchell", |
|
35674
|
|
|
|
|
|
|
"61238010", "Golspie", |
|
35675
|
|
|
|
|
|
|
"613450601", "Apsley", |
|
35676
|
|
|
|
|
|
|
"61885018", "Blanchetown", |
|
35677
|
|
|
|
|
|
|
"61741293", "Tiaro", |
|
35678
|
|
|
|
|
|
|
"61879003", "Davenport", |
|
35679
|
|
|
|
|
|
|
"61754225", "Woodford", |
|
35680
|
|
|
|
|
|
|
"61872827", "Woodside", |
|
35681
|
|
|
|
|
|
|
"61373798", "Point\ Cook", |
|
35682
|
|
|
|
|
|
|
"61265337", "Smithtown", |
|
35683
|
|
|
|
|
|
|
"61256995", "Tabulam", |
|
35684
|
|
|
|
|
|
|
"613442000", "Kerang", |
|
35685
|
|
|
|
|
|
|
"61248514", "Bowral", |
|
35686
|
|
|
|
|
|
|
"61891619", "Derby", |
|
35687
|
|
|
|
|
|
|
"618683650", "Perillup", |
|
35688
|
|
|
|
|
|
|
"618994048", "Marchagee", |
|
35689
|
|
|
|
|
|
|
"6138810", "Melbourne", |
|
35690
|
|
|
|
|
|
|
"61240613", "East\ Gresford", |
|
35691
|
|
|
|
|
|
|
"613441736", "Talbot", |
|
35692
|
|
|
|
|
|
|
"61361234", "Orford", |
|
35693
|
|
|
|
|
|
|
"61266137", "Tabulam", |
|
35694
|
|
|
|
|
|
|
"61868133", "Gnowellen", |
|
35695
|
|
|
|
|
|
|
"612532919", "Mudgee", |
|
35696
|
|
|
|
|
|
|
"618867761", "Peterborough", |
|
35697
|
|
|
|
|
|
|
"618683615", "Jingalup", |
|
35698
|
|
|
|
|
|
|
"61746189", "Thargomindah", |
|
35699
|
|
|
|
|
|
|
"618752467", "Karoonda", |
|
35700
|
|
|
|
|
|
|
"61267069", "Glen\ Elgin", |
|
35701
|
|
|
|
|
|
|
"61264162", "Bega", |
|
35702
|
|
|
|
|
|
|
"61259470", "Galore", |
|
35703
|
|
|
|
|
|
|
"618865002", "Frome", |
|
35704
|
|
|
|
|
|
|
"618600245", "Marvel\ Loch", |
|
35705
|
|
|
|
|
|
|
"61898120", "Jacup", |
|
35706
|
|
|
|
|
|
|
"61755409", "Ormeau", |
|
35707
|
|
|
|
|
|
|
"617452570", "Haden", |
|
35708
|
|
|
|
|
|
|
"617458652", "Miamba", |
|
35709
|
|
|
|
|
|
|
"61746850", "Cottonvale", |
|
35710
|
|
|
|
|
|
|
"61889611", "Petermann", |
|
35711
|
|
|
|
|
|
|
"6174986", "Blackwater", |
|
35712
|
|
|
|
|
|
|
"61747464", "Julia\ Creek", |
|
35713
|
|
|
|
|
|
|
"617473942", "Karumba", |
|
35714
|
|
|
|
|
|
|
"61889082", "Rodinga", |
|
35715
|
|
|
|
|
|
|
"61747300", "Mount\ Isa", |
|
35716
|
|
|
|
|
|
|
"6173666", "Brisbane", |
|
35717
|
|
|
|
|
|
|
"61887001", "Avenue\ Range", |
|
35718
|
|
|
|
|
|
|
"61744105", "Bowen", |
|
35719
|
|
|
|
|
|
|
"61889948", "Yulara", |
|
35720
|
|
|
|
|
|
|
"61340212", "Mildura", |
|
35721
|
|
|
|
|
|
|
"61351466", "Sale", |
|
35722
|
|
|
|
|
|
|
"61256545", "Wooli", |
|
35723
|
|
|
|
|
|
|
"618964982", "Cunderdin", |
|
35724
|
|
|
|
|
|
|
"61896368", "Gabbin", |
|
35725
|
|
|
|
|
|
|
"61879432", "Tanami", |
|
35726
|
|
|
|
|
|
|
"61250074", "Oaklands", |
|
35727
|
|
|
|
|
|
|
"61860040", "Corrigin", |
|
35728
|
|
|
|
|
|
|
"61861973", "Herne\ Hill", |
|
35729
|
|
|
|
|
|
|
"61745731", "Roma", |
|
35730
|
|
|
|
|
|
|
"6189093", "Kalgoorlie", |
|
35731
|
|
|
|
|
|
|
"61753280", "Ballugan", |
|
35732
|
|
|
|
|
|
|
"612593761", "Black\ Stump", |
|
35733
|
|
|
|
|
|
|
"617458995", "Dalby", |
|
35734
|
|
|
|
|
|
|
"618763398", "Port\ Pirie", |
|
35735
|
|
|
|
|
|
|
"61340121", "Curyo", |
|
35736
|
|
|
|
|
|
|
"61740014", "Aurukun", |
|
35737
|
|
|
|
|
|
|
"613442164", "Bealiba", |
|
35738
|
|
|
|
|
|
|
"618683069", "Kulin\ West", |
|
35739
|
|
|
|
|
|
|
"61358997", "Numurkah", |
|
35740
|
|
|
|
|
|
|
"61340277", "Tempy", |
|
35741
|
|
|
|
|
|
|
"61355848", "Strathdownie", |
|
35742
|
|
|
|
|
|
|
"6189731", "Donnybrook", |
|
35743
|
|
|
|
|
|
|
"61351107", "Morwell", |
|
35744
|
|
|
|
|
|
|
"61748566", "Sarina", |
|
35745
|
|
|
|
|
|
|
"612574116", "Cuttabri", |
|
35746
|
|
|
|
|
|
|
"61888079", "Snowtown", |
|
35747
|
|
|
|
|
|
|
"61734775", "Russell\ Island", |
|
35748
|
|
|
|
|
|
|
"61263992", "Portland", |
|
35749
|
|
|
|
|
|
|
"618683394", "Muradup", |
|
35750
|
|
|
|
|
|
|
"61342104", "Apollo\ Bay", |
|
35751
|
|
|
|
|
|
|
"6124835", "Binda", |
|
35752
|
|
|
|
|
|
|
"617476595", "Mount\ Fox", |
|
35753
|
|
|
|
|
|
|
"61754296", "Maleny", |
|
35754
|
|
|
|
|
|
|
"61747971", "Ingham", |
|
35755
|
|
|
|
|
|
|
"612583246", "Coalbaggie", |
|
35756
|
|
|
|
|
|
|
"617452482", "Bringalily", |
|
35757
|
|
|
|
|
|
|
"61746500", "Quilpie", |
|
35758
|
|
|
|
|
|
|
"61745561", "Pikedale", |
|
35759
|
|
|
|
|
|
|
"61741199", "Brooklands", |
|
35760
|
|
|
|
|
|
|
"618856760", "Coonalpyn", |
|
35761
|
|
|
|
|
|
|
"61897568", "Marybrook", |
|
35762
|
|
|
|
|
|
|
"61756099", "Ormeau", |
|
35763
|
|
|
|
|
|
|
"6139231", "Melbourne", |
|
35764
|
|
|
|
|
|
|
"61257345", "Inverell", |
|
35765
|
|
|
|
|
|
|
"61747055", "Collinsville", |
|
35766
|
|
|
|
|
|
|
"6129798", "Sydney", |
|
35767
|
|
|
|
|
|
|
"618762592", "Kelly", |
|
35768
|
|
|
|
|
|
|
"61896427", "Aldersyde", |
|
35769
|
|
|
|
|
|
|
"617473876", "Eddington", |
|
35770
|
|
|
|
|
|
|
"61341474", "Yinnar", |
|
35771
|
|
|
|
|
|
|
"61887394", "Kalangadoo", |
|
35772
|
|
|
|
|
|
|
"613470798", "Taggerty", |
|
35773
|
|
|
|
|
|
|
"613441728", "Pyramid\ Hill", |
|
35774
|
|
|
|
|
|
|
"61745423", "Freestone", |
|
35775
|
|
|
|
|
|
|
"61898456", "Albany", |
|
35776
|
|
|
|
|
|
|
"61890515", "Kalgoorlie", |
|
35777
|
|
|
|
|
|
|
"61753356", "Rosewood", |
|
35778
|
|
|
|
|
|
|
"618863360", "Darke\ Peak", |
|
35779
|
|
|
|
|
|
|
"61361165", "Maydena", |
|
35780
|
|
|
|
|
|
|
"61289196", "Avalon\ Beach", |
|
35781
|
|
|
|
|
|
|
"617442916", "Mount\ Isa", |
|
35782
|
|
|
|
|
|
|
"61355134", "Port\ Fairy", |
|
35783
|
|
|
|
|
|
|
"61380657", "Werribee", |
|
35784
|
|
|
|
|
|
|
"612574184", "Aberfoyle", |
|
35785
|
|
|
|
|
|
|
"61747458", "Doomadgee", |
|
35786
|
|
|
|
|
|
|
"61743378", "Brooklands", |
|
35787
|
|
|
|
|
|
|
"6138199", "Melbourne", |
|
35788
|
|
|
|
|
|
|
"618852075", "Hamley\ Bridge", |
|
35789
|
|
|
|
|
|
|
"617750385", "Pikedale", |
|
35790
|
|
|
|
|
|
|
"61268430", "Baradine", |
|
35791
|
|
|
|
|
|
|
"61240066", "Raymond\ Terrace", |
|
35792
|
|
|
|
|
|
|
"618753199", "Taldra", |
|
35793
|
|
|
|
|
|
|
"61897804", "Donnybrook", |
|
35794
|
|
|
|
|
|
|
"618996918", "Balla", |
|
35795
|
|
|
|
|
|
|
"61752141", "Gatton", |
|
35796
|
|
|
|
|
|
|
"61896354", "Gillingarra", |
|
35797
|
|
|
|
|
|
|
"61895451", "Guilderton", |
|
35798
|
|
|
|
|
|
|
"617476723", "Pentland", |
|
35799
|
|
|
|
|
|
|
"61249128", "Nelson\ Bay", |
|
35800
|
|
|
|
|
|
|
"61268437", "Goorianawa", |
|
35801
|
|
|
|
|
|
|
"61266686", "Wooli", |
|
35802
|
|
|
|
|
|
|
"6138387", "Melbourne", |
|
35803
|
|
|
|
|
|
|
"613542053", "Inglewood", |
|
35804
|
|
|
|
|
|
|
"6138640", "Melbourne", |
|
35805
|
|
|
|
|
|
|
"61267444", "Tambar\ Springs", |
|
35806
|
|
|
|
|
|
|
"61264129", "Eucumbene", |
|
35807
|
|
|
|
|
|
|
"61742786", "Malanda", |
|
35808
|
|
|
|
|
|
|
"61731522", "Ipswich", |
|
35809
|
|
|
|
|
|
|
"61268925", "Tullamore", |
|
35810
|
|
|
|
|
|
|
"613531632", "Buangor", |
|
35811
|
|
|
|
|
|
|
"61263014", "Bathurst", |
|
35812
|
|
|
|
|
|
|
"617750226", "Arcadia\ Valley", |
|
35813
|
|
|
|
|
|
|
"61264535", "Bobundara", |
|
35814
|
|
|
|
|
|
|
"61350388", "Natya", |
|
35815
|
|
|
|
|
|
|
"6126667", "Dyraaba", |
|
35816
|
|
|
|
|
|
|
"61896420", "Brookton", |
|
35817
|
|
|
|
|
|
|
"613431803", "Scarsdale", |
|
35818
|
|
|
|
|
|
|
"61350685", "Pooncarie", |
|
35819
|
|
|
|
|
|
|
"61350957", "Cowangie", |
|
35820
|
|
|
|
|
|
|
"61748489", "Woorabinda", |
|
35821
|
|
|
|
|
|
|
"6128376", "Sydney", |
|
35822
|
|
|
|
|
|
|
"617486885", "Yakapari", |
|
35823
|
|
|
|
|
|
|
"61888315", "Pine\ Point", |
|
35824
|
|
|
|
|
|
|
"618989160", "Pingelly", |
|
35825
|
|
|
|
|
|
|
"61876023", "Wilmington", |
|
35826
|
|
|
|
|
|
|
"61746507", "Blackall", |
|
35827
|
|
|
|
|
|
|
"61268084", "Cobar", |
|
35828
|
|
|
|
|
|
|
"61348066", "Katamatite", |
|
35829
|
|
|
|
|
|
|
"618850891", "Taldra", |
|
35830
|
|
|
|
|
|
|
"61885946", "Malinong", |
|
35831
|
|
|
|
|
|
|
"617452738", "Legume", |
|
35832
|
|
|
|
|
|
|
"61895503", "Mandurah", |
|
35833
|
|
|
|
|
|
|
"61257359", "Coolatai", |
|
35834
|
|
|
|
|
|
|
"61747049", "Julia\ Creek", |
|
35835
|
|
|
|
|
|
|
"61284189", "Dural", |
|
35836
|
|
|
|
|
|
|
"6128505", "Sydney", |
|
35837
|
|
|
|
|
|
|
"61367183", "St\ Helens", |
|
35838
|
|
|
|
|
|
|
"61888618", "Port\ Victoria", |
|
35839
|
|
|
|
|
|
|
"613451299", "Victoria\ Valley", |
|
35840
|
|
|
|
|
|
|
"61351100", "Mallacoota", |
|
35841
|
|
|
|
|
|
|
"61354033", "Laen", |
|
35842
|
|
|
|
|
|
|
"61256502", "Maclean", |
|
35843
|
|
|
|
|
|
|
"61743419", "Gayndah", |
|
35844
|
|
|
|
|
|
|
"618964445", "Coomallo", |
|
35845
|
|
|
|
|
|
|
"61886653", "Jamestown", |
|
35846
|
|
|
|
|
|
|
"61345061", "Balmoral", |
|
35847
|
|
|
|
|
|
|
"61261579", "The\ Mullion", |
|
35848
|
|
|
|
|
|
|
"6174952", "Mackay", |
|
35849
|
|
|
|
|
|
|
"6187371", "Salisbury", |
|
35850
|
|
|
|
|
|
|
"61899976", "Lynton", |
|
35851
|
|
|
|
|
|
|
"61753287", "Jimna", |
|
35852
|
|
|
|
|
|
|
"61860047", "Great\ Victoria", |
|
35853
|
|
|
|
|
|
|
"617487109", "Carbine\ Creek", |
|
35854
|
|
|
|
|
|
|
"61256559", "Kyogle", |
|
35855
|
|
|
|
|
|
|
"6135668", "Mirboo\ North", |
|
35856
|
|
|
|
|
|
|
"6128353", "Sydney", |
|
35857
|
|
|
|
|
|
|
"613574692", "Moyhu", |
|
35858
|
|
|
|
|
|
|
"61897828", "Waroona", |
|
35859
|
|
|
|
|
|
|
"61357399", "Euroa", |
|
35860
|
|
|
|
|
|
|
"613470834", "Mansfield", |
|
35861
|
|
|
|
|
|
|
"61340270", "Waitchie", |
|
35862
|
|
|
|
|
|
|
"61358990", "Logie\ Brae", |
|
35863
|
|
|
|
|
|
|
"61745821", "Maranoa", |
|
35864
|
|
|
|
|
|
|
"618903662", "Bodallin\ North", |
|
35865
|
|
|
|
|
|
|
"61885139", "Murray\ Bridge", |
|
35866
|
|
|
|
|
|
|
"61890496", "Bullfinch", |
|
35867
|
|
|
|
|
|
|
"61257302", "Tenterfield", |
|
35868
|
|
|
|
|
|
|
"61747307", "Palm\ Island", |
|
35869
|
|
|
|
|
|
|
"6126491", "Bega", |
|
35870
|
|
|
|
|
|
|
"61260675", "Balldale", |
|
35871
|
|
|
|
|
|
|
"61340514", "Curyo", |
|
35872
|
|
|
|
|
|
|
"61342306", "Inverleigh", |
|
35873
|
|
|
|
|
|
|
"612533053", "Reids\ Flat", |
|
35874
|
|
|
|
|
|
|
"61746857", "Cottonvale", |
|
35875
|
|
|
|
|
|
|
"61880032", "Tibooburra", |
|
35876
|
|
|
|
|
|
|
"61891475", "Whaleback", |
|
35877
|
|
|
|
|
|
|
"6139333", "Craigieburn", |
|
35878
|
|
|
|
|
|
|
"61358074", "Nathalia", |
|
35879
|
|
|
|
|
|
|
"618865072", "Roxby\ Downs", |
|
35880
|
|
|
|
|
|
|
"61358331", "Shepparton", |
|
35881
|
|
|
|
|
|
|
"618601034", "Muntadgin\ East", |
|
35882
|
|
|
|
|
|
|
"61896156", "Pantapin", |
|
35883
|
|
|
|
|
|
|
"61268546", "Forbes", |
|
35884
|
|
|
|
|
|
|
"613553833", "Penshurst", |
|
35885
|
|
|
|
|
|
|
"61248121", "Bevendale", |
|
35886
|
|
|
|
|
|
|
"618600783", "Salmon\ Gums", |
|
35887
|
|
|
|
|
|
|
"618865823", "Coorabie", |
|
35888
|
|
|
|
|
|
|
"61886292", "Cowell", |
|
35889
|
|
|
|
|
|
|
"61898271", "Gnowangerup", |
|
35890
|
|
|
|
|
|
|
"617452500", "Brymaroo", |
|
35891
|
|
|
|
|
|
|
"61264765", "Tathra", |
|
35892
|
|
|
|
|
|
|
"61898127", "Jerdacuttup", |
|
35893
|
|
|
|
|
|
|
"612583752", "Wyanga", |
|
35894
|
|
|
|
|
|
|
"61886781", "Woomera", |
|
35895
|
|
|
|
|
|
|
"61248277", "Breadalbane", |
|
35896
|
|
|
|
|
|
|
"617486182", "Capella", |
|
35897
|
|
|
|
|
|
|
"61891078", "Roebuck", |
|
35898
|
|
|
|
|
|
|
"61753154", "Gympie", |
|
35899
|
|
|
|
|
|
|
"61754998", "Maleny", |
|
35900
|
|
|
|
|
|
|
"6189528", "Rockingham", |
|
35901
|
|
|
|
|
|
|
"61351589", "Traralgon", |
|
35902
|
|
|
|
|
|
|
"618996941", "Meekatharra", |
|
35903
|
|
|
|
|
|
|
"61361532", "Geeveston", |
|
35904
|
|
|
|
|
|
|
"61355336", "Lismore", |
|
35905
|
|
|
|
|
|
|
"61342128", "Torquay", |
|
35906
|
|
|
|
|
|
|
"61747113", "Kalkadoon", |
|
35907
|
|
|
|
|
|
|
"6188432", "Adelaide", |
|
35908
|
|
|
|
|
|
|
"612533037", "Maimuru", |
|
35909
|
|
|
|
|
|
|
"61351882", "Yarram", |
|
35910
|
|
|
|
|
|
|
"61266130", "Coffs\ Harbour", |
|
35911
|
|
|
|
|
|
|
"61256228", "Coffs\ Harbour", |
|
35912
|
|
|
|
|
|
|
"61887196", "Avenue\ Range", |
|
35913
|
|
|
|
|
|
|
"61749472", "Proserpine", |
|
35914
|
|
|
|
|
|
|
"61343683", "Creswick", |
|
35915
|
|
|
|
|
|
|
"61257173", "Yarrie\ Lake", |
|
35916
|
|
|
|
|
|
|
"61749400", "Mackay", |
|
35917
|
|
|
|
|
|
|
"61261182", "Burrinjuck", |
|
35918
|
|
|
|
|
|
|
"61242771", "Wollongong", |
|
35919
|
|
|
|
|
|
|
"61251139", "Yass", |
|
35920
|
|
|
|
|
|
|
"61353061", "Murtoa", |
|
35921
|
|
|
|
|
|
|
"61863614", "Kalamunda", |
|
35922
|
|
|
|
|
|
|
"61258263", "Bonnay", |
|
35923
|
|
|
|
|
|
|
"61265673", "Toorooka", |
|
35924
|
|
|
|
|
|
|
"618854907", "Mypolonga", |
|
35925
|
|
|
|
|
|
|
"61392161", "Whittlesea", |
|
35926
|
|
|
|
|
|
|
"61341329", "Gormandale", |
|
35927
|
|
|
|
|
|
|
"61269669", "Griffith", |
|
35928
|
|
|
|
|
|
|
"61878054", "Paskeville", |
|
35929
|
|
|
|
|
|
|
"61879243", "Batchelor", |
|
35930
|
|
|
|
|
|
|
"61246039", "Campbelltown", |
|
35931
|
|
|
|
|
|
|
"612574761", "Boorolong", |
|
35932
|
|
|
|
|
|
|
"61350041", "Balranald", |
|
35933
|
|
|
|
|
|
|
"613470578", "Benalla", |
|
35934
|
|
|
|
|
|
|
"618753364", "Sedan", |
|
35935
|
|
|
|
|
|
|
"61897161", "Manjimup", |
|
35936
|
|
|
|
|
|
|
"61240603", "Tea\ Gardens", |
|
35937
|
|
|
|
|
|
|
"618660935", "Yerecoin", |
|
35938
|
|
|
|
|
|
|
"61362622", "New\ Norfolk", |
|
35939
|
|
|
|
|
|
|
"61877332", "Robe", |
|
35940
|
|
|
|
|
|
|
"618753529", "Wynarka", |
|
35941
|
|
|
|
|
|
|
"61890244", "Corrigin", |
|
35942
|
|
|
|
|
|
|
"618967635", "Beacon\ North", |
|
35943
|
|
|
|
|
|
|
"61745168", "Dunmore", |
|
35944
|
|
|
|
|
|
|
"61248504", "Gundillion", |
|
35945
|
|
|
|
|
|
|
"61891536", "Wittenoom", |
|
35946
|
|
|
|
|
|
|
"618683169", "Kronkup", |
|
35947
|
|
|
|
|
|
|
"61851198", "Telfer", |
|
35948
|
|
|
|
|
|
|
"617486967", "Tieri", |
|
35949
|
|
|
|
|
|
|
"61391030", "Melbourne", |
|
35950
|
|
|
|
|
|
|
"613442064", "Korong\ Vale", |
|
35951
|
|
|
|
|
|
|
"61267763", "Wollomombi", |
|
35952
|
|
|
|
|
|
|
"61734740", "Russell\ Island", |
|
35953
|
|
|
|
|
|
|
"617487079", "Biloela", |
|
35954
|
|
|
|
|
|
|
"61263028", "Bribbaree", |
|
35955
|
|
|
|
|
|
|
"61361023", "Gretna", |
|
35956
|
|
|
|
|
|
|
"61257370", "Glencoe", |
|
35957
|
|
|
|
|
|
|
"61891293", "Whaleback", |
|
35958
|
|
|
|
|
|
|
"61872605", "Mclaren\ Vale", |
|
35959
|
|
|
|
|
|
|
"61899527", "Carnamah\ West", |
|
35960
|
|
|
|
|
|
|
"61354208", "Gisborne", |
|
35961
|
|
|
|
|
|
|
"61888057", "Maitland", |
|
35962
|
|
|
|
|
|
|
"61340202", "Nyah", |
|
35963
|
|
|
|
|
|
|
"61747310", "Rollingstone", |
|
35964
|
|
|
|
|
|
|
"61887011", "Cannawigara", |
|
35965
|
|
|
|
|
|
|
"618683256", "Cuballing", |
|
35966
|
|
|
|
|
|
|
"618852872", "Goolwa", |
|
35967
|
|
|
|
|
|
|
"61269146", "Carrathool", |
|
35968
|
|
|
|
|
|
|
"617480480", "Connors\ Range", |
|
35969
|
|
|
|
|
|
|
"613451397", "Tahara", |
|
35970
|
|
|
|
|
|
|
"61886026", "Coffin\ Bay", |
|
35971
|
|
|
|
|
|
|
"61889601", "Pine\ Creek", |
|
35972
|
|
|
|
|
|
|
"6124582", "Windsor", |
|
35973
|
|
|
|
|
|
|
"613542561", "Gowar\ East", |
|
35974
|
|
|
|
|
|
|
"61253126", "Reids\ Flat", |
|
35975
|
|
|
|
|
|
|
"618752976", "Truro", |
|
35976
|
|
|
|
|
|
|
"61889494", "Carpentaria", |
|
35977
|
|
|
|
|
|
|
"61749987", "Calen", |
|
35978
|
|
|
|
|
|
|
"61267533", "Bunnor", |
|
35979
|
|
|
|
|
|
|
"61266192", "Lismore", |
|
35980
|
|
|
|
|
|
|
"61891766", "Whaleback", |
|
35981
|
|
|
|
|
|
|
"6139230", "Melbourne", |
|
35982
|
|
|
|
|
|
|
"61256570", "Thora", |
|
35983
|
|
|
|
|
|
|
"61351172", "Yinnar", |
|
35984
|
|
|
|
|
|
|
"61361590", "Dover", |
|
35985
|
|
|
|
|
|
|
"61340259", "Sea\ Lake", |
|
35986
|
|
|
|
|
|
|
"61260647", "Howlong", |
|
35987
|
|
|
|
|
|
|
"61740930", "Kuranda", |
|
35988
|
|
|
|
|
|
|
"61745154", "Tambo", |
|
35989
|
|
|
|
|
|
|
"61861096", "Perth", |
|
35990
|
|
|
|
|
|
|
"61746510", "Galilee", |
|
35991
|
|
|
|
|
|
|
"61269706", "Marsden", |
|
35992
|
|
|
|
|
|
|
"618903321", "Holleton", |
|
35993
|
|
|
|
|
|
|
"61357438", "Yarrawonga", |
|
35994
|
|
|
|
|
|
|
"61267296", "Elcombe", |
|
35995
|
|
|
|
|
|
|
"613470951", "Yarck", |
|
35996
|
|
|
|
|
|
|
"61342114", "Beech\ Forest", |
|
35997
|
|
|
|
|
|
|
"61742021", "Minnamoolka", |
|
35998
|
|
|
|
|
|
|
"61886230", "Port\ Lincoln", |
|
35999
|
|
|
|
|
|
|
"61259048", "Boree\ Creek", |
|
36000
|
|
|
|
|
|
|
"61746274", "Wandoan", |
|
36001
|
|
|
|
|
|
|
"61749358", "Fitzroy\ West", |
|
36002
|
|
|
|
|
|
|
"61269939", "Lachlan", |
|
36003
|
|
|
|
|
|
|
"61735598", "Brisbane", |
|
36004
|
|
|
|
|
|
|
"61351117", "Nowa\ Nowa", |
|
36005
|
|
|
|
|
|
|
"61256214", "Mallanganee", |
|
36006
|
|
|
|
|
|
|
"613431772", "Daylesford", |
|
36007
|
|
|
|
|
|
|
"61255282", "Singleton", |
|
36008
|
|
|
|
|
|
|
"613958", "Clayton", |
|
36009
|
|
|
|
|
|
|
"61265239", "Byabarra", |
|
36010
|
|
|
|
|
|
|
"61897814", "Bunbury", |
|
36011
|
|
|
|
|
|
|
"618753099", "Blanchetown", |
|
36012
|
|
|
|
|
|
|
"61880090", "The\ Darling", |
|
36013
|
|
|
|
|
|
|
"613432212", "Rokewood", |
|
36014
|
|
|
|
|
|
|
"612530095", "Cumnock\/Gingkin\/Glen\ Davis\/Gooloogong", |
|
36015
|
|
|
|
|
|
|
"61877193", "Mount\ Gambier", |
|
36016
|
|
|
|
|
|
|
"61891652", "Mount\ Bruce", |
|
36017
|
|
|
|
|
|
|
"61253308", "Harden", |
|
36018
|
|
|
|
|
|
|
"6189941", "Carnarvon", |
|
36019
|
|
|
|
|
|
|
"61260452", "Dartmouth", |
|
36020
|
|
|
|
|
|
|
"612583640", "Teridgerie", |
|
36021
|
|
|
|
|
|
|
"61354522", "Kerang", |
|
36022
|
|
|
|
|
|
|
"618903430", "Coomalbidgup", |
|
36023
|
|
|
|
|
|
|
"61340528", "Palinyewah", |
|
36024
|
|
|
|
|
|
|
"61244020", "Moruya", |
|
36025
|
|
|
|
|
|
|
"61888773", "Snowtown", |
|
36026
|
|
|
|
|
|
|
"61896283", "Dangin", |
|
36027
|
|
|
|
|
|
|
"61358932", "Tongala", |
|
36028
|
|
|
|
|
|
|
"61264476", "Tathra", |
|
36029
|
|
|
|
|
|
|
"61890505", "Cascade", |
|
36030
|
|
|
|
|
|
|
"61364185", "Currie", |
|
36031
|
|
|
|
|
|
|
"61351303", "Rosedale", |
|
36032
|
|
|
|
|
|
|
"61367380", "Mole\ Creek", |
|
36033
|
|
|
|
|
|
|
"618660748", "Calingiri", |
|
36034
|
|
|
|
|
|
|
"61357035", "Devlins\ Bridge", |
|
36035
|
|
|
|
|
|
|
"61745287", "Warwick", |
|
36036
|
|
|
|
|
|
|
"61354829", "Rochester", |
|
36037
|
|
|
|
|
|
|
"61362669", "Kempton", |
|
36038
|
|
|
|
|
|
|
"61244027", "Nowra", |
|
36039
|
|
|
|
|
|
|
"618683742", "Lake\ Oconnor", |
|
36040
|
|
|
|
|
|
|
"612583402", "Bogan\ Gate", |
|
36041
|
|
|
|
|
|
|
"61354739", "Tullakool", |
|
36042
|
|
|
|
|
|
|
"61364782", "Ulverstone", |
|
36043
|
|
|
|
|
|
|
"61745280", "Goondiwindi", |
|
36044
|
|
|
|
|
|
|
"618864651", "Coober\ Pedy", |
|
36045
|
|
|
|
|
|
|
"61367387", "St\ Marys", |
|
36046
|
|
|
|
|
|
|
"61263004", "Killongbutta", |
|
36047
|
|
|
|
|
|
|
"61880097", "Dolo", |
|
36048
|
|
|
|
|
|
|
"61259459", "Booroorban", |
|
36049
|
|
|
|
|
|
|
"613431702", "Crymelon", |
|
36050
|
|
|
|
|
|
|
"61744053", "Cape\ River", |
|
36051
|
|
|
|
|
|
|
"61341362", "Dinner\ Plain", |
|
36052
|
|
|
|
|
|
|
"61876234", "Yabmana", |
|
36053
|
|
|
|
|
|
|
"61754022", "Gunalda", |
|
36054
|
|
|
|
|
|
|
"61740028", "Coen", |
|
36055
|
|
|
|
|
|
|
"61255584", "Smithtown", |
|
36056
|
|
|
|
|
|
|
"6138641", "Melbourne", |
|
36057
|
|
|
|
|
|
|
"61248259", "Woodhouselee", |
|
36058
|
|
|
|
|
|
|
"61749166", "Comet", |
|
36059
|
|
|
|
|
|
|
"61385801", "Melbourne", |
|
36060
|
|
|
|
|
|
|
"61248528", "Gundillion", |
|
36061
|
|
|
|
|
|
|
"61898895", "Karlgarin", |
|
36062
|
|
|
|
|
|
|
"61886237", "Koppio", |
|
36063
|
|
|
|
|
|
|
"61269344", "Coolamon", |
|
36064
|
|
|
|
|
|
|
"61340245", "Murrayville", |
|
36065
|
|
|
|
|
|
|
"61743409", "Brooweena", |
|
36066
|
|
|
|
|
|
|
"61256512", "Ulong", |
|
36067
|
|
|
|
|
|
|
"61888608", "South\ Hummocks", |
|
36068
|
|
|
|
|
|
|
"61263660", "Euchareena", |
|
36069
|
|
|
|
|
|
|
"61351110", "Mount\ Taylor", |
|
36070
|
|
|
|
|
|
|
"61742398", "Maryfarms", |
|
36071
|
|
|
|
|
|
|
"61749649", "Sarina", |
|
36072
|
|
|
|
|
|
|
"61867146", "Tonebridge", |
|
36073
|
|
|
|
|
|
|
"618854699", "Langhorne\ Creek", |
|
36074
|
|
|
|
|
|
|
"61746572", "Winton", |
|
36075
|
|
|
|
|
|
|
"61256577", "Woodburn", |
|
36076
|
|
|
|
|
|
|
"61895513", "Gingin", |
|
36077
|
|
|
|
|
|
|
"61749980", "Baralaba", |
|
36078
|
|
|
|
|
|
|
"618858543", "Malinong", |
|
36079
|
|
|
|
|
|
|
"612532871", "Woodstock", |
|
36080
|
|
|
|
|
|
|
"61265148", "Widden\ Valley", |
|
36081
|
|
|
|
|
|
|
"61746517", "Barcaldine", |
|
36082
|
|
|
|
|
|
|
"61740937", "Kuranda", |
|
36083
|
|
|
|
|
|
|
"61888305", "Brinkworth", |
|
36084
|
|
|
|
|
|
|
"61361597", "Kempton", |
|
36085
|
|
|
|
|
|
|
"618989060", "Wickepin\ East", |
|
36086
|
|
|
|
|
|
|
"618982240", "Bow\ Bridge", |
|
36087
|
|
|
|
|
|
|
"61899093", "Mount\ George", |
|
36088
|
|
|
|
|
|
|
"61742695", "Kowanyama", |
|
36089
|
|
|
|
|
|
|
"61748351", "Duaringa", |
|
36090
|
|
|
|
|
|
|
"61258041", "Gollan", |
|
36091
|
|
|
|
|
|
|
"61888050", "Kadina", |
|
36092
|
|
|
|
|
|
|
"61261", "Canberra", |
|
36093
|
|
|
|
|
|
|
"612583837", "Tullamore", |
|
36094
|
|
|
|
|
|
|
"61353243", "Ararat", |
|
36095
|
|
|
|
|
|
|
"618763917", "Tarcoola", |
|
36096
|
|
|
|
|
|
|
"61257377", "Kelvin", |
|
36097
|
|
|
|
|
|
|
"61899520", "Coorow", |
|
36098
|
|
|
|
|
|
|
"61268492", "Coonabarabran", |
|
36099
|
|
|
|
|
|
|
"61879061", "Darwin", |
|
36100
|
|
|
|
|
|
|
"61342316", "Wingeel", |
|
36101
|
|
|
|
|
|
|
"61747317", "Gumlu", |
|
36102
|
|
|
|
|
|
|
"61340504", "Anabranch", |
|
36103
|
|
|
|
|
|
|
"617476705", "Ayr", |
|
36104
|
|
|
|
|
|
|
"61257312", "Nowendoc", |
|
36105
|
|
|
|
|
|
|
"61263391", "Oberon", |
|
36106
|
|
|
|
|
|
|
"618763421", "Woomera", |
|
36107
|
|
|
|
|
|
|
"6128989", "Dural", |
|
36108
|
|
|
|
|
|
|
"61245615", "Colo\ Heights", |
|
36109
|
|
|
|
|
|
|
"61265708", "Jerrys\ Plains", |
|
36110
|
|
|
|
|
|
|
"61287494", "Sydney", |
|
36111
|
|
|
|
|
|
|
"612574244", "Kelvin", |
|
36112
|
|
|
|
|
|
|
"61255046", "Taree", |
|
36113
|
|
|
|
|
|
|
"61898323", "Muradup", |
|
36114
|
|
|
|
|
|
|
"61745356", "Inglewood", |
|
36115
|
|
|
|
|
|
|
"61743452", "Johnstown\ West", |
|
36116
|
|
|
|
|
|
|
"61747372", "Collinsville", |
|
36117
|
|
|
|
|
|
|
"617487009", "Clermont", |
|
36118
|
|
|
|
|
|
|
"61755675", "Rathdowney", |
|
36119
|
|
|
|
|
|
|
"6187370", "Salisbury", |
|
36120
|
|
|
|
|
|
|
"61352048", "Beeac", |
|
36121
|
|
|
|
|
|
|
"6124556", "Windsor", |
|
36122
|
|
|
|
|
|
|
"61734747", "Bribie\ Island", |
|
36123
|
|
|
|
|
|
|
"61890542", "Merredin", |
|
36124
|
|
|
|
|
|
|
"613553732", "Bessiebelle", |
|
36125
|
|
|
|
|
|
|
"613572911", "Broadford", |
|
36126
|
|
|
|
|
|
|
"61248202", "Taralga", |
|
36127
|
|
|
|
|
|
|
"61752225", "Kilcoy", |
|
36128
|
|
|
|
|
|
|
"618600882", "Corrigin\ West", |
|
36129
|
|
|
|
|
|
|
"61747103", "Hughenden", |
|
36130
|
|
|
|
|
|
|
"61753561", "Maleny", |
|
36131
|
|
|
|
|
|
|
"61354862", "Lockington", |
|
36132
|
|
|
|
|
|
|
"61348299", "Numurkah", |
|
36133
|
|
|
|
|
|
|
"61267998", "Burren\ Junction", |
|
36134
|
|
|
|
|
|
|
"61380018", "Sunbury", |
|
36135
|
|
|
|
|
|
|
"612583853", "Albert", |
|
36136
|
|
|
|
|
|
|
"612583186", "Mount\ Foster", |
|
36137
|
|
|
|
|
|
|
"61264251", "Candelo", |
|
36138
|
|
|
|
|
|
|
"618660711", "Moora", |
|
36139
|
|
|
|
|
|
|
"61749407", "Mackay", |
|
36140
|
|
|
|
|
|
|
"61876165", "Sleaford\ Mere", |
|
36141
|
|
|
|
|
|
|
"618601134", "Eyre", |
|
36142
|
|
|
|
|
|
|
"613531941", "Gerang\ Gerung", |
|
36143
|
|
|
|
|
|
|
"613546341", "Talbot", |
|
36144
|
|
|
|
|
|
|
"617459847", "Glenhope", |
|
36145
|
|
|
|
|
|
|
"613553743", "Cavendish", |
|
36146
|
|
|
|
|
|
|
"61353936", "Telopea\ Downs", |
|
36147
|
|
|
|
|
|
|
"618683348", "Cranbrook", |
|
36148
|
|
|
|
|
|
|
"61253281", "Kandos", |
|
36149
|
|
|
|
|
|
|
"61358083", "Rushworth", |
|
36150
|
|
|
|
|
|
|
"61754701", "Noosaville", |
|
36151
|
|
|
|
|
|
|
"617750007", "Miles", |
|
36152
|
|
|
|
|
|
|
"61742626", "South\ Johnstone", |
|
36153
|
|
|
|
|
|
|
"612594166", "West\ Wyalong", |
|
36154
|
|
|
|
|
|
|
"61740496", "Tully", |
|
36155
|
|
|
|
|
|
|
"61268757", "Farrendale", |
|
36156
|
|
|
|
|
|
|
"618903380", "South\ Kumminin", |
|
36157
|
|
|
|
|
|
|
"61887897", "Kalangadoo", |
|
36158
|
|
|
|
|
|
|
"6189144", "Karratha", |
|
36159
|
|
|
|
|
|
|
"61353709", "Serviceton", |
|
36160
|
|
|
|
|
|
|
"61897307", "Dinninup", |
|
36161
|
|
|
|
|
|
|
"61249382", "Branxton", |
|
36162
|
|
|
|
|
|
|
"6139923", "Melbourne", |
|
36163
|
|
|
|
|
|
|
"6126366", "Millthorpe", |
|
36164
|
|
|
|
|
|
|
"61887063", "Marcollat", |
|
36165
|
|
|
|
|
|
|
"61238007", "Bundanoon", |
|
36166
|
|
|
|
|
|
|
"61257184", "Careunga", |
|
36167
|
|
|
|
|
|
|
"61350725", "Swan\ Hill", |
|
36168
|
|
|
|
|
|
|
"61264034", "Cabramurra", |
|
36169
|
|
|
|
|
|
|
"61898826", "Nomans\ Lake", |
|
36170
|
|
|
|
|
|
|
"61264371", "Eucumbene", |
|
36171
|
|
|
|
|
|
|
"61745853", "Westgrove", |
|
36172
|
|
|
|
|
|
|
"61741475", "Kingaroy", |
|
36173
|
|
|
|
|
|
|
"61746156", "Wallumbilla", |
|
36174
|
|
|
|
|
|
|
"61888198", "Wedge", |
|
36175
|
|
|
|
|
|
|
"61730507", "Ipswich", |
|
36176
|
|
|
|
|
|
|
"61353013", "Buninyong", |
|
36177
|
|
|
|
|
|
|
"61258211", "Bruie\ Plains", |
|
36178
|
|
|
|
|
|
|
"61863788", "Perth", |
|
36179
|
|
|
|
|
|
|
"61256469", "Woodenbong", |
|
36180
|
|
|
|
|
|
|
"617486988", "Bingegang", |
|
36181
|
|
|
|
|
|
|
"61748127", "Carmila", |
|
36182
|
|
|
|
|
|
|
"61257257", "Burren\ Junction", |
|
36183
|
|
|
|
|
|
|
"61357443", "Yarrawonga", |
|
36184
|
|
|
|
|
|
|
"61259033", "Grong\ Grong", |
|
36185
|
|
|
|
|
|
|
"618683035", "Cairlocup", |
|
36186
|
|
|
|
|
|
|
"61744439", "Millaroo", |
|
36187
|
|
|
|
|
|
|
"61748271", "Springsure", |
|
36188
|
|
|
|
|
|
|
"61264487", "Cabramurra", |
|
36189
|
|
|
|
|
|
|
"61255216", "Comara", |
|
36190
|
|
|
|
|
|
|
"618763502", "Sleaford\ Mere", |
|
36191
|
|
|
|
|
|
|
"61897113", "Collie", |
|
36192
|
|
|
|
|
|
|
"617452564", "Greenmount", |
|
36193
|
|
|
|
|
|
|
"61246118", "Campbelltown", |
|
36194
|
|
|
|
|
|
|
"61359147", "Koo\ Wee\ Rup", |
|
36195
|
|
|
|
|
|
|
"61851057", "Wyndham", |
|
36196
|
|
|
|
|
|
|
"61741078", "Lowmead", |
|
36197
|
|
|
|
|
|
|
"61890992", "Bruce\ Rock", |
|
36198
|
|
|
|
|
|
|
"617459852", "Guluguba", |
|
36199
|
|
|
|
|
|
|
"61258122", "Colane", |
|
36200
|
|
|
|
|
|
|
"61742105", "South\ Johnstone", |
|
36201
|
|
|
|
|
|
|
"617452329", "Southwood", |
|
36202
|
|
|
|
|
|
|
"61248153", "Breadalbane", |
|
36203
|
|
|
|
|
|
|
"61899472", "Carnarvon", |
|
36204
|
|
|
|
|
|
|
"6128677", "Parramatta", |
|
36205
|
|
|
|
|
|
|
"61745276", "Toowoomba", |
|
36206
|
|
|
|
|
|
|
"61267548", "Careunga", |
|
36207
|
|
|
|
|
|
|
"61734697", "Kooringal", |
|
36208
|
|
|
|
|
|
|
"61251018", "Gundaroo", |
|
36209
|
|
|
|
|
|
|
"61872281", "Mclaren\ Vale", |
|
36210
|
|
|
|
|
|
|
"61350646", "Nyah", |
|
36211
|
|
|
|
|
|
|
"612592710", "Ivanhoe", |
|
36212
|
|
|
|
|
|
|
"618863374", "Elliston", |
|
36213
|
|
|
|
|
|
|
"6126393", "Orange", |
|
36214
|
|
|
|
|
|
|
"61340015", "Rufus\ River", |
|
36215
|
|
|
|
|
|
|
"6135672", "Wonthaggi", |
|
36216
|
|
|
|
|
|
|
"61747209", "Collinsville", |
|
36217
|
|
|
|
|
|
|
"61348193", "Wakool", |
|
36218
|
|
|
|
|
|
|
"618683757", "Newdegate", |
|
36219
|
|
|
|
|
|
|
"61363127", "Longford", |
|
36220
|
|
|
|
|
|
|
"61268073", "Mount\ Herring", |
|
36221
|
|
|
|
|
|
|
"61261116", "Cavan", |
|
36222
|
|
|
|
|
|
|
"61885442", "Victor\ Harbor", |
|
36223
|
|
|
|
|
|
|
"61367174", "Lilydale", |
|
36224
|
|
|
|
|
|
|
"61269875", "Humula", |
|
36225
|
|
|
|
|
|
|
"613451404", "Wombelano", |
|
36226
|
|
|
|
|
|
|
"61885024", "Bower", |
|
36227
|
|
|
|
|
|
|
"61247094", "Katoomba", |
|
36228
|
|
|
|
|
|
|
"61746420", "Toowoomba", |
|
36229
|
|
|
|
|
|
|
"612592755", "Weethalle", |
|
36230
|
|
|
|
|
|
|
"61354381", "Bendigo", |
|
36231
|
|
|
|
|
|
|
"6139777", "Croydon", |
|
36232
|
|
|
|
|
|
|
"61266645", "Mallanganee", |
|
36233
|
|
|
|
|
|
|
"618660890", "Cleary\ North", |
|
36234
|
|
|
|
|
|
|
"61260790", "Little\ Billabong", |
|
36235
|
|
|
|
|
|
|
"61898489", "Broomehill", |
|
36236
|
|
|
|
|
|
|
"61344104", "Castlemaine", |
|
36237
|
|
|
|
|
|
|
"612574230", "Garah", |
|
36238
|
|
|
|
|
|
|
"618858532", "Lameroo", |
|
36239
|
|
|
|
|
|
|
"61357297", "Cheshunt", |
|
36240
|
|
|
|
|
|
|
"61742745", "Millaa\ Millaa", |
|
36241
|
|
|
|
|
|
|
"613441902", "Gisborne", |
|
36242
|
|
|
|
|
|
|
"61752296", "Kilkivan", |
|
36243
|
|
|
|
|
|
|
"617459403", "Bollon", |
|
36244
|
|
|
|
|
|
|
"618683733", "Kondinin", |
|
36245
|
|
|
|
|
|
|
"61747693", "Cloncurry", |
|
36246
|
|
|
|
|
|
|
"61355062", "Dorodong", |
|
36247
|
|
|
|
|
|
|
"61896507", "Watheroo", |
|
36248
|
|
|
|
|
|
|
"612583521", "Gollan", |
|
36249
|
|
|
|
|
|
|
"61353149", "Horsham", |
|
36250
|
|
|
|
|
|
|
"61875027", "Sandleton", |
|
36251
|
|
|
|
|
|
|
"61745503", "Nobby", |
|
36252
|
|
|
|
|
|
|
"61887616", "Tilley\ Swamp", |
|
36253
|
|
|
|
|
|
|
"61754141", "Nambour", |
|
36254
|
|
|
|
|
|
|
"61886621", "Port\ Lincoln", |
|
36255
|
|
|
|
|
|
|
"61340418", "Anabranch", |
|
36256
|
|
|
|
|
|
|
"618967812", "Pantapin", |
|
36257
|
|
|
|
|
|
|
"61885657", "Tanunda", |
|
36258
|
|
|
|
|
|
|
"61353752", "Lake\ Bolac", |
|
36259
|
|
|
|
|
|
|
"618601140", "Holleton", |
|
36260
|
|
|
|
|
|
|
"61264900", "Bendoc", |
|
36261
|
|
|
|
|
|
|
"61350169", "Murrayville", |
|
36262
|
|
|
|
|
|
|
"61876051", "Koongawa", |
|
36263
|
|
|
|
|
|
|
"61879238", "Victoria\ River", |
|
36264
|
|
|
|
|
|
|
"613431165", "Dadswells\ Bridge", |
|
36265
|
|
|
|
|
|
|
"61897049", "Beedelup", |
|
36266
|
|
|
|
|
|
|
"618856774", "Copeville", |
|
36267
|
|
|
|
|
|
|
"6139566", "Clayton", |
|
36268
|
|
|
|
|
|
|
"618903603", "Nullarbor", |
|
36269
|
|
|
|
|
|
|
"618763344", "Ceduna", |
|
36270
|
|
|
|
|
|
|
"61257386", "Oakey\ Creek", |
|
36271
|
|
|
|
|
|
|
"61351632", "Yinnar", |
|
36272
|
|
|
|
|
|
|
"61284156", "Sydney", |
|
36273
|
|
|
|
|
|
|
"61345003", "Warrnambool", |
|
36274
|
|
|
|
|
|
|
"6173705", "Brisbane", |
|
36275
|
|
|
|
|
|
|
"61341483", "Swifts\ Creek", |
|
36276
|
|
|
|
|
|
|
"61880158", "White\ Cliffs", |
|
36277
|
|
|
|
|
|
|
"61898566", "Bokerup", |
|
36278
|
|
|
|
|
|
|
"61352916", "Lorne", |
|
36279
|
|
|
|
|
|
|
"61264907", "Cathcart", |
|
36280
|
|
|
|
|
|
|
"61885650", "Sedan", |
|
36281
|
|
|
|
|
|
|
"61886095", "Iron\ Baron", |
|
36282
|
|
|
|
|
|
|
"61255641", "Macksville", |
|
36283
|
|
|
|
|
|
|
"618763480", "Minnipa", |
|
36284
|
|
|
|
|
|
|
"618903673", "Bonnie\ Rock", |
|
36285
|
|
|
|
|
|
|
"612685782", "Walgett", |
|
36286
|
|
|
|
|
|
|
"618683311", "Perillup", |
|
36287
|
|
|
|
|
|
|
"61353155", "Mount\ Wallace", |
|
36288
|
|
|
|
|
|
|
"61255918", "Taree", |
|
36289
|
|
|
|
|
|
|
"618856704", "Sandleton", |
|
36290
|
|
|
|
|
|
|
"618866995", "Melrose", |
|
36291
|
|
|
|
|
|
|
"61891199", "Newman", |
|
36292
|
|
|
|
|
|
|
"61898952", "Jerdacuttup", |
|
36293
|
|
|
|
|
|
|
"61896500", "Lancelin", |
|
36294
|
|
|
|
|
|
|
"61248015", "Braidwood", |
|
36295
|
|
|
|
|
|
|
"617479234", "Croydon", |
|
36296
|
|
|
|
|
|
|
"61240193", "Tea\ Gardens", |
|
36297
|
|
|
|
|
|
|
"61342382", "Wingeel", |
|
36298
|
|
|
|
|
|
|
"61747568", "Woodstock", |
|
36299
|
|
|
|
|
|
|
"6129632", "Bankstown", |
|
36300
|
|
|
|
|
|
|
"61875020", "Bower", |
|
36301
|
|
|
|
|
|
|
"618866393", "Yabmana", |
|
36302
|
|
|
|
|
|
|
"617487045", "Nebo", |
|
36303
|
|
|
|
|
|
|
"61897055", "Harvey", |
|
36304
|
|
|
|
|
|
|
"61880811", "Broken\ Hill", |
|
36305
|
|
|
|
|
|
|
"6174066", "Euramo", |
|
36306
|
|
|
|
|
|
|
"612574801", "Manilla", |
|
36307
|
|
|
|
|
|
|
"61742142", "Daintree", |
|
36308
|
|
|
|
|
|
|
"61258169", "Dubbo", |
|
36309
|
|
|
|
|
|
|
"61340379", "Culgoa", |
|
36310
|
|
|
|
|
|
|
"61746427", "Cunningham", |
|
36311
|
|
|
|
|
|
|
"61352033", "Anglesea", |
|
36312
|
|
|
|
|
|
|
"61748456", "Yeppoon", |
|
36313
|
|
|
|
|
|
|
"61895423", "Dwellingup", |
|
36314
|
|
|
|
|
|
|
"61879149", "Davenport", |
|
36315
|
|
|
|
|
|
|
"61260797", "Walla\ Walla", |
|
36316
|
|
|
|
|
|
|
"61259218", "Boree\ Creek", |
|
36317
|
|
|
|
|
|
|
"61243085", "Wyong", |
|
36318
|
|
|
|
|
|
|
"618763893", "Mintabie", |
|
36319
|
|
|
|
|
|
|
"61742759", "Walsh\ River", |
|
36320
|
|
|
|
|
|
|
"61351806", "Loch\ Sport", |
|
36321
|
|
|
|
|
|
|
"61745451", "Eschol", |
|
36322
|
|
|
|
|
|
|
"61256044", "Maclean", |
|
36323
|
|
|
|
|
|
|
"61256422", "Bonalbo", |
|
36324
|
|
|
|
|
|
|
"61363120", "Pyengana", |
|
36325
|
|
|
|
|
|
|
"61263496", "Quandialla", |
|
36326
|
|
|
|
|
|
|
"6135683", "Foster", |
|
36327
|
|
|
|
|
|
|
"61741619", "Gooroolba", |
|
36328
|
|
|
|
|
|
|
"61265133", "Stuarts\ Point", |
|
36329
|
|
|
|
|
|
|
"61359140", "Mornington", |
|
36330
|
|
|
|
|
|
|
"61281041", "Liverpool", |
|
36331
|
|
|
|
|
|
|
"61851050", "Port\ Hedland", |
|
36332
|
|
|
|
|
|
|
"618661119", "Bolgart", |
|
36333
|
|
|
|
|
|
|
"61877299", "Western\ Flat", |
|
36334
|
|
|
|
|
|
|
"61885405", "Blanchetown", |
|
36335
|
|
|
|
|
|
|
"618904283", "Yilgarn\ South", |
|
36336
|
|
|
|
|
|
|
"612593919", "Mangoplah", |
|
36337
|
|
|
|
|
|
|
"61264480", "Berridale", |
|
36338
|
|
|
|
|
|
|
"61367376", "Launceston", |
|
36339
|
|
|
|
|
|
|
"61742702", "Millaa\ Millaa", |
|
36340
|
|
|
|
|
|
|
"61753513", "Esk", |
|
36341
|
|
|
|
|
|
|
"61734690", "Bribie\ Island", |
|
36342
|
|
|
|
|
|
|
"61266602", "Casino", |
|
36343
|
|
|
|
|
|
|
"61896189", "Cunderdin\ North", |
|
36344
|
|
|
|
|
|
|
"61730500", "Beenleigh", |
|
36345
|
|
|
|
|
|
|
"61880164", "Tepco", |
|
36346
|
|
|
|
|
|
|
"61250083", "Walwa", |
|
36347
|
|
|
|
|
|
|
"618753212", "Wynarka", |
|
36348
|
|
|
|
|
|
|
"61341578", "Dinner\ Plain", |
|
36349
|
|
|
|
|
|
|
"61748120", "Gayfield", |
|
36350
|
|
|
|
|
|
|
"61257250", "Mirriadool", |
|
36351
|
|
|
|
|
|
|
"61350835", "Hopetoun", |
|
36352
|
|
|
|
|
|
|
"612583634", "Parkes", |
|
36353
|
|
|
|
|
|
|
"61878231", "Alford", |
|
36354
|
|
|
|
|
|
|
"61897300", "Margaret\ River", |
|
36355
|
|
|
|
|
|
|
"61898736", "Varley", |
|
36356
|
|
|
|
|
|
|
"613442100", "Barham", |
|
36357
|
|
|
|
|
|
|
"61896850", "Bencubbin", |
|
36358
|
|
|
|
|
|
|
"61897464", "Marybrook", |
|
36359
|
|
|
|
|
|
|
"61350122", "Pooncarie", |
|
36360
|
|
|
|
|
|
|
"618996850", "Perenjori\ East", |
|
36361
|
|
|
|
|
|
|
"61344128", "Bealiba", |
|
36362
|
|
|
|
|
|
|
"61879013", "Alyangula", |
|
36363
|
|
|
|
|
|
|
"618985577", "Hyden", |
|
36364
|
|
|
|
|
|
|
"61340153", "Mallan", |
|
36365
|
|
|
|
|
|
|
"6129752", "Sydney", |
|
36366
|
|
|
|
|
|
|
"61240332", "Nelson\ Bay", |
|
36367
|
|
|
|
|
|
|
"613940", "Eltham", |
|
36368
|
|
|
|
|
|
|
"618853095", "Callington", |
|
36369
|
|
|
|
|
|
|
"61238000", "Bowral", |
|
36370
|
|
|
|
|
|
|
"61355029", "Terang", |
|
36371
|
|
|
|
|
|
|
"6138732", "Sunbury", |
|
36372
|
|
|
|
|
|
|
"61875236", "Renmark", |
|
36373
|
|
|
|
|
|
|
"61256586", "Coutts\ Crossing", |
|
36374
|
|
|
|
|
|
|
"6135349", "Beaufort", |
|
36375
|
|
|
|
|
|
|
"61253195", "Woodstock", |
|
36376
|
|
|
|
|
|
|
"61268750", "Binnaway", |
|
36377
|
|
|
|
|
|
|
"61887890", "Tilley\ Swamp", |
|
36378
|
|
|
|
|
|
|
"61890014", "Bodallin", |
|
36379
|
|
|
|
|
|
|
"618903444", "Dundas", |
|
36380
|
|
|
|
|
|
|
"6173410", "Bribie\ Island", |
|
36381
|
|
|
|
|
|
|
"618854512", "Blanchetown", |
|
36382
|
|
|
|
|
|
|
"61746665", "Legume", |
|
36383
|
|
|
|
|
|
|
"61251127", "Binalong", |
|
36384
|
|
|
|
|
|
|
"61352071", "Lara", |
|
36385
|
|
|
|
|
|
|
"617486800", "Baralaba", |
|
36386
|
|
|
|
|
|
|
"618753107", "Geranium", |
|
36387
|
|
|
|
|
|
|
"617441415", "Long\ Pocket", |
|
36388
|
|
|
|
|
|
|
"61248056", "Reidsdale", |
|
36389
|
|
|
|
|
|
|
"61896021", "Beacon\ North", |
|
36390
|
|
|
|
|
|
|
"61899606", "Geraldton", |
|
36391
|
|
|
|
|
|
|
"61341337", "Meerlieu", |
|
36392
|
|
|
|
|
|
|
"61897016", "Brunswick\ Junction", |
|
36393
|
|
|
|
|
|
|
"61887980", "Penola", |
|
36394
|
|
|
|
|
|
|
"61246027", "Picton", |
|
36395
|
|
|
|
|
|
|
"61263929", "Orange", |
|
36396
|
|
|
|
|
|
|
"613431184", "Marnoo", |
|
36397
|
|
|
|
|
|
|
"61887649", "Lucindale", |
|
36398
|
|
|
|
|
|
|
"61358960", "Jerilderie", |
|
36399
|
|
|
|
|
|
|
"61756022", "Jimboomba", |
|
36400
|
|
|
|
|
|
|
"6124761", "Penrith", |
|
36401
|
|
|
|
|
|
|
"61259136", "Tarcutta", |
|
36402
|
|
|
|
|
|
|
"61240741", "Laguna", |
|
36403
|
|
|
|
|
|
|
"617473854", "Cloncurry", |
|
36404
|
|
|
|
|
|
|
"618753435", "Swan\ Reach", |
|
36405
|
|
|
|
|
|
|
"61352955", "Meredith", |
|
36406
|
|
|
|
|
|
|
"61890466", "Nungarin", |
|
36407
|
|
|
|
|
|
|
"617459401", "Bimbadeen", |
|
36408
|
|
|
|
|
|
|
"61895057", "Rockingham", |
|
36409
|
|
|
|
|
|
|
"61741835", "Childers", |
|
36410
|
|
|
|
|
|
|
"617452645", "Oakey", |
|
36411
|
|
|
|
|
|
|
"61743485", "Bunker", |
|
36412
|
|
|
|
|
|
|
"612574139", "Kingstown", |
|
36413
|
|
|
|
|
|
|
"618867772", "Terowie", |
|
36414
|
|
|
|
|
|
|
"61353116", "Elmhurst", |
|
36415
|
|
|
|
|
|
|
"61357369", "Strathbogie", |
|
36416
|
|
|
|
|
|
|
"61258078", "Rocky\ Glen", |
|
36417
|
|
|
|
|
|
|
"61741122", "Nanango", |
|
36418
|
|
|
|
|
|
|
"61256343", "Maclean", |
|
36419
|
|
|
|
|
|
|
"612583795", "Fairholme", |
|
36420
|
|
|
|
|
|
|
"61746053", "Crows\ Nest", |
|
36421
|
|
|
|
|
|
|
"617750370", "Maranoa", |
|
36422
|
|
|
|
|
|
|
"618852080", "Riverton", |
|
36423
|
|
|
|
|
|
|
"613574610", "Violet\ Town", |
|
36424
|
|
|
|
|
|
|
"618983658", "Jacup", |
|
36425
|
|
|
|
|
|
|
"6124334", "Gosford", |
|
36426
|
|
|
|
|
|
|
"61887166", "Reedy\ Creek", |
|
36427
|
|
|
|
|
|
|
"61740962", "Herberton", |
|
36428
|
|
|
|
|
|
|
"61754968", "Caboolture", |
|
36429
|
|
|
|
|
|
|
"618683731", "Kojaneerup", |
|
36430
|
|
|
|
|
|
|
"61261149", "Gundaroo", |
|
36431
|
|
|
|
|
|
|
"61742283", "Ravenshoe", |
|
36432
|
|
|
|
|
|
|
"612583523", "Goorianawa", |
|
36433
|
|
|
|
|
|
|
"61355181", "Chetwynd", |
|
36434
|
|
|
|
|
|
|
"617480423", "Turkey\ Beach", |
|
36435
|
|
|
|
|
|
|
"61344010", "Strathfieldsaye", |
|
36436
|
|
|
|
|
|
|
"61240518", "Laguna", |
|
36437
|
|
|
|
|
|
|
"618993978", "Dongara", |
|
36438
|
|
|
|
|
|
|
"613627", "Hobart", |
|
36439
|
|
|
|
|
|
|
"61897933", "Collie", |
|
36440
|
|
|
|
|
|
|
"61886262", "Ceduna", |
|
36441
|
|
|
|
|
|
|
"61899539", "Lake\ Mason", |
|
36442
|
|
|
|
|
|
|
"61743088", "Gin\ Gin", |
|
36443
|
|
|
|
|
|
|
"6175576", "Tweed\ Heads", |
|
36444
|
|
|
|
|
|
|
"617442939", "Camooweal", |
|
36445
|
|
|
|
|
|
|
"6139511", "Clayton", |
|
36446
|
|
|
|
|
|
|
"618903601", "Nullarbor", |
|
36447
|
|
|
|
|
|
|
"61350619", "Cowangie", |
|
36448
|
|
|
|
|
|
|
"61358186", "Lalalty", |
|
36449
|
|
|
|
|
|
|
"61899125", "Perenjori\ East", |
|
36450
|
|
|
|
|
|
|
"618682188", "Porongurup", |
|
36451
|
|
|
|
|
|
|
"612593772", "Coolamon", |
|
36452
|
|
|
|
|
|
|
"612532928", "Rockley", |
|
36453
|
|
|
|
|
|
|
"613451277", "Hawkesdale", |
|
36454
|
|
|
|
|
|
|
"61748415", "Dingo\ Beach", |
|
36455
|
|
|
|
|
|
|
"61358630", "Shepparton", |
|
36456
|
|
|
|
|
|
|
"612594115", "Gundagai", |
|
36457
|
|
|
|
|
|
|
"6126690", "Coffs\ Harbour", |
|
36458
|
|
|
|
|
|
|
"618996929", "Eneabba\ South", |
|
36459
|
|
|
|
|
|
|
"6128812", "Parramatta", |
|
36460
|
|
|
|
|
|
|
"613553741", "Cavendish", |
|
36461
|
|
|
|
|
|
|
"61255249", "Rawdon\ Vale", |
|
36462
|
|
|
|
|
|
|
"617452585", "Helidon", |
|
36463
|
|
|
|
|
|
|
"61887407", "Marcollat", |
|
36464
|
|
|
|
|
|
|
"61361281", "Sorell", |
|
36465
|
|
|
|
|
|
|
"61879314", "Alice\ Springs", |
|
36466
|
|
|
|
|
|
|
"613531932", "Dimboola", |
|
36467
|
|
|
|
|
|
|
"61889103", "Victoria\ River", |
|
36468
|
|
|
|
|
|
|
"613546332", "Newstead", |
|
36469
|
|
|
|
|
|
|
"6175553", "Southport", |
|
36470
|
|
|
|
|
|
|
"61367045", "Exeter", |
|
36471
|
|
|
|
|
|
|
"612594150", "The\ Rock", |
|
36472
|
|
|
|
|
|
|
"6188134", "Adelaide", |
|
36473
|
|
|
|
|
|
|
"61875118", "Strathalbyn", |
|
36474
|
|
|
|
|
|
|
"613441719", "Logan", |
|
36475
|
|
|
|
|
|
|
"61351515", "Maffra", |
|
36476
|
|
|
|
|
|
|
"617476492", "Giru", |
|
36477
|
|
|
|
|
|
|
"61269435", "Bethungra", |
|
36478
|
|
|
|
|
|
|
"61899769", "Mount\ Magnet", |
|
36479
|
|
|
|
|
|
|
"612532936", "Young", |
|
36480
|
|
|
|
|
|
|
"618600796", "Belka\ East", |
|
36481
|
|
|
|
|
|
|
"618982946", "Badgebup\ North", |
|
36482
|
|
|
|
|
|
|
"61890313", "Collurabbie", |
|
36483
|
|
|
|
|
|
|
"61746777", "Goondiwindi", |
|
36484
|
|
|
|
|
|
|
"61269927", "Gala\ Vale", |
|
36485
|
|
|
|
|
|
|
"618862915", "Coulta", |
|
36486
|
|
|
|
|
|
|
"61265227", "Ravensworth", |
|
36487
|
|
|
|
|
|
|
"61889372", "Roper\ River", |
|
36488
|
|
|
|
|
|
|
"61265171", "Scone", |
|
36489
|
|
|
|
|
|
|
"61345091", "Woodhouse", |
|
36490
|
|
|
|
|
|
|
"618989388", "Holland\ Rocks", |
|
36491
|
|
|
|
|
|
|
"618850398", "Loxton", |
|
36492
|
|
|
|
|
|
|
"61356862", "Toora", |
|
36493
|
|
|
|
|
|
|
"612574592", "Garah", |
|
36494
|
|
|
|
|
|
|
"61268176", "Peak\ Hill", |
|
36495
|
|
|
|
|
|
|
"61363018", "Bridport", |
|
36496
|
|
|
|
|
|
|
"61745784", "Roma", |
|
36497
|
|
|
|
|
|
|
"61867213", "Wilga", |
|
36498
|
|
|
|
|
|
|
"61348096", "Cornalla", |
|
36499
|
|
|
|
|
|
|
"61877360", "Lucindale", |
|
36500
|
|
|
|
|
|
|
"6187980", "Darwin", |
|
36501
|
|
|
|
|
|
|
"61754638", "Kalbar", |
|
36502
|
|
|
|
|
|
|
"61240101", "Maitland", |
|
36503
|
|
|
|
|
|
|
"6128379", "Sydney", |
|
36504
|
|
|
|
|
|
|
"61753198", "Caboolture", |
|
36505
|
|
|
|
|
|
|
"61269038", "Gundagai", |
|
36506
|
|
|
|
|
|
|
"61890107", "Korbelka", |
|
36507
|
|
|
|
|
|
|
"618869034", "Kimba", |
|
36508
|
|
|
|
|
|
|
"612593825", "Tumut", |
|
36509
|
|
|
|
|
|
|
"6173530", "Brisbane", |
|
36510
|
|
|
|
|
|
|
"612574452", "Ogunbil", |
|
36511
|
|
|
|
|
|
|
"61749011", "Bauhinia", |
|
36512
|
|
|
|
|
|
|
"61756069", "Jimboomba", |
|
36513
|
|
|
|
|
|
|
"61885895", "Yankalilla", |
|
36514
|
|
|
|
|
|
|
"61260088", "Yackandandah", |
|
36515
|
|
|
|
|
|
|
"618982453", "Perillup", |
|
36516
|
|
|
|
|
|
|
"61877367", "Naracoorte", |
|
36517
|
|
|
|
|
|
|
"61244039", "Nowra", |
|
36518
|
|
|
|
|
|
|
"61247132", "Katoomba", |
|
36519
|
|
|
|
|
|
|
"61354727", "Barham", |
|
36520
|
|
|
|
|
|
|
"618601089", "Mount\ Beaumont", |
|
36521
|
|
|
|
|
|
|
"61895608", "Dwellingup", |
|
36522
|
|
|
|
|
|
|
"612530152", "Neville", |
|
36523
|
|
|
|
|
|
|
"61259071", "Marsden", |
|
36524
|
|
|
|
|
|
|
"61890100", "Karloning", |
|
36525
|
|
|
|
|
|
|
"61748233", "Nebo", |
|
36526
|
|
|
|
|
|
|
"61741169", "Mundubbera", |
|
36527
|
|
|
|
|
|
|
"61745591", "Robinson\ Gorge", |
|
36528
|
|
|
|
|
|
|
"618904281", "Yilgarn\ South", |
|
36529
|
|
|
|
|
|
|
"61357322", "Bright", |
|
36530
|
|
|
|
|
|
|
"61888513", "Warooka", |
|
36531
|
|
|
|
|
|
|
"61246236", "Camden", |
|
36532
|
|
|
|
|
|
|
"618600824", "Kellerberrin", |
|
36533
|
|
|
|
|
|
|
"612808", "Sydney", |
|
36534
|
|
|
|
|
|
|
"61255138", "Broke", |
|
36535
|
|
|
|
|
|
|
"61265220", "Widden\ Valley", |
|
36536
|
|
|
|
|
|
|
"617486024", "Connors\ Range", |
|
36537
|
|
|
|
|
|
|
"61238114", "Bundanoon", |
|
36538
|
|
|
|
|
|
|
"61352136", "Wingeel", |
|
36539
|
|
|
|
|
|
|
"61886558", "Wharminda", |
|
36540
|
|
|
|
|
|
|
"61263962", "Wollar", |
|
36541
|
|
|
|
|
|
|
"61388391", "Ringwood", |
|
36542
|
|
|
|
|
|
|
"6172891", "Beenleigh", |
|
36543
|
|
|
|
|
|
|
"61358384", "Dookie", |
|
36544
|
|
|
|
|
|
|
"613470889", "Pyalong", |
|
36545
|
|
|
|
|
|
|
"61886229", "Elliston", |
|
36546
|
|
|
|
|
|
|
"61240096", "Dungog", |
|
36547
|
|
|
|
|
|
|
"613442209", "Echuca", |
|
36548
|
|
|
|
|
|
|
"61891685", "Ord", |
|
36549
|
|
|
|
|
|
|
"612532447", "Lue", |
|
36550
|
|
|
|
|
|
|
"618982437", "Mettler", |
|
36551
|
|
|
|
|
|
|
"6139742", "Werribee", |
|
36552
|
|
|
|
|
|
|
"61348101", "Jimaringle", |
|
36553
|
|
|
|
|
|
|
"61269920", "Hay", |
|
36554
|
|
|
|
|
|
|
"61746770", "Talwood", |
|
36555
|
|
|
|
|
|
|
"61364749", "Waratah", |
|
36556
|
|
|
|
|
|
|
"617442868", "Prairie", |
|
36557
|
|
|
|
|
|
|
"61886734", "Coober\ Pedy", |
|
36558
|
|
|
|
|
|
|
"61342275", "Anglesea", |
|
36559
|
|
|
|
|
|
|
"61891388", "Newman", |
|
36560
|
|
|
|
|
|
|
"618851294", "Karatta", |
|
36561
|
|
|
|
|
|
|
"612683684", "Coonabarabran", |
|
36562
|
|
|
|
|
|
|
"61357644", "St\ James", |
|
36563
|
|
|
|
|
|
|
"61746115", "Robinson\ Gorge", |
|
36564
|
|
|
|
|
|
|
"61356486", "Korumburra", |
|
36565
|
|
|
|
|
|
|
"61730398", "Redcliffe", |
|
36566
|
|
|
|
|
|
|
"61358637", "Undera", |
|
36567
|
|
|
|
|
|
|
"61242108", "Wollongong", |
|
36568
|
|
|
|
|
|
|
"617480053", "Goovigen", |
|
36569
|
|
|
|
|
|
|
"618996866", "Eneabba\ South", |
|
36570
|
|
|
|
|
|
|
"61364152", "Rosebery", |
|
36571
|
|
|
|
|
|
|
"61367059", "George\ Town", |
|
36572
|
|
|
|
|
|
|
"61887400", "Bangham", |
|
36573
|
|
|
|
|
|
|
"61741646", "Maidenwell", |
|
36574
|
|
|
|
|
|
|
"61256175", "Bellingen", |
|
36575
|
|
|
|
|
|
|
"61356208", "Icy\ Creek", |
|
36576
|
|
|
|
|
|
|
"61264333", "Bobundara", |
|
36577
|
|
|
|
|
|
|
"617476552", "Kirk", |
|
36578
|
|
|
|
|
|
|
"61734505", "Dunwich", |
|
36579
|
|
|
|
|
|
|
"6135380", "Glenisla", |
|
36580
|
|
|
|
|
|
|
"6136145", "Hobart", |
|
36581
|
|
|
|
|
|
|
"618903671", "Bonnie\ Rock", |
|
36582
|
|
|
|
|
|
|
"61261155", "Anembo", |
|
36583
|
|
|
|
|
|
|
"61899722", "Gutha\ West", |
|
36584
|
|
|
|
|
|
|
"617458952", "Warwick", |
|
36585
|
|
|
|
|
|
|
"61890882", "Laverton", |
|
36586
|
|
|
|
|
|
|
"618683313", "Pingelly", |
|
36587
|
|
|
|
|
|
|
"61883075", "Salisbury", |
|
36588
|
|
|
|
|
|
|
"61364109", "Smithton", |
|
36589
|
|
|
|
|
|
|
"61890589", "Karloning", |
|
36590
|
|
|
|
|
|
|
"61886564", "Willowie", |
|
36591
|
|
|
|
|
|
|
"613451207", "Dartmoor", |
|
36592
|
|
|
|
|
|
|
"61350078", "Mallan", |
|
36593
|
|
|
|
|
|
|
"61344072", "Maldon", |
|
36594
|
|
|
|
|
|
|
"612593702", "Junee\ Reefs", |
|
36595
|
|
|
|
|
|
|
"61267099", "Oakey\ Creek", |
|
36596
|
|
|
|
|
|
|
"61264192", "Cobargo", |
|
36597
|
|
|
|
|
|
|
"617442544", "Cloncurry", |
|
36598
|
|
|
|
|
|
|
"61340056", "Pooncarie", |
|
36599
|
|
|
|
|
|
|
"617750300", "Ballandean", |
|
36600
|
|
|
|
|
|
|
"618866391", "Yabmana", |
|
36601
|
|
|
|
|
|
|
"61879116", "Yulara", |
|
36602
|
|
|
|
|
|
|
"618993908", "Yandanooka", |
|
36603
|
|
|
|
|
|
|
"61344017", "Gunbower", |
|
36604
|
|
|
|
|
|
|
"618982368", "Gnowellen", |
|
36605
|
|
|
|
|
|
|
"61265913", "Taree", |
|
36606
|
|
|
|
|
|
|
"61877025", "Tarpeena", |
|
36607
|
|
|
|
|
|
|
"61741725", "Kingaroy", |
|
36608
|
|
|
|
|
|
|
"61895050", "Mount\ Wells", |
|
36609
|
|
|
|
|
|
|
"617480710", "Garnant", |
|
36610
|
|
|
|
|
|
|
"61358967", "Picola", |
|
36611
|
|
|
|
|
|
|
"61350475", "Kyalite", |
|
36612
|
|
|
|
|
|
|
"612574803", "Mirriadool", |
|
36613
|
|
|
|
|
|
|
"61250186", "Walla\ Walla", |
|
36614
|
|
|
|
|
|
|
"61886808", "Minnipa", |
|
36615
|
|
|
|
|
|
|
"618867702", "Willowie", |
|
36616
|
|
|
|
|
|
|
"61359995", "Mornington", |
|
36617
|
|
|
|
|
|
|
"61268031", "Bourke", |
|
36618
|
|
|
|
|
|
|
"617458695", "Westgrove", |
|
36619
|
|
|
|
|
|
|
"61887358", "Rendelsham", |
|
36620
|
|
|
|
|
|
|
"61867038", "Capel", |
|
36621
|
|
|
|
|
|
|
"6126648", "Coffs\ Harbour", |
|
36622
|
|
|
|
|
|
|
"618753177", "Morgan", |
|
36623
|
|
|
|
|
|
|
"61362038", "Hermitage", |
|
36624
|
|
|
|
|
|
|
"617486870", "Spier", |
|
36625
|
|
|
|
|
|
|
"61896398", "Pantapin", |
|
36626
|
|
|
|
|
|
|
"61251120", "Canberra", |
|
36627
|
|
|
|
|
|
|
"61887987", "Marcollat", |
|
36628
|
|
|
|
|
|
|
"61246020", "Campbelltown", |
|
36629
|
|
|
|
|
|
|
"61887655", "Padthaway", |
|
36630
|
|
|
|
|
|
|
"612573420", "Pilliga", |
|
36631
|
|
|
|
|
|
|
"61356522", "Poowong", |
|
36632
|
|
|
|
|
|
|
"61263806", "Harden", |
|
36633
|
|
|
|
|
|
|
"618763891", "Miltalie", |
|
36634
|
|
|
|
|
|
|
"61341330", "Heyfield", |
|
36635
|
|
|
|
|
|
|
"61266476", "Maclean", |
|
36636
|
|
|
|
|
|
|
"61265036", "Coopernook", |
|
36637
|
|
|
|
|
|
|
"61363596", "Emita", |
|
36638
|
|
|
|
|
|
|
"61754643", "Rosewood", |
|
36639
|
|
|
|
|
|
|
"61886123", "Laura", |
|
36640
|
|
|
|
|
|
|
"61341541", "Gelantipy", |
|
36641
|
|
|
|
|
|
|
"61887278", "Kongorong", |
|
36642
|
|
|
|
|
|
|
"61263172", "Mudgee", |
|
36643
|
|
|
|
|
|
|
"61269043", "Ivanhoe", |
|
36644
|
|
|
|
|
|
|
"61356470", "Neerim\ South", |
|
36645
|
|
|
|
|
|
|
"61343092", "Bacchus\ Marsh", |
|
36646
|
|
|
|
|
|
|
"61268254", "Warrumbungle", |
|
36647
|
|
|
|
|
|
|
"61355030", "Casterton", |
|
36648
|
|
|
|
|
|
|
"613542563", "Gowar\ East", |
|
36649
|
|
|
|
|
|
|
"61261490", "Captains\ Flat", |
|
36650
|
|
|
|
|
|
|
"617458947", "Valley\ Downs", |
|
36651
|
|
|
|
|
|
|
"61747191", "Walker", |
|
36652
|
|
|
|
|
|
|
"61263117", "Killongbutta", |
|
36653
|
|
|
|
|
|
|
"61351667", "Golden\ Beach", |
|
36654
|
|
|
|
|
|
|
"61743294", "Wondai", |
|
36655
|
|
|
|
|
|
|
"612582455", "Bonnay", |
|
36656
|
|
|
|
|
|
|
"61899394", "Northern\ Gully", |
|
36657
|
|
|
|
|
|
|
"618903323", "Holleton", |
|
36658
|
|
|
|
|
|
|
"61240025", "Raymond\ Terrace", |
|
36659
|
|
|
|
|
|
|
"61746786", "Moonie", |
|
36660
|
|
|
|
|
|
|
"613470953", "Yea", |
|
36661
|
|
|
|
|
|
|
"61267888", "Kingstown", |
|
36662
|
|
|
|
|
|
|
"61342000", "Beech\ Forest", |
|
36663
|
|
|
|
|
|
|
"6128998", "Terrey\ Hills", |
|
36664
|
|
|
|
|
|
|
"61257754", "Yarrowitch", |
|
36665
|
|
|
|
|
|
|
"618967826", "Quairading", |
|
36666
|
|
|
|
|
|
|
"61889568", "Tanami", |
|
36667
|
|
|
|
|
|
|
"61748139", "Proserpine", |
|
36668
|
|
|
|
|
|
|
"61361308", "Colebrook", |
|
36669
|
|
|
|
|
|
|
"61744427", "Camooweal", |
|
36670
|
|
|
|
|
|
|
"61741263", "Childers", |
|
36671
|
|
|
|
|
|
|
"61888821", "Balaklava", |
|
36672
|
|
|
|
|
|
|
"61240428", "Bulahdelah", |
|
36673
|
|
|
|
|
|
|
"618682167", "Mettler", |
|
36674
|
|
|
|
|
|
|
"613470937", "Pyalong", |
|
36675
|
|
|
|
|
|
|
"612685896", "Bogan\ Gate", |
|
36676
|
|
|
|
|
|
|
"6135483", "Echuca", |
|
36677
|
|
|
|
|
|
|
"61268187", "Gollan", |
|
36678
|
|
|
|
|
|
|
"6136458", "Stanley", |
|
36679
|
|
|
|
|
|
|
"61264659", "Bendoc", |
|
36680
|
|
|
|
|
|
|
"612574619", "Nundle", |
|
36681
|
|
|
|
|
|
|
"618680079", "Bedford\ Harbour", |
|
36682
|
|
|
|
|
|
|
"61381186", "Kalkallo", |
|
36683
|
|
|
|
|
|
|
"61742507", "Innot\ Hot\ Springs", |
|
36684
|
|
|
|
|
|
|
"6188931", "Darwin", |
|
36685
|
|
|
|
|
|
|
"61359545", "Warburton", |
|
36686
|
|
|
|
|
|
|
"61361605", "Orford", |
|
36687
|
|
|
|
|
|
|
"618762628", "Streaky\ Bay", |
|
36688
|
|
|
|
|
|
|
"61269119", "Carabost", |
|
36689
|
|
|
|
|
|
|
"612530147", "Limekilns", |
|
36690
|
|
|
|
|
|
|
"618763755", "Woomera", |
|
36691
|
|
|
|
|
|
|
"61351937", "Dinner\ Plain", |
|
36692
|
|
|
|
|
|
|
"61745315", "Cecil\ Plains", |
|
36693
|
|
|
|
|
|
|
"61749890", "Nogoa", |
|
36694
|
|
|
|
|
|
|
"61264602", "Merimbula", |
|
36695
|
|
|
|
|
|
|
"612574447", "Nowendoc", |
|
36696
|
|
|
|
|
|
|
"61351425", "Golden\ Beach", |
|
36697
|
|
|
|
|
|
|
"618967838", "South\ Quairading", |
|
36698
|
|
|
|
|
|
|
"61363139", "Blessington", |
|
36699
|
|
|
|
|
|
|
"61266480", "Thora", |
|
36700
|
|
|
|
|
|
|
"61740775", "Georgetown", |
|
36701
|
|
|
|
|
|
|
"61255375", "Murrurundi", |
|
36702
|
|
|
|
|
|
|
"61261061", "Gearys\ Gap", |
|
36703
|
|
|
|
|
|
|
"61364699", "Yolla", |
|
36704
|
|
|
|
|
|
|
"61898657", "Pingelly\ East", |
|
36705
|
|
|
|
|
|
|
"61898985", "Mount\ Barker", |
|
36706
|
|
|
|
|
|
|
"61740110", "Mount\ Garnet", |
|
36707
|
|
|
|
|
|
|
"61745618", "Isisford", |
|
36708
|
|
|
|
|
|
|
"61248651", "Goulburn", |
|
36709
|
|
|
|
|
|
|
"61268268", "Dubbo", |
|
36710
|
|
|
|
|
|
|
"618763710", "Leigh\ Creek\ South", |
|
36711
|
|
|
|
|
|
|
"618762636", "Wanilla", |
|
36712
|
|
|
|
|
|
|
"61260899", "Yackandandah", |
|
36713
|
|
|
|
|
|
|
"61897948", "Marybrook", |
|
36714
|
|
|
|
|
|
|
"612574763", "Bundarra", |
|
36715
|
|
|
|
|
|
|
"61741796", "Murgon", |
|
36716
|
|
|
|
|
|
|
"61899001", "Ajana", |
|
36717
|
|
|
|
|
|
|
"61877096", "Kalangadoo", |
|
36718
|
|
|
|
|
|
|
"61250170", "Eskdale", |
|
36719
|
|
|
|
|
|
|
"618683499", "Gairdner", |
|
36720
|
|
|
|
|
|
|
"61255678", "Howes\ Valley", |
|
36721
|
|
|
|
|
|
|
"617442530", "Clarke", |
|
36722
|
|
|
|
|
|
|
"6138866", "Melbourne", |
|
36723
|
|
|
|
|
|
|
"617452609", "Yetman", |
|
36724
|
|
|
|
|
|
|
"613442085", "Romsey", |
|
36725
|
|
|
|
|
|
|
"61897082", "Nannup", |
|
36726
|
|
|
|
|
|
|
"6135268", "Geelong", |
|
36727
|
|
|
|
|
|
|
"61342355", "Meredith", |
|
36728
|
|
|
|
|
|
|
"61744368", "Croydon", |
|
36729
|
|
|
|
|
|
|
"6188423", "Adelaide", |
|
36730
|
|
|
|
|
|
|
"61351028", "Bruthen", |
|
36731
|
|
|
|
|
|
|
"612432", "Gosford", |
|
36732
|
|
|
|
|
|
|
"618683260", "Dudinin", |
|
36733
|
|
|
|
|
|
|
"61256338", "Mallanganee", |
|
36734
|
|
|
|
|
|
|
"617750199", "Tambo", |
|
36735
|
|
|
|
|
|
|
"61875039", "Karoonda", |
|
36736
|
|
|
|
|
|
|
"61896105", "Gabbin\ North", |
|
36737
|
|
|
|
|
|
|
"61358112", "Moulamein", |
|
36738
|
|
|
|
|
|
|
"618753385", "Berri", |
|
36739
|
|
|
|
|
|
|
"61753057", "Wolvi", |
|
36740
|
|
|
|
|
|
|
"613553606", "Terang", |
|
36741
|
|
|
|
|
|
|
"618989367", "Dongolocking", |
|
36742
|
|
|
|
|
|
|
"61873809", "Salisbury", |
|
36743
|
|
|
|
|
|
|
"61355226", "Heywood", |
|
36744
|
|
|
|
|
|
|
"612532452", "Merriganowry", |
|
36745
|
|
|
|
|
|
|
"61353550", "Ararat", |
|
36746
|
|
|
|
|
|
|
"61256635", "Nimbin", |
|
36747
|
|
|
|
|
|
|
"61898024", "Boddington", |
|
36748
|
|
|
|
|
|
|
"61753342", "Woolooga", |
|
36749
|
|
|
|
|
|
|
"617476547", "Ingham", |
|
36750
|
|
|
|
|
|
|
"61879785", "Darwin", |
|
36751
|
|
|
|
|
|
|
"618858518", "Halidon", |
|
36752
|
|
|
|
|
|
|
"61358177", "Jimaringle", |
|
36753
|
|
|
|
|
|
|
"61240367", "Wards\ River", |
|
36754
|
|
|
|
|
|
|
"61740303", "Mareeba", |
|
36755
|
|
|
|
|
|
|
"61255703", "Taylors\ Arm", |
|
36756
|
|
|
|
|
|
|
"61899196", "Latham", |
|
36757
|
|
|
|
|
|
|
"618983793", "Mount\ Madden", |
|
36758
|
|
|
|
|
|
|
"61877101", "Laffer", |
|
36759
|
|
|
|
|
|
|
"61353557", "Maroona", |
|
36760
|
|
|
|
|
|
|
"618661036", "Burakin", |
|
36761
|
|
|
|
|
|
|
"618964497", "Lancelin", |
|
36762
|
|
|
|
|
|
|
"61264726", "Cathcart", |
|
36763
|
|
|
|
|
|
|
"61742189", "Ravenshoe", |
|
36764
|
|
|
|
|
|
|
"61240360", "Eccleston", |
|
36765
|
|
|
|
|
|
|
"61358170", "Brassi", |
|
36766
|
|
|
|
|
|
|
"61362043", "Kempton", |
|
36767
|
|
|
|
|
|
|
"61240404", "Nelson\ Bay", |
|
36768
|
|
|
|
|
|
|
"61268802", "Ballimore", |
|
36769
|
|
|
|
|
|
|
"61266371", "Woodenbong", |
|
36770
|
|
|
|
|
|
|
"61265474", "Denman", |
|
36771
|
|
|
|
|
|
|
"6138486", "Melbourne", |
|
36772
|
|
|
|
|
|
|
"61867043", "Dinninup", |
|
36773
|
|
|
|
|
|
|
"61890816", "Shackleton", |
|
36774
|
|
|
|
|
|
|
"61361324", "South\ Bruny", |
|
36775
|
|
|
|
|
|
|
"61894857", "Perth", |
|
36776
|
|
|
|
|
|
|
"618763423", "Yabmana", |
|
36777
|
|
|
|
|
|
|
"6128364", "Sydney", |
|
36778
|
|
|
|
|
|
|
"613450558", "Chetwynd", |
|
36779
|
|
|
|
|
|
|
"61753050", "Ballugan", |
|
36780
|
|
|
|
|
|
|
"613553676", "Apsley", |
|
36781
|
|
|
|
|
|
|
"6136292", "Hobart", |
|
36782
|
|
|
|
|
|
|
"613431919", "Minyip", |
|
36783
|
|
|
|
|
|
|
"61876318", "Tarcoola", |
|
36784
|
|
|
|
|
|
|
"61260294", "Walla\ Walla", |
|
36785
|
|
|
|
|
|
|
"61749063", "Glenden", |
|
36786
|
|
|
|
|
|
|
"617442887", "Cape\ River", |
|
36787
|
|
|
|
|
|
|
"61746439", "Greenmount", |
|
36788
|
|
|
|
|
|
|
"61898650", "Lake\ Grace", |
|
36789
|
|
|
|
|
|
|
"612583851", "Yeoval", |
|
36790
|
|
|
|
|
|
|
"61740117", "Mutchilba", |
|
36791
|
|
|
|
|
|
|
"61745079", "Winton", |
|
36792
|
|
|
|
|
|
|
"61250221", "Corowa", |
|
36793
|
|
|
|
|
|
|
"617452679", "Barcaldine", |
|
36794
|
|
|
|
|
|
|
"61359502", "Rosebud", |
|
36795
|
|
|
|
|
|
|
"61744156", "Gulf", |
|
36796
|
|
|
|
|
|
|
"613572913", "Broadford", |
|
36797
|
|
|
|
|
|
|
"6128731", "Liverpool", |
|
36798
|
|
|
|
|
|
|
"61250177", "Nariel", |
|
36799
|
|
|
|
|
|
|
"61255019", "Muswellbrook", |
|
36800
|
|
|
|
|
|
|
"61888561", "Burra", |
|
36801
|
|
|
|
|
|
|
"61749897", "Duaringa", |
|
36802
|
|
|
|
|
|
|
"618683559", "Tambellup", |
|
36803
|
|
|
|
|
|
|
"61740172", "Mareeba", |
|
36804
|
|
|
|
|
|
|
"61754178", "Pomona", |
|
36805
|
|
|
|
|
|
|
"61353785", "Stoneleigh", |
|
36806
|
|
|
|
|
|
|
"61383750", "Point\ Cook", |
|
36807
|
|
|
|
|
|
|
"61885952", "Berri", |
|
36808
|
|
|
|
|
|
|
"613531943", "Gerang\ Gerung", |
|
36809
|
|
|
|
|
|
|
"61367215", "St\ Marys", |
|
36810
|
|
|
|
|
|
|
"61351930", "Bairnsdale", |
|
36811
|
|
|
|
|
|
|
"618854526", "Lowbank", |
|
36812
|
|
|
|
|
|
|
"613546343", "Talbot", |
|
36813
|
|
|
|
|
|
|
"613572350", "Falls\ Creek", |
|
36814
|
|
|
|
|
|
|
"61342349", "Geelong", |
|
36815
|
|
|
|
|
|
|
"613432107", "Skipton", |
|
36816
|
|
|
|
|
|
|
"612574936", "Gundabloui", |
|
36817
|
|
|
|
|
|
|
"61250112", "Culcairn", |
|
36818
|
|
|
|
|
|
|
"61244118", "Batemans\ Bay", |
|
36819
|
|
|
|
|
|
|
"61748865", "Emerald", |
|
36820
|
|
|
|
|
|
|
"61887976", "Makin", |
|
36821
|
|
|
|
|
|
|
"618660713", "Pantapin", |
|
36822
|
|
|
|
|
|
|
"61268180", "Bogan\ Gate", |
|
36823
|
|
|
|
|
|
|
"61885736", "Yumali", |
|
36824
|
|
|
|
|
|
|
"61752099", "Jimna", |
|
36825
|
|
|
|
|
|
|
"618864653", "Coober\ Pedy", |
|
36826
|
|
|
|
|
|
|
"61264348", "Dalgety", |
|
36827
|
|
|
|
|
|
|
"617451889", "Diamondy", |
|
36828
|
|
|
|
|
|
|
"61348025", "Lalalty", |
|
36829
|
|
|
|
|
|
|
"61742500", "Etheridge", |
|
36830
|
|
|
|
|
|
|
"6135472", "Castlemaine", |
|
36831
|
|
|
|
|
|
|
"618680009", "Albany", |
|
36832
|
|
|
|
|
|
|
"61885909", "Mallala", |
|
36833
|
|
|
|
|
|
|
"61898008", "Arthur\ River", |
|
36834
|
|
|
|
|
|
|
"618982387", "Kronkup", |
|
36835
|
|
|
|
|
|
|
"61749616", "Tungamull", |
|
36836
|
|
|
|
|
|
|
"61867119", "Wilga", |
|
36837
|
|
|
|
|
|
|
"61863366", "Perth", |
|
36838
|
|
|
|
|
|
|
"61264645", "Cathcart", |
|
36839
|
|
|
|
|
|
|
"612574928", "Emmaville", |
|
36840
|
|
|
|
|
|
|
"61342007", "Aireys\ Inlet", |
|
36841
|
|
|
|
|
|
|
"61891201", "Pannawonica", |
|
36842
|
|
|
|
|
|
|
"61888731", "Clare", |
|
36843
|
|
|
|
|
|
|
"618904220", "Nungarin", |
|
36844
|
|
|
|
|
|
|
"61359559", "Pakenham", |
|
36845
|
|
|
|
|
|
|
"61355484", "Portland", |
|
36846
|
|
|
|
|
|
|
"61744420", "Cloncurry", |
|
36847
|
|
|
|
|
|
|
"61363865", "St\ Helens", |
|
36848
|
|
|
|
|
|
|
"61356381", "Buffalo", |
|
36849
|
|
|
|
|
|
|
"6128651", "Sydney", |
|
36850
|
|
|
|
|
|
|
"618854538", "Mantung", |
|
36851
|
|
|
|
|
|
|
"61351004", "Swifts\ Creek", |
|
36852
|
|
|
|
|
|
|
"618989056", "Walyurin", |
|
36853
|
|
|
|
|
|
|
"613442245", "Tennyson", |
|
36854
|
|
|
|
|
|
|
"618850792", "Renmark", |
|
36855
|
|
|
|
|
|
|
"618967794", "Dangin", |
|
36856
|
|
|
|
|
|
|
"61263110", "Orange", |
|
36857
|
|
|
|
|
|
|
"61898405", "Albany", |
|
36858
|
|
|
|
|
|
|
"61351660", "Morwell", |
|
36859
|
|
|
|
|
|
|
"61356412", "Foster", |
|
36860
|
|
|
|
|
|
|
"61878179", "Hallett", |
|
36861
|
|
|
|
|
|
|
"61268966", "Lake\ Cargelligo", |
|
36862
|
|
|
|
|
|
|
"618864637", "Wandearah\ East", |
|
36863
|
|
|
|
|
|
|
"61741041", "Eidsvold", |
|
36864
|
|
|
|
|
|
|
"61255143", "Lord\ Howe\ Island", |
|
36865
|
|
|
|
|
|
|
"6173293", "Redcliffe", |
|
36866
|
|
|
|
|
|
|
"6189195", "Broome", |
|
36867
|
|
|
|
|
|
|
"61743592", "Manumbar", |
|
36868
|
|
|
|
|
|
|
"618661028", "Beacon\ North", |
|
36869
|
|
|
|
|
|
|
"61359228", "Red\ Hill", |
|
36870
|
|
|
|
|
|
|
"613451090", "Wombelano", |
|
36871
|
|
|
|
|
|
|
"618858541", "Malinong", |
|
36872
|
|
|
|
|
|
|
"618869040", "Leigh\ Creek\ South", |
|
36873
|
|
|
|
|
|
|
"612532873", "Young", |
|
36874
|
|
|
|
|
|
|
"61355037", "Chetwynd", |
|
36875
|
|
|
|
|
|
|
"61887799", "Keilira", |
|
36876
|
|
|
|
|
|
|
"61748248", "Wowan", |
|
36877
|
|
|
|
|
|
|
"61356477", "Wonthaggi", |
|
36878
|
|
|
|
|
|
|
"61753608", "Wolvi", |
|
36879
|
|
|
|
|
|
|
"61738278", "Beenleigh", |
|
36880
|
|
|
|
|
|
|
"61265961", "Idaville", |
|
36881
|
|
|
|
|
|
|
"61896142", "Lancelin", |
|
36882
|
|
|
|
|
|
|
"61261497", "The\ Mullion", |
|
36883
|
|
|
|
|
|
|
"61268552", "Wirrinya", |
|
36884
|
|
|
|
|
|
|
"61740882", "Innisfail", |
|
36885
|
|
|
|
|
|
|
"61754888", "Gunalda", |
|
36886
|
|
|
|
|
|
|
"61876324", "Wanilla", |
|
36887
|
|
|
|
|
|
|
"612532702", "Millthorpe", |
|
36888
|
|
|
|
|
|
|
"613451345", "Strathdownie", |
|
36889
|
|
|
|
|
|
|
"61266972", "Copmanhurst", |
|
36890
|
|
|
|
|
|
|
"61354687", "Dunolly", |
|
36891
|
|
|
|
|
|
|
"617459944", "Brigalow", |
|
36892
|
|
|
|
|
|
|
"612574165", "Spring\ Plains", |
|
36893
|
|
|
|
|
|
|
"61351992", "Rosedale", |
|
36894
|
|
|
|
|
|
|
"61358159", "Katandra\ West", |
|
36895
|
|
|
|
|
|
|
"618856756", "Walker\ Flat", |
|
36896
|
|
|
|
|
|
|
"61880194", "White\ Cliffs", |
|
36897
|
|
|
|
|
|
|
"61263107", "Hill\ End", |
|
36898
|
|
|
|
|
|
|
"618763886", "Leigh\ Creek\ South", |
|
36899
|
|
|
|
|
|
|
"617750364", "Legume", |
|
36900
|
|
|
|
|
|
|
"61268383", "Colane", |
|
36901
|
|
|
|
|
|
|
"612896", "Sydney", |
|
36902
|
|
|
|
|
|
|
"61354071", "Bendigo", |
|
36903
|
|
|
|
|
|
|
"61753079", "Rosewood", |
|
36904
|
|
|
|
|
|
|
"61244124", "Moruya", |
|
36905
|
|
|
|
|
|
|
"618854590", "Freeling", |
|
36906
|
|
|
|
|
|
|
"61267643", "Limbri", |
|
36907
|
|
|
|
|
|
|
"61269580", "Narrandera", |
|
36908
|
|
|
|
|
|
|
"61877269", "Frances", |
|
36909
|
|
|
|
|
|
|
"6188930", "Darwin", |
|
36910
|
|
|
|
|
|
|
"61253165", "Manildra", |
|
36911
|
|
|
|
|
|
|
"61742517", "Minnamoolka", |
|
36912
|
|
|
|
|
|
|
"6135346", "Rokewood", |
|
36913
|
|
|
|
|
|
|
"61269152", "Bundure", |
|
36914
|
|
|
|
|
|
|
"618866386", "Wudinna", |
|
36915
|
|
|
|
|
|
|
"61885351", "Windsor", |
|
36916
|
|
|
|
|
|
|
"617442965", "Leichhardt\ Range", |
|
36917
|
|
|
|
|
|
|
"61898679", "Hopetoun", |
|
36918
|
|
|
|
|
|
|
"61740740", "Mount\ Surprise", |
|
36919
|
|
|
|
|
|
|
"61255340", "Ellenborough", |
|
36920
|
|
|
|
|
|
|
"61746695", "Teelba", |
|
36921
|
|
|
|
|
|
|
"61745050", "Roma", |
|
36922
|
|
|
|
|
|
|
"618983340", "Cairlocup", |
|
36923
|
|
|
|
|
|
|
"61887860", "Wirrega", |
|
36924
|
|
|
|
|
|
|
"613451038", "Casterton", |
|
36925
|
|
|
|
|
|
|
"618763405", "Spilsby", |
|
36926
|
|
|
|
|
|
|
"61734004", "Dayboro", |
|
36927
|
|
|
|
|
|
|
"61868036", "Amelup", |
|
36928
|
|
|
|
|
|
|
"61250145", "Howlong", |
|
36929
|
|
|
|
|
|
|
"61742572", "Atherton", |
|
36930
|
|
|
|
|
|
|
"61361318", "Dover", |
|
36931
|
|
|
|
|
|
|
"61269749", "Gala\ Vale", |
|
36932
|
|
|
|
|
|
|
"617476721", "Pentland", |
|
36933
|
|
|
|
|
|
|
"61358880", "Berrigan", |
|
36934
|
|
|
|
|
|
|
"612583934", "Purlewaugh", |
|
36935
|
|
|
|
|
|
|
"618763814", "Poochera", |
|
36936
|
|
|
|
|
|
|
"61342010", "Geelong", |
|
36937
|
|
|
|
|
|
|
"61897494", "Darkan", |
|
36938
|
|
|
|
|
|
|
"618753290", "Policemans\ Point", |
|
36939
|
|
|
|
|
|
|
"61875563", "Taplan", |
|
36940
|
|
|
|
|
|
|
"61897601", "Bunbury", |
|
36941
|
|
|
|
|
|
|
"61253234", "Monteagle", |
|
36942
|
|
|
|
|
|
|
"61879696", "Darwin", |
|
36943
|
|
|
|
|
|
|
"613451026", "Victoria\ Valley", |
|
36944
|
|
|
|
|
|
|
"61899682", "Geraldton", |
|
36945
|
|
|
|
|
|
|
"61356048", "Warragul", |
|
36946
|
|
|
|
|
|
|
"61899011", "Carnamah\ West", |
|
36947
|
|
|
|
|
|
|
"61358373", "Moulamein", |
|
36948
|
|
|
|
|
|
|
"61891169", "Onslow", |
|
36949
|
|
|
|
|
|
|
"618965642", "Cadoux", |
|
36950
|
|
|
|
|
|
|
"61895591", "Mandurah", |
|
36951
|
|
|
|
|
|
|
"61341148", "Mount\ Taylor", |
|
36952
|
|
|
|
|
|
|
"61745608", "Culgoa", |
|
36953
|
|
|
|
|
|
|
"61264677", "Numeralla", |
|
36954
|
|
|
|
|
|
|
"61898233", "Badgebup\ North", |
|
36955
|
|
|
|
|
|
|
"61740100", "Minnamoolka", |
|
36956
|
|
|
|
|
|
|
"61743530", "Bunker", |
|
36957
|
|
|
|
|
|
|
"61359570", "Healesville", |
|
36958
|
|
|
|
|
|
|
"61745305", "Paroo", |
|
36959
|
|
|
|
|
|
|
"61264612", "Bobundara", |
|
36960
|
|
|
|
|
|
|
"618867763", "Peterborough", |
|
36961
|
|
|
|
|
|
|
"618683666", "Unicup", |
|
36962
|
|
|
|
|
|
|
"61264081", "Tathra", |
|
36963
|
|
|
|
|
|
|
"61257131", "Uralla", |
|
36964
|
|
|
|
|
|
|
"61886065", "Frome", |
|
36965
|
|
|
|
|
|
|
"618903375", "Shackleton", |
|
36966
|
|
|
|
|
|
|
"61269109", "Tumbarumba", |
|
36967
|
|
|
|
|
|
|
"61898596", "Ongerup\ North", |
|
36968
|
|
|
|
|
|
|
"61741957", "Wondai", |
|
36969
|
|
|
|
|
|
|
"613991501", "Clayton", |
|
36970
|
|
|
|
|
|
|
"61741685", "Wondai", |
|
36971
|
|
|
|
|
|
|
"618866952", "Georgetown", |
|
36972
|
|
|
|
|
|
|
"61362587", "Richmond", |
|
36973
|
|
|
|
|
|
|
"61878150", "Moonta", |
|
36974
|
|
|
|
|
|
|
"61263466", "Mudgee", |
|
36975
|
|
|
|
|
|
|
"61263747", "Laheys\ Creek", |
|
36976
|
|
|
|
|
|
|
"61734391", "Kooringal", |
|
36977
|
|
|
|
|
|
|
"613545960", "Pyramid\ Hill", |
|
36978
|
|
|
|
|
|
|
"61265362", "Singleton", |
|
36979
|
|
|
|
|
|
|
"61889161", "Nhulunbuy", |
|
36980
|
|
|
|
|
|
|
"61356445", "Warragul", |
|
36981
|
|
|
|
|
|
|
"61357260", "Chiltern", |
|
36982
|
|
|
|
|
|
|
"61268870", "Geurie", |
|
36983
|
|
|
|
|
|
|
"6174242", "Cairns", |
|
36984
|
|
|
|
|
|
|
"61260446", "Culcairn", |
|
36985
|
|
|
|
|
|
|
"61741388", "Burnett", |
|
36986
|
|
|
|
|
|
|
"617480208", "Carbine\ Creek", |
|
36987
|
|
|
|
|
|
|
"61886468", "Iron\ Baron", |
|
36988
|
|
|
|
|
|
|
"618863982", "Tooligie\ Hill", |
|
36989
|
|
|
|
|
|
|
"61896115", "Goomalling", |
|
36990
|
|
|
|
|
|
|
"61358102", "Wakool", |
|
36991
|
|
|
|
|
|
|
"617458789", "Dalby", |
|
36992
|
|
|
|
|
|
|
"61756225", "Beechmont", |
|
36993
|
|
|
|
|
|
|
"61890929", "Yilgarn\ South", |
|
36994
|
|
|
|
|
|
|
"612593763", "Boree\ Creek", |
|
36995
|
|
|
|
|
|
|
"61258199", "Borah\ Tank", |
|
36996
|
|
|
|
|
|
|
"61260760", "Nariel", |
|
36997
|
|
|
|
|
|
|
"61752266", "Moore", |
|
36998
|
|
|
|
|
|
|
"6138343", "Point\ Cook", |
|
36999
|
|
|
|
|
|
|
"61357267", "Killawarra", |
|
37000
|
|
|
|
|
|
|
"61268877", "Geurie", |
|
37001
|
|
|
|
|
|
|
"61356459", "San\ Remo", |
|
37002
|
|
|
|
|
|
|
"6138188", "Whittlesea", |
|
37003
|
|
|
|
|
|
|
"61247064", "Lawson", |
|
37004
|
|
|
|
|
|
|
"61896712", "Wongan\ Hills", |
|
37005
|
|
|
|
|
|
|
"61358705", "Numurkah", |
|
37006
|
|
|
|
|
|
|
"61354136", "Pyramid\ Hill", |
|
37007
|
|
|
|
|
|
|
"61367086", "Exeter", |
|
37008
|
|
|
|
|
|
|
"612583689", "Coolabah", |
|
37009
|
|
|
|
|
|
|
"61877222", "Kingston\ Se", |
|
37010
|
|
|
|
|
|
|
"61341239", "Club\ Terrace", |
|
37011
|
|
|
|
|
|
|
"61737280", "Brisbane", |
|
37012
|
|
|
|
|
|
|
"61263740", "Gulgong", |
|
37013
|
|
|
|
|
|
|
"61878157", "South\ Hummocks", |
|
37014
|
|
|
|
|
|
|
"61362580", "Kempton", |
|
37015
|
|
|
|
|
|
|
"61861931", "Spearwood", |
|
37016
|
|
|
|
|
|
|
"61745773", "Dunmore", |
|
37017
|
|
|
|
|
|
|
"61348163", "Caldwell", |
|
37018
|
|
|
|
|
|
|
"61741950", "Proston", |
|
37019
|
|
|
|
|
|
|
"617485869", "Isaac\ River", |
|
37020
|
|
|
|
|
|
|
"61888287", "Alford", |
|
37021
|
|
|
|
|
|
|
"61876126", "Port\ Pirie", |
|
37022
|
|
|
|
|
|
|
"618661136", "Ejanding", |
|
37023
|
|
|
|
|
|
|
"612533051", "Portland", |
|
37024
|
|
|
|
|
|
|
"61877111", "Padthaway", |
|
37025
|
|
|
|
|
|
|
"61255713", "Comara", |
|
37026
|
|
|
|
|
|
|
"612685820", "Hermidale", |
|
37027
|
|
|
|
|
|
|
"612593936", "Talbingo", |
|
37028
|
|
|
|
|
|
|
"6139569", "Melbourne", |
|
37029
|
|
|
|
|
|
|
"618865821", "Coorabie", |
|
37030
|
|
|
|
|
|
|
"61359577", "Marysville", |
|
37031
|
|
|
|
|
|
|
"618600781", "Nullarbor", |
|
37032
|
|
|
|
|
|
|
"61743537", "Gaeta", |
|
37033
|
|
|
|
|
|
|
"61244108", "Narooma", |
|
37034
|
|
|
|
|
|
|
"61888154", "Spalding", |
|
37035
|
|
|
|
|
|
|
"61868171", "Lake\ Magenta", |
|
37036
|
|
|
|
|
|
|
"618903305", "Corrigin", |
|
37037
|
|
|
|
|
|
|
"61367205", "Lilydale", |
|
37038
|
|
|
|
|
|
|
"6139750", "Dandenong", |
|
37039
|
|
|
|
|
|
|
"61868227", "Borden", |
|
37040
|
|
|
|
|
|
|
"61267178", "Mirriadool", |
|
37041
|
|
|
|
|
|
|
"61350199", "Sea\ Lake", |
|
37042
|
|
|
|
|
|
|
"61262333", "Gundaroo", |
|
37043
|
|
|
|
|
|
|
"6129789", "Sydney", |
|
37044
|
|
|
|
|
|
|
"613553831", "Penshurst", |
|
37045
|
|
|
|
|
|
|
"61255009", "Bunnan", |
|
37046
|
|
|
|
|
|
|
"61867152", "Marybrook", |
|
37047
|
|
|
|
|
|
|
"61247600", "Penrith", |
|
37048
|
|
|
|
|
|
|
"61263882", "Kandos", |
|
37049
|
|
|
|
|
|
|
"61895784", "Gidgegannup", |
|
37050
|
|
|
|
|
|
|
"612532825", "Cumnock", |
|
37051
|
|
|
|
|
|
|
"613546076", "Trentham", |
|
37052
|
|
|
|
|
|
|
"61355092", "Heywood", |
|
37053
|
|
|
|
|
|
|
"61264670", "Dalgety", |
|
37054
|
|
|
|
|
|
|
"61263589", "Running\ Stream", |
|
37055
|
|
|
|
|
|
|
"61740107", "Mossman", |
|
37056
|
|
|
|
|
|
|
"618996943", "Mingenew", |
|
37057
|
|
|
|
|
|
|
"61876308", "Mudamuckla", |
|
37058
|
|
|
|
|
|
|
"61257076", "Nullamanna", |
|
37059
|
|
|
|
|
|
|
"61743446", "Wondai", |
|
37060
|
|
|
|
|
|
|
"61887093", "Reedy\ Creek", |
|
37061
|
|
|
|
|
|
|
"61245023", "Windsor", |
|
37062
|
|
|
|
|
|
|
"617459895", "Southwood", |
|
37063
|
|
|
|
|
|
|
"6128650", "Sydney", |
|
37064
|
|
|
|
|
|
|
"61747016", "Barkly", |
|
37065
|
|
|
|
|
|
|
"61342017", "Bannockburn", |
|
37066
|
|
|
|
|
|
|
"61891211", "Derby", |
|
37067
|
|
|
|
|
|
|
"61745342", "Dirranbandi", |
|
37068
|
|
|
|
|
|
|
"61742274", "Chillagoe", |
|
37069
|
|
|
|
|
|
|
"613542051", "Inglewood", |
|
37070
|
|
|
|
|
|
|
"61255052", "Comara", |
|
37071
|
|
|
|
|
|
|
"61867109", "Manjimup", |
|
37072
|
|
|
|
|
|
|
"61358887", "Logie\ Brae", |
|
37073
|
|
|
|
|
|
|
"61885919", "Sanderston", |
|
37074
|
|
|
|
|
|
|
"61898018", "Beaufort\ River", |
|
37075
|
|
|
|
|
|
|
"61887867", "Naracoorte", |
|
37076
|
|
|
|
|
|
|
"618680109", "Borden", |
|
37077
|
|
|
|
|
|
|
"61740747", "Torres", |
|
37078
|
|
|
|
|
|
|
"61255347", "Widden\ Valley", |
|
37079
|
|
|
|
|
|
|
"61343226", "Balliang", |
|
37080
|
|
|
|
|
|
|
"61745057", "Bell", |
|
37081
|
|
|
|
|
|
|
"61742510", "Kuranda", |
|
37082
|
|
|
|
|
|
|
"613451456", "Woodhouse", |
|
37083
|
|
|
|
|
|
|
"612583549", "Stuart\ Town", |
|
37084
|
|
|
|
|
|
|
"617480449", "Hodgson\ Range", |
|
37085
|
|
|
|
|
|
|
"61891122", "Cocos\ Island", |
|
37086
|
|
|
|
|
|
|
"61896053", "Calingiri", |
|
37087
|
|
|
|
|
|
|
"617486864", "Orion", |
|
37088
|
|
|
|
|
|
|
"61247058", "Katoomba", |
|
37089
|
|
|
|
|
|
|
"61250159", "Walwa", |
|
37090
|
|
|
|
|
|
|
"61891835", "Karratha", |
|
37091
|
|
|
|
|
|
|
"61269755", "Warralonga", |
|
37092
|
|
|
|
|
|
|
"618763475", "Lock", |
|
37093
|
|
|
|
|
|
|
"613431801", "Rainbow", |
|
37094
|
|
|
|
|
|
|
"6174865", "Mackay", |
|
37095
|
|
|
|
|
|
|
"612530287", "Cassilis", |
|
37096
|
|
|
|
|
|
|
"618850893", "Taldra", |
|
37097
|
|
|
|
|
|
|
"61358145", "Shepparton", |
|
37098
|
|
|
|
|
|
|
"61340089", "Patchewollock", |
|
37099
|
|
|
|
|
|
|
"61364038", "Waratah", |
|
37100
|
|
|
|
|
|
|
"61260530", "Corryong", |
|
37101
|
|
|
|
|
|
|
"61747933", "Bowen", |
|
37102
|
|
|
|
|
|
|
"61269587", "Morundah", |
|
37103
|
|
|
|
|
|
|
"61890962", "Munglinup", |
|
37104
|
|
|
|
|
|
|
"61889219", "Elliott", |
|
37105
|
|
|
|
|
|
|
"618660115", "Moora", |
|
37106
|
|
|
|
|
|
|
"61354949", "Korong\ Vale", |
|
37107
|
|
|
|
|
|
|
"61745624", "Maranoa", |
|
37108
|
|
|
|
|
|
|
"618661128", "Cunderdin\ North", |
|
37109
|
|
|
|
|
|
|
"61354680", "Gowar\ East", |
|
37110
|
|
|
|
|
|
|
"613451190", "Poolaijelo", |
|
37111
|
|
|
|
|
|
|
"61256499", "Lawrence", |
|
37112
|
|
|
|
|
|
|
"612593928", "Narraburra", |
|
37113
|
|
|
|
|
|
|
"61749832", "Clermont", |
|
37114
|
|
|
|
|
|
|
"61265329", "Byabarra", |
|
37115
|
|
|
|
|
|
|
"61753315", "Cooroy", |
|
37116
|
|
|
|
|
|
|
"61888168", "Marion\ Bay", |
|
37117
|
|
|
|
|
|
|
"61890556", "Gibson", |
|
37118
|
|
|
|
|
|
|
"61263100", "Hampton", |
|
37119
|
|
|
|
|
|
|
"61356402", "Leongatha", |
|
37120
|
|
|
|
|
|
|
"61353872", "Natimuk", |
|
37121
|
|
|
|
|
|
|
"618989156", "Nomans\ Lake", |
|
37122
|
|
|
|
|
|
|
"61749125", "Mount\ Morgan", |
|
37123
|
|
|
|
|
|
|
"61361479", "Kempton", |
|
37124
|
|
|
|
|
|
|
"612685566", "Forbes", |
|
37125
|
|
|
|
|
|
|
"61353106", "Bacchus\ Marsh", |
|
37126
|
|
|
|
|
|
|
"6134303", "Ballarat", |
|
37127
|
|
|
|
|
|
|
"6188752", "Bordertown", |
|
37128
|
|
|
|
|
|
|
"61363650", "Beaconsfield", |
|
37129
|
|
|
|
|
|
|
"61889049", "Elliott", |
|
37130
|
|
|
|
|
|
|
"61264686", "Wonboyn\ Lake", |
|
37131
|
|
|
|
|
|
|
"613553527", "Darlington", |
|
37132
|
|
|
|
|
|
|
"6124901", "Nelson\ Bay", |
|
37133
|
|
|
|
|
|
|
"6128986", "Sydney", |
|
37134
|
|
|
|
|
|
|
"612574122", "Emmaville", |
|
37135
|
|
|
|
|
|
|
"61350293", "Nangiloc", |
|
37136
|
|
|
|
|
|
|
"61266129", "Whiporie", |
|
37137
|
|
|
|
|
|
|
"61287300", "Liverpool", |
|
37138
|
|
|
|
|
|
|
"61741201", "Pialba", |
|
37139
|
|
|
|
|
|
|
"61268462", "Wellington", |
|
37140
|
|
|
|
|
|
|
"61897006", "Beedelup", |
|
37141
|
|
|
|
|
|
|
"61879091", "Batchelor", |
|
37142
|
|
|
|
|
|
|
"61899616", "Mullewa", |
|
37143
|
|
|
|
|
|
|
"61260341", "Yackandandah", |
|
37144
|
|
|
|
|
|
|
"618753007", "Eudunda", |
|
37145
|
|
|
|
|
|
|
"613441251", "Woodend", |
|
37146
|
|
|
|
|
|
|
"61350536", "Kyalite", |
|
37147
|
|
|
|
|
|
|
"612574772", "Craigleigh", |
|
37148
|
|
|
|
|
|
|
"618763617", "Carrieton", |
|
37149
|
|
|
|
|
|
|
"61748405", "Finch\ Hatton", |
|
37150
|
|
|
|
|
|
|
"61876195", "Coorabie", |
|
37151
|
|
|
|
|
|
|
"61742354", "Thursday\ Island", |
|
37152
|
|
|
|
|
|
|
"6135283", "Lara", |
|
37153
|
|
|
|
|
|
|
"618967711", "Wyalkatchem", |
|
37154
|
|
|
|
|
|
|
"61362576", "Little\ Swanport", |
|
37155
|
|
|
|
|
|
|
"61350609", "Mildura", |
|
37156
|
|
|
|
|
|
|
"617442922", "Ravenswood", |
|
37157
|
|
|
|
|
|
|
"61256147", "Tyalgum", |
|
37158
|
|
|
|
|
|
|
"613531641", "Dadswells\ Bridge", |
|
37159
|
|
|
|
|
|
|
"61351244", "Combienbar", |
|
37160
|
|
|
|
|
|
|
"6139510", "Melbourne", |
|
37161
|
|
|
|
|
|
|
"618862204", "Bayley\ Plains", |
|
37162
|
|
|
|
|
|
|
"618753518", "Taplan", |
|
37163
|
|
|
|
|
|
|
"61342247", "Queenscliff", |
|
37164
|
|
|
|
|
|
|
"61243138", "Wyong", |
|
37165
|
|
|
|
|
|
|
"61891041", "Leopold", |
|
37166
|
|
|
|
|
|
|
"61746759", "Longreach", |
|
37167
|
|
|
|
|
|
|
"61753591", "Woodbine", |
|
37168
|
|
|
|
|
|
|
"61740697", "Weipa", |
|
37169
|
|
|
|
|
|
|
"618752954", "Narrung", |
|
37170
|
|
|
|
|
|
|
"61344000", "Romsey", |
|
37171
|
|
|
|
|
|
|
"61341133", "Seaspray", |
|
37172
|
|
|
|
|
|
|
"61240508", "Maitland", |
|
37173
|
|
|
|
|
|
|
"61267968", "Bellata", |
|
37174
|
|
|
|
|
|
|
"61348269", "Shepparton", |
|
37175
|
|
|
|
|
|
|
"618860099", "Ceduna", |
|
37176
|
|
|
|
|
|
|
"61354892", "Womboota", |
|
37177
|
|
|
|
|
|
|
"612593873", "Ariah\ Park", |
|
37178
|
|
|
|
|
|
|
"61367070", "Lilydale", |
|
37179
|
|
|
|
|
|
|
"61885120", "Meningie\ East", |
|
37180
|
|
|
|
|
|
|
"61359469", "Pakenham", |
|
37181
|
|
|
|
|
|
|
"61238128", "Tarago", |
|
37182
|
|
|
|
|
|
|
"61356033", "San\ Remo", |
|
37183
|
|
|
|
|
|
|
"6126076", "Corryong", |
|
37184
|
|
|
|
|
|
|
"61355473", "South\ Purrumbete", |
|
37185
|
|
|
|
|
|
|
"61742427", "Torres", |
|
37186
|
|
|
|
|
|
|
"613451309", "Camperdown", |
|
37187
|
|
|
|
|
|
|
"61865802", "Armadale", |
|
37188
|
|
|
|
|
|
|
"61354676", "Inglewood", |
|
37189
|
|
|
|
|
|
|
"6139574", "Clayton", |
|
37190
|
|
|
|
|
|
|
"61341392", "Sale", |
|
37191
|
|
|
|
|
|
|
"61890303", "Burracoppin", |
|
37192
|
|
|
|
|
|
|
"61887472", "Robe", |
|
37193
|
|
|
|
|
|
|
"613532351", "Kaniva", |
|
37194
|
|
|
|
|
|
|
"61749196", "Yakapari", |
|
37195
|
|
|
|
|
|
|
"61880067", "Broken\ Hill", |
|
37196
|
|
|
|
|
|
|
"61871847", "Mount\ Barker", |
|
37197
|
|
|
|
|
|
|
"618683274", "Jerdacuttup", |
|
37198
|
|
|
|
|
|
|
"61875108", "Two\ Wells", |
|
37199
|
|
|
|
|
|
|
"61351505", "Loch\ Sport", |
|
37200
|
|
|
|
|
|
|
"61889113", "Tennant\ Creek", |
|
37201
|
|
|
|
|
|
|
"613542572", "Korong\ Vale", |
|
37202
|
|
|
|
|
|
|
"612583193", "Narromine", |
|
37203
|
|
|
|
|
|
|
"61879304", "Borroloola", |
|
37204
|
|
|
|
|
|
|
"61746702", "Haden", |
|
37205
|
|
|
|
|
|
|
"61887417", "Millicent", |
|
37206
|
|
|
|
|
|
|
"618964924", "Regans\ Ford", |
|
37207
|
|
|
|
|
|
|
"61394082", "Melbourne", |
|
37208
|
|
|
|
|
|
|
"61340623", "Tempy", |
|
37209
|
|
|
|
|
|
|
"618996932", "Guranu", |
|
37210
|
|
|
|
|
|
|
"612574825", "Spring\ Plains", |
|
37211
|
|
|
|
|
|
|
"6126691", "Coffs\ Harbour", |
|
37212
|
|
|
|
|
|
|
"61350652", "Waitchie", |
|
37213
|
|
|
|
|
|
|
"61880893", "Broken\ Hill", |
|
37214
|
|
|
|
|
|
|
"61258440", "Ginghet", |
|
37215
|
|
|
|
|
|
|
"612594015", "Tumut", |
|
37216
|
|
|
|
|
|
|
"61362699", "Orford", |
|
37217
|
|
|
|
|
|
|
"61896439", "Jennacubbine", |
|
37218
|
|
|
|
|
|
|
"61888978", "Marion\ Bay", |
|
37219
|
|
|
|
|
|
|
"61895079", "Waroona", |
|
37220
|
|
|
|
|
|
|
"61890117", "Leonora", |
|
37221
|
|
|
|
|
|
|
"61742665", "Mutchilba", |
|
37222
|
|
|
|
|
|
|
"61355588", "Caramut", |
|
37223
|
|
|
|
|
|
|
"61361567", "Huonville", |
|
37224
|
|
|
|
|
|
|
"61899063", "Lake\ Mason", |
|
37225
|
|
|
|
|
|
|
"61240111", "Bandon\ Grove", |
|
37226
|
|
|
|
|
|
|
"61353746", "Navarre", |
|
37227
|
|
|
|
|
|
|
"618967066", "Tammin", |
|
37228
|
|
|
|
|
|
|
"61343295", "Kaniva\/Laharum\/Lake\ Bolac\/Landsborough\/Learmonth\/Linton\/Lorquon\/Marnoo\/Maroona\/Minimay", |
|
37229
|
|
|
|
|
|
|
"617486704", "Mount\ Gardiner", |
|
37230
|
|
|
|
|
|
|
"6138723", "Kalkallo", |
|
37231
|
|
|
|
|
|
|
"61867203", "Manjimup", |
|
37232
|
|
|
|
|
|
|
"618763449", "Cowell", |
|
37233
|
|
|
|
|
|
|
"61363008", "Beaconsfield", |
|
37234
|
|
|
|
|
|
|
"61875326", "Victor\ Harbor", |
|
37235
|
|
|
|
|
|
|
"613431761", "Bangerang", |
|
37236
|
|
|
|
|
|
|
"61267335", "Glen\ Elgin", |
|
37237
|
|
|
|
|
|
|
"61742368", "Coen", |
|
37238
|
|
|
|
|
|
|
"61257080", "Boomi", |
|
37239
|
|
|
|
|
|
|
"61264130", "Jindabyne\ South", |
|
37240
|
|
|
|
|
|
|
"6188632", "Port\ Pirie", |
|
37241
|
|
|
|
|
|
|
"61890172", "Nungarin", |
|
37242
|
|
|
|
|
|
|
"61240222", "Clarence\ Town", |
|
37243
|
|
|
|
|
|
|
"61756998", "Southport", |
|
37244
|
|
|
|
|
|
|
"61898865", "Ongerup\ North", |
|
37245
|
|
|
|
|
|
|
"61350447", "Turriff", |
|
37246
|
|
|
|
|
|
|
"617480561", "Mackay", |
|
37247
|
|
|
|
|
|
|
"61268429", "Rocky\ Glen", |
|
37248
|
|
|
|
|
|
|
"618965657", "Goomalling", |
|
37249
|
|
|
|
|
|
|
"61878098", "Alford", |
|
37250
|
|
|
|
|
|
|
"61257087", "Gurley", |
|
37251
|
|
|
|
|
|
|
"61238104", "Rugby", |
|
37252
|
|
|
|
|
|
|
"61264137", "Candelo", |
|
37253
|
|
|
|
|
|
|
"617459930", "Auburn", |
|
37254
|
|
|
|
|
|
|
"61267266", "Tamworth", |
|
37255
|
|
|
|
|
|
|
"617480137", "Zamia\ Creek", |
|
37256
|
|
|
|
|
|
|
"61898946", "Boscabel", |
|
37257
|
|
|
|
|
|
|
"617452712", "Freestone", |
|
37258
|
|
|
|
|
|
|
"61350440", "Ultima", |
|
37259
|
|
|
|
|
|
|
"61240524", "Nelson\ Bay", |
|
37260
|
|
|
|
|
|
|
"6136492", "Sheffield", |
|
37261
|
|
|
|
|
|
|
"617473931", "Kalkadoon", |
|
37262
|
|
|
|
|
|
|
"61888503", "Warooka", |
|
37263
|
|
|
|
|
|
|
"61361560", "Colebrook", |
|
37264
|
|
|
|
|
|
|
"612694600", "Wallendbeen", |
|
37265
|
|
|
|
|
|
|
"61747948", "Cloncurry", |
|
37266
|
|
|
|
|
|
|
"61890110", "Laverton", |
|
37267
|
|
|
|
|
|
|
"6173077", "Brisbane", |
|
37268
|
|
|
|
|
|
|
"61747082", "Greenvale", |
|
37269
|
|
|
|
|
|
|
"61747611", "Ayr", |
|
37270
|
|
|
|
|
|
|
"61851287", "Wittenoom", |
|
37271
|
|
|
|
|
|
|
"61891796", "Whaleback", |
|
37272
|
|
|
|
|
|
|
"61749001", "Rockhampton", |
|
37273
|
|
|
|
|
|
|
"61364043", "Yambacoona", |
|
37274
|
|
|
|
|
|
|
"612583505", "Coonamble", |
|
37275
|
|
|
|
|
|
|
"6173531", "Brisbane", |
|
37276
|
|
|
|
|
|
|
"61895941", "Rockingham", |
|
37277
|
|
|
|
|
|
|
"6135381", "Horsham", |
|
37278
|
|
|
|
|
|
|
"61899241", "Northern\ Gully", |
|
37279
|
|
|
|
|
|
|
"61752178", "Kilcoy", |
|
37280
|
|
|
|
|
|
|
"61887410", "Western\ Flat", |
|
37281
|
|
|
|
|
|
|
"61344349", "Avoca", |
|
37282
|
|
|
|
|
|
|
"61348222", "Jimaringle", |
|
37283
|
|
|
|
|
|
|
"617480153", "Belyando", |
|
37284
|
|
|
|
|
|
|
"61851154", "Karratha", |
|
37285
|
|
|
|
|
|
|
"618866947", "Caltowie", |
|
37286
|
|
|
|
|
|
|
"61359044", "Red\ Hill", |
|
37287
|
|
|
|
|
|
|
"618967748", "Balkuling", |
|
37288
|
|
|
|
|
|
|
"61253051", "Gooloogong", |
|
37289
|
|
|
|
|
|
|
"61746105", "Muttaburra", |
|
37290
|
|
|
|
|
|
|
"61743341", "Proston", |
|
37291
|
|
|
|
|
|
|
"612493", "Maitland", |
|
37292
|
|
|
|
|
|
|
"61269576", "Burcher", |
|
37293
|
|
|
|
|
|
|
"6173466", "Ipswich", |
|
37294
|
|
|
|
|
|
|
"618965633", "Ejanding", |
|
37295
|
|
|
|
|
|
|
"61257434", "Quirindi", |
|
37296
|
|
|
|
|
|
|
"612532862", "Portland", |
|
37297
|
|
|
|
|
|
|
"612583940", "Tottenham", |
|
37298
|
|
|
|
|
|
|
"613451379", "Hawkesdale", |
|
37299
|
|
|
|
|
|
|
"61348111", "Nathalia", |
|
37300
|
|
|
|
|
|
|
"613450603", "Benayeo", |
|
37301
|
|
|
|
|
|
|
"613542502", "Buckrabanyule", |
|
37302
|
|
|
|
|
|
|
"61742156", "Torres", |
|
37303
|
|
|
|
|
|
|
"61877163", "Tilley\ Swamp", |
|
37304
|
|
|
|
|
|
|
"61871840", "Mclaren\ Vale", |
|
37305
|
|
|
|
|
|
|
"617459317", "Barcoo", |
|
37306
|
|
|
|
|
|
|
"618683204", "Porongurup", |
|
37307
|
|
|
|
|
|
|
"61880060", "Menindee", |
|
37308
|
|
|
|
|
|
|
"61268886", "Trangie", |
|
37309
|
|
|
|
|
|
|
"618997382", "Nabawa", |
|
37310
|
|
|
|
|
|
|
"61745198", "Yelarbon", |
|
37311
|
|
|
|
|
|
|
"61344007", "Echuca", |
|
37312
|
|
|
|
|
|
|
"617750212", "Wallumbilla", |
|
37313
|
|
|
|
|
|
|
"61746745", "North\ Star", |
|
37314
|
|
|
|
|
|
|
"61740690", "Thursday\ Island", |
|
37315
|
|
|
|
|
|
|
"61897191", "Manjimup", |
|
37316
|
|
|
|
|
|
|
"61742420", "Thursday\ Island", |
|
37317
|
|
|
|
|
|
|
"61879106", "Davenport", |
|
37318
|
|
|
|
|
|
|
"61258536", "Barrinford", |
|
37319
|
|
|
|
|
|
|
"61885127", "Morgan", |
|
37320
|
|
|
|
|
|
|
"612593803", "Melbergen", |
|
37321
|
|
|
|
|
|
|
"61367077", "Bridport", |
|
37322
|
|
|
|
|
|
|
"61392191", "Eltham", |
|
37323
|
|
|
|
|
|
|
"613545250", "Barham", |
|
37324
|
|
|
|
|
|
|
"61256140", "Leeville", |
|
37325
|
|
|
|
|
|
|
"61891979", "Paraburdoo", |
|
37326
|
|
|
|
|
|
|
"61886151", "Mintabie", |
|
37327
|
|
|
|
|
|
|
"6188828", "Kadina", |
|
37328
|
|
|
|
|
|
|
"61363024", "Deloraine", |
|
37329
|
|
|
|
|
|
|
"61736110", "Sandgate", |
|
37330
|
|
|
|
|
|
|
"61896786", "Wongan\ Hills", |
|
37331
|
|
|
|
|
|
|
"61255531", "Mount\ George", |
|
37332
|
|
|
|
|
|
|
"61353091", "Ballarat", |
|
37333
|
|
|
|
|
|
|
"61367012", "Deloraine", |
|
37334
|
|
|
|
|
|
|
"61364119", "Currie", |
|
37335
|
|
|
|
|
|
|
"61876281", "Herbert", |
|
37336
|
|
|
|
|
|
|
"61342240", "Geelong", |
|
37337
|
|
|
|
|
|
|
"61258293", "Parkes", |
|
37338
|
|
|
|
|
|
|
"612594420", "Mannus", |
|
37339
|
|
|
|
|
|
|
"618862274", "Cleve", |
|
37340
|
|
|
|
|
|
|
"61889055", "Jabiru", |
|
37341
|
|
|
|
|
|
|
"61359586", "Mornington", |
|
37342
|
|
|
|
|
|
|
"61240269", "Swansea", |
|
37343
|
|
|
|
|
|
|
"61263816", "Koorawatha", |
|
37344
|
|
|
|
|
|
|
"61898525", "Magitup", |
|
37345
|
|
|
|
|
|
|
"612530268", "Bribbaree", |
|
37346
|
|
|
|
|
|
|
"61891263", "Christmas\ Island", |
|
37347
|
|
|
|
|
|
|
"612574702", "Kelvin", |
|
37348
|
|
|
|
|
|
|
"61879328", "Petermann", |
|
37349
|
|
|
|
|
|
|
"61898139", "Kukerin", |
|
37350
|
|
|
|
|
|
|
"61363657", "Launceston", |
|
37351
|
|
|
|
|
|
|
"618903836", "Karloning", |
|
37352
|
|
|
|
|
|
|
"61886818", "Kyancutta", |
|
37353
|
|
|
|
|
|
|
"61361730", "Hobart", |
|
37354
|
|
|
|
|
|
|
"61875124", "Mannum", |
|
37355
|
|
|
|
|
|
|
"6188321", "Mclaren\ Vale", |
|
37356
|
|
|
|
|
|
|
"61851168", "Sandfire", |
|
37357
|
|
|
|
|
|
|
"61287307", "Liverpool", |
|
37358
|
|
|
|
|
|
|
"61269203", "The\ Rock", |
|
37359
|
|
|
|
|
|
|
"6173493", "Brisbane", |
|
37360
|
|
|
|
|
|
|
"61888853", "Paskeville", |
|
37361
|
|
|
|
|
|
|
"61267793", "Guyra", |
|
37362
|
|
|
|
|
|
|
"61264494", "Cabramurra", |
|
37363
|
|
|
|
|
|
|
"612574629", "Rocky\ Creek", |
|
37364
|
|
|
|
|
|
|
"618964478", "Gillingarra", |
|
37365
|
|
|
|
|
|
|
"618967668", "Dukin", |
|
37366
|
|
|
|
|
|
|
"61358508", "Berrigan", |
|
37367
|
|
|
|
|
|
|
"618762618", "Port\ Lincoln", |
|
37368
|
|
|
|
|
|
|
"617451799", "Cooyar", |
|
37369
|
|
|
|
|
|
|
"618660968", "Bidaminna", |
|
37370
|
|
|
|
|
|
|
"61364065", "Devonport", |
|
37371
|
|
|
|
|
|
|
"61248609", "Barrallier", |
|
37372
|
|
|
|
|
|
|
"61253249", "Grenfell", |
|
37373
|
|
|
|
|
|
|
"61888135", "Warooka", |
|
37374
|
|
|
|
|
|
|
"61740036", "Dimbulah", |
|
37375
|
|
|
|
|
|
|
"618752489", "Peake", |
|
37376
|
|
|
|
|
|
|
"61268403", "Gollan", |
|
37377
|
|
|
|
|
|
|
"61888822", "Pine\ Point", |
|
37378
|
|
|
|
|
|
|
"61899059", "Marchagee", |
|
37379
|
|
|
|
|
|
|
"618967816", "Pantapin", |
|
37380
|
|
|
|
|
|
|
"6128790", "Bankstown", |
|
37381
|
|
|
|
|
|
|
"61269808", "Springdale", |
|
37382
|
|
|
|
|
|
|
"618903313", "Corrigin\ West", |
|
37383
|
|
|
|
|
|
|
"61354007", "Beazleys\ Bridge", |
|
37384
|
|
|
|
|
|
|
"61746296", "Durham\ Downs", |
|
37385
|
|
|
|
|
|
|
"618764014", "Whyalla", |
|
37386
|
|
|
|
|
|
|
"618683671", "West\ River", |
|
37387
|
|
|
|
|
|
|
"61361216", "Oatlands", |
|
37388
|
|
|
|
|
|
|
"61267274", "Glencoe", |
|
37389
|
|
|
|
|
|
|
"618753044", "Robertstown", |
|
37390
|
|
|
|
|
|
|
"61878188", "Pine\ Point", |
|
37391
|
|
|
|
|
|
|
"61886213", "Port\ Lincoln", |
|
37392
|
|
|
|
|
|
|
"61257197", "Coolatai", |
|
37393
|
|
|
|
|
|
|
"61248536", "Goulburn", |
|
37394
|
|
|
|
|
|
|
"618858536", "Lameroo", |
|
37395
|
|
|
|
|
|
|
"61244204", "Nowra", |
|
37396
|
|
|
|
|
|
|
"61877145", "Lucindale\ South", |
|
37397
|
|
|
|
|
|
|
"61868589", "Newdegate", |
|
37398
|
|
|
|
|
|
|
"613441906", "Harcourt", |
|
37399
|
|
|
|
|
|
|
"618752517", "Yankalilla", |
|
37400
|
|
|
|
|
|
|
"61746533", "Texas", |
|
37401
|
|
|
|
|
|
|
"61744099", "Palm\ Island", |
|
37402
|
|
|
|
|
|
|
"61747192", "Flinders", |
|
37403
|
|
|
|
|
|
|
"61741350", "Tandora", |
|
37404
|
|
|
|
|
|
|
"61887884", "Colebatch", |
|
37405
|
|
|
|
|
|
|
"61341542", "Genoa", |
|
37406
|
|
|
|
|
|
|
"61263227", "Young", |
|
37407
|
|
|
|
|
|
|
"61263171", "Mudgee", |
|
37408
|
|
|
|
|
|
|
"618683087", "Narrakine", |
|
37409
|
|
|
|
|
|
|
"617452551", "Goombungee", |
|
37410
|
|
|
|
|
|
|
"61343091", "Bacchus\ Marsh", |
|
37411
|
|
|
|
|
|
|
"61259247", "Narrandera", |
|
37412
|
|
|
|
|
|
|
"613574681", "King\ Valley", |
|
37413
|
|
|
|
|
|
|
"61745485", "Bringalily", |
|
37414
|
|
|
|
|
|
|
"618763506", "Terowie", |
|
37415
|
|
|
|
|
|
|
"61355116", "Ozenkadnook", |
|
37416
|
|
|
|
|
|
|
"61747333", "Charters\ Towers", |
|
37417
|
|
|
|
|
|
|
"61741005", "Maryborough", |
|
37418
|
|
|
|
|
|
|
"61742178", "South\ Johnstone", |
|
37419
|
|
|
|
|
|
|
"618858528", "Karoonda", |
|
37420
|
|
|
|
|
|
|
"617459856", "Inglewood", |
|
37421
|
|
|
|
|
|
|
"61266310", "Copmanhurst", |
|
37422
|
|
|
|
|
|
|
"6124983", "Raymond\ Terrace", |
|
37423
|
|
|
|
|
|
|
"61753341", "Noosaville", |
|
37424
|
|
|
|
|
|
|
"61756105", "Southport", |
|
37425
|
|
|
|
|
|
|
"61248766", "Barrallier", |
|
37426
|
|
|
|
|
|
|
"61248447", "Bungonia", |
|
37427
|
|
|
|
|
|
|
"61348253", "Finley", |
|
37428
|
|
|
|
|
|
|
"61358111", "Mathoura", |
|
37429
|
|
|
|
|
|
|
"617473863", "Doomadgee", |
|
37430
|
|
|
|
|
|
|
"61746763", "North\ Star", |
|
37431
|
|
|
|
|
|
|
"6138575", "Melbourne", |
|
37432
|
|
|
|
|
|
|
"618600208", "Dundas", |
|
37433
|
|
|
|
|
|
|
"613451184", "Mount\ Richmond", |
|
37434
|
|
|
|
|
|
|
"6138004", "Sunbury", |
|
37435
|
|
|
|
|
|
|
"618661041", "Coomberdale", |
|
37436
|
|
|
|
|
|
|
"61391013", "Melbourne", |
|
37437
|
|
|
|
|
|
|
"61895446", "Rockingham", |
|
37438
|
|
|
|
|
|
|
"61752156", "Moore", |
|
37439
|
|
|
|
|
|
|
"61357157", "Yea", |
|
37440
|
|
|
|
|
|
|
"61899002", "Ajana", |
|
37441
|
|
|
|
|
|
|
"618866974", "Jamestown", |
|
37442
|
|
|
|
|
|
|
"61886920", "Yabmana", |
|
37443
|
|
|
|
|
|
|
"61247087", "Katoomba", |
|
37444
|
|
|
|
|
|
|
"612680809", "Barrier\/Cobar", |
|
37445
|
|
|
|
|
|
|
"6129913", "Terrey\ Hills", |
|
37446
|
|
|
|
|
|
|
"61745942", "Roma", |
|
37447
|
|
|
|
|
|
|
"61897081", "Nannup", |
|
37448
|
|
|
|
|
|
|
"612574941", "Halls\ Creek", |
|
37449
|
|
|
|
|
|
|
"61269734", "Booroorban", |
|
37450
|
|
|
|
|
|
|
"6173124", "Brisbane", |
|
37451
|
|
|
|
|
|
|
"618660103", "Goodlands", |
|
37452
|
|
|
|
|
|
|
"613532290", "Yaapeet", |
|
37453
|
|
|
|
|
|
|
"6135201", "Geelong", |
|
37454
|
|
|
|
|
|
|
"61745088", "Longreach", |
|
37455
|
|
|
|
|
|
|
"61363714", "Rossarden", |
|
37456
|
|
|
|
|
|
|
"61340440", "Nyah", |
|
37457
|
|
|
|
|
|
|
"618763720", "Mudamuckla", |
|
37458
|
|
|
|
|
|
|
"61248652", "Wombeyan\ Caves", |
|
37459
|
|
|
|
|
|
|
"61868100", "Williams", |
|
37460
|
|
|
|
|
|
|
"6175376", "Nambour", |
|
37461
|
|
|
|
|
|
|
"61741408", "Gayndah", |
|
37462
|
|
|
|
|
|
|
"61897677", "Manjimup", |
|
37463
|
|
|
|
|
|
|
"61387840", "Dandenong", |
|
37464
|
|
|
|
|
|
|
"617486191", "Dingo\ Beach", |
|
37465
|
|
|
|
|
|
|
"618983490", "Gnowangerup", |
|
37466
|
|
|
|
|
|
|
"61261062", "Gearys\ Gap", |
|
37467
|
|
|
|
|
|
|
"61740220", "Lockhart\ River", |
|
37468
|
|
|
|
|
|
|
"6186154", "Perth", |
|
37469
|
|
|
|
|
|
|
"612594162", "Warralonga", |
|
37470
|
|
|
|
|
|
|
"61891245", "Wyndham", |
|
37471
|
|
|
|
|
|
|
"61255947", "Taree", |
|
37472
|
|
|
|
|
|
|
"61264601", "Bendoc", |
|
37473
|
|
|
|
|
|
|
"6175505", "Tamborine\ Mountain", |
|
37474
|
|
|
|
|
|
|
"61754189", "Rosewood", |
|
37475
|
|
|
|
|
|
|
"618683247", "Bow\ Bridge", |
|
37476
|
|
|
|
|
|
|
"61250111", "Cudgewa", |
|
37477
|
|
|
|
|
|
|
"61263913", "Orange", |
|
37478
|
|
|
|
|
|
|
"61888869", "Arthurton", |
|
37479
|
|
|
|
|
|
|
"618660723", "Watheroo", |
|
37480
|
|
|
|
|
|
|
"61897670", "Dinninup", |
|
37481
|
|
|
|
|
|
|
"6124257", "Kiama", |
|
37482
|
|
|
|
|
|
|
"618762641", "Wilpena", |
|
37483
|
|
|
|
|
|
|
"61888562", "Hallett", |
|
37484
|
|
|
|
|
|
|
"61740171", "Mareeba", |
|
37485
|
|
|
|
|
|
|
"613531761", "Willaura", |
|
37486
|
|
|
|
|
|
|
"617480399", "Gemfields", |
|
37487
|
|
|
|
|
|
|
"618989340", "Arthur\ River", |
|
37488
|
|
|
|
|
|
|
"618856795", "Geranium", |
|
37489
|
|
|
|
|
|
|
"61877373", "Robe", |
|
37490
|
|
|
|
|
|
|
"61362564", "Orford", |
|
37491
|
|
|
|
|
|
|
"61740227", "Mossman", |
|
37492
|
|
|
|
|
|
|
"61876085", "Roxby\ Downs", |
|
37493
|
|
|
|
|
|
|
"618854516", "Blanchetown", |
|
37494
|
|
|
|
|
|
|
"61250222", "Corryong", |
|
37495
|
|
|
|
|
|
|
"613431207", "Yaapeet", |
|
37496
|
|
|
|
|
|
|
"61891259", "Telfer", |
|
37497
|
|
|
|
|
|
|
"61359501", "Rosebud", |
|
37498
|
|
|
|
|
|
|
"617476560", "Leichhardt\ Range", |
|
37499
|
|
|
|
|
|
|
"61265632", "Lord\ Howe\ Island", |
|
37500
|
|
|
|
|
|
|
"61255689", "Mount\ Olive", |
|
37501
|
|
|
|
|
|
|
"618660839", "Bolgart", |
|
37502
|
|
|
|
|
|
|
"618866904", "Indian\ Pacific", |
|
37503
|
|
|
|
|
|
|
"61886927", "Redhill", |
|
37504
|
|
|
|
|
|
|
"6135555", "Apsley", |
|
37505
|
|
|
|
|
|
|
"613572923", "Creightons\ Creek", |
|
37506
|
|
|
|
|
|
|
"61266103", "Tyringham", |
|
37507
|
|
|
|
|
|
|
"618753284", "Paruna", |
|
37508
|
|
|
|
|
|
|
"61868107", "Kukerin", |
|
37509
|
|
|
|
|
|
|
"61269824", "Nangus", |
|
37510
|
|
|
|
|
|
|
"61367125", "Mathinna", |
|
37511
|
|
|
|
|
|
|
"61340447", "Rufus\ River", |
|
37512
|
|
|
|
|
|
|
"61886435", "Port\ Augusta", |
|
37513
|
|
|
|
|
|
|
"61260784", "Corowa", |
|
37514
|
|
|
|
|
|
|
"61888956", "South\ Hummocks", |
|
37515
|
|
|
|
|
|
|
"61885075", "Kapunda", |
|
37516
|
|
|
|
|
|
|
"61240253", "Cessnock", |
|
37517
|
|
|
|
|
|
|
"6126742", "Gunnedah", |
|
37518
|
|
|
|
|
|
|
"618600278", "Bruce\ Rock", |
|
37519
|
|
|
|
|
|
|
"618763413", "Wandearah\ East", |
|
37520
|
|
|
|
|
|
|
"61265806", "Byabarra", |
|
37521
|
|
|
|
|
|
|
"61749544", "Walkerston", |
|
37522
|
|
|
|
|
|
|
"612530160", "Orange", |
|
37523
|
|
|
|
|
|
|
"61263036", "Canowindra", |
|
37524
|
|
|
|
|
|
|
"613431929", "Scarsdale", |
|
37525
|
|
|
|
|
|
|
"61266372", "Ballina", |
|
37526
|
|
|
|
|
|
|
"618753216", "Milang", |
|
37527
|
|
|
|
|
|
|
"61357150", "Yarck", |
|
37528
|
|
|
|
|
|
|
"61362808", "Strathgordon", |
|
37529
|
|
|
|
|
|
|
"618964991", "Cunderdin\ North", |
|
37530
|
|
|
|
|
|
|
"6128748", "Sydney", |
|
37531
|
|
|
|
|
|
|
"612574460", "Rowena", |
|
37532
|
|
|
|
|
|
|
"61876206", "Kyancutta", |
|
37533
|
|
|
|
|
|
|
"61341505", "Gormandale", |
|
37534
|
|
|
|
|
|
|
"6124088", "Newcastle", |
|
37535
|
|
|
|
|
|
|
"61350623", "Tempy", |
|
37536
|
|
|
|
|
|
|
"61259240", "Gundagai", |
|
37537
|
|
|
|
|
|
|
"61885478", "Yankalilla", |
|
37538
|
|
|
|
|
|
|
"61268801", "Curban", |
|
37539
|
|
|
|
|
|
|
"61886038", "Coulta", |
|
37540
|
|
|
|
|
|
|
"61754857", "Gunalda", |
|
37541
|
|
|
|
|
|
|
"61877102", "Lochaber", |
|
37542
|
|
|
|
|
|
|
"618863993", "Tumby\ Bay", |
|
37543
|
|
|
|
|
|
|
"61248440", "Breadalbane", |
|
37544
|
|
|
|
|
|
|
"618854584", "Auburn", |
|
37545
|
|
|
|
|
|
|
"61354658", "Llanelly", |
|
37546
|
|
|
|
|
|
|
"61878260", "Warooka", |
|
37547
|
|
|
|
|
|
|
"61266317", "Ettrick", |
|
37548
|
|
|
|
|
|
|
"61340609", "Nandaly", |
|
37549
|
|
|
|
|
|
|
"61341244", "Bruthen", |
|
37550
|
|
|
|
|
|
|
"61242044", "Helensburgh", |
|
37551
|
|
|
|
|
|
|
"61265962", "Merriwa", |
|
37552
|
|
|
|
|
|
|
"61896141", "Lancelin", |
|
37553
|
|
|
|
|
|
|
"61359118", "Rosebud", |
|
37554
|
|
|
|
|
|
|
"61268551", "Wirrinya", |
|
37555
|
|
|
|
|
|
|
"61877159", "Tantanoola", |
|
37556
|
|
|
|
|
|
|
"61240692", "Bandon\ Grove", |
|
37557
|
|
|
|
|
|
|
"61253138", "Leadville", |
|
37558
|
|
|
|
|
|
|
"613542307", "Raywood", |
|
37559
|
|
|
|
|
|
|
"613546061", "Romsey", |
|
37560
|
|
|
|
|
|
|
"61887289", "Conmurra", |
|
37561
|
|
|
|
|
|
|
"61263220", "Woodstock", |
|
37562
|
|
|
|
|
|
|
"61741357", "Maidenwell", |
|
37563
|
|
|
|
|
|
|
"618683601", "Fitzgerald", |
|
37564
|
|
|
|
|
|
|
"61741042", "Eidsvold", |
|
37565
|
|
|
|
|
|
|
"61358269", "Undera", |
|
37566
|
|
|
|
|
|
|
"61741424", "Howard", |
|
37567
|
|
|
|
|
|
|
"61267879", "Kingstown", |
|
37568
|
|
|
|
|
|
|
"61752935", "Caloundra", |
|
37569
|
|
|
|
|
|
|
"618682140", "Hopetoun", |
|
37570
|
|
|
|
|
|
|
"61350774", "Mildura", |
|
37571
|
|
|
|
|
|
|
"61351133", "Seaspray", |
|
37572
|
|
|
|
|
|
|
"617452491", "Brookstead", |
|
37573
|
|
|
|
|
|
|
"61354000", "Bendigo", |
|
37574
|
|
|
|
|
|
|
"618661018", "Yelbeni", |
|
37575
|
|
|
|
|
|
|
"61743591", "Maidenwell", |
|
37576
|
|
|
|
|
|
|
"61362558", "Tarraleah", |
|
37577
|
|
|
|
|
|
|
"61244809", "Bawley\ Point", |
|
37578
|
|
|
|
|
|
|
"6173330", "Brisbane", |
|
37579
|
|
|
|
|
|
|
"61357426", "Flowerdale", |
|
37580
|
|
|
|
|
|
|
"618762581", "Georgetown", |
|
37581
|
|
|
|
|
|
|
"61355314", "Dunkeld", |
|
37582
|
|
|
|
|
|
|
"61257190", "Tamworth", |
|
37583
|
|
|
|
|
|
|
"61356411", "Bunyip", |
|
37584
|
|
|
|
|
|
|
"61899448", "Geraldton", |
|
37585
|
|
|
|
|
|
|
"61356382", "Korumburra", |
|
37586
|
|
|
|
|
|
|
"6135303", "Ballarat", |
|
37587
|
|
|
|
|
|
|
"61343106", "Ballarat", |
|
37588
|
|
|
|
|
|
|
"61864011", "Rottnest", |
|
37589
|
|
|
|
|
|
|
"617458960", "Arcadia\ Valley", |
|
37590
|
|
|
|
|
|
|
"6173904", "Brisbane", |
|
37591
|
|
|
|
|
|
|
"61358973", "Kialla\ East", |
|
37592
|
|
|
|
|
|
|
"61898843", "Boddington", |
|
37593
|
|
|
|
|
|
|
"61340293", "Culgoa", |
|
37594
|
|
|
|
|
|
|
"61749086", "Rockhampton", |
|
37595
|
|
|
|
|
|
|
"612574918", "Craigleigh", |
|
37596
|
|
|
|
|
|
|
"61891202", "Paraburdoo", |
|
37597
|
|
|
|
|
|
|
"61888732", "Alford", |
|
37598
|
|
|
|
|
|
|
"618904210", "Mukinbudin", |
|
37599
|
|
|
|
|
|
|
"61354664", "Beazleys\ Bridge", |
|
37600
|
|
|
|
|
|
|
"61899045", "Exmouth", |
|
37601
|
|
|
|
|
|
|
"61742643", "Etheridge", |
|
37602
|
|
|
|
|
|
|
"61253255", "Molong", |
|
37603
|
|
|
|
|
|
|
"61867229", "Donnybrook", |
|
37604
|
|
|
|
|
|
|
"618904255", "Westonia", |
|
37605
|
|
|
|
|
|
|
"61340536", "Swan\ Hill", |
|
37606
|
|
|
|
|
|
|
"613549702", "Donald", |
|
37607
|
|
|
|
|
|
|
"612685786", "Walgett", |
|
37608
|
|
|
|
|
|
|
"61350089", "Rufus\ River", |
|
37609
|
|
|
|
|
|
|
"612532918", "Monteagle", |
|
37610
|
|
|
|
|
|
|
"61348145", "Cornalla", |
|
37611
|
|
|
|
|
|
|
"618989334", "Williams", |
|
37612
|
|
|
|
|
|
|
"618660987", "Gabbin", |
|
37613
|
|
|
|
|
|
|
"61387716", "Werribee", |
|
37614
|
|
|
|
|
|
|
"61890578", "Bodallin\ North", |
|
37615
|
|
|
|
|
|
|
"61888419", "Brinkworth", |
|
37616
|
|
|
|
|
|
|
"61886261", "Streaky\ Bay", |
|
37617
|
|
|
|
|
|
|
"618994049", "Meekatharra", |
|
37618
|
|
|
|
|
|
|
"61238208", "Robertson", |
|
37619
|
|
|
|
|
|
|
"61885200", "Two\ Wells", |
|
37620
|
|
|
|
|
|
|
"61264285", "Bega", |
|
37621
|
|
|
|
|
|
|
"618967687", "Gabbin\ North", |
|
37622
|
|
|
|
|
|
|
"618997393", "Warradarge", |
|
37623
|
|
|
|
|
|
|
"61740961", "Herberton", |
|
37624
|
|
|
|
|
|
|
"61851135", "Pannawonica", |
|
37625
|
|
|
|
|
|
|
"613431776", "Glenisla", |
|
37626
|
|
|
|
|
|
|
"61355182", "Apsley", |
|
37627
|
|
|
|
|
|
|
"612583513", "Fairholme", |
|
37628
|
|
|
|
|
|
|
"61742793", "Mount\ Garnet", |
|
37629
|
|
|
|
|
|
|
"618967071", "Wongan\ Hills", |
|
37630
|
|
|
|
|
|
|
"613432216", "Stawell", |
|
37631
|
|
|
|
|
|
|
"6189576", "Bindoon", |
|
37632
|
|
|
|
|
|
|
"61257455", "Frazers\ Creek", |
|
37633
|
|
|
|
|
|
|
"613574620", "Yea", |
|
37634
|
|
|
|
|
|
|
"61351673", "Loch\ Sport", |
|
37635
|
|
|
|
|
|
|
"618753351", "New\ Well", |
|
37636
|
|
|
|
|
|
|
"612574754", "Bellata", |
|
37637
|
|
|
|
|
|
|
"61851258", "Port\ Hedland", |
|
37638
|
|
|
|
|
|
|
"61741277", "Biggenden", |
|
37639
|
|
|
|
|
|
|
"612594073", "Warrawidgee", |
|
37640
|
|
|
|
|
|
|
"6139267", "Melbourne", |
|
37641
|
|
|
|
|
|
|
"61255023", "Glendonbrook", |
|
37642
|
|
|
|
|
|
|
"61898346", "Lumeah", |
|
37643
|
|
|
|
|
|
|
"61367196", "Deloraine", |
|
37644
|
|
|
|
|
|
|
"61741121", "Nanango", |
|
37645
|
|
|
|
|
|
|
"617313", "Brisbane", |
|
37646
|
|
|
|
|
|
|
"61753446", "Ballugan", |
|
37647
|
|
|
|
|
|
|
"61341014", "Mallacoota", |
|
37648
|
|
|
|
|
|
|
"61860008", "Laverton", |
|
37649
|
|
|
|
|
|
|
"61756021", "Beechmont", |
|
37650
|
|
|
|
|
|
|
"61251217", "Anembo", |
|
37651
|
|
|
|
|
|
|
"61356114", "Wonthaggi", |
|
37652
|
|
|
|
|
|
|
"61752274", "Upper\ Widgee", |
|
37653
|
|
|
|
|
|
|
"61240742", "Maitland", |
|
37654
|
|
|
|
|
|
|
"6124708", "Penrith", |
|
37655
|
|
|
|
|
|
|
"613442051", "Donald", |
|
37656
|
|
|
|
|
|
|
"61864890", "Perth", |
|
37657
|
|
|
|
|
|
|
"61264006", "Bega", |
|
37658
|
|
|
|
|
|
|
"61734718", "Russell\ Island", |
|
37659
|
|
|
|
|
|
|
"61295385", "Sutherland", |
|
37660
|
|
|
|
|
|
|
"61896022", "Beacon\ North", |
|
37661
|
|
|
|
|
|
|
"61889900", "Alice\ Springs", |
|
37662
|
|
|
|
|
|
|
"618752972", "Taldra", |
|
37663
|
|
|
|
|
|
|
"61891153", "Fitzroy\ Crossing", |
|
37664
|
|
|
|
|
|
|
"61353904", "Beulah", |
|
37665
|
|
|
|
|
|
|
"618763781", "Georgetown", |
|
37666
|
|
|
|
|
|
|
"61897686", "Donnybrook", |
|
37667
|
|
|
|
|
|
|
"618683068", "Kulin", |
|
37668
|
|
|
|
|
|
|
"617480100", "Pegunny", |
|
37669
|
|
|
|
|
|
|
"613531801", "Creswick", |
|
37670
|
|
|
|
|
|
|
"61352072", "Lara", |
|
37671
|
|
|
|
|
|
|
"61266209", "Mullumbimby", |
|
37672
|
|
|
|
|
|
|
"61748385", "Rockhampton", |
|
37673
|
|
|
|
|
|
|
"617459907", "Thargomindah", |
|
37674
|
|
|
|
|
|
|
"618763399", "Quorn", |
|
37675
|
|
|
|
|
|
|
"61747348", "Camooweal", |
|
37676
|
|
|
|
|
|
|
"61257058", "Gunnedah", |
|
37677
|
|
|
|
|
|
|
"61862196", "Fremantle", |
|
37678
|
|
|
|
|
|
|
"617441425", "Richmond", |
|
37679
|
|
|
|
|
|
|
"61753537", "Noosaville", |
|
37680
|
|
|
|
|
|
|
"61240102", "Mulbring", |
|
37681
|
|
|
|
|
|
|
"612532460", "Oberon", |
|
37682
|
|
|
|
|
|
|
"61875559", "Paruna", |
|
37683
|
|
|
|
|
|
|
"61354275", "Romsey", |
|
37684
|
|
|
|
|
|
|
"612593815", "Stockinbingal", |
|
37685
|
|
|
|
|
|
|
"618683252", "Chittinup", |
|
37686
|
|
|
|
|
|
|
"61357098", "Nagambie", |
|
37687
|
|
|
|
|
|
|
"61340199", "Werrimull", |
|
37688
|
|
|
|
|
|
|
"612570061", "Spring\ Plains\/Boggabri\/Spring\ Plains\/Spring\ Plains\/Spring\ Plains\/Spring\ Plains\/Bohena", |
|
37689
|
|
|
|
|
|
|
"618852876", "Goolwa", |
|
37690
|
|
|
|
|
|
|
"61265117", "Rawdon\ Vale", |
|
37691
|
|
|
|
|
|
|
"61260079", "Holbrook", |
|
37692
|
|
|
|
|
|
|
"61746548", "Morven", |
|
37693
|
|
|
|
|
|
|
"618851993", "Windsor", |
|
37694
|
|
|
|
|
|
|
"61897130", "Dinninup", |
|
37695
|
|
|
|
|
|
|
"61267156", "Bundarra", |
|
37696
|
|
|
|
|
|
|
"6173433", "Cleveland", |
|
37697
|
|
|
|
|
|
|
"61259010", "Darlington\ Point", |
|
37698
|
|
|
|
|
|
|
"61261683", "Cavan", |
|
37699
|
|
|
|
|
|
|
"61392130", "Croydon", |
|
37700
|
|
|
|
|
|
|
"61245009", "Colo\ Heights", |
|
37701
|
|
|
|
|
|
|
"61889034", "Batchelor", |
|
37702
|
|
|
|
|
|
|
"61355800", "Warrnambool", |
|
37703
|
|
|
|
|
|
|
"61749070", "Marlborough", |
|
37704
|
|
|
|
|
|
|
"61889371", "Pine\ Creek", |
|
37705
|
|
|
|
|
|
|
"61867123", "Boyup\ Brook", |
|
37706
|
|
|
|
|
|
|
"61265172", "Widden\ Valley", |
|
37707
|
|
|
|
|
|
|
"61890483", "Mukinbudin", |
|
37708
|
|
|
|
|
|
|
"61255590", "Widden\ Valley", |
|
37709
|
|
|
|
|
|
|
"61345092", "Woolsthorpe", |
|
37710
|
|
|
|
|
|
|
"61356861", "Toora", |
|
37711
|
|
|
|
|
|
|
"6128821", "Parramatta", |
|
37712
|
|
|
|
|
|
|
"61879037", "Noonamah", |
|
37713
|
|
|
|
|
|
|
"61357495", "Yarrawonga", |
|
37714
|
|
|
|
|
|
|
"612530004", "Leadville\/Baldry\/Bathurst\/Birriwa", |
|
37715
|
|
|
|
|
|
|
"61898728", "Narrakine", |
|
37716
|
|
|
|
|
|
|
"61265303", "Idaville", |
|
37717
|
|
|
|
|
|
|
"613441729", "Quambatook", |
|
37718
|
|
|
|
|
|
|
"613470799", "Tatong", |
|
37719
|
|
|
|
|
|
|
"61344136", "Gowar\ East", |
|
37720
|
|
|
|
|
|
|
"61887183", "Coonawarra", |
|
37721
|
|
|
|
|
|
|
"61257064", "Willow\ Tree", |
|
37722
|
|
|
|
|
|
|
"612582481", "Forbes", |
|
37723
|
|
|
|
|
|
|
"618996919", "Carnamah", |
|
37724
|
|
|
|
|
|
|
"6189553", "Rockingham", |
|
37725
|
|
|
|
|
|
|
"61358163", "Shepparton", |
|
37726
|
|
|
|
|
|
|
"61749994", "Rockhampton", |
|
37727
|
|
|
|
|
|
|
"618753198", "Tailem\ Bend", |
|
37728
|
|
|
|
|
|
|
"61851264", "Wittenoom", |
|
37729
|
|
|
|
|
|
|
"613553963", "Panmure", |
|
37730
|
|
|
|
|
|
|
"61361282", "Nubeena", |
|
37731
|
|
|
|
|
|
|
"618859958", "Perponda", |
|
37732
|
|
|
|
|
|
|
"61351724", "Traralgon", |
|
37733
|
|
|
|
|
|
|
"612594125", "Lachlan", |
|
37734
|
|
|
|
|
|
|
"61875228", "Strathalbyn", |
|
37735
|
|
|
|
|
|
|
"61383628", "Sydenham", |
|
37736
|
|
|
|
|
|
|
"618903260", "Ardath", |
|
37737
|
|
|
|
|
|
|
"61351834", "Rosedale", |
|
37738
|
|
|
|
|
|
|
"612583182", "Lightning\ Ridge", |
|
37739
|
|
|
|
|
|
|
"61880925", "The\ Darling", |
|
37740
|
|
|
|
|
|
|
"6126751", "Moree", |
|
37741
|
|
|
|
|
|
|
"61364151", "Queenstown", |
|
37742
|
|
|
|
|
|
|
"61353928", "Broughton", |
|
37743
|
|
|
|
|
|
|
"61886119", "Wilpena", |
|
37744
|
|
|
|
|
|
|
"612532941", "Boorowa", |
|
37745
|
|
|
|
|
|
|
"61361584", "Tarraleah", |
|
37746
|
|
|
|
|
|
|
"61742638", "Atherton", |
|
37747
|
|
|
|
|
|
|
"61348102", "Katamatite", |
|
37748
|
|
|
|
|
|
|
"61898838", "Boddington", |
|
37749
|
|
|
|
|
|
|
"61879030", "Darwin", |
|
37750
|
|
|
|
|
|
|
"613553736", "Bessiebelle", |
|
37751
|
|
|
|
|
|
|
"61248199", "Woodhouselee", |
|
37752
|
|
|
|
|
|
|
"618600886", "Eyre", |
|
37753
|
|
|
|
|
|
|
"61742335", "Euramo", |
|
37754
|
|
|
|
|
|
|
"618865945", "Penong", |
|
37755
|
|
|
|
|
|
|
"61891015", "Dampier", |
|
37756
|
|
|
|
|
|
|
"61250163", "Barnawartha", |
|
37757
|
|
|
|
|
|
|
"61880084", "Wilcannia", |
|
37758
|
|
|
|
|
|
|
"61896069", "Gillingarra", |
|
37759
|
|
|
|
|
|
|
"61392137", "Croydon", |
|
37760
|
|
|
|
|
|
|
"61265775", "Glendonbrook", |
|
37761
|
|
|
|
|
|
|
"61259017", "Rankins\ Springs", |
|
37762
|
|
|
|
|
|
|
"617452739", "Blackall", |
|
37763
|
|
|
|
|
|
|
"61358414", "Tocumwal", |
|
37764
|
|
|
|
|
|
|
"61263961", "Windeyer", |
|
37765
|
|
|
|
|
|
|
"61899433", "Tenindewa", |
|
37766
|
|
|
|
|
|
|
"61388392", "Ringwood", |
|
37767
|
|
|
|
|
|
|
"61255597", "Macksville", |
|
37768
|
|
|
|
|
|
|
"618753030", "Mount\ Pleasant", |
|
37769
|
|
|
|
|
|
|
"618600814", "Eyre", |
|
37770
|
|
|
|
|
|
|
"61260315", "Rand", |
|
37771
|
|
|
|
|
|
|
"6186199", "Herne\ Hill", |
|
37772
|
|
|
|
|
|
|
"61749077", "Mount\ Larcom", |
|
37773
|
|
|
|
|
|
|
"61351148", "Yarram", |
|
37774
|
|
|
|
|
|
|
"617486014", "Byfield", |
|
37775
|
|
|
|
|
|
|
"61356316", "Foster", |
|
37776
|
|
|
|
|
|
|
"61253143", "Windeyer", |
|
37777
|
|
|
|
|
|
|
"61259072", "Tallimba", |
|
37778
|
|
|
|
|
|
|
"61891418", "Telfer", |
|
37779
|
|
|
|
|
|
|
"61753530", "Caloundra", |
|
37780
|
|
|
|
|
|
|
"61745592", "Kilbeggan", |
|
37781
|
|
|
|
|
|
|
"61357321", "Bright", |
|
37782
|
|
|
|
|
|
|
"613545273", "Cohuna", |
|
37783
|
|
|
|
|
|
|
"61897137", "Brunswick\ Junction", |
|
37784
|
|
|
|
|
|
|
"61749012", "Belyando", |
|
37785
|
|
|
|
|
|
|
"61265110", "Putty", |
|
37786
|
|
|
|
|
|
|
"61898144", "Kojaneerup", |
|
37787
|
|
|
|
|
|
|
"61247131", "Penrith", |
|
37788
|
|
|
|
|
|
|
"613451298", "Tyrendarra", |
|
37789
|
|
|
|
|
|
|
"61367394", "Beaconsfield", |
|
37790
|
|
|
|
|
|
|
"61240705", "Newcastle", |
|
37791
|
|
|
|
|
|
|
"61260618", "Cudgewa", |
|
37792
|
|
|
|
|
|
|
"61361046", "Baden", |
|
37793
|
|
|
|
|
|
|
"61356521", "Neerim\ South", |
|
37794
|
|
|
|
|
|
|
"612573410", "Mullaley", |
|
37795
|
|
|
|
|
|
|
"61875204", "Parndana", |
|
37796
|
|
|
|
|
|
|
"61889907", "Simpson", |
|
37797
|
|
|
|
|
|
|
"61357516", "Myrtleford", |
|
37798
|
|
|
|
|
|
|
"61243165", "Wyong", |
|
37799
|
|
|
|
|
|
|
"61267354", "Manilla", |
|
37800
|
|
|
|
|
|
|
"61263474", "Quandialla", |
|
37801
|
|
|
|
|
|
|
"61269123", "Mannus", |
|
37802
|
|
|
|
|
|
|
"617459977", "Goombungee", |
|
37803
|
|
|
|
|
|
|
"613531871", "Stoneleigh", |
|
37804
|
|
|
|
|
|
|
"61886043", "Cowell", |
|
37805
|
|
|
|
|
|
|
"617487108", "Capella", |
|
37806
|
|
|
|
|
|
|
"612583885", "Carinda", |
|
37807
|
|
|
|
|
|
|
"61258089", "Parkes", |
|
37808
|
|
|
|
|
|
|
"61268032", "Brewarrina", |
|
37809
|
|
|
|
|
|
|
"612594003", "Springdale", |
|
37810
|
|
|
|
|
|
|
"61898704", "Tarin\ Rock", |
|
37811
|
|
|
|
|
|
|
"61741270", "Fraser\ Island", |
|
37812
|
|
|
|
|
|
|
"617480720", "Isaac\ River", |
|
37813
|
|
|
|
|
|
|
"61251210", "Gearys\ Gap", |
|
37814
|
|
|
|
|
|
|
"61267935", "Narrabri", |
|
37815
|
|
|
|
|
|
|
"618967001", "Goodlands", |
|
37816
|
|
|
|
|
|
|
"613431706", "Elmhurst", |
|
37817
|
|
|
|
|
|
|
"61749753", "Mount\ Larcom", |
|
37818
|
|
|
|
|
|
|
"61348159", "Moulamein", |
|
37819
|
|
|
|
|
|
|
"6175485", "Pomona", |
|
37820
|
|
|
|
|
|
|
"618683746", "Manypeaks", |
|
37821
|
|
|
|
|
|
|
"612684903", "Wyanga", |
|
37822
|
|
|
|
|
|
|
"612630390", "Gingkin", |
|
37823
|
|
|
|
|
|
|
"61344071", "Harcourt", |
|
37824
|
|
|
|
|
|
|
"61264191", "Candelo", |
|
37825
|
|
|
|
|
|
|
"61278044", "Parramatta", |
|
37826
|
|
|
|
|
|
|
"61253019", "Kandos", |
|
37827
|
|
|
|
|
|
|
"612583406", "Borah\ Tank", |
|
37828
|
|
|
|
|
|
|
"61359039", "Tankerton", |
|
37829
|
|
|
|
|
|
|
"61899721", "Gutha\ West", |
|
37830
|
|
|
|
|
|
|
"61356463", "Bunyip", |
|
37831
|
|
|
|
|
|
|
"61890881", "Kambalda", |
|
37832
|
|
|
|
|
|
|
"618683323", "Tambellup", |
|
37833
|
|
|
|
|
|
|
"61743079", "Boondooma", |
|
37834
|
|
|
|
|
|
|
"61257449", "Barraba", |
|
37835
|
|
|
|
|
|
|
"61743305", "Burnett", |
|
37836
|
|
|
|
|
|
|
"613572621", "Woods\ Point", |
|
37837
|
|
|
|
|
|
|
"61358428", "Conargo", |
|
37838
|
|
|
|
|
|
|
"61867065", "Brunswick\ Junction", |
|
37839
|
|
|
|
|
|
|
"61745530", "Allora", |
|
37840
|
|
|
|
|
|
|
"612947", "Terrey\ Hills", |
|
37841
|
|
|
|
|
|
|
"61753592", "Coominya", |
|
37842
|
|
|
|
|
|
|
"61891357", "Leopold", |
|
37843
|
|
|
|
|
|
|
"61899205", "Nabawa", |
|
37844
|
|
|
|
|
|
|
"61358984", "Deniliquin", |
|
37845
|
|
|
|
|
|
|
"61354891", "Barham", |
|
37846
|
|
|
|
|
|
|
"61897795", "Dinninup", |
|
37847
|
|
|
|
|
|
|
"61887964", "Naracoorte", |
|
37848
|
|
|
|
|
|
|
"61299333", "Liverpool", |
|
37849
|
|
|
|
|
|
|
"617473872", "Eddington", |
|
37850
|
|
|
|
|
|
|
"618753528", "Wunkar", |
|
37851
|
|
|
|
|
|
|
"61743608", "Tiaro", |
|
37852
|
|
|
|
|
|
|
"61891042", "Leopold", |
|
37853
|
|
|
|
|
|
|
"61399152", "Melbourne", |
|
37854
|
|
|
|
|
|
|
"612683690", "Curban", |
|
37855
|
|
|
|
|
|
|
"61255729", "Macksville", |
|
37856
|
|
|
|
|
|
|
"61891424", "Kununurra", |
|
37857
|
|
|
|
|
|
|
"61345037", "Harrow", |
|
37858
|
|
|
|
|
|
|
"61255234", "Gloucester", |
|
37859
|
|
|
|
|
|
|
"613470579", "Bonnie\ Doon", |
|
37860
|
|
|
|
|
|
|
"618967721", "Yelbeni", |
|
37861
|
|
|
|
|
|
|
"61260624", "Ournie", |
|
37862
|
|
|
|
|
|
|
"61891988", "Millstream", |
|
37863
|
|
|
|
|
|
|
"617442912", "Leichhardt\ Range", |
|
37864
|
|
|
|
|
|
|
"61362065", "Nubeena", |
|
37865
|
|
|
|
|
|
|
"618867754", "Orroroo", |
|
37866
|
|
|
|
|
|
|
"61260342", "Corryong", |
|
37867
|
|
|
|
|
|
|
"61886587", "Orroroo", |
|
37868
|
|
|
|
|
|
|
"612583242", "Brewarrina", |
|
37869
|
|
|
|
|
|
|
"61742099", "Mount\ Garnet", |
|
37870
|
|
|
|
|
|
|
"618763627", "Cummins", |
|
37871
|
|
|
|
|
|
|
"617480000", "Banana", |
|
37872
|
|
|
|
|
|
|
"617487078", "Benaraby", |
|
37873
|
|
|
|
|
|
|
"618903841", "Kellerberrin", |
|
37874
|
|
|
|
|
|
|
"618683168", "Kondinin", |
|
37875
|
|
|
|
|
|
|
"61353914", "Nhill", |
|
37876
|
|
|
|
|
|
|
"61268461", "Wellington", |
|
37877
|
|
|
|
|
|
|
"61879092", "Petermann", |
|
37878
|
|
|
|
|
|
|
"61358025", "Cornalla", |
|
37879
|
|
|
|
|
|
|
"61889910", "Tennant\ Creek", |
|
37880
|
|
|
|
|
|
|
"61899086", "Mingenew", |
|
37881
|
|
|
|
|
|
|
"618762596", "Kyancutta", |
|
37882
|
|
|
|
|
|
|
"61748843", "Rolleston", |
|
37883
|
|
|
|
|
|
|
"618996801", "Denham", |
|
37884
|
|
|
|
|
|
|
"613553517", "Cobden", |
|
37885
|
|
|
|
|
|
|
"61875577", "Gawler", |
|
37886
|
|
|
|
|
|
|
"61259355", "Wantabadgery", |
|
37887
|
|
|
|
|
|
|
"61264016", "Berridale", |
|
37888
|
|
|
|
|
|
|
"61895905", "Pinjarra", |
|
37889
|
|
|
|
|
|
|
"612574112", "Craigleigh", |
|
37890
|
|
|
|
|
|
|
"613442151", "Talbot", |
|
37891
|
|
|
|
|
|
|
"61860018", "Kambalda", |
|
37892
|
|
|
|
|
|
|
"61251207", "Canberra", |
|
37893
|
|
|
|
|
|
|
"61356104", "Mirboo\ North", |
|
37894
|
|
|
|
|
|
|
"612593754", "Bambilla", |
|
37895
|
|
|
|
|
|
|
"61341004", "Cann\ River", |
|
37896
|
|
|
|
|
|
|
"612594173", "Ariah\ Park", |
|
37897
|
|
|
|
|
|
|
"61754420", "Nambour", |
|
37898
|
|
|
|
|
|
|
"61265466", "Murrurundi", |
|
37899
|
|
|
|
|
|
|
"61260057", "Ournie", |
|
37900
|
|
|
|
|
|
|
"61887634", "Taratap", |
|
37901
|
|
|
|
|
|
|
"61264663", "Bonang", |
|
37902
|
|
|
|
|
|
|
"61747670", "Mutarnee", |
|
37903
|
|
|
|
|
|
|
"61887958", "Willalooka", |
|
37904
|
|
|
|
|
|
|
"613545952", "Murrabit", |
|
37905
|
|
|
|
|
|
|
"61359395", "Pakenham", |
|
37906
|
|
|
|
|
|
|
"61268974", "Bobadah", |
|
37907
|
|
|
|
|
|
|
"617750353", "Injune", |
|
37908
|
|
|
|
|
|
|
"61358367", "Finley", |
|
37909
|
|
|
|
|
|
|
"61245019", "Wisemans\ Ferry", |
|
37910
|
|
|
|
|
|
|
"617476504", "Greenvale", |
|
37911
|
|
|
|
|
|
|
"612684323", "Tooraweenah", |
|
37912
|
|
|
|
|
|
|
"61259000", "Talbingo", |
|
37913
|
|
|
|
|
|
|
"61754156", "Maleny", |
|
37914
|
|
|
|
|
|
|
"618683305", "Newdegate", |
|
37915
|
|
|
|
|
|
|
"61890171", "Nungarin", |
|
37916
|
|
|
|
|
|
|
"618866960", "Gladstone", |
|
37917
|
|
|
|
|
|
|
"617486580", "Walkerston", |
|
37918
|
|
|
|
|
|
|
"61240221", "Cessnock", |
|
37919
|
|
|
|
|
|
|
"61352349", "Beeac", |
|
37920
|
|
|
|
|
|
|
"617473946", "Karumba", |
|
37921
|
|
|
|
|
|
|
"61876046", "Cowell", |
|
37922
|
|
|
|
|
|
|
"61265107", "Pacific\ Palms", |
|
37923
|
|
|
|
|
|
|
"61896998", "Dangin", |
|
37924
|
|
|
|
|
|
|
"61885923", "Tanunda", |
|
37925
|
|
|
|
|
|
|
"618964986", "Cunderdin", |
|
37926
|
|
|
|
|
|
|
"61240112", "Branxton", |
|
37927
|
|
|
|
|
|
|
"612574815", "Pallamallawa", |
|
37928
|
|
|
|
|
|
|
"61350651", "Ultima", |
|
37929
|
|
|
|
|
|
|
"612594025", "Weethalle", |
|
37930
|
|
|
|
|
|
|
"617750337", "Dunmore", |
|
37931
|
|
|
|
|
|
|
"618865006", "Frome", |
|
37932
|
|
|
|
|
|
|
"61385779", "Melbourne", |
|
37933
|
|
|
|
|
|
|
"61746701", "Haden", |
|
37934
|
|
|
|
|
|
|
"61268090", "Gollan", |
|
37935
|
|
|
|
|
|
|
"61877384", "Wrattonbully", |
|
37936
|
|
|
|
|
|
|
"618964914", "Moora", |
|
37937
|
|
|
|
|
|
|
"617458656", "Moonie", |
|
37938
|
|
|
|
|
|
|
"61745760", "Cambooya", |
|
37939
|
|
|
|
|
|
|
"61348170", "Jerilderie", |
|
37940
|
|
|
|
|
|
|
"618753098", "Berri", |
|
37941
|
|
|
|
|
|
|
"61752189", "Rosewood", |
|
37942
|
|
|
|
|
|
|
"61265313", "Jerrys\ Plains", |
|
37943
|
|
|
|
|
|
|
"618660749", "Cleary\ North", |
|
37944
|
|
|
|
|
|
|
"617480796", "Westwood", |
|
37945
|
|
|
|
|
|
|
"612574404", "Burren\ Junction", |
|
37946
|
|
|
|
|
|
|
"61255165", "Castle\ Rock", |
|
37947
|
|
|
|
|
|
|
"61865801", "Armadale", |
|
37948
|
|
|
|
|
|
|
"61260773", "Nariel", |
|
37949
|
|
|
|
|
|
|
"61341391", "Yinnar", |
|
37950
|
|
|
|
|
|
|
"61743050", "Howard", |
|
37951
|
|
|
|
|
|
|
"612530104", "Euchareena\/Greenethorpe\/Grenfell\/Gulgong", |
|
37952
|
|
|
|
|
|
|
"61887471", "Reedy\ Creek", |
|
37953
|
|
|
|
|
|
|
"613441732", "Rochester", |
|
37954
|
|
|
|
|
|
|
"6128820", "Parramatta", |
|
37955
|
|
|
|
|
|
|
"61891005", "Broome", |
|
37956
|
|
|
|
|
|
|
"617486186", "Colston\ Park", |
|
37957
|
|
|
|
|
|
|
"612574474", "Wee\ Waa", |
|
37958
|
|
|
|
|
|
|
"61341028", "Yarram", |
|
37959
|
|
|
|
|
|
|
"613432144", "Elmhurst", |
|
37960
|
|
|
|
|
|
|
"618852094", "Barmera", |
|
37961
|
|
|
|
|
|
|
"61895485", "Mount\ Wells", |
|
37962
|
|
|
|
|
|
|
"618660865", "Kalannie", |
|
37963
|
|
|
|
|
|
|
"6124394", "Wyong", |
|
37964
|
|
|
|
|
|
|
"61357273", "Whorouly", |
|
37965
|
|
|
|
|
|
|
"61268863", "Neilrex", |
|
37966
|
|
|
|
|
|
|
"61356128", "Wonthaggi", |
|
37967
|
|
|
|
|
|
|
"61743057", "Mulgildie", |
|
37968
|
|
|
|
|
|
|
"612530174", "Bylong\/Milvale\/Molong\/Monteagle", |
|
37969
|
|
|
|
|
|
|
"61238033", "Bowral", |
|
37970
|
|
|
|
|
|
|
"61734724", "Samford", |
|
37971
|
|
|
|
|
|
|
"617441403", "Gumlu", |
|
37972
|
|
|
|
|
|
|
"61348112", "Numurkah", |
|
37973
|
|
|
|
|
|
|
"618865076", "Roxby\ Downs", |
|
37974
|
|
|
|
|
|
|
"61754665", "Laidley", |
|
37975
|
|
|
|
|
|
|
"61253052", "Greenethorpe", |
|
37976
|
|
|
|
|
|
|
"61886109", "Jamestown", |
|
37977
|
|
|
|
|
|
|
"61743342", "Redridge", |
|
37978
|
|
|
|
|
|
|
"6126569", "Macksville", |
|
37979
|
|
|
|
|
|
|
"6124457", "Bawley\ Point", |
|
37980
|
|
|
|
|
|
|
"61269065", "Sandigo", |
|
37981
|
|
|
|
|
|
|
"61899242", "Northern\ Gully", |
|
37982
|
|
|
|
|
|
|
"61745446", "Bunya\ Mountains", |
|
37983
|
|
|
|
|
|
|
"61745767", "Culgoa", |
|
37984
|
|
|
|
|
|
|
"61348177", "Logie\ Brae", |
|
37985
|
|
|
|
|
|
|
"6173548", "Brisbane", |
|
37986
|
|
|
|
|
|
|
"617476483", "Dalbeg", |
|
37987
|
|
|
|
|
|
|
"61268097", "Dubbo", |
|
37988
|
|
|
|
|
|
|
"612583756", "Airlands", |
|
37989
|
|
|
|
|
|
|
"617486853", "Miriam\ Vale", |
|
37990
|
|
|
|
|
|
|
"61348221", "Jerilderie", |
|
37991
|
|
|
|
|
|
|
"61240715", "Cessnock", |
|
37992
|
|
|
|
|
|
|
"61747081", "Greenvale", |
|
37993
|
|
|
|
|
|
|
"61741854", "Murgon", |
|
37994
|
|
|
|
|
|
|
"61887380", "Kongorong", |
|
37995
|
|
|
|
|
|
|
"61747612", "Ayr", |
|
37996
|
|
|
|
|
|
|
"61891286", "Millstream", |
|
37997
|
|
|
|
|
|
|
"61265100", "Murrurundi", |
|
37998
|
|
|
|
|
|
|
"61749002", "Rockhampton", |
|
37999
|
|
|
|
|
|
|
"612574583", "Currabubula", |
|
38000
|
|
|
|
|
|
|
"61895942", "Rockingham", |
|
38001
|
|
|
|
|
|
|
"618854698", "Langhorne\ Creek", |
|
38002
|
|
|
|
|
|
|
"61255656", "Smithtown", |
|
38003
|
|
|
|
|
|
|
"613431190", "Murtoa", |
|
38004
|
|
|
|
|
|
|
"61355579", "Ecklin", |
|
38005
|
|
|
|
|
|
|
"61343182", "Murtoa", |
|
38006
|
|
|
|
|
|
|
"61888989", "Marion\ Bay", |
|
38007
|
|
|
|
|
|
|
"61895088", "Toodyay", |
|
38008
|
|
|
|
|
|
|
"61341425", "Gormandale", |
|
38009
|
|
|
|
|
|
|
"61356306", "Buffalo", |
|
38010
|
|
|
|
|
|
|
"617486837", "Gargett", |
|
38011
|
|
|
|
|
|
|
"617480824", "Yeppoon", |
|
38012
|
|
|
|
|
|
|
"61357969", "Kobyboyn", |
|
38013
|
|
|
|
|
|
|
"6129707", "Bankstown", |
|
38014
|
|
|
|
|
|
|
"61260305", "Corowa", |
|
38015
|
|
|
|
|
|
|
"61747677", "Townsville", |
|
38016
|
|
|
|
|
|
|
"61730533", "Redcliffe", |
|
38017
|
|
|
|
|
|
|
"617452722", "Killarney", |
|
38018
|
|
|
|
|
|
|
"618753130", "Halidon", |
|
38019
|
|
|
|
|
|
|
"613574696", "Moyhu", |
|
38020
|
|
|
|
|
|
|
"61259007", "Barellan", |
|
38021
|
|
|
|
|
|
|
"618683375", "Kronkup", |
|
38022
|
|
|
|
|
|
|
"61358404", "Mathoura", |
|
38023
|
|
|
|
|
|
|
"61264598", "Delegate", |
|
38024
|
|
|
|
|
|
|
"617476574", "Long\ Pocket", |
|
38025
|
|
|
|
|
|
|
"618862168", "Arno\ Bay", |
|
38026
|
|
|
|
|
|
|
"61269468", "Adelong", |
|
38027
|
|
|
|
|
|
|
"618903666", "Bodallin\ North", |
|
38028
|
|
|
|
|
|
|
"61358360", "Berrigan", |
|
38029
|
|
|
|
|
|
|
"61267283", "Copeton\ Dam", |
|
38030
|
|
|
|
|
|
|
"618722", "Adelaide", |
|
38031
|
|
|
|
|
|
|
"61251200", "The\ Mullion", |
|
38032
|
|
|
|
|
|
|
"617458974", "Bonshaw", |
|
38033
|
|
|
|
|
|
|
"618996871", "Howatharra", |
|
38034
|
|
|
|
|
|
|
"61875570", "Geranium", |
|
38035
|
|
|
|
|
|
|
"61898714", "Lake\ Magenta", |
|
38036
|
|
|
|
|
|
|
"61754427", "Cooroy", |
|
38037
|
|
|
|
|
|
|
"61364558", "Ulverstone", |
|
38038
|
|
|
|
|
|
|
"61260050", "Nariel", |
|
38039
|
|
|
|
|
|
|
"612594103", "Cootamundra", |
|
38040
|
|
|
|
|
|
|
"6124063", "Newcastle", |
|
38041
|
|
|
|
|
|
|
"617487008", "Carmila", |
|
38042
|
|
|
|
|
|
|
"618780685", "Auburn", |
|
38043
|
|
|
|
|
|
|
"61244044", "Huskisson", |
|
38044
|
|
|
|
|
|
|
"618600755", "Goomarin", |
|
38045
|
|
|
|
|
|
|
"618862903", "Coffin\ Bay", |
|
38046
|
|
|
|
|
|
|
"61890036", "Burracoppin\ South", |
|
38047
|
|
|
|
|
|
|
"61886580", "Orroroo", |
|
38048
|
|
|
|
|
|
|
"61749059", "Garnant", |
|
38049
|
|
|
|
|
|
|
"61357506", "King\ Valley", |
|
38050
|
|
|
|
|
|
|
"61259349", "Tumbarumba", |
|
38051
|
|
|
|
|
|
|
"61889917", "Daly", |
|
38052
|
|
|
|
|
|
|
"61887873", "Tintinara", |
|
38053
|
|
|
|
|
|
|
"6188312", "Adelaide", |
|
38054
|
|
|
|
|
|
|
"61875214", "Walker\ Flat", |
|
38055
|
|
|
|
|
|
|
"6138607", "Melbourne", |
|
38056
|
|
|
|
|
|
|
"61345030", "Ozenkadnook", |
|
38057
|
|
|
|
|
|
|
"61367011", "St\ Helens", |
|
38058
|
|
|
|
|
|
|
"61353092", "Ballarat", |
|
38059
|
|
|
|
|
|
|
"61255532", "Mount\ George", |
|
38060
|
|
|
|
|
|
|
"61357639", "Longwood", |
|
38061
|
|
|
|
|
|
|
"61876282", "Quorn", |
|
38062
|
|
|
|
|
|
|
"61885217", "Freeling", |
|
38063
|
|
|
|
|
|
|
"612594410", "Ivanhoe", |
|
38064
|
|
|
|
|
|
|
"61896296", "South\ Quairading", |
|
38065
|
|
|
|
|
|
|
"61392192", "Craigieburn", |
|
38066
|
|
|
|
|
|
|
"61886152", "Mintabie", |
|
38067
|
|
|
|
|
|
|
"6126630", "Kyogle", |
|
38068
|
|
|
|
|
|
|
"6126785", "Manilla", |
|
38069
|
|
|
|
|
|
|
"618982470", "Rocky\ Gully", |
|
38070
|
|
|
|
|
|
|
"61897192", "Nyamup", |
|
38071
|
|
|
|
|
|
|
"612594455", "Weethalle", |
|
38072
|
|
|
|
|
|
|
"61753294", "Caloundra", |
|
38073
|
|
|
|
|
|
|
"61741868", "Howard", |
|
38074
|
|
|
|
|
|
|
"61877186", "Lochaber", |
|
38075
|
|
|
|
|
|
|
"612574643", "Warialda", |
|
38076
|
|
|
|
|
|
|
"61247538", "Penrith", |
|
38077
|
|
|
|
|
|
|
"61873823", "Salisbury", |
|
38078
|
|
|
|
|
|
|
"61250025", "Talmalmo", |
|
38079
|
|
|
|
|
|
|
"61891350", "Tom\ Price", |
|
38080
|
|
|
|
|
|
|
"617750222", "Yetman", |
|
38081
|
|
|
|
|
|
|
"61886749", "Frome", |
|
38082
|
|
|
|
|
|
|
"61745537", "Miamba", |
|
38083
|
|
|
|
|
|
|
"6189022", "Kalgoorlie", |
|
38084
|
|
|
|
|
|
|
"61340475", "Mallan", |
|
38085
|
|
|
|
|
|
|
"617480297", "Nogoa", |
|
38086
|
|
|
|
|
|
|
"6124017", "Newcastle", |
|
38087
|
|
|
|
|
|
|
"61885047", "Gawler", |
|
38088
|
|
|
|
|
|
|
"618763824", "Rudall", |
|
38089
|
|
|
|
|
|
|
"61367241", "Winnaleah", |
|
38090
|
|
|
|
|
|
|
"618683349", "Cuballing", |
|
38091
|
|
|
|
|
|
|
"613432130", "Balliang", |
|
38092
|
|
|
|
|
|
|
"61891514", "Kununurra", |
|
38093
|
|
|
|
|
|
|
"61742571", "Weipa", |
|
38094
|
|
|
|
|
|
|
"617476711", "Palm\ Island", |
|
38095
|
|
|
|
|
|
|
"6188864", "Nantawarra", |
|
38096
|
|
|
|
|
|
|
"61240186", "Laguna", |
|
38097
|
|
|
|
|
|
|
"612574632", "Somerton", |
|
38098
|
|
|
|
|
|
|
"61891270", "Kununurra", |
|
38099
|
|
|
|
|
|
|
"61257393", "Sandy\ Flat", |
|
38100
|
|
|
|
|
|
|
"618865848", "Great\ Bight", |
|
38101
|
|
|
|
|
|
|
"61341496", "Combienbar", |
|
38102
|
|
|
|
|
|
|
"612574397", "Bohena", |
|
38103
|
|
|
|
|
|
|
"61269151", "Stanbridge", |
|
38104
|
|
|
|
|
|
|
"61358518", "Rushworth", |
|
38105
|
|
|
|
|
|
|
"61363144", "Avoca", |
|
38106
|
|
|
|
|
|
|
"61885352", "Penneshaw", |
|
38107
|
|
|
|
|
|
|
"6188738", "Port\ Macdonnell", |
|
38108
|
|
|
|
|
|
|
"61256020", "Nimbin", |
|
38109
|
|
|
|
|
|
|
"617442577", "Richmond", |
|
38110
|
|
|
|
|
|
|
"61267500", "Moree", |
|
38111
|
|
|
|
|
|
|
"618683187", "Mount\ Madden", |
|
38112
|
|
|
|
|
|
|
"617486989", "Blackwater", |
|
38113
|
|
|
|
|
|
|
"61260198", "Gerogery", |
|
38114
|
|
|
|
|
|
|
"61266055", "Grafton", |
|
38115
|
|
|
|
|
|
|
"61265690", "Stuarts\ Point", |
|
38116
|
|
|
|
|
|
|
"61354072", "Bendigo", |
|
38117
|
|
|
|
|
|
|
"61357179", "Tatong", |
|
38118
|
|
|
|
|
|
|
"61340078", "Natya", |
|
38119
|
|
|
|
|
|
|
"61740903", "Thursday\ Island", |
|
38120
|
|
|
|
|
|
|
"61263483", "Leadville", |
|
38121
|
|
|
|
|
|
|
"6188159", "Adelaide", |
|
38122
|
|
|
|
|
|
|
"61355467", "Lismore", |
|
38123
|
|
|
|
|
|
|
"61350056", "Culgoa", |
|
38124
|
|
|
|
|
|
|
"61361488", "Ouse", |
|
38125
|
|
|
|
|
|
|
"61355746", "Cavendish", |
|
38126
|
|
|
|
|
|
|
"613553972", "Port\ Fairy", |
|
38127
|
|
|
|
|
|
|
"61351991", "Rosedale", |
|
38128
|
|
|
|
|
|
|
"61886203", "Rudall", |
|
38129
|
|
|
|
|
|
|
"618660705", "Kalannie\ East", |
|
38130
|
|
|
|
|
|
|
"61361206", "Southwest", |
|
38131
|
|
|
|
|
|
|
"61875044", "Meningie\ East", |
|
38132
|
|
|
|
|
|
|
"618753144", "Marama", |
|
38133
|
|
|
|
|
|
|
"61740881", "Cairns", |
|
38134
|
|
|
|
|
|
|
"61354017", "Dingee", |
|
38135
|
|
|
|
|
|
|
"61269818", "Cootamundra", |
|
38136
|
|
|
|
|
|
|
"61266971", "Ulong", |
|
38137
|
|
|
|
|
|
|
"6173622", "Brisbane", |
|
38138
|
|
|
|
|
|
|
"612593941", "Alleena", |
|
38139
|
|
|
|
|
|
|
"618967780", "Dale\ River", |
|
38140
|
|
|
|
|
|
|
"61877170", "Mount\ Gambier", |
|
38141
|
|
|
|
|
|
|
"617459083", "Yelarbon", |
|
38142
|
|
|
|
|
|
|
"613574177", "Puckapunyal", |
|
38143
|
|
|
|
|
|
|
"618661141", "Goomalling", |
|
38144
|
|
|
|
|
|
|
"61268366", "Cobar", |
|
38145
|
|
|
|
|
|
|
"61880073", "Tibooburra", |
|
38146
|
|
|
|
|
|
|
"613451084", "Terang", |
|
38147
|
|
|
|
|
|
|
"61756770", "Southport", |
|
38148
|
|
|
|
|
|
|
"612532583", "Oberon", |
|
38149
|
|
|
|
|
|
|
"61897836", "Dinninup\ North", |
|
38150
|
|
|
|
|
|
|
"61358101", "Wakool", |
|
38151
|
|
|
|
|
|
|
"61734392", "Kooringal", |
|
38152
|
|
|
|
|
|
|
"61888790", "South\ Hummocks", |
|
38153
|
|
|
|
|
|
|
"61364123", "Marrawah", |
|
38154
|
|
|
|
|
|
|
"61265361", "Ravensworth", |
|
38155
|
|
|
|
|
|
|
"61251075", "The\ Mullion", |
|
38156
|
|
|
|
|
|
|
"61889162", "Noonamah", |
|
38157
|
|
|
|
|
|
|
"61756115", "Tweed\ Heads", |
|
38158
|
|
|
|
|
|
|
"61748838", "Gladstone", |
|
38159
|
|
|
|
|
|
|
"61355106", "Mortlake", |
|
38160
|
|
|
|
|
|
|
"618864600", "Port\ Pirie", |
|
38161
|
|
|
|
|
|
|
"61741015", "Boondooma", |
|
38162
|
|
|
|
|
|
|
"617485916", "Baralaba", |
|
38163
|
|
|
|
|
|
|
"61264611", "Berridale", |
|
38164
|
|
|
|
|
|
|
"61264082", "Tathra", |
|
38165
|
|
|
|
|
|
|
"61267189", "Narrabri", |
|
38166
|
|
|
|
|
|
|
"617330", "Brisbane", |
|
38167
|
|
|
|
|
|
|
"61257132", "Gunnedah", |
|
38168
|
|
|
|
|
|
|
"61746069", "Glenhope", |
|
38169
|
|
|
|
|
|
|
"61256593", "Kyogle", |
|
38170
|
|
|
|
|
|
|
"61353473", "Dadswells\ Bridge", |
|
38171
|
|
|
|
|
|
|
"61886576", "Woomera", |
|
38172
|
|
|
|
|
|
|
"612594062", "Tullibigeal", |
|
38173
|
|
|
|
|
|
|
"61899077", "Marchagee", |
|
38174
|
|
|
|
|
|
|
"61264948", "Bega", |
|
38175
|
|
|
|
|
|
|
"61361573", "New\ Norfolk", |
|
38176
|
|
|
|
|
|
|
"612532474", "Young", |
|
38177
|
|
|
|
|
|
|
"618600891", "Great\ Victoria", |
|
38178
|
|
|
|
|
|
|
"61741418", "Biggenden", |
|
38179
|
|
|
|
|
|
|
"61895592", "Mandurah", |
|
38180
|
|
|
|
|
|
|
"613553846", "Tahara", |
|
38181
|
|
|
|
|
|
|
"61868110", "Lake\ Magenta", |
|
38182
|
|
|
|
|
|
|
"617451579", "Beebo", |
|
38183
|
|
|
|
|
|
|
"61256236", "Woodburn", |
|
38184
|
|
|
|
|
|
|
"61738174", "Ipswich", |
|
38185
|
|
|
|
|
|
|
"61363704", "St\ Marys", |
|
38186
|
|
|
|
|
|
|
"618752963", "Policemans\ Point", |
|
38187
|
|
|
|
|
|
|
"61897602", "Balingup", |
|
38188
|
|
|
|
|
|
|
"6135200", "Geelong", |
|
38189
|
|
|
|
|
|
|
"61748144", "Yakapari", |
|
38190
|
|
|
|
|
|
|
"613451016", "Pomborneit", |
|
38191
|
|
|
|
|
|
|
"61899681", "Geraldton", |
|
38192
|
|
|
|
|
|
|
"61747137", "Mount\ Isa", |
|
38193
|
|
|
|
|
|
|
"61899012", "Carnamah\ West", |
|
38194
|
|
|
|
|
|
|
"61355328", "Balmoral", |
|
38195
|
|
|
|
|
|
|
"61342136", "Beeac", |
|
38196
|
|
|
|
|
|
|
"61240637", "Maitland", |
|
38197
|
|
|
|
|
|
|
"618996761", "Yuna\ East", |
|
38198
|
|
|
|
|
|
|
"61355091", "Heywood", |
|
38199
|
|
|
|
|
|
|
"617476748", "Rollingstone", |
|
38200
|
|
|
|
|
|
|
"613470900", "Whorouly", |
|
38201
|
|
|
|
|
|
|
"61868117", "Tarin\ Rock", |
|
38202
|
|
|
|
|
|
|
"617451509", "Atholwood", |
|
38203
|
|
|
|
|
|
|
"61266113", "Whiporie", |
|
38204
|
|
|
|
|
|
|
"61887174", "Keith", |
|
38205
|
|
|
|
|
|
|
"61867151", "Marybrook", |
|
38206
|
|
|
|
|
|
|
"61747130", "Millaroo", |
|
38207
|
|
|
|
|
|
|
"61263881", "Glen\ Davis", |
|
38208
|
|
|
|
|
|
|
"61268158", "Lightning\ Ridge", |
|
38209
|
|
|
|
|
|
|
"61256365", "Maclean", |
|
38210
|
|
|
|
|
|
|
"618660073", "Balkuling", |
|
38211
|
|
|
|
|
|
|
"61896548", "Yerecoin", |
|
38212
|
|
|
|
|
|
|
"6135424", "Trentham", |
|
38213
|
|
|
|
|
|
|
"61868172", "Lake\ Oconnor", |
|
38214
|
|
|
|
|
|
|
"617480627", "Wagoora", |
|
38215
|
|
|
|
|
|
|
"61358096", "Undera", |
|
38216
|
|
|
|
|
|
|
"61240384", "Bulahdelah", |
|
38217
|
|
|
|
|
|
|
"612532850", "Meadow\ Flat", |
|
38218
|
|
|
|
|
|
|
"613441743", "Womboota", |
|
38219
|
|
|
|
|
|
|
"61256668", "Lismore", |
|
38220
|
|
|
|
|
|
|
"612582496", "Lightning\ Ridge", |
|
38221
|
|
|
|
|
|
|
"61263903", "Young", |
|
38222
|
|
|
|
|
|
|
"61740483", "Innisfail", |
|
38223
|
|
|
|
|
|
|
"61743198", "Gaeta", |
|
38224
|
|
|
|
|
|
|
"61899070", "Leeman", |
|
38225
|
|
|
|
|
|
|
"6138833", "Ringwood", |
|
38226
|
|
|
|
|
|
|
"61877112", "Penola", |
|
38227
|
|
|
|
|
|
|
"612685810", "Girilambone", |
|
38228
|
|
|
|
|
|
|
"61888797", "South\ Hummocks", |
|
38229
|
|
|
|
|
|
|
"613470545", "Jamieson", |
|
38230
|
|
|
|
|
|
|
"618903274", "Belka\ East", |
|
38231
|
|
|
|
|
|
|
"61861932", "Kalamunda", |
|
38232
|
|
|
|
|
|
|
"6188521", "Gawler", |
|
38233
|
|
|
|
|
|
|
"61896711", "Wongan\ Hills", |
|
38234
|
|
|
|
|
|
|
"61876216", "Minnipa", |
|
38235
|
|
|
|
|
|
|
"61341515", "Mount\ Taylor", |
|
38236
|
|
|
|
|
|
|
"61877177", "Coonawarra", |
|
38237
|
|
|
|
|
|
|
"61877221", "Keith", |
|
38238
|
|
|
|
|
|
|
"61899994", "Carnamah", |
|
38239
|
|
|
|
|
|
|
"613431932", "Stawell", |
|
38240
|
|
|
|
|
|
|
"61890474", "Eyre", |
|
38241
|
|
|
|
|
|
|
"61741379", "Manumbar", |
|
38242
|
|
|
|
|
|
|
"61756777", "Tamborine\ Mountain", |
|
38243
|
|
|
|
|
|
|
"6129853", "Blacktown", |
|
38244
|
|
|
|
|
|
|
"61268235", "Teridgerie", |
|
38245
|
|
|
|
|
|
|
"6125334", "Frogmore\/Gooloogong\/Greenethorpe\/Hampton", |
|
38246
|
|
|
|
|
|
|
"61367063", "Glengarry", |
|
38247
|
|
|
|
|
|
|
"618660775", "Meckering", |
|
38248
|
|
|
|
|
|
|
"61749831", "Clermont", |
|
38249
|
|
|
|
|
|
|
"618763796", "Kyancutta", |
|
38250
|
|
|
|
|
|
|
"61355304", "Wombelano", |
|
38251
|
|
|
|
|
|
|
"61356401", "Mirboo\ North", |
|
38252
|
|
|
|
|
|
|
"61266049", "Grafton", |
|
38253
|
|
|
|
|
|
|
"612583233", "Bindogundra", |
|
38254
|
|
|
|
|
|
|
"61353871", "Natimuk", |
|
38255
|
|
|
|
|
|
|
"61355460", "Derrinallum", |
|
38256
|
|
|
|
|
|
|
"6188484", "Woodside", |
|
38257
|
|
|
|
|
|
|
"61889129", "Tiwi", |
|
38258
|
|
|
|
|
|
|
"613553902", "Heywood", |
|
38259
|
|
|
|
|
|
|
"618661118", "Bidaminna", |
|
38260
|
|
|
|
|
|
|
"61354010", "Bridgewater", |
|
38261
|
|
|
|
|
|
|
"61752283", "Cooroy", |
|
38262
|
|
|
|
|
|
|
"612593918", "Lockhart", |
|
38263
|
|
|
|
|
|
|
"61754879", "Woolooga", |
|
38264
|
|
|
|
|
|
|
"617476357", "Richmond", |
|
38265
|
|
|
|
|
|
|
"61890961", "Mount\ Merivale", |
|
38266
|
|
|
|
|
|
|
"61264246", "Cobargo", |
|
38267
|
|
|
|
|
|
|
"618660125", "Trayning", |
|
38268
|
|
|
|
|
|
|
"61753088", "Upper\ Widgee", |
|
38269
|
|
|
|
|
|
|
"61267507", "Moree", |
|
38270
|
|
|
|
|
|
|
"61359108", "Koo\ Wee\ Rup", |
|
38271
|
|
|
|
|
|
|
"61775109", "Southwood", |
|
38272
|
|
|
|
|
|
|
"6129876", "Sydney", |
|
38273
|
|
|
|
|
|
|
"618851691", "Penneshaw", |
|
38274
|
|
|
|
|
|
|
"61268164", "Parkes", |
|
38275
|
|
|
|
|
|
|
"61340619", "Rufus\ River", |
|
38276
|
|
|
|
|
|
|
"61348186", "Tatura", |
|
38277
|
|
|
|
|
|
|
"61748346", "Mount\ Coolon", |
|
38278
|
|
|
|
|
|
|
"617476333", "Prairie", |
|
38279
|
|
|
|
|
|
|
"61891277", "Roebuck", |
|
38280
|
|
|
|
|
|
|
"613553661", "Strathdownie", |
|
38281
|
|
|
|
|
|
|
"61342334", "Queenscliff", |
|
38282
|
|
|
|
|
|
|
"612583257", "Dandaloo", |
|
38283
|
|
|
|
|
|
|
"61256027", "Leeville", |
|
38284
|
|
|
|
|
|
|
"61898688", "Quindanning", |
|
38285
|
|
|
|
|
|
|
"61897645", "Bridgetown", |
|
38286
|
|
|
|
|
|
|
"61747686", "Richmond", |
|
38287
|
|
|
|
|
|
|
"61891212", "Fitzroy\ Crossing", |
|
38288
|
|
|
|
|
|
|
"61392645", "Melbourne", |
|
38289
|
|
|
|
|
|
|
"61238048", "Robertson", |
|
38290
|
|
|
|
|
|
|
"61745341", "Culgoa", |
|
38291
|
|
|
|
|
|
|
"61255051", "Bowraville", |
|
38292
|
|
|
|
|
|
|
"61885040", "Eudunda", |
|
38293
|
|
|
|
|
|
|
"61746444", "Cottonvale", |
|
38294
|
|
|
|
|
|
|
"61249136", "Newcastle", |
|
38295
|
|
|
|
|
|
|
"61741153", "Wondai", |
|
38296
|
|
|
|
|
|
|
"6135581", "Casterton", |
|
38297
|
|
|
|
|
|
|
"61756053", "Kerry", |
|
38298
|
|
|
|
|
|
|
"613470685", "Falls\ Creek", |
|
38299
|
|
|
|
|
|
|
"6139887", "Ringwood", |
|
38300
|
|
|
|
|
|
|
"61248078", "Wombeyan\ Caves", |
|
38301
|
|
|
|
|
|
|
"61351684", "Ensay", |
|
38302
|
|
|
|
|
|
|
"613545262", "Boort", |
|
38303
|
|
|
|
|
|
|
"61359326", "Mornington", |
|
38304
|
|
|
|
|
|
|
"61753485", "Ballugan", |
|
38305
|
|
|
|
|
|
|
"61898385", "Jerdacuttup", |
|
38306
|
|
|
|
|
|
|
"61341238", "Omeo", |
|
38307
|
|
|
|
|
|
|
"613470569", "Wangaratta", |
|
38308
|
|
|
|
|
|
|
"61888725", "Kadina", |
|
38309
|
|
|
|
|
|
|
"61367393", "Avoca", |
|
38310
|
|
|
|
|
|
|
"61898143", "Kojaneerup", |
|
38311
|
|
|
|
|
|
|
"61255405", "Glendonbrook", |
|
38312
|
|
|
|
|
|
|
"61253144", "Windeyer", |
|
38313
|
|
|
|
|
|
|
"617473862", "Doomadgee", |
|
38314
|
|
|
|
|
|
|
"61896290", "Goomalling", |
|
38315
|
|
|
|
|
|
|
"61345036", "Harrow", |
|
38316
|
|
|
|
|
|
|
"61851041", "Marble\ Bar", |
|
38317
|
|
|
|
|
|
|
"61359151", "Pakenham", |
|
38318
|
|
|
|
|
|
|
"617442588", "Doomadgee", |
|
38319
|
|
|
|
|
|
|
"61891356", "Ord", |
|
38320
|
|
|
|
|
|
|
"61362511", "Hobart", |
|
38321
|
|
|
|
|
|
|
"618764010", "Ungarra", |
|
38322
|
|
|
|
|
|
|
"61257241", "Plumthorpe", |
|
38323
|
|
|
|
|
|
|
"618753040", "Perponda", |
|
38324
|
|
|
|
|
|
|
"61356458", "Poowong", |
|
38325
|
|
|
|
|
|
|
"612583699", "Fairholme", |
|
38326
|
|
|
|
|
|
|
"61348031", "Numurkah", |
|
38327
|
|
|
|
|
|
|
"61877180", "Kalangadoo", |
|
38328
|
|
|
|
|
|
|
"61880083", "White\ Cliffs", |
|
38329
|
|
|
|
|
|
|
"61250164", "Coppabella", |
|
38330
|
|
|
|
|
|
|
"61899434", "Marchagee", |
|
38331
|
|
|
|
|
|
|
"61358413", "Picola", |
|
38332
|
|
|
|
|
|
|
"617452749", "Bollon", |
|
38333
|
|
|
|
|
|
|
"6174426", "Townsville", |
|
38334
|
|
|
|
|
|
|
"61255008", "Baerami", |
|
38335
|
|
|
|
|
|
|
"618865935", "Nunjikompita", |
|
38336
|
|
|
|
|
|
|
"61260056", "Ournie", |
|
38337
|
|
|
|
|
|
|
"618683728", "Jingalup", |
|
38338
|
|
|
|
|
|
|
"61265467", "Murrurundi", |
|
38339
|
|
|
|
|
|
|
"6187558", "Gawler", |
|
38340
|
|
|
|
|
|
|
"612594163", "Warrawidgee", |
|
38341
|
|
|
|
|
|
|
"61264017", "Berridale", |
|
38342
|
|
|
|
|
|
|
"613553925", "Portland", |
|
38343
|
|
|
|
|
|
|
"61896841", "Koorda", |
|
38344
|
|
|
|
|
|
|
"61263588", "Running\ Stream", |
|
38345
|
|
|
|
|
|
|
"61875576", "Callington", |
|
38346
|
|
|
|
|
|
|
"61876309", "Nelshaby", |
|
38347
|
|
|
|
|
|
|
"61251206", "Burrinjuck", |
|
38348
|
|
|
|
|
|
|
"613553746", "Cavendish", |
|
38349
|
|
|
|
|
|
|
"6186396", "Armadale", |
|
38350
|
|
|
|
|
|
|
"61341155", "Gormandale", |
|
38351
|
|
|
|
|
|
|
"612532931", "Tyagong", |
|
38352
|
|
|
|
|
|
|
"618600791", "Wialki\ North", |
|
38353
|
|
|
|
|
|
|
"618683178", "Lake\ Toolbrunup", |
|
38354
|
|
|
|
|
|
|
"61357500", "Yarrawonga", |
|
38355
|
|
|
|
|
|
|
"61247002", "Katoomba", |
|
38356
|
|
|
|
|
|
|
"61899087", "Mingenew", |
|
38357
|
|
|
|
|
|
|
"61244109", "Narooma", |
|
38358
|
|
|
|
|
|
|
"61361583", "Swansea", |
|
38359
|
|
|
|
|
|
|
"618660102", "Gillingarra", |
|
38360
|
|
|
|
|
|
|
"61890030", "Bullfinch", |
|
38361
|
|
|
|
|
|
|
"61886586", "Orroroo", |
|
38362
|
|
|
|
|
|
|
"617487068", "Wowan", |
|
38363
|
|
|
|
|
|
|
"61350198", "Wentworth", |
|
38364
|
|
|
|
|
|
|
"61347099", "Cheshunt", |
|
38365
|
|
|
|
|
|
|
"61267179", "Moree", |
|
38366
|
|
|
|
|
|
|
"61264072", "Nimmitabel", |
|
38367
|
|
|
|
|
|
|
"61356055", "Icy\ Creek", |
|
38368
|
|
|
|
|
|
|
"6188737", "Penola", |
|
38369
|
|
|
|
|
|
|
"618983494", "Gnowangerup", |
|
38370
|
|
|
|
|
|
|
"61885918", "Strathalbyn", |
|
38371
|
|
|
|
|
|
|
"61898019", "Wagin", |
|
38372
|
|
|
|
|
|
|
"61356300", "San\ Remo", |
|
38373
|
|
|
|
|
|
|
"61262275", "The\ Mullion", |
|
38374
|
|
|
|
|
|
|
"61361075", "Maydena", |
|
38375
|
|
|
|
|
|
|
"61356464", "Foster", |
|
38376
|
|
|
|
|
|
|
"61247059", "Lawson", |
|
38377
|
|
|
|
|
|
|
"61250158", "Walla\ Walla", |
|
38378
|
|
|
|
|
|
|
"61244152", "Bawley\ Point", |
|
38379
|
|
|
|
|
|
|
"613432221", "Wilkur", |
|
38380
|
|
|
|
|
|
|
"61255650", "Putty", |
|
38381
|
|
|
|
|
|
|
"61256095", "Woodenbong", |
|
38382
|
|
|
|
|
|
|
"61278043", "Parramatta", |
|
38383
|
|
|
|
|
|
|
"61876047", "Cummins", |
|
38384
|
|
|
|
|
|
|
"61891280", "Great\ Sandy", |
|
38385
|
|
|
|
|
|
|
"618683736", "Kulin", |
|
38386
|
|
|
|
|
|
|
"61265106", "Pacific\ Palms", |
|
38387
|
|
|
|
|
|
|
"61890226", "Nullarbor", |
|
38388
|
|
|
|
|
|
|
"61742581", "Chillagoe", |
|
38389
|
|
|
|
|
|
|
"618903606", "Nullarbor", |
|
38390
|
|
|
|
|
|
|
"61358366", "Deniliquin", |
|
38391
|
|
|
|
|
|
|
"618866970", "Jamestown", |
|
38392
|
|
|
|
|
|
|
"618986155", "Kulin", |
|
38393
|
|
|
|
|
|
|
"617459885", "North\ Star", |
|
38394
|
|
|
|
|
|
|
"61754157", "Woodford", |
|
38395
|
|
|
|
|
|
|
"618763724", "Penong", |
|
38396
|
|
|
|
|
|
|
"61268101", "Nyngan", |
|
38397
|
|
|
|
|
|
|
"61867108", "Lake\ Clifton", |
|
38398
|
|
|
|
|
|
|
"61340485", "Palinyewah", |
|
38399
|
|
|
|
|
|
|
"618624", "Perth", |
|
38400
|
|
|
|
|
|
|
"61256498", "Kyogle", |
|
38401
|
|
|
|
|
|
|
"617486698", "Marlborough", |
|
38402
|
|
|
|
|
|
|
"613451180", "Lismore", |
|
38403
|
|
|
|
|
|
|
"61266981", "Urbenville", |
|
38404
|
|
|
|
|
|
|
"61740871", "Mossman", |
|
38405
|
|
|
|
|
|
|
"61888169", "Minlaton", |
|
38406
|
|
|
|
|
|
|
"61265328", "Taree", |
|
38407
|
|
|
|
|
|
|
"61361478", "Huonville", |
|
38408
|
|
|
|
|
|
|
"61898703", "Tarin\ Rock", |
|
38409
|
|
|
|
|
|
|
"61269124", "Nangus", |
|
38410
|
|
|
|
|
|
|
"617459406", "Brigalow", |
|
38411
|
|
|
|
|
|
|
"612530297", "Cudal", |
|
38412
|
|
|
|
|
|
|
"61263473", "Quandialla", |
|
38413
|
|
|
|
|
|
|
"61267353", "Halls\ Creek", |
|
38414
|
|
|
|
|
|
|
"61886044", "Cowell", |
|
38415
|
|
|
|
|
|
|
"61745440", "Bell", |
|
38416
|
|
|
|
|
|
|
"61367132", "Longford", |
|
38417
|
|
|
|
|
|
|
"61364039", "Rosebery", |
|
38418
|
|
|
|
|
|
|
"61354082", "Inglewood", |
|
38419
|
|
|
|
|
|
|
"61340088", "Patchewollock", |
|
38420
|
|
|
|
|
|
|
"61259191", "Black\ Stump", |
|
38421
|
|
|
|
|
|
|
"61250235", "Ournie", |
|
38422
|
|
|
|
|
|
|
"61875203", "Kingscote", |
|
38423
|
|
|
|
|
|
|
"61354948", "Korong\ Vale", |
|
38424
|
|
|
|
|
|
|
"618903312", "Corrigin\ West", |
|
38425
|
|
|
|
|
|
|
"61268096", "Dubbo", |
|
38426
|
|
|
|
|
|
|
"61259285", "Bundure", |
|
38427
|
|
|
|
|
|
|
"61745447", "Bunya\ Mountains", |
|
38428
|
|
|
|
|
|
|
"61745766", "Crows\ Nest", |
|
38429
|
|
|
|
|
|
|
"61348176", "Lalalty", |
|
38430
|
|
|
|
|
|
|
"6128626", "Parramatta", |
|
38431
|
|
|
|
|
|
|
"618854580", "Auburn", |
|
38432
|
|
|
|
|
|
|
"61891154", "Kununurra", |
|
38433
|
|
|
|
|
|
|
"61298447", "Liverpool", |
|
38434
|
|
|
|
|
|
|
"612583229", "Barrier", |
|
38435
|
|
|
|
|
|
|
"61753078", "Rosevale", |
|
38436
|
|
|
|
|
|
|
"61877268", "Coonawarra", |
|
38437
|
|
|
|
|
|
|
"61353903", "Beulah", |
|
38438
|
|
|
|
|
|
|
"61743056", "Mundubbera", |
|
38439
|
|
|
|
|
|
|
"61752273", "Toogoolawah", |
|
38440
|
|
|
|
|
|
|
"612530164", "Orange", |
|
38441
|
|
|
|
|
|
|
"61356113", "Warragul", |
|
38442
|
|
|
|
|
|
|
"61754889", "Gunalda", |
|
38443
|
|
|
|
|
|
|
"61265091", "Moonan\ Flat", |
|
38444
|
|
|
|
|
|
|
"61345171", "Macarthur", |
|
38445
|
|
|
|
|
|
|
"612574464", "Tambar\ Springs", |
|
38446
|
|
|
|
|
|
|
"61358158", "Yalca", |
|
38447
|
|
|
|
|
|
|
"61269511", "Leeton", |
|
38448
|
|
|
|
|
|
|
"61255442", "Muswellbrook", |
|
38449
|
|
|
|
|
|
|
"61341013", "Lindenow", |
|
38450
|
|
|
|
|
|
|
"618763896", "Mudamuckla", |
|
38451
|
|
|
|
|
|
|
"618660875", "Badgingarra", |
|
38452
|
|
|
|
|
|
|
"61740588", "Edward\ River", |
|
38453
|
|
|
|
|
|
|
"61255024", "Howes\ Valley", |
|
38454
|
|
|
|
|
|
|
"618683365", "Jacup", |
|
38455
|
|
|
|
|
|
|
"6138554", "Melbourne", |
|
38456
|
|
|
|
|
|
|
"61247045", "Lawson", |
|
38457
|
|
|
|
|
|
|
"61256621", "Dorrigo", |
|
38458
|
|
|
|
|
|
|
"61754150", "Nambour", |
|
38459
|
|
|
|
|
|
|
"61259006", "Yaven\ Creek", |
|
38460
|
|
|
|
|
|
|
"61753475", "Maleny", |
|
38461
|
|
|
|
|
|
|
"618866900", "Indian\ Pacific", |
|
38462
|
|
|
|
|
|
|
"61745652", "Meandarra", |
|
38463
|
|
|
|
|
|
|
"613549703", "Donald", |
|
38464
|
|
|
|
|
|
|
"6139888", "Melbourne", |
|
38465
|
|
|
|
|
|
|
"61269748", "Egansford", |
|
38466
|
|
|
|
|
|
|
"618903676", "Bonnie\ Rock", |
|
38467
|
|
|
|
|
|
|
"61361319", "Gretna", |
|
38468
|
|
|
|
|
|
|
"61351674", "Loch\ Sport", |
|
38469
|
|
|
|
|
|
|
"617476564", "Leichhardt\ Range", |
|
38470
|
|
|
|
|
|
|
"618753280", "Mypolonga", |
|
38471
|
|
|
|
|
|
|
"61747676", "Townsville", |
|
38472
|
|
|
|
|
|
|
"61742794", "Mount\ Surprise", |
|
38473
|
|
|
|
|
|
|
"618866396", "Yabmana", |
|
38474
|
|
|
|
|
|
|
"6125805", "Dubbo", |
|
38475
|
|
|
|
|
|
|
"61356307", "Poowong", |
|
38476
|
|
|
|
|
|
|
"61898678", "Pingrup\ East", |
|
38477
|
|
|
|
|
|
|
"618994039", "Lynton", |
|
38478
|
|
|
|
|
|
|
"61244755", "Narooma", |
|
38479
|
|
|
|
|
|
|
"61876040", "Wilpena", |
|
38480
|
|
|
|
|
|
|
"61891287", "Port\ Hedland", |
|
38481
|
|
|
|
|
|
|
"6129534", "Sutherland", |
|
38482
|
|
|
|
|
|
|
"61255657", "Stuarts\ Point", |
|
38483
|
|
|
|
|
|
|
"612583907", "Ginghet", |
|
38484
|
|
|
|
|
|
|
"61889916", "Carpentaria", |
|
38485
|
|
|
|
|
|
|
"61351723", "Traralgon", |
|
38486
|
|
|
|
|
|
|
"61357507", "King\ Valley", |
|
38487
|
|
|
|
|
|
|
"61899080", "Meekatharra", |
|
38488
|
|
|
|
|
|
|
"618683108", "Tarin\ Rock", |
|
38489
|
|
|
|
|
|
|
"61740473", "Cooktown", |
|
38490
|
|
|
|
|
|
|
"61240031", "Bandon\ Grove", |
|
38491
|
|
|
|
|
|
|
"61851263", "Whaleback", |
|
38492
|
|
|
|
|
|
|
"613572922", "Creightons\ Creek", |
|
38493
|
|
|
|
|
|
|
"61749993", "Rockhampton", |
|
38494
|
|
|
|
|
|
|
"61358164", "Tatura", |
|
38495
|
|
|
|
|
|
|
"617480060", "Mardale", |
|
38496
|
|
|
|
|
|
|
"61890037", "Burracoppin\ South", |
|
38497
|
|
|
|
|
|
|
"61269108", "Tooma", |
|
38498
|
|
|
|
|
|
|
"61868182", "Tarin\ Rock", |
|
38499
|
|
|
|
|
|
|
"6128937", "Sydney", |
|
38500
|
|
|
|
|
|
|
"61263871", "Cudal", |
|
38501
|
|
|
|
|
|
|
"61754426", "Cooroy", |
|
38502
|
|
|
|
|
|
|
"612532715", "Rockley", |
|
38503
|
|
|
|
|
|
|
"61265460", "Murrurundi", |
|
38504
|
|
|
|
|
|
|
"61887184", "Greenways", |
|
38505
|
|
|
|
|
|
|
"61257063", "Tambar\ Springs", |
|
38506
|
|
|
|
|
|
|
"61356049", "Warragul", |
|
38507
|
|
|
|
|
|
|
"61756555", "Beaudesert", |
|
38508
|
|
|
|
|
|
|
"61266401", "Grafton", |
|
38509
|
|
|
|
|
|
|
"618851098", "Wanbi", |
|
38510
|
|
|
|
|
|
|
"61265304", "Merriwa", |
|
38511
|
|
|
|
|
|
|
"61341149", "Clydebank", |
|
38512
|
|
|
|
|
|
|
"618660722", "Wannamal", |
|
38513
|
|
|
|
|
|
|
"618904214", "Mukinbudin", |
|
38514
|
|
|
|
|
|
|
"61891168", "Newman", |
|
38515
|
|
|
|
|
|
|
"618996861", "Cue", |
|
38516
|
|
|
|
|
|
|
"617458964", "Ballandean", |
|
38517
|
|
|
|
|
|
|
"61264010", "Bemboka", |
|
38518
|
|
|
|
|
|
|
"61745609", "Diamantina", |
|
38519
|
|
|
|
|
|
|
"61867124", "Bridgetown", |
|
38520
|
|
|
|
|
|
|
"618682144", "Jaloran", |
|
38521
|
|
|
|
|
|
|
"61889033", "Batchelor", |
|
38522
|
|
|
|
|
|
|
"618863992", "Tumby\ Bay", |
|
38523
|
|
|
|
|
|
|
"61886469", "The\ Ranges", |
|
38524
|
|
|
|
|
|
|
"61890484", "Karloning", |
|
38525
|
|
|
|
|
|
|
"61745536", "Miamba", |
|
38526
|
|
|
|
|
|
|
"61741389", "Eidsvold", |
|
38527
|
|
|
|
|
|
|
"6189772", "Manjimup", |
|
38528
|
|
|
|
|
|
|
"618904286", "Yilgarn\ South", |
|
38529
|
|
|
|
|
|
|
"617458799", "Freestone", |
|
38530
|
|
|
|
|
|
|
"61890928", "Wilgoyne", |
|
38531
|
|
|
|
|
|
|
"61258198", "Borah\ Tank", |
|
38532
|
|
|
|
|
|
|
"61261684", "Captains\ Flat", |
|
38533
|
|
|
|
|
|
|
"61877187", "Lucindale", |
|
38534
|
|
|
|
|
|
|
"61748531", "Comet", |
|
38535
|
|
|
|
|
|
|
"617480659", "Proserpine", |
|
38536
|
|
|
|
|
|
|
"61352191", "Beech\ Forest", |
|
38537
|
|
|
|
|
|
|
"618982460", "Porongurup", |
|
38538
|
|
|
|
|
|
|
"61281057", "Bankstown", |
|
38539
|
|
|
|
|
|
|
"617750408", "Toowoomba", |
|
38540
|
|
|
|
|
|
|
"61888122", "Spalding", |
|
38541
|
|
|
|
|
|
|
"61888835", "Port\ Victoria", |
|
38542
|
|
|
|
|
|
|
"61896297", "South\ Quairading", |
|
38543
|
|
|
|
|
|
|
"61885216", "Freeling", |
|
38544
|
|
|
|
|
|
|
"618763412", "Ungarra", |
|
38545
|
|
|
|
|
|
|
"6139346", "Melbourne", |
|
38546
|
|
|
|
|
|
|
"61747949", "Hughenden", |
|
38547
|
|
|
|
|
|
|
"617442567", "Long\ Pocket", |
|
38548
|
|
|
|
|
|
|
"61350624", "Underbool", |
|
38549
|
|
|
|
|
|
|
"617473825", "Boulia", |
|
38550
|
|
|
|
|
|
|
"613553601", "Terang", |
|
38551
|
|
|
|
|
|
|
"61888041", "Curramulka", |
|
38552
|
|
|
|
|
|
|
"61362421", "Dover", |
|
38553
|
|
|
|
|
|
|
"61748340", "Pegunny", |
|
38554
|
|
|
|
|
|
|
"61341497", "Dargo", |
|
38555
|
|
|
|
|
|
|
"61890181", "Shackleton", |
|
38556
|
|
|
|
|
|
|
"618851992", "Windsor", |
|
38557
|
|
|
|
|
|
|
"61359320", "Cowes", |
|
38558
|
|
|
|
|
|
|
"61268428", "Purlewaugh", |
|
38559
|
|
|
|
|
|
|
"617750205", "Thargomindah", |
|
38560
|
|
|
|
|
|
|
"61240187", "Maitland", |
|
38561
|
|
|
|
|
|
|
"618683253", "Congee", |
|
38562
|
|
|
|
|
|
|
"61878099", "Ardrossan", |
|
38563
|
|
|
|
|
|
|
"61343110", "Creswick", |
|
38564
|
|
|
|
|
|
|
"61885046", "Gawler", |
|
38565
|
|
|
|
|
|
|
"61264891", "Eucumbene", |
|
38566
|
|
|
|
|
|
|
"61249130", "Stroud", |
|
38567
|
|
|
|
|
|
|
"61887312", "Penola", |
|
38568
|
|
|
|
|
|
|
"61747680", "Flinders", |
|
38569
|
|
|
|
|
|
|
"61364501", "Rosebery", |
|
38570
|
|
|
|
|
|
|
"61749543", "Walkerston", |
|
38571
|
|
|
|
|
|
|
"61887481", "Laffer", |
|
38572
|
|
|
|
|
|
|
"61266104", "Tyringham", |
|
38573
|
|
|
|
|
|
|
"6138714", "Werribee", |
|
38574
|
|
|
|
|
|
|
"61361207", "Little\ Swanport", |
|
38575
|
|
|
|
|
|
|
"61240254", "Cessnock", |
|
38576
|
|
|
|
|
|
|
"61889402", "Plenty", |
|
38577
|
|
|
|
|
|
|
"61260783", "Coppabella", |
|
38578
|
|
|
|
|
|
|
"61354016", "Colbinabbin", |
|
38579
|
|
|
|
|
|
|
"61269823", "Nangus", |
|
38580
|
|
|
|
|
|
|
"61350057", "Culgoa", |
|
38581
|
|
|
|
|
|
|
"612574750", "Baan\ Baa", |
|
38582
|
|
|
|
|
|
|
"61355466", "Lismore", |
|
38583
|
|
|
|
|
|
|
"613553962", "Panmure", |
|
38584
|
|
|
|
|
|
|
"61355747", "Victoria\ Valley", |
|
38585
|
|
|
|
|
|
|
"618660849", "Dale\ River", |
|
38586
|
|
|
|
|
|
|
"613574624", "Yea", |
|
38587
|
|
|
|
|
|
|
"61362563", "Orford", |
|
38588
|
|
|
|
|
|
|
"61877374", "Short", |
|
38589
|
|
|
|
|
|
|
"618989330", "Williams", |
|
38590
|
|
|
|
|
|
|
"61877031", "Kingston\ Se", |
|
38591
|
|
|
|
|
|
|
"61752179", "Kilkivan", |
|
38592
|
|
|
|
|
|
|
"61741731", "Kumbia", |
|
38593
|
|
|
|
|
|
|
"618762631", "The\ Ranges", |
|
38594
|
|
|
|
|
|
|
"61348180", "Moulamein", |
|
38595
|
|
|
|
|
|
|
"61344348", "Avoca", |
|
38596
|
|
|
|
|
|
|
"61350342", "Cunninyeuk", |
|
38597
|
|
|
|
|
|
|
"61264240", "Numeralla", |
|
38598
|
|
|
|
|
|
|
"61268025", "Bobadah", |
|
38599
|
|
|
|
|
|
|
"61238162", "Yerrinbool", |
|
38600
|
|
|
|
|
|
|
"61285201", "Engadine", |
|
38601
|
|
|
|
|
|
|
"612574715", "Nundle", |
|
38602
|
|
|
|
|
|
|
"61358461", "Tocumwal", |
|
38603
|
|
|
|
|
|
|
"61263914", "Orange", |
|
38604
|
|
|
|
|
|
|
"6128925", "Sydney", |
|
38605
|
|
|
|
|
|
|
"618967821", "Quairading", |
|
38606
|
|
|
|
|
|
|
"61355107", "Mortlake", |
|
38607
|
|
|
|
|
|
|
"61740092", "Mareeba", |
|
38608
|
|
|
|
|
|
|
"61891978", "Pannawonica", |
|
38609
|
|
|
|
|
|
|
"618763659", "Mount\ Hope", |
|
38610
|
|
|
|
|
|
|
"61280431", "Sydney", |
|
38611
|
|
|
|
|
|
|
"6138770", "Dandenong", |
|
38612
|
|
|
|
|
|
|
"61364118", "Ulverstone", |
|
38613
|
|
|
|
|
|
|
"612583512", "Eugowra", |
|
38614
|
|
|
|
|
|
|
"61742644", "Euramo", |
|
38615
|
|
|
|
|
|
|
"61898255", "Tambellup", |
|
38616
|
|
|
|
|
|
|
"613929", "Melbourne", |
|
38617
|
|
|
|
|
|
|
"61721002", "Brisbane", |
|
38618
|
|
|
|
|
|
|
"6129614", "Parramatta", |
|
38619
|
|
|
|
|
|
|
"618997392", "Walkaway", |
|
38620
|
|
|
|
|
|
|
"61247831", "Mulgoa", |
|
38621
|
|
|
|
|
|
|
"61898844", "Mount\ Barker", |
|
38622
|
|
|
|
|
|
|
"61340294", "Cunninyeuk", |
|
38623
|
|
|
|
|
|
|
"61358974", "Lalalty", |
|
38624
|
|
|
|
|
|
|
"61354663", "Raywood", |
|
38625
|
|
|
|
|
|
|
"61741561", "Yandaran", |
|
38626
|
|
|
|
|
|
|
"61897837", "Cundinup", |
|
38627
|
|
|
|
|
|
|
"612685891", "Bogan\ Gate", |
|
38628
|
|
|
|
|
|
|
"612530000", "Leadville", |
|
38629
|
|
|
|
|
|
|
"61745199", "Yetman", |
|
38630
|
|
|
|
|
|
|
"617452705", "Elbow\ Valley", |
|
38631
|
|
|
|
|
|
|
"61268367", "Cobar", |
|
38632
|
|
|
|
|
|
|
"61876210", "Lock", |
|
38633
|
|
|
|
|
|
|
"61342137", "Cressy", |
|
38634
|
|
|
|
|
|
|
"6124684", "Picton", |
|
38635
|
|
|
|
|
|
|
"61886819", "Kyancutta", |
|
38636
|
|
|
|
|
|
|
"61747136", "Mount\ Isa", |
|
38637
|
|
|
|
|
|
|
"61355313", "Coojar", |
|
38638
|
|
|
|
|
|
|
"61741423", "Fraser\ Island", |
|
38639
|
|
|
|
|
|
|
"617451569", "Barcoo", |
|
38640
|
|
|
|
|
|
|
"61851169", "Telfer", |
|
38641
|
|
|
|
|
|
|
"612571129", "Glen\ Elgin", |
|
38642
|
|
|
|
|
|
|
"6124292", "Helensburgh", |
|
38643
|
|
|
|
|
|
|
"618752973", "Tanunda", |
|
38644
|
|
|
|
|
|
|
"61256237", "Urbenville", |
|
38645
|
|
|
|
|
|
|
"61351134", "Seaspray", |
|
38646
|
|
|
|
|
|
|
"61350773", "Mildura", |
|
38647
|
|
|
|
|
|
|
"61746232", "Maranoa", |
|
38648
|
|
|
|
|
|
|
"61258305", "Wellington", |
|
38649
|
|
|
|
|
|
|
"61742322", "Cairns", |
|
38650
|
|
|
|
|
|
|
"61899076", "Marchagee", |
|
38651
|
|
|
|
|
|
|
"612532464", "Quandialla", |
|
38652
|
|
|
|
|
|
|
"61240268", "Newcastle", |
|
38653
|
|
|
|
|
|
|
"61260651", "Little\ Billabong", |
|
38654
|
|
|
|
|
|
|
"61358090", "Tocumwal", |
|
38655
|
|
|
|
|
|
|
"61248592", "Crookwell", |
|
38656
|
|
|
|
|
|
|
"61341243", "Heyfield", |
|
38657
|
|
|
|
|
|
|
"61891451", "Broome", |
|
38658
|
|
|
|
|
|
|
"61886577", "Woomera", |
|
38659
|
|
|
|
|
|
|
"612594072", "Warralonga", |
|
38660
|
|
|
|
|
|
|
"61898138", "Karlgarin", |
|
38661
|
|
|
|
|
|
|
"61879329", "Pine\ Creek", |
|
38662
|
|
|
|
|
|
|
"61242043", "Helensburgh", |
|
38663
|
|
|
|
|
|
|
"61363052", "Lilydale", |
|
38664
|
|
|
|
|
|
|
"61887883", "Conmurra", |
|
38665
|
|
|
|
|
|
|
"61359065", "Mornington", |
|
38666
|
|
|
|
|
|
|
"6138608", "Melbourne", |
|
38667
|
|
|
|
|
|
|
"6135569", "Woolsthorpe", |
|
38668
|
|
|
|
|
|
|
"61746534", "Bonshaw", |
|
38669
|
|
|
|
|
|
|
"618600855", "Yilgarn\ South", |
|
38670
|
|
|
|
|
|
|
"61886570", "Wilpena", |
|
38671
|
|
|
|
|
|
|
"612594002", "Sandigo", |
|
38672
|
|
|
|
|
|
|
"61358097", "Undera", |
|
38673
|
|
|
|
|
|
|
"61886214", "Port\ Lincoln", |
|
38674
|
|
|
|
|
|
|
"61342130", "Anglesea", |
|
38675
|
|
|
|
|
|
|
"61244203", "Narooma", |
|
38676
|
|
|
|
|
|
|
"618858546", "Malinong", |
|
38677
|
|
|
|
|
|
|
"613632", "Launceston", |
|
38678
|
|
|
|
|
|
|
"61256230", "Rappville", |
|
38679
|
|
|
|
|
|
|
"617486010", "Bingegang", |
|
38680
|
|
|
|
|
|
|
"61240636", "Maitland", |
|
38681
|
|
|
|
|
|
|
"61889048", "Davenport", |
|
38682
|
|
|
|
|
|
|
"618753034", "New\ Well", |
|
38683
|
|
|
|
|
|
|
"61267273", "Glen\ Innes", |
|
38684
|
|
|
|
|
|
|
"61868116", "Pingaring", |
|
38685
|
|
|
|
|
|
|
"618600810", "Corrigin\ West", |
|
38686
|
|
|
|
|
|
|
"61266128", "Wooli", |
|
38687
|
|
|
|
|
|
|
"61240509", "Maitland", |
|
38688
|
|
|
|
|
|
|
"618683322", "Rocky\ Gully", |
|
38689
|
|
|
|
|
|
|
"61897830", "Jangardup", |
|
38690
|
|
|
|
|
|
|
"61875152", "Meningie\ East", |
|
38691
|
|
|
|
|
|
|
"61756776", "Tamborine\ Mountain", |
|
38692
|
|
|
|
|
|
|
"61348268", "Rushworth", |
|
38693
|
|
|
|
|
|
|
"61267969", "Bellata", |
|
38694
|
|
|
|
|
|
|
"61238129", "Taralga", |
|
38695
|
|
|
|
|
|
|
"61876217", "Minnipa", |
|
38696
|
|
|
|
|
|
|
"61885791", "Karoonda", |
|
38697
|
|
|
|
|
|
|
"61359468", "Mornington", |
|
38698
|
|
|
|
|
|
|
"61340592", "Arumpo", |
|
38699
|
|
|
|
|
|
|
"61877176", "Conmurra", |
|
38700
|
|
|
|
|
|
|
"6175678", "Southport", |
|
38701
|
|
|
|
|
|
|
"612684902", "Wyanga", |
|
38702
|
|
|
|
|
|
|
"61268404", "Stuart\ Town", |
|
38703
|
|
|
|
|
|
|
"61373011", "Sydenham", |
|
38704
|
|
|
|
|
|
|
"6188725", "Mount\ Gambier", |
|
38705
|
|
|
|
|
|
|
"61885282", "Hamley\ Bridge", |
|
38706
|
|
|
|
|
|
|
"61265872", "Byabarra", |
|
38707
|
|
|
|
|
|
|
"6128105", "Liverpool", |
|
38708
|
|
|
|
|
|
|
"61356161", "Warragul", |
|
38709
|
|
|
|
|
|
|
"61350608", "Mildura", |
|
38710
|
|
|
|
|
|
|
"618903264", "Ardath", |
|
38711
|
|
|
|
|
|
|
"61355100", "Macarthur", |
|
38712
|
|
|
|
|
|
|
"61264493", "Bredbo", |
|
38713
|
|
|
|
|
|
|
"61341061", "Baw\ Baw", |
|
38714
|
|
|
|
|
|
|
"61746758", "Longreach", |
|
38715
|
|
|
|
|
|
|
"61888796", "Nantawarra", |
|
38716
|
|
|
|
|
|
|
"61876272", "Coulta", |
|
38717
|
|
|
|
|
|
|
"612630394", "Burraga", |
|
38718
|
|
|
|
|
|
|
"612583856", "Ballimore", |
|
38719
|
|
|
|
|
|
|
"6129844", "Sydney", |
|
38720
|
|
|
|
|
|
|
"6173603", "Sandgate", |
|
38721
|
|
|
|
|
|
|
"61348187", "Tocumwal", |
|
38722
|
|
|
|
|
|
|
"6173547", "Brisbane", |
|
38723
|
|
|
|
|
|
|
"61741821", "Kingaroy", |
|
38724
|
|
|
|
|
|
|
"61267506", "Moree", |
|
38725
|
|
|
|
|
|
|
"61362698", "Oatlands", |
|
38726
|
|
|
|
|
|
|
"61264247", "Bega", |
|
38727
|
|
|
|
|
|
|
"618854521", "Lowbank", |
|
38728
|
|
|
|
|
|
|
"61363713", "Longford", |
|
38729
|
|
|
|
|
|
|
"61361200", "Geeveston", |
|
38730
|
|
|
|
|
|
|
"61875109", "Langhorne\ Creek", |
|
38731
|
|
|
|
|
|
|
"61896035", "Bibby\ Springs", |
|
38732
|
|
|
|
|
|
|
"61895475", "Bakers\ Hill", |
|
38733
|
|
|
|
|
|
|
"618660765", "Goodlands", |
|
38734
|
|
|
|
|
|
|
"61350050", "Box\ Creek", |
|
38735
|
|
|
|
|
|
|
"61355740", "Victoria\ Valley", |
|
38736
|
|
|
|
|
|
|
"612583183", "Magometon", |
|
38737
|
|
|
|
|
|
|
"61269733", "Bambilla", |
|
38738
|
|
|
|
|
|
|
"612574931", "Glen\ Elgin", |
|
38739
|
|
|
|
|
|
|
"61240180", "Bulahdelah", |
|
38740
|
|
|
|
|
|
|
"61391014", "Melbourne", |
|
38741
|
|
|
|
|
|
|
"618661031", "Beverley\ West", |
|
38742
|
|
|
|
|
|
|
"61742369", "Dimbulah", |
|
38743
|
|
|
|
|
|
|
"61734751", "Russell\ Island", |
|
38744
|
|
|
|
|
|
|
"61359327", "Mornington", |
|
38745
|
|
|
|
|
|
|
"613545272", "Cohuna", |
|
38746
|
|
|
|
|
|
|
"61747687", "Richmond", |
|
38747
|
|
|
|
|
|
|
"61851211", "Mount\ Bruce", |
|
38748
|
|
|
|
|
|
|
"61890295", "Bodallin", |
|
38749
|
|
|
|
|
|
|
"61899131", "Tenindewa", |
|
38750
|
|
|
|
|
|
|
"61756999", "Southport", |
|
38751
|
|
|
|
|
|
|
"617486737", "Alpha", |
|
38752
|
|
|
|
|
|
|
"61879362", "Davenport", |
|
38753
|
|
|
|
|
|
|
"61249137", "Newcastle", |
|
38754
|
|
|
|
|
|
|
"61746764", "Toobeah", |
|
38755
|
|
|
|
|
|
|
"6129708", "Bankstown", |
|
38756
|
|
|
|
|
|
|
"61895078", "Mandurah", |
|
38757
|
|
|
|
|
|
|
"61888979", "Minlaton", |
|
38758
|
|
|
|
|
|
|
"61256026", "Dyraaba", |
|
38759
|
|
|
|
|
|
|
"61259601", "Ariah\ Park", |
|
38760
|
|
|
|
|
|
|
"61896438", "Jennacubbine", |
|
38761
|
|
|
|
|
|
|
"61263092", "Greenethorpe", |
|
38762
|
|
|
|
|
|
|
"61348254", "Jerilderie", |
|
38763
|
|
|
|
|
|
|
"61257011", "Limbri", |
|
38764
|
|
|
|
|
|
|
"612573414", "Nullamanna", |
|
38765
|
|
|
|
|
|
|
"61355589", "Dundonnell", |
|
38766
|
|
|
|
|
|
|
"61851122", "Fitzroy\ Crossing", |
|
38767
|
|
|
|
|
|
|
"61355882", "Harrow", |
|
38768
|
|
|
|
|
|
|
"612952", "Sutherland", |
|
38769
|
|
|
|
|
|
|
"61748347", "Mount\ Coolon", |
|
38770
|
|
|
|
|
|
|
"61341490", "Bruthen", |
|
38771
|
|
|
|
|
|
|
"613553671", "Apsley", |
|
38772
|
|
|
|
|
|
|
"61747071", "Flinders", |
|
38773
|
|
|
|
|
|
|
"61363009", "Moltema", |
|
38774
|
|
|
|
|
|
|
"61747334", "Clarke", |
|
38775
|
|
|
|
|
|
|
"61891276", "Ord", |
|
38776
|
|
|
|
|
|
|
"61255139", "Forster", |
|
38777
|
|
|
|
|
|
|
"61364511", "Gordon", |
|
38778
|
|
|
|
|
|
|
"61265182", "Ravensworth", |
|
38779
|
|
|
|
|
|
|
"61890473", "Eyre", |
|
38780
|
|
|
|
|
|
|
"61887302", "Millicent", |
|
38781
|
|
|
|
|
|
|
"61886852", "Wanilla", |
|
38782
|
|
|
|
|
|
|
"61749080", "Nathan\ Gorge", |
|
38783
|
|
|
|
|
|
|
"61889381", "Jabiru", |
|
38784
|
|
|
|
|
|
|
"61740037", "Dimbulah", |
|
38785
|
|
|
|
|
|
|
"61886559", "Port\ Broughton", |
|
38786
|
|
|
|
|
|
|
"61343100", "Bacchus\ Marsh", |
|
38787
|
|
|
|
|
|
|
"618983448", "Congee", |
|
38788
|
|
|
|
|
|
|
"61255525", "Glendonbrook", |
|
38789
|
|
|
|
|
|
|
"612593750", "Adelong", |
|
38790
|
|
|
|
|
|
|
"61899993", "Geraldton", |
|
38791
|
|
|
|
|
|
|
"61756068", "Southport", |
|
38792
|
|
|
|
|
|
|
"613470535", "Cheshunt", |
|
38793
|
|
|
|
|
|
|
"612684322", "Tooraweenah", |
|
38794
|
|
|
|
|
|
|
"61250032", "Coppabella", |
|
38795
|
|
|
|
|
|
|
"61244038", "Milton\-ulladulla", |
|
38796
|
|
|
|
|
|
|
"61340530", "Patchewollock", |
|
38797
|
|
|
|
|
|
|
"617750352", "Inglewood", |
|
38798
|
|
|
|
|
|
|
"618660978", "Cunderdin\ North", |
|
38799
|
|
|
|
|
|
|
"61260089", "Howlong", |
|
38800
|
|
|
|
|
|
|
"61895609", "Gidgegannup", |
|
38801
|
|
|
|
|
|
|
"612593715", "Milbrulong", |
|
38802
|
|
|
|
|
|
|
"618601099", "Neridup", |
|
38803
|
|
|
|
|
|
|
"613545953", "Murrabit", |
|
38804
|
|
|
|
|
|
|
"61897892", "Tonebridge", |
|
38805
|
|
|
|
|
|
|
"618964468", "Dandaragan", |
|
38806
|
|
|
|
|
|
|
"618967678", "Gabbin", |
|
38807
|
|
|
|
|
|
|
"61741168", "Mulgildie", |
|
38808
|
|
|
|
|
|
|
"61740484", "Mareeba", |
|
38809
|
|
|
|
|
|
|
"61263226", "Young", |
|
38810
|
|
|
|
|
|
|
"61263904", "Young", |
|
38811
|
|
|
|
|
|
|
"613441733", "Romsey", |
|
38812
|
|
|
|
|
|
|
"6174772", "Townsville", |
|
38813
|
|
|
|
|
|
|
"613451021", "Strathdownie", |
|
38814
|
|
|
|
|
|
|
"61730399", "Redcliffe", |
|
38815
|
|
|
|
|
|
|
"61285211", "Engadine", |
|
38816
|
|
|
|
|
|
|
"61242109", "Wollongong", |
|
38817
|
|
|
|
|
|
|
"613542367", "Beazleys\ Bridge", |
|
38818
|
|
|
|
|
|
|
"61256292", "Dyraaba", |
|
38819
|
|
|
|
|
|
|
"613546001", "Gisborne", |
|
38820
|
|
|
|
|
|
|
"61367058", "Winnaleah", |
|
38821
|
|
|
|
|
|
|
"618752925", "Coonalpyn", |
|
38822
|
|
|
|
|
|
|
"61361272", "New\ Norfolk", |
|
38823
|
|
|
|
|
|
|
"618867750", "Orroroo", |
|
38824
|
|
|
|
|
|
|
"61240383", "Branxton", |
|
38825
|
|
|
|
|
|
|
"61342192", "Geelong", |
|
38826
|
|
|
|
|
|
|
"61356209", "Poowong", |
|
38827
|
|
|
|
|
|
|
"61257196", "Coolatai", |
|
38828
|
|
|
|
|
|
|
"61248537", "Marulan", |
|
38829
|
|
|
|
|
|
|
"61886228", "Sheringa", |
|
38830
|
|
|
|
|
|
|
"613470899", "Wangaratta", |
|
38831
|
|
|
|
|
|
|
"6188382", "Mclaren\ Vale", |
|
38832
|
|
|
|
|
|
|
"61887173", "Colebatch", |
|
38833
|
|
|
|
|
|
|
"6174226", "Cairns", |
|
38834
|
|
|
|
|
|
|
"61898531", "Porongurup", |
|
38835
|
|
|
|
|
|
|
"618903527", "Laverton", |
|
38836
|
|
|
|
|
|
|
"613545937", "Lalbert", |
|
38837
|
|
|
|
|
|
|
"61357420", "Yarrawonga", |
|
38838
|
|
|
|
|
|
|
"61354006", "Bealiba", |
|
38839
|
|
|
|
|
|
|
"61746297", "Tabers", |
|
38840
|
|
|
|
|
|
|
"617476738", "Ravenswood", |
|
38841
|
|
|
|
|
|
|
"6188165", "Adelaide", |
|
38842
|
|
|
|
|
|
|
"61266114", "Whiporie", |
|
38843
|
|
|
|
|
|
|
"61361217", "Geeveston", |
|
38844
|
|
|
|
|
|
|
"618867715", "Wilmington", |
|
38845
|
|
|
|
|
|
|
"618683661", "Rocky\ Gully", |
|
38846
|
|
|
|
|
|
|
"61364748", "Yolla", |
|
38847
|
|
|
|
|
|
|
"61351683", "Ensay", |
|
38848
|
|
|
|
|
|
|
"61876200", "Kelly", |
|
38849
|
|
|
|
|
|
|
"612574400", "Breeza", |
|
38850
|
|
|
|
|
|
|
"617442913", "Long\ Pocket", |
|
38851
|
|
|
|
|
|
|
"61756054", "Ormeau", |
|
38852
|
|
|
|
|
|
|
"61341432", "Mallacoota", |
|
38853
|
|
|
|
|
|
|
"618866381", "Wudinna", |
|
38854
|
|
|
|
|
|
|
"61875261", "Kapunda", |
|
38855
|
|
|
|
|
|
|
"61357156", "Yea", |
|
38856
|
|
|
|
|
|
|
"61895447", "Byford", |
|
38857
|
|
|
|
|
|
|
"61752157", "Nambour", |
|
38858
|
|
|
|
|
|
|
"61355172", "Wombelano", |
|
38859
|
|
|
|
|
|
|
"612530100", "Euchareena", |
|
38860
|
|
|
|
|
|
|
"61287470", "Liverpool", |
|
38861
|
|
|
|
|
|
|
"61263030", "Burraga", |
|
38862
|
|
|
|
|
|
|
"61741154", "Wondai", |
|
38863
|
|
|
|
|
|
|
"617473873", "Eddington", |
|
38864
|
|
|
|
|
|
|
"61746443", "Ballandean", |
|
38865
|
|
|
|
|
|
|
"618964955", "Yerecoin", |
|
38866
|
|
|
|
|
|
|
"61898761", "Wagin", |
|
38867
|
|
|
|
|
|
|
"6129457", "Terrey\ Hills", |
|
38868
|
|
|
|
|
|
|
"61264275", "Tathra", |
|
38869
|
|
|
|
|
|
|
"61364108", "Marrawah", |
|
38870
|
|
|
|
|
|
|
"61248767", "Braidwood", |
|
38871
|
|
|
|
|
|
|
"61248446", "Breadalbane", |
|
38872
|
|
|
|
|
|
|
"61259246", "Tumut", |
|
38873
|
|
|
|
|
|
|
"618964910", "Moora", |
|
38874
|
|
|
|
|
|
|
"61868091", "Narrakine", |
|
38875
|
|
|
|
|
|
|
"61890588", "Karloning", |
|
38876
|
|
|
|
|
|
|
"61342333", "Meredith", |
|
38877
|
|
|
|
|
|
|
"61267098", "Nundle", |
|
38878
|
|
|
|
|
|
|
"61350079", "Robinvale", |
|
38879
|
|
|
|
|
|
|
"61355117", "Ozenkadnook", |
|
38880
|
|
|
|
|
|
|
"612594172", "Ardlethan", |
|
38881
|
|
|
|
|
|
|
"61251282", "Captains\ Flat", |
|
38882
|
|
|
|
|
|
|
"61268163", "Parkes", |
|
38883
|
|
|
|
|
|
|
"613531701", "Marnoo", |
|
38884
|
|
|
|
|
|
|
"61896399", "Quairading", |
|
38885
|
|
|
|
|
|
|
"61352082", "Meredith", |
|
38886
|
|
|
|
|
|
|
"61895652", "Mandurah", |
|
38887
|
|
|
|
|
|
|
"61255946", "Taree", |
|
38888
|
|
|
|
|
|
|
"61748375", "Sarina", |
|
38889
|
|
|
|
|
|
|
"61362039", "South\ Bruny", |
|
38890
|
|
|
|
|
|
|
"618763881", "Kimba", |
|
38891
|
|
|
|
|
|
|
"6129112", "Sydney", |
|
38892
|
|
|
|
|
|
|
"61897676", "Manjimup", |
|
38893
|
|
|
|
|
|
|
"612574113", "Croppa\ Creek", |
|
38894
|
|
|
|
|
|
|
"618856751", "Walker\ Flat", |
|
38895
|
|
|
|
|
|
|
"61888950", "Balaklava", |
|
38896
|
|
|
|
|
|
|
"61752284", "Crossdale", |
|
38897
|
|
|
|
|
|
|
"61267495", "Boggabri", |
|
38898
|
|
|
|
|
|
|
"6124707", "Penrith", |
|
38899
|
|
|
|
|
|
|
"61355303", "Wallacedale", |
|
38900
|
|
|
|
|
|
|
"617486584", "Wowan", |
|
38901
|
|
|
|
|
|
|
"618866964", "Gladstone", |
|
38902
|
|
|
|
|
|
|
"61247086", "Mount\ Wilson", |
|
38903
|
|
|
|
|
|
|
"61367064", "Beaconsfield", |
|
38904
|
|
|
|
|
|
|
"612583243", "Bruie\ Plains", |
|
38905
|
|
|
|
|
|
|
"6139268", "Melbourne", |
|
38906
|
|
|
|
|
|
|
"617476500", "Greenvale", |
|
38907
|
|
|
|
|
|
|
"61887359", "Thornlea", |
|
38908
|
|
|
|
|
|
|
"61867039", "Collie", |
|
38909
|
|
|
|
|
|
|
"617458685", "Thomson", |
|
38910
|
|
|
|
|
|
|
"61868106", "Jaloran", |
|
38911
|
|
|
|
|
|
|
"61738359", "Brisbane", |
|
38912
|
|
|
|
|
|
|
"618753134", "Karoonda", |
|
38913
|
|
|
|
|
|
|
"61875043", "Meningie", |
|
38914
|
|
|
|
|
|
|
"61887648", "Lucindale", |
|
38915
|
|
|
|
|
|
|
"61888957", "Booborowie", |
|
38916
|
|
|
|
|
|
|
"617480820", "Yeppoon", |
|
38917
|
|
|
|
|
|
|
"61748019", "Capella", |
|
38918
|
|
|
|
|
|
|
"61340446", "Robinvale", |
|
38919
|
|
|
|
|
|
|
"617476570", "Long\ Pocket", |
|
38920
|
|
|
|
|
|
|
"618862902", "Coffin\ Bay", |
|
38921
|
|
|
|
|
|
|
"61887911", "Bordertown", |
|
38922
|
|
|
|
|
|
|
"61886926", "Port\ Pirie", |
|
38923
|
|
|
|
|
|
|
"612583785", "Coolabah", |
|
38924
|
|
|
|
|
|
|
"61886204", "Rudall", |
|
38925
|
|
|
|
|
|
|
"61357368", "Creightons\ Creek", |
|
38926
|
|
|
|
|
|
|
"61258079", "Tooraweenah", |
|
38927
|
|
|
|
|
|
|
"617486155", "Gayfield", |
|
38928
|
|
|
|
|
|
|
"613531771", "Ballarat", |
|
38929
|
|
|
|
|
|
|
"61263484", "Lue", |
|
38930
|
|
|
|
|
|
|
"61740226", "Molloy", |
|
38931
|
|
|
|
|
|
|
"61740904", "Thursday\ Island", |
|
38932
|
|
|
|
|
|
|
"613532211", "Minimay", |
|
38933
|
|
|
|
|
|
|
"612594102", "Coolamon", |
|
38934
|
|
|
|
|
|
|
"61887345", "Tantanoola", |
|
38935
|
|
|
|
|
|
|
"618989151", "Nomans\ Lake", |
|
38936
|
|
|
|
|
|
|
"613431194", "Polkemmet", |
|
38937
|
|
|
|
|
|
|
"61263928", "Orange", |
|
38938
|
|
|
|
|
|
|
"61387846", "Dandenong", |
|
38939
|
|
|
|
|
|
|
"61350941", "Underbool", |
|
38940
|
|
|
|
|
|
|
"617750223", "Yuleba", |
|
38941
|
|
|
|
|
|
|
"61743089", "Murgon", |
|
38942
|
|
|
|
|
|
|
"61899538", "Howatharra", |
|
38943
|
|
|
|
|
|
|
"61266316", "Wooli", |
|
38944
|
|
|
|
|
|
|
"61363143", "Westbury", |
|
38945
|
|
|
|
|
|
|
"61257394", "Somerton", |
|
38946
|
|
|
|
|
|
|
"61355110", "Mount\ Richmond", |
|
38947
|
|
|
|
|
|
|
"618682198", "Unicup", |
|
38948
|
|
|
|
|
|
|
"61344081", "Talbot", |
|
38949
|
|
|
|
|
|
|
"612574642", "Walcha\ Road", |
|
38950
|
|
|
|
|
|
|
"61350618", "Willandra\ Lakes", |
|
38951
|
|
|
|
|
|
|
"618865838", "Courela", |
|
38952
|
|
|
|
|
|
|
"6187922", "Darwin", |
|
38953
|
|
|
|
|
|
|
"613451451", "Tyrendarra", |
|
38954
|
|
|
|
|
|
|
"61895440", "Bullsbrook\ East", |
|
38955
|
|
|
|
|
|
|
"61891513", "Kununurra", |
|
38956
|
|
|
|
|
|
|
"61373001", "Point\ Cook", |
|
38957
|
|
|
|
|
|
|
"61353961", "Warracknabeal", |
|
38958
|
|
|
|
|
|
|
"613432140", "Crymelon", |
|
38959
|
|
|
|
|
|
|
"61752150", "Kilcoy", |
|
38960
|
|
|
|
|
|
|
"618852090", "Barmera", |
|
38961
|
|
|
|
|
|
|
"618683339", "Boscabel", |
|
38962
|
|
|
|
|
|
|
"61876207", "Kyancutta", |
|
38963
|
|
|
|
|
|
|
"612574470", "Uralla", |
|
38964
|
|
|
|
|
|
|
"61355775", "Bessiebelle", |
|
38965
|
|
|
|
|
|
|
"61261148", "Gearys\ Gap", |
|
38966
|
|
|
|
|
|
|
"613431806", "Stawell", |
|
38967
|
|
|
|
|
|
|
"618600268", "Westonia", |
|
38968
|
|
|
|
|
|
|
"61754969", "Caloundra", |
|
38969
|
|
|
|
|
|
|
"61263037", "Canowindra", |
|
38970
|
|
|
|
|
|
|
"61240519", "Maitland", |
|
38971
|
|
|
|
|
|
|
"612530170", "Bylong", |
|
38972
|
|
|
|
|
|
|
"61350315", "Robinvale", |
|
38973
|
|
|
|
|
|
|
"61357427", "Graytown", |
|
38974
|
|
|
|
|
|
|
"617486852", "Middlemount", |
|
38975
|
|
|
|
|
|
|
"61748143", "Walkerston", |
|
38976
|
|
|
|
|
|
|
"618600786", "South\ Kumminin", |
|
38977
|
|
|
|
|
|
|
"618865826", "Coorabie", |
|
38978
|
|
|
|
|
|
|
"617476482", "Dalbeg", |
|
38979
|
|
|
|
|
|
|
"61248530", "Gundillion", |
|
38980
|
|
|
|
|
|
|
"61875119", "Kapunda", |
|
38981
|
|
|
|
|
|
|
"61358032", "Dookie", |
|
38982
|
|
|
|
|
|
|
"613553836", "Penshurst", |
|
38983
|
|
|
|
|
|
|
"61361210", "Southwest", |
|
38984
|
|
|
|
|
|
|
"61363703", "St\ Helens", |
|
38985
|
|
|
|
|
|
|
"61738173", "Ipswich", |
|
38986
|
|
|
|
|
|
|
"61746290", "St\ George", |
|
38987
|
|
|
|
|
|
|
"617441402", "Gulf", |
|
38988
|
|
|
|
|
|
|
"613546071", "Trentham", |
|
38989
|
|
|
|
|
|
|
"612594414", "Kyeamba", |
|
38990
|
|
|
|
|
|
|
"61361574", "Nubeena", |
|
38991
|
|
|
|
|
|
|
"61741356", "Kumbia", |
|
38992
|
|
|
|
|
|
|
"617452595", "Jondaryan", |
|
38993
|
|
|
|
|
|
|
"6174783", "Ayr", |
|
38994
|
|
|
|
|
|
|
"61255248", "Rawdon\ Vale", |
|
38995
|
|
|
|
|
|
|
"617459988", "Jericho", |
|
38996
|
|
|
|
|
|
|
"61353474", "Dadswells\ Bridge", |
|
38997
|
|
|
|
|
|
|
"61256594", "Lawrence", |
|
38998
|
|
|
|
|
|
|
"61353631", "Minyip", |
|
38999
|
|
|
|
|
|
|
"61340537", "Tempy", |
|
39000
|
|
|
|
|
|
|
"61886545", "Tumby\ Bay", |
|
39001
|
|
|
|
|
|
|
"618660908", "Jelkobine", |
|
39002
|
|
|
|
|
|
|
"61363019", "Launceston", |
|
39003
|
|
|
|
|
|
|
"61749671", "Mackay", |
|
39004
|
|
|
|
|
|
|
"61753199", "Caboolture", |
|
39005
|
|
|
|
|
|
|
"61364124", "Smithton", |
|
39006
|
|
|
|
|
|
|
"618967608", "Wubin\ West", |
|
39007
|
|
|
|
|
|
|
"617452723", "Killarney", |
|
39008
|
|
|
|
|
|
|
"61257001", "Burren\ Junction", |
|
39009
|
|
|
|
|
|
|
"61754639", "Kalbar", |
|
39010
|
|
|
|
|
|
|
"61259611", "Goolgowi", |
|
39011
|
|
|
|
|
|
|
"6139472", "Melbourne", |
|
39012
|
|
|
|
|
|
|
"61269039", "Hay", |
|
39013
|
|
|
|
|
|
|
"61749087", "Rolleston", |
|
39014
|
|
|
|
|
|
|
"617458970", "Billa\ Billa", |
|
39015
|
|
|
|
|
|
|
"618989398", "Jaloran", |
|
39016
|
|
|
|
|
|
|
"61851201", "Wittenoom", |
|
39017
|
|
|
|
|
|
|
"612593931", "Rannock", |
|
39018
|
|
|
|
|
|
|
"618869007", "Iron\ Baron", |
|
39019
|
|
|
|
|
|
|
"612574582", "Curlewis", |
|
39020
|
|
|
|
|
|
|
"618782018", "Hamley\ Bridge", |
|
39021
|
|
|
|
|
|
|
"612533056", "Twelve\ Mile", |
|
39022
|
|
|
|
|
|
|
"61880074", "White\ Cliffs", |
|
39023
|
|
|
|
|
|
|
"618661131", "Dalwallinu\ West", |
|
39024
|
|
|
|
|
|
|
"61740030", "Cooktown", |
|
39025
|
|
|
|
|
|
|
"61860051", "Mount\ Beaumont", |
|
39026
|
|
|
|
|
|
|
"61343107", "Ballarat", |
|
39027
|
|
|
|
|
|
|
"61358403", "Mabins\ Well", |
|
39028
|
|
|
|
|
|
|
"618600958", "Kellerberrin", |
|
39029
|
|
|
|
|
|
|
"613431766", "Buangor", |
|
39030
|
|
|
|
|
|
|
"617486847", "Lethebrook", |
|
39031
|
|
|
|
|
|
|
"618753140", "Malinong", |
|
39032
|
|
|
|
|
|
|
"618967061", "Tammin", |
|
39033
|
|
|
|
|
|
|
"61730534", "Beenleigh", |
|
39034
|
|
|
|
|
|
|
"618983783", "Magitup", |
|
39035
|
|
|
|
|
|
|
"618964487", "Jurien", |
|
39036
|
|
|
|
|
|
|
"612532582", "Neville", |
|
39037
|
|
|
|
|
|
|
"61255415", "Merriwa", |
|
39038
|
|
|
|
|
|
|
"617459082", "Wyaga", |
|
39039
|
|
|
|
|
|
|
"61742188", "Etheridge", |
|
39040
|
|
|
|
|
|
|
"61741853", "Manumbar", |
|
39041
|
|
|
|
|
|
|
"61746035", "Bollon", |
|
39042
|
|
|
|
|
|
|
"61387717", "Sunbury", |
|
39043
|
|
|
|
|
|
|
"61745475", "Cunnamulla", |
|
39044
|
|
|
|
|
|
|
"61898052", "Cairlocup", |
|
39045
|
|
|
|
|
|
|
"61754179", "Upper\ Widgee", |
|
39046
|
|
|
|
|
|
|
"617487168", "Willows", |
|
39047
|
|
|
|
|
|
|
"61342348", "Cressy", |
|
39048
|
|
|
|
|
|
|
"61862197", "Fremantle", |
|
39049
|
|
|
|
|
|
|
"618752962", "Pinnaroo", |
|
39050
|
|
|
|
|
|
|
"61357510", "Alexandra", |
|
39051
|
|
|
|
|
|
|
"61244119", "Berry", |
|
39052
|
|
|
|
|
|
|
"61247012", "Mulgoa", |
|
39053
|
|
|
|
|
|
|
"6175662", "Southport", |
|
39054
|
|
|
|
|
|
|
"61897687", "Donnybrook", |
|
39055
|
|
|
|
|
|
|
"61361040", "Strathgordon", |
|
39056
|
|
|
|
|
|
|
"618683078", "Manypeaks", |
|
39057
|
|
|
|
|
|
|
"61740295", "Etheridge", |
|
39058
|
|
|
|
|
|
|
"613573017", "Devlins\ Bridge", |
|
39059
|
|
|
|
|
|
|
"618763820", "Port\ Pirie", |
|
39060
|
|
|
|
|
|
|
"61240462", "Bulahdelah", |
|
39061
|
|
|
|
|
|
|
"61268864", "Neilrex", |
|
39062
|
|
|
|
|
|
|
"61357274", "Whorouly", |
|
39063
|
|
|
|
|
|
|
"61876319", "Terowie", |
|
39064
|
|
|
|
|
|
|
"61251216", "Yass", |
|
39065
|
|
|
|
|
|
|
"61745078", "Thomson", |
|
39066
|
|
|
|
|
|
|
"61734723", "Redcliffe", |
|
39067
|
|
|
|
|
|
|
"61886995", "Nunjikompita", |
|
39068
|
|
|
|
|
|
|
"61746438", "Goombungee", |
|
39069
|
|
|
|
|
|
|
"6174128", "Pialba", |
|
39070
|
|
|
|
|
|
|
"61264007", "Bega", |
|
39071
|
|
|
|
|
|
|
"617442897", "Georgina", |
|
39072
|
|
|
|
|
|
|
"61238034", "Braidwood", |
|
39073
|
|
|
|
|
|
|
"612594063", "Tumbarumba", |
|
39074
|
|
|
|
|
|
|
"61897071", "Bunbury", |
|
39075
|
|
|
|
|
|
|
"61741276", "Biggenden", |
|
39076
|
|
|
|
|
|
|
"61255018", "Murrurundi", |
|
39077
|
|
|
|
|
|
|
"61753447", "Maroon", |
|
39078
|
|
|
|
|
|
|
"613432134", "Beulah", |
|
39079
|
|
|
|
|
|
|
"61367197", "Emita", |
|
39080
|
|
|
|
|
|
|
"6188470", "Adelaide", |
|
39081
|
|
|
|
|
|
|
"618967716", "Wyalkatchem", |
|
39082
|
|
|
|
|
|
|
"61867118", "Waroona", |
|
39083
|
|
|
|
|
|
|
"61873824", "Salisbury", |
|
39084
|
|
|
|
|
|
|
"618982397", "Manypeaks", |
|
39085
|
|
|
|
|
|
|
"61268111", "Trangie", |
|
39086
|
|
|
|
|
|
|
"61861925", "Armadale", |
|
39087
|
|
|
|
|
|
|
"61359558", "Red\ Hill", |
|
39088
|
|
|
|
|
|
|
"61753293", "Noosaville", |
|
39089
|
|
|
|
|
|
|
"61267157", "Coolatai", |
|
39090
|
|
|
|
|
|
|
"612574633", "Spring\ Plains", |
|
39091
|
|
|
|
|
|
|
"61752098", "Imbil", |
|
39092
|
|
|
|
|
|
|
"61265116", "Rawdon\ Vale", |
|
39093
|
|
|
|
|
|
|
"61264349", "Numeralla", |
|
39094
|
|
|
|
|
|
|
"612532470", "Windeyer", |
|
39095
|
|
|
|
|
|
|
"61753536", "Nambour", |
|
39096
|
|
|
|
|
|
|
"61898009", "Albany", |
|
39097
|
|
|
|
|
|
|
"61885908", "Karatta", |
|
39098
|
|
|
|
|
|
|
"61356310", "Toora", |
|
39099
|
|
|
|
|
|
|
"61753609", "Caboolture", |
|
39100
|
|
|
|
|
|
|
"61748249", "Wowan", |
|
39101
|
|
|
|
|
|
|
"61887798", "Padthaway", |
|
39102
|
|
|
|
|
|
|
"61744322", "The\ Monument", |
|
39103
|
|
|
|
|
|
|
"61263181", "Oberon", |
|
39104
|
|
|
|
|
|
|
"612574657", "Barwick", |
|
39105
|
|
|
|
|
|
|
"61351062", "Erica", |
|
39106
|
|
|
|
|
|
|
"61875213", "Bower", |
|
39107
|
|
|
|
|
|
|
"61887874", "Lucindale", |
|
39108
|
|
|
|
|
|
|
"618997017", "Yaringa", |
|
39109
|
|
|
|
|
|
|
"612685561", "Forbes", |
|
39110
|
|
|
|
|
|
|
"61244043", "Berry", |
|
39111
|
|
|
|
|
|
|
"613553973", "Port\ Fairy", |
|
39112
|
|
|
|
|
|
|
"618864604", "Port\ Pirie", |
|
39113
|
|
|
|
|
|
|
"61738279", "Beenleigh", |
|
39114
|
|
|
|
|
|
|
"618967784", "Dale\ River", |
|
39115
|
|
|
|
|
|
|
"61898713", "Newdegate", |
|
39116
|
|
|
|
|
|
|
"61344137", "Gunbower", |
|
39117
|
|
|
|
|
|
|
"61878178", "Halbury", |
|
39118
|
|
|
|
|
|
|
"61879036", "Tennant\ Creek", |
|
39119
|
|
|
|
|
|
|
"613441256", "Bealiba", |
|
39120
|
|
|
|
|
|
|
"61267284", "Craigleigh", |
|
39121
|
|
|
|
|
|
|
"61359229", "Cowes", |
|
39122
|
|
|
|
|
|
|
"613451080", "Portland", |
|
39123
|
|
|
|
|
|
|
"61362851", "Tarraleah", |
|
39124
|
|
|
|
|
|
|
"61355632", "Warrnambool", |
|
39125
|
|
|
|
|
|
|
"61344130", "Bridgewater", |
|
39126
|
|
|
|
|
|
|
"61257539", "Glen\ Innes", |
|
39127
|
|
|
|
|
|
|
"61341003", "Cabbage\ Tree\ Creek", |
|
39128
|
|
|
|
|
|
|
"6138339", "Craigieburn", |
|
39129
|
|
|
|
|
|
|
"61267582", "Glencoe", |
|
39130
|
|
|
|
|
|
|
"6126555", "Forster", |
|
39131
|
|
|
|
|
|
|
"61890092", "Holleton", |
|
39132
|
|
|
|
|
|
|
"61269501", "Egansford", |
|
39133
|
|
|
|
|
|
|
"61748255", "Biloela", |
|
39134
|
|
|
|
|
|
|
"61356103", "Leongatha", |
|
39135
|
|
|
|
|
|
|
"61267889", "Glen\ Innes", |
|
39136
|
|
|
|
|
|
|
"61887279", "Millicent", |
|
39137
|
|
|
|
|
|
|
"61891561", "Roebuck", |
|
39138
|
|
|
|
|
|
|
"61353913", "Nhill", |
|
39139
|
|
|
|
|
|
|
"612685814", "Girilambone", |
|
39140
|
|
|
|
|
|
|
"618903831", "Karloning", |
|
39141
|
|
|
|
|
|
|
"61748844", "Comet", |
|
39142
|
|
|
|
|
|
|
"613553903", "Heywood", |
|
39143
|
|
|
|
|
|
|
"61263295", "Yetholme", |
|
39144
|
|
|
|
|
|
|
"618903270", "Belka\ East", |
|
39145
|
|
|
|
|
|
|
"612583232", "Berkley\ Downs", |
|
39146
|
|
|
|
|
|
|
"612685886", "Bindogundra", |
|
39147
|
|
|
|
|
|
|
"613545263", "Boort", |
|
39148
|
|
|
|
|
|
|
"61255233", "Howes\ Valley", |
|
39149
|
|
|
|
|
|
|
"61240429", "Raymond\ Terrace", |
|
39150
|
|
|
|
|
|
|
"61897136", "Wilga", |
|
39151
|
|
|
|
|
|
|
"61358801", "Deniliquin", |
|
39152
|
|
|
|
|
|
|
"61260623", "Albury", |
|
39153
|
|
|
|
|
|
|
"612570001", "Aberfoyle", |
|
39154
|
|
|
|
|
|
|
"61264658", "Bemboka", |
|
39155
|
|
|
|
|
|
|
"61356317", "Korumburra", |
|
39156
|
|
|
|
|
|
|
"61299334", "Liverpool", |
|
39157
|
|
|
|
|
|
|
"61887963", "Kingston\ Se", |
|
39158
|
|
|
|
|
|
|
"61891423", "Hall\'s\ Creek", |
|
39159
|
|
|
|
|
|
|
"612532854", "Molong", |
|
39160
|
|
|
|
|
|
|
"61756231", "Tamborine\ Mountain", |
|
39161
|
|
|
|
|
|
|
"61261392", "Captains\ Flat", |
|
39162
|
|
|
|
|
|
|
"61255596", "Kempsey", |
|
39163
|
|
|
|
|
|
|
"61896232", "Jennacubbine", |
|
39164
|
|
|
|
|
|
|
"61889569", "Plenty", |
|
39165
|
|
|
|
|
|
|
"61358983", "Deniliquin", |
|
39166
|
|
|
|
|
|
|
"61749076", "Broadsound", |
|
39167
|
|
|
|
|
|
|
"613470904", "Yarrawonga", |
|
39168
|
|
|
|
|
|
|
"61741451", "Proston", |
|
39169
|
|
|
|
|
|
|
"61361309", "Swansea", |
|
39170
|
|
|
|
|
|
|
"61748138", "Nebo", |
|
39171
|
|
|
|
|
|
|
"61392136", "Croydon", |
|
39172
|
|
|
|
|
|
|
"61267150", "Tamworth", |
|
39173
|
|
|
|
|
|
|
"617476332", "Prairie", |
|
39174
|
|
|
|
|
|
|
"61264355", "Cobargo", |
|
39175
|
|
|
|
|
|
|
"61284035", "Terrey\ Hills", |
|
39176
|
|
|
|
|
|
|
"61259016", "Merriwagga", |
|
39177
|
|
|
|
|
|
|
"61264000", "Adaminaby", |
|
39178
|
|
|
|
|
|
|
"61745619", "Jericho", |
|
39179
|
|
|
|
|
|
|
"61260774", "Cudgewa", |
|
39180
|
|
|
|
|
|
|
"61885085", "Kingscote", |
|
39181
|
|
|
|
|
|
|
"61897949", "Busselton", |
|
39182
|
|
|
|
|
|
|
"61260898", "Corowa", |
|
39183
|
|
|
|
|
|
|
"613431957", "Dadswells\ Bridge", |
|
39184
|
|
|
|
|
|
|
"61361352", "Hobart", |
|
39185
|
|
|
|
|
|
|
"61736092", "Sandgate", |
|
39186
|
|
|
|
|
|
|
"613441742", "Wedderburn", |
|
39187
|
|
|
|
|
|
|
"61357879", "Nagambie", |
|
39188
|
|
|
|
|
|
|
"61268269", "Dubbo", |
|
39189
|
|
|
|
|
|
|
"61367190", "Avoca", |
|
39190
|
|
|
|
|
|
|
"618660739", "Bencubbin", |
|
39191
|
|
|
|
|
|
|
"61255679", "Hunter\ Springs", |
|
39192
|
|
|
|
|
|
|
"61898340", "Lumeah", |
|
39193
|
|
|
|
|
|
|
"618851198", "Wunkar", |
|
39194
|
|
|
|
|
|
|
"61265314", "Mount\ Olive", |
|
39195
|
|
|
|
|
|
|
"61357572", "Wangaratta", |
|
39196
|
|
|
|
|
|
|
"618683489", "Congee", |
|
39197
|
|
|
|
|
|
|
"61753440", "Maleny", |
|
39198
|
|
|
|
|
|
|
"613442095", "Womboota", |
|
39199
|
|
|
|
|
|
|
"61375002", "Clayton", |
|
39200
|
|
|
|
|
|
|
"618660072", "Badgingarra", |
|
39201
|
|
|
|
|
|
|
"61876075", "Port\ Broughton", |
|
39202
|
|
|
|
|
|
|
"61269118", "Burra", |
|
39203
|
|
|
|
|
|
|
"617480160", "Bingegang", |
|
39204
|
|
|
|
|
|
|
"613531861", "Skipton", |
|
39205
|
|
|
|
|
|
|
"61740181", "Edward\ River", |
|
39206
|
|
|
|
|
|
|
"61877383", "Wirrega", |
|
39207
|
|
|
|
|
|
|
"617459967", "Dirranbandi", |
|
39208
|
|
|
|
|
|
|
"61897680", "Bunbury", |
|
39209
|
|
|
|
|
|
|
"61361047", "Bothwell", |
|
39210
|
|
|
|
|
|
|
"61357517", "Broadford", |
|
39211
|
|
|
|
|
|
|
"61364698", "Yambacoona", |
|
39212
|
|
|
|
|
|
|
"61889906", "Rodinga", |
|
39213
|
|
|
|
|
|
|
"617750347", "Greenmount", |
|
39214
|
|
|
|
|
|
|
"61363138", "Beaconsfield", |
|
39215
|
|
|
|
|
|
|
"61885924", "Truro", |
|
39216
|
|
|
|
|
|
|
"61879171", "Simpson", |
|
39217
|
|
|
|
|
|
|
"613431933", "Stoneleigh", |
|
39218
|
|
|
|
|
|
|
"617473936", "Kalkadoon", |
|
39219
|
|
|
|
|
|
|
"61885488", "Victor\ Harbor", |
|
39220
|
|
|
|
|
|
|
"61387710", "Werribee", |
|
39221
|
|
|
|
|
|
|
"61340341", "Kyalite", |
|
39222
|
|
|
|
|
|
|
"618683517", "Kondinin", |
|
39223
|
|
|
|
|
|
|
"61359262", "Tankerton", |
|
39224
|
|
|
|
|
|
|
"61351029", "Meerlieu", |
|
39225
|
|
|
|
|
|
|
"61744369", "Townsville", |
|
39226
|
|
|
|
|
|
|
"61266382", "Leeville", |
|
39227
|
|
|
|
|
|
|
"61888201", "Clare", |
|
39228
|
|
|
|
|
|
|
"617750189", "Quilpie", |
|
39229
|
|
|
|
|
|
|
"61256339", "Coffs\ Harbour", |
|
39230
|
|
|
|
|
|
|
"61269851", "Kikoira", |
|
39231
|
|
|
|
|
|
|
"618753395", "Goolwa", |
|
39232
|
|
|
|
|
|
|
"61264664", "Bredbo", |
|
39233
|
|
|
|
|
|
|
"61875038", "Halidon", |
|
39234
|
|
|
|
|
|
|
"61887633", "Robe", |
|
39235
|
|
|
|
|
|
|
"61268973", "Fairholme", |
|
39236
|
|
|
|
|
|
|
"61873808", "Salisbury", |
|
39237
|
|
|
|
|
|
|
"6174081", "Cairns", |
|
39238
|
|
|
|
|
|
|
"61238161", "Woodhouselee", |
|
39239
|
|
|
|
|
|
|
"612574946", "Limbri", |
|
39240
|
|
|
|
|
|
|
"61285202", "Sutherland", |
|
39241
|
|
|
|
|
|
|
"612574725", "Rocky\ Creek", |
|
39242
|
|
|
|
|
|
|
"61886108", "Kelly", |
|
39243
|
|
|
|
|
|
|
"61358462", "Nathalia", |
|
39244
|
|
|
|
|
|
|
"61260536", "Tallangatta", |
|
39245
|
|
|
|
|
|
|
"617476493", "Giru", |
|
39246
|
|
|
|
|
|
|
"61877032", "Lochaber", |
|
39247
|
|
|
|
|
|
|
"61741732", "Kumbia", |
|
39248
|
|
|
|
|
|
|
"613546333", "Newstead", |
|
39249
|
|
|
|
|
|
|
"61350341", "Mallan", |
|
39250
|
|
|
|
|
|
|
"613531933", "Dimboola", |
|
39251
|
|
|
|
|
|
|
"617486196", "Fitzroy\ West", |
|
39252
|
|
|
|
|
|
|
"612574175", "Warialda", |
|
39253
|
|
|
|
|
|
|
"617750374", "Millmerran", |
|
39254
|
|
|
|
|
|
|
"618852084", "Riverton", |
|
39255
|
|
|
|
|
|
|
"61890550", "Wialki\ North", |
|
39256
|
|
|
|
|
|
|
"61263106", "Hill\ End", |
|
39257
|
|
|
|
|
|
|
"613574614", "Violet\ Town", |
|
39258
|
|
|
|
|
|
|
"61341029", "Yinnar", |
|
39259
|
|
|
|
|
|
|
"61749064", "Goovigen", |
|
39260
|
|
|
|
|
|
|
"61356129", "Bunyip", |
|
39261
|
|
|
|
|
|
|
"61887482", "Makin", |
|
39262
|
|
|
|
|
|
|
"61260293", "Walla\ Walla", |
|
39263
|
|
|
|
|
|
|
"618753479", "Karatta", |
|
39264
|
|
|
|
|
|
|
"61354686", "Nullawil", |
|
39265
|
|
|
|
|
|
|
"61889401", "Petermann", |
|
39266
|
|
|
|
|
|
|
"617459851", "Greenmount", |
|
39267
|
|
|
|
|
|
|
"61357968", "Swanpool", |
|
39268
|
|
|
|
|
|
|
"61264892", "Jindabyne\ South", |
|
39269
|
|
|
|
|
|
|
"61734155", "Kooringal", |
|
39270
|
|
|
|
|
|
|
"613531957", "Glenisla", |
|
39271
|
|
|
|
|
|
|
"61747010", "Ayr", |
|
39272
|
|
|
|
|
|
|
"613574686", "King\ Valley", |
|
39273
|
|
|
|
|
|
|
"61887311", "Penola", |
|
39274
|
|
|
|
|
|
|
"618763501", "Sheringa", |
|
39275
|
|
|
|
|
|
|
"61364502", "Smithton", |
|
39276
|
|
|
|
|
|
|
"617473850", "Cloncurry", |
|
39277
|
|
|
|
|
|
|
"61890182", "Shackleton", |
|
39278
|
|
|
|
|
|
|
"61265473", "Denman", |
|
39279
|
|
|
|
|
|
|
"61868037", "Badgebup", |
|
39280
|
|
|
|
|
|
|
"61361323", "Brighton", |
|
39281
|
|
|
|
|
|
|
"61257070", "Delungra", |
|
39282
|
|
|
|
|
|
|
"61743440", "Redridge", |
|
39283
|
|
|
|
|
|
|
"61269469", "Adelong", |
|
39284
|
|
|
|
|
|
|
"61899735", "Perenjori", |
|
39285
|
|
|
|
|
|
|
"61264599", "Ando", |
|
39286
|
|
|
|
|
|
|
"61867044", "Dinninup\ North", |
|
39287
|
|
|
|
|
|
|
"617473815", "Barkly", |
|
39288
|
|
|
|
|
|
|
"61888042", "Curramulka", |
|
39289
|
|
|
|
|
|
|
"612574593", "Glen\ Elgin", |
|
39290
|
|
|
|
|
|
|
"61240403", "Maitland", |
|
39291
|
|
|
|
|
|
|
"617486804", "Bingegang", |
|
39292
|
|
|
|
|
|
|
"61362044", "Kempton", |
|
39293
|
|
|
|
|
|
|
"61887945", "Padthaway", |
|
39294
|
|
|
|
|
|
|
"61742516", "Millaa\ Millaa", |
|
39295
|
|
|
|
|
|
|
"61355578", "Terang", |
|
39296
|
|
|
|
|
|
|
"61740304", "Mossman", |
|
39297
|
|
|
|
|
|
|
"61255704", "Telegraph\ Point", |
|
39298
|
|
|
|
|
|
|
"6128856", "Blacktown", |
|
39299
|
|
|
|
|
|
|
"613431180", "Landsborough", |
|
39300
|
|
|
|
|
|
|
"61343220", "Horsham", |
|
39301
|
|
|
|
|
|
|
"617442975", "Ravenswood", |
|
39302
|
|
|
|
|
|
|
"618661046", "Dalwallinu\ West", |
|
39303
|
|
|
|
|
|
|
"61895089", "Byford", |
|
39304
|
|
|
|
|
|
|
"6189415", "Perth", |
|
39305
|
|
|
|
|
|
|
"61888988", "Marion\ Bay", |
|
39306
|
|
|
|
|
|
|
"618683676", "Woogenilup", |
|
39307
|
|
|
|
|
|
|
"61248591", "Barrallier", |
|
39308
|
|
|
|
|
|
|
"618867773", "Terowie", |
|
39309
|
|
|
|
|
|
|
"61891452", "Broome", |
|
39310
|
|
|
|
|
|
|
"61898597", "Ongerup\ North", |
|
39311
|
|
|
|
|
|
|
"618903365", "Narembeen\ East", |
|
39312
|
|
|
|
|
|
|
"61746231", "Mitchell", |
|
39313
|
|
|
|
|
|
|
"61899565", "Meekatharra", |
|
39314
|
|
|
|
|
|
|
"61742321", "Cairns", |
|
39315
|
|
|
|
|
|
|
"613441901", "Elmore", |
|
39316
|
|
|
|
|
|
|
"61259348", "The\ Rock", |
|
39317
|
|
|
|
|
|
|
"618869030", "Kimba", |
|
39318
|
|
|
|
|
|
|
"61749058", "Gargett", |
|
39319
|
|
|
|
|
|
|
"618858531", "Lameroo", |
|
39320
|
|
|
|
|
|
|
"61260652", "Barnawartha", |
|
39321
|
|
|
|
|
|
|
"612974", "Sydney", |
|
39322
|
|
|
|
|
|
|
"61255144", "Macksville", |
|
39323
|
|
|
|
|
|
|
"618864647", "Andamooka", |
|
39324
|
|
|
|
|
|
|
"61264676", "Nimmitabel", |
|
39325
|
|
|
|
|
|
|
"6173449", "Samford", |
|
39326
|
|
|
|
|
|
|
"61364559", "Waratah", |
|
39327
|
|
|
|
|
|
|
"613442235", "Nullawil", |
|
39328
|
|
|
|
|
|
|
"6139200", "Melbourne", |
|
39329
|
|
|
|
|
|
|
"61879697", "Darwin", |
|
39330
|
|
|
|
|
|
|
"6129120", "Sydney", |
|
39331
|
|
|
|
|
|
|
"612594154", "Tumorrama", |
|
39332
|
|
|
|
|
|
|
"61741869", "Bundaberg", |
|
39333
|
|
|
|
|
|
|
"61355483", "Heywood", |
|
39334
|
|
|
|
|
|
|
"612593773", "Cootamundra", |
|
39335
|
|
|
|
|
|
|
"61351003", "Morwell", |
|
39336
|
|
|
|
|
|
|
"61247539", "Penrith", |
|
39337
|
|
|
|
|
|
|
"61354130", "Boort", |
|
39338
|
|
|
|
|
|
|
"61367080", "Rossarden", |
|
39339
|
|
|
|
|
|
|
"61357335", "Falls\ Creek", |
|
39340
|
|
|
|
|
|
|
"618854548", "Morgan", |
|
39341
|
|
|
|
|
|
|
"61890800", "Kalgoorlie", |
|
39342
|
|
|
|
|
|
|
"61752260", "Kilcoy", |
|
39343
|
|
|
|
|
|
|
"61247832", "Mulgoa", |
|
39344
|
|
|
|
|
|
|
"61886748", "Gairdner", |
|
39345
|
|
|
|
|
|
|
"61741562", "Mount\ Perry", |
|
39346
|
|
|
|
|
|
|
"61260447", "Culcairn", |
|
39347
|
|
|
|
|
|
|
"61260766", "Nariel", |
|
39348
|
|
|
|
|
|
|
"61247125", "Mulgoa", |
|
39349
|
|
|
|
|
|
|
"61885195", "Swan\ Reach", |
|
39350
|
|
|
|
|
|
|
"6173727", "Brisbane", |
|
39351
|
|
|
|
|
|
|
"61280432", "Sydney", |
|
39352
|
|
|
|
|
|
|
"61357638", "Longwood", |
|
39353
|
|
|
|
|
|
|
"612583522", "Goodooga", |
|
39354
|
|
|
|
|
|
|
"61721001", "Brisbane", |
|
39355
|
|
|
|
|
|
|
"61876120", "Carrieton", |
|
39356
|
|
|
|
|
|
|
"618967811", "Pantapin", |
|
39357
|
|
|
|
|
|
|
"61362586", "Colebrook", |
|
39358
|
|
|
|
|
|
|
"61740091", "Mareeba", |
|
39359
|
|
|
|
|
|
|
"61741956", "Wondai", |
|
39360
|
|
|
|
|
|
|
"61263467", "Mudgee", |
|
39361
|
|
|
|
|
|
|
"61263746", "Laheys\ Creek", |
|
39362
|
|
|
|
|
|
|
"612801", "Sydney", |
|
39363
|
|
|
|
|
|
|
"61876127", "Port\ Pirie", |
|
39364
|
|
|
|
|
|
|
"61888286", "Moonta", |
|
39365
|
|
|
|
|
|
|
"618851290", "Karatta", |
|
39366
|
|
|
|
|
|
|
"61341062", "Erica", |
|
39367
|
|
|
|
|
|
|
"61255728", "Lord\ Howe\ Island", |
|
39368
|
|
|
|
|
|
|
"612683680", "Coonabarabran", |
|
39369
|
|
|
|
|
|
|
"61876271", "Coorabie", |
|
39370
|
|
|
|
|
|
|
"61743609", "Windera", |
|
39371
|
|
|
|
|
|
|
"61878156", "Snowtown", |
|
39372
|
|
|
|
|
|
|
"61265871", "Byabarra", |
|
39373
|
|
|
|
|
|
|
"61263460", "Hampton", |
|
39374
|
|
|
|
|
|
|
"613470947", "Wangaratta", |
|
39375
|
|
|
|
|
|
|
"61356162", "Warragul", |
|
39376
|
|
|
|
|
|
|
"617485879", "Mount\ Coolon", |
|
39377
|
|
|
|
|
|
|
"6188827", "Paskeville", |
|
39378
|
|
|
|
|
|
|
"61885792", "Lameroo", |
|
39379
|
|
|
|
|
|
|
"61890807", "Dundas", |
|
39380
|
|
|
|
|
|
|
"61340591", "Annuello", |
|
39381
|
|
|
|
|
|
|
"61740625", "Etheridge", |
|
39382
|
|
|
|
|
|
|
"612593703", "Kikoira", |
|
39383
|
|
|
|
|
|
|
"61354137", "Quambatook", |
|
39384
|
|
|
|
|
|
|
"61367087", "Bicheno", |
|
39385
|
|
|
|
|
|
|
"618869198", "Port\ Augusta", |
|
39386
|
|
|
|
|
|
|
"6175629", "Southport", |
|
39387
|
|
|
|
|
|
|
"61741264", "Childers", |
|
39388
|
|
|
|
|
|
|
"61358429", "Cornalla", |
|
39389
|
|
|
|
|
|
|
"618763958", "Gladstone", |
|
39390
|
|
|
|
|
|
|
"61373012", "Craigieburn", |
|
39391
|
|
|
|
|
|
|
"61885281", "Hamley\ Bridge", |
|
39392
|
|
|
|
|
|
|
"61260440", "Coppabella", |
|
39393
|
|
|
|
|
|
|
"617480268", "Miclere", |
|
39394
|
|
|
|
|
|
|
"617458953", "Westgrove", |
|
39395
|
|
|
|
|
|
|
"618683312", "Pingaring", |
|
39396
|
|
|
|
|
|
|
"612685781", "Walgett", |
|
39397
|
|
|
|
|
|
|
"61875151", "Meningie\ East", |
|
39398
|
|
|
|
|
|
|
"61268876", "Coalbaggie", |
|
39399
|
|
|
|
|
|
|
"61742495", "Coen", |
|
39400
|
|
|
|
|
|
|
"61752267", "Nambour", |
|
39401
|
|
|
|
|
|
|
"61257753", "Kingstown", |
|
39402
|
|
|
|
|
|
|
"61888005", "Ardrossan", |
|
39403
|
|
|
|
|
|
|
"617486020", "Carmila", |
|
39404
|
|
|
|
|
|
|
"61899393", "Northampton", |
|
39405
|
|
|
|
|
|
|
"61740106", "Mossman", |
|
39406
|
|
|
|
|
|
|
"618600820", "Holleton", |
|
39407
|
|
|
|
|
|
|
"61743293", "Windera", |
|
39408
|
|
|
|
|
|
|
"613546066", "Romsey", |
|
39409
|
|
|
|
|
|
|
"613881", "Ringwood", |
|
39410
|
|
|
|
|
|
|
"6139424", "Eltham", |
|
39411
|
|
|
|
|
|
|
"61364545", "Sheffield", |
|
39412
|
|
|
|
|
|
|
"61898590", "Nomans\ Lake", |
|
39413
|
|
|
|
|
|
|
"618867703", "Willowie", |
|
39414
|
|
|
|
|
|
|
"618683606", "Hartville", |
|
39415
|
|
|
|
|
|
|
"61742098", "Mount\ Garnet", |
|
39416
|
|
|
|
|
|
|
"617458937", "Taroom", |
|
39417
|
|
|
|
|
|
|
"61868226", "Bedford\ Harbour", |
|
39418
|
|
|
|
|
|
|
"612574802", "Marple", |
|
39419
|
|
|
|
|
|
|
"61359576", "Marysville", |
|
39420
|
|
|
|
|
|
|
"61363051", "Lilydale", |
|
39421
|
|
|
|
|
|
|
"61886124", "Laura", |
|
39422
|
|
|
|
|
|
|
"61754644", "Rosewood", |
|
39423
|
|
|
|
|
|
|
"61743536", "Fraser\ Island", |
|
39424
|
|
|
|
|
|
|
"61268253", "Warrumbungle", |
|
39425
|
|
|
|
|
|
|
"618762586", "Herbert", |
|
39426
|
|
|
|
|
|
|
"61269044", "Junee", |
|
39427
|
|
|
|
|
|
|
"61355881", "Harrow", |
|
39428
|
|
|
|
|
|
|
"61851121", "Derby", |
|
39429
|
|
|
|
|
|
|
"617486874", "Theodore", |
|
39430
|
|
|
|
|
|
|
"618682007", "Cuballing", |
|
39431
|
|
|
|
|
|
|
"61352348", "Beeac", |
|
39432
|
|
|
|
|
|
|
"61747072", "Flinders", |
|
39433
|
|
|
|
|
|
|
"6186106", "Perth", |
|
39434
|
|
|
|
|
|
|
"618763465", "Iron\ Knob", |
|
39435
|
|
|
|
|
|
|
"61255346", "Toorooka", |
|
39436
|
|
|
|
|
|
|
"61748975", "Sarina", |
|
39437
|
|
|
|
|
|
|
"61740746", "Thursday\ Island", |
|
39438
|
|
|
|
|
|
|
"61343227", "Balliang", |
|
39439
|
|
|
|
|
|
|
"617442905", "Home\ Hill", |
|
39440
|
|
|
|
|
|
|
"61898023", "Boddington", |
|
39441
|
|
|
|
|
|
|
"61896999", "Jelkobine", |
|
39442
|
|
|
|
|
|
|
"61745056", "Auburn", |
|
39443
|
|
|
|
|
|
|
"6173078", "Beenleigh", |
|
39444
|
|
|
|
|
|
|
"61259602", "Landervale", |
|
39445
|
|
|
|
|
|
|
"61887866", "Keith", |
|
39446
|
|
|
|
|
|
|
"612573424", "Quirindi", |
|
39447
|
|
|
|
|
|
|
"61257012", "Nundle", |
|
39448
|
|
|
|
|
|
|
"618964996", "Cunderdin\ North", |
|
39449
|
|
|
|
|
|
|
"61263091", "Greenethorpe", |
|
39450
|
|
|
|
|
|
|
"6174662", "Dalby", |
|
39451
|
|
|
|
|
|
|
"618753211", "Wunkar", |
|
39452
|
|
|
|
|
|
|
"61887959", "Willalooka", |
|
39453
|
|
|
|
|
|
|
"61342016", "Torquay", |
|
39454
|
|
|
|
|
|
|
"61899132", "Tenindewa", |
|
39455
|
|
|
|
|
|
|
"61747017", "Barkly", |
|
39456
|
|
|
|
|
|
|
"6129761", "Parramatta", |
|
39457
|
|
|
|
|
|
|
"61358886", "Jerilderie", |
|
39458
|
|
|
|
|
|
|
"61879361", "Darwin", |
|
39459
|
|
|
|
|
|
|
"61890785", "Salmon\ Gums", |
|
39460
|
|
|
|
|
|
|
"612530153", "Neville", |
|
39461
|
|
|
|
|
|
|
"6135887", "Moulamein", |
|
39462
|
|
|
|
|
|
|
"61245018", "Windsor", |
|
39463
|
|
|
|
|
|
|
"61257077", "Oakey\ Creek", |
|
39464
|
|
|
|
|
|
|
"61743447", "Yandaran", |
|
39465
|
|
|
|
|
|
|
"61734752", "Dunwich", |
|
39466
|
|
|
|
|
|
|
"61868030", "Porongurup", |
|
39467
|
|
|
|
|
|
|
"612574453", "Pallamallawa", |
|
39468
|
|
|
|
|
|
|
"61890557", "Leinster", |
|
39469
|
|
|
|
|
|
|
"617442540", "Camooweal", |
|
39470
|
|
|
|
|
|
|
"617476553", "Kirk", |
|
39471
|
|
|
|
|
|
|
"617750304", "Beebo", |
|
39472
|
|
|
|
|
|
|
"612574105", "Bunnor", |
|
39473
|
|
|
|
|
|
|
"618854511", "Blanchetown", |
|
39474
|
|
|
|
|
|
|
"618753409", "Mannum", |
|
39475
|
|
|
|
|
|
|
"618762646", "Yeelanna", |
|
39476
|
|
|
|
|
|
|
"61269586", "Landervale", |
|
39477
|
|
|
|
|
|
|
"61741822", "Chahpingah", |
|
39478
|
|
|
|
|
|
|
"612574437", "Kingstown", |
|
39479
|
|
|
|
|
|
|
"61741135", "Rosedale", |
|
39480
|
|
|
|
|
|
|
"618967848", "Talbot\ Brook", |
|
39481
|
|
|
|
|
|
|
"6138354", "Melbourne", |
|
39482
|
|
|
|
|
|
|
"61385778", "Melbourne", |
|
39483
|
|
|
|
|
|
|
"61756035", "Tweed\ Heads", |
|
39484
|
|
|
|
|
|
|
"61752188", "Rosevale", |
|
39485
|
|
|
|
|
|
|
"61244065", "Jilliga", |
|
39486
|
|
|
|
|
|
|
"61249948", "Wards\ River", |
|
39487
|
|
|
|
|
|
|
"612530208", "Portland", |
|
39488
|
|
|
|
|
|
|
"61264334", "Numeralla", |
|
39489
|
|
|
|
|
|
|
"61350537", "Kyalite", |
|
39490
|
|
|
|
|
|
|
"613553950", "Nirranda", |
|
39491
|
|
|
|
|
|
|
"61264071", "Nimmitabel", |
|
39492
|
|
|
|
|
|
|
"612574762", "Breeza", |
|
39493
|
|
|
|
|
|
|
"61897007", "Beedelup", |
|
39494
|
|
|
|
|
|
|
"61263810", "Tyagong", |
|
39495
|
|
|
|
|
|
|
"61359580", "Pakenham", |
|
39496
|
|
|
|
|
|
|
"612582486", "Girilambone", |
|
39497
|
|
|
|
|
|
|
"61247001", "Katoomba", |
|
39498
|
|
|
|
|
|
|
"61899617", "Mullewa", |
|
39499
|
|
|
|
|
|
|
"61743199", "Gooroolba", |
|
39500
|
|
|
|
|
|
|
"61868295", "Wickepin\ East", |
|
39501
|
|
|
|
|
|
|
"61875065", "Auburn", |
|
39502
|
|
|
|
|
|
|
"61896842", "Koorda", |
|
39503
|
|
|
|
|
|
|
"61264687", "Adaminaby", |
|
39504
|
|
|
|
|
|
|
"618982447", "Mount\ Barker", |
|
39505
|
|
|
|
|
|
|
"61886733", "Coober\ Pedy", |
|
39506
|
|
|
|
|
|
|
"61353107", "Balliang", |
|
39507
|
|
|
|
|
|
|
"61358383", "Yalca", |
|
39508
|
|
|
|
|
|
|
"612685576", "Weelong", |
|
39509
|
|
|
|
|
|
|
"61896549", "Miling", |
|
39510
|
|
|
|
|
|
|
"612532437", "Hampton", |
|
39511
|
|
|
|
|
|
|
"618683718", "Harrismith", |
|
39512
|
|
|
|
|
|
|
"61268159", "Dubbo", |
|
39513
|
|
|
|
|
|
|
"61348032", "Picola", |
|
39514
|
|
|
|
|
|
|
"61258530", "Dubbo", |
|
39515
|
|
|
|
|
|
|
"61238113", "Breadalbane", |
|
39516
|
|
|
|
|
|
|
"61879100", "Yulara", |
|
39517
|
|
|
|
|
|
|
"61742426", "Torres", |
|
39518
|
|
|
|
|
|
|
"61362512", "Nubeena", |
|
39519
|
|
|
|
|
|
|
"61741378", "Boondooma", |
|
39520
|
|
|
|
|
|
|
"617565803", "Tweed\ Heads", |
|
39521
|
|
|
|
|
|
|
"61257242", "Upper\ Horton", |
|
39522
|
|
|
|
|
|
|
"61888514", "Yorketown", |
|
39523
|
|
|
|
|
|
|
"618764020", "Wudinna", |
|
39524
|
|
|
|
|
|
|
"61740696", "Cooktown", |
|
39525
|
|
|
|
|
|
|
"61268880", "Balladoran", |
|
39526
|
|
|
|
|
|
|
"6138399", "Melbourne", |
|
39527
|
|
|
|
|
|
|
"618852871", "Goolwa", |
|
39528
|
|
|
|
|
|
|
"6189164", "Christmas\ Island", |
|
39529
|
|
|
|
|
|
|
"617480047", "Cracow", |
|
39530
|
|
|
|
|
|
|
"61748234", "Bajool", |
|
39531
|
|
|
|
|
|
|
"612532453", "Millthorpe", |
|
39532
|
|
|
|
|
|
|
"61363165", "Beaconsfield", |
|
39533
|
|
|
|
|
|
|
"61342246", "Meredith", |
|
39534
|
|
|
|
|
|
|
"61359152", "Mornington", |
|
39535
|
|
|
|
|
|
|
"61851042", "Millstream", |
|
39536
|
|
|
|
|
|
|
"61741675", "Mulgildie", |
|
39537
|
|
|
|
|
|
|
"61256146", "Tyalgum", |
|
39538
|
|
|
|
|
|
|
"617485845", "Cannon\ Valley", |
|
39539
|
|
|
|
|
|
|
"61362577", "Little\ Swanport", |
|
39540
|
|
|
|
|
|
|
"61269570", "The\ Rock", |
|
39541
|
|
|
|
|
|
|
"61259192", "Hillston", |
|
39542
|
|
|
|
|
|
|
"613470952", "Yarrawonga", |
|
39543
|
|
|
|
|
|
|
"61753089", "Wolvi", |
|
39544
|
|
|
|
|
|
|
"618903322", "Holleton", |
|
39545
|
|
|
|
|
|
|
"61887416", "Kongorong", |
|
39546
|
|
|
|
|
|
|
"61359109", "Marysville", |
|
39547
|
|
|
|
|
|
|
"61340618", "Robinvale", |
|
39548
|
|
|
|
|
|
|
"613442056", "Goornong", |
|
39549
|
|
|
|
|
|
|
"61345110", "Terang", |
|
39550
|
|
|
|
|
|
|
"61367131", "Bicheno", |
|
39551
|
|
|
|
|
|
|
"61354081", "Strathfieldsaye", |
|
39552
|
|
|
|
|
|
|
"61871846", "Mclaren\ Vale", |
|
39553
|
|
|
|
|
|
|
"61266048", "Ettrick", |
|
39554
|
|
|
|
|
|
|
"618683264", "Gnowangerup", |
|
39555
|
|
|
|
|
|
|
"61748165", "Comet", |
|
39556
|
|
|
|
|
|
|
"618763786", "Herbert", |
|
39557
|
|
|
|
|
|
|
"61880066", "Wilcannia", |
|
39558
|
|
|
|
|
|
|
"61268373", "Barrier", |
|
39559
|
|
|
|
|
|
|
"61889128", "Roper\ River", |
|
39560
|
|
|
|
|
|
|
"61742150", "Molloy", |
|
39561
|
|
|
|
|
|
|
"613542562", "Gowar\ East", |
|
39562
|
|
|
|
|
|
|
"61340315", "Scotia", |
|
39563
|
|
|
|
|
|
|
"61354677", "Moonambel", |
|
39564
|
|
|
|
|
|
|
"61266982", "Wiangaree", |
|
39565
|
|
|
|
|
|
|
"61749197", "Cannon\ Valley", |
|
39566
|
|
|
|
|
|
|
"61740872", "Mossman", |
|
39567
|
|
|
|
|
|
|
"61754878", "Woolooga", |
|
39568
|
|
|
|
|
|
|
"6188835", "Arthurton", |
|
39569
|
|
|
|
|
|
|
"618763714", "Melrose", |
|
39570
|
|
|
|
|
|
|
"61350446", "Patchewollock", |
|
39571
|
|
|
|
|
|
|
"61268102", "Parkes", |
|
39572
|
|
|
|
|
|
|
"61358870", "Wakool", |
|
39573
|
|
|
|
|
|
|
"61267260", "Copeton\ Dam", |
|
39574
|
|
|
|
|
|
|
"61265914", "Comboyne", |
|
39575
|
|
|
|
|
|
|
"61898940", "Kondinin", |
|
39576
|
|
|
|
|
|
|
"61364995", "Yambacoona", |
|
39577
|
|
|
|
|
|
|
"61238049", "Rugby", |
|
39578
|
|
|
|
|
|
|
"61248079", "Yerrinbool", |
|
39579
|
|
|
|
|
|
|
"61742582", "Coen", |
|
39580
|
|
|
|
|
|
|
"613470695", "Longwood", |
|
39581
|
|
|
|
|
|
|
"617442534", "Barkly", |
|
39582
|
|
|
|
|
|
|
"61244151", "Batemans\ Bay", |
|
39583
|
|
|
|
|
|
|
"61891790", "Sandfire", |
|
39584
|
|
|
|
|
|
|
"612583565", "Wirrinya", |
|
39585
|
|
|
|
|
|
|
"618967076", "Wongan\ Hills", |
|
39586
|
|
|
|
|
|
|
"61353747", "Stawell", |
|
39587
|
|
|
|
|
|
|
"613432211", "Rainbow", |
|
39588
|
|
|
|
|
|
|
"61886563", "Willowie", |
|
39589
|
|
|
|
|
|
|
"61875327", "Victor\ Harbor", |
|
39590
|
|
|
|
|
|
|
"613431771", "Dadswells\ Bridge", |
|
39591
|
|
|
|
|
|
|
"61898689", "Wickepin\ East", |
|
39592
|
|
|
|
|
|
|
"61890116", "Leonora", |
|
39593
|
|
|
|
|
|
|
"618753356", "Penneshaw", |
|
39594
|
|
|
|
|
|
|
"61361566", "Hobart", |
|
39595
|
|
|
|
|
|
|
"6138416", "Melbourne", |
|
39596
|
|
|
|
|
|
|
"613431701", "Creswick", |
|
39597
|
|
|
|
|
|
|
"61353740", "Ballarat", |
|
39598
|
|
|
|
|
|
|
"618967006", "Goodlands", |
|
39599
|
|
|
|
|
|
|
"61896805", "Brookton", |
|
39600
|
|
|
|
|
|
|
"6139133", "Melbourne", |
|
39601
|
|
|
|
|
|
|
"61746627", "Chinchilla", |
|
39602
|
|
|
|
|
|
|
"61891797", "Whaleback", |
|
39603
|
|
|
|
|
|
|
"61358519", "Tongala", |
|
39604
|
|
|
|
|
|
|
"618982928", "Amelup", |
|
39605
|
|
|
|
|
|
|
"61248315", "Bundanoon", |
|
39606
|
|
|
|
|
|
|
"612574387", "Armidale", |
|
39607
|
|
|
|
|
|
|
"6185127", "Port\ Hedland", |
|
39608
|
|
|
|
|
|
|
"617442949", "Flinders", |
|
39609
|
|
|
|
|
|
|
"61392658", "Melbourne", |
|
39610
|
|
|
|
|
|
|
"61238055", "Yerrinbool", |
|
39611
|
|
|
|
|
|
|
"61742284", "Molloy", |
|
39612
|
|
|
|
|
|
|
"61898947", "Boscabel", |
|
39613
|
|
|
|
|
|
|
"612583401", "Bobadah", |
|
39614
|
|
|
|
|
|
|
"617480287", "Mount\ Coolon", |
|
39615
|
|
|
|
|
|
|
"618683741", "Lake\ Magenta", |
|
39616
|
|
|
|
|
|
|
"61267267", "Pine\ Ridge", |
|
39617
|
|
|
|
|
|
|
"61897934", "Brunswick\ Junction", |
|
39618
|
|
|
|
|
|
|
"61256622", "Dyraaba", |
|
39619
|
|
|
|
|
|
|
"61745651", "Westmar", |
|
39620
|
|
|
|
|
|
|
"618864652", "Coober\ Pedy", |
|
39621
|
|
|
|
|
|
|
"61257086", "Gundabloui", |
|
39622
|
|
|
|
|
|
|
"61264136", "Bemboka", |
|
39623
|
|
|
|
|
|
|
"61263696", "Molong", |
|
39624
|
|
|
|
|
|
|
"6174960", "Mackay", |
|
39625
|
|
|
|
|
|
|
"6173735", "Brisbane", |
|
39626
|
|
|
|
|
|
|
"612932", "Sydney", |
|
39627
|
|
|
|
|
|
|
"612574149", "Nowendoc", |
|
39628
|
|
|
|
|
|
|
"61742157", "Tully", |
|
39629
|
|
|
|
|
|
|
"61269512", "Leeton", |
|
39630
|
|
|
|
|
|
|
"617452635", "Nobby", |
|
39631
|
|
|
|
|
|
|
"61851005", "Derby", |
|
39632
|
|
|
|
|
|
|
"61361489", "Richmond", |
|
39633
|
|
|
|
|
|
|
"61746054", "Culgoa", |
|
39634
|
|
|
|
|
|
|
"61255441", "Taree", |
|
39635
|
|
|
|
|
|
|
"61256344", "Coffs\ Harbour", |
|
39636
|
|
|
|
|
|
|
"618753445", "Walker\ Flat", |
|
39637
|
|
|
|
|
|
|
"61749190", "Nebo", |
|
39638
|
|
|
|
|
|
|
"61269819", "Cootamundra", |
|
39639
|
|
|
|
|
|
|
"61354670", "Woodend", |
|
39640
|
|
|
|
|
|
|
"61265092", "Moonan\ Flat", |
|
39641
|
|
|
|
|
|
|
"613451369", "Dartmoor", |
|
39642
|
|
|
|
|
|
|
"612532872", "Yetholme", |
|
39643
|
|
|
|
|
|
|
"618683197", "Ongerup\ North", |
|
39644
|
|
|
|
|
|
|
"612583219", "Yarrabandai", |
|
39645
|
|
|
|
|
|
|
"61269577", "Kikoira", |
|
39646
|
|
|
|
|
|
|
"61340079", "Nyah", |
|
39647
|
|
|
|
|
|
|
"61357178", "Swanpool", |
|
39648
|
|
|
|
|
|
|
"61260199", "Holbrook", |
|
39649
|
|
|
|
|
|
|
"618850793", "Renmark", |
|
39650
|
|
|
|
|
|
|
"61257205", "Elcombe", |
|
39651
|
|
|
|
|
|
|
"6186208", "Perth", |
|
39652
|
|
|
|
|
|
|
"61896787", "Wubin", |
|
39653
|
|
|
|
|
|
|
"61888121", "Clare", |
|
39654
|
|
|
|
|
|
|
"61748839", "Gladstone", |
|
39655
|
|
|
|
|
|
|
"618869044", "Leigh\ Creek\ South", |
|
39656
|
|
|
|
|
|
|
"618763422", "Wudinna", |
|
39657
|
|
|
|
|
|
|
"61748532", "Cracow", |
|
39658
|
|
|
|
|
|
|
"61362570", "Swansea", |
|
39659
|
|
|
|
|
|
|
"61867214", "Augusta", |
|
39660
|
|
|
|
|
|
|
"61352192", "Birregurra", |
|
39661
|
|
|
|
|
|
|
"61745783", "Roma", |
|
39662
|
|
|
|
|
|
|
"61879107", "Tablelands", |
|
39663
|
|
|
|
|
|
|
"61367076", "George\ Town", |
|
39664
|
|
|
|
|
|
|
"61885126", "Morgan", |
|
39665
|
|
|
|
|
|
|
"618967790", "Dangin", |
|
39666
|
|
|
|
|
|
|
"612630498", "Burraga", |
|
39667
|
|
|
|
|
|
|
"6135369", "Balliang", |
|
39668
|
|
|
|
|
|
|
"61268887", "Trangie", |
|
39669
|
|
|
|
|
|
|
"6138187", "Whittlesea", |
|
39670
|
|
|
|
|
|
|
"613451094", "Balmoral", |
|
39671
|
|
|
|
|
|
|
"61746465", "Augathella", |
|
39672
|
|
|
|
|
|
|
"61344006", "Castlemaine", |
|
39673
|
|
|
|
|
|
|
"618660712", "Northam", |
|
39674
|
|
|
|
|
|
|
"61287306", "Bankstown", |
|
39675
|
|
|
|
|
|
|
"61890314", "Collurabbie", |
|
39676
|
|
|
|
|
|
|
"618982936", "Badgebup", |
|
39677
|
|
|
|
|
|
|
"618904224", "Nungarin", |
|
39678
|
|
|
|
|
|
|
"61741419", "Booyal", |
|
39679
|
|
|
|
|
|
|
"61264680", "Thredbo\ Village", |
|
39680
|
|
|
|
|
|
|
"61885605", "Kapunda", |
|
39681
|
|
|
|
|
|
|
"61263872", "Cumnock", |
|
39682
|
|
|
|
|
|
|
"613546342", "Talbot", |
|
39683
|
|
|
|
|
|
|
"61889104", "Victoria\ River", |
|
39684
|
|
|
|
|
|
|
"612532725", "Boorowa", |
|
39685
|
|
|
|
|
|
|
"613531942", "Gerang\ Gerung", |
|
39686
|
|
|
|
|
|
|
"61363656", "Glengarry", |
|
39687
|
|
|
|
|
|
|
"61355329", "Timboon", |
|
39688
|
|
|
|
|
|
|
"6138702", "Kalkallo", |
|
39689
|
|
|
|
|
|
|
"61887595", "Keilira", |
|
39690
|
|
|
|
|
|
|
"612532946", "Caragabal", |
|
39691
|
|
|
|
|
|
|
"61266402", "Grafton", |
|
39692
|
|
|
|
|
|
|
"61353100", "Moyston", |
|
39693
|
|
|
|
|
|
|
"61350530", "Hopetoun", |
|
39694
|
|
|
|
|
|
|
"613943", "Eltham", |
|
39695
|
|
|
|
|
|
|
"61240032", "Branxton", |
|
39696
|
|
|
|
|
|
|
"61267188", "Cuttabri", |
|
39697
|
|
|
|
|
|
|
"613572912", "Broadford", |
|
39698
|
|
|
|
|
|
|
"613553731", "Bessiebelle", |
|
39699
|
|
|
|
|
|
|
"612530278", "Canowindra", |
|
39700
|
|
|
|
|
|
|
"61885308", "Taplan", |
|
39701
|
|
|
|
|
|
|
"61879313", "Noonamah", |
|
39702
|
|
|
|
|
|
|
"61896555", "Bidaminna", |
|
39703
|
|
|
|
|
|
|
"61868181", "Pingaring", |
|
39704
|
|
|
|
|
|
|
"61268145", "Coonabarabran", |
|
39705
|
|
|
|
|
|
|
"61746068", "Galilee", |
|
39706
|
|
|
|
|
|
|
"61899610", "Yallalong", |
|
39707
|
|
|
|
|
|
|
"61264949", "Merimbula", |
|
39708
|
|
|
|
|
|
|
"618600881", "Corrigin", |
|
39709
|
|
|
|
|
|
|
"61897000", "Augusta", |
|
39710
|
|
|
|
|
|
|
"61263817", "Merriganowry", |
|
39711
|
|
|
|
|
|
|
"61359587", "Warburton", |
|
39712
|
|
|
|
|
|
|
"61897072", "Bunbury", |
|
39713
|
|
|
|
|
|
|
"618865001", "Frome", |
|
39714
|
|
|
|
|
|
|
"6135267", "Anglesea", |
|
39715
|
|
|
|
|
|
|
"61891258", "Sandfire", |
|
39716
|
|
|
|
|
|
|
"612574289", "Yarrowitch", |
|
39717
|
|
|
|
|
|
|
"6135992", "Cranbourne", |
|
39718
|
|
|
|
|
|
|
"61250180", "Rand", |
|
39719
|
|
|
|
|
|
|
"618867762", "Peterborough", |
|
39720
|
|
|
|
|
|
|
"61255688", "Mount\ George", |
|
39721
|
|
|
|
|
|
|
"61353117", "Ararat", |
|
39722
|
|
|
|
|
|
|
"61877164", "Tintinara", |
|
39723
|
|
|
|
|
|
|
"618763810", "Nunjikompita", |
|
39724
|
|
|
|
|
|
|
"617458651", "Meandarra", |
|
39725
|
|
|
|
|
|
|
"61240461", "Branxton", |
|
39726
|
|
|
|
|
|
|
"618753294", "Sandleton", |
|
39727
|
|
|
|
|
|
|
"61259137", "Tarcutta", |
|
39728
|
|
|
|
|
|
|
"61898975", "Badgebup\ North", |
|
39729
|
|
|
|
|
|
|
"61895056", "Rockingham", |
|
39730
|
|
|
|
|
|
|
"61890467", "Westonia", |
|
39731
|
|
|
|
|
|
|
"612583930", "Neilrex", |
|
39732
|
|
|
|
|
|
|
"61358845", "Mathoura", |
|
39733
|
|
|
|
|
|
|
"61341336", "Mallacoota", |
|
39734
|
|
|
|
|
|
|
"618967738", "Aldersyde", |
|
39735
|
|
|
|
|
|
|
"61899607", "Geraldton", |
|
39736
|
|
|
|
|
|
|
"6173897", "Redcliffe", |
|
39737
|
|
|
|
|
|
|
"6124565", "Colo\ Heights", |
|
39738
|
|
|
|
|
|
|
"61359043", "Warburton", |
|
39739
|
|
|
|
|
|
|
"61851153", "Hall\'s\ Creek", |
|
39740
|
|
|
|
|
|
|
"618866937", "Booleroo\ Centre", |
|
39741
|
|
|
|
|
|
|
"61247011", "Mulgoa", |
|
39742
|
|
|
|
|
|
|
"61265030", "Comara", |
|
39743
|
|
|
|
|
|
|
"61740785", "Bloomfield", |
|
39744
|
|
|
|
|
|
|
"61255385", "Smithtown", |
|
39745
|
|
|
|
|
|
|
"61749825", "Blackwater", |
|
39746
|
|
|
|
|
|
|
"61257433", "Tenterfield", |
|
39747
|
|
|
|
|
|
|
"61246026", "Camden", |
|
39748
|
|
|
|
|
|
|
"61749132", "Woorabinda", |
|
39749
|
|
|
|
|
|
|
"618965643", "Cadoux", |
|
39750
|
|
|
|
|
|
|
"61897017", "Brunswick\ Junction", |
|
39751
|
|
|
|
|
|
|
"61263800", "Murringo", |
|
39752
|
|
|
|
|
|
|
"61888868", "Hallett", |
|
39753
|
|
|
|
|
|
|
"613573027", "Euroa", |
|
39754
|
|
|
|
|
|
|
"61898051", "Cairlocup", |
|
39755
|
|
|
|
|
|
|
"618856785", "Culburra", |
|
39756
|
|
|
|
|
|
|
"61251126", "Anembo", |
|
39757
|
|
|
|
|
|
|
"617480389", "Gargett", |
|
39758
|
|
|
|
|
|
|
"617459505", "Dalby", |
|
39759
|
|
|
|
|
|
|
"61248057", "Reidsdale", |
|
39760
|
|
|
|
|
|
|
"618753531", "Yumali", |
|
39761
|
|
|
|
|
|
|
"618763855", "Cleve", |
|
39762
|
|
|
|
|
|
|
"612593762", "Booroorban", |
|
39763
|
|
|
|
|
|
|
"61358187", "Nathalia", |
|
39764
|
|
|
|
|
|
|
"61886039", "Melrose", |
|
39765
|
|
|
|
|
|
|
"617530590", "Cooroy", |
|
39766
|
|
|
|
|
|
|
"61364044", "Yambacoona", |
|
39767
|
|
|
|
|
|
|
"618863983", "Tooligie\ Hill", |
|
39768
|
|
|
|
|
|
|
"61269545", "Egansford", |
|
39769
|
|
|
|
|
|
|
"6175544", "Rathdowney", |
|
39770
|
|
|
|
|
|
|
"6138619", "Melbourne", |
|
39771
|
|
|
|
|
|
|
"61354659", "Marong", |
|
39772
|
|
|
|
|
|
|
"618854594", "Freeling", |
|
39773
|
|
|
|
|
|
|
"61891135", "Karratha", |
|
39774
|
|
|
|
|
|
|
"617459940", "Blackall", |
|
39775
|
|
|
|
|
|
|
"61888504", "Yorketown", |
|
39776
|
|
|
|
|
|
|
"617473941", "Karumba", |
|
39777
|
|
|
|
|
|
|
"61240523", "Nelson\ Bay", |
|
39778
|
|
|
|
|
|
|
"618993968", "Cue", |
|
39779
|
|
|
|
|
|
|
"61395182", "Melbourne", |
|
39780
|
|
|
|
|
|
|
"618964981", "Cunderdin", |
|
39781
|
|
|
|
|
|
|
"61362809", "Strathgordon", |
|
39782
|
|
|
|
|
|
|
"617750360", "Kilbeggan", |
|
39783
|
|
|
|
|
|
|
"612583317", "Yeoval", |
|
39784
|
|
|
|
|
|
|
"61340050", "Boundary\ Bend", |
|
39785
|
|
|
|
|
|
|
"61879110", "Arnhem", |
|
39786
|
|
|
|
|
|
|
"618862097", "Wilpena", |
|
39787
|
|
|
|
|
|
|
"6135522", "Portland", |
|
39788
|
|
|
|
|
|
|
"618866953", "Georgetown", |
|
39789
|
|
|
|
|
|
|
"61238103", "Robertson", |
|
39790
|
|
|
|
|
|
|
"61887167", "Robe", |
|
39791
|
|
|
|
|
|
|
"61746776", "Talwood", |
|
39792
|
|
|
|
|
|
|
"61267878", "Ingleba", |
|
39793
|
|
|
|
|
|
|
"61358268", "Undera", |
|
39794
|
|
|
|
|
|
|
"617442808", "Millaroo", |
|
39795
|
|
|
|
|
|
|
"61267794", "Tenterden", |
|
39796
|
|
|
|
|
|
|
"61888854", "Snowtown", |
|
39797
|
|
|
|
|
|
|
"617452481", "Bringalily", |
|
39798
|
|
|
|
|
|
|
"61269926", "Egansford", |
|
39799
|
|
|
|
|
|
|
"61269204", "Lockhart", |
|
39800
|
|
|
|
|
|
|
"61340305", "Nangiloc", |
|
39801
|
|
|
|
|
|
|
"618762591", "Kapinnie", |
|
39802
|
|
|
|
|
|
|
"6139400", "Dandenong", |
|
39803
|
|
|
|
|
|
|
"61362559", "Woodbury", |
|
39804
|
|
|
|
|
|
|
"61244808", "Bawley\ Point", |
|
39805
|
|
|
|
|
|
|
"61875123", "Mannum", |
|
39806
|
|
|
|
|
|
|
"61899449", "Geraldton", |
|
39807
|
|
|
|
|
|
|
"618903846", "Kellerberrin", |
|
39808
|
|
|
|
|
|
|
"61240090", "Wootton", |
|
39809
|
|
|
|
|
|
|
"61891264", "Cocos\ Island", |
|
39810
|
|
|
|
|
|
|
"61340608", "Murrayville", |
|
39811
|
|
|
|
|
|
|
"613442156", "Watchem", |
|
39812
|
|
|
|
|
|
|
"61877158", "Short", |
|
39813
|
|
|
|
|
|
|
"61359119", "Cranbourne", |
|
39814
|
|
|
|
|
|
|
"618996806", "Exmouth", |
|
39815
|
|
|
|
|
|
|
"61890625", "Belka\ East", |
|
39816
|
|
|
|
|
|
|
"61741640", "Kingaroy", |
|
39817
|
|
|
|
|
|
|
"61887406", "Makin", |
|
39818
|
|
|
|
|
|
|
"61263182", "Oberon", |
|
39819
|
|
|
|
|
|
|
"61744321", "The\ Monument", |
|
39820
|
|
|
|
|
|
|
"61356480", "Wonthaggi", |
|
39821
|
|
|
|
|
|
|
"61253139", "Lue", |
|
39822
|
|
|
|
|
|
|
"612532703", "Milvale", |
|
39823
|
|
|
|
|
|
|
"61351061", "Erica", |
|
39824
|
|
|
|
|
|
|
"613545964", "Pyramid\ Hill", |
|
39825
|
|
|
|
|
|
|
"618997027", "Coorow\ West", |
|
39826
|
|
|
|
|
|
|
"6136112", "Sorell", |
|
39827
|
|
|
|
|
|
|
"61887288", "Avenue\ Range", |
|
39828
|
|
|
|
|
|
|
"613572626", "Woods\ Point", |
|
39829
|
|
|
|
|
|
|
"6136457", "Marrawah", |
|
39830
|
|
|
|
|
|
|
"61877235", "Naracoorte", |
|
39831
|
|
|
|
|
|
|
"61258294", "Peak\ Hill", |
|
39832
|
|
|
|
|
|
|
"61890106", "Korbelka", |
|
39833
|
|
|
|
|
|
|
"61363023", "Deloraine", |
|
39834
|
|
|
|
|
|
|
"61348097", "Deniliquin", |
|
39835
|
|
|
|
|
|
|
"61268177", "Gulargambone", |
|
39836
|
|
|
|
|
|
|
"61867228", "Dinninup\ North", |
|
39837
|
|
|
|
|
|
|
"6188582", "Berri", |
|
39838
|
|
|
|
|
|
|
"6124789", "Penrith", |
|
39839
|
|
|
|
|
|
|
"61735553", "Brisbane", |
|
39840
|
|
|
|
|
|
|
"612685796", "Colane", |
|
39841
|
|
|
|
|
|
|
"6128049", "Sydney", |
|
39842
|
|
|
|
|
|
|
"61352130", "Lara", |
|
39843
|
|
|
|
|
|
|
"61265226", "Putty", |
|
39844
|
|
|
|
|
|
|
"61754260", "Crossdale", |
|
39845
|
|
|
|
|
|
|
"6136394", "Exeter", |
|
39846
|
|
|
|
|
|
|
"618967726", "Yelbeni", |
|
39847
|
|
|
|
|
|
|
"61268112", "Trundle", |
|
39848
|
|
|
|
|
|
|
"6128262", "Sydney", |
|
39849
|
|
|
|
|
|
|
"618752499", "Sedan", |
|
39850
|
|
|
|
|
|
|
"61741452", "Tansey", |
|
39851
|
|
|
|
|
|
|
"61253248", "Bathurst", |
|
39852
|
|
|
|
|
|
|
"61248608", "Yerrinbool", |
|
39853
|
|
|
|
|
|
|
"61352137", "Apollo\ Bay", |
|
39854
|
|
|
|
|
|
|
"61268715", "Cuttaburra", |
|
39855
|
|
|
|
|
|
|
"61355474", "Terang", |
|
39856
|
|
|
|
|
|
|
"61356034", "San\ Remo", |
|
39857
|
|
|
|
|
|
|
"6174700", "Townsville", |
|
39858
|
|
|
|
|
|
|
"61341134", "Seaspray", |
|
39859
|
|
|
|
|
|
|
"61246237", "Camden", |
|
39860
|
|
|
|
|
|
|
"61896231", "Jennacubbine", |
|
39861
|
|
|
|
|
|
|
"61899058", "Howatharra", |
|
39862
|
|
|
|
|
|
|
"61872865", "Woodside", |
|
39863
|
|
|
|
|
|
|
"617451789", "Coondarra", |
|
39864
|
|
|
|
|
|
|
"61756232", "Tweed\ Heads", |
|
39865
|
|
|
|
|
|
|
"61358509", "Kialla\ East", |
|
39866
|
|
|
|
|
|
|
"61248305", "Rugby", |
|
39867
|
|
|
|
|
|
|
"6127909", "Sydney", |
|
39868
|
|
|
|
|
|
|
"61742353", "Etheridge", |
|
39869
|
|
|
|
|
|
|
"61358802", "Deniliquin", |
|
39870
|
|
|
|
|
|
|
"61896815", "Wyalkatchem", |
|
39871
|
|
|
|
|
|
|
"61268170", "Berkley\ Downs", |
|
39872
|
|
|
|
|
|
|
"61351243", "Club\ Terrace", |
|
39873
|
|
|
|
|
|
|
"613531631", "Buangor", |
|
39874
|
|
|
|
|
|
|
"61348090", "Berrigan", |
|
39875
|
|
|
|
|
|
|
"61877366", "Mount\ Gambier", |
|
39876
|
|
|
|
|
|
|
"618996876", "Lynton", |
|
39877
|
|
|
|
|
|
|
"61257215", "Nullamanna", |
|
39878
|
|
|
|
|
|
|
"61741647", "Brooklands", |
|
39879
|
|
|
|
|
|
|
"61362545", "Oatlands", |
|
39880
|
|
|
|
|
|
|
"61899455", "Eneabba", |
|
39881
|
|
|
|
|
|
|
"61744098", "Ingham", |
|
39882
|
|
|
|
|
|
|
"61263785", "Coolah", |
|
39883
|
|
|
|
|
|
|
"61891562", "Roebuck", |
|
39884
|
|
|
|
|
|
|
"612685824", "Hermidale", |
|
39885
|
|
|
|
|
|
|
"61358636", "Undera", |
|
39886
|
|
|
|
|
|
|
"61356487", "Leongatha", |
|
39887
|
|
|
|
|
|
|
"618683097", "Pingelly", |
|
39888
|
|
|
|
|
|
|
"61269809", "Temora", |
|
39889
|
|
|
|
|
|
|
"617442878", "Ayr", |
|
39890
|
|
|
|
|
|
|
"61350294", "Nangiloc", |
|
39891
|
|
|
|
|
|
|
"61240097", "East\ Gresford", |
|
39892
|
|
|
|
|
|
|
"61355631", "Warrnambool", |
|
39893
|
|
|
|
|
|
|
"61878189", "Port\ Victoria", |
|
39894
|
|
|
|
|
|
|
"61267581", "Glen\ Innes", |
|
39895
|
|
|
|
|
|
|
"61851015", "Mount\ Bruce", |
|
39896
|
|
|
|
|
|
|
"61890091", "Holleton", |
|
39897
|
|
|
|
|
|
|
"618850892", "Taldra", |
|
39898
|
|
|
|
|
|
|
"61269502", "Coleambally", |
|
39899
|
|
|
|
|
|
|
"618982378", "Kojaneerup", |
|
39900
|
|
|
|
|
|
|
"61344016", "Gunbower", |
|
39901
|
|
|
|
|
|
|
"613451194", "Strathdownie", |
|
39902
|
|
|
|
|
|
|
"61887160", "Kingston\ Se", |
|
39903
|
|
|
|
|
|
|
"61888202", "Snowtown", |
|
39904
|
|
|
|
|
|
|
"61266381", "Dyraaba", |
|
39905
|
|
|
|
|
|
|
"61340057", "Robinvale", |
|
39906
|
|
|
|
|
|
|
"61879117", "Borroloola", |
|
39907
|
|
|
|
|
|
|
"61269852", "Marsden", |
|
39908
|
|
|
|
|
|
|
"613574691", "Moyhu", |
|
39909
|
|
|
|
|
|
|
"618683527", "Lake\ Toolbrunup", |
|
39910
|
|
|
|
|
|
|
"61340342", "Mallan", |
|
39911
|
|
|
|
|
|
|
"61358180", "Mathoura", |
|
39912
|
|
|
|
|
|
|
"61742179", "Mutchilba", |
|
39913
|
|
|
|
|
|
|
"61359261", "Red\ Hill", |
|
39914
|
|
|
|
|
|
|
"61867204", "Margaret\ River", |
|
39915
|
|
|
|
|
|
|
"61879172", "Tablelands", |
|
39916
|
|
|
|
|
|
|
"618903661", "Bodallin\ North", |
|
39917
|
|
|
|
|
|
|
"61899064", "Lake\ Mason", |
|
39918
|
|
|
|
|
|
|
"61897010", "Boyup\ Brook", |
|
39919
|
|
|
|
|
|
|
"61263807", "Maimuru", |
|
39920
|
|
|
|
|
|
|
"61880894", "Broken\ Hill", |
|
39921
|
|
|
|
|
|
|
"61887986", "Marcollat", |
|
39922
|
|
|
|
|
|
|
"618996942", "Mendel", |
|
39923
|
|
|
|
|
|
|
"61265037", "Coopernook", |
|
39924
|
|
|
|
|
|
|
"61363597", "Emita", |
|
39925
|
|
|
|
|
|
|
"618983480", "Gairdner", |
|
39926
|
|
|
|
|
|
|
"61266477", "Lawrence", |
|
39927
|
|
|
|
|
|
|
"61899600", "Yallalong", |
|
39928
|
|
|
|
|
|
|
"617486181", "Cannon\ Valley", |
|
39929
|
|
|
|
|
|
|
"61358859", "Logie\ Brae", |
|
39930
|
|
|
|
|
|
|
"6126863", "Parkes", |
|
39931
|
|
|
|
|
|
|
"61341265", "Buchan", |
|
39932
|
|
|
|
|
|
|
"618753167", "Lowbank", |
|
39933
|
|
|
|
|
|
|
"61375001", "Clayton", |
|
39934
|
|
|
|
|
|
|
"61248050", "Nerriga", |
|
39935
|
|
|
|
|
|
|
"61879303", "Batchelor", |
|
39936
|
|
|
|
|
|
|
"61754188", "Rosevale", |
|
39937
|
|
|
|
|
|
|
"61740182", "Etheridge", |
|
39938
|
|
|
|
|
|
|
"61340624", "Turriff", |
|
39939
|
|
|
|
|
|
|
"61353775", "Learmonth", |
|
39940
|
|
|
|
|
|
|
"618850195", "Yumali", |
|
39941
|
|
|
|
|
|
|
"617486860", "Nathan\ Gorge", |
|
39942
|
|
|
|
|
|
|
"61353110", "Landsborough", |
|
39943
|
|
|
|
|
|
|
"61357571", "Wangaratta", |
|
39944
|
|
|
|
|
|
|
"61250187", "Walwa", |
|
39945
|
|
|
|
|
|
|
"6188556", "Willunga", |
|
39946
|
|
|
|
|
|
|
"613532280", "Wilkur", |
|
39947
|
|
|
|
|
|
|
"618865071", "Roxby\ Downs", |
|
39948
|
|
|
|
|
|
|
"61889114", "Yulara", |
|
39949
|
|
|
|
|
|
|
"61885615", "Sanderston", |
|
39950
|
|
|
|
|
|
|
"61745089", "Muttaburra", |
|
39951
|
|
|
|
|
|
|
"612583751", "Wirrinya", |
|
39952
|
|
|
|
|
|
|
"61890460", "Condingup", |
|
39953
|
|
|
|
|
|
|
"61358966", "Katamatite", |
|
39954
|
|
|
|
|
|
|
"61741409", "Gayndah", |
|
39955
|
|
|
|
|
|
|
"61259130", "Lockhart", |
|
39956
|
|
|
|
|
|
|
"61361351", "Hobart", |
|
39957
|
|
|
|
|
|
|
"61736091", "Sandgate", |
|
39958
|
|
|
|
|
|
|
"61890304", "Mount\ Stirling", |
|
39959
|
|
|
|
|
|
|
"61898839", "Boddington", |
|
39960
|
|
|
|
|
|
|
"618867725", "Carrieton", |
|
39961
|
|
|
|
|
|
|
"6173646", "Brisbane", |
|
39962
|
|
|
|
|
|
|
"618752950", "Morgan", |
|
39963
|
|
|
|
|
|
|
"61268960", "Mount\ Herring", |
|
39964
|
|
|
|
|
|
|
"61746787", "Tara", |
|
39965
|
|
|
|
|
|
|
"618996933", "Gutha\ West", |
|
39966
|
|
|
|
|
|
|
"61263116", "Killongbutta", |
|
39967
|
|
|
|
|
|
|
"613441819", "Newstead", |
|
39968
|
|
|
|
|
|
|
"61351666", "Clydebank", |
|
39969
|
|
|
|
|
|
|
"618600896", "Kellerberrin", |
|
39970
|
|
|
|
|
|
|
"61248198", "Tarago", |
|
39971
|
|
|
|
|
|
|
"618903517", "Kambalda", |
|
39972
|
|
|
|
|
|
|
"61898532", "Porongurup", |
|
39973
|
|
|
|
|
|
|
"61895783", "Gidgegannup", |
|
39974
|
|
|
|
|
|
|
"612583192", "Narran", |
|
39975
|
|
|
|
|
|
|
"61361271", "Little\ Swanport", |
|
39976
|
|
|
|
|
|
|
"613542573", "Korong\ Vale", |
|
39977
|
|
|
|
|
|
|
"61888153", "Clare", |
|
39978
|
|
|
|
|
|
|
"613553841", "Tahara", |
|
39979
|
|
|
|
|
|
|
"61342191", "Geelong", |
|
39980
|
|
|
|
|
|
|
"61262334", "Uriarra\ Forest", |
|
39981
|
|
|
|
|
|
|
"61886118", "Koppio", |
|
39982
|
|
|
|
|
|
|
"61896465", "Beverley\ West", |
|
39983
|
|
|
|
|
|
|
"61353929", "Broughton", |
|
39984
|
|
|
|
|
|
|
"61742639", "Atherton", |
|
39985
|
|
|
|
|
|
|
"613451011", "Mount\ Richmond", |
|
39986
|
|
|
|
|
|
|
"61285212", "Sutherland", |
|
39987
|
|
|
|
|
|
|
"618862200", "Bayley\ Plains", |
|
39988
|
|
|
|
|
|
|
"6174080", "Cairns", |
|
39989
|
|
|
|
|
|
|
"61256291", "Lismore", |
|
39990
|
|
|
|
|
|
|
"618680069", "Beaufort\ River", |
|
39991
|
|
|
|
|
|
|
"61381187", "Whittlesea", |
|
39992
|
|
|
|
|
|
|
"618661146", "Kalannie\ East", |
|
39993
|
|
|
|
|
|
|
"612593725", "Stockinbingal", |
|
39994
|
|
|
|
|
|
|
"612593946", "Barmedman", |
|
39995
|
|
|
|
|
|
|
"61897891", "Jangardup", |
|
39996
|
|
|
|
|
|
|
"61255714", "Comboyne", |
|
39997
|
|
|
|
|
|
|
"61891419", "Karratha", |
|
39998
|
|
|
|
|
|
|
"61742506", "Innisfail", |
|
39999
|
|
|
|
|
|
|
"618682177", "Newdegate\ East", |
|
40000
|
|
|
|
|
|
|
"618996957", "Three\ Springs", |
|
40001
|
|
|
|
|
|
|
"61268186", "Yarrabandai", |
|
40002
|
|
|
|
|
|
|
"61745774", "Elbow\ Valley", |
|
40003
|
|
|
|
|
|
|
"61260619", "Cudgewa", |
|
40004
|
|
|
|
|
|
|
"61348164", "Cobram", |
|
40005
|
|
|
|
|
|
|
"613451288", "Penshurst", |
|
40006
|
|
|
|
|
|
|
"61250031", "Barnawartha", |
|
40007
|
|
|
|
|
|
|
"61885730", "Coonalpyn", |
|
40008
|
|
|
|
|
|
|
"61746555", "Paroo", |
|
40009
|
|
|
|
|
|
|
"61896068", "Cunderdin", |
|
40010
|
|
|
|
|
|
|
"61247063", "Katoomba", |
|
40011
|
|
|
|
|
|
|
"61744426", "Gulf", |
|
40012
|
|
|
|
|
|
|
"61364512", "Queenstown", |
|
40013
|
|
|
|
|
|
|
"61265181", "Putty", |
|
40014
|
|
|
|
|
|
|
"61887301", "Millicent", |
|
40015
|
|
|
|
|
|
|
"617485911", "Zamia\ Creek", |
|
40016
|
|
|
|
|
|
|
"61863360", "Perth", |
|
40017
|
|
|
|
|
|
|
"61749610", "Mount\ Morgan", |
|
40018
|
|
|
|
|
|
|
"61351149", "Dinner\ Plain", |
|
40019
|
|
|
|
|
|
|
"61889382", "Nhulunbuy", |
|
40020
|
|
|
|
|
|
|
"6129121", "Sydney", |
|
40021
|
|
|
|
|
|
|
"61258088", "Walgett", |
|
40022
|
|
|
|
|
|
|
"61746805", "Teelba", |
|
40023
|
|
|
|
|
|
|
"61741797", "Murgon", |
|
40024
|
|
|
|
|
|
|
"612574773", "Croppa\ Creek", |
|
40025
|
|
|
|
|
|
|
"612583895", "Curban", |
|
40026
|
|
|
|
|
|
|
"61877097", "Keilira", |
|
40027
|
|
|
|
|
|
|
"6139201", "Melbourne", |
|
40028
|
|
|
|
|
|
|
"61744150", "Croydon", |
|
40029
|
|
|
|
|
|
|
"61257045", "Glen\ Elgin", |
|
40030
|
|
|
|
|
|
|
"61747355", "Pentland", |
|
40031
|
|
|
|
|
|
|
"61743475", "Wondai", |
|
40032
|
|
|
|
|
|
|
"61745623", "Maranoa", |
|
40033
|
|
|
|
|
|
|
"61898656", "Pingelly", |
|
40034
|
|
|
|
|
|
|
"61348235", "Rushworth", |
|
40035
|
|
|
|
|
|
|
"61747934", "Ayr", |
|
40036
|
|
|
|
|
|
|
"61887970", "Colebatch", |
|
40037
|
|
|
|
|
|
|
"612574123", "Frazers\ Creek", |
|
40038
|
|
|
|
|
|
|
"613432167", "Natimuk", |
|
40039
|
|
|
|
|
|
|
"61351936", "Combienbar", |
|
40040
|
|
|
|
|
|
|
"61251281", "Canberra", |
|
40041
|
|
|
|
|
|
|
"61352081", "Meredith", |
|
40042
|
|
|
|
|
|
|
"617486700", "Middlemount", |
|
40043
|
|
|
|
|
|
|
"61895651", "Guilderton", |
|
40044
|
|
|
|
|
|
|
"61896054", "Calingiri", |
|
40045
|
|
|
|
|
|
|
"618964920", "Regans\ Ford", |
|
40046
|
|
|
|
|
|
|
"61868092", "Narrogin", |
|
40047
|
|
|
|
|
|
|
"617480439", "Goovigen", |
|
40048
|
|
|
|
|
|
|
"612583539", "Naradhan", |
|
40049
|
|
|
|
|
|
|
"61755447", "Kerry", |
|
40050
|
|
|
|
|
|
|
"61264720", "Bobundara", |
|
40051
|
|
|
|
|
|
|
"61358176", "Jerilderie", |
|
40052
|
|
|
|
|
|
|
"61240366", "Karuah", |
|
40053
|
|
|
|
|
|
|
"612593872", "Ardlethan", |
|
40054
|
|
|
|
|
|
|
"61359038", "Tankerton", |
|
40055
|
|
|
|
|
|
|
"61898762", "Wagin", |
|
40056
|
|
|
|
|
|
|
"61743078", "Mundubbera", |
|
40057
|
|
|
|
|
|
|
"61899190", "Morawa", |
|
40058
|
|
|
|
|
|
|
"61355171", "Wombelano", |
|
40059
|
|
|
|
|
|
|
"61753056", "Upper\ Widgee", |
|
40060
|
|
|
|
|
|
|
"61742273", "Kuranda", |
|
40061
|
|
|
|
|
|
|
"61355227", "Dartmoor", |
|
40062
|
|
|
|
|
|
|
"618989377", "Dumbleyung", |
|
40063
|
|
|
|
|
|
|
"61887094", "Reedy\ Creek", |
|
40064
|
|
|
|
|
|
|
"61245024", "Wisemans\ Ferry", |
|
40065
|
|
|
|
|
|
|
"617442923", "Richmond", |
|
40066
|
|
|
|
|
|
|
"61890810", "Marvel\ Loch", |
|
40067
|
|
|
|
|
|
|
"61341431", "Maffra", |
|
40068
|
|
|
|
|
|
|
"61875262", "Karoonda", |
|
40069
|
|
|
|
|
|
|
"61348158", "Mathoura", |
|
40070
|
|
|
|
|
|
|
"618683270", "Hyden", |
|
40071
|
|
|
|
|
|
|
"613553666", "Strathdownie", |
|
40072
|
|
|
|
|
|
|
"612583944", "Tyrie", |
|
40073
|
|
|
|
|
|
|
"61875564", "Taplan", |
|
40074
|
|
|
|
|
|
|
"61897493", "Boyup\ Brook", |
|
40075
|
|
|
|
|
|
|
"61353962", "Warracknabeal", |
|
40076
|
|
|
|
|
|
|
"61373002", "Sydenham", |
|
40077
|
|
|
|
|
|
|
"618683200", "Pingelly", |
|
40078
|
|
|
|
|
|
|
"618993258", "Perenjori", |
|
40079
|
|
|
|
|
|
|
"61890817", "Shackleton", |
|
40080
|
|
|
|
|
|
|
"61734003", "Kooringal", |
|
40081
|
|
|
|
|
|
|
"6187089", "Adelaide", |
|
40082
|
|
|
|
|
|
|
"612593802", "Maude", |
|
40083
|
|
|
|
|
|
|
"61344082", "Gisborne", |
|
40084
|
|
|
|
|
|
|
"61350088", "Mittyack", |
|
40085
|
|
|
|
|
|
|
"61755440", "Kerry", |
|
40086
|
|
|
|
|
|
|
"61264727", "Cobargo", |
|
40087
|
|
|
|
|
|
|
"61890579", "Bodallin\ North", |
|
40088
|
|
|
|
|
|
|
"61898165", "Kulin\ West", |
|
40089
|
|
|
|
|
|
|
"618660997", "Konnongorring", |
|
40090
|
|
|
|
|
|
|
"61899197", "Tenindewa", |
|
40091
|
|
|
|
|
|
|
"617750213", "Wandoan", |
|
40092
|
|
|
|
|
|
|
"61350942", "Underbool", |
|
40093
|
|
|
|
|
|
|
"613470158", "Myrtleford", |
|
40094
|
|
|
|
|
|
|
"618997383", "Nangetty", |
|
40095
|
|
|
|
|
|
|
"618967697", "Koorda", |
|
40096
|
|
|
|
|
|
|
"618983330", "Broomehill", |
|
40097
|
|
|
|
|
|
|
"61353556", "Buangor", |
|
40098
|
|
|
|
|
|
|
"61238209", "Rugby", |
|
40099
|
|
|
|
|
|
|
"6135149", "Sale", |
|
40100
|
|
|
|
|
|
|
"61244123", "Batemans\ Bay", |
|
40101
|
|
|
|
|
|
|
"61251195", "Cavan", |
|
40102
|
|
|
|
|
|
|
"61887977", "Makin", |
|
40103
|
|
|
|
|
|
|
"618763791", "Kapinnie", |
|
40104
|
|
|
|
|
|
|
"61267644", "Limbri", |
|
40105
|
|
|
|
|
|
|
"61266208", "Woodburn", |
|
40106
|
|
|
|
|
|
|
"61749896", "Dingo", |
|
40107
|
|
|
|
|
|
|
"613532221", "Minyip", |
|
40108
|
|
|
|
|
|
|
"6126647", "Copmanhurst", |
|
40109
|
|
|
|
|
|
|
"61257059", "Kelvin", |
|
40110
|
|
|
|
|
|
|
"618763389", "Orroroo", |
|
40111
|
|
|
|
|
|
|
"61747349", "Cloncurry", |
|
40112
|
|
|
|
|
|
|
"6136359", "Whitemark", |
|
40113
|
|
|
|
|
|
|
"6128535", "Sutherland", |
|
40114
|
|
|
|
|
|
|
"61744157", "Gumlu", |
|
40115
|
|
|
|
|
|
|
"617452669", "Auburn", |
|
40116
|
|
|
|
|
|
|
"61887912", "Cannawigara", |
|
40117
|
|
|
|
|
|
|
"61851259", "Roebuck", |
|
40118
|
|
|
|
|
|
|
"6139555", "Melbourne", |
|
40119
|
|
|
|
|
|
|
"61741790", "Kingaroy", |
|
40120
|
|
|
|
|
|
|
"61268384", "Mullengudgery", |
|
40121
|
|
|
|
|
|
|
"612574703", "Kingstown", |
|
40122
|
|
|
|
|
|
|
"61877090", "Cannawigara", |
|
40123
|
|
|
|
|
|
|
"61250176", "Little\ Billabong", |
|
40124
|
|
|
|
|
|
|
"61880193", "Tibooburra", |
|
40125
|
|
|
|
|
|
|
"61876323", "Wandearah\ East", |
|
40126
|
|
|
|
|
|
|
"618851696", "Penneshaw", |
|
40127
|
|
|
|
|
|
|
"61350485", "Mildura", |
|
40128
|
|
|
|
|
|
|
"61860009", "Leinster", |
|
40129
|
|
|
|
|
|
|
"617459934", "Barcaldine", |
|
40130
|
|
|
|
|
|
|
"617480810", "Wowan", |
|
40131
|
|
|
|
|
|
|
"61740116", "Mutchilba", |
|
40132
|
|
|
|
|
|
|
"61888015", "Balaklava", |
|
40133
|
|
|
|
|
|
|
"61734719", "Dayboro", |
|
40134
|
|
|
|
|
|
|
"613451335", "Mount\ Richmond", |
|
40135
|
|
|
|
|
|
|
"61265295", "Toorooka", |
|
40136
|
|
|
|
|
|
|
"6139303", "Craigieburn", |
|
40137
|
|
|
|
|
|
|
"6124232", "Kiama", |
|
40138
|
|
|
|
|
|
|
"61245008", "St\ Albans", |
|
40139
|
|
|
|
|
|
|
"6175426", "Lowood", |
|
40140
|
|
|
|
|
|
|
"618660679", "Brookton", |
|
40141
|
|
|
|
|
|
|
"61860052", "Mount\ Hampton", |
|
40142
|
|
|
|
|
|
|
"61863367", "Perth", |
|
40143
|
|
|
|
|
|
|
"61749617", "Westwood", |
|
40144
|
|
|
|
|
|
|
"6174859", "Yeppoon", |
|
40145
|
|
|
|
|
|
|
"6129760", "Parramatta", |
|
40146
|
|
|
|
|
|
|
"617305", "Brisbane", |
|
40147
|
|
|
|
|
|
|
"61342006", "Swan\ Marsh", |
|
40148
|
|
|
|
|
|
|
"61851202", "Wyndham", |
|
40149
|
|
|
|
|
|
|
"61257002", "Cuttabri", |
|
40150
|
|
|
|
|
|
|
"617452713", "Freestone", |
|
40151
|
|
|
|
|
|
|
"61259612", "Griffith", |
|
40152
|
|
|
|
|
|
|
"61875558", "Wunkar", |
|
40153
|
|
|
|
|
|
|
"61351155", "Baw\ Baw", |
|
40154
|
|
|
|
|
|
|
"61746549", "Warrego", |
|
40155
|
|
|
|
|
|
|
"61353632", "Goroke", |
|
40156
|
|
|
|
|
|
|
"61260078", "Talmalmo", |
|
40157
|
|
|
|
|
|
|
"61885737", "Malinong", |
|
40158
|
|
|
|
|
|
|
"61340198", "Boundary\ Bend", |
|
40159
|
|
|
|
|
|
|
"61357099", "Bright", |
|
40160
|
|
|
|
|
|
|
"61749672", "Mackay", |
|
40161
|
|
|
|
|
|
|
"618753188", "Perponda", |
|
40162
|
|
|
|
|
|
|
"61261496", "Gearys\ Gap", |
|
40163
|
|
|
|
|
|
|
"613545254", "Barham", |
|
40164
|
|
|
|
|
|
|
"612530037", "Bylong", |
|
40165
|
|
|
|
|
|
|
"613542503", "Buckrabanyule", |
|
40166
|
|
|
|
|
|
|
"618996766", "Carnamah\ West", |
|
40167
|
|
|
|
|
|
|
"6128916", "Sydney", |
|
40168
|
|
|
|
|
|
|
"61256185", "Coutts\ Crossing", |
|
40169
|
|
|
|
|
|
|
"613450602", "Balmoral", |
|
40170
|
|
|
|
|
|
|
"61356476", "Warragul", |
|
40171
|
|
|
|
|
|
|
"612594424", "Merriwagga", |
|
40172
|
|
|
|
|
|
|
"61355036", "Chetwynd", |
|
40173
|
|
|
|
|
|
|
"612532863", "Quandialla", |
|
40174
|
|
|
|
|
|
|
"618862270", "Cleve", |
|
40175
|
|
|
|
|
|
|
"61342285", "Inverleigh", |
|
40176
|
|
|
|
|
|
|
"61383629", "Craigieburn", |
|
40177
|
|
|
|
|
|
|
"61891378", "Port\ Hedland", |
|
40178
|
|
|
|
|
|
|
"61875229", "Gawler", |
|
40179
|
|
|
|
|
|
|
"61746780", "Brigalow", |
|
40180
|
|
|
|
|
|
|
"618965632", "Ejanding", |
|
40181
|
|
|
|
|
|
|
"61268967", "Double\ Peaks", |
|
40182
|
|
|
|
|
|
|
"61898234", "Badgebup\ North", |
|
40183
|
|
|
|
|
|
|
"61898729", "Denmark", |
|
40184
|
|
|
|
|
|
|
"612825", "Sydney", |
|
40185
|
|
|
|
|
|
|
"61253233", "Molong", |
|
40186
|
|
|
|
|
|
|
"612582491", "Gulargambone", |
|
40187
|
|
|
|
|
|
|
"61358374", "Wakool", |
|
40188
|
|
|
|
|
|
|
"61269995", "Coolac", |
|
40189
|
|
|
|
|
|
|
"61358031", "Dookie", |
|
40190
|
|
|
|
|
|
|
"613470789", "Moyhu", |
|
40191
|
|
|
|
|
|
|
"6135366", "Bacchus\ Marsh", |
|
40192
|
|
|
|
|
|
|
"618967054", "Studleigh", |
|
40193
|
|
|
|
|
|
|
"61361415", "Bothwell", |
|
40194
|
|
|
|
|
|
|
"617442589", "Eddington", |
|
40195
|
|
|
|
|
|
|
"61878105", "Brinkworth", |
|
40196
|
|
|
|
|
|
|
"61886938", "Wharminda", |
|
40197
|
|
|
|
|
|
|
"618660790", "Wubin", |
|
40198
|
|
|
|
|
|
|
"61898479", "Chittinup", |
|
40199
|
|
|
|
|
|
|
"61886654", "Georgetown", |
|
40200
|
|
|
|
|
|
|
"61746495", "Muttaburra", |
|
40201
|
|
|
|
|
|
|
"618964435", "Bidaminna", |
|
40202
|
|
|
|
|
|
|
"613470568", "Violet\ Town", |
|
40203
|
|
|
|
|
|
|
"618753374", "Victor\ Harbor", |
|
40204
|
|
|
|
|
|
|
"6139778", "Croydon", |
|
40205
|
|
|
|
|
|
|
"612574771", "Copeton\ Dam", |
|
40206
|
|
|
|
|
|
|
"61259129", "Kyeamba", |
|
40207
|
|
|
|
|
|
|
"61893950", "Herne\ Hill", |
|
40208
|
|
|
|
|
|
|
"613441252", "Wycheproof", |
|
40209
|
|
|
|
|
|
|
"61354034", "Lake\ Meran", |
|
40210
|
|
|
|
|
|
|
"61260725", "Tallangatta", |
|
40211
|
|
|
|
|
|
|
"61269885", "Springdale", |
|
40212
|
|
|
|
|
|
|
"61367184", "St\ Marys", |
|
40213
|
|
|
|
|
|
|
"6173481", "Redcliffe", |
|
40214
|
|
|
|
|
|
|
"61354371", "Wycheproof", |
|
40215
|
|
|
|
|
|
|
"61352162", "Barwon\ Downs", |
|
40216
|
|
|
|
|
|
|
"61363792", "Glengarry", |
|
40217
|
|
|
|
|
|
|
"61357711", "Seymour", |
|
40218
|
|
|
|
|
|
|
"612583698", "Eugowra", |
|
40219
|
|
|
|
|
|
|
"613542047", "Heathcote", |
|
40220
|
|
|
|
|
|
|
"61268083", "Brewarrina", |
|
40221
|
|
|
|
|
|
|
"61895504", "Mandurah", |
|
40222
|
|
|
|
|
|
|
"612574121", "Elcombe", |
|
40223
|
|
|
|
|
|
|
"61740238", "Walsh\ River", |
|
40224
|
|
|
|
|
|
|
"61876024", "Carrieton", |
|
40225
|
|
|
|
|
|
|
"61342310", "Lorne", |
|
40226
|
|
|
|
|
|
|
"61269147", "Leeton", |
|
40227
|
|
|
|
|
|
|
"61886027", "Coffin\ Bay", |
|
40228
|
|
|
|
|
|
|
"61248389", "Bowral", |
|
40229
|
|
|
|
|
|
|
"61361018", "Nubeena", |
|
40230
|
|
|
|
|
|
|
"61899526", "Carnamah\ West", |
|
40231
|
|
|
|
|
|
|
"61885975", "Barmera", |
|
40232
|
|
|
|
|
|
|
"61888056", "Maitland", |
|
40233
|
|
|
|
|
|
|
"61746098", "Miamba", |
|
40234
|
|
|
|
|
|
|
"61740155", "Mossman", |
|
40235
|
|
|
|
|
|
|
"618683729", "Karlgarin", |
|
40236
|
|
|
|
|
|
|
"613531642", "Dadswells\ Bridge", |
|
40237
|
|
|
|
|
|
|
"617442921", "Prairie", |
|
40238
|
|
|
|
|
|
|
"618864314", "Yeelanna", |
|
40239
|
|
|
|
|
|
|
"618967712", "Wyalkatchem", |
|
40240
|
|
|
|
|
|
|
"617487069", "Yakapari", |
|
40241
|
|
|
|
|
|
|
"61263013", "Bathurst", |
|
40242
|
|
|
|
|
|
|
"61887565", "Tintinara", |
|
40243
|
|
|
|
|
|
|
"61885051", "Gawler", |
|
40244
|
|
|
|
|
|
|
"61255040", "Port\ Macquarie", |
|
40245
|
|
|
|
|
|
|
"618683179", "Lumeah", |
|
40246
|
|
|
|
|
|
|
"61745350", "Wyaga", |
|
40247
|
|
|
|
|
|
|
"617486977", "Yakapari", |
|
40248
|
|
|
|
|
|
|
"61891537", "Onslow", |
|
40249
|
|
|
|
|
|
|
"6188900", "Darwin", |
|
40250
|
|
|
|
|
|
|
"61267443", "Tambar\ Springs", |
|
40251
|
|
|
|
|
|
|
"613442074", "Maryborough", |
|
40252
|
|
|
|
|
|
|
"61886365", "Wandearah\ East", |
|
40253
|
|
|
|
|
|
|
"612533047", "Neville", |
|
40254
|
|
|
|
|
|
|
"61741485", "Howard", |
|
40255
|
|
|
|
|
|
|
"61745005", "Coondarra", |
|
40256
|
|
|
|
|
|
|
"61257174", "Wee\ Waa", |
|
40257
|
|
|
|
|
|
|
"61343684", "Creswick", |
|
40258
|
|
|
|
|
|
|
"61351116", "Nowa\ Nowa", |
|
40259
|
|
|
|
|
|
|
"61743122", "Tansey", |
|
40260
|
|
|
|
|
|
|
"61264381", "Bombala", |
|
40261
|
|
|
|
|
|
|
"61867140", "Margaret\ River", |
|
40262
|
|
|
|
|
|
|
"61899945", "Lake\ Mason", |
|
40263
|
|
|
|
|
|
|
"61267297", "Elcombe", |
|
40264
|
|
|
|
|
|
|
"61753153", "Pomona", |
|
40265
|
|
|
|
|
|
|
"61269707", "Tallimba", |
|
40266
|
|
|
|
|
|
|
"61747114", "Kalkadoon", |
|
40267
|
|
|
|
|
|
|
"61347021", "Eildon", |
|
40268
|
|
|
|
|
|
|
"617458834", "Moonie", |
|
40269
|
|
|
|
|
|
|
"618996931", "Geraldton", |
|
40270
|
|
|
|
|
|
|
"613532352", "Kaniva", |
|
40271
|
|
|
|
|
|
|
"61887735", "Robe", |
|
40272
|
|
|
|
|
|
|
"61880101", "Wilcannia", |
|
40273
|
|
|
|
|
|
|
"6174997", "Moura", |
|
40274
|
|
|
|
|
|
|
"61861097", "Perth", |
|
40275
|
|
|
|
|
|
|
"613451013", "Ozenkadnook", |
|
40276
|
|
|
|
|
|
|
"61260646", "Corowa", |
|
40277
|
|
|
|
|
|
|
"612532514", "Caragabal", |
|
40278
|
|
|
|
|
|
|
"61743211", "Lowmead", |
|
40279
|
|
|
|
|
|
|
"61253127", "Tyagong", |
|
40280
|
|
|
|
|
|
|
"618601044", "South\ Kumminin", |
|
40281
|
|
|
|
|
|
|
"617459014", "Haden", |
|
40282
|
|
|
|
|
|
|
"61749986", "Mackay", |
|
40283
|
|
|
|
|
|
|
"618752966", "Sanderston", |
|
40284
|
|
|
|
|
|
|
"613542571", "Korong\ Vale", |
|
40285
|
|
|
|
|
|
|
"61899311", "Yuna\ East", |
|
40286
|
|
|
|
|
|
|
"61358073", "Nathalia", |
|
40287
|
|
|
|
|
|
|
"61864911", "Kalamunda", |
|
40288
|
|
|
|
|
|
|
"61891767", "De\ Grey\/Sandfire\/De\ Grey", |
|
40289
|
|
|
|
|
|
|
"613553843", "Tahara", |
|
40290
|
|
|
|
|
|
|
"61344219", "Romsey", |
|
40291
|
|
|
|
|
|
|
"61249317", "Eccleston", |
|
40292
|
|
|
|
|
|
|
"61268575", "Bedgerebong", |
|
40293
|
|
|
|
|
|
|
"61260169", "Coppabella", |
|
40294
|
|
|
|
|
|
|
"61752035", "Laidley", |
|
40295
|
|
|
|
|
|
|
"61897401", "Pemberton", |
|
40296
|
|
|
|
|
|
|
"612532586", "Portland", |
|
40297
|
|
|
|
|
|
|
"61745286", "Warwick", |
|
40298
|
|
|
|
|
|
|
"61899482", "Denham", |
|
40299
|
|
|
|
|
|
|
"6128678", "Blacktown", |
|
40300
|
|
|
|
|
|
|
"61741088", "Monogorilby", |
|
40301
|
|
|
|
|
|
|
"617486699", "Miclere", |
|
40302
|
|
|
|
|
|
|
"61340513", "Cunninyeuk", |
|
40303
|
|
|
|
|
|
|
"617480562", "Mackay", |
|
40304
|
|
|
|
|
|
|
"617459086", "Yetman", |
|
40305
|
|
|
|
|
|
|
"61264477", "Thredbo\ Village", |
|
40306
|
|
|
|
|
|
|
"61745408", "Goombungee", |
|
40307
|
|
|
|
|
|
|
"61749160", "Rolleston", |
|
40308
|
|
|
|
|
|
|
"612582537", "Albert", |
|
40309
|
|
|
|
|
|
|
"6174615", "Toowoomba", |
|
40310
|
|
|
|
|
|
|
"612594227", "Nangus", |
|
40311
|
|
|
|
|
|
|
"613470844", "Strathbogie", |
|
40312
|
|
|
|
|
|
|
"617485913", "Alpha", |
|
40313
|
|
|
|
|
|
|
"61263149", "Cowra", |
|
40314
|
|
|
|
|
|
|
"61748281", "Gayfield", |
|
40315
|
|
|
|
|
|
|
"61734091", "Russell\ Island", |
|
40316
|
|
|
|
|
|
|
"61265062", "Howes\ Valley", |
|
40317
|
|
|
|
|
|
|
"613431762", "Banyena", |
|
40318
|
|
|
|
|
|
|
"61264412", "Bobundara", |
|
40319
|
|
|
|
|
|
|
"61341588", "Licola", |
|
40320
|
|
|
|
|
|
|
"612583228", "Baradine", |
|
40321
|
|
|
|
|
|
|
"61352129", "Inverleigh", |
|
40322
|
|
|
|
|
|
|
"61740013", "Aurukun", |
|
40323
|
|
|
|
|
|
|
"61362885", "Hobart", |
|
40324
|
|
|
|
|
|
|
"6136471", "Queenstown", |
|
40325
|
|
|
|
|
|
|
"61749167", "Emerald", |
|
40326
|
|
|
|
|
|
|
"61880096", "Broken\ Hill", |
|
40327
|
|
|
|
|
|
|
"61861974", "Rottnest", |
|
40328
|
|
|
|
|
|
|
"61250073", "Nariel", |
|
40329
|
|
|
|
|
|
|
"61896179", "Cunderdin", |
|
40330
|
|
|
|
|
|
|
"61878142", "Curramulka", |
|
40331
|
|
|
|
|
|
|
"61367386", "St\ Helens", |
|
40332
|
|
|
|
|
|
|
"6135155", "Lakes\ Entrance", |
|
40333
|
|
|
|
|
|
|
"61259162", "Burra", |
|
40334
|
|
|
|
|
|
|
"617473932", "Kalkadoon", |
|
40335
|
|
|
|
|
|
|
"61747463", "Boulia", |
|
40336
|
|
|
|
|
|
|
"617452711", "Freestone", |
|
40337
|
|
|
|
|
|
|
"61264470", "Eucumbene", |
|
40338
|
|
|
|
|
|
|
"61263155", "Merriganowry", |
|
40339
|
|
|
|
|
|
|
"61267841", "Craigleigh", |
|
40340
|
|
|
|
|
|
|
"61244026", "Nowra", |
|
40341
|
|
|
|
|
|
|
"61890432", "Belka\ East", |
|
40342
|
|
|
|
|
|
|
"618660076", "Beacon\ North", |
|
40343
|
|
|
|
|
|
|
"61740936", "Dimbulah", |
|
40344
|
|
|
|
|
|
|
"61876008", "Port\ Kenny", |
|
40345
|
|
|
|
|
|
|
"61861090", "Perth", |
|
40346
|
|
|
|
|
|
|
"61746516", "Barcaldine", |
|
40347
|
|
|
|
|
|
|
"618600235", "Great\ Victoria", |
|
40348
|
|
|
|
|
|
|
"612532861", "Orange", |
|
40349
|
|
|
|
|
|
|
"6138419", "Melbourne", |
|
40350
|
|
|
|
|
|
|
"61747521", "Townsville", |
|
40351
|
|
|
|
|
|
|
"618989070", "Yealering", |
|
40352
|
|
|
|
|
|
|
"6138363", "Sydenham", |
|
40353
|
|
|
|
|
|
|
"61361596", "Huonville", |
|
40354
|
|
|
|
|
|
|
"61887825", "Port\ Macdonnell", |
|
40355
|
|
|
|
|
|
|
"61895528", "Bindoon", |
|
40356
|
|
|
|
|
|
|
"61891760", "Marble\ Bar", |
|
40357
|
|
|
|
|
|
|
"6126683", "Woodburn", |
|
40358
|
|
|
|
|
|
|
"61256576", "Wiangaree", |
|
40359
|
|
|
|
|
|
|
"613542501", "Buckrabanyule", |
|
40360
|
|
|
|
|
|
|
"6128700", "Bankstown", |
|
40361
|
|
|
|
|
|
|
"61255309", "Mount\ Olive", |
|
40362
|
|
|
|
|
|
|
"618996715", "Carnarvon", |
|
40363
|
|
|
|
|
|
|
"61740709", "Millaa\ Millaa", |
|
40364
|
|
|
|
|
|
|
"61887132", "Willalooka", |
|
40365
|
|
|
|
|
|
|
"61253120", "Merriganowry", |
|
40366
|
|
|
|
|
|
|
"61899959", "Latham", |
|
40367
|
|
|
|
|
|
|
"613441925", "Newstead", |
|
40368
|
|
|
|
|
|
|
"61867147", "Upper\ Preston", |
|
40369
|
|
|
|
|
|
|
"6188120", "Adelaide", |
|
40370
|
|
|
|
|
|
|
"61240614", "Eccleston", |
|
40371
|
|
|
|
|
|
|
"612582493", "Hermidale", |
|
40372
|
|
|
|
|
|
|
"61868134", "Kojaneerup", |
|
40373
|
|
|
|
|
|
|
"61361233", "Margate", |
|
40374
|
|
|
|
|
|
|
"613441746", "Amphitheatre", |
|
40375
|
|
|
|
|
|
|
"61886236", "Coulta", |
|
40376
|
|
|
|
|
|
|
"61248513", "Wombeyan\ Caves", |
|
40377
|
|
|
|
|
|
|
"618996750", "Tenindewa", |
|
40378
|
|
|
|
|
|
|
"618994038", "Leeman", |
|
40379
|
|
|
|
|
|
|
"61269700", "Warralonga", |
|
40380
|
|
|
|
|
|
|
"61267290", "Warialda", |
|
40381
|
|
|
|
|
|
|
"61342372", "Inverleigh", |
|
40382
|
|
|
|
|
|
|
"61897803", "Capel", |
|
40383
|
|
|
|
|
|
|
"61734746", "Ipswich", |
|
40384
|
|
|
|
|
|
|
"61740149", "Atherton", |
|
40385
|
|
|
|
|
|
|
"61896353", "Cunderdin", |
|
40386
|
|
|
|
|
|
|
"613442004", "Lake\ Meran", |
|
40387
|
|
|
|
|
|
|
"613553615", "Timboon", |
|
40388
|
|
|
|
|
|
|
"61875095", "Freeling", |
|
40389
|
|
|
|
|
|
|
"61891530", "Marble\ Bar", |
|
40390
|
|
|
|
|
|
|
"617476336", "Prairie", |
|
40391
|
|
|
|
|
|
|
"6175595", "Southport", |
|
40392
|
|
|
|
|
|
|
"61898318", "Borden", |
|
40393
|
|
|
|
|
|
|
"618683109", "Tarwonga", |
|
40394
|
|
|
|
|
|
|
"61255047", "Kempsey", |
|
40395
|
|
|
|
|
|
|
"61745357", "Omanama", |
|
40396
|
|
|
|
|
|
|
"61753418", "Caloundra", |
|
40397
|
|
|
|
|
|
|
"61745042", "Warra", |
|
40398
|
|
|
|
|
|
|
"61255352", "Byabarra", |
|
40399
|
|
|
|
|
|
|
"61740752", "Mossman", |
|
40400
|
|
|
|
|
|
|
"617750211", "Valley\ Downs", |
|
40401
|
|
|
|
|
|
|
"61742231", "Mareeba", |
|
40402
|
|
|
|
|
|
|
"61886020", "Ceduna", |
|
40403
|
|
|
|
|
|
|
"61745424", "Killarney", |
|
40404
|
|
|
|
|
|
|
"61747316", "Greenvale", |
|
40405
|
|
|
|
|
|
|
"61868265", "Manypeaks\ North", |
|
40406
|
|
|
|
|
|
|
"61743169", "Eidsvold", |
|
40407
|
|
|
|
|
|
|
"618997381", "Mullewa", |
|
40408
|
|
|
|
|
|
|
"61355133", "Port\ Fairy", |
|
40409
|
|
|
|
|
|
|
"61342317", "Aireys\ Inlet", |
|
40410
|
|
|
|
|
|
|
"61897981", "Brunswick\ Junction", |
|
40411
|
|
|
|
|
|
|
"61269140", "Hay", |
|
40412
|
|
|
|
|
|
|
"61341473", "Yarram", |
|
40413
|
|
|
|
|
|
|
"613531854", "Scarsdale", |
|
40414
|
|
|
|
|
|
|
"613553650", "Lake\ Mundi", |
|
40415
|
|
|
|
|
|
|
"618763525", "Arno\ Bay", |
|
40416
|
|
|
|
|
|
|
"61257376", "Ingleba", |
|
40417
|
|
|
|
|
|
|
"61887393", "Kalangadoo", |
|
40418
|
|
|
|
|
|
|
"61344161", "Bendigo", |
|
40419
|
|
|
|
|
|
|
"617458798", "Eschol", |
|
40420
|
|
|
|
|
|
|
"613532223", "Minyip", |
|
40421
|
|
|
|
|
|
|
"61265029", "Comara", |
|
40422
|
|
|
|
|
|
|
"618854967", "Mannum", |
|
40423
|
|
|
|
|
|
|
"61753015", "Kenilworth", |
|
40424
|
|
|
|
|
|
|
"61866080", "Northam", |
|
40425
|
|
|
|
|
|
|
"613545027", "Rochester", |
|
40426
|
|
|
|
|
|
|
"612583236", "Bogan\ Gate", |
|
40427
|
|
|
|
|
|
|
"61895202", "Rockingham", |
|
40428
|
|
|
|
|
|
|
"61749406", "Proserpine", |
|
40429
|
|
|
|
|
|
|
"61243075", "Gosford", |
|
40430
|
|
|
|
|
|
|
"61363195", "Campbell\ Town", |
|
40431
|
|
|
|
|
|
|
"618763793", "Kimba", |
|
40432
|
|
|
|
|
|
|
"617750409", "Valley\ Downs", |
|
40433
|
|
|
|
|
|
|
"61342103", "Torquay", |
|
40434
|
|
|
|
|
|
|
"61260122", "Oaklands", |
|
40435
|
|
|
|
|
|
|
"61260835", "Tallangatta\ Valley", |
|
40436
|
|
|
|
|
|
|
"6138396", "Melbourne", |
|
40437
|
|
|
|
|
|
|
"61340389", "Murrayville", |
|
40438
|
|
|
|
|
|
|
"618985588", "Hyden\ East", |
|
40439
|
|
|
|
|
|
|
"617480658", "Bajool", |
|
40440
|
|
|
|
|
|
|
"612574701", "Inverell", |
|
40441
|
|
|
|
|
|
|
"618753304", "Two\ Wells", |
|
40442
|
|
|
|
|
|
|
"618762593", "Kimba", |
|
40443
|
|
|
|
|
|
|
"61898827", "Nomans\ Lake", |
|
40444
|
|
|
|
|
|
|
"6173280", "Ipswich", |
|
40445
|
|
|
|
|
|
|
"61238006", "Breadalbane", |
|
40446
|
|
|
|
|
|
|
"613470587", "Eildon", |
|
40447
|
|
|
|
|
|
|
"61748605", "Cannon\ Valley", |
|
40448
|
|
|
|
|
|
|
"61350409", "Karawinna", |
|
40449
|
|
|
|
|
|
|
"61260041", "Koetong", |
|
40450
|
|
|
|
|
|
|
"617485897", "The\ Caves", |
|
40451
|
|
|
|
|
|
|
"61749912", "Emerald", |
|
40452
|
|
|
|
|
|
|
"61746284", "Kilbeggan", |
|
40453
|
|
|
|
|
|
|
"617452483", "Bringalily", |
|
40454
|
|
|
|
|
|
|
"61897306", "Bridgetown", |
|
40455
|
|
|
|
|
|
|
"612684338", "Trangie", |
|
40456
|
|
|
|
|
|
|
"61879391", "Davenport", |
|
40457
|
|
|
|
|
|
|
"613442160", "Wycheproof", |
|
40458
|
|
|
|
|
|
|
"61898730", "Tenterden", |
|
40459
|
|
|
|
|
|
|
"61268756", "Dubbo", |
|
40460
|
|
|
|
|
|
|
"61887896", "Bordertown", |
|
40461
|
|
|
|
|
|
|
"617442605", "Gumlu", |
|
40462
|
|
|
|
|
|
|
"612594176", "Barmedman", |
|
40463
|
|
|
|
|
|
|
"61896969", "Ballidu", |
|
40464
|
|
|
|
|
|
|
"61740497", "Walsh\ River", |
|
40465
|
|
|
|
|
|
|
"612532701", "Merriganowry", |
|
40466
|
|
|
|
|
|
|
"61889349", "Nhulunbuy", |
|
40467
|
|
|
|
|
|
|
"61351182", "Sale", |
|
40468
|
|
|
|
|
|
|
"61263061", "Cudal", |
|
40469
|
|
|
|
|
|
|
"61748308", "Isaac\ River", |
|
40470
|
|
|
|
|
|
|
"61875230", "Gawler", |
|
40471
|
|
|
|
|
|
|
"6134333", "Ballarat", |
|
40472
|
|
|
|
|
|
|
"61256580", "Ballina", |
|
40473
|
|
|
|
|
|
|
"61353937", "Telopea\ Downs", |
|
40474
|
|
|
|
|
|
|
"61742627", "Thursday\ Island", |
|
40475
|
|
|
|
|
|
|
"61361525", "Woodbury", |
|
40476
|
|
|
|
|
|
|
"61745277", "Toowoomba", |
|
40477
|
|
|
|
|
|
|
"617476722", "Pentland", |
|
40478
|
|
|
|
|
|
|
"61885839", "Barmera", |
|
40479
|
|
|
|
|
|
|
"61264208", "Dalgety", |
|
40480
|
|
|
|
|
|
|
"61256152", "Ballina", |
|
40481
|
|
|
|
|
|
|
"61364175", "Queenstown", |
|
40482
|
|
|
|
|
|
|
"61367370", "Evandale", |
|
40483
|
|
|
|
|
|
|
"618660848", "Cunderdin\ North", |
|
40484
|
|
|
|
|
|
|
"61251023", "Yass", |
|
40485
|
|
|
|
|
|
|
"61734696", "Dunwich", |
|
40486
|
|
|
|
|
|
|
"61345014", "Victoria\ Valley", |
|
40487
|
|
|
|
|
|
|
"61745121", "Mount\ Tyson", |
|
40488
|
|
|
|
|
|
|
"61244095", "Milton\-ulladulla", |
|
40489
|
|
|
|
|
|
|
"61896273", "Bencubbin", |
|
40490
|
|
|
|
|
|
|
"61255217", "Moonan\ Flat", |
|
40491
|
|
|
|
|
|
|
"617452574", "Haden", |
|
40492
|
|
|
|
|
|
|
"61351550", "Gelantipy", |
|
40493
|
|
|
|
|
|
|
"61264486", "Cabramurra", |
|
40494
|
|
|
|
|
|
|
"61246123", "Camden", |
|
40495
|
|
|
|
|
|
|
"61897128", "Boyup\ Brook", |
|
40496
|
|
|
|
|
|
|
"61891915", "Fitzroy\ Crossing", |
|
40497
|
|
|
|
|
|
|
"6124740", "Penrith", |
|
40498
|
|
|
|
|
|
|
"61851056", "Wittenoom", |
|
40499
|
|
|
|
|
|
|
"61888783", "Lochiel", |
|
40500
|
|
|
|
|
|
|
"61249804", "Nelson\ Bay", |
|
40501
|
|
|
|
|
|
|
"61359146", "Healesville", |
|
40502
|
|
|
|
|
|
|
"61342252", "Queenscliff", |
|
40503
|
|
|
|
|
|
|
"6173191", "Brisbane", |
|
40504
|
|
|
|
|
|
|
"61357763", "Mansfield", |
|
40505
|
|
|
|
|
|
|
"61268662", "Bindogundra", |
|
40506
|
|
|
|
|
|
|
"61880025", "Tepco", |
|
40507
|
|
|
|
|
|
|
"61891341", "Whaleback", |
|
40508
|
|
|
|
|
|
|
"618683654", "Pingrup", |
|
40509
|
|
|
|
|
|
|
"61748126", "Cannon\ Valley", |
|
40510
|
|
|
|
|
|
|
"61895153", "Bakers\ Hill", |
|
40511
|
|
|
|
|
|
|
"61392128", "Croydon", |
|
40512
|
|
|
|
|
|
|
"61257256", "Burren\ Junction", |
|
40513
|
|
|
|
|
|
|
"61745212", "Isisford", |
|
40514
|
|
|
|
|
|
|
"617487135", "Mardale", |
|
40515
|
|
|
|
|
|
|
"61730506", "Samford", |
|
40516
|
|
|
|
|
|
|
"61746157", "Wallumbilla", |
|
40517
|
|
|
|
|
|
|
"61353028", "Kalkee", |
|
40518
|
|
|
|
|
|
|
"61255272", "Bowraville", |
|
40519
|
|
|
|
|
|
|
"61742054", "Weipa", |
|
40520
|
|
|
|
|
|
|
"617458653", "Miles", |
|
40521
|
|
|
|
|
|
|
"61748450", "Calliope", |
|
40522
|
|
|
|
|
|
|
"61752297", "Laidley", |
|
40523
|
|
|
|
|
|
|
"612574180", "Willow\ Tree", |
|
40524
|
|
|
|
|
|
|
"61357296", "Yarrawonga", |
|
40525
|
|
|
|
|
|
|
"61742465", "Kowanyama", |
|
40526
|
|
|
|
|
|
|
"61267438", "Mullaley", |
|
40527
|
|
|
|
|
|
|
"618865003", "Frome", |
|
40528
|
|
|
|
|
|
|
"6124423", "Nowra", |
|
40529
|
|
|
|
|
|
|
"61261117", "Gearys\ Gap", |
|
40530
|
|
|
|
|
|
|
"61885762", "Geranium", |
|
40531
|
|
|
|
|
|
|
"61340561", "Mallan", |
|
40532
|
|
|
|
|
|
|
"61353667", "Ballan", |
|
40533
|
|
|
|
|
|
|
"61879004", "Petermann", |
|
40534
|
|
|
|
|
|
|
"6175626", "Southport", |
|
40535
|
|
|
|
|
|
|
"618763658", "Morchard", |
|
40536
|
|
|
|
|
|
|
"61741294", "Howard", |
|
40537
|
|
|
|
|
|
|
"61263490", "Cowra", |
|
40538
|
|
|
|
|
|
|
"61356192", "Wonthaggi", |
|
40539
|
|
|
|
|
|
|
"61344055", "Trentham", |
|
40540
|
|
|
|
|
|
|
"61342209", "Beeac", |
|
40541
|
|
|
|
|
|
|
"6135875", "Cobram", |
|
40542
|
|
|
|
|
|
|
"61357533", "Benalla", |
|
40543
|
|
|
|
|
|
|
"61363126", "Lilydale", |
|
40544
|
|
|
|
|
|
|
"61890003", "Kalgoorlie", |
|
40545
|
|
|
|
|
|
|
"61256109", "Lismore", |
|
40546
|
|
|
|
|
|
|
"61863332", "Perth", |
|
40547
|
|
|
|
|
|
|
"61350647", "Sea\ Lake", |
|
40548
|
|
|
|
|
|
|
"617480793", "Westwood", |
|
40549
|
|
|
|
|
|
|
"61351800", "Clydebank", |
|
40550
|
|
|
|
|
|
|
"61261172", "Burrinjuck", |
|
40551
|
|
|
|
|
|
|
"618965641", "Cadoux", |
|
40552
|
|
|
|
|
|
|
"61341092", "Buchan", |
|
40553
|
|
|
|
|
|
|
"618863364", "Darke\ Peak", |
|
40554
|
|
|
|
|
|
|
"618863981", "Tooligie\ Hill", |
|
40555
|
|
|
|
|
|
|
"61268932", "Myamley", |
|
40556
|
|
|
|
|
|
|
"618856764", "Coonalpyn", |
|
40557
|
|
|
|
|
|
|
"61740243", "Tully", |
|
40558
|
|
|
|
|
|
|
"612684326", "Tooraweenah", |
|
40559
|
|
|
|
|
|
|
"617750356", "Jericho", |
|
40560
|
|
|
|
|
|
|
"61363605", "Campbell\ Town", |
|
40561
|
|
|
|
|
|
|
"61878021", "Nantawarra", |
|
40562
|
|
|
|
|
|
|
"612571128", "Garah", |
|
40563
|
|
|
|
|
|
|
"612583425", "Albert", |
|
40564
|
|
|
|
|
|
|
"61352910", "Aireys\ Inlet", |
|
40565
|
|
|
|
|
|
|
"61898560", "Perillup", |
|
40566
|
|
|
|
|
|
|
"617442980", "Upper\ Stone", |
|
40567
|
|
|
|
|
|
|
"61885656", "Truro", |
|
40568
|
|
|
|
|
|
|
"61287355", "Liverpool", |
|
40569
|
|
|
|
|
|
|
"61267035", "Boomi", |
|
40570
|
|
|
|
|
|
|
"613431175", "Jeparit", |
|
40571
|
|
|
|
|
|
|
"61257380", "Marple", |
|
40572
|
|
|
|
|
|
|
"61284150", "Dural", |
|
40573
|
|
|
|
|
|
|
"617458637", "Jimbour", |
|
40574
|
|
|
|
|
|
|
"61261303", "Yass", |
|
40575
|
|
|
|
|
|
|
"6186225", "Fremantle", |
|
40576
|
|
|
|
|
|
|
"61753504", "Moore", |
|
40577
|
|
|
|
|
|
|
"618964983", "Cunderdin", |
|
40578
|
|
|
|
|
|
|
"61887617", "Keilira", |
|
40579
|
|
|
|
|
|
|
"61875026", "Sanderston", |
|
40580
|
|
|
|
|
|
|
"618866951", "Georgetown", |
|
40581
|
|
|
|
|
|
|
"61340423", "Boundary\ Bend", |
|
40582
|
|
|
|
|
|
|
"6136725", "Launceston", |
|
40583
|
|
|
|
|
|
|
"61350452", "Karawinna", |
|
40584
|
|
|
|
|
|
|
"61896506", "Wannamal", |
|
40585
|
|
|
|
|
|
|
"612570115", "Coolatai", |
|
40586
|
|
|
|
|
|
|
"613431725", "Minyip", |
|
40587
|
|
|
|
|
|
|
"61899363", "Kalbarri", |
|
40588
|
|
|
|
|
|
|
"617473943", "Karumba", |
|
40589
|
|
|
|
|
|
|
"61886943", "Kyancutta", |
|
40590
|
|
|
|
|
|
|
"618683390", "Moodiarrup", |
|
40591
|
|
|
|
|
|
|
"6173501", "Brisbane", |
|
40592
|
|
|
|
|
|
|
"617441885", "Cloncurry", |
|
40593
|
|
|
|
|
|
|
"61887610", "Reedy\ Creek", |
|
40594
|
|
|
|
|
|
|
"61353004", "Bacchus\ Marsh", |
|
40595
|
|
|
|
|
|
|
"618864058", "Kapinnie", |
|
40596
|
|
|
|
|
|
|
"61352972", "Lara", |
|
40597
|
|
|
|
|
|
|
"612533052", "Quandialla", |
|
40598
|
|
|
|
|
|
|
"618683145", "Denmark", |
|
40599
|
|
|
|
|
|
|
"612574586", "Delungra", |
|
40600
|
|
|
|
|
|
|
"6173446", "Cleveland", |
|
40601
|
|
|
|
|
|
|
"61899595", "Mount\ Magnet", |
|
40602
|
|
|
|
|
|
|
"6139902", "Clayton", |
|
40603
|
|
|
|
|
|
|
"618753497", "Mypolonga", |
|
40604
|
|
|
|
|
|
|
"61264739", "Thredbo\ Village", |
|
40605
|
|
|
|
|
|
|
"618903663", "Bodallin\ North", |
|
40606
|
|
|
|
|
|
|
"6138855", "Melbourne", |
|
40607
|
|
|
|
|
|
|
"61897104", "Dinninup\ North", |
|
40608
|
|
|
|
|
|
|
"618989164", "Pingelly", |
|
40609
|
|
|
|
|
|
|
"61753202", "Harrisville", |
|
40610
|
|
|
|
|
|
|
"61255923", "Mount\ Olive", |
|
40611
|
|
|
|
|
|
|
"613532347", "Broughton", |
|
40612
|
|
|
|
|
|
|
"613574693", "Moyhu", |
|
40613
|
|
|
|
|
|
|
"61257387", "Ogunbil", |
|
40614
|
|
|
|
|
|
|
"61284157", "Sydney", |
|
40615
|
|
|
|
|
|
|
"61248561", "Yerrinbool", |
|
40616
|
|
|
|
|
|
|
"612583737", "Tooraweenah", |
|
40617
|
|
|
|
|
|
|
"61352917", "Meredith", |
|
40618
|
|
|
|
|
|
|
"61264906", "Cabramurra", |
|
40619
|
|
|
|
|
|
|
"61264224", "Adaminaby", |
|
40620
|
|
|
|
|
|
|
"61898567", "Bokerup", |
|
40621
|
|
|
|
|
|
|
"617441406", "Halifax", |
|
40622
|
|
|
|
|
|
|
"61740061", "Peninsula", |
|
40623
|
|
|
|
|
|
|
"61263497", "Tyagong", |
|
40624
|
|
|
|
|
|
|
"61259223", "Henty", |
|
40625
|
|
|
|
|
|
|
"61748324", "Carbine\ Creek", |
|
40626
|
|
|
|
|
|
|
"61355148", "Tahara", |
|
40627
|
|
|
|
|
|
|
"61351807", "Maffra", |
|
40628
|
|
|
|
|
|
|
"617486183", "Carbine\ Creek", |
|
40629
|
|
|
|
|
|
|
"61350640", "Manangatang", |
|
40630
|
|
|
|
|
|
|
"61253351", "Hampton", |
|
40631
|
|
|
|
|
|
|
"61743041", "Maryborough", |
|
40632
|
|
|
|
|
|
|
"612490", "Newcastle", |
|
40633
|
|
|
|
|
|
|
"61752290", "Imbil", |
|
40634
|
|
|
|
|
|
|
"612583753", "Yarrabandai", |
|
40635
|
|
|
|
|
|
|
"617486856", "Mount\ Gardiner", |
|
40636
|
|
|
|
|
|
|
"61895418", "Mandurah", |
|
40637
|
|
|
|
|
|
|
"61885165", "Perponda", |
|
40638
|
|
|
|
|
|
|
"618865822", "Coorabie", |
|
40639
|
|
|
|
|
|
|
"61260796", "Talmalmo", |
|
40640
|
|
|
|
|
|
|
"618600782", "Nungarin", |
|
40641
|
|
|
|
|
|
|
"6189395", "Spearwood", |
|
40642
|
|
|
|
|
|
|
"61748457", "Gladstone", |
|
40643
|
|
|
|
|
|
|
"613553832", "Penshurst", |
|
40644
|
|
|
|
|
|
|
"61747411", "Hughenden", |
|
40645
|
|
|
|
|
|
|
"61741899", "Kingaroy", |
|
40646
|
|
|
|
|
|
|
"61344049", "Kyneton", |
|
40647
|
|
|
|
|
|
|
"61889664", "Noonamah", |
|
40648
|
|
|
|
|
|
|
"61299128", "Blacktown", |
|
40649
|
|
|
|
|
|
|
"61261110", "Bungendore", |
|
40650
|
|
|
|
|
|
|
"61746426", "Allora", |
|
40651
|
|
|
|
|
|
|
"618865073", "Roxby\ Downs", |
|
40652
|
|
|
|
|
|
|
"61749094", "Tieri", |
|
40653
|
|
|
|
|
|
|
"613441247", "Tullakool", |
|
40654
|
|
|
|
|
|
|
"61730922", "Redcliffe", |
|
40655
|
|
|
|
|
|
|
"61260263", "Albury", |
|
40656
|
|
|
|
|
|
|
"61367312", "Moltema", |
|
40657
|
|
|
|
|
|
|
"61255574", "Murrurundi", |
|
40658
|
|
|
|
|
|
|
"61355708", "Tahara", |
|
40659
|
|
|
|
|
|
|
"613431802", "Rokewood", |
|
40660
|
|
|
|
|
|
|
"61361248", "Margate", |
|
40661
|
|
|
|
|
|
|
"61745514", "Beebo", |
|
40662
|
|
|
|
|
|
|
"61263243", "Caragabal", |
|
40663
|
|
|
|
|
|
|
"618965618", "Dowerin", |
|
40664
|
|
|
|
|
|
|
"61753528", "Nambour", |
|
40665
|
|
|
|
|
|
|
"61367377", "Lilydale", |
|
40666
|
|
|
|
|
|
|
"613531633", "Buangor", |
|
40667
|
|
|
|
|
|
|
"618601030", "Mount\ Stirling", |
|
40668
|
|
|
|
|
|
|
"612574646", "Wellingrove", |
|
40669
|
|
|
|
|
|
|
"61238191", "Bevendale", |
|
40670
|
|
|
|
|
|
|
"61879425", "Pine\ Creek", |
|
40671
|
|
|
|
|
|
|
"613542052", "Inglewood", |
|
40672
|
|
|
|
|
|
|
"6135490", "Echuca", |
|
40673
|
|
|
|
|
|
|
"61364772", "Marrawah", |
|
40674
|
|
|
|
|
|
|
"61351557", "Nowa\ Nowa", |
|
40675
|
|
|
|
|
|
|
"61358492", "Shepparton", |
|
40676
|
|
|
|
|
|
|
"61255210", "Forster", |
|
40677
|
|
|
|
|
|
|
"617452504", "Brymaroo", |
|
40678
|
|
|
|
|
|
|
"612594106", "Darlington\ Point", |
|
40679
|
|
|
|
|
|
|
"61889658", "Carpentaria", |
|
40680
|
|
|
|
|
|
|
"61351785", "Bruthen", |
|
40681
|
|
|
|
|
|
|
"61742620", "Mount\ Garnet", |
|
40682
|
|
|
|
|
|
|
"61353930", "Serviceton", |
|
40683
|
|
|
|
|
|
|
"61256587", "Dorrigo", |
|
40684
|
|
|
|
|
|
|
"618854988", "Robertstown", |
|
40685
|
|
|
|
|
|
|
"61875237", "Swan\ Reach", |
|
40686
|
|
|
|
|
|
|
"61879028", "Rodinga", |
|
40687
|
|
|
|
|
|
|
"61363642", "St\ Marys", |
|
40688
|
|
|
|
|
|
|
"618985567", "Harrismith", |
|
40689
|
|
|
|
|
|
|
"61746582", "Longreach", |
|
40690
|
|
|
|
|
|
|
"61269499", "Darlington\ Point", |
|
40691
|
|
|
|
|
|
|
"61264569", "Eucumbene", |
|
40692
|
|
|
|
|
|
|
"61898820", "Narrogin", |
|
40693
|
|
|
|
|
|
|
"618862906", "Coffin\ Bay", |
|
40694
|
|
|
|
|
|
|
"613531657", "Elmhurst", |
|
40695
|
|
|
|
|
|
|
"61898737", "Varley", |
|
40696
|
|
|
|
|
|
|
"6139839", "Croydon", |
|
40697
|
|
|
|
|
|
|
"61383384", "Sydenham", |
|
40698
|
|
|
|
|
|
|
"613470830", "King\ Valley", |
|
40699
|
|
|
|
|
|
|
"61897744", "Busselton", |
|
40700
|
|
|
|
|
|
|
"61248731", "Bevendale", |
|
40701
|
|
|
|
|
|
|
"61344113", "Newstead", |
|
40702
|
|
|
|
|
|
|
"6129797", "Sydney", |
|
40703
|
|
|
|
|
|
|
"61354162", "Dunolly", |
|
40704
|
|
|
|
|
|
|
"61357069", "Jamieson", |
|
40705
|
|
|
|
|
|
|
"61340168", "Manangatang", |
|
40706
|
|
|
|
|
|
|
"61256043", "Lawrence", |
|
40707
|
|
|
|
|
|
|
"61890149", "Great\ Victoria", |
|
40708
|
|
|
|
|
|
|
"617441967", "Palm\ Island", |
|
40709
|
|
|
|
|
|
|
"61748318", "Buckland", |
|
40710
|
|
|
|
|
|
|
"612594076", "West\ Wyalong", |
|
40711
|
|
|
|
|
|
|
"61752232", "Nambour", |
|
40712
|
|
|
|
|
|
|
"618601098", "Narembeen\ East", |
|
40713
|
|
|
|
|
|
|
"613442060", "Heathcote", |
|
40714
|
|
|
|
|
|
|
"61343148", "Lake\ Bolac", |
|
40715
|
|
|
|
|
|
|
"6136373", "Pyengana", |
|
40716
|
|
|
|
|
|
|
"61895042", "Gingin", |
|
40717
|
|
|
|
|
|
|
"61890752", "Munglinup", |
|
40718
|
|
|
|
|
|
|
"61896321", "Ejanding", |
|
40719
|
|
|
|
|
|
|
"61341037", "Munro", |
|
40720
|
|
|
|
|
|
|
"61895424", "Gingin", |
|
40721
|
|
|
|
|
|
|
"61749902", "Spier", |
|
40722
|
|
|
|
|
|
|
"61356137", "Poowong", |
|
40723
|
|
|
|
|
|
|
"61350419", "Wentworth", |
|
40724
|
|
|
|
|
|
|
"61265265", "Howes\ Valley", |
|
40725
|
|
|
|
|
|
|
"61238016", "Nerriga", |
|
40726
|
|
|
|
|
|
|
"618660979", "Dale\ River", |
|
40727
|
|
|
|
|
|
|
"6173281", "Ipswich", |
|
40728
|
|
|
|
|
|
|
"61352034", "Anglesea", |
|
40729
|
|
|
|
|
|
|
"6175429", "Caboolture", |
|
40730
|
|
|
|
|
|
|
"61734785", "Dunwich", |
|
40731
|
|
|
|
|
|
|
"6126971", "Wagga\ Wagga", |
|
40732
|
|
|
|
|
|
|
"61888089", "South\ Hummocks", |
|
40733
|
|
|
|
|
|
|
"61899288", "Eneabba\ South", |
|
40734
|
|
|
|
|
|
|
"618997396", "Yallalong", |
|
40735
|
|
|
|
|
|
|
"617487035", "Miclere", |
|
40736
|
|
|
|
|
|
|
"61364700", "Burnie", |
|
40737
|
|
|
|
|
|
|
"618753360", "Renmark", |
|
40738
|
|
|
|
|
|
|
"61240194", "Wootton", |
|
40739
|
|
|
|
|
|
|
"61899406", "Latham", |
|
40740
|
|
|
|
|
|
|
"61745202", "Bonshaw", |
|
40741
|
|
|
|
|
|
|
"618683285", "Kulin\ West", |
|
40742
|
|
|
|
|
|
|
"61268997", "Albert", |
|
40743
|
|
|
|
|
|
|
"61868029", "Perillup", |
|
40744
|
|
|
|
|
|
|
"61743388", "Pialba", |
|
40745
|
|
|
|
|
|
|
"6173190", "Brisbane", |
|
40746
|
|
|
|
|
|
|
"61253566", "Bylong", |
|
40747
|
|
|
|
|
|
|
"61891905", "Tom\ Price", |
|
40748
|
|
|
|
|
|
|
"61887449", "Coonawarra", |
|
40749
|
|
|
|
|
|
|
"6124741", "Mulgoa", |
|
40750
|
|
|
|
|
|
|
"6138461", "Melbourne", |
|
40751
|
|
|
|
|
|
|
"61890666", "Leinster", |
|
40752
|
|
|
|
|
|
|
"61255207", "Smithtown", |
|
40753
|
|
|
|
|
|
|
"61345004", "Port\ Fairy", |
|
40754
|
|
|
|
|
|
|
"612583516", "Geurie", |
|
40755
|
|
|
|
|
|
|
"613470898", "Violet\ Town", |
|
40756
|
|
|
|
|
|
|
"6124304", "Gosford", |
|
40757
|
|
|
|
|
|
|
"613432213", "Scarsdale", |
|
40758
|
|
|
|
|
|
|
"61264218", "Candelo", |
|
40759
|
|
|
|
|
|
|
"613431773", "Dimboola", |
|
40760
|
|
|
|
|
|
|
"618865968", "Poochera", |
|
40761
|
|
|
|
|
|
|
"61341484", "Traralgon", |
|
40762
|
|
|
|
|
|
|
"61899167", "Yuna\ East", |
|
40763
|
|
|
|
|
|
|
"61351810", "Swifts\ Creek", |
|
40764
|
|
|
|
|
|
|
"618903434", "Coomalbidgup", |
|
40765
|
|
|
|
|
|
|
"61890013", "Bodallin", |
|
40766
|
|
|
|
|
|
|
"61249161", "Nelson\ Bay", |
|
40767
|
|
|
|
|
|
|
"61256119", "Murwillumbah", |
|
40768
|
|
|
|
|
|
|
"6188104", "Adelaide", |
|
40769
|
|
|
|
|
|
|
"61342219", "Lorne", |
|
40770
|
|
|
|
|
|
|
"61364140", "Burnie", |
|
40771
|
|
|
|
|
|
|
"61746179", "Toowoomba", |
|
40772
|
|
|
|
|
|
|
"61367345", "Launceston", |
|
40773
|
|
|
|
|
|
|
"618660697", "Gabbin\ North", |
|
40774
|
|
|
|
|
|
|
"61898195", "Manypeaks", |
|
40775
|
|
|
|
|
|
|
"61340154", "Cowangie", |
|
40776
|
|
|
|
|
|
|
"61353992", "Bangerang", |
|
40777
|
|
|
|
|
|
|
"6173819", "Ipswich", |
|
40778
|
|
|
|
|
|
|
"61879014", "Borroloola", |
|
40779
|
|
|
|
|
|
|
"61862345", "Perth", |
|
40780
|
|
|
|
|
|
|
"61740432", "Babinda", |
|
40781
|
|
|
|
|
|
|
"61876248", "Port\ Pirie", |
|
40782
|
|
|
|
|
|
|
"613553966", "Panmure", |
|
40783
|
|
|
|
|
|
|
"612583644", "Trundle", |
|
40784
|
|
|
|
|
|
|
"61897463", "Marybrook", |
|
40785
|
|
|
|
|
|
|
"61362846", "Woodbury", |
|
40786
|
|
|
|
|
|
|
"618851996", "Windsor", |
|
40787
|
|
|
|
|
|
|
"61358430", "Deniliquin", |
|
40788
|
|
|
|
|
|
|
"61340287", "Arumpo", |
|
40789
|
|
|
|
|
|
|
"61890936", "Goldfields", |
|
40790
|
|
|
|
|
|
|
"61885597", "Karatta", |
|
40791
|
|
|
|
|
|
|
"618852873", "Goolwa", |
|
40792
|
|
|
|
|
|
|
"61896516", "Gillingarra", |
|
40793
|
|
|
|
|
|
|
"61753270", "Caboolture", |
|
40794
|
|
|
|
|
|
|
"61749959", "Banana", |
|
40795
|
|
|
|
|
|
|
"61880163", "Pimpara", |
|
40796
|
|
|
|
|
|
|
"61250084", "Yackandandah", |
|
40797
|
|
|
|
|
|
|
"61745528", "Robinson\ Gorge", |
|
40798
|
|
|
|
|
|
|
"61741760", "Johnstown\ West", |
|
40799
|
|
|
|
|
|
|
"61877060", "Laffer", |
|
40800
|
|
|
|
|
|
|
"61887607", "Lucindale", |
|
40801
|
|
|
|
|
|
|
"61754035", "Maroon", |
|
40802
|
|
|
|
|
|
|
"61749866", "Mackay", |
|
40803
|
|
|
|
|
|
|
"61753514", "Esk", |
|
40804
|
|
|
|
|
|
|
"6136356", "Bridport", |
|
40805
|
|
|
|
|
|
|
"61352900", "Apollo\ Bay", |
|
40806
|
|
|
|
|
|
|
"61363615", "Waterhouse", |
|
40807
|
|
|
|
|
|
|
"612532451", "Meadow\ Flat", |
|
40808
|
|
|
|
|
|
|
"61251165", "Bungendore", |
|
40809
|
|
|
|
|
|
|
"61265134", "Stuarts\ Point", |
|
40810
|
|
|
|
|
|
|
"61889072", "Pine\ Creek", |
|
40811
|
|
|
|
|
|
|
"61895005", "Mandurah", |
|
40812
|
|
|
|
|
|
|
"61876139", "Mambray\ Creek", |
|
40813
|
|
|
|
|
|
|
"61352907", "Kennedys\ Creek", |
|
40814
|
|
|
|
|
|
|
"61248154", "Bungonia", |
|
40815
|
|
|
|
|
|
|
"61345028", "Benayeo", |
|
40816
|
|
|
|
|
|
|
"61891485", "De\ Grey", |
|
40817
|
|
|
|
|
|
|
"61897114", "Dardanup", |
|
40818
|
|
|
|
|
|
|
"61753212", "Gunalda", |
|
40819
|
|
|
|
|
|
|
"61341226", "Club\ Terrace", |
|
40820
|
|
|
|
|
|
|
"61260685", "Nariel", |
|
40821
|
|
|
|
|
|
|
"61242026", "Wollongong", |
|
40822
|
|
|
|
|
|
|
"61357444", "Pyalong", |
|
40823
|
|
|
|
|
|
|
"61885590", "Kingscote", |
|
40824
|
|
|
|
|
|
|
"61357022", "Buffalo\ River", |
|
40825
|
|
|
|
|
|
|
"61354129", "Barham", |
|
40826
|
|
|
|
|
|
|
"61358437", "Moulamein", |
|
40827
|
|
|
|
|
|
|
"612631397", "Canowindra", |
|
40828
|
|
|
|
|
|
|
"618683045", "Dumbleyung", |
|
40829
|
|
|
|
|
|
|
"61340280", "Hopetoun", |
|
40830
|
|
|
|
|
|
|
"61259034", "Landervale", |
|
40831
|
|
|
|
|
|
|
"61742999", "Lakeland", |
|
40832
|
|
|
|
|
|
|
"61753121", "Gympie", |
|
40833
|
|
|
|
|
|
|
"6173383", "Cleveland", |
|
40834
|
|
|
|
|
|
|
"61260388", "Howlong", |
|
40835
|
|
|
|
|
|
|
"61741767", "Brooweena", |
|
40836
|
|
|
|
|
|
|
"61877067", "Monkoora", |
|
40837
|
|
|
|
|
|
|
"61887600", "Frances", |
|
40838
|
|
|
|
|
|
|
"61741446", "Redridge", |
|
40839
|
|
|
|
|
|
|
"61353014", "Clear\ Lake", |
|
40840
|
|
|
|
|
|
|
"6135667", "Leongatha", |
|
40841
|
|
|
|
|
|
|
"6173500", "Sandgate", |
|
40842
|
|
|
|
|
|
|
"61899986", "Denham", |
|
40843
|
|
|
|
|
|
|
"61358925", "Kialla\ East", |
|
40844
|
|
|
|
|
|
|
"61753277", "Crossdale", |
|
40845
|
|
|
|
|
|
|
"61745854", "Westmar", |
|
40846
|
|
|
|
|
|
|
"61264033", "Cabramurra", |
|
40847
|
|
|
|
|
|
|
"618682199", "Varley", |
|
40848
|
|
|
|
|
|
|
"61887064", "Marcollat", |
|
40849
|
|
|
|
|
|
|
"61257183", "Somerton", |
|
40850
|
|
|
|
|
|
|
"61747401", "Mount\ Isa", |
|
40851
|
|
|
|
|
|
|
"61367359", "Westbury", |
|
40852
|
|
|
|
|
|
|
"61363479", "Gladstone", |
|
40853
|
|
|
|
|
|
|
"61351579", "Mount\ Taylor", |
|
40854
|
|
|
|
|
|
|
"61895408", "Guilderton", |
|
40855
|
|
|
|
|
|
|
"61362965", "Hermitage", |
|
40856
|
|
|
|
|
|
|
"61891088", "Tom\ Price", |
|
40857
|
|
|
|
|
|
|
"6189527", "Rockingham", |
|
40858
|
|
|
|
|
|
|
"61898792", "Yealering", |
|
40859
|
|
|
|
|
|
|
"612583852", "Airlands", |
|
40860
|
|
|
|
|
|
|
"618600269", "Wialki\ North", |
|
40861
|
|
|
|
|
|
|
"61351817", "Woodside", |
|
40862
|
|
|
|
|
|
|
"61899160", "Yaringa", |
|
40863
|
|
|
|
|
|
|
"618600883", "Dulyalbin", |
|
40864
|
|
|
|
|
|
|
"61898281", "Borden", |
|
40865
|
|
|
|
|
|
|
"61364147", "Ulverstone", |
|
40866
|
|
|
|
|
|
|
"61868062", "Lumeah", |
|
40867
|
|
|
|
|
|
|
"618683338", "Borden", |
|
40868
|
|
|
|
|
|
|
"613553733", "Bessiebelle", |
|
40869
|
|
|
|
|
|
|
"61745245", "Liston", |
|
40870
|
|
|
|
|
|
|
"61358084", "Rushworth", |
|
40871
|
|
|
|
|
|
|
"61240396", "Swansea", |
|
40872
|
|
|
|
|
|
|
"61255200", "Ellenborough", |
|
40873
|
|
|
|
|
|
|
"61748479", "Springsure", |
|
40874
|
|
|
|
|
|
|
"61744231", "Collinsville", |
|
40875
|
|
|
|
|
|
|
"61350675", "Murrayville", |
|
40876
|
|
|
|
|
|
|
"6135491", "Charlton", |
|
40877
|
|
|
|
|
|
|
"61256261", "Mallanganee", |
|
40878
|
|
|
|
|
|
|
"61344317", "Gisborne", |
|
40879
|
|
|
|
|
|
|
"618601130", "Corrigin\ West", |
|
40880
|
|
|
|
|
|
|
"61340356", "Robinvale", |
|
40881
|
|
|
|
|
|
|
"613431703", "Dadswells\ Bridge", |
|
40882
|
|
|
|
|
|
|
"61342161", "Geelong", |
|
40883
|
|
|
|
|
|
|
"61745504", "Pittsworth", |
|
40884
|
|
|
|
|
|
|
"61248168", "Golspie", |
|
40885
|
|
|
|
|
|
|
"61350378", "Cunninyeuk", |
|
40886
|
|
|
|
|
|
|
"61267399", "Glen\ Innes", |
|
40887
|
|
|
|
|
|
|
"61364707", "Savage\ River", |
|
40888
|
|
|
|
|
|
|
"618683326", "Tenterden", |
|
40889
|
|
|
|
|
|
|
"61351696", "Yinnar", |
|
40890
|
|
|
|
|
|
|
"617459989", "Jimbour", |
|
40891
|
|
|
|
|
|
|
"61269846", "Cootamundra", |
|
40892
|
|
|
|
|
|
|
"61890238", "Yilgarn\ South", |
|
40893
|
|
|
|
|
|
|
"612583403", "Bonnay", |
|
40894
|
|
|
|
|
|
|
"61887455", "Port\ Macdonnell", |
|
40895
|
|
|
|
|
|
|
"61747694", "Kalkadoon", |
|
40896
|
|
|
|
|
|
|
"618683743", "Lake\ Toolbrunup", |
|
40897
|
|
|
|
|
|
|
"612684906", "Wyanga", |
|
40898
|
|
|
|
|
|
|
"61367302", "Exeter", |
|
40899
|
|
|
|
|
|
|
"61742776", "Gordonvale", |
|
40900
|
|
|
|
|
|
|
"61268990", "Barrier", |
|
40901
|
|
|
|
|
|
|
"6138388", "Melbourne", |
|
40902
|
|
|
|
|
|
|
"61344103", "Bendigo", |
|
40903
|
|
|
|
|
|
|
"61341030", "Clydebank", |
|
40904
|
|
|
|
|
|
|
"61261589", "Rye\ Park", |
|
40905
|
|
|
|
|
|
|
"612583155", "Coolabah", |
|
40906
|
|
|
|
|
|
|
"6136165", "Hobart", |
|
40907
|
|
|
|
|
|
|
"61265336", "Macksville", |
|
40908
|
|
|
|
|
|
|
"618858542", "Malinong", |
|
40909
|
|
|
|
|
|
|
"612574240", "Guyra", |
|
40910
|
|
|
|
|
|
|
"61885023", "Bower", |
|
40911
|
|
|
|
|
|
|
"61247093", "Mount\ Wilson", |
|
40912
|
|
|
|
|
|
|
"61896098", "Ejanding", |
|
40913
|
|
|
|
|
|
|
"61890155", "Narembeen", |
|
40914
|
|
|
|
|
|
|
"6136382", "George\ Town", |
|
40915
|
|
|
|
|
|
|
"618660909", "Jennacubbine", |
|
40916
|
|
|
|
|
|
|
"61367173", "Launceston", |
|
40917
|
|
|
|
|
|
|
"61872826", "Mount\ Barker", |
|
40918
|
|
|
|
|
|
|
"61356130", "Icy\ Creek", |
|
40919
|
|
|
|
|
|
|
"61284179", "Dural", |
|
40920
|
|
|
|
|
|
|
"618782019", "Riverton", |
|
40921
|
|
|
|
|
|
|
"61887058", "Lucindale\ South", |
|
40922
|
|
|
|
|
|
|
"61268074", "Mullengudgery", |
|
40923
|
|
|
|
|
|
|
"617750167", "Leyburn", |
|
40924
|
|
|
|
|
|
|
"618850791", "Renmark", |
|
40925
|
|
|
|
|
|
|
"61348194", "Wakool", |
|
40926
|
|
|
|
|
|
|
"61268331", "Girilambone", |
|
40927
|
|
|
|
|
|
|
"618865025", "Glendambo", |
|
40928
|
|
|
|
|
|
|
"612594006", "Talbingo", |
|
40929
|
|
|
|
|
|
|
"61877325", "Mount\ Gambier", |
|
40930
|
|
|
|
|
|
|
"61897861", "Boyup\ Brook", |
|
40931
|
|
|
|
|
|
|
"617480340", "Willows", |
|
40932
|
|
|
|
|
|
|
"617459402", "Blackall", |
|
40933
|
|
|
|
|
|
|
"61267232", "Inverell", |
|
40934
|
|
|
|
|
|
|
"61257289", "Marple", |
|
40935
|
|
|
|
|
|
|
"613441903", "Goornong", |
|
40936
|
|
|
|
|
|
|
"618858533", "Lameroo", |
|
40937
|
|
|
|
|
|
|
"61263719", "Mudgee", |
|
40938
|
|
|
|
|
|
|
"61899094", "Mount\ George", |
|
40939
|
|
|
|
|
|
|
"618982230", "Bokerup", |
|
40940
|
|
|
|
|
|
|
"61350529", "Curyo", |
|
40941
|
|
|
|
|
|
|
"617452560", "Greenmount", |
|
40942
|
|
|
|
|
|
|
"61896150", "Moora", |
|
40943
|
|
|
|
|
|
|
"618600959", "Korbelka", |
|
40944
|
|
|
|
|
|
|
"618752477", "Marama", |
|
40945
|
|
|
|
|
|
|
"61895514", "Mount\ Helena", |
|
40946
|
|
|
|
|
|
|
"61268540", "Warren", |
|
40947
|
|
|
|
|
|
|
"618867771", "Terowie", |
|
40948
|
|
|
|
|
|
|
"61359291", "Cowes", |
|
40949
|
|
|
|
|
|
|
"618903316", "Corrigin\ West", |
|
40950
|
|
|
|
|
|
|
"61350135", "Sea\ Lake", |
|
40951
|
|
|
|
|
|
|
"613975", "Croydon", |
|
40952
|
|
|
|
|
|
|
"613542147", "Jarklin", |
|
40953
|
|
|
|
|
|
|
"61357701", "Alexandra", |
|
40954
|
|
|
|
|
|
|
"61887190", "Port\ Macdonnell", |
|
40955
|
|
|
|
|
|
|
"61240628", "Newcastle", |
|
40956
|
|
|
|
|
|
|
"61353505", "Lake\ Bolac", |
|
40957
|
|
|
|
|
|
|
"6173480", "Redcliffe", |
|
40958
|
|
|
|
|
|
|
"618925", "Perth", |
|
40959
|
|
|
|
|
|
|
"61266136", "Rappville", |
|
40960
|
|
|
|
|
|
|
"61264459", "Merimbula", |
|
40961
|
|
|
|
|
|
|
"61269343", "Bidgeemia", |
|
40962
|
|
|
|
|
|
|
"61878115", "Marion\ Bay", |
|
40963
|
|
|
|
|
|
|
"61355330", "Casterton", |
|
40964
|
|
|
|
|
|
|
"61851089", "Cocos\ Island", |
|
40965
|
|
|
|
|
|
|
"61361405", "Ouse", |
|
40966
|
|
|
|
|
|
|
"618903602", "Nullarbor", |
|
40967
|
|
|
|
|
|
|
"61255583", "Singleton", |
|
40968
|
|
|
|
|
|
|
"61890490", "Southern\ Cross", |
|
40969
|
|
|
|
|
|
|
"6188901", "Darwin", |
|
40970
|
|
|
|
|
|
|
"61876233", "Wirrulla", |
|
40971
|
|
|
|
|
|
|
"61268789", "Teridgerie", |
|
40972
|
|
|
|
|
|
|
"61340276", "Ouyen", |
|
40973
|
|
|
|
|
|
|
"61358996", "Jimaringle", |
|
40974
|
|
|
|
|
|
|
"618683079", "Manypeaks\ North", |
|
40975
|
|
|
|
|
|
|
"617487169", "Woorabinda", |
|
40976
|
|
|
|
|
|
|
"61263003", "Hill\ End", |
|
40977
|
|
|
|
|
|
|
"61261690", "Rye\ Park", |
|
40978
|
|
|
|
|
|
|
"612593771", "Coolac", |
|
40979
|
|
|
|
|
|
|
"61899970", "Ajana", |
|
40980
|
|
|
|
|
|
|
"61867175", "Marybrook", |
|
40981
|
|
|
|
|
|
|
"6124752", "Penrith", |
|
40982
|
|
|
|
|
|
|
"618858557", "Marama", |
|
40983
|
|
|
|
|
|
|
"61744054", "Kirk", |
|
40984
|
|
|
|
|
|
|
"618967813", "Pantapin", |
|
40985
|
|
|
|
|
|
|
"61354223", "Kyneton", |
|
40986
|
|
|
|
|
|
|
"61351467", "Sale", |
|
40987
|
|
|
|
|
|
|
"61355991", "Mortlake", |
|
40988
|
|
|
|
|
|
|
"61341295", "Maffra", |
|
40989
|
|
|
|
|
|
|
"61362175", "South\ Bruny", |
|
40990
|
|
|
|
|
|
|
"618865987", "Ungarra", |
|
40991
|
|
|
|
|
|
|
"61361008", "Richmond", |
|
40992
|
|
|
|
|
|
|
"61896582", "Moora", |
|
40993
|
|
|
|
|
|
|
"61896889", "Dandaragan", |
|
40994
|
|
|
|
|
|
|
"618903384", "South\ Kumminin", |
|
40995
|
|
|
|
|
|
|
"618683732", "Kojonup", |
|
40996
|
|
|
|
|
|
|
"61342300", "Beeac", |
|
40997
|
|
|
|
|
|
|
"61897382", "Cundinup", |
|
40998
|
|
|
|
|
|
|
"6189535", "Mandurah", |
|
40999
|
|
|
|
|
|
|
"617476491", "Giru", |
|
41000
|
|
|
|
|
|
|
"61742549", "Mareeba", |
|
41001
|
|
|
|
|
|
|
"61342055", "Cressy", |
|
41002
|
|
|
|
|
|
|
"61899301", "Eneabba", |
|
41003
|
|
|
|
|
|
|
"61348060", "Cornalla", |
|
41004
|
|
|
|
|
|
|
"61864901", "Herne\ Hill", |
|
41005
|
|
|
|
|
|
|
"61746922", "Jondaryan", |
|
41006
|
|
|
|
|
|
|
"613546331", "Newstead", |
|
41007
|
|
|
|
|
|
|
"61885940", "Yumali", |
|
41008
|
|
|
|
|
|
|
"613531931", "Dimboola", |
|
41009
|
|
|
|
|
|
|
"618601144", "Kellerberrin", |
|
41010
|
|
|
|
|
|
|
"61383742", "Craigieburn", |
|
41011
|
|
|
|
|
|
|
"618660106", "Jennacubbine", |
|
41012
|
|
|
|
|
|
|
"61367279", "Launceston", |
|
41013
|
|
|
|
|
|
|
"61743201", "Mulgildie", |
|
41014
|
|
|
|
|
|
|
"618763340", "Bayley\ Plains", |
|
41015
|
|
|
|
|
|
|
"61244292", "Nowra", |
|
41016
|
|
|
|
|
|
|
"61880111", "The\ Darling", |
|
41017
|
|
|
|
|
|
|
"61238082", "Bowral", |
|
41018
|
|
|
|
|
|
|
"618856770", "Copeville", |
|
41019
|
|
|
|
|
|
|
"61256435", "Leeville", |
|
41020
|
|
|
|
|
|
|
"61747104", "Hughenden", |
|
41021
|
|
|
|
|
|
|
"61255075", "Comboyne", |
|
41022
|
|
|
|
|
|
|
"61898642", "Moulyinning", |
|
41023
|
|
|
|
|
|
|
"61749595", "Mackay", |
|
41024
|
|
|
|
|
|
|
"61885689", "Tanunda", |
|
41025
|
|
|
|
|
|
|
"6124632", "Campbelltown", |
|
41026
|
|
|
|
|
|
|
"61745015", "Tambo", |
|
41027
|
|
|
|
|
|
|
"61748567", "Spier", |
|
41028
|
|
|
|
|
|
|
"61286620", "Blacktown", |
|
41029
|
|
|
|
|
|
|
"61351106", "Morwell", |
|
41030
|
|
|
|
|
|
|
"613553742", "Cavendish", |
|
41031
|
|
|
|
|
|
|
"6173455", "Brisbane", |
|
41032
|
|
|
|
|
|
|
"61240067", "Stroud", |
|
41033
|
|
|
|
|
|
|
"61357141", "Whorouly", |
|
41034
|
|
|
|
|
|
|
"61264402", "Cobargo", |
|
41035
|
|
|
|
|
|
|
"613451400", "Tyrendarra", |
|
41036
|
|
|
|
|
|
|
"61890061", "Dulyalbin", |
|
41037
|
|
|
|
|
|
|
"612574234", "Goolhi", |
|
41038
|
|
|
|
|
|
|
"61287493", "Bankstown", |
|
41039
|
|
|
|
|
|
|
"617459853", "Haddon", |
|
41040
|
|
|
|
|
|
|
"61351625", "Bruthen", |
|
41041
|
|
|
|
|
|
|
"61755169", "Beechmont", |
|
41042
|
|
|
|
|
|
|
"61358779", "Kyabram", |
|
41043
|
|
|
|
|
|
|
"61742780", "Innot\ Hot\ Springs", |
|
41044
|
|
|
|
|
|
|
"618852065", "Gawler", |
|
41045
|
|
|
|
|
|
|
"618763503", "Spilsby", |
|
41046
|
|
|
|
|
|
|
"618660894", "Cunderdin\ North", |
|
41047
|
|
|
|
|
|
|
"61364499", "Queenstown", |
|
41048
|
|
|
|
|
|
|
"61266680", "Thora", |
|
41049
|
|
|
|
|
|
|
"61898324", "Amelup", |
|
41050
|
|
|
|
|
|
|
"61753042", "Harrisville", |
|
41051
|
|
|
|
|
|
|
"61753357", "Rosewood", |
|
41052
|
|
|
|
|
|
|
"61745418", "Pittsworth", |
|
41053
|
|
|
|
|
|
|
"61266949", "Copmanhurst", |
|
41054
|
|
|
|
|
|
|
"612592714", "Kyeamba", |
|
41055
|
|
|
|
|
|
|
"618863370", "Elliston", |
|
41056
|
|
|
|
|
|
|
"61898457", "Albany", |
|
41057
|
|
|
|
|
|
|
"61891592", "Karratha", |
|
41058
|
|
|
|
|
|
|
"61340503", "Woomelang", |
|
41059
|
|
|
|
|
|
|
"61380656", "Werribee", |
|
41060
|
|
|
|
|
|
|
"61289197", "Dural", |
|
41061
|
|
|
|
|
|
|
"61255478", "Port\ Macquarie", |
|
41062
|
|
|
|
|
|
|
"612583847", "Wirrinya", |
|
41063
|
|
|
|
|
|
|
"61259251", "Cootamundra", |
|
41064
|
|
|
|
|
|
|
"6138846", "Ringwood", |
|
41065
|
|
|
|
|
|
|
"61256038", "Ulong", |
|
41066
|
|
|
|
|
|
|
"617473866", "Doomadgee", |
|
41067
|
|
|
|
|
|
|
"61896426", "Aldersyde", |
|
41068
|
|
|
|
|
|
|
"61897411", "Harvey", |
|
41069
|
|
|
|
|
|
|
"61744068", "Mount\ Fox", |
|
41070
|
|
|
|
|
|
|
"61891899", "Wittenoom", |
|
41071
|
|
|
|
|
|
|
"612574591", "Frazers\ Creek", |
|
41072
|
|
|
|
|
|
|
"61353244", "Ararat", |
|
41073
|
|
|
|
|
|
|
"61289190", "Avalon\ Beach", |
|
41074
|
|
|
|
|
|
|
"61351091", "Lindenow", |
|
41075
|
|
|
|
|
|
|
"61754841", "Kilkivan", |
|
41076
|
|
|
|
|
|
|
"61350956", "Cowangie", |
|
41077
|
|
|
|
|
|
|
"61898450", "Kronkup", |
|
41078
|
|
|
|
|
|
|
"61753350", "Noosaville", |
|
41079
|
|
|
|
|
|
|
"618753213", "Yankalilla", |
|
41080
|
|
|
|
|
|
|
"61353542", "Moyston", |
|
41081
|
|
|
|
|
|
|
"61746639", "Dalby", |
|
41082
|
|
|
|
|
|
|
"61361442", "Woodbury", |
|
41083
|
|
|
|
|
|
|
"61353849", "Ararat", |
|
41084
|
|
|
|
|
|
|
"61891294", "Broome", |
|
41085
|
|
|
|
|
|
|
"61361024", "Maydena", |
|
41086
|
|
|
|
|
|
|
"61266071", "Lismore", |
|
41087
|
|
|
|
|
|
|
"618763416", "Whyalla", |
|
41088
|
|
|
|
|
|
|
"61350562", "Mallan", |
|
41089
|
|
|
|
|
|
|
"618863996", "Tumby\ Bay", |
|
41090
|
|
|
|
|
|
|
"61240060", "Eccleston", |
|
41091
|
|
|
|
|
|
|
"61876415", "Cummins", |
|
41092
|
|
|
|
|
|
|
"612574451", "Oban", |
|
41093
|
|
|
|
|
|
|
"61354972", "Donald", |
|
41094
|
|
|
|
|
|
|
"61266955", "Casino", |
|
41095
|
|
|
|
|
|
|
"61266687", "Glenreagh", |
|
41096
|
|
|
|
|
|
|
"618904282", "Yilgarn\ South", |
|
41097
|
|
|
|
|
|
|
"61268436", "Gwabegar", |
|
41098
|
|
|
|
|
|
|
"61742787", "Mareeba", |
|
41099
|
|
|
|
|
|
|
"612530151", "Neville", |
|
41100
|
|
|
|
|
|
|
"617491315", "Yeppoon", |
|
41101
|
|
|
|
|
|
|
"61890243", "Goldfields", |
|
41102
|
|
|
|
|
|
|
"618854513", "Blanchetown", |
|
41103
|
|
|
|
|
|
|
"617479230", "Croydon", |
|
41104
|
|
|
|
|
|
|
"61248503", "Goulburn", |
|
41105
|
|
|
|
|
|
|
"61340451", "Tempy", |
|
41106
|
|
|
|
|
|
|
"618967645", "Bencubbin", |
|
41107
|
|
|
|
|
|
|
"618660726", "Wubin\ West", |
|
41108
|
|
|
|
|
|
|
"617476551", "Kirk", |
|
41109
|
|
|
|
|
|
|
"6128046", "Sydney", |
|
41110
|
|
|
|
|
|
|
"61742555", "Cairns", |
|
41111
|
|
|
|
|
|
|
"61342049", "Beeac", |
|
41112
|
|
|
|
|
|
|
"61748560", "Nebo", |
|
41113
|
|
|
|
|
|
|
"6188121", "Adelaide", |
|
41114
|
|
|
|
|
|
|
"618660945", "Tammin", |
|
41115
|
|
|
|
|
|
|
"61240604", "Wards\ River", |
|
41116
|
|
|
|
|
|
|
"61885947", "Marama", |
|
41117
|
|
|
|
|
|
|
"6124786", "Penrith", |
|
41118
|
|
|
|
|
|
|
"6128701", "Sydney", |
|
41119
|
|
|
|
|
|
|
"61255319", "Muswellbrook", |
|
41120
|
|
|
|
|
|
|
"61740719", "South\ Johnstone", |
|
41121
|
|
|
|
|
|
|
"61348067", "Katandra\ West", |
|
41122
|
|
|
|
|
|
|
"61265674", "Smithtown", |
|
41123
|
|
|
|
|
|
|
"613531750", "Streatham", |
|
41124
|
|
|
|
|
|
|
"61879244", "Borroloola", |
|
41125
|
|
|
|
|
|
|
"61878053", "Nantawarra", |
|
41126
|
|
|
|
|
|
|
"618989170", "Pingelly\ East", |
|
41127
|
|
|
|
|
|
|
"613572926", "Creightons\ Creek", |
|
41128
|
|
|
|
|
|
|
"618856700", "Sandleton", |
|
41129
|
|
|
|
|
|
|
"61745379", "Miamba", |
|
41130
|
|
|
|
|
|
|
"618763484", "Mudamuckla", |
|
41131
|
|
|
|
|
|
|
"61876018", "Gladstone", |
|
41132
|
|
|
|
|
|
|
"61269175", "Currawarna", |
|
41133
|
|
|
|
|
|
|
"61746506", "Cunnamulla", |
|
41134
|
|
|
|
|
|
|
"61258264", "Boorooma", |
|
41135
|
|
|
|
|
|
|
"61863613", "Herne\ Hill", |
|
41136
|
|
|
|
|
|
|
"618683488", "Chittinup", |
|
41137
|
|
|
|
|
|
|
"618866392", "Yabmana", |
|
41138
|
|
|
|
|
|
|
"618660738", "Beacon\ North", |
|
41139
|
|
|
|
|
|
|
"61351304", "Traralgon", |
|
41140
|
|
|
|
|
|
|
"61356081", "Foster", |
|
41141
|
|
|
|
|
|
|
"61344554", "Bendigo", |
|
41142
|
|
|
|
|
|
|
"61351460", "Loch\ Sport", |
|
41143
|
|
|
|
|
|
|
"61898605", "Pingaring", |
|
41144
|
|
|
|
|
|
|
"61342307", "Kennedys\ Creek", |
|
41145
|
|
|
|
|
|
|
"61888774", "Kadina", |
|
41146
|
|
|
|
|
|
|
"618903440", "Dundas", |
|
41147
|
|
|
|
|
|
|
"61747306", "Mutarnee", |
|
41148
|
|
|
|
|
|
|
"61748730", "Clermont", |
|
41149
|
|
|
|
|
|
|
"61249055", "Nelson\ Bay", |
|
41150
|
|
|
|
|
|
|
"61341181", "Combienbar", |
|
41151
|
|
|
|
|
|
|
"61888898", "Clare", |
|
41152
|
|
|
|
|
|
|
"61746856", "Pikedale", |
|
41153
|
|
|
|
|
|
|
"61267758", "Aberfoyle", |
|
41154
|
|
|
|
|
|
|
"61896284", "Jelkobine", |
|
41155
|
|
|
|
|
|
|
"61387501", "Kalkallo", |
|
41156
|
|
|
|
|
|
|
"617339", "Brisbane", |
|
41157
|
|
|
|
|
|
|
"61264982", "Candelo", |
|
41158
|
|
|
|
|
|
|
"61753408", "Moore", |
|
41159
|
|
|
|
|
|
|
"612685783", "Walgett", |
|
41160
|
|
|
|
|
|
|
"617458951", "Warrego", |
|
41161
|
|
|
|
|
|
|
"618996854", "Arrowsmith", |
|
41162
|
|
|
|
|
|
|
"617452259", "Paroo", |
|
41163
|
|
|
|
|
|
|
"61898308", "Moulyinning", |
|
41164
|
|
|
|
|
|
|
"612583630", "Narran", |
|
41165
|
|
|
|
|
|
|
"618903672", "Bonnie\ Rock", |
|
41166
|
|
|
|
|
|
|
"61890497", "Dulyalbin", |
|
41167
|
|
|
|
|
|
|
"613442104", "Birchip", |
|
41168
|
|
|
|
|
|
|
"61746969", "Goombungee", |
|
41169
|
|
|
|
|
|
|
"61258529", "Forbes", |
|
41170
|
|
|
|
|
|
|
"61753286", "Pomona", |
|
41171
|
|
|
|
|
|
|
"61264048", "Cooma", |
|
41172
|
|
|
|
|
|
|
"612593701", "Junee", |
|
41173
|
|
|
|
|
|
|
"61899977", "Mingenew", |
|
41174
|
|
|
|
|
|
|
"61258135", "Bonnay", |
|
41175
|
|
|
|
|
|
|
"61877194", "Naracoorte", |
|
41176
|
|
|
|
|
|
|
"61860046", "Grass\ Patch", |
|
41177
|
|
|
|
|
|
|
"61897813", "Marybrook", |
|
41178
|
|
|
|
|
|
|
"61249971", "Tea\ Gardens", |
|
41179
|
|
|
|
|
|
|
"61895121", "Mount\ Helena", |
|
41180
|
|
|
|
|
|
|
"61256213", "Coutts\ Crossing", |
|
41181
|
|
|
|
|
|
|
"61887197", "Conmurra", |
|
41182
|
|
|
|
|
|
|
"61741915", "Bundaberg", |
|
41183
|
|
|
|
|
|
|
"618763892", "Minnipa", |
|
41184
|
|
|
|
|
|
|
"61746273", "Taroom", |
|
41185
|
|
|
|
|
|
|
"61355337", "Mortlake", |
|
41186
|
|
|
|
|
|
|
"61258258", "Bedgerebong", |
|
41187
|
|
|
|
|
|
|
"61342113", "Aireys\ Inlet", |
|
41188
|
|
|
|
|
|
|
"61747128", "Long\ Pocket", |
|
41189
|
|
|
|
|
|
|
"61741341", "Bunker", |
|
41190
|
|
|
|
|
|
|
"61248276", "Gunning", |
|
41191
|
|
|
|
|
|
|
"61745153", "Quilpie", |
|
41192
|
|
|
|
|
|
|
"61898126", "Jerdacuttup", |
|
41193
|
|
|
|
|
|
|
"61889493", "Borroloola", |
|
41194
|
|
|
|
|
|
|
"61267534", "Boomi", |
|
41195
|
|
|
|
|
|
|
"61753005", "Gunalda", |
|
41196
|
|
|
|
|
|
|
"61268547", "Weelong", |
|
41197
|
|
|
|
|
|
|
"618867701", "Willowie", |
|
41198
|
|
|
|
|
|
|
"61896157", "Pantapin", |
|
41199
|
|
|
|
|
|
|
"617750188", "Pittsworth", |
|
41200
|
|
|
|
|
|
|
"61871501", "Adelaide", |
|
41201
|
|
|
|
|
|
|
"61255127", "Merriwa", |
|
41202
|
|
|
|
|
|
|
"61888536", "Curramulka", |
|
41203
|
|
|
|
|
|
|
"61388030", "Melbourne", |
|
41204
|
|
|
|
|
|
|
"612574631", "Sandy\ Flat", |
|
41205
|
|
|
|
|
|
|
"61255271", "Taylors\ Arm", |
|
41206
|
|
|
|
|
|
|
"61248258", "Nerriga", |
|
41207
|
|
|
|
|
|
|
"6128772", "Bankstown", |
|
41208
|
|
|
|
|
|
|
"61268661", "Mandagery", |
|
41209
|
|
|
|
|
|
|
"61891342", "Wyndham", |
|
41210
|
|
|
|
|
|
|
"6135593", "Camperdown", |
|
41211
|
|
|
|
|
|
|
"618967765", "Beverley\ West", |
|
41212
|
|
|
|
|
|
|
"61740029", "Cooktown", |
|
41213
|
|
|
|
|
|
|
"61352113", "Queenscliff", |
|
41214
|
|
|
|
|
|
|
"61745211", "Galilee", |
|
41215
|
|
|
|
|
|
|
"617750040", "Tipton", |
|
41216
|
|
|
|
|
|
|
"618753478", "Kapunda", |
|
41217
|
|
|
|
|
|
|
"61755153", "Jimboomba", |
|
41218
|
|
|
|
|
|
|
"61888293", "Balaklava", |
|
41219
|
|
|
|
|
|
|
"61258276", "Girilambone", |
|
41220
|
|
|
|
|
|
|
"61885531", "Penneshaw", |
|
41221
|
|
|
|
|
|
|
"61354738", "Quambatook", |
|
41222
|
|
|
|
|
|
|
"61891057", "Newman", |
|
41223
|
|
|
|
|
|
|
"618985540", "Woodanilling", |
|
41224
|
|
|
|
|
|
|
"612593876", "Barmedman", |
|
41225
|
|
|
|
|
|
|
"61362668", "Hermitage", |
|
41226
|
|
|
|
|
|
|
"61342251", "Wingeel", |
|
41227
|
|
|
|
|
|
|
"61269020", "Burra", |
|
41228
|
|
|
|
|
|
|
"617476712", "Palm\ Island", |
|
41229
|
|
|
|
|
|
|
"61745835", "Quilpie", |
|
41230
|
|
|
|
|
|
|
"61748216", "Yakapari", |
|
41231
|
|
|
|
|
|
|
"61886140", "Melrose", |
|
41232
|
|
|
|
|
|
|
"61256151", "Lismore", |
|
41233
|
|
|
|
|
|
|
"61743005", "Eidsvold", |
|
41234
|
|
|
|
|
|
|
"61265666", "Smithtown", |
|
41235
|
|
|
|
|
|
|
"61745122", "Nobby", |
|
41236
|
|
|
|
|
|
|
"61354554", "Boort", |
|
41237
|
|
|
|
|
|
|
"61341460", "Meerlieu", |
|
41238
|
|
|
|
|
|
|
"61260357", "Corowa", |
|
41239
|
|
|
|
|
|
|
"61341304", "Rosedale", |
|
41240
|
|
|
|
|
|
|
"617545", "Nambour", |
|
41241
|
|
|
|
|
|
|
"613553971", "Port\ Fairy", |
|
41242
|
|
|
|
|
|
|
"618600195", "Bonnie\ Rock", |
|
41243
|
|
|
|
|
|
|
"61265149", "Ellerston", |
|
41244
|
|
|
|
|
|
|
"61749345", "Garnant", |
|
41245
|
|
|
|
|
|
|
"61351181", "Munro", |
|
41246
|
|
|
|
|
|
|
"61259055", "Humula", |
|
41247
|
|
|
|
|
|
|
"61264316", "Cooma", |
|
41248
|
|
|
|
|
|
|
"61263062", "Cudal", |
|
41249
|
|
|
|
|
|
|
"61352307", "Lavers\ Hill", |
|
41250
|
|
|
|
|
|
|
"612685563", "Forbes", |
|
41251
|
|
|
|
|
|
|
"61267776", "Ingleba", |
|
41252
|
|
|
|
|
|
|
"61248529", "Goulburn", |
|
41253
|
|
|
|
|
|
|
"61749911", "Emerald", |
|
41254
|
|
|
|
|
|
|
"61899386", "Northampton", |
|
41255
|
|
|
|
|
|
|
"61864986", "Armadale", |
|
41256
|
|
|
|
|
|
|
"61890265", "Leinster", |
|
41257
|
|
|
|
|
|
|
"61746794", "Dalby", |
|
41258
|
|
|
|
|
|
|
"61743408", "Brooklands", |
|
41259
|
|
|
|
|
|
|
"61879392", "Elliott", |
|
41260
|
|
|
|
|
|
|
"61749648", "Sarina", |
|
41261
|
|
|
|
|
|
|
"61742399", "Millaa\ Millaa", |
|
41262
|
|
|
|
|
|
|
"61248135", "Wombeyan\ Caves", |
|
41263
|
|
|
|
|
|
|
"61888609", "Port\ Wakefield", |
|
41264
|
|
|
|
|
|
|
"61260042", "Koetong", |
|
41265
|
|
|
|
|
|
|
"6126778", "Uralla", |
|
41266
|
|
|
|
|
|
|
"61260424", "Albury", |
|
41267
|
|
|
|
|
|
|
"61743286", "Pialba", |
|
41268
|
|
|
|
|
|
|
"61350451", "Boundary\ Bend", |
|
41269
|
|
|
|
|
|
|
"612570125", "Nundle\/Croppa\ Creek\/Curlewis", |
|
41270
|
|
|
|
|
|
|
"61265709", "Ravensworth", |
|
41271
|
|
|
|
|
|
|
"613431715", "Kaniva", |
|
41272
|
|
|
|
|
|
|
"612583804", "Goodooga", |
|
41273
|
|
|
|
|
|
|
"618967063", "Tammin", |
|
41274
|
|
|
|
|
|
|
"617480550", "Lethebrook", |
|
41275
|
|
|
|
|
|
|
"61879133", "Pine\ Creek", |
|
41276
|
|
|
|
|
|
|
"61362938", "Baden", |
|
41277
|
|
|
|
|
|
|
"612530245", "Galong\/Yetholme\/Young\/Baldry", |
|
41278
|
|
|
|
|
|
|
"61887087", "Penola", |
|
41279
|
|
|
|
|
|
|
"61352049", "Barwon\ Downs", |
|
41280
|
|
|
|
|
|
|
"61265936", "Port\ Macquarie", |
|
41281
|
|
|
|
|
|
|
"612583415", "Collie", |
|
41282
|
|
|
|
|
|
|
"61259300", "Hay", |
|
41283
|
|
|
|
|
|
|
"618661142", "Jelkobine", |
|
41284
|
|
|
|
|
|
|
"61244146", "Jilliga", |
|
41285
|
|
|
|
|
|
|
"61895950", "Rockingham", |
|
41286
|
|
|
|
|
|
|
"61890134", "Mount\ Merivale", |
|
41287
|
|
|
|
|
|
|
"61891773", "Port\ Hedland", |
|
41288
|
|
|
|
|
|
|
"6188534", "Murray\ Bridge", |
|
41289
|
|
|
|
|
|
|
"612593942", "Ardlethan", |
|
41290
|
|
|
|
|
|
|
"61358067", "Mathoura", |
|
41291
|
|
|
|
|
|
|
"61268931", "Myamley", |
|
41292
|
|
|
|
|
|
|
"61359095", "Marysville", |
|
41293
|
|
|
|
|
|
|
"6135566", "Nirranda", |
|
41294
|
|
|
|
|
|
|
"61248264", "Breadalbane", |
|
41295
|
|
|
|
|
|
|
"61878022", "Paskeville", |
|
41296
|
|
|
|
|
|
|
"61747470", "The\ Monument", |
|
41297
|
|
|
|
|
|
|
"612583196", "Parkes", |
|
41298
|
|
|
|
|
|
|
"61743350", "Yarraman", |
|
41299
|
|
|
|
|
|
|
"61253040", "Bathurst", |
|
41300
|
|
|
|
|
|
|
"61863331", "Perth", |
|
41301
|
|
|
|
|
|
|
"61887434", "Naracoorte", |
|
41302
|
|
|
|
|
|
|
"61264463", "Cathcart", |
|
41303
|
|
|
|
|
|
|
"61261171", "Bungendore", |
|
41304
|
|
|
|
|
|
|
"61362027", "Dunalley", |
|
41305
|
|
|
|
|
|
|
"61888766", "Booborowie", |
|
41306
|
|
|
|
|
|
|
"61341091", "Morwell", |
|
41307
|
|
|
|
|
|
|
"61356191", "Toora", |
|
41308
|
|
|
|
|
|
|
"61899250", "Howatharra", |
|
41309
|
|
|
|
|
|
|
"61265013", "Broke", |
|
41310
|
|
|
|
|
|
|
"612594061", "Tooma", |
|
41311
|
|
|
|
|
|
|
"61741784", "Lowmead", |
|
41312
|
|
|
|
|
|
|
"61268390", "Brewarrina", |
|
41313
|
|
|
|
|
|
|
"61871851", "Salisbury", |
|
41314
|
|
|
|
|
|
|
"61877084", "Willalooka", |
|
41315
|
|
|
|
|
|
|
"61885761", "Geranium", |
|
41316
|
|
|
|
|
|
|
"61250060", "Coppabella", |
|
41317
|
|
|
|
|
|
|
"61340562", "Manangatang", |
|
41318
|
|
|
|
|
|
|
"6135777", "Jamieson", |
|
41319
|
|
|
|
|
|
|
"61886700", "Everard", |
|
41320
|
|
|
|
|
|
|
"618601107", "Southern\ Cross", |
|
41321
|
|
|
|
|
|
|
"618600892", "Holleton", |
|
41322
|
|
|
|
|
|
|
"613532360", "Lorquon", |
|
41323
|
|
|
|
|
|
|
"61267999", "Cuttabri", |
|
41324
|
|
|
|
|
|
|
"61380019", "Sunbury", |
|
41325
|
|
|
|
|
|
|
"61348298", "Nathalia", |
|
41326
|
|
|
|
|
|
|
"61363216", "Mathinna", |
|
41327
|
|
|
|
|
|
|
"61867027", "Upper\ Preston", |
|
41328
|
|
|
|
|
|
|
"61747412", "Hughenden", |
|
41329
|
|
|
|
|
|
|
"618965636", "Ejanding", |
|
41330
|
|
|
|
|
|
|
"61259113", "Yaven\ Creek", |
|
41331
|
|
|
|
|
|
|
"61886707", "Marla\/Everard", |
|
41332
|
|
|
|
|
|
|
"61250067", "Gerogery", |
|
41333
|
|
|
|
|
|
|
"61255456", "Broke", |
|
41334
|
|
|
|
|
|
|
"617485878", "Moranbah", |
|
41335
|
|
|
|
|
|
|
"61268397", "Narran", |
|
41336
|
|
|
|
|
|
|
"6126027", "Yackandandah", |
|
41337
|
|
|
|
|
|
|
"61867020", "Margaret\ River", |
|
41338
|
|
|
|
|
|
|
"61749173", "Alpha", |
|
41339
|
|
|
|
|
|
|
"617480156", "Belyando", |
|
41340
|
|
|
|
|
|
|
"61743042", "Pialba", |
|
41341
|
|
|
|
|
|
|
"61743424", "Kingaroy", |
|
41342
|
|
|
|
|
|
|
"61340264", "Willandra\ Lakes", |
|
41343
|
|
|
|
|
|
|
"61353133", "Minimay", |
|
41344
|
|
|
|
|
|
|
"61745169", "Eschol", |
|
41345
|
|
|
|
|
|
|
"61354693", "St\ Arnaud", |
|
41346
|
|
|
|
|
|
|
"618854934", "Bower", |
|
41347
|
|
|
|
|
|
|
"61362020", "Colebrook", |
|
41348
|
|
|
|
|
|
|
"617480269", "Cracow", |
|
41349
|
|
|
|
|
|
|
"61251138", "Uriarra\ Forest", |
|
41350
|
|
|
|
|
|
|
"61755418", "Tamborine\ Mountain", |
|
41351
|
|
|
|
|
|
|
"61747477", "Karumba", |
|
41352
|
|
|
|
|
|
|
"613450606", "Caramut", |
|
41353
|
|
|
|
|
|
|
"61743357", "Pialba", |
|
41354
|
|
|
|
|
|
|
"61253047", "Rockley", |
|
41355
|
|
|
|
|
|
|
"618996762", "Ajana", |
|
41356
|
|
|
|
|
|
|
"61341328", "Goongerah", |
|
41357
|
|
|
|
|
|
|
"618869199", "Port\ Augusta", |
|
41358
|
|
|
|
|
|
|
"6188972", "Katherine", |
|
41359
|
|
|
|
|
|
|
"6188088", "Broken\ Hill", |
|
41360
|
|
|
|
|
|
|
"61358604", "Kialla\ East", |
|
41361
|
|
|
|
|
|
|
"61899257", "Yaringa", |
|
41362
|
|
|
|
|
|
|
"61740062", "Peninsula", |
|
41363
|
|
|
|
|
|
|
"61897033", "Cundinup", |
|
41364
|
|
|
|
|
|
|
"61246038", "Camden", |
|
41365
|
|
|
|
|
|
|
"613531863", "Skipton", |
|
41366
|
|
|
|
|
|
|
"61891305", "Port\ Hedland", |
|
41367
|
|
|
|
|
|
|
"618763959", "Glendambo", |
|
41368
|
|
|
|
|
|
|
"61269668", "Griffith", |
|
41369
|
|
|
|
|
|
|
"613431931", "Skipton", |
|
41370
|
|
|
|
|
|
|
"61248562", "Bevendale", |
|
41371
|
|
|
|
|
|
|
"61358060", "Logie\ Brae", |
|
41372
|
|
|
|
|
|
|
"61354209", "Gisborne", |
|
41373
|
|
|
|
|
|
|
"61895957", "Byford", |
|
41374
|
|
|
|
|
|
|
"6124990", "Cessnock", |
|
41375
|
|
|
|
|
|
|
"61352055", "Birregurra", |
|
41376
|
|
|
|
|
|
|
"61259307", "Lockhart", |
|
41377
|
|
|
|
|
|
|
"61260005", "Balldale", |
|
41378
|
|
|
|
|
|
|
"61899184", "Mingenew", |
|
41379
|
|
|
|
|
|
|
"61746953", "Millmerran", |
|
41380
|
|
|
|
|
|
|
"6188257", "Adelaide", |
|
41381
|
|
|
|
|
|
|
"613451387", "Nirranda", |
|
41382
|
|
|
|
|
|
|
"61753201", "Rosewood", |
|
41383
|
|
|
|
|
|
|
"6129737", "Sydney", |
|
41384
|
|
|
|
|
|
|
"61851199", "Tom\ Price", |
|
41385
|
|
|
|
|
|
|
"61352971", "Colac", |
|
41386
|
|
|
|
|
|
|
"612583874", "Binnaway", |
|
41387
|
|
|
|
|
|
|
"61356006", "Foster", |
|
41388
|
|
|
|
|
|
|
"6138757", "Kalkallo", |
|
41389
|
|
|
|
|
|
|
"61245075", "Wisemans\ Ferry", |
|
41390
|
|
|
|
|
|
|
"61264114", "Dalgety", |
|
41391
|
|
|
|
|
|
|
"61749302", "Yeppoon", |
|
41392
|
|
|
|
|
|
|
"61896921", "Wyalkatchem", |
|
41393
|
|
|
|
|
|
|
"61745646", "Warrego", |
|
41394
|
|
|
|
|
|
|
"61263029", "Burraga", |
|
41395
|
|
|
|
|
|
|
"61341106", "Orbost", |
|
41396
|
|
|
|
|
|
|
"61887080", "Naracoorte", |
|
41397
|
|
|
|
|
|
|
"617476424", "Briaba", |
|
41398
|
|
|
|
|
|
|
"61357439", "Yarrawonga", |
|
41399
|
|
|
|
|
|
|
"61265155", "Kempsey", |
|
41400
|
|
|
|
|
|
|
"61749359", "Dingo", |
|
41401
|
|
|
|
|
|
|
"61744443", "Palm\ Island", |
|
41402
|
|
|
|
|
|
|
"61248732", "Braidwood", |
|
41403
|
|
|
|
|
|
|
"61259049", "Coolamon", |
|
41404
|
|
|
|
|
|
|
"61886885", "Tumby\ Bay", |
|
41405
|
|
|
|
|
|
|
"61754054", "Jimna", |
|
41406
|
|
|
|
|
|
|
"61363641", "St\ Helens", |
|
41407
|
|
|
|
|
|
|
"61746581", "Longreach", |
|
41408
|
|
|
|
|
|
|
"618851692", "Penneshaw", |
|
41409
|
|
|
|
|
|
|
"61269654", "Merriwagga", |
|
41410
|
|
|
|
|
|
|
"61878069", "Balaklava", |
|
41411
|
|
|
|
|
|
|
"61269938", "Lachlan", |
|
41412
|
|
|
|
|
|
|
"61876144", "Iron\ Baron", |
|
41413
|
|
|
|
|
|
|
"613553901", "Heywood", |
|
41414
|
|
|
|
|
|
|
"61351295", "Nowa\ Nowa", |
|
41415
|
|
|
|
|
|
|
"61260350", "Balldale", |
|
41416
|
|
|
|
|
|
|
"61341467", "Rosedale", |
|
41417
|
|
|
|
|
|
|
"61354252", "Bendigo", |
|
41418
|
|
|
|
|
|
|
"6129657", "Sydney", |
|
41419
|
|
|
|
|
|
|
"61340258", "Woomelang", |
|
41420
|
|
|
|
|
|
|
"61352300", "Colac", |
|
41421
|
|
|
|
|
|
|
"618903833", "Karloning", |
|
41422
|
|
|
|
|
|
|
"61891050", "Mitchell", |
|
41423
|
|
|
|
|
|
|
"61745725", "Westgrove", |
|
41424
|
|
|
|
|
|
|
"612593806", "Morundah", |
|
41425
|
|
|
|
|
|
|
"61238192", "Binda", |
|
41426
|
|
|
|
|
|
|
"61340529", "Pan\ Ban", |
|
41427
|
|
|
|
|
|
|
"61867236", "Myalup", |
|
41428
|
|
|
|
|
|
|
"61364771", "Gordon", |
|
41429
|
|
|
|
|
|
|
"61350853", "Curyo", |
|
41430
|
|
|
|
|
|
|
"61358491", "Shepparton", |
|
41431
|
|
|
|
|
|
|
"618753408", "Mallala", |
|
41432
|
|
|
|
|
|
|
"61340135", "Palinyewah", |
|
41433
|
|
|
|
|
|
|
"61886147", "Minnipa", |
|
41434
|
|
|
|
|
|
|
"613545261", "Boort", |
|
41435
|
|
|
|
|
|
|
"618965628", "Burakin", |
|
41436
|
|
|
|
|
|
|
"61362593", "Kempton", |
|
41437
|
|
|
|
|
|
|
"613442147", "Rochester", |
|
41438
|
|
|
|
|
|
|
"61354828", "Elmore", |
|
41439
|
|
|
|
|
|
|
"61269027", "Cowabbie", |
|
41440
|
|
|
|
|
|
|
"618982520", "Woogenilup", |
|
41441
|
|
|
|
|
|
|
"61265238", "Taree", |
|
41442
|
|
|
|
|
|
|
"61355496", "Cavendish", |
|
41443
|
|
|
|
|
|
|
"6128783", "Liverpool", |
|
41444
|
|
|
|
|
|
|
"613553662", "Strathdownie", |
|
41445
|
|
|
|
|
|
|
"61388037", "Melbourne", |
|
41446
|
|
|
|
|
|
|
"61253309", "Baldry", |
|
41447
|
|
|
|
|
|
|
"612530085", "Cudal\/Euchareena\/Frogmore\/Galong", |
|
41448
|
|
|
|
|
|
|
"61255120", "Bunnan", |
|
41449
|
|
|
|
|
|
|
"618903857", "Korbelka", |
|
41450
|
|
|
|
|
|
|
"61865603", "Kalamunda", |
|
41451
|
|
|
|
|
|
|
"61730921", "Redcliffe", |
|
41452
|
|
|
|
|
|
|
"61367311", "Mole\ Creek", |
|
41453
|
|
|
|
|
|
|
"612574094", "Bellata", |
|
41454
|
|
|
|
|
|
|
"6138563", "Melbourne", |
|
41455
|
|
|
|
|
|
|
"61885052", "Gawler", |
|
41456
|
|
|
|
|
|
|
"617459870", "Liston", |
|
41457
|
|
|
|
|
|
|
"618854940", "Eudunda", |
|
41458
|
|
|
|
|
|
|
"61891198", "Mount\ Bruce", |
|
41459
|
|
|
|
|
|
|
"618983720", "Katanning", |
|
41460
|
|
|
|
|
|
|
"61256320", "Kyogle", |
|
41461
|
|
|
|
|
|
|
"618866985", "Laura", |
|
41462
|
|
|
|
|
|
|
"617486565", "Pegunny", |
|
41463
|
|
|
|
|
|
|
"61351030", "Buchan", |
|
41464
|
|
|
|
|
|
|
"617458664", "Paroo", |
|
41465
|
|
|
|
|
|
|
"617473871", "Eddington", |
|
41466
|
|
|
|
|
|
|
"61354103", "Nullawil", |
|
41467
|
|
|
|
|
|
|
"61361385", "Baden", |
|
41468
|
|
|
|
|
|
|
"61265490", "Muswellbrook", |
|
41469
|
|
|
|
|
|
|
"617442911", "Kirk", |
|
41470
|
|
|
|
|
|
|
"618967722", "Yelbeni", |
|
41471
|
|
|
|
|
|
|
"618864324", "Crystal\ Brook", |
|
41472
|
|
|
|
|
|
|
"618866383", "Wudinna", |
|
41473
|
|
|
|
|
|
|
"612530209", "Quandialla", |
|
41474
|
|
|
|
|
|
|
"61747569", "Woodstock", |
|
41475
|
|
|
|
|
|
|
"618753205", "Victor\ Harbor", |
|
41476
|
|
|
|
|
|
|
"61257093", "Wenna", |
|
41477
|
|
|
|
|
|
|
"61749963", "Oombabeer", |
|
41478
|
|
|
|
|
|
|
"61358194", "Kialla\ East", |
|
41479
|
|
|
|
|
|
|
"61851293", "Wittenoom", |
|
41480
|
|
|
|
|
|
|
"613572622", "Woods\ Point", |
|
41481
|
|
|
|
|
|
|
"618683719", "Hartville", |
|
41482
|
|
|
|
|
|
|
"61880159", "Wilcannia", |
|
41483
|
|
|
|
|
|
|
"618863955", "Sheringa", |
|
41484
|
|
|
|
|
|
|
"618763490", "Poochera", |
|
41485
|
|
|
|
|
|
|
"61255919", "Macksville", |
|
41486
|
|
|
|
|
|
|
"61885347", "Mantung", |
|
41487
|
|
|
|
|
|
|
"61266934", "Maclean", |
|
41488
|
|
|
|
|
|
|
"618763883", "Koppio", |
|
41489
|
|
|
|
|
|
|
"61354317", "Inglewood", |
|
41490
|
|
|
|
|
|
|
"613442152", "Tennyson", |
|
41491
|
|
|
|
|
|
|
"61353724", "Dimboola", |
|
41492
|
|
|
|
|
|
|
"61259219", "Boree\ Creek", |
|
41493
|
|
|
|
|
|
|
"612574111", "Copeton\ Dam", |
|
41494
|
|
|
|
|
|
|
"618856753", "Walker\ Flat", |
|
41495
|
|
|
|
|
|
|
"61742758", "Tully", |
|
41496
|
|
|
|
|
|
|
"61896267", "Jennacubbine", |
|
41497
|
|
|
|
|
|
|
"618996802", "Dongara", |
|
41498
|
|
|
|
|
|
|
"61352161", "Colac", |
|
41499
|
|
|
|
|
|
|
"61357712", "Violet\ Town", |
|
41500
|
|
|
|
|
|
|
"61268613", "Alectown", |
|
41501
|
|
|
|
|
|
|
"61363791", "Exeter", |
|
41502
|
|
|
|
|
|
|
"61866617", "Beverley\ West", |
|
41503
|
|
|
|
|
|
|
"61350356", "Murrayville", |
|
41504
|
|
|
|
|
|
|
"6188844", "Blyth", |
|
41505
|
|
|
|
|
|
|
"613531703", "Marnoo", |
|
41506
|
|
|
|
|
|
|
"61267805", "Goolhi", |
|
41507
|
|
|
|
|
|
|
"613451175", "Hamilton", |
|
41508
|
|
|
|
|
|
|
"6138517", "Melbourne", |
|
41509
|
|
|
|
|
|
|
"612583241", "Bourke", |
|
41510
|
|
|
|
|
|
|
"61354372", "Bridgewater", |
|
41511
|
|
|
|
|
|
|
"61258168", "Airlands", |
|
41512
|
|
|
|
|
|
|
"61340378", "Cowangie", |
|
41513
|
|
|
|
|
|
|
"618903842", "Kellerberrin", |
|
41514
|
|
|
|
|
|
|
"61879148", "Alice\ Springs", |
|
41515
|
|
|
|
|
|
|
"61357777", "Mount\ Buller", |
|
41516
|
|
|
|
|
|
|
"61362943", "South\ Bruny", |
|
41517
|
|
|
|
|
|
|
"61267555", "Tamworth", |
|
41518
|
|
|
|
|
|
|
"61264411", "Shannons\ Flat", |
|
41519
|
|
|
|
|
|
|
"61896188", "Watheroo", |
|
41520
|
|
|
|
|
|
|
"61355425", "Poolaijelo", |
|
41521
|
|
|
|
|
|
|
"612594217", "Leeton", |
|
41522
|
|
|
|
|
|
|
"61266000", "Coffs\ Harbour", |
|
41523
|
|
|
|
|
|
|
"61748282", "Gladstone", |
|
41524
|
|
|
|
|
|
|
"61734092", "Russell\ Island", |
|
41525
|
|
|
|
|
|
|
"61341579", "Ensay", |
|
41526
|
|
|
|
|
|
|
"61265061", "Howes\ Valley", |
|
41527
|
|
|
|
|
|
|
"612593766", "Burcher", |
|
41528
|
|
|
|
|
|
|
"613545951", "Murrabit", |
|
41529
|
|
|
|
|
|
|
"61741618", "Burnett", |
|
41530
|
|
|
|
|
|
|
"61885713", "Hartley", |
|
41531
|
|
|
|
|
|
|
"61240430", "Stroud", |
|
41532
|
|
|
|
|
|
|
"61258287", "Mount\ Herring", |
|
41533
|
|
|
|
|
|
|
"61877298", "Tintinara", |
|
41534
|
|
|
|
|
|
|
"61745796", "Durham\ Downs", |
|
41535
|
|
|
|
|
|
|
"6128629", "Blacktown", |
|
41536
|
|
|
|
|
|
|
"61268066", "Kiacatoo", |
|
41537
|
|
|
|
|
|
|
"61897402", "Tonebridge", |
|
41538
|
|
|
|
|
|
|
"61348084", "Wakool", |
|
41539
|
|
|
|
|
|
|
"6139914", "Melbourne", |
|
41540
|
|
|
|
|
|
|
"61899481", "Denham", |
|
41541
|
|
|
|
|
|
|
"6173203", "Redcliffe", |
|
41542
|
|
|
|
|
|
|
"617459024", "Kilbeggan", |
|
41543
|
|
|
|
|
|
|
"617458777", "Charleville", |
|
41544
|
|
|
|
|
|
|
"61899312", "Exmouth", |
|
41545
|
|
|
|
|
|
|
"61864912", "Armadale", |
|
41546
|
|
|
|
|
|
|
"61355028", "Caramut", |
|
41547
|
|
|
|
|
|
|
"61258154", "Coonamble", |
|
41548
|
|
|
|
|
|
|
"61747906", "Home\ Hill", |
|
41549
|
|
|
|
|
|
|
"61728017", "Ipswich", |
|
41550
|
|
|
|
|
|
|
"612583607", "Gilgandra", |
|
41551
|
|
|
|
|
|
|
"61880102", "Pimpara", |
|
41552
|
|
|
|
|
|
|
"613441731", "Redesdale", |
|
41553
|
|
|
|
|
|
|
"61351904", "Mallacoota", |
|
41554
|
|
|
|
|
|
|
"613451023", "Terang", |
|
41555
|
|
|
|
|
|
|
"61354743", "Harcourt", |
|
41556
|
|
|
|
|
|
|
"612532524", "Gingkin", |
|
41557
|
|
|
|
|
|
|
"613546003", "Gisborne", |
|
41558
|
|
|
|
|
|
|
"61743212", "Maidenwell", |
|
41559
|
|
|
|
|
|
|
"61253217", "Leadville", |
|
41560
|
|
|
|
|
|
|
"61350280", "Werrimull", |
|
41561
|
|
|
|
|
|
|
"61899377", "Morawa", |
|
41562
|
|
|
|
|
|
|
"618683663", "Tarin\ Rock", |
|
41563
|
|
|
|
|
|
|
"61864977", "Kalamunda", |
|
41564
|
|
|
|
|
|
|
"61347022", "Euroa", |
|
41565
|
|
|
|
|
|
|
"61344129", "Beazleys\ Bridge", |
|
41566
|
|
|
|
|
|
|
"61257520", "Caroda", |
|
41567
|
|
|
|
|
|
|
"61742764", "Babinda", |
|
41568
|
|
|
|
|
|
|
"6187420", "Adelaide", |
|
41569
|
|
|
|
|
|
|
"618867766", "Peterborough", |
|
41570
|
|
|
|
|
|
|
"61743277", "Maryborough", |
|
41571
|
|
|
|
|
|
|
"61357053", "Harrietville", |
|
41572
|
|
|
|
|
|
|
"61898908", "Boddington", |
|
41573
|
|
|
|
|
|
|
"61359237", "Emerald", |
|
41574
|
|
|
|
|
|
|
"61743121", "Lowmead", |
|
41575
|
|
|
|
|
|
|
"61264382", "Dalgety", |
|
41576
|
|
|
|
|
|
|
"61343014", "Bacchus\ Marsh", |
|
41577
|
|
|
|
|
|
|
"617750034", "Teelba", |
|
41578
|
|
|
|
|
|
|
"61267780", "Walcha", |
|
41579
|
|
|
|
|
|
|
"61899370", "Kalbarri", |
|
41580
|
|
|
|
|
|
|
"61864970", "Armadale", |
|
41581
|
|
|
|
|
|
|
"61350287", "Patchewollock", |
|
41582
|
|
|
|
|
|
|
"617442948", "Eddington", |
|
41583
|
|
|
|
|
|
|
"61253210", "Glen\ Davis", |
|
41584
|
|
|
|
|
|
|
"613441915", "Lalbert", |
|
41585
|
|
|
|
|
|
|
"61265243", "Bowraville", |
|
41586
|
|
|
|
|
|
|
"61358396", "Conargo", |
|
41587
|
|
|
|
|
|
|
"61359230", "Mornington", |
|
41588
|
|
|
|
|
|
|
"61240084", "Nelson\ Bay", |
|
41589
|
|
|
|
|
|
|
"61743270", "Howard", |
|
41590
|
|
|
|
|
|
|
"61747829", "Giru", |
|
41591
|
|
|
|
|
|
|
"61728010", "Cleveland", |
|
41592
|
|
|
|
|
|
|
"61898573", "Walyurin", |
|
41593
|
|
|
|
|
|
|
"612583677", "Boorooma", |
|
41594
|
|
|
|
|
|
|
"61367416", "Scottsdale", |
|
41595
|
|
|
|
|
|
|
"618996946", "Mount\ Magnet", |
|
41596
|
|
|
|
|
|
|
"617458707", "Augathella", |
|
41597
|
|
|
|
|
|
|
"618996725", "Geraldton", |
|
41598
|
|
|
|
|
|
|
"61744035", "Kalkadoon", |
|
41599
|
|
|
|
|
|
|
"61887131", "Willalooka", |
|
41600
|
|
|
|
|
|
|
"61743514", "Redridge", |
|
41601
|
|
|
|
|
|
|
"618661157", "Regans\ Ford", |
|
41602
|
|
|
|
|
|
|
"61363046", "Glengarry", |
|
41603
|
|
|
|
|
|
|
"613546073", "Trentham", |
|
41604
|
|
|
|
|
|
|
"618903390", "Great\ Victoria", |
|
41605
|
|
|
|
|
|
|
"612593957", "Burra", |
|
41606
|
|
|
|
|
|
|
"61747522", "Townsville", |
|
41607
|
|
|
|
|
|
|
"61356494", "Trafalgar", |
|
41608
|
|
|
|
|
|
|
"61353708", "Nhill", |
|
41609
|
|
|
|
|
|
|
"613441950", "Woodend", |
|
41610
|
|
|
|
|
|
|
"61253574", "Burraga", |
|
41611
|
|
|
|
|
|
|
"61246119", "Picton", |
|
41612
|
|
|
|
|
|
|
"61259161", "Egansford", |
|
41613
|
|
|
|
|
|
|
"6175462", "Gatton", |
|
41614
|
|
|
|
|
|
|
"61240437", "Nelson\ Bay", |
|
41615
|
|
|
|
|
|
|
"617452721", "Killarney", |
|
41616
|
|
|
|
|
|
|
"61258280", "Gwabegar", |
|
41617
|
|
|
|
|
|
|
"61267842", "Delungra", |
|
41618
|
|
|
|
|
|
|
"61890431", "Ardath", |
|
41619
|
|
|
|
|
|
|
"613451368", "Darlington", |
|
41620
|
|
|
|
|
|
|
"61741079", "Yandaran", |
|
41621
|
|
|
|
|
|
|
"612533060", "Woodstock", |
|
41622
|
|
|
|
|
|
|
"61267549", "Pallamallawa", |
|
41623
|
|
|
|
|
|
|
"61878141", "Clare", |
|
41624
|
|
|
|
|
|
|
"612574148", "Narrabri", |
|
41625
|
|
|
|
|
|
|
"61251019", "Michelago", |
|
41626
|
|
|
|
|
|
|
"612593933", "Springdale", |
|
41627
|
|
|
|
|
|
|
"61888199", "Curramulka", |
|
41628
|
|
|
|
|
|
|
"61350154", "Waitchie", |
|
41629
|
|
|
|
|
|
|
"618661133", "Dangin", |
|
41630
|
|
|
|
|
|
|
"61269943", "Wallanthery", |
|
41631
|
|
|
|
|
|
|
"612583218", "Wyanga", |
|
41632
|
|
|
|
|
|
|
"618967805", "Jelkobine", |
|
41633
|
|
|
|
|
|
|
"61256468", "Woodburn", |
|
41634
|
|
|
|
|
|
|
"61266007", "Bellingen", |
|
41635
|
|
|
|
|
|
|
"61744438", "Long\ Pocket", |
|
41636
|
|
|
|
|
|
|
"61875146", "Malinong", |
|
41637
|
|
|
|
|
|
|
"61250194", "Corryong", |
|
41638
|
|
|
|
|
|
|
"61898924", "Porongurup", |
|
41639
|
|
|
|
|
|
|
"61898206", "Pingrup\ East", |
|
41640
|
|
|
|
|
|
|
"61240546", "Tea\ Gardens", |
|
41641
|
|
|
|
|
|
|
"61898488", "Lake\ Toolbrunup", |
|
41642
|
|
|
|
|
|
|
"618660880", "Bencubbin", |
|
41643
|
|
|
|
|
|
|
"61260121", "Little\ Billabong", |
|
41644
|
|
|
|
|
|
|
"618850896", "Taldra", |
|
41645
|
|
|
|
|
|
|
"61897445", "Wilga", |
|
41646
|
|
|
|
|
|
|
"61747486", "Burketown", |
|
41647
|
|
|
|
|
|
|
"618989153", "Nomans\ Lake", |
|
41648
|
|
|
|
|
|
|
"61896260", "York", |
|
41649
|
|
|
|
|
|
|
"618996872", "Kalbarri", |
|
41650
|
|
|
|
|
|
|
"612630499", "Burraga", |
|
41651
|
|
|
|
|
|
|
"613545017", "Lockington", |
|
41652
|
|
|
|
|
|
|
"61895201", "Rockingham", |
|
41653
|
|
|
|
|
|
|
"613451437", "Mount\ Richmond", |
|
41654
|
|
|
|
|
|
|
"618903654", "Bodallin", |
|
41655
|
|
|
|
|
|
|
"61363584", "Glengarry", |
|
41656
|
|
|
|
|
|
|
"61357115", "Strathbogie", |
|
41657
|
|
|
|
|
|
|
"61354310", "Heathcote", |
|
41658
|
|
|
|
|
|
|
"61736674", "Sandgate", |
|
41659
|
|
|
|
|
|
|
"61351484", "Yarram", |
|
41660
|
|
|
|
|
|
|
"61353834", "Kalkee", |
|
41661
|
|
|
|
|
|
|
"613531773", "Ballarat", |
|
41662
|
|
|
|
|
|
|
"613532213", "Minimay", |
|
41663
|
|
|
|
|
|
|
"61367363", "Beaconsfield", |
|
41664
|
|
|
|
|
|
|
"6174335", "Bundaberg", |
|
41665
|
|
|
|
|
|
|
"61355004", "Cavendish", |
|
41666
|
|
|
|
|
|
|
"618854575", "Waikerie", |
|
41667
|
|
|
|
|
|
|
"61359026", "Mornington", |
|
41668
|
|
|
|
|
|
|
"61898085", "Dumbleyung", |
|
41669
|
|
|
|
|
|
|
"61897048", "Dinninup\ North", |
|
41670
|
|
|
|
|
|
|
"618763515", "Willowie", |
|
41671
|
|
|
|
|
|
|
"61246043", "Campbelltown", |
|
41672
|
|
|
|
|
|
|
"61879239", "Yulara", |
|
41673
|
|
|
|
|
|
|
"61350168", "Willandra\ Lakes", |
|
41674
|
|
|
|
|
|
|
"61344162", "Bendigo", |
|
41675
|
|
|
|
|
|
|
"61745041", "Tipton", |
|
41676
|
|
|
|
|
|
|
"61255351", "Bunnan", |
|
41677
|
|
|
|
|
|
|
"61740751", "Molloy", |
|
41678
|
|
|
|
|
|
|
"617750221", "Yelarbon", |
|
41679
|
|
|
|
|
|
|
"61742232", "Mutchilba", |
|
41680
|
|
|
|
|
|
|
"61897982", "Bunbury", |
|
41681
|
|
|
|
|
|
|
"61351037", "Cann\ River", |
|
41682
|
|
|
|
|
|
|
"61248675", "Binda", |
|
41683
|
|
|
|
|
|
|
"6186399", "Spearwood", |
|
41684
|
|
|
|
|
|
|
"61256327", "Wiangaree", |
|
41685
|
|
|
|
|
|
|
"612583764", "Barrinford", |
|
41686
|
|
|
|
|
|
|
"61353148", "Goroke", |
|
41687
|
|
|
|
|
|
|
"613451453", "Wallacedale", |
|
41688
|
|
|
|
|
|
|
"612530279", "Caragabal", |
|
41689
|
|
|
|
|
|
|
"61342371", "Geelong", |
|
41690
|
|
|
|
|
|
|
"61342034", "Inverleigh", |
|
41691
|
|
|
|
|
|
|
"61340419", "Annuello", |
|
41692
|
|
|
|
|
|
|
"61890723", "Esperance", |
|
41693
|
|
|
|
|
|
|
"618989137", "Narrakine", |
|
41694
|
|
|
|
|
|
|
"6124284", "Wollongong", |
|
41695
|
|
|
|
|
|
|
"61880145", "Pimpara", |
|
41696
|
|
|
|
|
|
|
"61265497", "Idaville", |
|
41697
|
|
|
|
|
|
|
"61899359", "Geraldton", |
|
41698
|
|
|
|
|
|
|
"61864959", "Kalamunda", |
|
41699
|
|
|
|
|
|
|
"618967072", "Wongan\ Hills", |
|
41700
|
|
|
|
|
|
|
"61364668", "Burnie", |
|
41701
|
|
|
|
|
|
|
"618967823", "Quairading", |
|
41702
|
|
|
|
|
|
|
"612574288", "Yarrie\ Lake", |
|
41703
|
|
|
|
|
|
|
"6128426", "Sydney", |
|
41704
|
|
|
|
|
|
|
"618753352", "Parndana", |
|
41705
|
|
|
|
|
|
|
"61355992", "Mortlake", |
|
41706
|
|
|
|
|
|
|
"61263848", "Milvale", |
|
41707
|
|
|
|
|
|
|
"61868155", "Lake\ Grace", |
|
41708
|
|
|
|
|
|
|
"61743259", "Biggenden", |
|
41709
|
|
|
|
|
|
|
"61255736", "Pacific\ Palms", |
|
41710
|
|
|
|
|
|
|
"61896581", "Miling", |
|
41711
|
|
|
|
|
|
|
"617480388", "Gayfield", |
|
41712
|
|
|
|
|
|
|
"61367160", "Beaconsfield", |
|
41713
|
|
|
|
|
|
|
"61889676", "Victoria\ River", |
|
41714
|
|
|
|
|
|
|
"617458597", "Cambooya", |
|
41715
|
|
|
|
|
|
|
"61354113", "Newstead", |
|
41716
|
|
|
|
|
|
|
"61886846", "Koppio", |
|
41717
|
|
|
|
|
|
|
"612685893", "Bogan\ Gate", |
|
41718
|
|
|
|
|
|
|
"61260868", "Oaklands", |
|
41719
|
|
|
|
|
|
|
"618680087", "Newdegate\ North", |
|
41720
|
|
|
|
|
|
|
"61264694", "Bombala", |
|
41721
|
|
|
|
|
|
|
"61263134", "Lithgow", |
|
41722
|
|
|
|
|
|
|
"618763782", "Gladstone", |
|
41723
|
|
|
|
|
|
|
"61734928", "Dayboro", |
|
41724
|
|
|
|
|
|
|
"61741050", "Gaeta", |
|
41725
|
|
|
|
|
|
|
"618752971", "Tailem\ Bend", |
|
41726
|
|
|
|
|
|
|
"61885143", "New\ Well", |
|
41727
|
|
|
|
|
|
|
"61755514", "Tweed\ Heads", |
|
41728
|
|
|
|
|
|
|
"6139971", "Sunbury", |
|
41729
|
|
|
|
|
|
|
"61756150", "Southport", |
|
41730
|
|
|
|
|
|
|
"613451075", "Panmure", |
|
41731
|
|
|
|
|
|
|
"618903467", "Eyre", |
|
41732
|
|
|
|
|
|
|
"613531802", "Creswick", |
|
41733
|
|
|
|
|
|
|
"6186297", "Herne\ Hill", |
|
41734
|
|
|
|
|
|
|
"61267815", "Marple", |
|
41735
|
|
|
|
|
|
|
"61878225", "South\ Hummocks", |
|
41736
|
|
|
|
|
|
|
"61743528", "Brooweena", |
|
41737
|
|
|
|
|
|
|
"618903326", "Holleton", |
|
41738
|
|
|
|
|
|
|
"61359292", "Cranbourne", |
|
41739
|
|
|
|
|
|
|
"61357702", "Alexandra", |
|
41740
|
|
|
|
|
|
|
"61268603", "Narromine", |
|
41741
|
|
|
|
|
|
|
"61267231", "Inverell", |
|
41742
|
|
|
|
|
|
|
"61341557", "Nowa\ Nowa", |
|
41743
|
|
|
|
|
|
|
"613442052", "Dunolly", |
|
41744
|
|
|
|
|
|
|
"61260504", "Howlong", |
|
41745
|
|
|
|
|
|
|
"61259209", "Ardlethan", |
|
41746
|
|
|
|
|
|
|
"618993969", "Denham", |
|
41747
|
|
|
|
|
|
|
"61354307", "Goornong", |
|
41748
|
|
|
|
|
|
|
"61868238", "Dongolocking", |
|
41749
|
|
|
|
|
|
|
"61383518", "Craigieburn", |
|
41750
|
|
|
|
|
|
|
"61352804", "Queenscliff", |
|
41751
|
|
|
|
|
|
|
"61242146", "Kiama", |
|
41752
|
|
|
|
|
|
|
"61259252", "Cootamundra", |
|
41753
|
|
|
|
|
|
|
"61263265", "Grenfell", |
|
41754
|
|
|
|
|
|
|
"613553603", "Terang", |
|
41755
|
|
|
|
|
|
|
"61897412", "Myalup", |
|
41756
|
|
|
|
|
|
|
"612592724", "Merriwagga", |
|
41757
|
|
|
|
|
|
|
"61895169", "Yanchep", |
|
41758
|
|
|
|
|
|
|
"617442809", "Mount\ Fox", |
|
41759
|
|
|
|
|
|
|
"61891591", "Karratha", |
|
41760
|
|
|
|
|
|
|
"61899173", "Walkaway", |
|
41761
|
|
|
|
|
|
|
"61741608", "Bundaberg", |
|
41762
|
|
|
|
|
|
|
"61885703", "Swan\ Reach", |
|
41763
|
|
|
|
|
|
|
"61260854", "Coppabella", |
|
41764
|
|
|
|
|
|
|
"613532374", "Nhill", |
|
41765
|
|
|
|
|
|
|
"61897477", "Bunbury", |
|
41766
|
|
|
|
|
|
|
"61266010", "Bonalbo", |
|
41767
|
|
|
|
|
|
|
"61742290", "Cairns", |
|
41768
|
|
|
|
|
|
|
"61364654", "Devonport", |
|
41769
|
|
|
|
|
|
|
"61243351", "Wyong", |
|
41770
|
|
|
|
|
|
|
"61753041", "Gatton", |
|
41771
|
|
|
|
|
|
|
"61747033", "Burketown", |
|
41772
|
|
|
|
|
|
|
"6138336", "Melbourne", |
|
41773
|
|
|
|
|
|
|
"61357142", "Whorouly", |
|
41774
|
|
|
|
|
|
|
"61264401", "Cathcart", |
|
41775
|
|
|
|
|
|
|
"61354049", "Raywood", |
|
41776
|
|
|
|
|
|
|
"612570062", "Spring\ Plains\/Boggabri\/Spring\ Plains\/Spring\ Plains\/Spring\ Plains\/Spring\ Plains\/Bohena", |
|
41777
|
|
|
|
|
|
|
"61890062", "Dulyalbin", |
|
41778
|
|
|
|
|
|
|
"618683251", "Cairlocup", |
|
41779
|
|
|
|
|
|
|
"61749257", "Dingo", |
|
41780
|
|
|
|
|
|
|
"61745957", "Kupunn", |
|
41781
|
|
|
|
|
|
|
"61745685", "Jundah", |
|
41782
|
|
|
|
|
|
|
"61880177", "Wilcannia", |
|
41783
|
|
|
|
|
|
|
"6175535", "Tweed\ Heads", |
|
41784
|
|
|
|
|
|
|
"61359653", "Healesville", |
|
41785
|
|
|
|
|
|
|
"61373799", "Point\ Cook", |
|
41786
|
|
|
|
|
|
|
"61255566", "Gloucester", |
|
41787
|
|
|
|
|
|
|
"61896953", "Watheroo", |
|
41788
|
|
|
|
|
|
|
"6187421", "Adelaide", |
|
41789
|
|
|
|
|
|
|
"61261362", "Captains\ Flat", |
|
41790
|
|
|
|
|
|
|
"61898641", "Moulyinning", |
|
41791
|
|
|
|
|
|
|
"613470604", "Myrtleford", |
|
41792
|
|
|
|
|
|
|
"617441934", "Camooweal", |
|
41793
|
|
|
|
|
|
|
"61749184", "Mount\ Larcom", |
|
41794
|
|
|
|
|
|
|
"61253207", "Euchareena", |
|
41795
|
|
|
|
|
|
|
"61248647", "Breadalbane", |
|
41796
|
|
|
|
|
|
|
"61887993", "Robe", |
|
41797
|
|
|
|
|
|
|
"61743202", "Farnsfield", |
|
41798
|
|
|
|
|
|
|
"61244291", "Nowra", |
|
41799
|
|
|
|
|
|
|
"61238081", "Yerrinbool", |
|
41800
|
|
|
|
|
|
|
"61880112", "Wilcannia", |
|
41801
|
|
|
|
|
|
|
"61745388", "Mitchell", |
|
41802
|
|
|
|
|
|
|
"612574766", "Burren\ Junction", |
|
41803
|
|
|
|
|
|
|
"61364027", "Smithton", |
|
41804
|
|
|
|
|
|
|
"612582482", "Geurie", |
|
41805
|
|
|
|
|
|
|
"61897381", "Augusta", |
|
41806
|
|
|
|
|
|
|
"61728007", "Cleveland", |
|
41807
|
|
|
|
|
|
|
"618762633", "Tumby\ Bay", |
|
41808
|
|
|
|
|
|
|
"6135231", "Colac", |
|
41809
|
|
|
|
|
|
|
"61747916", "Ravenswood", |
|
41810
|
|
|
|
|
|
|
"61899302", "Eneabba\ North", |
|
41811
|
|
|
|
|
|
|
"617486930", "Garnant", |
|
41812
|
|
|
|
|
|
|
"61746921", "Brymaroo", |
|
41813
|
|
|
|
|
|
|
"61864902", "Kalamunda", |
|
41814
|
|
|
|
|
|
|
"61895646", "Bullsbrook\ East", |
|
41815
|
|
|
|
|
|
|
"61383741", "Sydenham", |
|
41816
|
|
|
|
|
|
|
"61353718", "Warracknabeal", |
|
41817
|
|
|
|
|
|
|
"613572916", "Broadford", |
|
41818
|
|
|
|
|
|
|
"61260528", "Talgarno", |
|
41819
|
|
|
|
|
|
|
"61364020", "Savage\ River", |
|
41820
|
|
|
|
|
|
|
"61885375", "Hartley", |
|
41821
|
|
|
|
|
|
|
"6138588", "Clayton", |
|
41822
|
|
|
|
|
|
|
"618661057", "Jelkobine", |
|
41823
|
|
|
|
|
|
|
"6188112", "Adelaide", |
|
41824
|
|
|
|
|
|
|
"61367288", "Scottsdale", |
|
41825
|
|
|
|
|
|
|
"6128768", "Bankstown", |
|
41826
|
|
|
|
|
|
|
"61743504", "Monogorilby", |
|
41827
|
|
|
|
|
|
|
"61752068", "Kilcoy", |
|
41828
|
|
|
|
|
|
|
"61244185", "Narooma", |
|
41829
|
|
|
|
|
|
|
"618752498", "Sandleton", |
|
41830
|
|
|
|
|
|
|
"61728000", "Beenleigh", |
|
41831
|
|
|
|
|
|
|
"61367406", "Glengarry", |
|
41832
|
|
|
|
|
|
|
"618660716", "Regans\ Ford", |
|
41833
|
|
|
|
|
|
|
"61350423", "Mittyack", |
|
41834
|
|
|
|
|
|
|
"61880170", "Dolo", |
|
41835
|
|
|
|
|
|
|
"612583181", "Lake\ Cargelligo", |
|
41836
|
|
|
|
|
|
|
"61877073", "Reedy\ Creek", |
|
41837
|
|
|
|
|
|
|
"61740134", "Thursday\ Island", |
|
41838
|
|
|
|
|
|
|
"612574933", "Glencoe", |
|
41839
|
|
|
|
|
|
|
"61741773", "Tiaro", |
|
41840
|
|
|
|
|
|
|
"618854523", "Lowbank", |
|
41841
|
|
|
|
|
|
|
"61253200", "Birriwa", |
|
41842
|
|
|
|
|
|
|
"61248640", "Goulburn", |
|
41843
|
|
|
|
|
|
|
"613470674", "Benalla", |
|
41844
|
|
|
|
|
|
|
"6128834", "Blacktown", |
|
41845
|
|
|
|
|
|
|
"612532942", "Bribbaree", |
|
41846
|
|
|
|
|
|
|
"61340452", "Turriff", |
|
41847
|
|
|
|
|
|
|
"617750134", "Darr\ Creek", |
|
41848
|
|
|
|
|
|
|
"61352693", "Geelong", |
|
41849
|
|
|
|
|
|
|
"61354971", "Donald", |
|
41850
|
|
|
|
|
|
|
"61868013", "Cranbrook", |
|
41851
|
|
|
|
|
|
|
"618683434", "Walyurin", |
|
41852
|
|
|
|
|
|
|
"618660784", "Talbot\ Brook", |
|
41853
|
|
|
|
|
|
|
"61742297", "Weipa", |
|
41854
|
|
|
|
|
|
|
"6188394", "Adelaide", |
|
41855
|
|
|
|
|
|
|
"61266017", "Coffs\ Harbour", |
|
41856
|
|
|
|
|
|
|
"613532304", "Bacchus\ Marsh", |
|
41857
|
|
|
|
|
|
|
"61358788", "Deniliquin", |
|
41858
|
|
|
|
|
|
|
"61897470", "Collie", |
|
41859
|
|
|
|
|
|
|
"61886338", "Port\ Pirie", |
|
41860
|
|
|
|
|
|
|
"61866058", "Wubin", |
|
41861
|
|
|
|
|
|
|
"618661033", "Bidaminna", |
|
41862
|
|
|
|
|
|
|
"618983796", "Mount\ Madden", |
|
41863
|
|
|
|
|
|
|
"61350561", "Underbool", |
|
41864
|
|
|
|
|
|
|
"618763367", "Iron\ Knob", |
|
41865
|
|
|
|
|
|
|
"61361441", "Tarraleah", |
|
41866
|
|
|
|
|
|
|
"61354055", "Talbot", |
|
41867
|
|
|
|
|
|
|
"61891784", "Millstream", |
|
41868
|
|
|
|
|
|
|
"613553673", "Apsley", |
|
41869
|
|
|
|
|
|
|
"61384080", "Eltham", |
|
41870
|
|
|
|
|
|
|
"61266072", "Lismore", |
|
41871
|
|
|
|
|
|
|
"61352209", "Meredith", |
|
41872
|
|
|
|
|
|
|
"618763426", "Andamooka", |
|
41873
|
|
|
|
|
|
|
"61255489", "Denman", |
|
41874
|
|
|
|
|
|
|
"61754842", "Ballugan", |
|
41875
|
|
|
|
|
|
|
"61740848", "Weipa", |
|
41876
|
|
|
|
|
|
|
"61351092", "Lindenow", |
|
41877
|
|
|
|
|
|
|
"61887768", "Lucindale\ South", |
|
41878
|
|
|
|
|
|
|
"612574957", "Nundle", |
|
41879
|
|
|
|
|
|
|
"61886635", "Laura", |
|
41880
|
|
|
|
|
|
|
"617442879", "Bambaroo", |
|
41881
|
|
|
|
|
|
|
"61353541", "Willaura", |
|
41882
|
|
|
|
|
|
|
"61355014", "Balmoral", |
|
41883
|
|
|
|
|
|
|
"61299477", "Parramatta", |
|
41884
|
|
|
|
|
|
|
"612582500", "Mount\ Foster", |
|
41885
|
|
|
|
|
|
|
"61342223", "Torquay", |
|
41886
|
|
|
|
|
|
|
"61357105", "Pyalong", |
|
41887
|
|
|
|
|
|
|
"61350731", "Swan\ Hill", |
|
41888
|
|
|
|
|
|
|
"61341550", "Loch\ Sport", |
|
41889
|
|
|
|
|
|
|
"61890029", "Narembeen\ East", |
|
41890
|
|
|
|
|
|
|
"61741342", "Gaeta", |
|
41891
|
|
|
|
|
|
|
"61257278", "Aberfoyle", |
|
41892
|
|
|
|
|
|
|
"618989053", "Walyurin", |
|
41893
|
|
|
|
|
|
|
"618903285", "Bruce\ Rock", |
|
41894
|
|
|
|
|
|
|
"61741057", "Gin\ Gin", |
|
41895
|
|
|
|
|
|
|
"61851078", "Paraburdoo", |
|
41896
|
|
|
|
|
|
|
"6188671", "Roxby\ Downs", |
|
41897
|
|
|
|
|
|
|
"6129165", "Sydney", |
|
41898
|
|
|
|
|
|
|
"61742443", "Atherton", |
|
41899
|
|
|
|
|
|
|
"613531872", "Stoneleigh", |
|
41900
|
|
|
|
|
|
|
"61752054", "Caloundra", |
|
41901
|
|
|
|
|
|
|
"61895122", "Yanchep", |
|
41902
|
|
|
|
|
|
|
"61756157", "Ormeau", |
|
41903
|
|
|
|
|
|
|
"613451005", "Heywood", |
|
41904
|
|
|
|
|
|
|
"613546025", "Redesdale", |
|
41905
|
|
|
|
|
|
|
"612532876", "Birriwa", |
|
41906
|
|
|
|
|
|
|
"61340409", "Turriff", |
|
41907
|
|
|
|
|
|
|
"618989037", "Kulin\ West", |
|
41908
|
|
|
|
|
|
|
"61868149", "Walpole", |
|
41909
|
|
|
|
|
|
|
"61743245", "Chahpingah", |
|
41910
|
|
|
|
|
|
|
"61367167", "Evandale", |
|
41911
|
|
|
|
|
|
|
"61249972", "Tea\ Gardens", |
|
41912
|
|
|
|
|
|
|
"61899345", "Dongara", |
|
41913
|
|
|
|
|
|
|
"61887754", "Thornlea", |
|
41914
|
|
|
|
|
|
|
"61264981", "Bemboka", |
|
41915
|
|
|
|
|
|
|
"618864656", "Coober\ Pedy", |
|
41916
|
|
|
|
|
|
|
"61268778", "Gilgooma", |
|
41917
|
|
|
|
|
|
|
"61886965", "Kimba", |
|
41918
|
|
|
|
|
|
|
"61896794", "Dukin", |
|
41919
|
|
|
|
|
|
|
"61341182", "Seaspray", |
|
41920
|
|
|
|
|
|
|
"618967002", "Goodlands", |
|
41921
|
|
|
|
|
|
|
"61749386", "Rockhampton", |
|
41922
|
|
|
|
|
|
|
"61740265", "Maryfarms", |
|
41923
|
|
|
|
|
|
|
"61387502", "Sunbury", |
|
41924
|
|
|
|
|
|
|
"61866064", "Aldersyde", |
|
41925
|
|
|
|
|
|
|
"617485905", "Westwood", |
|
41926
|
|
|
|
|
|
|
"61387809", "Werribee", |
|
41927
|
|
|
|
|
|
|
"61364593", "Wynyard", |
|
41928
|
|
|
|
|
|
|
"61356082", "Tidal\ River", |
|
41929
|
|
|
|
|
|
|
"613441204", "Colbinabbin", |
|
41930
|
|
|
|
|
|
|
"61884570", "Adelaide", |
|
41931
|
|
|
|
|
|
|
"613432223", "Yaapeet", |
|
41932
|
|
|
|
|
|
|
"613441818", "Murrabit", |
|
41933
|
|
|
|
|
|
|
"612583526", "Gwabegar", |
|
41934
|
|
|
|
|
|
|
"617480426", "Turkey\ Beach", |
|
41935
|
|
|
|
|
|
|
"61743015", "Chahpingah", |
|
41936
|
|
|
|
|
|
|
"612574267", "Rocky\ Creek", |
|
41937
|
|
|
|
|
|
|
"61256564", "Mallanganee", |
|
41938
|
|
|
|
|
|
|
"61748206", "Dysart", |
|
41939
|
|
|
|
|
|
|
"61747445", "Mount\ Isa", |
|
41940
|
|
|
|
|
|
|
"61253075", "Windeyer", |
|
41941
|
|
|
|
|
|
|
"617442845", "Giru", |
|
41942
|
|
|
|
|
|
|
"61748488", "Woorabinda", |
|
41943
|
|
|
|
|
|
|
"61745201", "Beebo", |
|
41944
|
|
|
|
|
|
|
"617750140", "Durham\ Downs", |
|
41945
|
|
|
|
|
|
|
"61896644", "Wubin", |
|
41946
|
|
|
|
|
|
|
"6174925", "Yeppoon", |
|
41947
|
|
|
|
|
|
|
"61897486", "Myalup", |
|
41948
|
|
|
|
|
|
|
"61746260", "Injune", |
|
41949
|
|
|
|
|
|
|
"61264128", "Delegate", |
|
41950
|
|
|
|
|
|
|
"61352103", "Winchelsea\ South", |
|
41951
|
|
|
|
|
|
|
"6189335", "Fremantle", |
|
41952
|
|
|
|
|
|
|
"61260153", "Rennie", |
|
41953
|
|
|
|
|
|
|
"61350389", "Natya", |
|
41954
|
|
|
|
|
|
|
"61240585", "Newcastle", |
|
41955
|
|
|
|
|
|
|
"61284188", "Avalon\ Beach", |
|
41956
|
|
|
|
|
|
|
"61747048", "Clarke", |
|
41957
|
|
|
|
|
|
|
"61257358", "Burren\ Junction", |
|
41958
|
|
|
|
|
|
|
"6175478", "Nambour", |
|
41959
|
|
|
|
|
|
|
"61880186", "Wilcannia", |
|
41960
|
|
|
|
|
|
|
"613451289", "Pomborneit", |
|
41961
|
|
|
|
|
|
|
"61888619", "Thistle", |
|
41962
|
|
|
|
|
|
|
"61355244", "Tyrendarra", |
|
41963
|
|
|
|
|
|
|
"61748085", "Bauhinia", |
|
41964
|
|
|
|
|
|
|
"61245047", "Windsor", |
|
41965
|
|
|
|
|
|
|
"617458670", "Roma", |
|
41966
|
|
|
|
|
|
|
"6139110", "Melbourne", |
|
41967
|
|
|
|
|
|
|
"61743418", "Gaeta", |
|
41968
|
|
|
|
|
|
|
"61240757", "Clarence\ Town", |
|
41969
|
|
|
|
|
|
|
"617452552", "Goombungee", |
|
41970
|
|
|
|
|
|
|
"61895041", "Gingin", |
|
41971
|
|
|
|
|
|
|
"61890751", "Munglinup", |
|
41972
|
|
|
|
|
|
|
"612583700", "Farrendale", |
|
41973
|
|
|
|
|
|
|
"61261578", "Uriarra\ Forest", |
|
41974
|
|
|
|
|
|
|
"61896322", "Ejanding", |
|
41975
|
|
|
|
|
|
|
"617459864", "Kilbeggan", |
|
41976
|
|
|
|
|
|
|
"61749901", "Biloela", |
|
41977
|
|
|
|
|
|
|
"613542004", "Colbinabbin", |
|
41978
|
|
|
|
|
|
|
"61264306", "Thredbo\ Village", |
|
41979
|
|
|
|
|
|
|
"618683672", "Wickepin", |
|
41980
|
|
|
|
|
|
|
"617486895", "Biloela", |
|
41981
|
|
|
|
|
|
|
"61266493", "Coutts\ Crossing", |
|
41982
|
|
|
|
|
|
|
"61752231", "Moore", |
|
41983
|
|
|
|
|
|
|
"61740723", "Walsh\ River", |
|
41984
|
|
|
|
|
|
|
"61255323", "Idaville", |
|
41985
|
|
|
|
|
|
|
"61898046", "Broomehill", |
|
41986
|
|
|
|
|
|
|
"61354161", "Castlemaine", |
|
41987
|
|
|
|
|
|
|
"61749883", "Clermont", |
|
41988
|
|
|
|
|
|
|
"61341314", "Bruthen", |
|
41989
|
|
|
|
|
|
|
"6124658", "Camden", |
|
41990
|
|
|
|
|
|
|
"61363085", "St\ Marys", |
|
41991
|
|
|
|
|
|
|
"61361144", "South\ Bruny", |
|
41992
|
|
|
|
|
|
|
"61889334", "Ranken\ River", |
|
41993
|
|
|
|
|
|
|
"61749370", "Wowan", |
|
41994
|
|
|
|
|
|
|
"61889071", "Pine\ Creek", |
|
41995
|
|
|
|
|
|
|
"61868243", "Hartville", |
|
41996
|
|
|
|
|
|
|
"61243120", "Gosford", |
|
41997
|
|
|
|
|
|
|
"6173403", "Brisbane", |
|
41998
|
|
|
|
|
|
|
"61259310", "Marsden", |
|
41999
|
|
|
|
|
|
|
"613470807", "Yarck", |
|
42000
|
|
|
|
|
|
|
"618661042", "Cunderdin", |
|
42001
|
|
|
|
|
|
|
"61343496", "Ballarat", |
|
42002
|
|
|
|
|
|
|
"61354814", "Echuca", |
|
42003
|
|
|
|
|
|
|
"61889687", "Tanami", |
|
42004
|
|
|
|
|
|
|
"61748573", "Tungamull", |
|
42005
|
|
|
|
|
|
|
"61357398", "Devlins\ Bridge", |
|
42006
|
|
|
|
|
|
|
"61897829", "Waroona", |
|
42007
|
|
|
|
|
|
|
"613574682", "King\ Valley", |
|
42008
|
|
|
|
|
|
|
"612532957", "Glen\ Davis", |
|
42009
|
|
|
|
|
|
|
"61256558", "Hernani", |
|
42010
|
|
|
|
|
|
|
"61885138", "Mypolonga", |
|
42011
|
|
|
|
|
|
|
"61238130", "Tuena", |
|
42012
|
|
|
|
|
|
|
"61753725", "Kilcoy", |
|
42013
|
|
|
|
|
|
|
"61363206", "Targa", |
|
42014
|
|
|
|
|
|
|
"61754999", "Maleny", |
|
42015
|
|
|
|
|
|
|
"61891079", "Kununurra", |
|
42016
|
|
|
|
|
|
|
"61740431", "Peninsula", |
|
42017
|
|
|
|
|
|
|
"617486192", "Duaringa", |
|
42018
|
|
|
|
|
|
|
"61342129", "Aireys\ Inlet", |
|
42019
|
|
|
|
|
|
|
"618601007", "Dulyalbin", |
|
42020
|
|
|
|
|
|
|
"61875185", "Karoonda", |
|
42021
|
|
|
|
|
|
|
"61351588", "Genoa", |
|
42022
|
|
|
|
|
|
|
"612583538", "Myamley", |
|
42023
|
|
|
|
|
|
|
"617480438", "Ubobo", |
|
42024
|
|
|
|
|
|
|
"61353991", "Bangerang", |
|
42025
|
|
|
|
|
|
|
"61240073", "Branxton", |
|
42026
|
|
|
|
|
|
|
"612594161", "Wantabadgery", |
|
42027
|
|
|
|
|
|
|
"61256229", "Coffs\ Harbour", |
|
42028
|
|
|
|
|
|
|
"61265003", "Taree", |
|
42029
|
|
|
|
|
|
|
"61257364", "Delungra", |
|
42030
|
|
|
|
|
|
|
"612574942", "Ingleba", |
|
42031
|
|
|
|
|
|
|
"61263833", "Maimuru", |
|
42032
|
|
|
|
|
|
|
"6135430", "Bendigo", |
|
42033
|
|
|
|
|
|
|
"61257400", "Walcha\ Road", |
|
42034
|
|
|
|
|
|
|
"61886175", "Penong", |
|
42035
|
|
|
|
|
|
|
"61898584", "Newdegate\ East", |
|
42036
|
|
|
|
|
|
|
"618982943", "Badgebup\ North", |
|
42037
|
|
|
|
|
|
|
"61261483", "Anembo", |
|
42038
|
|
|
|
|
|
|
"612532933", "Wollar", |
|
42039
|
|
|
|
|
|
|
"618600793", "Yilgarn\ South", |
|
42040
|
|
|
|
|
|
|
"61248790", "Gundillion", |
|
42041
|
|
|
|
|
|
|
"61890683", "Kalgoorlie", |
|
42042
|
|
|
|
|
|
|
"61879337", "Tennant\ Creek", |
|
42043
|
|
|
|
|
|
|
"61249162", "Nelson\ Bay", |
|
42044
|
|
|
|
|
|
|
"612533004", "Boorowa", |
|
42045
|
|
|
|
|
|
|
"61868061", "Lake\ Toolbrunup", |
|
42046
|
|
|
|
|
|
|
"61257407", "Aberfoyle", |
|
42047
|
|
|
|
|
|
|
"61746188", "Thallon", |
|
42048
|
|
|
|
|
|
|
"61891315", "Karratha", |
|
42049
|
|
|
|
|
|
|
"61899633", "Mount\ Magnet", |
|
42050
|
|
|
|
|
|
|
"618993259", "Perenjori\ East", |
|
42051
|
|
|
|
|
|
|
"61267068", "Garah", |
|
42052
|
|
|
|
|
|
|
"61742035", "Hopevale", |
|
42053
|
|
|
|
|
|
|
"61755408", "Ormeau", |
|
42054
|
|
|
|
|
|
|
"61879330", "Plenty", |
|
42055
|
|
|
|
|
|
|
"61898791", "Yealering", |
|
42056
|
|
|
|
|
|
|
"61248797", "Taralga", |
|
42057
|
|
|
|
|
|
|
"6175527", "Southport", |
|
42058
|
|
|
|
|
|
|
"61898282", "Borden", |
|
42059
|
|
|
|
|
|
|
"613470159", "Nagambie", |
|
42060
|
|
|
|
|
|
|
"618601077", "Great\ Victoria", |
|
42061
|
|
|
|
|
|
|
"618996863", "Dongara", |
|
42062
|
|
|
|
|
|
|
"617480056", "Goovigen", |
|
42063
|
|
|
|
|
|
|
"61891618", "Derby", |
|
42064
|
|
|
|
|
|
|
"61895796", "Rockingham", |
|
42065
|
|
|
|
|
|
|
"613531762", "Willaura", |
|
42066
|
|
|
|
|
|
|
"61747402", "Mount\ Isa", |
|
42067
|
|
|
|
|
|
|
"618762642", "Wirrulla", |
|
42068
|
|
|
|
|
|
|
"61259103", "Cootamundra", |
|
42069
|
|
|
|
|
|
|
"61875291", "Kingscote", |
|
42070
|
|
|
|
|
|
|
"61753122", "Imbil", |
|
42071
|
|
|
|
|
|
|
"61897906", "Lake\ Clifton", |
|
42072
|
|
|
|
|
|
|
"61367094", "Ringarooma", |
|
42073
|
|
|
|
|
|
|
"61341116", "Baw\ Baw", |
|
42074
|
|
|
|
|
|
|
"618763388", "Nunjikompita", |
|
42075
|
|
|
|
|
|
|
"61889680", "Noonamah", |
|
42076
|
|
|
|
|
|
|
"617458985", "Clifton", |
|
42077
|
|
|
|
|
|
|
"61264104", "Thredbo\ Village", |
|
42078
|
|
|
|
|
|
|
"61238137", "Barrallier", |
|
42079
|
|
|
|
|
|
|
"61357021", "Buffalo\ River", |
|
42080
|
|
|
|
|
|
|
"618982456", "Perillup", |
|
42081
|
|
|
|
|
|
|
"61356016", "Korumburra", |
|
42082
|
|
|
|
|
|
|
"61743153", "Booyal", |
|
42083
|
|
|
|
|
|
|
"61749377", "Westwood", |
|
42084
|
|
|
|
|
|
|
"61753211", "Harrisville", |
|
42085
|
|
|
|
|
|
|
"61260015", "Corowa", |
|
42086
|
|
|
|
|
|
|
"6186216", "Perth", |
|
42087
|
|
|
|
|
|
|
"61259317", "Narraburra", |
|
42088
|
|
|
|
|
|
|
"613470877", "Kilmore", |
|
42089
|
|
|
|
|
|
|
"6124991", "Cessnock", |
|
42090
|
|
|
|
|
|
|
"61354219", "Gisborne", |
|
42091
|
|
|
|
|
|
|
"61889949", "Yulara", |
|
42092
|
|
|
|
|
|
|
"617452668", "Ravensbourne", |
|
42093
|
|
|
|
|
|
|
"61348073", "Mathoura", |
|
42094
|
|
|
|
|
|
|
"61896369", "Jurien", |
|
42095
|
|
|
|
|
|
|
"618964992", "Cunderdin\ North", |
|
42096
|
|
|
|
|
|
|
"61243127", "Gosford", |
|
42097
|
|
|
|
|
|
|
"61268193", "Hermidale", |
|
42098
|
|
|
|
|
|
|
"61740833", "Lockhart\ River", |
|
42099
|
|
|
|
|
|
|
"618865015", "Gairdner", |
|
42100
|
|
|
|
|
|
|
"617452492", "Brookstead", |
|
42101
|
|
|
|
|
|
|
"618753347", "Mount\ Pleasant", |
|
42102
|
|
|
|
|
|
|
"61264744", "Bemboka", |
|
42103
|
|
|
|
|
|
|
"61741198", "Blackbutt", |
|
42104
|
|
|
|
|
|
|
"612574806", "Mullaley", |
|
42105
|
|
|
|
|
|
|
"61897862", "Darkan", |
|
42106
|
|
|
|
|
|
|
"618683602", "Gairdner", |
|
42107
|
|
|
|
|
|
|
"61756098", "Southport", |
|
42108
|
|
|
|
|
|
|
"61897569", "Marybrook", |
|
42109
|
|
|
|
|
|
|
"618762582", "Gladstone", |
|
42110
|
|
|
|
|
|
|
"618660678", "Bolgart", |
|
42111
|
|
|
|
|
|
|
"61268332", "Mount\ Foster\/Coolabah", |
|
42112
|
|
|
|
|
|
|
"61888078", "Pine\ Point", |
|
42113
|
|
|
|
|
|
|
"61886343", "Port\ Pirie", |
|
42114
|
|
|
|
|
|
|
"61355849", "Strathdownie", |
|
42115
|
|
|
|
|
|
|
"61267054", "Gurley", |
|
42116
|
|
|
|
|
|
|
"61261881", "Captains\ Flat", |
|
42117
|
|
|
|
|
|
|
"618683384", "Lake\ Toolbrunup", |
|
42118
|
|
|
|
|
|
|
"612583770", "Bogan\ Gate", |
|
42119
|
|
|
|
|
|
|
"61361346", "Little\ Swanport", |
|
42120
|
|
|
|
|
|
|
"613546062", "Romsey", |
|
42121
|
|
|
|
|
|
|
"61889136", "Rodinga", |
|
42122
|
|
|
|
|
|
|
"61245040", "Colo\ Heights", |
|
42123
|
|
|
|
|
|
|
"617476585", "Millaroo", |
|
42124
|
|
|
|
|
|
|
"617458600", "Chinchilla", |
|
42125
|
|
|
|
|
|
|
"61240750", "Wards\ River", |
|
42126
|
|
|
|
|
|
|
"612574485", "Bingara", |
|
42127
|
|
|
|
|
|
|
"61743379", "Brooweena", |
|
42128
|
|
|
|
|
|
|
"6128544", "Sutherland", |
|
42129
|
|
|
|
|
|
|
"61747459", "Karumba", |
|
42130
|
|
|
|
|
|
|
"617441940", "Croydon", |
|
42131
|
|
|
|
|
|
|
"61367301", "Evandale", |
|
42132
|
|
|
|
|
|
|
"61746267", "Arcadia\ Valley", |
|
42133
|
|
|
|
|
|
|
"617750395", "Tabers", |
|
42134
|
|
|
|
|
|
|
"612530185", "Glen\ Davis\/Mudgee\/Murringo\/Neville", |
|
42135
|
|
|
|
|
|
|
"618753189", "Pinnaroo", |
|
42136
|
|
|
|
|
|
|
"61344034", "Cohuna", |
|
42137
|
|
|
|
|
|
|
"61263674", "Lyndhurst", |
|
42138
|
|
|
|
|
|
|
"61257166", "Croppa\ Creek", |
|
42139
|
|
|
|
|
|
|
"618683316", "Pingrup\ East", |
|
42140
|
|
|
|
|
|
|
"613549701", "Donald", |
|
42141
|
|
|
|
|
|
|
"61249129", "Raymond\ Terrace", |
|
42142
|
|
|
|
|
|
|
"617486944", "Middlemount", |
|
42143
|
|
|
|
|
|
|
"613442047", "Charlton", |
|
42144
|
|
|
|
|
|
|
"613470788", "Mount\ Buller", |
|
42145
|
|
|
|
|
|
|
"61342162", "Colac", |
|
42146
|
|
|
|
|
|
|
"61744232", "Collinsville", |
|
42147
|
|
|
|
|
|
|
"61256262", "Maclean", |
|
42148
|
|
|
|
|
|
|
"61899150", "Yalgoo", |
|
42149
|
|
|
|
|
|
|
"612574280", "Walcha\ Road", |
|
42150
|
|
|
|
|
|
|
"618858582", "Narrung", |
|
42151
|
|
|
|
|
|
|
"6174059", "Cairns", |
|
42152
|
|
|
|
|
|
|
"61891546", "De\ Grey", |
|
42153
|
|
|
|
|
|
|
"61385212", "Clayton", |
|
42154
|
|
|
|
|
|
|
"618763819", "Port\ Neill", |
|
42155
|
|
|
|
|
|
|
"61888332", "Paskeville", |
|
42156
|
|
|
|
|
|
|
"61868052", "Hartville", |
|
42157
|
|
|
|
|
|
|
"61362071", "Orford", |
|
42158
|
|
|
|
|
|
|
"61734730", "Samford", |
|
42159
|
|
|
|
|
|
|
"612583939", "Tooraweenah", |
|
42160
|
|
|
|
|
|
|
"61896094", "Dukin", |
|
42161
|
|
|
|
|
|
|
"61348198", "Shepparton", |
|
42162
|
|
|
|
|
|
|
"61367369", "Emita", |
|
42163
|
|
|
|
|
|
|
"61268078", "Narran", |
|
42164
|
|
|
|
|
|
|
"61363116", "Winnaleah", |
|
42165
|
|
|
|
|
|
|
"61867071", "Dardanup", |
|
42166
|
|
|
|
|
|
|
"61887054", "Lucindale", |
|
42167
|
|
|
|
|
|
|
"61753096", "Nambour", |
|
42168
|
|
|
|
|
|
|
"61362955", "Hobart", |
|
42169
|
|
|
|
|
|
|
"617480380", "Gayfield", |
|
42170
|
|
|
|
|
|
|
"612593686", "Darlington\ Point", |
|
42171
|
|
|
|
|
|
|
"61741585", "Tansey", |
|
42172
|
|
|
|
|
|
|
"617486926", "Emerald", |
|
42173
|
|
|
|
|
|
|
"61269136", "Gunbar", |
|
42174
|
|
|
|
|
|
|
"613527", "Geelong", |
|
42175
|
|
|
|
|
|
|
"61343728", "Ballarat", |
|
42176
|
|
|
|
|
|
|
"61878011", "Clare", |
|
42177
|
|
|
|
|
|
|
"61264512", "Berridale", |
|
42178
|
|
|
|
|
|
|
"61898696", "Rocky\ Gully", |
|
42179
|
|
|
|
|
|
|
"612532691", "Koorawatha", |
|
42180
|
|
|
|
|
|
|
"61896970", "Burakin", |
|
42181
|
|
|
|
|
|
|
"61347063", "Wangaratta", |
|
42182
|
|
|
|
|
|
|
"61263947", "Orange", |
|
42183
|
|
|
|
|
|
|
"61879233", "Simpson", |
|
42184
|
|
|
|
|
|
|
"61246049", "Campbelltown", |
|
42185
|
|
|
|
|
|
|
"61741757", "Blackbutt", |
|
42186
|
|
|
|
|
|
|
"61877057", "Keith", |
|
42187
|
|
|
|
|
|
|
"617459949", "Cambooya", |
|
42188
|
|
|
|
|
|
|
"618989197", "Quindanning", |
|
42189
|
|
|
|
|
|
|
"61877342", "Wirrega", |
|
42190
|
|
|
|
|
|
|
"61340413", "Wemen", |
|
42191
|
|
|
|
|
|
|
"61350031", "Anabranch", |
|
42192
|
|
|
|
|
|
|
"61875016", "Murray\ Bridge", |
|
42193
|
|
|
|
|
|
|
"61248164", "Nerriga", |
|
42194
|
|
|
|
|
|
|
"61350374", "Berriwillock", |
|
42195
|
|
|
|
|
|
|
"61745508", "Toobeah", |
|
42196
|
|
|
|
|
|
|
"61268475", "Warren", |
|
42197
|
|
|
|
|
|
|
"617750369", "Macalister", |
|
42198
|
|
|
|
|
|
|
"61775072", "Cooyar", |
|
42199
|
|
|
|
|
|
|
"61281187", "Liverpool", |
|
42200
|
|
|
|
|
|
|
"61747698", "Gulf", |
|
42201
|
|
|
|
|
|
|
"618683783", "Walyurin", |
|
42202
|
|
|
|
|
|
|
"61890234", "Wilgoyne", |
|
42203
|
|
|
|
|
|
|
"61899582", "Meekatharra", |
|
42204
|
|
|
|
|
|
|
"61887068", "Millicent", |
|
42205
|
|
|
|
|
|
|
"61898817", "Karlgarin", |
|
42206
|
|
|
|
|
|
|
"61745858", "Yuleba", |
|
42207
|
|
|
|
|
|
|
"61351792", "Goongerah", |
|
42208
|
|
|
|
|
|
|
"61265249", "Taylors\ Arm", |
|
42209
|
|
|
|
|
|
|
"61895360", "Mount\ Helena", |
|
42210
|
|
|
|
|
|
|
"61897851", "Nannup", |
|
42211
|
|
|
|
|
|
|
"61891084", "Telfer", |
|
42212
|
|
|
|
|
|
|
"61896301", "Studleigh", |
|
42213
|
|
|
|
|
|
|
"61895404", "Rockingham", |
|
42214
|
|
|
|
|
|
|
"617458784", "Cottonvale", |
|
42215
|
|
|
|
|
|
|
"61742672", "Tully", |
|
42216
|
|
|
|
|
|
|
"612573442", "Wellingrove", |
|
42217
|
|
|
|
|
|
|
"61358942", "Blighty", |
|
42218
|
|
|
|
|
|
|
"618600843", "Nullarbor", |
|
42219
|
|
|
|
|
|
|
"61898872", "Pingelly", |
|
42220
|
|
|
|
|
|
|
"61743186", "Fraser\ Island", |
|
42221
|
|
|
|
|
|
|
"61886891", "Lock", |
|
42222
|
|
|
|
|
|
|
"6136166", "Hobart", |
|
42223
|
|
|
|
|
|
|
"618903330", "Mount\ Walker\ South", |
|
42224
|
|
|
|
|
|
|
"613574773", "Winton", |
|
42225
|
|
|
|
|
|
|
"61742617", "Minnamoolka", |
|
42226
|
|
|
|
|
|
|
"61358088", "Tatura", |
|
42227
|
|
|
|
|
|
|
"61361515", "Richmond", |
|
42228
|
|
|
|
|
|
|
"61357045", "Falls\ Creek", |
|
42229
|
|
|
|
|
|
|
"61890165", "Norseman", |
|
42230
|
|
|
|
|
|
|
"61898579", "Nyabing", |
|
42231
|
|
|
|
|
|
|
"61251013", "Burrinjuck", |
|
42232
|
|
|
|
|
|
|
"61345024", "Hamilton", |
|
42233
|
|
|
|
|
|
|
"61754080", "Caboolture", |
|
42234
|
|
|
|
|
|
|
"61745111", "Valley\ Downs", |
|
42235
|
|
|
|
|
|
|
"61248158", "Nerriga", |
|
42236
|
|
|
|
|
|
|
"61269680", "Yenda", |
|
42237
|
|
|
|
|
|
|
"61267543", "Garah", |
|
42238
|
|
|
|
|
|
|
"61260637", "Dartmouth", |
|
42239
|
|
|
|
|
|
|
"61740940", "Molloy", |
|
42240
|
|
|
|
|
|
|
"61741073", "Kumbia", |
|
42241
|
|
|
|
|
|
|
"61255171", "Muswellbrook", |
|
42242
|
|
|
|
|
|
|
"61255227", "Broke", |
|
42243
|
|
|
|
|
|
|
"61887465", "Kingston\ Se", |
|
42244
|
|
|
|
|
|
|
"61897118", "Myalup", |
|
42245
|
|
|
|
|
|
|
"61246113", "Camden", |
|
42246
|
|
|
|
|
|
|
"61358485", "Jimaringle", |
|
42247
|
|
|
|
|
|
|
"61886240", "Mudamuckla", |
|
42248
|
|
|
|
|
|
|
"61256251", "Hernani", |
|
42249
|
|
|
|
|
|
|
"613993", "Melbourne", |
|
42250
|
|
|
|
|
|
|
"61259038", "Sandigo", |
|
42251
|
|
|
|
|
|
|
"61745222", "Dulacca", |
|
42252
|
|
|
|
|
|
|
"61899426", "Yaringa", |
|
42253
|
|
|
|
|
|
|
"618683085", "Muradup", |
|
42254
|
|
|
|
|
|
|
"617486938", "Koumala", |
|
42255
|
|
|
|
|
|
|
"6173192", "Brisbane", |
|
42256
|
|
|
|
|
|
|
"61880015", "Dolo", |
|
42257
|
|
|
|
|
|
|
"61748116", "Willows", |
|
42258
|
|
|
|
|
|
|
"618903421", "Condingup", |
|
42259
|
|
|
|
|
|
|
"612592671", "Alleena", |
|
42260
|
|
|
|
|
|
|
"61357448", "Killawarra", |
|
42261
|
|
|
|
|
|
|
"61269949", "Carrathool", |
|
42262
|
|
|
|
|
|
|
"61863783", "Perth", |
|
42263
|
|
|
|
|
|
|
"618752515", "Wunkar", |
|
42264
|
|
|
|
|
|
|
"61888193", "Arthurton", |
|
42265
|
|
|
|
|
|
|
"61354587", "Gowar\ East", |
|
42266
|
|
|
|
|
|
|
"61340366", "Wemen", |
|
42267
|
|
|
|
|
|
|
"61258176", "Yarrabandai", |
|
42268
|
|
|
|
|
|
|
"612593993", "Melbergen", |
|
42269
|
|
|
|
|
|
|
"61353018", "Daylesford", |
|
42270
|
|
|
|
|
|
|
"61260384", "Corowa", |
|
42271
|
|
|
|
|
|
|
"61754671", "Harrisville", |
|
42272
|
|
|
|
|
|
|
"61367322", "Whitemark", |
|
42273
|
|
|
|
|
|
|
"61890656", "South\ Kumminin", |
|
42274
|
|
|
|
|
|
|
"61341573", "Cann\ River", |
|
42275
|
|
|
|
|
|
|
"618752490", "Peebinga", |
|
42276
|
|
|
|
|
|
|
"61269071", "Tarcutta", |
|
42277
|
|
|
|
|
|
|
"61253556", "Rockley", |
|
42278
|
|
|
|
|
|
|
"61886247", "Wirrulla", |
|
42279
|
|
|
|
|
|
|
"61340235", "Ouyen", |
|
42280
|
|
|
|
|
|
|
"61354580", "Raywood", |
|
42281
|
|
|
|
|
|
|
"61745524", "Thomson", |
|
42282
|
|
|
|
|
|
|
"61244082", "Batemans\ Bay", |
|
42283
|
|
|
|
|
|
|
"61261456", "Binalong", |
|
42284
|
|
|
|
|
|
|
"61250088", "Albury", |
|
42285
|
|
|
|
|
|
|
"612583616", "Gwabegar", |
|
42286
|
|
|
|
|
|
|
"6175336", "Nambour", |
|
42287
|
|
|
|
|
|
|
"61867136", "Harvey", |
|
42288
|
|
|
|
|
|
|
"61269687", "Warrawidgee", |
|
42289
|
|
|
|
|
|
|
"61269955", "Junee\ Reefs", |
|
42290
|
|
|
|
|
|
|
"61380061", "Sunbury", |
|
42291
|
|
|
|
|
|
|
"61754087", "Caboolture", |
|
42292
|
|
|
|
|
|
|
"61753518", "Toogoolawah", |
|
42293
|
|
|
|
|
|
|
"617480673", "Byfield", |
|
42294
|
|
|
|
|
|
|
"618904233", "Southern\ Cross", |
|
42295
|
|
|
|
|
|
|
"61255220", "Gloucester", |
|
42296
|
|
|
|
|
|
|
"61885719", "Callington", |
|
42297
|
|
|
|
|
|
|
"61265138", "Taylors\ Arm", |
|
42298
|
|
|
|
|
|
|
"61260630", "Talmalmo", |
|
42299
|
|
|
|
|
|
|
"61879415", "Carpentaria", |
|
42300
|
|
|
|
|
|
|
"61740947", "Chillagoe", |
|
42301
|
|
|
|
|
|
|
"612594206", "Hay", |
|
42302
|
|
|
|
|
|
|
"617485864", "Gemfields", |
|
42303
|
|
|
|
|
|
|
"61890762", "Esperance", |
|
42304
|
|
|
|
|
|
|
"612583302", "Trundle", |
|
42305
|
|
|
|
|
|
|
"61354749", "Carisbrook", |
|
42306
|
|
|
|
|
|
|
"6135018", "Mildura", |
|
42307
|
|
|
|
|
|
|
"613441791", "Dingee", |
|
42308
|
|
|
|
|
|
|
"61877305", "Bordertown", |
|
42309
|
|
|
|
|
|
|
"613450561", "Coojar", |
|
42310
|
|
|
|
|
|
|
"61350176", "Swan\ Hill", |
|
42311
|
|
|
|
|
|
|
"61742610", "Kuranda", |
|
42312
|
|
|
|
|
|
|
"61265255", "Moonan\ Flat", |
|
42313
|
|
|
|
|
|
|
"613574703", "St\ James", |
|
42314
|
|
|
|
|
|
|
"6136380", "George\ Town", |
|
42315
|
|
|
|
|
|
|
"613470171", "Wangaratta", |
|
42316
|
|
|
|
|
|
|
"61879018", "Daly", |
|
42317
|
|
|
|
|
|
|
"61266175", "Mullumbimby", |
|
42318
|
|
|
|
|
|
|
"61749506", "Nebo", |
|
42319
|
|
|
|
|
|
|
"61340158", "Pan\ Ban", |
|
42320
|
|
|
|
|
|
|
"61357059", "Eildon", |
|
42321
|
|
|
|
|
|
|
"61354152", "Dunolly", |
|
42322
|
|
|
|
|
|
|
"618904257", "Westonia", |
|
42323
|
|
|
|
|
|
|
"61351195", "Lakes\ Entrance", |
|
42324
|
|
|
|
|
|
|
"612583684", "Coalbaggie", |
|
42325
|
|
|
|
|
|
|
"61876244", "Whyalla", |
|
42326
|
|
|
|
|
|
|
"61895367", "Byford", |
|
42327
|
|
|
|
|
|
|
"61240198", "Eccleston", |
|
42328
|
|
|
|
|
|
|
"61257099", "Narrabri", |
|
42329
|
|
|
|
|
|
|
"61747563", "Briaba", |
|
42330
|
|
|
|
|
|
|
"6128539", "Sutherland", |
|
42331
|
|
|
|
|
|
|
"6136355", "Waterhouse", |
|
42332
|
|
|
|
|
|
|
"61753101", "Maleny", |
|
42333
|
|
|
|
|
|
|
"61749856", "Hodgson\ Range", |
|
42334
|
|
|
|
|
|
|
"61358905", "Deniliquin", |
|
42335
|
|
|
|
|
|
|
"6173502", "Brisbane", |
|
42336
|
|
|
|
|
|
|
"61899284", "Eneabba", |
|
42337
|
|
|
|
|
|
|
"61890532", "Bonnie\ Rock", |
|
42338
|
|
|
|
|
|
|
"618856797", "Geranium", |
|
42339
|
|
|
|
|
|
|
"61354109", "Redesdale", |
|
42340
|
|
|
|
|
|
|
"61357002", "Alexandra", |
|
42341
|
|
|
|
|
|
|
"61890839", "Norseman", |
|
42342
|
|
|
|
|
|
|
"612582508", "Neilrex", |
|
42343
|
|
|
|
|
|
|
"61743384", "Childers", |
|
42344
|
|
|
|
|
|
|
"61359081", "Marysville", |
|
42345
|
|
|
|
|
|
|
"61281180", "Bankstown", |
|
42346
|
|
|
|
|
|
|
"6135145", "Maffra", |
|
42347
|
|
|
|
|
|
|
"613572466", "Jamieson", |
|
42348
|
|
|
|
|
|
|
"618683245", "Borden", |
|
42349
|
|
|
|
|
|
|
"61341206", "Yinnar", |
|
42350
|
|
|
|
|
|
|
"61255913", "Muswellbrook", |
|
42351
|
|
|
|
|
|
|
"61896977", "Wongan\ Hills", |
|
42352
|
|
|
|
|
|
|
"61341488", "Bairnsdale", |
|
42353
|
|
|
|
|
|
|
"61880153", "Menindee", |
|
42354
|
|
|
|
|
|
|
"61895025", "Bindoon", |
|
42355
|
|
|
|
|
|
|
"61741750", "Gooroolba", |
|
42356
|
|
|
|
|
|
|
"6139559", "Melbourne", |
|
42357
|
|
|
|
|
|
|
"61877050", "Colebatch", |
|
42358
|
|
|
|
|
|
|
"61264214", "Shannons\ Flat", |
|
42359
|
|
|
|
|
|
|
"61263940", "Grenfell", |
|
42360
|
|
|
|
|
|
|
"613431205", "Wilkur", |
|
42361
|
|
|
|
|
|
|
"61345008", "Nirranda", |
|
42362
|
|
|
|
|
|
|
"61749969", "Zamia\ Creek", |
|
42363
|
|
|
|
|
|
|
"61258031", "Widgeland", |
|
42364
|
|
|
|
|
|
|
"61268619", "Mungery", |
|
42365
|
|
|
|
|
|
|
"618862085", "Whyalla", |
|
42366
|
|
|
|
|
|
|
"61340164", "Werrimull", |
|
42367
|
|
|
|
|
|
|
"61260186", "Cudgewa", |
|
42368
|
|
|
|
|
|
|
"61259213", "Narraburra", |
|
42369
|
|
|
|
|
|
|
"617486869", "Sarina", |
|
42370
|
|
|
|
|
|
|
"61748314", "Emerald", |
|
42371
|
|
|
|
|
|
|
"612583544", "Parkes", |
|
42372
|
|
|
|
|
|
|
"61353596", "Dadswells\ Bridge", |
|
42373
|
|
|
|
|
|
|
"61362949", "New\ Norfolk", |
|
42374
|
|
|
|
|
|
|
"61255036", "Rookhurst", |
|
42375
|
|
|
|
|
|
|
"61895428", "Yanchep", |
|
42376
|
|
|
|
|
|
|
"61256476", "Ballina", |
|
42377
|
|
|
|
|
|
|
"61341085", "Omeo", |
|
42378
|
|
|
|
|
|
|
"61737332", "Brisbane", |
|
42379
|
|
|
|
|
|
|
"61343144", "Goroke", |
|
42380
|
|
|
|
|
|
|
"61899157", "Yandanooka", |
|
42381
|
|
|
|
|
|
|
"61746416", "Yuleba", |
|
42382
|
|
|
|
|
|
|
"61352038", "Apollo\ Bay", |
|
42383
|
|
|
|
|
|
|
"61734737", "Bribie\ Island", |
|
42384
|
|
|
|
|
|
|
"61356185", "Tidal\ River", |
|
42385
|
|
|
|
|
|
|
"61361496", "Brighton", |
|
42386
|
|
|
|
|
|
|
"61343441", "Horsham", |
|
42387
|
|
|
|
|
|
|
"61351126", "Rosedale", |
|
42388
|
|
|
|
|
|
|
"61286600", "Parramatta", |
|
42389
|
|
|
|
|
|
|
"61735593", "Brisbane", |
|
42390
|
|
|
|
|
|
|
"61878063", "Wedge", |
|
42391
|
|
|
|
|
|
|
"618860094", "Ceduna", |
|
42392
|
|
|
|
|
|
|
"61743112", "Gaeta", |
|
42393
|
|
|
|
|
|
|
"6124630", "Campbelltown", |
|
42394
|
|
|
|
|
|
|
"6124785", "Katoomba", |
|
42395
|
|
|
|
|
|
|
"618752959", "Peebinga", |
|
42396
|
|
|
|
|
|
|
"61348057", "Caldwell", |
|
42397
|
|
|
|
|
|
|
"61880202", "Tibooburra", |
|
42398
|
|
|
|
|
|
|
"61747124", "Leichhardt\ Range", |
|
42399
|
|
|
|
|
|
|
"61258254", "Balladoran", |
|
42400
|
|
|
|
|
|
|
"61263590", "Portland", |
|
42401
|
|
|
|
|
|
|
"61347011", "Seymour", |
|
42402
|
|
|
|
|
|
|
"612593817", "Tallimba", |
|
42403
|
|
|
|
|
|
|
"61259043", "Barmedman\ East", |
|
42404
|
|
|
|
|
|
|
"61253172", "Bathurst", |
|
42405
|
|
|
|
|
|
|
"613441810", "Llanelly", |
|
42406
|
|
|
|
|
|
|
"61744449", "Gununa", |
|
42407
|
|
|
|
|
|
|
"61749353", "Tungamull", |
|
42408
|
|
|
|
|
|
|
"6189881", "Narrogin", |
|
42409
|
|
|
|
|
|
|
"6139594", "Clayton", |
|
42410
|
|
|
|
|
|
|
"61357433", "Yarrawonga", |
|
42411
|
|
|
|
|
|
|
"61359137", "Healesville", |
|
42412
|
|
|
|
|
|
|
"61340461", "Anabranch", |
|
42413
|
|
|
|
|
|
|
"61743221", "Murgon", |
|
42414
|
|
|
|
|
|
|
"61743177", "Redridge", |
|
42415
|
|
|
|
|
|
|
"618903893", "Mount\ Stirling", |
|
42416
|
|
|
|
|
|
|
"617750148", "Goondiwindi", |
|
42417
|
|
|
|
|
|
|
"61748550", "Miclere", |
|
42418
|
|
|
|
|
|
|
"61253117", "Caragabal", |
|
42419
|
|
|
|
|
|
|
"6128045", "Sydney", |
|
42420
|
|
|
|
|
|
|
"618994469", "Yaringa", |
|
42421
|
|
|
|
|
|
|
"617452429", "Thargomindah", |
|
42422
|
|
|
|
|
|
|
"61380155", "Sunbury", |
|
42423
|
|
|
|
|
|
|
"61899321", "Upper\ Gascoyne", |
|
42424
|
|
|
|
|
|
|
"61267538", "Bunnor", |
|
42425
|
|
|
|
|
|
|
"617458678", "Tara", |
|
42426
|
|
|
|
|
|
|
"61896406", "Brookton", |
|
42427
|
|
|
|
|
|
|
"61240050", "Tea\ Gardens", |
|
42428
|
|
|
|
|
|
|
"61351308", "Clydebank", |
|
42429
|
|
|
|
|
|
|
"61362599", "Colebrook", |
|
42430
|
|
|
|
|
|
|
"612583708", "Goodooga", |
|
42431
|
|
|
|
|
|
|
"61896288", "Calingiri", |
|
42432
|
|
|
|
|
|
|
"6189143", "Karratha", |
|
42433
|
|
|
|
|
|
|
"61267754", "Armidale", |
|
42434
|
|
|
|
|
|
|
"61888894", "Balaklava", |
|
42435
|
|
|
|
|
|
|
"61266965", "Whiporie", |
|
42436
|
|
|
|
|
|
|
"618903480", "Goldfields", |
|
42437
|
|
|
|
|
|
|
"61340523", "Nandaly", |
|
42438
|
|
|
|
|
|
|
"61888778", "Balaklava", |
|
42439
|
|
|
|
|
|
|
"618763673", "Quorn", |
|
42440
|
|
|
|
|
|
|
"61898460", "Manypeaks", |
|
42441
|
|
|
|
|
|
|
"61351605", "Mount\ Taylor", |
|
42442
|
|
|
|
|
|
|
"61898304", "Moodiarrup", |
|
42443
|
|
|
|
|
|
|
"612594127", "Leeton", |
|
42444
|
|
|
|
|
|
|
"61753404", "Crossdale", |
|
42445
|
|
|
|
|
|
|
"61258187", "Eugowra", |
|
42446
|
|
|
|
|
|
|
"61354576", "Quambatook", |
|
42447
|
|
|
|
|
|
|
"61877198", "Reedy\ Creek", |
|
42448
|
|
|
|
|
|
|
"61264044", "Cobargo", |
|
42449
|
|
|
|
|
|
|
"61264422", "Candelo", |
|
42450
|
|
|
|
|
|
|
"618967685", "Gabbin\ North", |
|
42451
|
|
|
|
|
|
|
"61265375", "Mount\ George", |
|
42452
|
|
|
|
|
|
|
"618854994", "Sanderston", |
|
42453
|
|
|
|
|
|
|
"61354699", "Gunbower", |
|
42454
|
|
|
|
|
|
|
"61256480", "Bonalbo", |
|
42455
|
|
|
|
|
|
|
"61745163", "Chinchilla", |
|
42456
|
|
|
|
|
|
|
"61353139", "Warracknabeal", |
|
42457
|
|
|
|
|
|
|
"61363182", "Waterhouse", |
|
42458
|
|
|
|
|
|
|
"61749179", "Benaraby", |
|
42459
|
|
|
|
|
|
|
"61361425", "Kempton", |
|
42460
|
|
|
|
|
|
|
"61240608", "Bulahdelah", |
|
42461
|
|
|
|
|
|
|
"618660985", "Dukin", |
|
42462
|
|
|
|
|
|
|
"6173482", "Redcliffe", |
|
42463
|
|
|
|
|
|
|
"61896167", "South\ Quairading", |
|
42464
|
|
|
|
|
|
|
"61740597", "Euramo", |
|
42465
|
|
|
|
|
|
|
"61245100", "St\ Albans", |
|
42466
|
|
|
|
|
|
|
"61259119", "Cowabbie", |
|
42467
|
|
|
|
|
|
|
"618965696", "Konnongorring", |
|
42468
|
|
|
|
|
|
|
"61879248", "Davenport", |
|
42469
|
|
|
|
|
|
|
"6136268", "Brighton", |
|
42470
|
|
|
|
|
|
|
"61897039", "Balingup", |
|
42471
|
|
|
|
|
|
|
"61340090", "Mildura", |
|
42472
|
|
|
|
|
|
|
"61265678", "Comara", |
|
42473
|
|
|
|
|
|
|
"61357721", "Alexandra", |
|
42474
|
|
|
|
|
|
|
"61260170", "Corowa", |
|
42475
|
|
|
|
|
|
|
"612574221", "Currabubula", |
|
42476
|
|
|
|
|
|
|
"618869022", "Kelly", |
|
42477
|
|
|
|
|
|
|
"61258268", "Coolabah", |
|
42478
|
|
|
|
|
|
|
"6138527", "Melbourne", |
|
42479
|
|
|
|
|
|
|
"61876014", "Mintabie", |
|
42480
|
|
|
|
|
|
|
"618763444", "Coffin\ Bay", |
|
42481
|
|
|
|
|
|
|
"617486709", "Nebo", |
|
42482
|
|
|
|
|
|
|
"618944", "Perth", |
|
42483
|
|
|
|
|
|
|
"612583530", "Lightning\ Ridge", |
|
42484
|
|
|
|
|
|
|
"61886017", "Carrieton", |
|
42485
|
|
|
|
|
|
|
"617480430", "Ubobo", |
|
42486
|
|
|
|
|
|
|
"618903572", "Munglinup", |
|
42487
|
|
|
|
|
|
|
"61895096", "Waroona", |
|
42488
|
|
|
|
|
|
|
"61746959", "Nobby", |
|
42489
|
|
|
|
|
|
|
"617441911", "Mount\ Isa", |
|
42490
|
|
|
|
|
|
|
"61342320", "Bannockburn", |
|
42491
|
|
|
|
|
|
|
"61875082", "Auburn", |
|
42492
|
|
|
|
|
|
|
"61350636", "Waitchie", |
|
42493
|
|
|
|
|
|
|
"617487056", "St\ Lawrence", |
|
42494
|
|
|
|
|
|
|
"61361028", "Hermitage", |
|
42495
|
|
|
|
|
|
|
"612630791", "Limekilns", |
|
42496
|
|
|
|
|
|
|
"61891298", "Whaleback", |
|
42497
|
|
|
|
|
|
|
"613431991", "Skipton", |
|
42498
|
|
|
|
|
|
|
"61899516", "Carnamah", |
|
42499
|
|
|
|
|
|
|
"617441427", "The\ Monument", |
|
42500
|
|
|
|
|
|
|
"61248097", "Crookwell", |
|
42501
|
|
|
|
|
|
|
"61264586", "Ando", |
|
42502
|
|
|
|
|
|
|
"61263023", "Boorowa", |
|
42503
|
|
|
|
|
|
|
"61351450", "Clydebank", |
|
42504
|
|
|
|
|
|
|
"6124750", "Lawson", |
|
42505
|
|
|
|
|
|
|
"61885432", "Taylorville", |
|
42506
|
|
|
|
|
|
|
"617459905", "Texas", |
|
42507
|
|
|
|
|
|
|
"613451304", "Woolsthorpe", |
|
42508
|
|
|
|
|
|
|
"61898091", "Gairdner", |
|
42509
|
|
|
|
|
|
|
"61886072", "Georgetown", |
|
42510
|
|
|
|
|
|
|
"61746866", "Crows\ Nest", |
|
42511
|
|
|
|
|
|
|
"61742735", "Innisfail", |
|
42512
|
|
|
|
|
|
|
"618683279", "Kojaneerup", |
|
42513
|
|
|
|
|
|
|
"618904242", "Warralakin", |
|
42514
|
|
|
|
|
|
|
"6126457", "Thredbo\ Village", |
|
42515
|
|
|
|
|
|
|
"6188762", "Naracoorte", |
|
42516
|
|
|
|
|
|
|
"61851193", "Pannawonica", |
|
42517
|
|
|
|
|
|
|
"613451374", "Ecklin", |
|
42518
|
|
|
|
|
|
|
"61352043", "Barwon\ Downs", |
|
42519
|
|
|
|
|
|
|
"617459975", "Glenhope", |
|
42520
|
|
|
|
|
|
|
"61248090", "Woodhouselee", |
|
42521
|
|
|
|
|
|
|
"61742132", "Mossman", |
|
42522
|
|
|
|
|
|
|
"61879139", "Darwin", |
|
42523
|
|
|
|
|
|
|
"61898328", "Boscabel", |
|
42524
|
|
|
|
|
|
|
"617452059", "Helidon", |
|
42525
|
|
|
|
|
|
|
"618866161", "Port\ Kenny", |
|
42526
|
|
|
|
|
|
|
"61350268", "Boundary\ Bend", |
|
42527
|
|
|
|
|
|
|
"618683209", "Rocky\ Gully", |
|
42528
|
|
|
|
|
|
|
"61344262", "St\ Arnaud", |
|
42529
|
|
|
|
|
|
|
"61746945", "Crows\ Nest", |
|
42530
|
|
|
|
|
|
|
"618986143", "Kondinin", |
|
42531
|
|
|
|
|
|
|
"61348305", "Tongala", |
|
42532
|
|
|
|
|
|
|
"61747326", "Walker", |
|
42533
|
|
|
|
|
|
|
"6135292", "Geelong", |
|
42534
|
|
|
|
|
|
|
"6135967", "Emerald", |
|
42535
|
|
|
|
|
|
|
"61342327", "Geelong", |
|
42536
|
|
|
|
|
|
|
"618601116", "Belka\ East", |
|
42537
|
|
|
|
|
|
|
"61361391", "Geeveston", |
|
42538
|
|
|
|
|
|
|
"618903502", "Kalgoorlie", |
|
42539
|
|
|
|
|
|
|
"61896986", "Gabbin", |
|
42540
|
|
|
|
|
|
|
"617750111", "Bollon", |
|
42541
|
|
|
|
|
|
|
"61745414", "Millmerran", |
|
42542
|
|
|
|
|
|
|
"61886010", "Booleroo\ Centre", |
|
42543
|
|
|
|
|
|
|
"61353248", "Glenorchy", |
|
42544
|
|
|
|
|
|
|
"61744064", "Long\ Pocket", |
|
42545
|
|
|
|
|
|
|
"6135684", "Foster", |
|
42546
|
|
|
|
|
|
|
"617442851", "Halifax", |
|
42547
|
|
|
|
|
|
|
"61898625", "Beaufort\ River", |
|
42548
|
|
|
|
|
|
|
"61256034", "Dorrigo", |
|
42549
|
|
|
|
|
|
|
"612583887", "Cobar", |
|
42550
|
|
|
|
|
|
|
"61256371", "Tabulam", |
|
42551
|
|
|
|
|
|
|
"61255474", "Krambach", |
|
42552
|
|
|
|
|
|
|
"61269892", "Galore", |
|
42553
|
|
|
|
|
|
|
"61753025", "Kenilworth", |
|
42554
|
|
|
|
|
|
|
"61265019", "Bowraville", |
|
42555
|
|
|
|
|
|
|
"61260177", "Oaklands", |
|
42556
|
|
|
|
|
|
|
"61340097", "Rufus\ River", |
|
42557
|
|
|
|
|
|
|
"61255631", "Forster", |
|
42558
|
|
|
|
|
|
|
"61351642", "Traralgon", |
|
42559
|
|
|
|
|
|
|
"612592746", "Ungarie", |
|
42560
|
|
|
|
|
|
|
"61872110", "Adelaide", |
|
42561
|
|
|
|
|
|
|
"618683411", "Pumphreys", |
|
42562
|
|
|
|
|
|
|
"61746482", "Winton", |
|
42563
|
|
|
|
|
|
|
"613546250", "Castlemaine", |
|
42564
|
|
|
|
|
|
|
"61898106", "Holland\ Rocks", |
|
42565
|
|
|
|
|
|
|
"618763380", "Melrose", |
|
42566
|
|
|
|
|
|
|
"61357831", "Kilmore", |
|
42567
|
|
|
|
|
|
|
"61264469", "Cooma", |
|
42568
|
|
|
|
|
|
|
"61756633", "Tweed\ Heads", |
|
42569
|
|
|
|
|
|
|
"612583136", "Berkley\ Downs", |
|
42570
|
|
|
|
|
|
|
"61267993", "Bellata", |
|
42571
|
|
|
|
|
|
|
"61380013", "Werribee", |
|
42572
|
|
|
|
|
|
|
"617452660", "Ravensbourne", |
|
42573
|
|
|
|
|
|
|
"61256487", "Bonalbo", |
|
42574
|
|
|
|
|
|
|
"612573433", "Tenterfield", |
|
42575
|
|
|
|
|
|
|
"618600832", "Mount\ Hampton", |
|
42576
|
|
|
|
|
|
|
"61747108", "Ingham", |
|
42577
|
|
|
|
|
|
|
"61260112", "Corryong", |
|
42578
|
|
|
|
|
|
|
"613553782", "Glenthompson", |
|
42579
|
|
|
|
|
|
|
"61895101", "Gingin", |
|
42580
|
|
|
|
|
|
|
"61874816", "Mclaren\ Vale", |
|
42581
|
|
|
|
|
|
|
"61889771", "Victoria\ River", |
|
42582
|
|
|
|
|
|
|
"61896160", "Quairading", |
|
42583
|
|
|
|
|
|
|
"61363785", "Beaconsfield", |
|
42584
|
|
|
|
|
|
|
"61245107", "Wisemans\ Ferry", |
|
42585
|
|
|
|
|
|
|
"617480819", "Yakapari", |
|
42586
|
|
|
|
|
|
|
"6136472", "Queenstown", |
|
42587
|
|
|
|
|
|
|
"618660670", "Ballidu", |
|
42588
|
|
|
|
|
|
|
"61878241", "Clare", |
|
42589
|
|
|
|
|
|
|
"617317", "Brisbane", |
|
42590
|
|
|
|
|
|
|
"61898467", "Manypeaks\ North", |
|
42591
|
|
|
|
|
|
|
"61740023", "Chillagoe", |
|
42592
|
|
|
|
|
|
|
"61352119", "Birregurra", |
|
42593
|
|
|
|
|
|
|
"61898746", "Lake\ King", |
|
42594
|
|
|
|
|
|
|
"61890975", "Kalgoorlie", |
|
42595
|
|
|
|
|
|
|
"61744058", "Charters\ Towers", |
|
42596
|
|
|
|
|
|
|
"612574691", "Glencoe", |
|
42597
|
|
|
|
|
|
|
"61899495", "Geraldton", |
|
42598
|
|
|
|
|
|
|
"61259261", "Mangoplah", |
|
42599
|
|
|
|
|
|
|
"6138845", "Ringwood", |
|
42600
|
|
|
|
|
|
|
"61258180", "Weelong", |
|
42601
|
|
|
|
|
|
|
"61361004", "Brighton", |
|
42602
|
|
|
|
|
|
|
"618865947", "Penong", |
|
42603
|
|
|
|
|
|
|
"61895741", "Bakers\ Hill", |
|
42604
|
|
|
|
|
|
|
"612583778", "Buckinguy", |
|
42605
|
|
|
|
|
|
|
"61890051", "Coomalbidgup", |
|
42606
|
|
|
|
|
|
|
"61262204", "Burrinjuck", |
|
42607
|
|
|
|
|
|
|
"617458608", "Culgoa", |
|
42608
|
|
|
|
|
|
|
"6173456", "Brisbane", |
|
42609
|
|
|
|
|
|
|
"61269676", "Black\ Stump", |
|
42610
|
|
|
|
|
|
|
"61240057", "Clarence\ Town", |
|
42611
|
|
|
|
|
|
|
"618763603", "Frome", |
|
42612
|
|
|
|
|
|
|
"618903344", "Muntadgin\ East", |
|
42613
|
|
|
|
|
|
|
"61244016", "Milton\-ulladulla", |
|
42614
|
|
|
|
|
|
|
"6173097", "Brisbane", |
|
42615
|
|
|
|
|
|
|
"618753013", "Kapunda", |
|
42616
|
|
|
|
|
|
|
"61888299", "South\ Hummocks", |
|
42617
|
|
|
|
|
|
|
"61755159", "Beaudesert", |
|
42618
|
|
|
|
|
|
|
"61899098", "Mount\ Magnet", |
|
42619
|
|
|
|
|
|
|
"61743170", "Farnsfield", |
|
42620
|
|
|
|
|
|
|
"61744455", "Townsville", |
|
42621
|
|
|
|
|
|
|
"61265143", "Toorooka", |
|
42622
|
|
|
|
|
|
|
"61359130", "Rosebud", |
|
42623
|
|
|
|
|
|
|
"61281031", "Bankstown", |
|
42624
|
|
|
|
|
|
|
"618864073", "Koppio", |
|
42625
|
|
|
|
|
|
|
"61746526", "Longreach", |
|
42626
|
|
|
|
|
|
|
"61253110", "Lyndhurst", |
|
42627
|
|
|
|
|
|
|
"613542187", "Llanelly", |
|
42628
|
|
|
|
|
|
|
"617441948", "Gulf", |
|
42629
|
|
|
|
|
|
|
"61887815", "Keith", |
|
42630
|
|
|
|
|
|
|
"61895518", "Bullsbrook\ East", |
|
42631
|
|
|
|
|
|
|
"61741492", "Brooweena", |
|
42632
|
|
|
|
|
|
|
"61748557", "Mount\ Morgan", |
|
42633
|
|
|
|
|
|
|
"61348050", "Tatura", |
|
42634
|
|
|
|
|
|
|
"61275001", "Sutherland", |
|
42635
|
|
|
|
|
|
|
"61888603", "Balaklava", |
|
42636
|
|
|
|
|
|
|
"61240624", "Tea\ Gardens", |
|
42637
|
|
|
|
|
|
|
"61742393", "Kuranda", |
|
42638
|
|
|
|
|
|
|
"61342065", "Geelong", |
|
42639
|
|
|
|
|
|
|
"61363807", "Launceston", |
|
42640
|
|
|
|
|
|
|
"61242494", "Wollongong", |
|
42641
|
|
|
|
|
|
|
"613470780", "Killawarra", |
|
42642
|
|
|
|
|
|
|
"61263597", "Meadow\ Flat", |
|
42643
|
|
|
|
|
|
|
"617442934", "Boulia", |
|
42644
|
|
|
|
|
|
|
"618683307", "Newdegate\ North", |
|
42645
|
|
|
|
|
|
|
"61253107", "Millthorpe", |
|
42646
|
|
|
|
|
|
|
"61897563", "Nannup", |
|
42647
|
|
|
|
|
|
|
"617750048", "Warwick", |
|
42648
|
|
|
|
|
|
|
"61880121", "Tepco", |
|
42649
|
|
|
|
|
|
|
"61364687", "Gordon", |
|
42650
|
|
|
|
|
|
|
"6188839", "Pine\ Point", |
|
42651
|
|
|
|
|
|
|
"61740839", "Bloomfield", |
|
42652
|
|
|
|
|
|
|
"61269727", "Marsden", |
|
42653
|
|
|
|
|
|
|
"61260887", "Walla\ Walla", |
|
42654
|
|
|
|
|
|
|
"6175637", "Beaudesert", |
|
42655
|
|
|
|
|
|
|
"61746977", "Helidon", |
|
42656
|
|
|
|
|
|
|
"61347001", "Wangaratta", |
|
42657
|
|
|
|
|
|
|
"613542601", "Logan", |
|
42658
|
|
|
|
|
|
|
"618753470", "Copeville", |
|
42659
|
|
|
|
|
|
|
"61899969", "Northampton", |
|
42660
|
|
|
|
|
|
|
"61743102", "Manumbar", |
|
42661
|
|
|
|
|
|
|
"61886349", "Port\ Pirie", |
|
42662
|
|
|
|
|
|
|
"613574762", "Whorouly", |
|
42663
|
|
|
|
|
|
|
"6124631", "Campbelltown", |
|
42664
|
|
|
|
|
|
|
"61364071", "Queenstown", |
|
42665
|
|
|
|
|
|
|
"61244191", "Jilliga", |
|
42666
|
|
|
|
|
|
|
"61745025", "Thargomindah", |
|
42667
|
|
|
|
|
|
|
"618985548", "Woodanilling", |
|
42668
|
|
|
|
|
|
|
"61269830", "Wantabadgery", |
|
42669
|
|
|
|
|
|
|
"61243474", "Gosford", |
|
42670
|
|
|
|
|
|
|
"6135156", "Bairnsdale", |
|
42671
|
|
|
|
|
|
|
"61249123", "East\ Gresford", |
|
42672
|
|
|
|
|
|
|
"617473859", "Cloncurry", |
|
42673
|
|
|
|
|
|
|
"61356146", "Foster", |
|
42674
|
|
|
|
|
|
|
"61753414", "Noosaville", |
|
42675
|
|
|
|
|
|
|
"61341046", "Combienbar", |
|
42676
|
|
|
|
|
|
|
"6175563", "Southport", |
|
42677
|
|
|
|
|
|
|
"61898314", "Boscabel", |
|
42678
|
|
|
|
|
|
|
"61265340", "Toorooka", |
|
42679
|
|
|
|
|
|
|
"617750335", "Dirranbandi", |
|
42680
|
|
|
|
|
|
|
"612594027", "Winchendon\ Vale", |
|
42681
|
|
|
|
|
|
|
"61259152", "Ungarie", |
|
42682
|
|
|
|
|
|
|
"612574134", "Guyra", |
|
42683
|
|
|
|
|
|
|
"61747453", "Gulf", |
|
42684
|
|
|
|
|
|
|
"61743373", "Mundubbera", |
|
42685
|
|
|
|
|
|
|
"613470552", "Mansfield", |
|
42686
|
|
|
|
|
|
|
"61351615", "Club\ Terrace", |
|
42687
|
|
|
|
|
|
|
"61263165", "Molong", |
|
42688
|
|
|
|
|
|
|
"612574817", "Pine\ Ridge", |
|
42689
|
|
|
|
|
|
|
"61357242", "Winton", |
|
42690
|
|
|
|
|
|
|
"61749157", "Willows", |
|
42691
|
|
|
|
|
|
|
"61745428", "Mount\ Tyson", |
|
42692
|
|
|
|
|
|
|
"6128399", "Sydney", |
|
42693
|
|
|
|
|
|
|
"61897421", "Bunbury", |
|
42694
|
|
|
|
|
|
|
"613431189", "Moyston", |
|
42695
|
|
|
|
|
|
|
"618859976", "Policemans\ Point", |
|
42696
|
|
|
|
|
|
|
"61742190", "Silkwood", |
|
42697
|
|
|
|
|
|
|
"61248032", "Golspie", |
|
42698
|
|
|
|
|
|
|
"61247427", "Katoomba", |
|
42699
|
|
|
|
|
|
|
"61260145", "Gerogery", |
|
42700
|
|
|
|
|
|
|
"61896416", "Balkuling", |
|
42701
|
|
|
|
|
|
|
"6129546", "Sydney", |
|
42702
|
|
|
|
|
|
|
"61887780", "Marcollat", |
|
42703
|
|
|
|
|
|
|
"6135173", "Traralgon", |
|
42704
|
|
|
|
|
|
|
"61876004", "Mudamuckla", |
|
42705
|
|
|
|
|
|
|
"61756250", "Tweed\ Heads", |
|
42706
|
|
|
|
|
|
|
"613542247", "Marong", |
|
42707
|
|
|
|
|
|
|
"61899639", "Cue", |
|
42708
|
|
|
|
|
|
|
"617480558", "Lethebrook", |
|
42709
|
|
|
|
|
|
|
"61350812", "Woomelang", |
|
42710
|
|
|
|
|
|
|
"61895524", "Bakers\ Hill", |
|
42711
|
|
|
|
|
|
|
"613441786", "Carisbrook", |
|
42712
|
|
|
|
|
|
|
"61259109", "Nangus", |
|
42713
|
|
|
|
|
|
|
"61741430", "Chahpingah", |
|
42714
|
|
|
|
|
|
|
"61868138", "Manypeaks\ North", |
|
42715
|
|
|
|
|
|
|
"61245110", "St\ Albans", |
|
42716
|
|
|
|
|
|
|
"61267131", "Walcha\ Road", |
|
42717
|
|
|
|
|
|
|
"61240618", "Mulbring", |
|
42718
|
|
|
|
|
|
|
"61260705", "Dartmouth", |
|
42719
|
|
|
|
|
|
|
"618600966", "Mount\ Hampton", |
|
42720
|
|
|
|
|
|
|
"61359192", "Emerald", |
|
42721
|
|
|
|
|
|
|
"61890947", "Mount\ Hampton", |
|
42722
|
|
|
|
|
|
|
"61755170", "Kerry", |
|
42723
|
|
|
|
|
|
|
"61878125", "Spalding", |
|
42724
|
|
|
|
|
|
|
"61743159", "Chahpingah", |
|
42725
|
|
|
|
|
|
|
"61868255", "Kronkup", |
|
42726
|
|
|
|
|
|
|
"613441714", "Laen", |
|
42727
|
|
|
|
|
|
|
"6128416", "Sydney", |
|
42728
|
|
|
|
|
|
|
"61255362", "Gloucester", |
|
42729
|
|
|
|
|
|
|
"61740762", "Kowanyama", |
|
42730
|
|
|
|
|
|
|
"61341584", "Goongerah", |
|
42731
|
|
|
|
|
|
|
"61887842", "Bangham", |
|
42732
|
|
|
|
|
|
|
"613553550", "Ecklin", |
|
42733
|
|
|
|
|
|
|
"618763625", "Cowell", |
|
42734
|
|
|
|
|
|
|
"6124751", "Penrith", |
|
42735
|
|
|
|
|
|
|
"61344151", "Raywood", |
|
42736
|
|
|
|
|
|
|
"61861978", "Herne\ Hill", |
|
42737
|
|
|
|
|
|
|
"61268199", "Bindogundra", |
|
42738
|
|
|
|
|
|
|
"61899506", "Nangetty", |
|
42739
|
|
|
|
|
|
|
"618964932", "Wannamal", |
|
42740
|
|
|
|
|
|
|
"61752080", "Thornton", |
|
42741
|
|
|
|
|
|
|
"61896363", "Tammin", |
|
42742
|
|
|
|
|
|
|
"61348079", "Shepparton", |
|
42743
|
|
|
|
|
|
|
"61889943", "Tennant\ Creek", |
|
42744
|
|
|
|
|
|
|
"61354213", "Kyneton", |
|
42745
|
|
|
|
|
|
|
"617487156", "Spier", |
|
42746
|
|
|
|
|
|
|
"6175596", "Southport", |
|
42747
|
|
|
|
|
|
|
"61745367", "Jundah", |
|
42748
|
|
|
|
|
|
|
"61264995", "Cobargo", |
|
42749
|
|
|
|
|
|
|
"61367260", "Launceston", |
|
42750
|
|
|
|
|
|
|
"613553515", "Cobden", |
|
42751
|
|
|
|
|
|
|
"618996924", "Cue", |
|
42752
|
|
|
|
|
|
|
"61886007", "Bayley\ Plains", |
|
42753
|
|
|
|
|
|
|
"617458821", "Kupunn", |
|
42754
|
|
|
|
|
|
|
"613553490", "Camperdown", |
|
42755
|
|
|
|
|
|
|
"612532546", "Millthorpe", |
|
42756
|
|
|
|
|
|
|
"61752087", "Boonah", |
|
42757
|
|
|
|
|
|
|
"618851299", "Karatta", |
|
42758
|
|
|
|
|
|
|
"61364136", "Smithton", |
|
42759
|
|
|
|
|
|
|
"61357086", "Mount\ Buller", |
|
42760
|
|
|
|
|
|
|
"617750011", "Morven", |
|
42761
|
|
|
|
|
|
|
"61868249", "Jerramungup", |
|
42762
|
|
|
|
|
|
|
"61743145", "Manumbar", |
|
42763
|
|
|
|
|
|
|
"61367267", "Bicheno", |
|
42764
|
|
|
|
|
|
|
"61886000", "Andamooka", |
|
42765
|
|
|
|
|
|
|
"61745404", "Cambooya", |
|
42766
|
|
|
|
|
|
|
"617459046", "Oakey", |
|
42767
|
|
|
|
|
|
|
"61885061", "Gurrai", |
|
42768
|
|
|
|
|
|
|
"61745360", "Barcaldine", |
|
42769
|
|
|
|
|
|
|
"618601016", "Holleton", |
|
42770
|
|
|
|
|
|
|
"61747851", "Bowen", |
|
42771
|
|
|
|
|
|
|
"617485870", "Koumala", |
|
42772
|
|
|
|
|
|
|
"61741084", "Manumbar", |
|
42773
|
|
|
|
|
|
|
"612594433", "Springdale", |
|
42774
|
|
|
|
|
|
|
"613442204", "Cohuna", |
|
42775
|
|
|
|
|
|
|
"613470884", "Mount\ Buller", |
|
42776
|
|
|
|
|
|
|
"617452159", "Meandarra", |
|
42777
|
|
|
|
|
|
|
"61260373", "Talmalmo", |
|
42778
|
|
|
|
|
|
|
"61888066", "Moonta", |
|
42779
|
|
|
|
|
|
|
"61738842", "Beenleigh", |
|
42780
|
|
|
|
|
|
|
"61740165", "South\ Johnstone", |
|
42781
|
|
|
|
|
|
|
"61896595", "Konnongorring", |
|
42782
|
|
|
|
|
|
|
"61897823", "Harvey", |
|
42783
|
|
|
|
|
|
|
"618600757", "Great\ Victoria", |
|
42784
|
|
|
|
|
|
|
"61748579", "Yakapari", |
|
42785
|
|
|
|
|
|
|
"61242082", "Wollongong", |
|
42786
|
|
|
|
|
|
|
"618780687", "Gawler", |
|
42787
|
|
|
|
|
|
|
"61258812", "Warren", |
|
42788
|
|
|
|
|
|
|
"61341282", "Omeo", |
|
42789
|
|
|
|
|
|
|
"61256223", "Casino", |
|
42790
|
|
|
|
|
|
|
"617486029", "Dysart", |
|
42791
|
|
|
|
|
|
|
"61240079", "Eccleston", |
|
42792
|
|
|
|
|
|
|
"61257178", "Bohena", |
|
42793
|
|
|
|
|
|
|
"61357205", "Whorouly", |
|
42794
|
|
|
|
|
|
|
"618600829", "Marvel\ Loch", |
|
42795
|
|
|
|
|
|
|
"61895111", "Pinjarra", |
|
42796
|
|
|
|
|
|
|
"61741437", "Biggenden", |
|
42797
|
|
|
|
|
|
|
"613470816", "Buffalo\ River", |
|
42798
|
|
|
|
|
|
|
"617563066", "Southport", |
|
42799
|
|
|
|
|
|
|
"61260102", "Little\ Billabong", |
|
42800
|
|
|
|
|
|
|
"61358446", "Tocumwal", |
|
42801
|
|
|
|
|
|
|
"61755177", "Rathdowney", |
|
42802
|
|
|
|
|
|
|
"61342123", "Meredith", |
|
42803
|
|
|
|
|
|
|
"61747118", "Karumba", |
|
42804
|
|
|
|
|
|
|
"61741925", "Childers", |
|
42805
|
|
|
|
|
|
|
"61891073", "Port\ Hedland", |
|
42806
|
|
|
|
|
|
|
"61890940", "Bodallin", |
|
42807
|
|
|
|
|
|
|
"61754993", "Caboolture", |
|
42808
|
|
|
|
|
|
|
"61756257", "Rathdowney", |
|
42809
|
|
|
|
|
|
|
"61898116", "Hyden\ East", |
|
42810
|
|
|
|
|
|
|
"61890689", "Laverton", |
|
42811
|
|
|
|
|
|
|
"61887787", "Kingston\ Se", |
|
42812
|
|
|
|
|
|
|
"612532993", "Twelve\ Mile", |
|
42813
|
|
|
|
|
|
|
"613553883", "Woodhouse", |
|
42814
|
|
|
|
|
|
|
"613932", "Melbourne", |
|
42815
|
|
|
|
|
|
|
"61263839", "Monteagle", |
|
42816
|
|
|
|
|
|
|
"618601084", "Laverton", |
|
42817
|
|
|
|
|
|
|
"61355441", "Dartmoor", |
|
42818
|
|
|
|
|
|
|
"612594457", "Winchendon\ Vale", |
|
42819
|
|
|
|
|
|
|
"61265009", "Port\ Macquarie", |
|
42820
|
|
|
|
|
|
|
"6173158", "Brisbane", |
|
42821
|
|
|
|
|
|
|
"61260742", "Holbrook", |
|
42822
|
|
|
|
|
|
|
"61265052", "Forster", |
|
42823
|
|
|
|
|
|
|
"617459923", "Yelarbon", |
|
42824
|
|
|
|
|
|
|
"61244006", "Berry", |
|
42825
|
|
|
|
|
|
|
"61749150", "Biloela", |
|
42826
|
|
|
|
|
|
|
"6174616", "Toowoomba", |
|
42827
|
|
|
|
|
|
|
"618660867", "Konnongorring", |
|
42828
|
|
|
|
|
|
|
"61746094", "Lynd\ Range", |
|
42829
|
|
|
|
|
|
|
"61247420", "Katoomba", |
|
42830
|
|
|
|
|
|
|
"61354927", "Buckrabanyule", |
|
42831
|
|
|
|
|
|
|
"61267076", "Graman", |
|
42832
|
|
|
|
|
|
|
"61361014", "Hermitage", |
|
42833
|
|
|
|
|
|
|
"61742197", "Mossman", |
|
42834
|
|
|
|
|
|
|
"612532686", "Hampton", |
|
42835
|
|
|
|
|
|
|
"61263762", "Cassilis", |
|
42836
|
|
|
|
|
|
|
"61350383", "Manangatang", |
|
42837
|
|
|
|
|
|
|
"61260159", "Corryong", |
|
42838
|
|
|
|
|
|
|
"613531682", "Lake\ Bolac", |
|
42839
|
|
|
|
|
|
|
"61352109", "Inverleigh", |
|
42840
|
|
|
|
|
|
|
"6189460", "Perth", |
|
42841
|
|
|
|
|
|
|
"61730595", "Beenleigh", |
|
42842
|
|
|
|
|
|
|
"612530251", "Harden", |
|
42843
|
|
|
|
|
|
|
"61265347", "Hunter\ Springs", |
|
42844
|
|
|
|
|
|
|
"61891585", "Port\ Hedland", |
|
42845
|
|
|
|
|
|
|
"61886658", "Caltowie", |
|
42846
|
|
|
|
|
|
|
"61238095", "Goulburn", |
|
42847
|
|
|
|
|
|
|
"61746970", "Greenmount", |
|
42848
|
|
|
|
|
|
|
"618965620", "Burakin", |
|
42849
|
|
|
|
|
|
|
"61886934", "Tooligie\ Hill", |
|
42850
|
|
|
|
|
|
|
"61873333", "Adelaide", |
|
42851
|
|
|
|
|
|
|
"617442549", "Eddington", |
|
42852
|
|
|
|
|
|
|
"61269720", "West\ Wyalong", |
|
42853
|
|
|
|
|
|
|
"618982528", "Woogenilup", |
|
42854
|
|
|
|
|
|
|
"618864346", "Port\ Broughton", |
|
42855
|
|
|
|
|
|
|
"61891757", "Whaleback", |
|
42856
|
|
|
|
|
|
|
"61269837", "Warralonga", |
|
42857
|
|
|
|
|
|
|
"61888613", "Paskeville", |
|
42858
|
|
|
|
|
|
|
"61367188", "Whitemark", |
|
42859
|
|
|
|
|
|
|
"61354038", "Logan", |
|
42860
|
|
|
|
|
|
|
"61340032", "Kyalite", |
|
42861
|
|
|
|
|
|
|
"612593691", "Goolgowi", |
|
42862
|
|
|
|
|
|
|
"61275011", "Sutherland", |
|
42863
|
|
|
|
|
|
|
"613542671", "Traynors\ Lagoon", |
|
42864
|
|
|
|
|
|
|
"6126844", "Binnaway", |
|
42865
|
|
|
|
|
|
|
"618753400", "Karatta", |
|
42866
|
|
|
|
|
|
|
"61351479", "Genoa", |
|
42867
|
|
|
|
|
|
|
"61887805", "Reedy\ Creek", |
|
42868
|
|
|
|
|
|
|
"61363872", "Winnaleah", |
|
42869
|
|
|
|
|
|
|
"61895508", "Rockingham", |
|
42870
|
|
|
|
|
|
|
"618683377", "Kulin", |
|
42871
|
|
|
|
|
|
|
"61253100", "Young", |
|
42872
|
|
|
|
|
|
|
"61866035", "Dowerin", |
|
42873
|
|
|
|
|
|
|
"61886355", "Port\ Broughton", |
|
42874
|
|
|
|
|
|
|
"61745691", "Blackall", |
|
42875
|
|
|
|
|
|
|
"6128702", "Bankstown", |
|
42876
|
|
|
|
|
|
|
"61749889", "Rolleston", |
|
42877
|
|
|
|
|
|
|
"61740729", "Kuranda", |
|
42878
|
|
|
|
|
|
|
"61255329", "Port\ Macquarie", |
|
42879
|
|
|
|
|
|
|
"61876028", "Peterborough", |
|
42880
|
|
|
|
|
|
|
"61740234", "South\ Johnstone", |
|
42881
|
|
|
|
|
|
|
"61749582", "Dysart", |
|
42882
|
|
|
|
|
|
|
"61266499", "Wooli", |
|
42883
|
|
|
|
|
|
|
"618863754", "Nelshaby", |
|
42884
|
|
|
|
|
|
|
"617486835", "Finch\ Hatton", |
|
42885
|
|
|
|
|
|
|
"61364680", "Waratah", |
|
42886
|
|
|
|
|
|
|
"61885155", "Peake", |
|
42887
|
|
|
|
|
|
|
"61351820", "Yarram", |
|
42888
|
|
|
|
|
|
|
"61890023", "Bruce\ Rock", |
|
42889
|
|
|
|
|
|
|
"61748467", "Cannon\ Valley", |
|
42890
|
|
|
|
|
|
|
"61740975", "Ravenshoe", |
|
42891
|
|
|
|
|
|
|
"61884861", "Salisbury", |
|
42892
|
|
|
|
|
|
|
"613574175", "Puckapunyal", |
|
42893
|
|
|
|
|
|
|
"618983728", "Katanning", |
|
42894
|
|
|
|
|
|
|
"61342229", "Geelong", |
|
42895
|
|
|
|
|
|
|
"617459878", "Millmerran", |
|
42896
|
|
|
|
|
|
|
"618854948", "Eudunda", |
|
42897
|
|
|
|
|
|
|
"61353650", "Nhill", |
|
42898
|
|
|
|
|
|
|
"61256535", "Tabulam", |
|
42899
|
|
|
|
|
|
|
"61875285", "Wanbi", |
|
42900
|
|
|
|
|
|
|
"6187210", "Adelaide", |
|
42901
|
|
|
|
|
|
|
"61730945", "Beenleigh", |
|
42902
|
|
|
|
|
|
|
"612574614", "Mullaley", |
|
42903
|
|
|
|
|
|
|
"61363106", "George\ Town", |
|
42904
|
|
|
|
|
|
|
"61889654", "Darwin", |
|
42905
|
|
|
|
|
|
|
"61749495", "Finch\ Hatton", |
|
42906
|
|
|
|
|
|
|
"618763498", "Redhill", |
|
42907
|
|
|
|
|
|
|
"61741996", "Bundaberg", |
|
42908
|
|
|
|
|
|
|
"61860030", "Bodallin", |
|
42909
|
|
|
|
|
|
|
"61745741", "Barcaldine", |
|
42910
|
|
|
|
|
|
|
"61879024", "Noonamah", |
|
42911
|
|
|
|
|
|
|
"61740051", "Georgetown", |
|
42912
|
|
|
|
|
|
|
"61742449", "Coen", |
|
42913
|
|
|
|
|
|
|
"61897748", "Marybrook", |
|
42914
|
|
|
|
|
|
|
"61886275", "Kelly", |
|
42915
|
|
|
|
|
|
|
"61383388", "Sydenham", |
|
42916
|
|
|
|
|
|
|
"612583922", "Mount\ Foster", |
|
42917
|
|
|
|
|
|
|
"61898785", "Woodanilling", |
|
42918
|
|
|
|
|
|
|
"61355704", "Balmoral", |
|
42919
|
|
|
|
|
|
|
"61260692", "Howlong", |
|
42920
|
|
|
|
|
|
|
"61255578", "Putty", |
|
42921
|
|
|
|
|
|
|
"61896526", "Coomallo", |
|
42922
|
|
|
|
|
|
|
"61749098", "Wagoora", |
|
42923
|
|
|
|
|
|
|
"618903563", "Mount\ Merivale", |
|
42924
|
|
|
|
|
|
|
"61875006", "Kingscote", |
|
42925
|
|
|
|
|
|
|
"61361244", "Maydena", |
|
42926
|
|
|
|
|
|
|
"61745518", "Omanama", |
|
42927
|
|
|
|
|
|
|
"61266147", "Wooli", |
|
42928
|
|
|
|
|
|
|
"61891492", "Mount\ Bruce", |
|
42929
|
|
|
|
|
|
|
"61868143", "Perillup", |
|
42930
|
|
|
|
|
|
|
"6136283", "Hobart", |
|
42931
|
|
|
|
|
|
|
"618989097", "Bradfords", |
|
42932
|
|
|
|
|
|
|
"61340403", "Swan\ Hill", |
|
42933
|
|
|
|
|
|
|
"61889027", "Arnhem", |
|
42934
|
|
|
|
|
|
|
"61284167", "Avalon\ Beach", |
|
42935
|
|
|
|
|
|
|
"61248551", "Goulburn", |
|
42936
|
|
|
|
|
|
|
"61364599", "Gordon", |
|
42937
|
|
|
|
|
|
|
"61753524", "Gympie", |
|
42938
|
|
|
|
|
|
|
"61357070", "Kinglake", |
|
42939
|
|
|
|
|
|
|
"6173445", "Beenleigh", |
|
42940
|
|
|
|
|
|
|
"61878001", "Ardrossan", |
|
42941
|
|
|
|
|
|
|
"61264502", "Cooma", |
|
42942
|
|
|
|
|
|
|
"612574686", "Emmaville", |
|
42943
|
|
|
|
|
|
|
"61246372", "Campbelltown", |
|
42944
|
|
|
|
|
|
|
"613573054", "Kilmore", |
|
42945
|
|
|
|
|
|
|
"61361505", "Kempton", |
|
42946
|
|
|
|
|
|
|
"6138873", "Ringwood", |
|
42947
|
|
|
|
|
|
|
"61742607", "Innot\ Hot\ Springs", |
|
42948
|
|
|
|
|
|
|
"6125310", "Orange", |
|
42949
|
|
|
|
|
|
|
"618964456", "Coomberdale", |
|
42950
|
|
|
|
|
|
|
"61353405", "Stoneleigh", |
|
42951
|
|
|
|
|
|
|
"61355144", "Strathdownie", |
|
42952
|
|
|
|
|
|
|
"618763901", "Peterborough", |
|
42953
|
|
|
|
|
|
|
"61748328", "Nogoa", |
|
42954
|
|
|
|
|
|
|
"61243036", "Wyong", |
|
42955
|
|
|
|
|
|
|
"61896945", "Dandaragan", |
|
42956
|
|
|
|
|
|
|
"61364676", "Sheffield", |
|
42957
|
|
|
|
|
|
|
"61352699", "Beech\ Forest", |
|
42958
|
|
|
|
|
|
|
"617442575", "Prairie", |
|
42959
|
|
|
|
|
|
|
"61746986", "Toowoomba", |
|
42960
|
|
|
|
|
|
|
"617750194", "St\ George", |
|
42961
|
|
|
|
|
|
|
"618600742", "Burracoppin\ South", |
|
42962
|
|
|
|
|
|
|
"61896311", "Dowerin", |
|
42963
|
|
|
|
|
|
|
"61895414", "Waroona", |
|
42964
|
|
|
|
|
|
|
"61354261", "Woodend", |
|
42965
|
|
|
|
|
|
|
"612574395", "Bingara", |
|
42966
|
|
|
|
|
|
|
"61752131", "Gympie", |
|
42967
|
|
|
|
|
|
|
"61741779", "Windera", |
|
42968
|
|
|
|
|
|
|
"61238026", "Yerrinbool", |
|
42969
|
|
|
|
|
|
|
"6173282", "Ipswich", |
|
42970
|
|
|
|
|
|
|
"61877079", "Tarpeena", |
|
42971
|
|
|
|
|
|
|
"61898807", "Hyden\ East", |
|
42972
|
|
|
|
|
|
|
"618982992", "Bremer\ Bay", |
|
42973
|
|
|
|
|
|
|
"61889668", "Victoria\ River", |
|
42974
|
|
|
|
|
|
|
"61299124", "Parramatta", |
|
42975
|
|
|
|
|
|
|
"61248801", "Bowral", |
|
42976
|
|
|
|
|
|
|
"61350429", "Berriwillock", |
|
42977
|
|
|
|
|
|
|
"61353008", "Banyena", |
|
42978
|
|
|
|
|
|
|
"618983736", "Kojonup", |
|
42979
|
|
|
|
|
|
|
"61355838", "Dorodong", |
|
42980
|
|
|
|
|
|
|
"61363467", "Blessington", |
|
42981
|
|
|
|
|
|
|
"61748106", "Gemfields", |
|
42982
|
|
|
|
|
|
|
"61257954", "Ingleba", |
|
42983
|
|
|
|
|
|
|
"618763662", "Nunjikompita", |
|
42984
|
|
|
|
|
|
|
"617452604", "Leyburn", |
|
42985
|
|
|
|
|
|
|
"61880005", "Dolo", |
|
42986
|
|
|
|
|
|
|
"618683185", "Moulyinning", |
|
42987
|
|
|
|
|
|
|
"61868019", "Bow\ Bridge", |
|
42988
|
|
|
|
|
|
|
"61896482", "Moora", |
|
42989
|
|
|
|
|
|
|
"618683494", "Denmark", |
|
42990
|
|
|
|
|
|
|
"6128978", "Sydney", |
|
42991
|
|
|
|
|
|
|
"61897108", "Tonebridge", |
|
42992
|
|
|
|
|
|
|
"61246103", "Picton", |
|
42993
|
|
|
|
|
|
|
"61756481", "Tweed\ Heads", |
|
42994
|
|
|
|
|
|
|
"612594442", "Tullibigeal", |
|
42995
|
|
|
|
|
|
|
"61890590", "Korbelka", |
|
42996
|
|
|
|
|
|
|
"61264228", "Bobundara", |
|
42997
|
|
|
|
|
|
|
"61255483", "Bunnan", |
|
42998
|
|
|
|
|
|
|
"618660707", "Koorda", |
|
42999
|
|
|
|
|
|
|
"61352203", "Anglesea", |
|
43000
|
|
|
|
|
|
|
"61754543", "Kenilworth", |
|
43001
|
|
|
|
|
|
|
"61745101", "Cockatoo", |
|
43002
|
|
|
|
|
|
|
"61267080", "Gurley", |
|
43003
|
|
|
|
|
|
|
"61257335", "Armidale", |
|
43004
|
|
|
|
|
|
|
"613532387", "Serviceton", |
|
43005
|
|
|
|
|
|
|
"61879405", "Tanami", |
|
43006
|
|
|
|
|
|
|
"613542252", "Mitiamo", |
|
43007
|
|
|
|
|
|
|
"6135492", "Birchip", |
|
43008
|
|
|
|
|
|
|
"617476355", "Richmond", |
|
43009
|
|
|
|
|
|
|
"61885709", "Walker\ Flat", |
|
43010
|
|
|
|
|
|
|
"61899179", "Dongara", |
|
43011
|
|
|
|
|
|
|
"61344327", "Bendigo", |
|
43012
|
|
|
|
|
|
|
"61357753", "Mansfield", |
|
43013
|
|
|
|
|
|
|
"61268652", "Alectown", |
|
43014
|
|
|
|
|
|
|
"618683554", "Pumphreys", |
|
43015
|
|
|
|
|
|
|
"61895163", "Bindoon", |
|
43016
|
|
|
|
|
|
|
"618854911", "Strathalbyn", |
|
43017
|
|
|
|
|
|
|
"61257266", "Bundella", |
|
43018
|
|
|
|
|
|
|
"61267087", "Limbri", |
|
43019
|
|
|
|
|
|
|
"61753508", "Woodbine", |
|
43020
|
|
|
|
|
|
|
"61240591", "Dungog", |
|
43021
|
|
|
|
|
|
|
"61258429", "Farrendale", |
|
43022
|
|
|
|
|
|
|
"617442940", "Cape\ River", |
|
43023
|
|
|
|
|
|
|
"61885936", "Pinnaroo", |
|
43024
|
|
|
|
|
|
|
"61890597", "Mount\ Stirling", |
|
43025
|
|
|
|
|
|
|
"618660777", "Moora", |
|
43026
|
|
|
|
|
|
|
"61256162", "Woodenbong", |
|
43027
|
|
|
|
|
|
|
"61363460", "Deloraine", |
|
43028
|
|
|
|
|
|
|
"61354043", "Moonambel", |
|
43029
|
|
|
|
|
|
|
"61387401", "Croydon", |
|
43030
|
|
|
|
|
|
|
"618964943", "Watheroo", |
|
43031
|
|
|
|
|
|
|
"61744132", "Townsville", |
|
43032
|
|
|
|
|
|
|
"61747039", "Burketown", |
|
43033
|
|
|
|
|
|
|
"613441958", "Birchip", |
|
43034
|
|
|
|
|
|
|
"618660127", "Watheroo", |
|
43035
|
|
|
|
|
|
|
"61851066", "Hall\'s\ Creek", |
|
43036
|
|
|
|
|
|
|
"613431986", "Polkemmet", |
|
43037
|
|
|
|
|
|
|
"617473983", "Flinders", |
|
43038
|
|
|
|
|
|
|
"61342262", "Geelong", |
|
43039
|
|
|
|
|
|
|
"61267434", "Boggabri", |
|
43040
|
|
|
|
|
|
|
"6128661", "Parramatta", |
|
43041
|
|
|
|
|
|
|
"61263051", "Windeyer", |
|
43042
|
|
|
|
|
|
|
"618864062", "Koongawa", |
|
43043
|
|
|
|
|
|
|
"6189175", "Newman", |
|
43044
|
|
|
|
|
|
|
"612574140", "Limbri", |
|
43045
|
|
|
|
|
|
|
"61268766", "Airlands", |
|
43046
|
|
|
|
|
|
|
"61268447", "Weetaliba", |
|
43047
|
|
|
|
|
|
|
"612583255", "Curban", |
|
43048
|
|
|
|
|
|
|
"61745096", "Miles", |
|
43049
|
|
|
|
|
|
|
"61896959", "Dowerin", |
|
43050
|
|
|
|
|
|
|
"61741298", "Tiaro", |
|
43051
|
|
|
|
|
|
|
"613431914", "Linton", |
|
43052
|
|
|
|
|
|
|
"61864581", "Perth", |
|
43053
|
|
|
|
|
|
|
"61264545", "Shannons\ Flat", |
|
43054
|
|
|
|
|
|
|
"61278082", "Parramatta", |
|
43055
|
|
|
|
|
|
|
"61879008", "Rodinga", |
|
43056
|
|
|
|
|
|
|
"61373793", "Sydenham", |
|
43057
|
|
|
|
|
|
|
"61898800", "Lake\ Oconnor", |
|
43058
|
|
|
|
|
|
|
"61359659", "Warburton", |
|
43059
|
|
|
|
|
|
|
"61885013", "Berri", |
|
43060
|
|
|
|
|
|
|
"6136381", "Campbell\ Town", |
|
43061
|
|
|
|
|
|
|
"613451360", "Camperdown", |
|
43062
|
|
|
|
|
|
|
"61742600", "Etheridge", |
|
43063
|
|
|
|
|
|
|
"612583210", "Warren", |
|
43064
|
|
|
|
|
|
|
"61265761", "Ravensworth", |
|
43065
|
|
|
|
|
|
|
"61748091", "Nathan\ Gorge", |
|
43066
|
|
|
|
|
|
|
"613541074", "Echuca", |
|
43067
|
|
|
|
|
|
|
"61263975", "Glen\ Davis", |
|
43068
|
|
|
|
|
|
|
"613470687", "Graytown", |
|
43069
|
|
|
|
|
|
|
"61877315", "Kingston\ Se", |
|
43070
|
|
|
|
|
|
|
"618965681", "Dalwallinu\ West", |
|
43071
|
|
|
|
|
|
|
"612683940", "Neilrex", |
|
43072
|
|
|
|
|
|
|
"61896866", "Cleary\ North", |
|
43073
|
|
|
|
|
|
|
"618763971", "Koppio", |
|
43074
|
|
|
|
|
|
|
"61887999", "Tantanoola", |
|
43075
|
|
|
|
|
|
|
"61345018", "Wombelano", |
|
43076
|
|
|
|
|
|
|
"61357077", "Longwood", |
|
43077
|
|
|
|
|
|
|
"618660888", "Cadoux", |
|
43078
|
|
|
|
|
|
|
"61743253", "Pialba", |
|
43079
|
|
|
|
|
|
|
"61752076", "Noosaville", |
|
43080
|
|
|
|
|
|
|
"61264204", "Bredbo", |
|
43081
|
|
|
|
|
|
|
"61358341", "Wakool", |
|
43082
|
|
|
|
|
|
|
"61249808", "Bulahdelah", |
|
43083
|
|
|
|
|
|
|
"61897124", "Marybrook", |
|
43084
|
|
|
|
|
|
|
"61350462", "Wentworth", |
|
43085
|
|
|
|
|
|
|
"61753222", "Lowood", |
|
43086
|
|
|
|
|
|
|
"61864953", "Rottnest", |
|
43087
|
|
|
|
|
|
|
"61341216", "Sale", |
|
43088
|
|
|
|
|
|
|
"61899353", "Lynton", |
|
43089
|
|
|
|
|
|
|
"61361542", "New\ Norfolk", |
|
43090
|
|
|
|
|
|
|
"612685833", "Mount\ Foster", |
|
43091
|
|
|
|
|
|
|
"61268293", "Grawin", |
|
43092
|
|
|
|
|
|
|
"61355346", "Panmure", |
|
43093
|
|
|
|
|
|
|
"61392124", "Dandenong", |
|
43094
|
|
|
|
|
|
|
"61243171", "Wyong", |
|
43095
|
|
|
|
|
|
|
"61357681", "Swanpool", |
|
43096
|
|
|
|
|
|
|
"61354119", "Gowar\ East", |
|
43097
|
|
|
|
|
|
|
"61357012", "Bonnie\ Doon", |
|
43098
|
|
|
|
|
|
|
"61363091", "Waterhouse", |
|
43099
|
|
|
|
|
|
|
"61742058", "Molloy", |
|
43100
|
|
|
|
|
|
|
"61889020", "Alice\ Springs", |
|
43101
|
|
|
|
|
|
|
"61896902", "Northam", |
|
43102
|
|
|
|
|
|
|
"6186226", "Fremantle", |
|
43103
|
|
|
|
|
|
|
"61358915", "Tatura", |
|
43104
|
|
|
|
|
|
|
"61753111", "Harrisville", |
|
43105
|
|
|
|
|
|
|
"61353024", "Goroke", |
|
43106
|
|
|
|
|
|
|
"61898550", "Rocky\ Gully", |
|
43107
|
|
|
|
|
|
|
"61885666", "Kingscote", |
|
43108
|
|
|
|
|
|
|
"61266140", "Hernani", |
|
43109
|
|
|
|
|
|
|
"61860037", "Burracoppin\ South", |
|
43110
|
|
|
|
|
|
|
"6135876", "Lalalty", |
|
43111
|
|
|
|
|
|
|
"61299108", "Terrey\ Hills", |
|
43112
|
|
|
|
|
|
|
"61898182", "Lake\ Oconnor", |
|
43113
|
|
|
|
|
|
|
"6128354", "Sydney", |
|
43114
|
|
|
|
|
|
|
"61746406", "Wandoan", |
|
43115
|
|
|
|
|
|
|
"613470547", "Kilmore", |
|
43116
|
|
|
|
|
|
|
"61344065", "Carisbrook", |
|
43117
|
|
|
|
|
|
|
"61878196", "Wedge", |
|
43118
|
|
|
|
|
|
|
"612594383", "Boree\ Creek", |
|
43119
|
|
|
|
|
|
|
"61746288", "Wandoan", |
|
43120
|
|
|
|
|
|
|
"61755186", "Tamborine\ Mountain", |
|
43121
|
|
|
|
|
|
|
"618600256", "Narembeen\ East", |
|
43122
|
|
|
|
|
|
|
"61748304", "Broadsound", |
|
43123
|
|
|
|
|
|
|
"61257793", "Tamworth", |
|
43124
|
|
|
|
|
|
|
"61742455", "Euramo", |
|
43125
|
|
|
|
|
|
|
"61259203", "Gala\ Vale", |
|
43126
|
|
|
|
|
|
|
"61875191", "Narrung", |
|
43127
|
|
|
|
|
|
|
"61887776", "Bordertown", |
|
43128
|
|
|
|
|
|
|
"61748460", "Mackay", |
|
43129
|
|
|
|
|
|
|
"61351827", "Yarram", |
|
43130
|
|
|
|
|
|
|
"61268609", "Tyrie", |
|
43131
|
|
|
|
|
|
|
"613431693", "Bangerang", |
|
43132
|
|
|
|
|
|
|
"61885752", "Meningie", |
|
43133
|
|
|
|
|
|
|
"61880042", "Menindee", |
|
43134
|
|
|
|
|
|
|
"61340551", "Berriwillock", |
|
43135
|
|
|
|
|
|
|
"61353657", "Broughton", |
|
43136
|
|
|
|
|
|
|
"613553573", "Mortlake", |
|
43137
|
|
|
|
|
|
|
"61741325", "Bundaberg", |
|
43138
|
|
|
|
|
|
|
"618683051", "Hartville", |
|
43139
|
|
|
|
|
|
|
"61264421", "Bemboka", |
|
43140
|
|
|
|
|
|
|
"618863702", "Rudall", |
|
43141
|
|
|
|
|
|
|
"61268774", "Tullamore", |
|
43142
|
|
|
|
|
|
|
"61745186", "Balonne", |
|
43143
|
|
|
|
|
|
|
"61260269", "Barnawartha", |
|
43144
|
|
|
|
|
|
|
"61355415", "Timboon", |
|
43145
|
|
|
|
|
|
|
"612594117", "Henty", |
|
43146
|
|
|
|
|
|
|
"61887758", "Avenue\ Range", |
|
43147
|
|
|
|
|
|
|
"61268898", "Wyanga", |
|
43148
|
|
|
|
|
|
|
"612593759", "Bethungra", |
|
43149
|
|
|
|
|
|
|
"618862917", "Coulta", |
|
43150
|
|
|
|
|
|
|
"61895145", "Mandurah", |
|
43151
|
|
|
|
|
|
|
"61896798", "Trayning", |
|
43152
|
|
|
|
|
|
|
"618601090", "Mount\ Hampton", |
|
43153
|
|
|
|
|
|
|
"613442068", "Lalbert", |
|
43154
|
|
|
|
|
|
|
"613531693", "Landsborough", |
|
43155
|
|
|
|
|
|
|
"61263249", "Grenfell", |
|
43156
|
|
|
|
|
|
|
"618989322", "Wickepin", |
|
43157
|
|
|
|
|
|
|
"61745960", "Cambooya", |
|
43158
|
|
|
|
|
|
|
"61267197", "Limbri", |
|
43159
|
|
|
|
|
|
|
"6124887", "Robertson", |
|
43160
|
|
|
|
|
|
|
"617452419", "Thallon", |
|
43161
|
|
|
|
|
|
|
"61742076", "Lakeland", |
|
43162
|
|
|
|
|
|
|
"61899322", "Yaringa", |
|
43163
|
|
|
|
|
|
|
"61355018", "Benayeo", |
|
43164
|
|
|
|
|
|
|
"61351216", "Gormandale", |
|
43165
|
|
|
|
|
|
|
"61257274", "Pine\ Ridge", |
|
43166
|
|
|
|
|
|
|
"61340462", "Annuello", |
|
43167
|
|
|
|
|
|
|
"61867240", "Tonebridge", |
|
43168
|
|
|
|
|
|
|
"618600971", "Munglinup", |
|
43169
|
|
|
|
|
|
|
"61743222", "Nanango", |
|
43170
|
|
|
|
|
|
|
"61364007", "Devonport", |
|
43171
|
|
|
|
|
|
|
"613470574", "Yarrawonga", |
|
43172
|
|
|
|
|
|
|
"618753368", "Taldra", |
|
43173
|
|
|
|
|
|
|
"612593827", "Urana", |
|
43174
|
|
|
|
|
|
|
"61347012", "Yarrawonga", |
|
43175
|
|
|
|
|
|
|
"613470890", "Seymour", |
|
43176
|
|
|
|
|
|
|
"61253171", "Orange", |
|
43177
|
|
|
|
|
|
|
"61851074", "Newman", |
|
43178
|
|
|
|
|
|
|
"618865960", "Poochera", |
|
43179
|
|
|
|
|
|
|
"61253227", "Young", |
|
43180
|
|
|
|
|
|
|
"61261040", "Anembo", |
|
43181
|
|
|
|
|
|
|
"61343442", "Horsham", |
|
43182
|
|
|
|
|
|
|
"61747570", "Gumlu", |
|
43183
|
|
|
|
|
|
|
"61743111", "Burnett", |
|
43184
|
|
|
|
|
|
|
"61269493", "Batlow", |
|
43185
|
|
|
|
|
|
|
"61752058", "Esk", |
|
43186
|
|
|
|
|
|
|
"61880201", "The\ Darling", |
|
43187
|
|
|
|
|
|
|
"61888547", "Curramulka", |
|
43188
|
|
|
|
|
|
|
"61897995", "Dinninup\ North", |
|
43189
|
|
|
|
|
|
|
"61740255", "Kowanyama", |
|
43190
|
|
|
|
|
|
|
"612574409", "Copeton\ Dam", |
|
43191
|
|
|
|
|
|
|
"61358784", "Berrigan", |
|
43192
|
|
|
|
|
|
|
"612693", "Wagga\ Wagga", |
|
43193
|
|
|
|
|
|
|
"618660744", "Bolgart", |
|
43194
|
|
|
|
|
|
|
"618859961", "Pinnaroo", |
|
43195
|
|
|
|
|
|
|
"61256310", "Wooli", |
|
43196
|
|
|
|
|
|
|
"617441417", "Mount\ Fox", |
|
43197
|
|
|
|
|
|
|
"612530109", "Gulgong", |
|
43198
|
|
|
|
|
|
|
"61878086", "Nantawarra", |
|
43199
|
|
|
|
|
|
|
"61287343", "Liverpool", |
|
43200
|
|
|
|
|
|
|
"618753105", "Culburra", |
|
43201
|
|
|
|
|
|
|
"61866054", "Trayning", |
|
43202
|
|
|
|
|
|
|
"61886334", "Port\ Pirie", |
|
43203
|
|
|
|
|
|
|
"61269247", "Junee\ Reefs", |
|
43204
|
|
|
|
|
|
|
"61885431", "Taylorville", |
|
43205
|
|
|
|
|
|
|
"61898092", "Gairdner", |
|
43206
|
|
|
|
|
|
|
"61886071", "Georgetown", |
|
43207
|
|
|
|
|
|
|
"61367157", "Launceston", |
|
43208
|
|
|
|
|
|
|
"612583797", "Forbes", |
|
43209
|
|
|
|
|
|
|
"61891788", "Marble\ Bar", |
|
43210
|
|
|
|
|
|
|
"613574633", "Beechworth", |
|
43211
|
|
|
|
|
|
|
"61871401", "Adelaide", |
|
43212
|
|
|
|
|
|
|
"61886955", "Coulta", |
|
43213
|
|
|
|
|
|
|
"61886687", "Port\ Augusta", |
|
43214
|
|
|
|
|
|
|
"617441921", "Townsville", |
|
43215
|
|
|
|
|
|
|
"61264733", "Jindabyne\ South", |
|
43216
|
|
|
|
|
|
|
"618753437", "Taldra", |
|
43217
|
|
|
|
|
|
|
"61887764", "Lochaber", |
|
43218
|
|
|
|
|
|
|
"61875081", "Wunkar", |
|
43219
|
|
|
|
|
|
|
"61740844", "Mossman", |
|
43220
|
|
|
|
|
|
|
"612574211", "Bunnor", |
|
43221
|
|
|
|
|
|
|
"61367284", "Moltema", |
|
43222
|
|
|
|
|
|
|
"6129166", "Sydney", |
|
43223
|
|
|
|
|
|
|
"618869012", "Iron\ Knob", |
|
43224
|
|
|
|
|
|
|
"61354327", "Elmore", |
|
43225
|
|
|
|
|
|
|
"613442252", "Woodend", |
|
43226
|
|
|
|
|
|
|
"61741067", "Johnstown\ West", |
|
43227
|
|
|
|
|
|
|
"61260524", "Howlong", |
|
43228
|
|
|
|
|
|
|
"61259229", "Urana", |
|
43229
|
|
|
|
|
|
|
"61353714", "Murtoa", |
|
43230
|
|
|
|
|
|
|
"61756167", "Rathdowney", |
|
43231
|
|
|
|
|
|
|
"61878205", "Braemer", |
|
43232
|
|
|
|
|
|
|
"61752064", "Jimna", |
|
43233
|
|
|
|
|
|
|
"61357722", "Alexandra", |
|
43234
|
|
|
|
|
|
|
"61743508", "Mulgildie", |
|
43235
|
|
|
|
|
|
|
"61244137", "Jilliga", |
|
43236
|
|
|
|
|
|
|
"618753453", "Barmera", |
|
43237
|
|
|
|
|
|
|
"61740138", "Torres", |
|
43238
|
|
|
|
|
|
|
"613451275", "Hamilton", |
|
43239
|
|
|
|
|
|
|
"61745630", "Talwood", |
|
43240
|
|
|
|
|
|
|
"612583141", "Bonnay", |
|
43241
|
|
|
|
|
|
|
"61265947", "Taree", |
|
43242
|
|
|
|
|
|
|
"61344043", "Murrabit", |
|
43243
|
|
|
|
|
|
|
"61741893", "Bundaberg", |
|
43244
|
|
|
|
|
|
|
"612684563", "Tyrie", |
|
43245
|
|
|
|
|
|
|
"613553892", "Dartmoor", |
|
43246
|
|
|
|
|
|
|
"61341560", "Rosedale", |
|
43247
|
|
|
|
|
|
|
"612592731", "Rannock", |
|
43248
|
|
|
|
|
|
|
"612532982", "Mudgee", |
|
43249
|
|
|
|
|
|
|
"61363181", "Scottsdale", |
|
43250
|
|
|
|
|
|
|
"61889175", "Tablelands", |
|
43251
|
|
|
|
|
|
|
"61876330", "Yeelanna", |
|
43252
|
|
|
|
|
|
|
"61889772", "Roper\ River", |
|
43253
|
|
|
|
|
|
|
"61895102", "Guilderton", |
|
43254
|
|
|
|
|
|
|
"61363295", "Rossarden", |
|
43255
|
|
|
|
|
|
|
"61745637", "Arcadia\ Valley", |
|
43256
|
|
|
|
|
|
|
"61265940", "Rookhurst", |
|
43257
|
|
|
|
|
|
|
"617480829", "Zamia\ Creek", |
|
43258
|
|
|
|
|
|
|
"613451205", "Coojar", |
|
43259
|
|
|
|
|
|
|
"61749188", "Mackay", |
|
43260
|
|
|
|
|
|
|
"61341567", "Yinnar", |
|
43261
|
|
|
|
|
|
|
"61260111", "Yackandandah", |
|
43262
|
|
|
|
|
|
|
"61741060", "Gooroolba", |
|
43263
|
|
|
|
|
|
|
"618683421", "Varley", |
|
43264
|
|
|
|
|
|
|
"61357125", "Tatong", |
|
43265
|
|
|
|
|
|
|
"61746481", "Thomson", |
|
43266
|
|
|
|
|
|
|
"61354320", "Bendigo", |
|
43267
|
|
|
|
|
|
|
"61745384", "Arcadia\ Valley", |
|
43268
|
|
|
|
|
|
|
"61357832", "Kilmore", |
|
43269
|
|
|
|
|
|
|
"61351918", "Traralgon", |
|
43270
|
|
|
|
|
|
|
"61256103", "Murwillumbah", |
|
43271
|
|
|
|
|
|
|
"61890009", "Baandee", |
|
43272
|
|
|
|
|
|
|
"61269891", "Ungarie", |
|
43273
|
|
|
|
|
|
|
"61244130", "Nowra", |
|
43274
|
|
|
|
|
|
|
"61357539", "Taggerty", |
|
43275
|
|
|
|
|
|
|
"61255632", "Glendonbrook", |
|
43276
|
|
|
|
|
|
|
"61342203", "Wingeel", |
|
43277
|
|
|
|
|
|
|
"61351641", "Morwell", |
|
43278
|
|
|
|
|
|
|
"61756160", "Tamborine\ Mountain", |
|
43279
|
|
|
|
|
|
|
"612582442", "Alectown", |
|
43280
|
|
|
|
|
|
|
"61261309", "Cavan", |
|
43281
|
|
|
|
|
|
|
"617458697", "Winton", |
|
43282
|
|
|
|
|
|
|
"61357606", "Creightons\ Creek", |
|
43283
|
|
|
|
|
|
|
"61359016", "Marysville", |
|
43284
|
|
|
|
|
|
|
"61256372", "Thora", |
|
43285
|
|
|
|
|
|
|
"61383514", "Sydenham", |
|
43286
|
|
|
|
|
|
|
"61352808", "Geelong", |
|
43287
|
|
|
|
|
|
|
"61367150", "St\ Marys", |
|
43288
|
|
|
|
|
|
|
"61253036", "Grenfell", |
|
43289
|
|
|
|
|
|
|
"61260858", "Rand", |
|
43290
|
|
|
|
|
|
|
"61741604", "Kingaroy", |
|
43291
|
|
|
|
|
|
|
"618601126", "Collurabbie", |
|
43292
|
|
|
|
|
|
|
"61361392", "Gretna", |
|
43293
|
|
|
|
|
|
|
"61740249", "Mount\ Garnet", |
|
43294
|
|
|
|
|
|
|
"61886680", "Andamooka", |
|
43295
|
|
|
|
|
|
|
"617750121", "Charleville", |
|
43296
|
|
|
|
|
|
|
"6124310", "Wyong", |
|
43297
|
|
|
|
|
|
|
"61256317", "Urbenville", |
|
43298
|
|
|
|
|
|
|
"6124053", "Newcastle", |
|
43299
|
|
|
|
|
|
|
"618683330", "Amelup", |
|
43300
|
|
|
|
|
|
|
"613432149", "Halls\ Gap", |
|
43301
|
|
|
|
|
|
|
"61344261", "St\ Arnaud", |
|
43302
|
|
|
|
|
|
|
"61364658", "Rosebery", |
|
43303
|
|
|
|
|
|
|
"61886949", "Port\ Neill", |
|
43304
|
|
|
|
|
|
|
"613532400", "Natimuk", |
|
43305
|
|
|
|
|
|
|
"61899369", "Nangetty", |
|
43306
|
|
|
|
|
|
|
"612574479", "Wollomombi", |
|
43307
|
|
|
|
|
|
|
"61340429", "Hopetoun", |
|
43308
|
|
|
|
|
|
|
"61743269", "Gooroolba", |
|
43309
|
|
|
|
|
|
|
"61868165", "Jacup", |
|
43310
|
|
|
|
|
|
|
"612530179", "Monteagle", |
|
43311
|
|
|
|
|
|
|
"6128425", "Sydney", |
|
43312
|
|
|
|
|
|
|
"618753175", "Meningie\ East", |
|
43313
|
|
|
|
|
|
|
"61742131", "Cairns", |
|
43314
|
|
|
|
|
|
|
"618601138", "Grass\ Patch", |
|
43315
|
|
|
|
|
|
|
"61261047", "Bungendore", |
|
43316
|
|
|
|
|
|
|
"61253220", "Maimuru", |
|
43317
|
|
|
|
|
|
|
"61734924", "Bribie\ Island", |
|
43318
|
|
|
|
|
|
|
"618763742", "Terowie", |
|
43319
|
|
|
|
|
|
|
"6124374", "Mangrove\ Mountain", |
|
43320
|
|
|
|
|
|
|
"61263138", "Lue", |
|
43321
|
|
|
|
|
|
|
"61264698", "Candelo", |
|
43322
|
|
|
|
|
|
|
"618680047", "Moodiarrup", |
|
43323
|
|
|
|
|
|
|
"61888540", "Curramulka", |
|
43324
|
|
|
|
|
|
|
"61275002", "Engadine", |
|
43325
|
|
|
|
|
|
|
"61350403", "Patchewollock", |
|
43326
|
|
|
|
|
|
|
"618985191", "Nyabing", |
|
43327
|
|
|
|
|
|
|
"613623", "Hobart", |
|
43328
|
|
|
|
|
|
|
"61755518", "Rathdowney", |
|
43329
|
|
|
|
|
|
|
"61747577", "Yabulu", |
|
43330
|
|
|
|
|
|
|
"61267190", "Pilliga", |
|
43331
|
|
|
|
|
|
|
"61264395", "Bredbo", |
|
43332
|
|
|
|
|
|
|
"61743524", "Blackbutt", |
|
43333
|
|
|
|
|
|
|
"61728020", "Ipswich", |
|
43334
|
|
|
|
|
|
|
"61745967", "Tara", |
|
43335
|
|
|
|
|
|
|
"61886136", "Marla", |
|
43336
|
|
|
|
|
|
|
"61741491", "Booyal", |
|
43337
|
|
|
|
|
|
|
"6175536", "Tweed\ Heads", |
|
43338
|
|
|
|
|
|
|
"61868234", "Congee", |
|
43339
|
|
|
|
|
|
|
"61889343", "Batchelor", |
|
43340
|
|
|
|
|
|
|
"61364000", "Burnie", |
|
43341
|
|
|
|
|
|
|
"61260508", "Walwa", |
|
43342
|
|
|
|
|
|
|
"6188110", "Adelaide", |
|
43343
|
|
|
|
|
|
|
"61255556", "Port\ Macquarie", |
|
43344
|
|
|
|
|
|
|
"61896963", "Konnongorring", |
|
43345
|
|
|
|
|
|
|
"618600901", "Marvel\ Loch", |
|
43346
|
|
|
|
|
|
|
"61281032", "Bankstown", |
|
43347
|
|
|
|
|
|
|
"612685672", "Cumborah", |
|
43348
|
|
|
|
|
|
|
"61364664", "Waratah", |
|
43349
|
|
|
|
|
|
|
"61888789", "Snowtown", |
|
43350
|
|
|
|
|
|
|
"618753023", "Mannum", |
|
43351
|
|
|
|
|
|
|
"6175461", "Rosewood", |
|
43352
|
|
|
|
|
|
|
"61748295", "Gladstone", |
|
43353
|
|
|
|
|
|
|
"617485853", "Cracow", |
|
43354
|
|
|
|
|
|
|
"6126760", "Tamworth", |
|
43355
|
|
|
|
|
|
|
"61896279", "Beverley\ West", |
|
43356
|
|
|
|
|
|
|
"612532445", "Limekilns", |
|
43357
|
|
|
|
|
|
|
"61251029", "Captains\ Flat", |
|
43358
|
|
|
|
|
|
|
"61895742", "Toodyay", |
|
43359
|
|
|
|
|
|
|
"61890052", "Coomalbidgup", |
|
43360
|
|
|
|
|
|
|
"6138747", "Sunbury", |
|
43361
|
|
|
|
|
|
|
"6138335", "Melbourne", |
|
43362
|
|
|
|
|
|
|
"6126559", "Coopernook", |
|
43363
|
|
|
|
|
|
|
"612574248", "Marple", |
|
43364
|
|
|
|
|
|
|
"617458979", "Brymaroo", |
|
43365
|
|
|
|
|
|
|
"61259262", "Wagga\ Wagga", |
|
43366
|
|
|
|
|
|
|
"61263255", "Killongbutta", |
|
43367
|
|
|
|
|
|
|
"617480348", "Willows", |
|
43368
|
|
|
|
|
|
|
"613553503", "Caramut", |
|
43369
|
|
|
|
|
|
|
"618985463", "Pingrup\ East", |
|
43370
|
|
|
|
|
|
|
"61260864", "Holbrook", |
|
43371
|
|
|
|
|
|
|
"61895159", "Mount\ Wells", |
|
43372
|
|
|
|
|
|
|
"61878242", "Curramulka", |
|
43373
|
|
|
|
|
|
|
"61357769", "Mansfield", |
|
43374
|
|
|
|
|
|
|
"61775071", "Cooyar", |
|
43375
|
|
|
|
|
|
|
"6186215", "Fremantle", |
|
43376
|
|
|
|
|
|
|
"61753705", "Nambour", |
|
43377
|
|
|
|
|
|
|
"612574445", "Mungindi", |
|
43378
|
|
|
|
|
|
|
"61899581", "Yuna\ East", |
|
43379
|
|
|
|
|
|
|
"6126924", "Junee", |
|
43380
|
|
|
|
|
|
|
"61896359", "Miling", |
|
43381
|
|
|
|
|
|
|
"61740143", "Walsh\ River", |
|
43382
|
|
|
|
|
|
|
"61877341", "Willalooka", |
|
43383
|
|
|
|
|
|
|
"61350032", "Anabranch", |
|
43384
|
|
|
|
|
|
|
"618763757", "Yabmana", |
|
43385
|
|
|
|
|
|
|
"61344038", "Lake\ Meran", |
|
43386
|
|
|
|
|
|
|
"61263678", "Cumnock", |
|
43387
|
|
|
|
|
|
|
"61878077", "Curramulka", |
|
43388
|
|
|
|
|
|
|
"618753149", "Bow\ Hill", |
|
43389
|
|
|
|
|
|
|
"617452568", "Greenmount", |
|
43390
|
|
|
|
|
|
|
"612530145", "Molong\/Limekilns\/Lithgow\/Lue", |
|
43391
|
|
|
|
|
|
|
"618982238", "Bokerup", |
|
43392
|
|
|
|
|
|
|
"61355525", "Glenthompson", |
|
43393
|
|
|
|
|
|
|
"61887399", "Kalangadoo", |
|
43394
|
|
|
|
|
|
|
"613442087", "Strathfieldsaye", |
|
43395
|
|
|
|
|
|
|
"617486984", "Baralaba", |
|
43396
|
|
|
|
|
|
|
"61341479", "Orbost", |
|
43397
|
|
|
|
|
|
|
"61263375", "Yetholme", |
|
43398
|
|
|
|
|
|
|
"61267455", "Uralla", |
|
43399
|
|
|
|
|
|
|
"61355139", "Camperdown", |
|
43400
|
|
|
|
|
|
|
"61264511", "Berridale", |
|
43401
|
|
|
|
|
|
|
"61878012", "Curramulka", |
|
43402
|
|
|
|
|
|
|
"61743163", "Windera", |
|
43403
|
|
|
|
|
|
|
"61888990", "Blyth", |
|
43404
|
|
|
|
|
|
|
"61886676", "Wilmington", |
|
43405
|
|
|
|
|
|
|
"618763733", "Quorn", |
|
43406
|
|
|
|
|
|
|
"61885336", "Two\ Wells", |
|
43407
|
|
|
|
|
|
|
"61362017", "Brighton", |
|
43408
|
|
|
|
|
|
|
"61741194", "Moonford", |
|
43409
|
|
|
|
|
|
|
"61264748", "Bombala", |
|
43410
|
|
|
|
|
|
|
"612583296", "Rocky\ Glen", |
|
43411
|
|
|
|
|
|
|
"618753387", "Bow\ Hill", |
|
43412
|
|
|
|
|
|
|
"617486916", "Carmila", |
|
43413
|
|
|
|
|
|
|
"612594392", "Coolamon", |
|
43414
|
|
|
|
|
|
|
"61752197", "Caboolture", |
|
43415
|
|
|
|
|
|
|
"61265023", "Byabarra", |
|
43416
|
|
|
|
|
|
|
"61357196", "Cheshunt", |
|
43417
|
|
|
|
|
|
|
"61756094", "Southport", |
|
43418
|
|
|
|
|
|
|
"61867072", "Darkan", |
|
43419
|
|
|
|
|
|
|
"613572751", "Harrietville", |
|
43420
|
|
|
|
|
|
|
"617442513", "Bowen", |
|
43421
|
|
|
|
|
|
|
"61731558", "Kooringal", |
|
43422
|
|
|
|
|
|
|
"61267058", "Pallamallawa", |
|
43423
|
|
|
|
|
|
|
"618763829", "Tarcoola", |
|
43424
|
|
|
|
|
|
|
"61868051", "Gnowangerup", |
|
43425
|
|
|
|
|
|
|
"61888331", "Moonta", |
|
43426
|
|
|
|
|
|
|
"61362072", "Orford", |
|
43427
|
|
|
|
|
|
|
"61888074", "Paskeville", |
|
43428
|
|
|
|
|
|
|
"618967651", "Cleary\ North", |
|
43429
|
|
|
|
|
|
|
"61340383", "Karawinna", |
|
43430
|
|
|
|
|
|
|
"61867017", "Jangardup", |
|
43431
|
|
|
|
|
|
|
"61363226", "Beaconsfield", |
|
43432
|
|
|
|
|
|
|
"618683344", "Cairlocup", |
|
43433
|
|
|
|
|
|
|
"61342109", "Geelong", |
|
43434
|
|
|
|
|
|
|
"61385211", "Clayton", |
|
43435
|
|
|
|
|
|
|
"618660951", "Wubin\ West", |
|
43436
|
|
|
|
|
|
|
"613573072", "Kobyboyn", |
|
43437
|
|
|
|
|
|
|
"617458945", "Toobeah", |
|
43438
|
|
|
|
|
|
|
"618763348", "Coorabie", |
|
43439
|
|
|
|
|
|
|
"61359246", "Rosebud", |
|
43440
|
|
|
|
|
|
|
"61896173", "Talbot\ Brook", |
|
43441
|
|
|
|
|
|
|
"61250079", "Tallangatta", |
|
43442
|
|
|
|
|
|
|
"618856778", "Copeville", |
|
43443
|
|
|
|
|
|
|
"61255117", "Stuarts\ Point", |
|
43444
|
|
|
|
|
|
|
"61367098", "Launceston", |
|
43445
|
|
|
|
|
|
|
"61256252", "Murwillumbah", |
|
43446
|
|
|
|
|
|
|
"61745221", "Condamine", |
|
43447
|
|
|
|
|
|
|
"6128771", "Bankstown", |
|
43448
|
|
|
|
|
|
|
"61740019", "Babinda", |
|
43449
|
|
|
|
|
|
|
"61745177", "Meandarra", |
|
43450
|
|
|
|
|
|
|
"61352123", "Lavers\ Hill", |
|
43451
|
|
|
|
|
|
|
"61238185", "Tuena", |
|
43452
|
|
|
|
|
|
|
"618903411", "Collurabbie", |
|
43453
|
|
|
|
|
|
|
"61264108", "Bombala", |
|
43454
|
|
|
|
|
|
|
"61363030", "Evandale", |
|
43455
|
|
|
|
|
|
|
"6128437", "Sydney", |
|
43456
|
|
|
|
|
|
|
"61255172", "Idaville", |
|
43457
|
|
|
|
|
|
|
"6188169", "Adelaide", |
|
43458
|
|
|
|
|
|
|
"6139394", "Point\ Cook", |
|
43459
|
|
|
|
|
|
|
"61747469", "Eddington", |
|
43460
|
|
|
|
|
|
|
"612582457", "Boorooma", |
|
43461
|
|
|
|
|
|
|
"617473992", "Hughenden", |
|
43462
|
|
|
|
|
|
|
"61746257", "Balonne", |
|
43463
|
|
|
|
|
|
|
"612532479", "Boorowa", |
|
43464
|
|
|
|
|
|
|
"61745112", "Wallumbilla", |
|
43465
|
|
|
|
|
|
|
"61269010", "Barmedman\ East", |
|
43466
|
|
|
|
|
|
|
"61257156", "Gunnedah", |
|
43467
|
|
|
|
|
|
|
"61748226", "Proserpine", |
|
43468
|
|
|
|
|
|
|
"61358618", "Yalca", |
|
43469
|
|
|
|
|
|
|
"61267064", "Ebor", |
|
43470
|
|
|
|
|
|
|
"61899953", "Yuna\ East", |
|
43471
|
|
|
|
|
|
|
"61255303", "Widden\ Valley", |
|
43472
|
|
|
|
|
|
|
"61740703", "Kowanyama", |
|
43473
|
|
|
|
|
|
|
"61742087", "Daintree", |
|
43474
|
|
|
|
|
|
|
"618982226", "Albany", |
|
43475
|
|
|
|
|
|
|
"61886599", "Morchard", |
|
43476
|
|
|
|
|
|
|
"61746184", "Tara", |
|
43477
|
|
|
|
|
|
|
"61358941", "Moulamein", |
|
43478
|
|
|
|
|
|
|
"61264326", "Cabramurra", |
|
43479
|
|
|
|
|
|
|
"613441881", "Traynors\ Lagoon", |
|
43480
|
|
|
|
|
|
|
"61898871", "Pingelly", |
|
43481
|
|
|
|
|
|
|
"61886892", "Lock", |
|
43482
|
|
|
|
|
|
|
"61240760", "Eccleston", |
|
43483
|
|
|
|
|
|
|
"61753145", "Toogoolawah", |
|
43484
|
|
|
|
|
|
|
"613451408", "Balmoral", |
|
43485
|
|
|
|
|
|
|
"61755404", "Rathdowney", |
|
43486
|
|
|
|
|
|
|
"61891614", "Mitchell", |
|
43487
|
|
|
|
|
|
|
"61897852", "Margaret\ River", |
|
43488
|
|
|
|
|
|
|
"618683502", "Harrismith", |
|
43489
|
|
|
|
|
|
|
"618994098", "Northampton", |
|
43490
|
|
|
|
|
|
|
"61896302", "Tammin", |
|
43491
|
|
|
|
|
|
|
"61875130", "Sanderston", |
|
43492
|
|
|
|
|
|
|
"61248519", "Yerrinbool", |
|
43493
|
|
|
|
|
|
|
"61742671", "Torres", |
|
43494
|
|
|
|
|
|
|
"61361239", "New\ Norfolk", |
|
43495
|
|
|
|
|
|
|
"618863378", "Elliston", |
|
43496
|
|
|
|
|
|
|
"61355946", "South\ Purrumbete", |
|
43497
|
|
|
|
|
|
|
"618682165", "Manypeaks", |
|
43498
|
|
|
|
|
|
|
"613451089", "Warrnambool", |
|
43499
|
|
|
|
|
|
|
"61351791", "Genoa", |
|
43500
|
|
|
|
|
|
|
"613470935", "Nagambie", |
|
43501
|
|
|
|
|
|
|
"618996991", "Lynton", |
|
43502
|
|
|
|
|
|
|
"61351584", "Club\ Terrace", |
|
43503
|
|
|
|
|
|
|
"61875137", "Tanunda", |
|
43504
|
|
|
|
|
|
|
"618683572", "Woodanilling", |
|
43505
|
|
|
|
|
|
|
"613546262", "Dunolly", |
|
43506
|
|
|
|
|
|
|
"61753159", "Lowood", |
|
43507
|
|
|
|
|
|
|
"61354151", "Gisborne", |
|
43508
|
|
|
|
|
|
|
"61243466", "Gosford", |
|
43509
|
|
|
|
|
|
|
"61898588", "Newdegate\ North", |
|
43510
|
|
|
|
|
|
|
"618982983", "Boscabel", |
|
43511
|
|
|
|
|
|
|
"612574982", "Wee\ Waa", |
|
43512
|
|
|
|
|
|
|
"61358079", "Brassi", |
|
43513
|
|
|
|
|
|
|
"61257368", "Frazers\ Creek", |
|
43514
|
|
|
|
|
|
|
"61742080", "Peninsula", |
|
43515
|
|
|
|
|
|
|
"61890761", "Esperance", |
|
43516
|
|
|
|
|
|
|
"61879385", "Arnhem", |
|
43517
|
|
|
|
|
|
|
"61240446", "Bandon\ Grove", |
|
43518
|
|
|
|
|
|
|
"613470711", "Tungamah", |
|
43519
|
|
|
|
|
|
|
"61240767", "Raymond\ Terrace", |
|
43520
|
|
|
|
|
|
|
"617452652", "Pittsworth", |
|
43521
|
|
|
|
|
|
|
"61746250", "Culgoa", |
|
43522
|
|
|
|
|
|
|
"61889338", "Tanami", |
|
43523
|
|
|
|
|
|
|
"61361148", "Bothwell", |
|
43524
|
|
|
|
|
|
|
"61745715", "Helidon", |
|
43525
|
|
|
|
|
|
|
"61340519", "Manangatang", |
|
43526
|
|
|
|
|
|
|
"61363037", "Fingal", |
|
43527
|
|
|
|
|
|
|
"618864635", "Wandearah\ East", |
|
43528
|
|
|
|
|
|
|
"61354818", "Talbot", |
|
43529
|
|
|
|
|
|
|
"618661082", "Wyalkatchem", |
|
43530
|
|
|
|
|
|
|
"61269017", "Bunda", |
|
43531
|
|
|
|
|
|
|
"6189336", "Fremantle", |
|
43532
|
|
|
|
|
|
|
"61260163", "Koetong", |
|
43533
|
|
|
|
|
|
|
"613442247", "Trentham", |
|
43534
|
|
|
|
|
|
|
"618989178", "Pingelly\ East", |
|
43535
|
|
|
|
|
|
|
"61256554", "Dyraaba", |
|
43536
|
|
|
|
|
|
|
"61244081", "Nowra", |
|
43537
|
|
|
|
|
|
|
"613574642", "Benalla", |
|
43538
|
|
|
|
|
|
|
"61357394", "Seymour", |
|
43539
|
|
|
|
|
|
|
"618856708", "Sandleton", |
|
43540
|
|
|
|
|
|
|
"61255110", "Taree", |
|
43541
|
|
|
|
|
|
|
"612583626", "Mullengudgery", |
|
43542
|
|
|
|
|
|
|
"61889635", "Darwin", |
|
43543
|
|
|
|
|
|
|
"61754672", "Harrisville", |
|
43544
|
|
|
|
|
|
|
"61885134", "Murray\ Bridge", |
|
43545
|
|
|
|
|
|
|
"61367321", "Westbury", |
|
43546
|
|
|
|
|
|
|
"61741396", "Mundubbera", |
|
43547
|
|
|
|
|
|
|
"61745170", "Glenhope", |
|
43548
|
|
|
|
|
|
|
"61263143", "Maimuru", |
|
43549
|
|
|
|
|
|
|
"61269072", "Temora", |
|
43550
|
|
|
|
|
|
|
"618763966", "Jamestown", |
|
43551
|
|
|
|
|
|
|
"61355248", "Portland", |
|
43552
|
|
|
|
|
|
|
"61748037", "Calliope", |
|
43553
|
|
|
|
|
|
|
"6129863", "Blacktown", |
|
43554
|
|
|
|
|
|
|
"61259123", "Galore", |
|
43555
|
|
|
|
|
|
|
"61257354", "Boorolong", |
|
43556
|
|
|
|
|
|
|
"61747044", "Charters\ Towers", |
|
43557
|
|
|
|
|
|
|
"61284184", "Terrey\ Hills", |
|
43558
|
|
|
|
|
|
|
"618964495", "Lancelin", |
|
43559
|
|
|
|
|
|
|
"61261574", "Burrinjuck", |
|
43560
|
|
|
|
|
|
|
"61898473", "Mettler", |
|
43561
|
|
|
|
|
|
|
"618683480", "Bokerup", |
|
43562
|
|
|
|
|
|
|
"618660730", "York", |
|
43563
|
|
|
|
|
|
|
"61737331", "Brisbane", |
|
43564
|
|
|
|
|
|
|
"61867010", "Cundinup", |
|
43565
|
|
|
|
|
|
|
"617480256", "Hodgson\ Range", |
|
43566
|
|
|
|
|
|
|
"61743414", "Childers", |
|
43567
|
|
|
|
|
|
|
"61351046", "Combienbar", |
|
43568
|
|
|
|
|
|
|
"61362010", "Baden", |
|
43569
|
|
|
|
|
|
|
"617480169", "Calen", |
|
43570
|
|
|
|
|
|
|
"61263703", "Dunedoo", |
|
43571
|
|
|
|
|
|
|
"612583638", "Rocky\ Glen", |
|
43572
|
|
|
|
|
|
|
"6188971", "Katherine", |
|
43573
|
|
|
|
|
|
|
"61268089", "Bobadah", |
|
43574
|
|
|
|
|
|
|
"61341318", "Club\ Terrace", |
|
43575
|
|
|
|
|
|
|
"618993059", "Howatharra", |
|
43576
|
|
|
|
|
|
|
"61258032", "Alectown", |
|
43577
|
|
|
|
|
|
|
"61752190", "Thornton", |
|
43578
|
|
|
|
|
|
|
"61896345", "Bibby\ Springs", |
|
43579
|
|
|
|
|
|
|
"61256568", "Rappville", |
|
43580
|
|
|
|
|
|
|
"61889965", "Alyangula", |
|
43581
|
|
|
|
|
|
|
"61248383", "Woodhouselee", |
|
43582
|
|
|
|
|
|
|
"61748484", "Rockhampton", |
|
43583
|
|
|
|
|
|
|
"61888997", "Warooka", |
|
43584
|
|
|
|
|
|
|
"617442885", "Burketown", |
|
43585
|
|
|
|
|
|
|
"61357001", "Alexandra", |
|
43586
|
|
|
|
|
|
|
"61264124", "Cabramurra", |
|
43587
|
|
|
|
|
|
|
"61359082", "Pakenham", |
|
43588
|
|
|
|
|
|
|
"617750180", "Mount\ Tyson", |
|
43589
|
|
|
|
|
|
|
"613432105", "Scarsdale", |
|
43590
|
|
|
|
|
|
|
"61263019", "Bathurst", |
|
43591
|
|
|
|
|
|
|
"617566854", "Southport", |
|
43592
|
|
|
|
|
|
|
"61753102", "Woodford", |
|
43593
|
|
|
|
|
|
|
"61878070", "Blyth", |
|
43594
|
|
|
|
|
|
|
"61896911", "Wongan\ Hills", |
|
43595
|
|
|
|
|
|
|
"618997002", "Northampton", |
|
43596
|
|
|
|
|
|
|
"61890531", "Bodallin\ North", |
|
43597
|
|
|
|
|
|
|
"613470560", "Seymour", |
|
43598
|
|
|
|
|
|
|
"612573392", "Goolhi", |
|
43599
|
|
|
|
|
|
|
"61753170", "Coominya", |
|
43600
|
|
|
|
|
|
|
"61264501", "Cooma", |
|
43601
|
|
|
|
|
|
|
"61878002", "Arthurton", |
|
43602
|
|
|
|
|
|
|
"617451969", "Galilee", |
|
43603
|
|
|
|
|
|
|
"61259320", "Tarcutta", |
|
43604
|
|
|
|
|
|
|
"61243110", "Wyong", |
|
43605
|
|
|
|
|
|
|
"613542313", "Strathfieldsaye", |
|
43606
|
|
|
|
|
|
|
"618660798", "Badgerin\ Rock", |
|
43607
|
|
|
|
|
|
|
"61340187", "Annuello", |
|
43608
|
|
|
|
|
|
|
"618753049", "Swan\ Reach", |
|
43609
|
|
|
|
|
|
|
"61897819", "Collie", |
|
43610
|
|
|
|
|
|
|
"61352065", "Inverleigh", |
|
43611
|
|
|
|
|
|
|
"618764019", "Woomera", |
|
43612
|
|
|
|
|
|
|
"61891491", "Onslow", |
|
43613
|
|
|
|
|
|
|
"618903377", "Shackleton", |
|
43614
|
|
|
|
|
|
|
"61248552", "Bowral", |
|
43615
|
|
|
|
|
|
|
"61358050", "Kialla\ East", |
|
43616
|
|
|
|
|
|
|
"61265234", "Mount\ George", |
|
43617
|
|
|
|
|
|
|
"61746963", "Nobby", |
|
43618
|
|
|
|
|
|
|
"61258523", "Coonamble", |
|
43619
|
|
|
|
|
|
|
"61260691", "Corowa", |
|
43620
|
|
|
|
|
|
|
"612583690", "Coonabarabran", |
|
43621
|
|
|
|
|
|
|
"61753715", "Kia\ Ora", |
|
43622
|
|
|
|
|
|
|
"618865974", "Miltalie", |
|
43623
|
|
|
|
|
|
|
"61342119", "Geelong", |
|
43624
|
|
|
|
|
|
|
"61743367", "Pialba", |
|
43625
|
|
|
|
|
|
|
"61746279", "Robinson\ Gorge", |
|
43626
|
|
|
|
|
|
|
"618763832", "Tooligie\ Hill", |
|
43627
|
|
|
|
|
|
|
"61867007", "Busselton", |
|
43628
|
|
|
|
|
|
|
"61363914", "Longford", |
|
43629
|
|
|
|
|
|
|
"618752484", "Mypolonga", |
|
43630
|
|
|
|
|
|
|
"612583912", "Grawin", |
|
43631
|
|
|
|
|
|
|
"61399830", "Melbourne", |
|
43632
|
|
|
|
|
|
|
"61248180", "Tarago", |
|
43633
|
|
|
|
|
|
|
"61269934", "Hay", |
|
43634
|
|
|
|
|
|
|
"61256219", "Leeville", |
|
43635
|
|
|
|
|
|
|
"61886720", "Andamooka", |
|
43636
|
|
|
|
|
|
|
"61745742", "Longreach", |
|
43637
|
|
|
|
|
|
|
"61899267", "Denham", |
|
43638
|
|
|
|
|
|
|
"61754058", "Gympie", |
|
43639
|
|
|
|
|
|
|
"61740052", "Georgetown", |
|
43640
|
|
|
|
|
|
|
"61255747", "Taylors\ Arm", |
|
43641
|
|
|
|
|
|
|
"61250057", "Albury", |
|
43642
|
|
|
|
|
|
|
"613574750", "Wangaratta", |
|
43643
|
|
|
|
|
|
|
"61255466", "Forster", |
|
43644
|
|
|
|
|
|
|
"612684572", "Warren", |
|
43645
|
|
|
|
|
|
|
"61744076", "Upper\ Stone", |
|
43646
|
|
|
|
|
|
|
"612574624", "Pilliga", |
|
43647
|
|
|
|
|
|
|
"61391736", "Melbourne", |
|
43648
|
|
|
|
|
|
|
"61876148", "Wilpena", |
|
43649
|
|
|
|
|
|
|
"61889499", "Nhulunbuy", |
|
43650
|
|
|
|
|
|
|
"6174408", "Townsville", |
|
43651
|
|
|
|
|
|
|
"61745159", "Bowenville", |
|
43652
|
|
|
|
|
|
|
"6128714", "Sydney", |
|
43653
|
|
|
|
|
|
|
"61884862", "Salisbury", |
|
43654
|
|
|
|
|
|
|
"618985186", "Nalyerlup", |
|
43655
|
|
|
|
|
|
|
"61340254", "Nyah", |
|
43656
|
|
|
|
|
|
|
"61269355", "Gundagai", |
|
43657
|
|
|
|
|
|
|
"61895637", "Mandurah", |
|
43658
|
|
|
|
|
|
|
"61269000", "Wagga\ Wagga", |
|
43659
|
|
|
|
|
|
|
"61350097", "Nangiloc", |
|
43660
|
|
|
|
|
|
|
"61745102", "Condamine", |
|
43661
|
|
|
|
|
|
|
"613553562", "Lismore", |
|
43662
|
|
|
|
|
|
|
"61754600", "Gatton", |
|
43663
|
|
|
|
|
|
|
"613432123", "Wilkur", |
|
43664
|
|
|
|
|
|
|
"61743025", "Manumbar", |
|
43665
|
|
|
|
|
|
|
"612574167", "Tamworth", |
|
43666
|
|
|
|
|
|
|
"61746633", "Dalby", |
|
43667
|
|
|
|
|
|
|
"613451347", "Terang", |
|
43668
|
|
|
|
|
|
|
"61756482", "Tweed\ Heads", |
|
43669
|
|
|
|
|
|
|
"61899188", "Mount\ George", |
|
43670
|
|
|
|
|
|
|
"61248636", "Crookwell", |
|
43671
|
|
|
|
|
|
|
"61264118", "Bendoc", |
|
43672
|
|
|
|
|
|
|
"61891060", "Onslow", |
|
43673
|
|
|
|
|
|
|
"612630896", "Oberon", |
|
43674
|
|
|
|
|
|
|
"61896481", "Beverley\ West", |
|
43675
|
|
|
|
|
|
|
"61895384", "Mount\ Wells", |
|
43676
|
|
|
|
|
|
|
"612680804", "Barrier\/Cobar", |
|
43677
|
|
|
|
|
|
|
"61255107", "Rookhurst", |
|
43678
|
|
|
|
|
|
|
"61752132", "Gympie", |
|
43679
|
|
|
|
|
|
|
"613451189", "Pomborneit", |
|
43680
|
|
|
|
|
|
|
"61258090", "Parkes", |
|
43681
|
|
|
|
|
|
|
"61341457", "Loch\ Sport", |
|
43682
|
|
|
|
|
|
|
"61342043", "Inverleigh", |
|
43683
|
|
|
|
|
|
|
"61248802", "Gundillion", |
|
43684
|
|
|
|
|
|
|
"618763407", "Tarcoola", |
|
43685
|
|
|
|
|
|
|
"61896312", "Dowerin", |
|
43686
|
|
|
|
|
|
|
"61358305", "Jerilderie", |
|
43687
|
|
|
|
|
|
|
"617442967", "Millaroo", |
|
43688
|
|
|
|
|
|
|
"61248509", "Woodhouselee", |
|
43689
|
|
|
|
|
|
|
"61340268", "Scotia", |
|
43690
|
|
|
|
|
|
|
"61354262", "Woodend", |
|
43691
|
|
|
|
|
|
|
"61743428", "Manumbar", |
|
43692
|
|
|
|
|
|
|
"61890249", "Goldfields", |
|
43693
|
|
|
|
|
|
|
"61756311", "Tweed\ Heads", |
|
43694
|
|
|
|
|
|
|
"61745373", "Cockatoo", |
|
43695
|
|
|
|
|
|
|
"61251134", "Gundaroo", |
|
43696
|
|
|
|
|
|
|
"61265165", "Hunter\ Springs", |
|
43697
|
|
|
|
|
|
|
"61246371", "Campbelltown", |
|
43698
|
|
|
|
|
|
|
"61269664", "Rankins\ Springs", |
|
43699
|
|
|
|
|
|
|
"61878059", "South\ Hummocks", |
|
43700
|
|
|
|
|
|
|
"61246034", "Camden", |
|
43701
|
|
|
|
|
|
|
"61896377", "Regans\ Ford", |
|
43702
|
|
|
|
|
|
|
"61255313", "Moonan\ Flat", |
|
43703
|
|
|
|
|
|
|
"61740713", "Mount\ Garnet", |
|
43704
|
|
|
|
|
|
|
"61358608", "Rushworth", |
|
43705
|
|
|
|
|
|
|
"618851592", "Parndana", |
|
43706
|
|
|
|
|
|
|
"61341324", "Erica", |
|
43707
|
|
|
|
|
|
|
"61887438", "Taratap", |
|
43708
|
|
|
|
|
|
|
"617566715", "Southport", |
|
43709
|
|
|
|
|
|
|
"61890255", "Scaddan\ West", |
|
43710
|
|
|
|
|
|
|
"61367273", "Evandale", |
|
43711
|
|
|
|
|
|
|
"612583220", "Yarragrin", |
|
43712
|
|
|
|
|
|
|
"61265762", "Ravensworth", |
|
43713
|
|
|
|
|
|
|
"613531991", "Kalkee", |
|
43714
|
|
|
|
|
|
|
"61896370", "Tammin", |
|
43715
|
|
|
|
|
|
|
"61748092", "Oombabeer", |
|
43716
|
|
|
|
|
|
|
"617459897", "Stanthorpe", |
|
43717
|
|
|
|
|
|
|
"617476431", "Burdekin", |
|
43718
|
|
|
|
|
|
|
"613431924", "Navarre", |
|
43719
|
|
|
|
|
|
|
"61864582", "Perth", |
|
43720
|
|
|
|
|
|
|
"61878045", "Halbury", |
|
43721
|
|
|
|
|
|
|
"618763477", "Marla", |
|
43722
|
|
|
|
|
|
|
"617468302", "Jundah", |
|
43723
|
|
|
|
|
|
|
"612683756", "Gilgandra", |
|
43724
|
|
|
|
|
|
|
"61258097", "Dubbo", |
|
43725
|
|
|
|
|
|
|
"61341450", "Golden\ Beach", |
|
43726
|
|
|
|
|
|
|
"61286076", "Sydney", |
|
43727
|
|
|
|
|
|
|
"61877088", "Bangham", |
|
43728
|
|
|
|
|
|
|
"61741788", "Burnett", |
|
43729
|
|
|
|
|
|
|
"61260367", "Little\ Billabong", |
|
43730
|
|
|
|
|
|
|
"6128608", "Blacktown", |
|
43731
|
|
|
|
|
|
|
"61259065", "Urana", |
|
43732
|
|
|
|
|
|
|
"61348294", "Logie\ Brae", |
|
43733
|
|
|
|
|
|
|
"61263052", "Windeyer", |
|
43734
|
|
|
|
|
|
|
"612685663", "Borah\ Tank", |
|
43735
|
|
|
|
|
|
|
"61362934", "Brighton", |
|
43736
|
|
|
|
|
|
|
"618660117", "Pantapin", |
|
43737
|
|
|
|
|
|
|
"61891067", "Pannawonica", |
|
43738
|
|
|
|
|
|
|
"61364493", "Wynyard", |
|
43739
|
|
|
|
|
|
|
"618660834", "Bencubbin", |
|
43740
|
|
|
|
|
|
|
"61342261", "Geelong", |
|
43741
|
|
|
|
|
|
|
"61358773", "Blighty", |
|
43742
|
|
|
|
|
|
|
"61755163", "Beechmont", |
|
43743
|
|
|
|
|
|
|
"61287499", "Liverpool", |
|
43744
|
|
|
|
|
|
|
"61256161", "Coffs\ Harbour", |
|
43745
|
|
|
|
|
|
|
"6188914", "Darwin", |
|
43746
|
|
|
|
|
|
|
"61861797", "Spearwood", |
|
43747
|
|
|
|
|
|
|
"618753289", "Pinnaroo", |
|
43748
|
|
|
|
|
|
|
"61255100", "Forster", |
|
43749
|
|
|
|
|
|
|
"61387402", "Dandenong", |
|
43750
|
|
|
|
|
|
|
"618989078", "Yealering", |
|
43751
|
|
|
|
|
|
|
"61864150", "Fremantle", |
|
43752
|
|
|
|
|
|
|
"61744131", "Cape\ River", |
|
43753
|
|
|
|
|
|
|
"61887035", "Keilira", |
|
43754
|
|
|
|
|
|
|
"61754607", "Boonah", |
|
43755
|
|
|
|
|
|
|
"61891893", "Tom\ Price", |
|
43756
|
|
|
|
|
|
|
"61240592", "East\ Gresford", |
|
43757
|
|
|
|
|
|
|
"612593982", "Junee\ Reefs", |
|
43758
|
|
|
|
|
|
|
"61350090", "Murrayville", |
|
43759
|
|
|
|
|
|
|
"618996758", "Yandanooka", |
|
43760
|
|
|
|
|
|
|
"613572471", "Mansfield", |
|
43761
|
|
|
|
|
|
|
"61269007", "Bambilla", |
|
43762
|
|
|
|
|
|
|
"61890138", "Mount\ Stirling", |
|
43763
|
|
|
|
|
|
|
"61895630", "Yanchep", |
|
43764
|
|
|
|
|
|
|
"61382035", "Croydon", |
|
43765
|
|
|
|
|
|
|
"61745705", "St\ George", |
|
43766
|
|
|
|
|
|
|
"61340509", "Boundary\ Bend", |
|
43767
|
|
|
|
|
|
|
"61248268", "Bevendale", |
|
43768
|
|
|
|
|
|
|
"61268651", "Mandagery", |
|
43769
|
|
|
|
|
|
|
"618854921", "Bow\ Hill", |
|
43770
|
|
|
|
|
|
|
"617480394", "Gladstone", |
|
43771
|
|
|
|
|
|
|
"61266943", "Mullumbimby", |
|
43772
|
|
|
|
|
|
|
"6188970", "Arnhem", |
|
43773
|
|
|
|
|
|
|
"61341308", "Traralgon", |
|
43774
|
|
|
|
|
|
|
"61885751", "Meningie", |
|
43775
|
|
|
|
|
|
|
"61255740", "Rawdon\ Vale", |
|
43776
|
|
|
|
|
|
|
"61250050", "Talgarno", |
|
43777
|
|
|
|
|
|
|
"61891325", "Marble\ Bar", |
|
43778
|
|
|
|
|
|
|
"61880041", "Dolo", |
|
43779
|
|
|
|
|
|
|
"61340552", "Boundary\ Bend", |
|
43780
|
|
|
|
|
|
|
"61354558", "Pyramid\ Hill", |
|
43781
|
|
|
|
|
|
|
"61350523", "Rufus\ River", |
|
43782
|
|
|
|
|
|
|
"617480069", "Baralaba", |
|
43783
|
|
|
|
|
|
|
"61263713", "Gulgong", |
|
43784
|
|
|
|
|
|
|
"61875192", "Peake", |
|
43785
|
|
|
|
|
|
|
"618858593", "Peake", |
|
43786
|
|
|
|
|
|
|
"61257283", "Ebor", |
|
43787
|
|
|
|
|
|
|
"613470166", "Taggerty", |
|
43788
|
|
|
|
|
|
|
"61895186", "Yanchep", |
|
43789
|
|
|
|
|
|
|
"61743404", "Biggenden", |
|
43790
|
|
|
|
|
|
|
"61399720", "Sydenham", |
|
43791
|
|
|
|
|
|
|
"61745145", "Legume", |
|
43792
|
|
|
|
|
|
|
"61867000", "Augusta", |
|
43793
|
|
|
|
|
|
|
"61267896", "Barwick", |
|
43794
|
|
|
|
|
|
|
"61851083", "Tom\ Price", |
|
43795
|
|
|
|
|
|
|
"61888756", "Spalding", |
|
43796
|
|
|
|
|
|
|
"61746798", "Dalby", |
|
43797
|
|
|
|
|
|
|
"613450576", "Lismore", |
|
43798
|
|
|
|
|
|
|
"61743360", "Maryborough", |
|
43799
|
|
|
|
|
|
|
"61341605", "Woodside", |
|
43800
|
|
|
|
|
|
|
"61269349", "Wantabadgery", |
|
43801
|
|
|
|
|
|
|
"61264453", "Cooma", |
|
43802
|
|
|
|
|
|
|
"61260428", "Barnawartha", |
|
43803
|
|
|
|
|
|
|
"61899260", "Walkaway", |
|
43804
|
|
|
|
|
|
|
"6139844", "Ringwood", |
|
43805
|
|
|
|
|
|
|
"61898181", "Lake\ Oconnor", |
|
43806
|
|
|
|
|
|
|
"61886727", "Andamooka", |
|
43807
|
|
|
|
|
|
|
"613643", "Burnie", |
|
43808
|
|
|
|
|
|
|
"61248187", "Rugby", |
|
43809
|
|
|
|
|
|
|
"61749644", "Wagoora", |
|
43810
|
|
|
|
|
|
|
"61358057", "Lalalty", |
|
43811
|
|
|
|
|
|
|
"613952", "Melbourne", |
|
43812
|
|
|
|
|
|
|
"61896901", "Northam", |
|
43813
|
|
|
|
|
|
|
"6188447", "Adelaide", |
|
43814
|
|
|
|
|
|
|
"61753112", "Kalbar", |
|
43815
|
|
|
|
|
|
|
"618903307", "Corrigin", |
|
43816
|
|
|
|
|
|
|
"61263009", "Canowindra", |
|
43817
|
|
|
|
|
|
|
"61341126", "Yinnar", |
|
43818
|
|
|
|
|
|
|
"617458790", "Darr\ Creek", |
|
43819
|
|
|
|
|
|
|
"61361541", "Miena", |
|
43820
|
|
|
|
|
|
|
"61356026", "Neerim\ South", |
|
43821
|
|
|
|
|
|
|
"6135565", "Warrnambool", |
|
43822
|
|
|
|
|
|
|
"61357682", "Swanpool", |
|
43823
|
|
|
|
|
|
|
"61268783", "Coonamble", |
|
43824
|
|
|
|
|
|
|
"61876239", "Port\ Pirie", |
|
43825
|
|
|
|
|
|
|
"61255589", "Toorooka", |
|
43826
|
|
|
|
|
|
|
"61363092", "Waterhouse", |
|
43827
|
|
|
|
|
|
|
"61357011", "Bonnie\ Doon", |
|
43828
|
|
|
|
|
|
|
"618985580", "Hyden\ East", |
|
43829
|
|
|
|
|
|
|
"61354734", "Castlemaine", |
|
43830
|
|
|
|
|
|
|
"61753177", "Kalbar", |
|
43831
|
|
|
|
|
|
|
"61260025", "Culcairn", |
|
43832
|
|
|
|
|
|
|
"617480650", "Bajool", |
|
43833
|
|
|
|
|
|
|
"61350461", "Wemen", |
|
43834
|
|
|
|
|
|
|
"61753221", "Dayboro", |
|
43835
|
|
|
|
|
|
|
"618752503", "Taldra", |
|
43836
|
|
|
|
|
|
|
"612532827", "Euchareena", |
|
43837
|
|
|
|
|
|
|
"61340180", "Scotia", |
|
43838
|
|
|
|
|
|
|
"61259327", "Cowabbie", |
|
43839
|
|
|
|
|
|
|
"6124267", "Wollongong", |
|
43840
|
|
|
|
|
|
|
"6124992", "Dungog", |
|
43841
|
|
|
|
|
|
|
"61358342", "Wanganella", |
|
43842
|
|
|
|
|
|
|
"61354229", "Kyneton", |
|
43843
|
|
|
|
|
|
|
"61897422", "Bridgetown", |
|
43844
|
|
|
|
|
|
|
"61350164", "Werrimull", |
|
43845
|
|
|
|
|
|
|
"61897044", "Dinninup", |
|
43846
|
|
|
|
|
|
|
"61248031", "Golspie", |
|
43847
|
|
|
|
|
|
|
"613573063", "Kinglake", |
|
43848
|
|
|
|
|
|
|
"613442168", "Boort", |
|
43849
|
|
|
|
|
|
|
"612684330", "Trangie", |
|
43850
|
|
|
|
|
|
|
"61898037", "Bow\ Bridge", |
|
43851
|
|
|
|
|
|
|
"61357241", "St\ James", |
|
43852
|
|
|
|
|
|
|
"618763394", "Port\ Broughton", |
|
43853
|
|
|
|
|
|
|
"61748473", "Moranbah", |
|
43854
|
|
|
|
|
|
|
"61256458", "Lismore", |
|
43855
|
|
|
|
|
|
|
"61266020", "Copmanhurst", |
|
43856
|
|
|
|
|
|
|
"61881556", "Adelaide", |
|
43857
|
|
|
|
|
|
|
"61353144", "Crymelon", |
|
43858
|
|
|
|
|
|
|
"612594017", "Urana", |
|
43859
|
|
|
|
|
|
|
"61355405", "Cobden", |
|
43860
|
|
|
|
|
|
|
"61351085", "Lakes\ Entrance", |
|
43861
|
|
|
|
|
|
|
"61259151", "Tallimba", |
|
43862
|
|
|
|
|
|
|
"61381050", "Kalkallo", |
|
43863
|
|
|
|
|
|
|
"61361330", "Strathgordon", |
|
43864
|
|
|
|
|
|
|
"61245036", "St\ Albans", |
|
43865
|
|
|
|
|
|
|
"612574827", "Tamworth", |
|
43866
|
|
|
|
|
|
|
"6124648", "Campbelltown", |
|
43867
|
|
|
|
|
|
|
"618683151", "Gnowangerup", |
|
43868
|
|
|
|
|
|
|
"61342038", "Queenscliff", |
|
43869
|
|
|
|
|
|
|
"61267393", "Drake", |
|
43870
|
|
|
|
|
|
|
"61284173", "Terrey\ Hills", |
|
43871
|
|
|
|
|
|
|
"61743101", "Childers", |
|
43872
|
|
|
|
|
|
|
"617480477", "Colston\ Park", |
|
43873
|
|
|
|
|
|
|
"61364072", "Stanley", |
|
43874
|
|
|
|
|
|
|
"61367179", "Pyengana", |
|
43875
|
|
|
|
|
|
|
"61255690", "Murrurundi", |
|
43876
|
|
|
|
|
|
|
"61256055", "Woodburn", |
|
43877
|
|
|
|
|
|
|
"61244192", "Milton\-ulladulla", |
|
43878
|
|
|
|
|
|
|
"61247099", "Katoomba", |
|
43879
|
|
|
|
|
|
|
"61250198", "Eskdale", |
|
43880
|
|
|
|
|
|
|
"612574759", "Bohena", |
|
43881
|
|
|
|
|
|
|
"61357890", "Kilmore", |
|
43882
|
|
|
|
|
|
|
"618660840", "Brookton", |
|
43883
|
|
|
|
|
|
|
"6187422", "Adelaide", |
|
43884
|
|
|
|
|
|
|
"61898484", "Denmark", |
|
43885
|
|
|
|
|
|
|
"61261583", "Cavan", |
|
43886
|
|
|
|
|
|
|
"61344109", "Castlemaine", |
|
43887
|
|
|
|
|
|
|
"61347002", "Wangaratta", |
|
43888
|
|
|
|
|
|
|
"61880122", "Menindee", |
|
43889
|
|
|
|
|
|
|
"61363588", "Rossarden", |
|
43890
|
|
|
|
|
|
|
"61364017", "Rosebery", |
|
43891
|
|
|
|
|
|
|
"6124213", "Wollongong", |
|
43892
|
|
|
|
|
|
|
"613546203", "Avoca", |
|
43893
|
|
|
|
|
|
|
"61880835", "Tibooburra", |
|
43894
|
|
|
|
|
|
|
"61351924", "Traralgon", |
|
43895
|
|
|
|
|
|
|
"61754197", "Crossdale", |
|
43896
|
|
|
|
|
|
|
"61355008", "Heywood", |
|
43897
|
|
|
|
|
|
|
"61896386", "Cunderdin\ North", |
|
43898
|
|
|
|
|
|
|
"618864331", "Mambray\ Creek", |
|
43899
|
|
|
|
|
|
|
"61753637", "Toogoolawah", |
|
43900
|
|
|
|
|
|
|
"61353838", "Laharum", |
|
43901
|
|
|
|
|
|
|
"61351488", "Licola", |
|
43902
|
|
|
|
|
|
|
"61747926", "Cape\ River\/Mount\ Fox", |
|
43903
|
|
|
|
|
|
|
"61747204", "Bowen", |
|
43904
|
|
|
|
|
|
|
"61736678", "Brisbane", |
|
43905
|
|
|
|
|
|
|
"6135232", "Colac", |
|
43906
|
|
|
|
|
|
|
"6189757", "Margaret\ River", |
|
43907
|
|
|
|
|
|
|
"61879346", "Roper\ River", |
|
43908
|
|
|
|
|
|
|
"617458811", "Injune", |
|
43909
|
|
|
|
|
|
|
"618996914", "Yuna", |
|
43910
|
|
|
|
|
|
|
"613553525", "Darlington", |
|
43911
|
|
|
|
|
|
|
"618763650", "Leigh\ Creek\ South", |
|
43912
|
|
|
|
|
|
|
"61340176", "Kyalite", |
|
43913
|
|
|
|
|
|
|
"61260096", "Corowa", |
|
43914
|
|
|
|
|
|
|
"612574188", "Barraba", |
|
43915
|
|
|
|
|
|
|
"612497", "Swansea", |
|
43916
|
|
|
|
|
|
|
"61876133", "Coober\ Pedy", |
|
43917
|
|
|
|
|
|
|
"61356095", "Trafalgar", |
|
43918
|
|
|
|
|
|
|
"618763615", "Booleroo\ Centre", |
|
43919
|
|
|
|
|
|
|
"617459031", "Longreach", |
|
43920
|
|
|
|
|
|
|
"61747545", "Charters\ Towers", |
|
43921
|
|
|
|
|
|
|
"61344152", "Redesdale", |
|
43922
|
|
|
|
|
|
|
"61350158", "Wemen", |
|
43923
|
|
|
|
|
|
|
"612530009", "Birriwa", |
|
43924
|
|
|
|
|
|
|
"618753005", "Copeville", |
|
43925
|
|
|
|
|
|
|
"6139257", "Melbourne", |
|
43926
|
|
|
|
|
|
|
"61256300", "Lawrence", |
|
43927
|
|
|
|
|
|
|
"613470794", "Seymour", |
|
43928
|
|
|
|
|
|
|
"613441724", "Moonambel", |
|
43929
|
|
|
|
|
|
|
"61744434", "Greenvale", |
|
43930
|
|
|
|
|
|
|
"61354123", "Lockington", |
|
43931
|
|
|
|
|
|
|
"61256464", "Coffs\ Harbour", |
|
43932
|
|
|
|
|
|
|
"61740761", "Kidston", |
|
43933
|
|
|
|
|
|
|
"61255361", "Glendonbrook", |
|
43934
|
|
|
|
|
|
|
"61261075", "The\ Mullion", |
|
43935
|
|
|
|
|
|
|
"61887841", "Greenways", |
|
43936
|
|
|
|
|
|
|
"612532531", "Harden", |
|
43937
|
|
|
|
|
|
|
"61341195", "Gelantipy", |
|
43938
|
|
|
|
|
|
|
"61359191", "Red\ Hill", |
|
43939
|
|
|
|
|
|
|
"618903554", "Mount\ Beaumont", |
|
43940
|
|
|
|
|
|
|
"61896250", "Meckering", |
|
43941
|
|
|
|
|
|
|
"612570158", "Elcombe", |
|
43942
|
|
|
|
|
|
|
"61351573", "Ensay", |
|
43943
|
|
|
|
|
|
|
"61363473", "Lilydale", |
|
43944
|
|
|
|
|
|
|
"61890375", "Collurabbie", |
|
43945
|
|
|
|
|
|
|
"61367353", "Rossarden", |
|
43946
|
|
|
|
|
|
|
"6188683", "Port\ Lincoln", |
|
43947
|
|
|
|
|
|
|
"61267825", "Barraba", |
|
43948
|
|
|
|
|
|
|
"61240088", "Tea\ Gardens", |
|
43949
|
|
|
|
|
|
|
"6139972", "Melbourne", |
|
43950
|
|
|
|
|
|
|
"61257189", "Narrabri", |
|
43951
|
|
|
|
|
|
|
"618983676", "Jerdacuttup", |
|
43952
|
|
|
|
|
|
|
"61343679", "Bacchus\ Marsh", |
|
43953
|
|
|
|
|
|
|
"61267132", "Warialda", |
|
43954
|
|
|
|
|
|
|
"61264039", "Cobargo", |
|
43955
|
|
|
|
|
|
|
"61743518", "Tiaro", |
|
43956
|
|
|
|
|
|
|
"613553793", "Hamilton", |
|
43957
|
|
|
|
|
|
|
"618996986", "Howatharra", |
|
43958
|
|
|
|
|
|
|
"618683398", "Newdegate", |
|
43959
|
|
|
|
|
|
|
"6136200", "Hobart", |
|
43960
|
|
|
|
|
|
|
"61878215", "Maitland", |
|
43961
|
|
|
|
|
|
|
"61253578", "Mudgee", |
|
43962
|
|
|
|
|
|
|
"61730386", "Cleveland", |
|
43963
|
|
|
|
|
|
|
"61353704", "Mount\ Wallace", |
|
43964
|
|
|
|
|
|
|
"61356498", "Bunyip", |
|
43965
|
|
|
|
|
|
|
"61887290", "Frances", |
|
43966
|
|
|
|
|
|
|
"61891396", "Fitzroy\ Crossing", |
|
43967
|
|
|
|
|
|
|
"61895170", "Bakers\ Hill", |
|
43968
|
|
|
|
|
|
|
"61746173", "Brymaroo", |
|
43969
|
|
|
|
|
|
|
"61342213", "Cressy", |
|
43970
|
|
|
|
|
|
|
"613451352", "Warrnambool", |
|
43971
|
|
|
|
|
|
|
"61258158", "Dubbo", |
|
43972
|
|
|
|
|
|
|
"61355024", "Camperdown", |
|
43973
|
|
|
|
|
|
|
"61355442", "Mount\ Richmond", |
|
43974
|
|
|
|
|
|
|
"61889707", "Tiwi", |
|
43975
|
|
|
|
|
|
|
"61256113", "Maclean", |
|
43976
|
|
|
|
|
|
|
"61895177", "Pinjarra", |
|
43977
|
|
|
|
|
|
|
"618903494", "Grass\ Patch", |
|
43978
|
|
|
|
|
|
|
"61890019", "Narembeen", |
|
43979
|
|
|
|
|
|
|
"618863592", "Port\ Neill", |
|
43980
|
|
|
|
|
|
|
"61887297", "Naracoorte", |
|
43981
|
|
|
|
|
|
|
"61351908", "Omeo", |
|
43982
|
|
|
|
|
|
|
"618864050", "Kapinnie", |
|
43983
|
|
|
|
|
|
|
"61260101", "Leicester\ Park", |
|
43984
|
|
|
|
|
|
|
"61897469", "Capel", |
|
43985
|
|
|
|
|
|
|
"617452734", "Legume", |
|
43986
|
|
|
|
|
|
|
"61742768", "Coen", |
|
43987
|
|
|
|
|
|
|
"61896257", "Trayning", |
|
43988
|
|
|
|
|
|
|
"61238146", "Golspie", |
|
43989
|
|
|
|
|
|
|
"61248176", "Robertson", |
|
43990
|
|
|
|
|
|
|
"61343018", "Yaapeet", |
|
43991
|
|
|
|
|
|
|
"61359285", "Mornington", |
|
43992
|
|
|
|
|
|
|
"617486019", "Carbine\ Creek", |
|
43993
|
|
|
|
|
|
|
"618600819", "Great\ Victoria", |
|
43994
|
|
|
|
|
|
|
"613441896", "Colbinabbin", |
|
43995
|
|
|
|
|
|
|
"613470826", "Harrietville", |
|
43996
|
|
|
|
|
|
|
"61895112", "Waroona", |
|
43997
|
|
|
|
|
|
|
"612530079", "Dunedoo", |
|
43998
|
|
|
|
|
|
|
"61896184", "Wannamal", |
|
43999
|
|
|
|
|
|
|
"61880169", "Broken\ Hill", |
|
44000
|
|
|
|
|
|
|
"61888575", "Pine\ Point", |
|
44001
|
|
|
|
|
|
|
"61242081", "Wollongong", |
|
44002
|
|
|
|
|
|
|
"61749953", "Spier", |
|
44003
|
|
|
|
|
|
|
"61341281", "Loch\ Sport", |
|
44004
|
|
|
|
|
|
|
"61258811", "Warren", |
|
44005
|
|
|
|
|
|
|
"61256307", "Bonalbo", |
|
44006
|
|
|
|
|
|
|
"61877294", "Taratap", |
|
44007
|
|
|
|
|
|
|
"617750021", "Quilpie", |
|
44008
|
|
|
|
|
|
|
"61258235", "Condobolin", |
|
44009
|
|
|
|
|
|
|
"6124311", "Gosford", |
|
44010
|
|
|
|
|
|
|
"61753186", "Laidley", |
|
44011
|
|
|
|
|
|
|
"61885062", "Gurrai", |
|
44012
|
|
|
|
|
|
|
"618601026", "Merredin", |
|
44013
|
|
|
|
|
|
|
"6174588", "Toowoomba", |
|
44014
|
|
|
|
|
|
|
"61747852", "Bowen", |
|
44015
|
|
|
|
|
|
|
"61347045", "Winton", |
|
44016
|
|
|
|
|
|
|
"61359006", "Emerald", |
|
44017
|
|
|
|
|
|
|
"61348088", "Tatura", |
|
44018
|
|
|
|
|
|
|
"61357616", "Flowerdale", |
|
44019
|
|
|
|
|
|
|
"618683563", "Unicup", |
|
44020
|
|
|
|
|
|
|
"61742754", "Silkwood", |
|
44021
|
|
|
|
|
|
|
"6188111", "Adelaide", |
|
44022
|
|
|
|
|
|
|
"613546273", "Harcourt", |
|
44023
|
|
|
|
|
|
|
"61749581", "Dysart", |
|
44024
|
|
|
|
|
|
|
"61353728", "Horsham", |
|
44025
|
|
|
|
|
|
|
"61364010", "Marrawah", |
|
44026
|
|
|
|
|
|
|
"61266938", "Urbenville", |
|
44027
|
|
|
|
|
|
|
"618763843", "Woomera", |
|
44028
|
|
|
|
|
|
|
"61747809", "Long\ Pocket", |
|
44029
|
|
|
|
|
|
|
"61363871", "Whitemark", |
|
44030
|
|
|
|
|
|
|
"61745692", "Jundah", |
|
44031
|
|
|
|
|
|
|
"61890143", "Mukinbudin", |
|
44032
|
|
|
|
|
|
|
"618965655", "Goomalling", |
|
44033
|
|
|
|
|
|
|
"61256049", "Wiangaree", |
|
44034
|
|
|
|
|
|
|
"61753630", "Nambour", |
|
44035
|
|
|
|
|
|
|
"61357063", "Kilmore", |
|
44036
|
|
|
|
|
|
|
"61754190", "Caboolture", |
|
44037
|
|
|
|
|
|
|
"61888083", "Port\ Wakefield", |
|
44038
|
|
|
|
|
|
|
"61269275", "Winchendon\ Vale", |
|
44039
|
|
|
|
|
|
|
"61258164", "Cuttaburra", |
|
44040
|
|
|
|
|
|
|
"61340374", "Balranald", |
|
44041
|
|
|
|
|
|
|
"612583281", "Mendooran", |
|
44042
|
|
|
|
|
|
|
"612583507", "Curban", |
|
44043
|
|
|
|
|
|
|
"61340031", "Cunninyeuk", |
|
44044
|
|
|
|
|
|
|
"61255697", "Rookhurst", |
|
44045
|
|
|
|
|
|
|
"61275012", "Engadine", |
|
44046
|
|
|
|
|
|
|
"61350413", "Pan\ Ban", |
|
44047
|
|
|
|
|
|
|
"61879144", "Borroloola", |
|
44048
|
|
|
|
|
|
|
"618903882", "Mount\ Hampton", |
|
44049
|
|
|
|
|
|
|
"61244795", "Moruya", |
|
44050
|
|
|
|
|
|
|
"618965610", "Dowerin", |
|
44051
|
|
|
|
|
|
|
"6126036", "Holbrook", |
|
44052
|
|
|
|
|
|
|
"61357897", "Beechworth", |
|
44053
|
|
|
|
|
|
|
"618601038", "Norseman", |
|
44054
|
|
|
|
|
|
|
"61361337", "Orford", |
|
44055
|
|
|
|
|
|
|
"618866945", "Caltowie", |
|
44056
|
|
|
|
|
|
|
"61868023", "Kojaneerup", |
|
44057
|
|
|
|
|
|
|
"61266027", "Dorrigo", |
|
44058
|
|
|
|
|
|
|
"61891194", "De\ Grey", |
|
44059
|
|
|
|
|
|
|
"618854980", "Robertstown", |
|
44060
|
|
|
|
|
|
|
"61263761", "Cassilis", |
|
44061
|
|
|
|
|
|
|
"61268056", "Gilgooma", |
|
44062
|
|
|
|
|
|
|
"61265975", "Smithtown", |
|
44063
|
|
|
|
|
|
|
"61898030", "Borden", |
|
44064
|
|
|
|
|
|
|
"617459315", "Balonne", |
|
44065
|
|
|
|
|
|
|
"61267565", "Gundabloui", |
|
44066
|
|
|
|
|
|
|
"613470838", "Myrtleford", |
|
44067
|
|
|
|
|
|
|
"618866176", "Streaky\ Bay", |
|
44068
|
|
|
|
|
|
|
"61358198", "Tatura", |
|
44069
|
|
|
|
|
|
|
"617476381", "Bambaroo", |
|
44070
|
|
|
|
|
|
|
"61260741", "Gerogery", |
|
44071
|
|
|
|
|
|
|
"61265051", "Forster", |
|
44072
|
|
|
|
|
|
|
"617459913", "Valley\ Downs", |
|
44073
|
|
|
|
|
|
|
"61887443", "Marcollat", |
|
44074
|
|
|
|
|
|
|
"61743096", "Chahpingah", |
|
44075
|
|
|
|
|
|
|
"613572630", "Yarck", |
|
44076
|
|
|
|
|
|
|
"618763818", "Port\ Lincoln", |
|
44077
|
|
|
|
|
|
|
"61897175", "Augusta", |
|
44078
|
|
|
|
|
|
|
"61885295", "Riverton", |
|
44079
|
|
|
|
|
|
|
"61353951", "Rainbow", |
|
44080
|
|
|
|
|
|
|
"61340585", "Wemen", |
|
44081
|
|
|
|
|
|
|
"61745789", "Glenhope", |
|
44082
|
|
|
|
|
|
|
"61752160", "Rosevale", |
|
44083
|
|
|
|
|
|
|
"612583938", "Teridgerie", |
|
44084
|
|
|
|
|
|
|
"612594446", "Ungarie", |
|
44085
|
|
|
|
|
|
|
"61742481", "Silkwood", |
|
44086
|
|
|
|
|
|
|
"61364128", "Sheffield", |
|
44087
|
|
|
|
|
|
|
"617458813", "Jandowae", |
|
44088
|
|
|
|
|
|
|
"61353075", "Warracknabeal", |
|
44089
|
|
|
|
|
|
|
"618983732", "Kojonup", |
|
44090
|
|
|
|
|
|
|
"612802", "Sydney", |
|
44091
|
|
|
|
|
|
|
"618903297", "Bullaring", |
|
44092
|
|
|
|
|
|
|
"6128408", "Dural", |
|
44093
|
|
|
|
|
|
|
"613451034", "Benayeo", |
|
44094
|
|
|
|
|
|
|
"61749035", "Carmila", |
|
44095
|
|
|
|
|
|
|
"61754866", "Wolvi", |
|
44096
|
|
|
|
|
|
|
"612532533", "Kandos", |
|
44097
|
|
|
|
|
|
|
"618967730", "Aldersyde", |
|
44098
|
|
|
|
|
|
|
"617459033", "Macalister", |
|
44099
|
|
|
|
|
|
|
"61392175", "Melbourne", |
|
44100
|
|
|
|
|
|
|
"61876220", "Mount\ Hope", |
|
44101
|
|
|
|
|
|
|
"61880078", "Menindee", |
|
44102
|
|
|
|
|
|
|
"618763666", "Poochera", |
|
44103
|
|
|
|
|
|
|
"61872330", "Adelaide", |
|
44104
|
|
|
|
|
|
|
"61284076", "Terrey\ Hills", |
|
44105
|
|
|
|
|
|
|
"617476442", "Cape\ River", |
|
44106
|
|
|
|
|
|
|
"61742377", "Daintree", |
|
44107
|
|
|
|
|
|
|
"61355323", "Apsley", |
|
44108
|
|
|
|
|
|
|
"618600746", "Coomalbidgup", |
|
44109
|
|
|
|
|
|
|
"618600925", "Wialki\ North", |
|
44110
|
|
|
|
|
|
|
"617322", "Brisbane", |
|
44111
|
|
|
|
|
|
|
"6124291", "Helensburgh", |
|
44112
|
|
|
|
|
|
|
"61745540", "Freestone", |
|
44113
|
|
|
|
|
|
|
"61741413", "Kingaroy", |
|
44114
|
|
|
|
|
|
|
"618982996", "Bremer\ Bay", |
|
44115
|
|
|
|
|
|
|
"61357987", "Longwood", |
|
44116
|
|
|
|
|
|
|
"61357655", "Kilmore", |
|
44117
|
|
|
|
|
|
|
"61886522", "Sleaford\ Mere", |
|
44118
|
|
|
|
|
|
|
"61888967", "Kadina", |
|
44119
|
|
|
|
|
|
|
"61891032", "Hall\'s\ Creek", |
|
44120
|
|
|
|
|
|
|
"617750368", "Lynd\ Range", |
|
44121
|
|
|
|
|
|
|
"617459057", "Stanthorpe", |
|
44122
|
|
|
|
|
|
|
"61742312", "Malanda", |
|
44123
|
|
|
|
|
|
|
"61264943", "Merimbula", |
|
44124
|
|
|
|
|
|
|
"61361578", "Richmond", |
|
44125
|
|
|
|
|
|
|
"613441235", "Pyramid\ Hill", |
|
44126
|
|
|
|
|
|
|
"61256598", "Mallanganee", |
|
44127
|
|
|
|
|
|
|
"61756607", "Beaudesert", |
|
44128
|
|
|
|
|
|
|
"61353478", "Glenorchy", |
|
44129
|
|
|
|
|
|
|
"617459948", "Bunya\ Mountains", |
|
44130
|
|
|
|
|
|
|
"618964452", "Coomberdale", |
|
44131
|
|
|
|
|
|
|
"61879319", "Carpentaria", |
|
44132
|
|
|
|
|
|
|
"613553791", "Hamilton", |
|
44133
|
|
|
|
|
|
|
"61255244", "Comara", |
|
44134
|
|
|
|
|
|
|
"6135320", "Ballarat", |
|
44135
|
|
|
|
|
|
|
"61890791", "Cascade", |
|
44136
|
|
|
|
|
|
|
"61890282", "Kalgoorlie", |
|
44137
|
|
|
|
|
|
|
"61899534", "Eneabba\ North", |
|
44138
|
|
|
|
|
|
|
"617442800", "Hughenden", |
|
44139
|
|
|
|
|
|
|
"61860061", "Norseman", |
|
44140
|
|
|
|
|
|
|
"61350614", "Rufus\ River", |
|
44141
|
|
|
|
|
|
|
"613573061", "Kinglake", |
|
44142
|
|
|
|
|
|
|
"612574682", "Delungra", |
|
44143
|
|
|
|
|
|
|
"61257398", "Upper\ Horton", |
|
44144
|
|
|
|
|
|
|
"618683153", "Harrismith", |
|
44145
|
|
|
|
|
|
|
"617441975", "Upper\ Stone", |
|
44146
|
|
|
|
|
|
|
"617750105", "Barcoo", |
|
44147
|
|
|
|
|
|
|
"61253330", "Dunedoo", |
|
44148
|
|
|
|
|
|
|
"61887322", "Tilley\ Swamp", |
|
44149
|
|
|
|
|
|
|
"61263085", "Glen\ Davis", |
|
44150
|
|
|
|
|
|
|
"61851170", "Tom\ Price", |
|
44151
|
|
|
|
|
|
|
"61285373", "Sutherland", |
|
44152
|
|
|
|
|
|
|
"61741366", "Maryborough", |
|
44153
|
|
|
|
|
|
|
"61269813", "Tumut", |
|
44154
|
|
|
|
|
|
|
"61354026", "Harcourt", |
|
44155
|
|
|
|
|
|
|
"61886486", "Quorn", |
|
44156
|
|
|
|
|
|
|
"61887644", "Naracoorte", |
|
44157
|
|
|
|
|
|
|
"61267977", "Mirriadool", |
|
44158
|
|
|
|
|
|
|
"6188380", "Salisbury", |
|
44159
|
|
|
|
|
|
|
"618683405", "Pingaring", |
|
44160
|
|
|
|
|
|
|
"61357364", "Euroa", |
|
44161
|
|
|
|
|
|
|
"612583745", "Warrington", |
|
44162
|
|
|
|
|
|
|
"612583926", "Myamley", |
|
44163
|
|
|
|
|
|
|
"61361483", "Miena", |
|
44164
|
|
|
|
|
|
|
"613532335", "Mount\ Wallace", |
|
44165
|
|
|
|
|
|
|
"618967017", "Meckering", |
|
44166
|
|
|
|
|
|
|
"617452695", "Cunningham", |
|
44167
|
|
|
|
|
|
|
"61357400", "Flowerdale", |
|
44168
|
|
|
|
|
|
|
"61876036", "Port\ Augusta", |
|
44169
|
|
|
|
|
|
|
"61267912", "Gunnedah", |
|
44170
|
|
|
|
|
|
|
"61740908", "Daintree", |
|
44171
|
|
|
|
|
|
|
"61754902", "Caloundra", |
|
44172
|
|
|
|
|
|
|
"61263488", "Wollar", |
|
44173
|
|
|
|
|
|
|
"618864333", "Mambray\ Creek", |
|
44174
|
|
|
|
|
|
|
"61260193", "Balldale", |
|
44175
|
|
|
|
|
|
|
"61340073", "Cunninyeuk", |
|
44176
|
|
|
|
|
|
|
"61263206", "Running\ Stream", |
|
44177
|
|
|
|
|
|
|
"61263924", "Euchareena", |
|
44178
|
|
|
|
|
|
|
"613546201", "Avoca", |
|
44179
|
|
|
|
|
|
|
"61268015", "Narromine", |
|
44180
|
|
|
|
|
|
|
"618683137", "Broomehill", |
|
44181
|
|
|
|
|
|
|
"617486939", "Lethebrook", |
|
44182
|
|
|
|
|
|
|
"618903627", "Scaddan\ West", |
|
44183
|
|
|
|
|
|
|
"61359103", "Rosebud", |
|
44184
|
|
|
|
|
|
|
"618683561", "Tarwonga", |
|
44185
|
|
|
|
|
|
|
"613546271", "Harcourt", |
|
44186
|
|
|
|
|
|
|
"61753083", "Gunalda", |
|
44187
|
|
|
|
|
|
|
"61741811", "Bundaberg", |
|
44188
|
|
|
|
|
|
|
"61756455", "Tweed\ Heads", |
|
44189
|
|
|
|
|
|
|
"618763841", "Wilpena", |
|
44190
|
|
|
|
|
|
|
"61752288", "Gympie", |
|
44191
|
|
|
|
|
|
|
"61267970", "Coolatai", |
|
44192
|
|
|
|
|
|
|
"617458645", "Leyburn", |
|
44193
|
|
|
|
|
|
|
"612583283", "Mount\ Herring", |
|
44194
|
|
|
|
|
|
|
"61755931", "Southport", |
|
44195
|
|
|
|
|
|
|
"61357407", "Falls\ Creek", |
|
44196
|
|
|
|
|
|
|
"61367068", "Emita", |
|
44197
|
|
|
|
|
|
|
"618683475", "Badgebup", |
|
44198
|
|
|
|
|
|
|
"618600252", "Mukinbudin", |
|
44199
|
|
|
|
|
|
|
"617750175", "Miles", |
|
44200
|
|
|
|
|
|
|
"61756058", "Southport", |
|
44201
|
|
|
|
|
|
|
"61343127", "Buangor", |
|
44202
|
|
|
|
|
|
|
"617441905", "Karumba", |
|
44203
|
|
|
|
|
|
|
"61248073", "Tuena", |
|
44204
|
|
|
|
|
|
|
"61238043", "Lost\ River", |
|
44205
|
|
|
|
|
|
|
"61748431", "Rockhampton", |
|
44206
|
|
|
|
|
|
|
"61744279", "Bowen", |
|
44207
|
|
|
|
|
|
|
"61851177", "Dampier", |
|
44208
|
|
|
|
|
|
|
"61741158", "Yandaran", |
|
44209
|
|
|
|
|
|
|
"6124393", "Wyong", |
|
44210
|
|
|
|
|
|
|
"61851221", "Paraburdoo", |
|
44211
|
|
|
|
|
|
|
"61253337", "Mudgee", |
|
44212
|
|
|
|
|
|
|
"61257021", "Ingleba", |
|
44213
|
|
|
|
|
|
|
"61743332", "Monogorilby", |
|
44214
|
|
|
|
|
|
|
"617473910", "Gununa", |
|
44215
|
|
|
|
|
|
|
"61364104", "Yambacoona", |
|
44216
|
|
|
|
|
|
|
"617459911", "Toobeah", |
|
44217
|
|
|
|
|
|
|
"6139470", "Melbourne", |
|
44218
|
|
|
|
|
|
|
"61359372", "Red\ Hill", |
|
44219
|
|
|
|
|
|
|
"613531817", "Daylesford", |
|
44220
|
|
|
|
|
|
|
"61256016", "Urbenville", |
|
44221
|
|
|
|
|
|
|
"61898683", "Pumphreys", |
|
44222
|
|
|
|
|
|
|
"61267094", "Mungindi", |
|
44223
|
|
|
|
|
|
|
"61731594", "Dayboro", |
|
44224
|
|
|
|
|
|
|
"61745436", "Inglewood", |
|
44225
|
|
|
|
|
|
|
"61890584", "Dulyalbin", |
|
44226
|
|
|
|
|
|
|
"617442870", "Richmond", |
|
44227
|
|
|
|
|
|
|
"61886569", "Port\ Pirie", |
|
44228
|
|
|
|
|
|
|
"61851112", "Tom\ Price", |
|
44229
|
|
|
|
|
|
|
"617476383", "Bambaroo", |
|
44230
|
|
|
|
|
|
|
"61746076", "Haden", |
|
44231
|
|
|
|
|
|
|
"61269411", "Tumut", |
|
44232
|
|
|
|
|
|
|
"61743193", "Booyal", |
|
44233
|
|
|
|
|
|
|
"612582509", "Nyngan", |
|
44234
|
|
|
|
|
|
|
"61345040", "Lake\ Mundi", |
|
44235
|
|
|
|
|
|
|
"61255542", "Moonan\ Flat", |
|
44236
|
|
|
|
|
|
|
"61256663", "Ballina", |
|
44237
|
|
|
|
|
|
|
"61888960", "Hallett", |
|
44238
|
|
|
|
|
|
|
"61357649", "Benalla", |
|
44239
|
|
|
|
|
|
|
"61263908", "Cudal", |
|
44240
|
|
|
|
|
|
|
"61754482", "Noosaville", |
|
44241
|
|
|
|
|
|
|
"618982370", "Kojaneerup", |
|
44242
|
|
|
|
|
|
|
"612593924", "Merriwagga", |
|
44243
|
|
|
|
|
|
|
"61887369", "Short", |
|
44244
|
|
|
|
|
|
|
"61756600", "Jimboomba", |
|
44245
|
|
|
|
|
|
|
"618661124", "Cleary\ North", |
|
44246
|
|
|
|
|
|
|
"61740206", "Dimbulah", |
|
44247
|
|
|
|
|
|
|
"617487147", "Nebo", |
|
44248
|
|
|
|
|
|
|
"61367054", "Campbell\ Town", |
|
44249
|
|
|
|
|
|
|
"61268153", "Balladoran", |
|
44250
|
|
|
|
|
|
|
"61895662", "Bullsbrook\ East", |
|
44251
|
|
|
|
|
|
|
"61896543", "Miling", |
|
44252
|
|
|
|
|
|
|
"618864066", "Koongawa", |
|
44253
|
|
|
|
|
|
|
"61248585", "Woodhouselee", |
|
44254
|
|
|
|
|
|
|
"61742370", "Edward\ River", |
|
44255
|
|
|
|
|
|
|
"612594355", "Tumut", |
|
44256
|
|
|
|
|
|
|
"61358389", "Tatura", |
|
44257
|
|
|
|
|
|
|
"61886224", "Minnipa", |
|
44258
|
|
|
|
|
|
|
"61364744", "Ulverstone", |
|
44259
|
|
|
|
|
|
|
"61886739", "Woomera", |
|
44260
|
|
|
|
|
|
|
"61868126", "Bokerup", |
|
44261
|
|
|
|
|
|
|
"61879075", "Carpentaria", |
|
44262
|
|
|
|
|
|
|
"617563025", "Southport", |
|
44263
|
|
|
|
|
|
|
"61745547", "Durham\ Downs", |
|
44264
|
|
|
|
|
|
|
"61266118", "Wiangaree", |
|
44265
|
|
|
|
|
|
|
"6188193", "Adelaide", |
|
44266
|
|
|
|
|
|
|
"61248757", "Reidsdale", |
|
44267
|
|
|
|
|
|
|
"61878256", "Snowtown", |
|
44268
|
|
|
|
|
|
|
"61898751", "Varley", |
|
44269
|
|
|
|
|
|
|
"617486868", "Rolleston", |
|
44270
|
|
|
|
|
|
|
"61373021", "Point\ Cook", |
|
44271
|
|
|
|
|
|
|
"61876171", "Wanilla", |
|
44272
|
|
|
|
|
|
|
"613431982", "Murtoa", |
|
44273
|
|
|
|
|
|
|
"61876227", "Port\ Neill", |
|
44274
|
|
|
|
|
|
|
"61238119", "Gundillion", |
|
44275
|
|
|
|
|
|
|
"61740085", "Lockhart\ River", |
|
44276
|
|
|
|
|
|
|
"618983488", "Gairdner", |
|
44277
|
|
|
|
|
|
|
"6124064", "Newcastle", |
|
44278
|
|
|
|
|
|
|
"61888186", "Spalding", |
|
44279
|
|
|
|
|
|
|
"61357166", "Longwood", |
|
44280
|
|
|
|
|
|
|
"61244034", "Narooma", |
|
44281
|
|
|
|
|
|
|
"61890046", "Condingup", |
|
44282
|
|
|
|
|
|
|
"61752167", "Crossdale", |
|
44283
|
|
|
|
|
|
|
"61756064", "Tamborine\ Mountain", |
|
44284
|
|
|
|
|
|
|
"617750023", "Robinson\ Gorge", |
|
44285
|
|
|
|
|
|
|
"61741164", "Proston", |
|
44286
|
|
|
|
|
|
|
"61267301", "Glen\ Innes", |
|
44287
|
|
|
|
|
|
|
"613574194", "Seymour", |
|
44288
|
|
|
|
|
|
|
"61753575", "Cooroy", |
|
44289
|
|
|
|
|
|
|
"6175619", "Southport", |
|
44290
|
|
|
|
|
|
|
"61885181", "Sanderston", |
|
44291
|
|
|
|
|
|
|
"6124366", "Wyong", |
|
44292
|
|
|
|
|
|
|
"61897772", "Manjimup", |
|
44293
|
|
|
|
|
|
|
"61354237", "Kyneton", |
|
44294
|
|
|
|
|
|
|
"61889559", "Petermann", |
|
44295
|
|
|
|
|
|
|
"618964936", "Wannamal", |
|
44296
|
|
|
|
|
|
|
"61896993", "Balkuling", |
|
44297
|
|
|
|
|
|
|
"617487152", "Proserpine", |
|
44298
|
|
|
|
|
|
|
"61898029", "Varley", |
|
44299
|
|
|
|
|
|
|
"61885928", "Eudunda", |
|
44300
|
|
|
|
|
|
|
"61267160", "Delungra", |
|
44301
|
|
|
|
|
|
|
"61264365", "Bobundara", |
|
44302
|
|
|
|
|
|
|
"6175539", "Southport", |
|
44303
|
|
|
|
|
|
|
"61741461", "Rosedale", |
|
44304
|
|
|
|
|
|
|
"618752958", "Peake", |
|
44305
|
|
|
|
|
|
|
"61885484", "Gawler", |
|
44306
|
|
|
|
|
|
|
"613432121", "Telopea\ Downs", |
|
44307
|
|
|
|
|
|
|
"61746080", "Isisford", |
|
44308
|
|
|
|
|
|
|
"61886381", "Port\ Pirie", |
|
44309
|
|
|
|
|
|
|
"61268202", "Bonnay", |
|
44310
|
|
|
|
|
|
|
"617750149", "Greenmount", |
|
44311
|
|
|
|
|
|
|
"618862208", "Bayley\ Plains", |
|
44312
|
|
|
|
|
|
|
"618994468", "Yandanooka", |
|
44313
|
|
|
|
|
|
|
"618753514", "Swan\ Reach", |
|
44314
|
|
|
|
|
|
|
"61875034", "Copeville", |
|
44315
|
|
|
|
|
|
|
"61244251", "Berry", |
|
44316
|
|
|
|
|
|
|
"61264668", "Cobargo", |
|
44317
|
|
|
|
|
|
|
"61887953", "Cannawigara", |
|
44318
|
|
|
|
|
|
|
"61267986", "Nundle", |
|
44319
|
|
|
|
|
|
|
"613441782", "Birchip", |
|
44320
|
|
|
|
|
|
|
"61260894", "Rand", |
|
44321
|
|
|
|
|
|
|
"61367231", "Pyengana", |
|
44322
|
|
|
|
|
|
|
"61886477", "Whyalla", |
|
44323
|
|
|
|
|
|
|
"618600962", "Leonora", |
|
44324
|
|
|
|
|
|
|
"613451280", "Lismore", |
|
44325
|
|
|
|
|
|
|
"61260778", "Corryong", |
|
44326
|
|
|
|
|
|
|
"61885037", "Culburra", |
|
44327
|
|
|
|
|
|
|
"6188863", "Halbury", |
|
44328
|
|
|
|
|
|
|
"617458679", "Taroom", |
|
44329
|
|
|
|
|
|
|
"61265318", "Comboyne", |
|
44330
|
|
|
|
|
|
|
"612583709", "Goorianawa", |
|
44331
|
|
|
|
|
|
|
"61860149", "Narembeen", |
|
44332
|
|
|
|
|
|
|
"6186478", "Perth", |
|
44333
|
|
|
|
|
|
|
"61259292", "Currawarna", |
|
44334
|
|
|
|
|
|
|
"61354621", "Maryborough", |
|
44335
|
|
|
|
|
|
|
"61749297", "Glenden", |
|
44336
|
|
|
|
|
|
|
"61747707", "Rollingstone", |
|
44337
|
|
|
|
|
|
|
"61871007", "Adelaide", |
|
44338
|
|
|
|
|
|
|
"61881660", "Adelaide", |
|
44339
|
|
|
|
|
|
|
"61269114", "Yaven\ Creek", |
|
44340
|
|
|
|
|
|
|
"6126556", "Coopernook", |
|
44341
|
|
|
|
|
|
|
"618852077", "Hamley\ Bridge", |
|
44342
|
|
|
|
|
|
|
"61363134", "Mole\ Creek", |
|
44343
|
|
|
|
|
|
|
"617750387", "Quilpie", |
|
44344
|
|
|
|
|
|
|
"61742250", "Atherton", |
|
44345
|
|
|
|
|
|
|
"61364694", "Stanley", |
|
44346
|
|
|
|
|
|
|
"61748265", "Clermont", |
|
44347
|
|
|
|
|
|
|
"61888715", "Arthurton", |
|
44348
|
|
|
|
|
|
|
"61891983", "Whaleback", |
|
44349
|
|
|
|
|
|
|
"61269861", "Milbrulong", |
|
44350
|
|
|
|
|
|
|
"61720000", "Redcliffe", |
|
44351
|
|
|
|
|
|
|
"613542311", "Strathfieldsaye", |
|
44352
|
|
|
|
|
|
|
"61744359", "Dalbeg", |
|
44353
|
|
|
|
|
|
|
"612685846", "Mullengudgery", |
|
44354
|
|
|
|
|
|
|
"61257142", "Barwick", |
|
44355
|
|
|
|
|
|
|
"61879200", "Alice\ Springs", |
|
44356
|
|
|
|
|
|
|
"618859972", "Policemans\ Point", |
|
44357
|
|
|
|
|
|
|
"61743603", "Proston", |
|
44358
|
|
|
|
|
|
|
"61741090", "Monto", |
|
44359
|
|
|
|
|
|
|
"61299338", "Parramatta", |
|
44360
|
|
|
|
|
|
|
"61264654", "Nimmitabel", |
|
44361
|
|
|
|
|
|
|
"61238213", "Wombeyan\ Caves", |
|
44362
|
|
|
|
|
|
|
"61256246", "Wiangaree", |
|
44363
|
|
|
|
|
|
|
"61257759", "Armidale", |
|
44364
|
|
|
|
|
|
|
"61341597", "Sale", |
|
44365
|
|
|
|
|
|
|
"61891801", "Sandfire", |
|
44366
|
|
|
|
|
|
|
"61362521", "Gretna", |
|
44367
|
|
|
|
|
|
|
"618600247", "Mount\ Beaumont", |
|
44368
|
|
|
|
|
|
|
"617486708", "Nathan\ Gorge", |
|
44369
|
|
|
|
|
|
|
"61747147", "Palm\ Island", |
|
44370
|
|
|
|
|
|
|
"61359252", "Koo\ Wee\ Rup", |
|
44371
|
|
|
|
|
|
|
"61358423", "Undera", |
|
44372
|
|
|
|
|
|
|
"61342146", "Queenscliff", |
|
44373
|
|
|
|
|
|
|
"613470556", "Myrtleford", |
|
44374
|
|
|
|
|
|
|
"618752465", "Kapunda", |
|
44375
|
|
|
|
|
|
|
"61748134", "Glenden", |
|
44376
|
|
|
|
|
|
|
"61888170", "Warooka", |
|
44377
|
|
|
|
|
|
|
"618683617", "Katanning", |
|
44378
|
|
|
|
|
|
|
"61868195", "Albany", |
|
44379
|
|
|
|
|
|
|
"61743299", "Boondooma", |
|
44380
|
|
|
|
|
|
|
"61742386", "Herberton", |
|
44381
|
|
|
|
|
|
|
"61362463", "Baden", |
|
44382
|
|
|
|
|
|
|
"618964928", "Regans\ Ford", |
|
44383
|
|
|
|
|
|
|
"61860013", "Mount\ Walker\ South", |
|
44384
|
|
|
|
|
|
|
"61897846", "Myalup", |
|
44385
|
|
|
|
|
|
|
"61264027", "Bonang", |
|
44386
|
|
|
|
|
|
|
"613574766", "Whorouly", |
|
44387
|
|
|
|
|
|
|
"61899399", "Mount\ George", |
|
44388
|
|
|
|
|
|
|
"61361362", "Geeveston", |
|
44389
|
|
|
|
|
|
|
"61748848", "Middlemount", |
|
44390
|
|
|
|
|
|
|
"61355566", "Glenthompson", |
|
44391
|
|
|
|
|
|
|
"61268259", "Magometon", |
|
44392
|
|
|
|
|
|
|
"61747885", "Clarke", |
|
44393
|
|
|
|
|
|
|
"618683278", "Katanning", |
|
44394
|
|
|
|
|
|
|
"6134504", "Warrnambool", |
|
44395
|
|
|
|
|
|
|
"61887581", "Western\ Flat", |
|
44396
|
|
|
|
|
|
|
"617458997", "Diamantina", |
|
44397
|
|
|
|
|
|
|
"618683208", "Ravensthorpe\ West", |
|
44398
|
|
|
|
|
|
|
"61887878", "Laffer", |
|
44399
|
|
|
|
|
|
|
"61895575", "Mandurah", |
|
44400
|
|
|
|
|
|
|
"618858591", "Peake", |
|
44401
|
|
|
|
|
|
|
"61889926", "Victoria\ River", |
|
44402
|
|
|
|
|
|
|
"61240452", "Clarence\ Town", |
|
44403
|
|
|
|
|
|
|
"61887794", "Tarpeena", |
|
44404
|
|
|
|
|
|
|
"61753756", "Caloundra", |
|
44405
|
|
|
|
|
|
|
"613572644", "Bright", |
|
44406
|
|
|
|
|
|
|
"61344185", "Rochester", |
|
44407
|
|
|
|
|
|
|
"61878174", "Burra", |
|
44408
|
|
|
|
|
|
|
"6124448", "Nowra", |
|
44409
|
|
|
|
|
|
|
"613470150", "King\ Valley", |
|
44410
|
|
|
|
|
|
|
"613553810", "Macarthur", |
|
44411
|
|
|
|
|
|
|
"61898062", "Corackerup", |
|
44412
|
|
|
|
|
|
|
"61267406", "Goolhi", |
|
44413
|
|
|
|
|
|
|
"61364553", "Rosebery", |
|
44414
|
|
|
|
|
|
|
"618983338", "Broomehill", |
|
44415
|
|
|
|
|
|
|
"618967744", "Balkuling", |
|
44416
|
|
|
|
|
|
|
"618864342", "Port\ Broughton", |
|
44417
|
|
|
|
|
|
|
"61264020", "Bobundara", |
|
44418
|
|
|
|
|
|
|
"6129854", "Blacktown", |
|
44419
|
|
|
|
|
|
|
"61883182", "Adelaide", |
|
44420
|
|
|
|
|
|
|
"61268245", "Buckinguy", |
|
44421
|
|
|
|
|
|
|
"61868281", "Pumphreys", |
|
44422
|
|
|
|
|
|
|
"61267288", "Inverell", |
|
44423
|
|
|
|
|
|
|
"6128588", "Sydney", |
|
44424
|
|
|
|
|
|
|
"6173557", "Brisbane", |
|
44425
|
|
|
|
|
|
|
"61890641", "Shackleton", |
|
44426
|
|
|
|
|
|
|
"612532682", "Gooloogong", |
|
44427
|
|
|
|
|
|
|
"61341590", "Loch\ Sport", |
|
44428
|
|
|
|
|
|
|
"618903824", "Goomarin", |
|
44429
|
|
|
|
|
|
|
"61359554", "Rosebud", |
|
44430
|
|
|
|
|
|
|
"6189771", "Manjimup", |
|
44431
|
|
|
|
|
|
|
"61867114", "Nyamup", |
|
44432
|
|
|
|
|
|
|
"61888177", "Snowtown", |
|
44433
|
|
|
|
|
|
|
"61896538", "Bibby\ Springs", |
|
44434
|
|
|
|
|
|
|
"61351009", "Mallacoota", |
|
44435
|
|
|
|
|
|
|
"61247533", "Lawson", |
|
44436
|
|
|
|
|
|
|
"61355489", "Tyrendarra", |
|
44437
|
|
|
|
|
|
|
"617480666", "Broadsound", |
|
44438
|
|
|
|
|
|
|
"61888221", "Minlaton", |
|
44439
|
|
|
|
|
|
|
"61741863", "Childers", |
|
44440
|
|
|
|
|
|
|
"61747140", "Mutarnee", |
|
44441
|
|
|
|
|
|
|
"61720007", "Samford", |
|
44442
|
|
|
|
|
|
|
"617480818", "Wowan", |
|
44443
|
|
|
|
|
|
|
"612533035", "Lue", |
|
44444
|
|
|
|
|
|
|
"61752094", "Gatton", |
|
44445
|
|
|
|
|
|
|
"6139271", "Clayton", |
|
44446
|
|
|
|
|
|
|
"61885904", "Riverton", |
|
44447
|
|
|
|
|
|
|
"61741097", "Mount\ Perry", |
|
44448
|
|
|
|
|
|
|
"618752501", "Swan\ Reach", |
|
44449
|
|
|
|
|
|
|
"6189437", "Spearwood", |
|
44450
|
|
|
|
|
|
|
"61879207", "Darwin", |
|
44451
|
|
|
|
|
|
|
"6186262", "Perth", |
|
44452
|
|
|
|
|
|
|
"61888112", "Yorketown", |
|
44453
|
|
|
|
|
|
|
"613531993", "Kalkee", |
|
44454
|
|
|
|
|
|
|
"61342344", "Beeac", |
|
44455
|
|
|
|
|
|
|
"61747700", "Palm\ Island", |
|
44456
|
|
|
|
|
|
|
"61871000", "Adelaide", |
|
44457
|
|
|
|
|
|
|
"61881667", "Adelaide", |
|
44458
|
|
|
|
|
|
|
"61748336", "Baralaba", |
|
44459
|
|
|
|
|
|
|
"617476433", "Burdekin", |
|
44460
|
|
|
|
|
|
|
"6139382", "Melbourne", |
|
44461
|
|
|
|
|
|
|
"61749290", "Westwood", |
|
44462
|
|
|
|
|
|
|
"61897635", "Tonebridge", |
|
44463
|
|
|
|
|
|
|
"61742257", "Mount\ Surprise", |
|
44464
|
|
|
|
|
|
|
"612931", "Sydney", |
|
44465
|
|
|
|
|
|
|
"612683760", "Goorianawa", |
|
44466
|
|
|
|
|
|
|
"61238038", "Crookwell", |
|
44467
|
|
|
|
|
|
|
"61745331", "Moonie", |
|
44468
|
|
|
|
|
|
|
"61746434", "Leyburn", |
|
44469
|
|
|
|
|
|
|
"61885030", "Coonalpyn", |
|
44470
|
|
|
|
|
|
|
"612685661", "Borah\ Tank", |
|
44471
|
|
|
|
|
|
|
"61886470", "The\ Ranges", |
|
44472
|
|
|
|
|
|
|
"61257105", "Bendemeer", |
|
44473
|
|
|
|
|
|
|
"61745074", "Bonshaw", |
|
44474
|
|
|
|
|
|
|
"612530264", "Maimuru\/Boorowa\/Bribbaree\/Burraga", |
|
44475
|
|
|
|
|
|
|
"61357278", "Moyhu", |
|
44476
|
|
|
|
|
|
|
"61268868", "Warrumbungle", |
|
44477
|
|
|
|
|
|
|
"613470812", "Benalla", |
|
44478
|
|
|
|
|
|
|
"61260299", "Rand", |
|
44479
|
|
|
|
|
|
|
"61356123", "Korumburra", |
|
44480
|
|
|
|
|
|
|
"61351052", "Dargo", |
|
44481
|
|
|
|
|
|
|
"61341023", "Gormandale", |
|
44482
|
|
|
|
|
|
|
"612583779", "Carinda", |
|
44483
|
|
|
|
|
|
|
"61354095", "Wycheproof", |
|
44484
|
|
|
|
|
|
|
"61255014", "Idaville", |
|
44485
|
|
|
|
|
|
|
"617458609", "Cunnamulla", |
|
44486
|
|
|
|
|
|
|
"61269521", "Griffith", |
|
44487
|
|
|
|
|
|
|
"617441949", "Gumlu", |
|
44488
|
|
|
|
|
|
|
"61264593", "Shannons\ Flat", |
|
44489
|
|
|
|
|
|
|
"6188483", "Woodside", |
|
44490
|
|
|
|
|
|
|
"618862278", "Cleve", |
|
44491
|
|
|
|
|
|
|
"61361329", "Ouse", |
|
44492
|
|
|
|
|
|
|
"61256611", "Woodburn", |
|
44493
|
|
|
|
|
|
|
"61265479", "Castle\ Rock", |
|
44494
|
|
|
|
|
|
|
"61749841", "Springsure", |
|
44495
|
|
|
|
|
|
|
"61256082", "Tyringham", |
|
44496
|
|
|
|
|
|
|
"613542035", "Maryborough", |
|
44497
|
|
|
|
|
|
|
"61266039", "Glenreagh", |
|
44498
|
|
|
|
|
|
|
"6135931", "Red\ Hill", |
|
44499
|
|
|
|
|
|
|
"618753180", "Mypolonga", |
|
44500
|
|
|
|
|
|
|
"617476457", "Charters\ Towers", |
|
44501
|
|
|
|
|
|
|
"61851186", "Marble\ Bar", |
|
44502
|
|
|
|
|
|
|
"617486887", "Zamia\ Creek", |
|
44503
|
|
|
|
|
|
|
"61895083", "Gingin", |
|
44504
|
|
|
|
|
|
|
"61340492", "Sea\ Lake", |
|
44505
|
|
|
|
|
|
|
"61264236", "Delegate", |
|
44506
|
|
|
|
|
|
|
"612532542", "Maimuru", |
|
44507
|
|
|
|
|
|
|
"618964447", "Coomallo", |
|
44508
|
|
|
|
|
|
|
"61752301", "Moore", |
|
44509
|
|
|
|
|
|
|
"618854923", "Bow\ Hill", |
|
44510
|
|
|
|
|
|
|
"613532267", "Rainbow", |
|
44511
|
|
|
|
|
|
|
"61268504", "Eugowra", |
|
44512
|
|
|
|
|
|
|
"61746087", "Killarney", |
|
44513
|
|
|
|
|
|
|
"61358821", "Cornalla", |
|
44514
|
|
|
|
|
|
|
"61240409", "Newcastle", |
|
44515
|
|
|
|
|
|
|
"613572473", "Mansfield", |
|
44516
|
|
|
|
|
|
|
"618601012", "Goldfields", |
|
44517
|
|
|
|
|
|
|
"61742184", "Mutchilba", |
|
44518
|
|
|
|
|
|
|
"617459042", "Mount\ Tyson", |
|
44519
|
|
|
|
|
|
|
"61267167", "Oakey\ Creek", |
|
44520
|
|
|
|
|
|
|
"6129668", "Sutherland", |
|
44521
|
|
|
|
|
|
|
"61268121", "Wellington", |
|
44522
|
|
|
|
|
|
|
"612532924", "Orange", |
|
44523
|
|
|
|
|
|
|
"61890488", "Wilgoyne", |
|
44524
|
|
|
|
|
|
|
"618903413", "Collurabbie", |
|
44525
|
|
|
|
|
|
|
"61268277", "Teridgerie", |
|
44526
|
|
|
|
|
|
|
"618682184", "Pingelly", |
|
44527
|
|
|
|
|
|
|
"61867128", "Capel", |
|
44528
|
|
|
|
|
|
|
"61255667", "Byabarra", |
|
44529
|
|
|
|
|
|
|
"61261688", "The\ Mullion", |
|
44530
|
|
|
|
|
|
|
"61890206", "Merredin", |
|
44531
|
|
|
|
|
|
|
"61258194", "Lightning\ Ridge", |
|
44532
|
|
|
|
|
|
|
"61877135", "Frances", |
|
44533
|
|
|
|
|
|
|
"6129447", "Terrey\ Hills", |
|
44534
|
|
|
|
|
|
|
"617750049", "Westgrove", |
|
44535
|
|
|
|
|
|
|
"61248546", "Binda", |
|
44536
|
|
|
|
|
|
|
"618904246", "Warralakin", |
|
44537
|
|
|
|
|
|
|
"61268212", "Double\ Peaks", |
|
44538
|
|
|
|
|
|
|
"618903576", "Munglinup", |
|
44539
|
|
|
|
|
|
|
"61754160", "Esk", |
|
44540
|
|
|
|
|
|
|
"61357093", "Myrtleford", |
|
44541
|
|
|
|
|
|
|
"61265126", "Singleton", |
|
44542
|
|
|
|
|
|
|
"61746543", "Charleville", |
|
44543
|
|
|
|
|
|
|
"61745662", "Toowoomba", |
|
44544
|
|
|
|
|
|
|
"617487052", "Rolleston", |
|
44545
|
|
|
|
|
|
|
"61744481", "Yabulu", |
|
44546
|
|
|
|
|
|
|
"61356320", "Warragul", |
|
44547
|
|
|
|
|
|
|
"61888887", "Moonta", |
|
44548
|
|
|
|
|
|
|
"61261385", "Bungendore", |
|
44549
|
|
|
|
|
|
|
"61341532", "Cabbage\ Tree\ Creek", |
|
44550
|
|
|
|
|
|
|
"61895547", "Bakers\ Hill", |
|
44551
|
|
|
|
|
|
|
"61875223", "Gawler", |
|
44552
|
|
|
|
|
|
|
"613441883", "Avoca", |
|
44553
|
|
|
|
|
|
|
"61383623", "Melbourne", |
|
44554
|
|
|
|
|
|
|
"61744312", "Townsville", |
|
44555
|
|
|
|
|
|
|
"61257777", "Armidale", |
|
44556
|
|
|
|
|
|
|
"61743066", "Gayndah", |
|
44557
|
|
|
|
|
|
|
"61265605", "Toorooka", |
|
44558
|
|
|
|
|
|
|
"61890085", "Grass\ Patch", |
|
44559
|
|
|
|
|
|
|
"618869026", "Kelly", |
|
44560
|
|
|
|
|
|
|
"61269104", "Wagga\ Wagga", |
|
44561
|
|
|
|
|
|
|
"612530097", "Gingkin", |
|
44562
|
|
|
|
|
|
|
"61358168", "Berrigan", |
|
44563
|
|
|
|
|
|
|
"6128517", "Sutherland", |
|
44564
|
|
|
|
|
|
|
"6129970", "Terrey\ Hills", |
|
44565
|
|
|
|
|
|
|
"61886402", "Whyalla", |
|
44566
|
|
|
|
|
|
|
"6129729", "Liverpool", |
|
44567
|
|
|
|
|
|
|
"61267595", "Collarenebri", |
|
44568
|
|
|
|
|
|
|
"61265308", "Scone", |
|
44569
|
|
|
|
|
|
|
"6175497", "Caboolture", |
|
44570
|
|
|
|
|
|
|
"61744377", "Barkly", |
|
44571
|
|
|
|
|
|
|
"61887188", "Mount\ Gambier", |
|
44572
|
|
|
|
|
|
|
"613431188", "Mount\ Wallace", |
|
44573
|
|
|
|
|
|
|
"61253239", "Windeyer", |
|
44574
|
|
|
|
|
|
|
"617342", "Brisbane", |
|
44575
|
|
|
|
|
|
|
"61263282", "Oberon", |
|
44576
|
|
|
|
|
|
|
"61888145", "Snowtown", |
|
44577
|
|
|
|
|
|
|
"61740046", "Euramo", |
|
44578
|
|
|
|
|
|
|
"61289260", "Avalon\ Beach", |
|
44579
|
|
|
|
|
|
|
"61898723", "Bradfords", |
|
44580
|
|
|
|
|
|
|
"6128625", "Blacktown", |
|
44581
|
|
|
|
|
|
|
"61745756", "Bollon", |
|
44582
|
|
|
|
|
|
|
"61747772", "Ingham", |
|
44583
|
|
|
|
|
|
|
"61891164", "Karratha", |
|
44584
|
|
|
|
|
|
|
"618965692", "Konnongorring", |
|
44585
|
|
|
|
|
|
|
"61351678", "Munro", |
|
44586
|
|
|
|
|
|
|
"61269744", "Lachlan", |
|
44587
|
|
|
|
|
|
|
"6173123", "Brisbane", |
|
44588
|
|
|
|
|
|
|
"61350396", "Ultima", |
|
44589
|
|
|
|
|
|
|
"61862555", "Perth", |
|
44590
|
|
|
|
|
|
|
"617480559", "Mount\ Gardiner", |
|
44591
|
|
|
|
|
|
|
"61745932", "Charleville", |
|
44592
|
|
|
|
|
|
|
"618854905", "Mypolonga", |
|
44593
|
|
|
|
|
|
|
"61897499", "Myalup", |
|
44594
|
|
|
|
|
|
|
"61742798", "Silkwood", |
|
44595
|
|
|
|
|
|
|
"61891811", "Tom\ Price", |
|
44596
|
|
|
|
|
|
|
"61393605", "Sydenham", |
|
44597
|
|
|
|
|
|
|
"61358287", "Dookie", |
|
44598
|
|
|
|
|
|
|
"61340430", "Karawinna", |
|
44599
|
|
|
|
|
|
|
"61238203", "Lost\ River", |
|
44600
|
|
|
|
|
|
|
"61898674", "Pingrup", |
|
44601
|
|
|
|
|
|
|
"61255425", "Rawdon\ Vale", |
|
44602
|
|
|
|
|
|
|
"618967637", "Beacon\ North", |
|
44603
|
|
|
|
|
|
|
"61351375", "Munro", |
|
44604
|
|
|
|
|
|
|
"61879210", "Jabiru", |
|
44605
|
|
|
|
|
|
|
"61364411", "Savage\ River", |
|
44606
|
|
|
|
|
|
|
"61255937", "Lord\ Howe\ Island", |
|
44607
|
|
|
|
|
|
|
"618660937", "Yorkrakine", |
|
44608
|
|
|
|
|
|
|
"618850394", "Loxton", |
|
44609
|
|
|
|
|
|
|
"61890573", "Yilgarn\ South", |
|
44610
|
|
|
|
|
|
|
"61891235", "Whaleback", |
|
44611
|
|
|
|
|
|
|
"61888705", "Burra", |
|
44612
|
|
|
|
|
|
|
"61734009", "Russell\ Island", |
|
44613
|
|
|
|
|
|
|
"61747343", "Hughenden", |
|
44614
|
|
|
|
|
|
|
"61257053", "Boggabri", |
|
44615
|
|
|
|
|
|
|
"61354339", "Bendigo", |
|
44616
|
|
|
|
|
|
|
"61259237", "Weethalle", |
|
44617
|
|
|
|
|
|
|
"617442511", "Barkly", |
|
44618
|
|
|
|
|
|
|
"613572753", "Harrietville", |
|
44619
|
|
|
|
|
|
|
"618763731", "Port\ Neill", |
|
44620
|
|
|
|
|
|
|
"618989316", "Tarwonga", |
|
44621
|
|
|
|
|
|
|
"61297438", "Bankstown", |
|
44622
|
|
|
|
|
|
|
"61353217", "Beaufort", |
|
44623
|
|
|
|
|
|
|
"61877264", "Bordertown", |
|
44624
|
|
|
|
|
|
|
"61736085", "Brisbane", |
|
44625
|
|
|
|
|
|
|
"61753074", "Harrisville", |
|
44626
|
|
|
|
|
|
|
"61247444", "Mulgoa", |
|
44627
|
|
|
|
|
|
|
"61898431", "Narrakine", |
|
44628
|
|
|
|
|
|
|
"617486965", "The\ Caves", |
|
44629
|
|
|
|
|
|
|
"6124984", "Nelson\ Bay", |
|
44630
|
|
|
|
|
|
|
"61885092", "Langhorne\ Creek", |
|
44631
|
|
|
|
|
|
|
"61244129", "Milton\-ulladulla", |
|
44632
|
|
|
|
|
|
|
"61357520", "Myrtleford", |
|
44633
|
|
|
|
|
|
|
"61891158", "Ord", |
|
44634
|
|
|
|
|
|
|
"618854540", "Morgan", |
|
44635
|
|
|
|
|
|
|
"61753331", "Maroon", |
|
44636
|
|
|
|
|
|
|
"613451395", "South\ Purrumbete", |
|
44637
|
|
|
|
|
|
|
"61734713", "Russell\ Island", |
|
44638
|
|
|
|
|
|
|
"61352026", "Geelong\/Lara\/Geelong", |
|
44639
|
|
|
|
|
|
|
"6138003", "Werribee", |
|
44640
|
|
|
|
|
|
|
"61889577", "Yulara", |
|
44641
|
|
|
|
|
|
|
"61860003", "Grass\ Patch", |
|
44642
|
|
|
|
|
|
|
"61876329", "Yabmana", |
|
44643
|
|
|
|
|
|
|
"618660953", "Yelbeni", |
|
44644
|
|
|
|
|
|
|
"61255028", "Ravensworth", |
|
44645
|
|
|
|
|
|
|
"61880199", "Pimpara", |
|
44646
|
|
|
|
|
|
|
"61895436", "Toodyay", |
|
44647
|
|
|
|
|
|
|
"61896076", "Dalwallinu", |
|
44648
|
|
|
|
|
|
|
"61851253", "Pannawonica", |
|
44649
|
|
|
|
|
|
|
"61373777", "Sydenham", |
|
44650
|
|
|
|
|
|
|
"61358154", "Nathalia", |
|
44651
|
|
|
|
|
|
|
"618967653", "Cleary\ North", |
|
44652
|
|
|
|
|
|
|
"61740282", "Cooktown", |
|
44653
|
|
|
|
|
|
|
"6189599", "Rockingham", |
|
44654
|
|
|
|
|
|
|
"61889570", "Plenty", |
|
44655
|
|
|
|
|
|
|
"61263046", "Coolah", |
|
44656
|
|
|
|
|
|
|
"61341165", "Ensay", |
|
44657
|
|
|
|
|
|
|
"61745629", "Talwood", |
|
44658
|
|
|
|
|
|
|
"61256494", "Ettrick", |
|
44659
|
|
|
|
|
|
|
"61740791", "Atherton", |
|
44660
|
|
|
|
|
|
|
"61255391", "Widden\ Valley", |
|
44661
|
|
|
|
|
|
|
"618763915", "Spilsby", |
|
44662
|
|
|
|
|
|
|
"61356065", "Mirboo\ North", |
|
44663
|
|
|
|
|
|
|
"61361474", "Geeveston", |
|
44664
|
|
|
|
|
|
|
"612583835", "Trangie", |
|
44665
|
|
|
|
|
|
|
"61265324", "Pacific\ Palms", |
|
44666
|
|
|
|
|
|
|
"618851298", "Karatta", |
|
44667
|
|
|
|
|
|
|
"61259230", "Winchendon\ Vale", |
|
44668
|
|
|
|
|
|
|
"61340084", "Wentworth", |
|
44669
|
|
|
|
|
|
|
"61260066", "Talgarno", |
|
44670
|
|
|
|
|
|
|
"617480260", "Miclere", |
|
44671
|
|
|
|
|
|
|
"61265457", "Bunnan", |
|
44672
|
|
|
|
|
|
|
"617442864", "Mutarnee", |
|
44673
|
|
|
|
|
|
|
"61886048", "Crystal\ Brook", |
|
44674
|
|
|
|
|
|
|
"61269128", "Wallanthery", |
|
44675
|
|
|
|
|
|
|
"61886982", "Indian\ Pacific", |
|
44676
|
|
|
|
|
|
|
"61357527", "Buffalo\ River", |
|
44677
|
|
|
|
|
|
|
"6186395", "Rottnest", |
|
44678
|
|
|
|
|
|
|
"61889214", "Alice\ Springs", |
|
44679
|
|
|
|
|
|
|
"618869190", "Port\ Augusta", |
|
44680
|
|
|
|
|
|
|
"61353210", "Buninyong", |
|
44681
|
|
|
|
|
|
|
"617452158", "Maranoa", |
|
44682
|
|
|
|
|
|
|
"618763950", "Crystal\ Brook", |
|
44683
|
|
|
|
|
|
|
"61879217", "Ranken\ River", |
|
44684
|
|
|
|
|
|
|
"61356468", "Leongatha", |
|
44685
|
|
|
|
|
|
|
"61888102", "Thistle", |
|
44686
|
|
|
|
|
|
|
"613879", "Dandenong", |
|
44687
|
|
|
|
|
|
|
"61891366", "Whaleback", |
|
44688
|
|
|
|
|
|
|
"61885914", "Langhorne\ Creek", |
|
44689
|
|
|
|
|
|
|
"617486028", "Duaringa", |
|
44690
|
|
|
|
|
|
|
"617480499", "Marlborough", |
|
44691
|
|
|
|
|
|
|
"61387720", "Croydon", |
|
44692
|
|
|
|
|
|
|
"618600828", "Leonora", |
|
44693
|
|
|
|
|
|
|
"61255930", "Taree", |
|
44694
|
|
|
|
|
|
|
"61250154", "Talgarno", |
|
44695
|
|
|
|
|
|
|
"61265642", "Taylors\ Arm", |
|
44696
|
|
|
|
|
|
|
"618854975", "Mount\ Pleasant", |
|
44697
|
|
|
|
|
|
|
"617459845", "Freestone", |
|
44698
|
|
|
|
|
|
|
"61269306", "Junee", |
|
44699
|
|
|
|
|
|
|
"6174339", "Bundaberg", |
|
44700
|
|
|
|
|
|
|
"61358280", "Berrigan", |
|
44701
|
|
|
|
|
|
|
"61742279", "Tully", |
|
44702
|
|
|
|
|
|
|
"61340437", "Nandaly", |
|
44703
|
|
|
|
|
|
|
"61867104", "Dinninup\ North", |
|
44704
|
|
|
|
|
|
|
"61281060", "Bankstown", |
|
44705
|
|
|
|
|
|
|
"6189770", "Bunbury", |
|
44706
|
|
|
|
|
|
|
"61895789", "Gingin", |
|
44707
|
|
|
|
|
|
|
"61744370", "Mount\ Isa", |
|
44708
|
|
|
|
|
|
|
"618600836", "Mukinbudin", |
|
44709
|
|
|
|
|
|
|
"61747175", "Walker", |
|
44710
|
|
|
|
|
|
|
"61255004", "Stuarts\ Point", |
|
44711
|
|
|
|
|
|
|
"6135304", "Ballarat", |
|
44712
|
|
|
|
|
|
|
"618996993", "Meekatharra", |
|
44713
|
|
|
|
|
|
|
"613553786", "Glenthompson", |
|
44714
|
|
|
|
|
|
|
"61888742", "Arthurton", |
|
44715
|
|
|
|
|
|
|
"61257115", "Armidale", |
|
44716
|
|
|
|
|
|
|
"61898833", "Boddington", |
|
44717
|
|
|
|
|
|
|
"6139214", "Melbourne", |
|
44718
|
|
|
|
|
|
|
"612969", "Sydney", |
|
44719
|
|
|
|
|
|
|
"61899035", "Eneabba", |
|
44720
|
|
|
|
|
|
|
"61257770", "Tamworth", |
|
44721
|
|
|
|
|
|
|
"61742633", "Cooktown", |
|
44722
|
|
|
|
|
|
|
"612592742", "Tullibigeal", |
|
44723
|
|
|
|
|
|
|
"613470713", "Wangaratta", |
|
44724
|
|
|
|
|
|
|
"61353923", "Kaniva", |
|
44725
|
|
|
|
|
|
|
"61350194", "Manangatang", |
|
44726
|
|
|
|
|
|
|
"61888159", "Paskeville", |
|
44727
|
|
|
|
|
|
|
"612583132", "Baradine", |
|
44728
|
|
|
|
|
|
|
"61340546", "Woomelang", |
|
44729
|
|
|
|
|
|
|
"61896131", "Kalannie\ East", |
|
44730
|
|
|
|
|
|
|
"61260613", "Albury", |
|
44731
|
|
|
|
|
|
|
"618601112", "Wilgoyne", |
|
44732
|
|
|
|
|
|
|
"61754167", "Kalbar", |
|
44733
|
|
|
|
|
|
|
"61341234", "Maffra", |
|
44734
|
|
|
|
|
|
|
"61358356", "Shepparton", |
|
44735
|
|
|
|
|
|
|
"617442548", "Doomadgee", |
|
44736
|
|
|
|
|
|
|
"61895540", "Yanchep", |
|
44737
|
|
|
|
|
|
|
"61891413", "Pannawonica", |
|
44738
|
|
|
|
|
|
|
"61752311", "Woodbine", |
|
44739
|
|
|
|
|
|
|
"61253148", "Glen\ Davis", |
|
44740
|
|
|
|
|
|
|
"61356327", "Poowong", |
|
44741
|
|
|
|
|
|
|
"61888880", "Port\ Victoria", |
|
44742
|
|
|
|
|
|
|
"61351143", "Woodside", |
|
44743
|
|
|
|
|
|
|
"61268270", "Warrington", |
|
44744
|
|
|
|
|
|
|
"61356454", "Korumburra", |
|
44745
|
|
|
|
|
|
|
"61741032", "Burnett", |
|
44746
|
|
|
|
|
|
|
"61259026", "Ivanhoe", |
|
44747
|
|
|
|
|
|
|
"61256601", "Nimbin", |
|
44748
|
|
|
|
|
|
|
"61899438", "Geraldton", |
|
44749
|
|
|
|
|
|
|
"61756132", "Southport", |
|
44750
|
|
|
|
|
|
|
"61244162", "Berry", |
|
44751
|
|
|
|
|
|
|
"61250168", "Culcairn", |
|
44752
|
|
|
|
|
|
|
"61247069", "Penrith", |
|
44753
|
|
|
|
|
|
|
"618967840", "Talbot\ Brook", |
|
44754
|
|
|
|
|
|
|
"61255660", "Telegraph\ Point", |
|
44755
|
|
|
|
|
|
|
"61898336", "Jingalup", |
|
44756
|
|
|
|
|
|
|
"618683755", "Narrakine", |
|
44757
|
|
|
|
|
|
|
"617459879", "Mitchell", |
|
44758
|
|
|
|
|
|
|
"61370034", "Melbourne", |
|
44759
|
|
|
|
|
|
|
"618762624", "Rudall", |
|
44760
|
|
|
|
|
|
|
"61753436", "Caloundra", |
|
44761
|
|
|
|
|
|
|
"61899290", "Nangetty", |
|
44762
|
|
|
|
|
|
|
"61391018", "Melbourne", |
|
44763
|
|
|
|
|
|
|
"61356151", "Leongatha", |
|
44764
|
|
|
|
|
|
|
"61267866", "Careunga", |
|
44765
|
|
|
|
|
|
|
"61341051", "Goongerah", |
|
44766
|
|
|
|
|
|
|
"61746768", "Toowoomba", |
|
44767
|
|
|
|
|
|
|
"61269553", "Landervale", |
|
44768
|
|
|
|
|
|
|
"618859963", "Pinnaroo", |
|
44769
|
|
|
|
|
|
|
"61299147", "Sutherland", |
|
44770
|
|
|
|
|
|
|
"612530200", "Running\ Stream", |
|
44771
|
|
|
|
|
|
|
"61743390", "Eidsvold", |
|
44772
|
|
|
|
|
|
|
"61240732", "Bandon\ Grove", |
|
44773
|
|
|
|
|
|
|
"61755332", "Southport", |
|
44774
|
|
|
|
|
|
|
"61875162", "Goolwa", |
|
44775
|
|
|
|
|
|
|
"6138772", "Dandenong", |
|
44776
|
|
|
|
|
|
|
"61348258", "Kialla\ East", |
|
44777
|
|
|
|
|
|
|
"61267959", "Yarrie\ Lake", |
|
44778
|
|
|
|
|
|
|
"617441923", "Walker", |
|
44779
|
|
|
|
|
|
|
"61896434", "Ejanding", |
|
44780
|
|
|
|
|
|
|
"618683710", "Denmark", |
|
44781
|
|
|
|
|
|
|
"613644101", "Burnie", |
|
44782
|
|
|
|
|
|
|
"61895074", "Mount\ Wells", |
|
44783
|
|
|
|
|
|
|
"61262365", "Uriarra\ Forest", |
|
44784
|
|
|
|
|
|
|
"618763499", "Roxby\ Downs", |
|
44785
|
|
|
|
|
|
|
"61747338", "Karumba", |
|
44786
|
|
|
|
|
|
|
"61742173", "Georgetown", |
|
44787
|
|
|
|
|
|
|
"61355127", "Pomborneit", |
|
44788
|
|
|
|
|
|
|
"6188726", "Mount\ Gambier", |
|
44789
|
|
|
|
|
|
|
"61359458", "Koo\ Wee\ Rup", |
|
44790
|
|
|
|
|
|
|
"612592757", "Winchendon\ Vale", |
|
44791
|
|
|
|
|
|
|
"61268350", "Nyngan", |
|
44792
|
|
|
|
|
|
|
"613574631", "Beechworth", |
|
44793
|
|
|
|
|
|
|
"612573446", "Yarrie\ Lake", |
|
44794
|
|
|
|
|
|
|
"61348135", "Tongala", |
|
44795
|
|
|
|
|
|
|
"6124843", "Golspie", |
|
44796
|
|
|
|
|
|
|
"61879309", "Elliott", |
|
44797
|
|
|
|
|
|
|
"6136778", "Launceston", |
|
44798
|
|
|
|
|
|
|
"61896671", "Goodlands", |
|
44799
|
|
|
|
|
|
|
"612574213", "Careunga", |
|
44800
|
|
|
|
|
|
|
"61888692", "Marion\ Bay", |
|
44801
|
|
|
|
|
|
|
"61744250", "Yabulu", |
|
44802
|
|
|
|
|
|
|
"61742302", "Innisfail", |
|
44803
|
|
|
|
|
|
|
"6129111", "Sydney", |
|
44804
|
|
|
|
|
|
|
"61350491", "Hopetoun", |
|
44805
|
|
|
|
|
|
|
"612592733", "Springdale", |
|
44806
|
|
|
|
|
|
|
"617480313", "Rolleston", |
|
44807
|
|
|
|
|
|
|
"61756672", "Southport", |
|
44808
|
|
|
|
|
|
|
"61741403", "Monto", |
|
44809
|
|
|
|
|
|
|
"61745083", "Diamantina", |
|
44810
|
|
|
|
|
|
|
"61363062", "Mole\ Creek", |
|
44811
|
|
|
|
|
|
|
"61851145", "Broome", |
|
44812
|
|
|
|
|
|
|
"61251181", "Cavan", |
|
44813
|
|
|
|
|
|
|
"61359055", "Marysville", |
|
44814
|
|
|
|
|
|
|
"613431167", "Dimboola", |
|
44815
|
|
|
|
|
|
|
"618753451", "Yankalilla", |
|
44816
|
|
|
|
|
|
|
"612583143", "Boorooma", |
|
44817
|
|
|
|
|
|
|
"61896087", "Dangin", |
|
44818
|
|
|
|
|
|
|
"6186278", "Perth", |
|
44819
|
|
|
|
|
|
|
"61348264", "Moulamein", |
|
44820
|
|
|
|
|
|
|
"61268286", "Walgett", |
|
44821
|
|
|
|
|
|
|
"61259095", "West\ Wyalong", |
|
44822
|
|
|
|
|
|
|
"618858514", "Halidon", |
|
44823
|
|
|
|
|
|
|
"61756896", "Southport", |
|
44824
|
|
|
|
|
|
|
"61879047", "Elliott", |
|
44825
|
|
|
|
|
|
|
"61745575", "Tipton", |
|
44826
|
|
|
|
|
|
|
"613553571", "Mortlake", |
|
44827
|
|
|
|
|
|
|
"617750005", "Meandarra", |
|
44828
|
|
|
|
|
|
|
"61344146", "Murrabit", |
|
44829
|
|
|
|
|
|
|
"61885871", "Taplan", |
|
44830
|
|
|
|
|
|
|
"613545002", "Gunbower", |
|
44831
|
|
|
|
|
|
|
"61359300", "Rosebud", |
|
44832
|
|
|
|
|
|
|
"6135786", "Kinglake", |
|
44833
|
|
|
|
|
|
|
"618683053", "Hopetoun", |
|
44834
|
|
|
|
|
|
|
"61260397", "Walla\ Walla", |
|
44835
|
|
|
|
|
|
|
"61354594", "Carisbrook", |
|
44836
|
|
|
|
|
|
|
"61258067", "Dubbo", |
|
44837
|
|
|
|
|
|
|
"61255515", "Murrurundi", |
|
44838
|
|
|
|
|
|
|
"61359464", "Emerald", |
|
44839
|
|
|
|
|
|
|
"61350604", "Willandra\ Lakes", |
|
44840
|
|
|
|
|
|
|
"613531691", "Landsborough", |
|
44841
|
|
|
|
|
|
|
"61351249", "Goongerah", |
|
44842
|
|
|
|
|
|
|
"61265792", "Broke", |
|
44843
|
|
|
|
|
|
|
"61265281", "Gloucester", |
|
44844
|
|
|
|
|
|
|
"61742359", "Cooktown", |
|
44845
|
|
|
|
|
|
|
"61879352", "Victoria\ River", |
|
44846
|
|
|
|
|
|
|
"61358503", "Logie\ Brae", |
|
44847
|
|
|
|
|
|
|
"61746754", "Wyaga", |
|
44848
|
|
|
|
|
|
|
"61888876", "Bute", |
|
44849
|
|
|
|
|
|
|
"618683037", "Congee", |
|
44850
|
|
|
|
|
|
|
"61268005", "Alectown", |
|
44851
|
|
|
|
|
|
|
"618600973", "Narembeen", |
|
44852
|
|
|
|
|
|
|
"61753547", "Lowood", |
|
44853
|
|
|
|
|
|
|
"618851495", "Kingscote", |
|
44854
|
|
|
|
|
|
|
"61263216", "Wollar", |
|
44855
|
|
|
|
|
|
|
"6174771", "Townsville", |
|
44856
|
|
|
|
|
|
|
"61350060", "Cunninyeuk", |
|
44857
|
|
|
|
|
|
|
"612593682", "Coolamon", |
|
44858
|
|
|
|
|
|
|
"61269981", "Talbingo", |
|
44859
|
|
|
|
|
|
|
"61897140", "Collie", |
|
44860
|
|
|
|
|
|
|
"61267902", "Spring\ Plains", |
|
44861
|
|
|
|
|
|
|
"617486922", "Dingo", |
|
44862
|
|
|
|
|
|
|
"61746538", "Atholwood", |
|
44863
|
|
|
|
|
|
|
"618967834", "South\ Quairading", |
|
44864
|
|
|
|
|
|
|
"618858586", "Narrung", |
|
44865
|
|
|
|
|
|
|
"61256191", "Maclean", |
|
44866
|
|
|
|
|
|
|
"61357410", "Myrtleford", |
|
44867
|
|
|
|
|
|
|
"61878183", "Marion\ Bay", |
|
44868
|
|
|
|
|
|
|
"61886218", "Cummins", |
|
44869
|
|
|
|
|
|
|
"6173434", "Brisbane", |
|
44870
|
|
|
|
|
|
|
"6188381", "Mclaren\ Vale", |
|
44871
|
|
|
|
|
|
|
"61361227", "Maydena", |
|
44872
|
|
|
|
|
|
|
"61891097", "Wyndham", |
|
44873
|
|
|
|
|
|
|
"61266124", "Woodenbong", |
|
44874
|
|
|
|
|
|
|
"61342291", "Queenscliff", |
|
44875
|
|
|
|
|
|
|
"61889044", "Daly", |
|
44876
|
|
|
|
|
|
|
"61269803", "Ardlethan", |
|
44877
|
|
|
|
|
|
|
"61361171", "Swansea", |
|
44878
|
|
|
|
|
|
|
"618982920", "Amelup", |
|
44879
|
|
|
|
|
|
|
"61342185", "Meredith", |
|
44880
|
|
|
|
|
|
|
"61899443", "Yallalong", |
|
44881
|
|
|
|
|
|
|
"61875129", "Sanderston", |
|
44882
|
|
|
|
|
|
|
"618985193", "Nyabing", |
|
44883
|
|
|
|
|
|
|
"61362553", "Woodbury", |
|
44884
|
|
|
|
|
|
|
"617479212", "Woodstock", |
|
44885
|
|
|
|
|
|
|
"61351138", "Swifts\ Creek", |
|
44886
|
|
|
|
|
|
|
"61875535", "Sedan", |
|
44887
|
|
|
|
|
|
|
"61256285", "Rappville", |
|
44888
|
|
|
|
|
|
|
"61358451", "Kyabram", |
|
44889
|
|
|
|
|
|
|
"61361220", "Hobart", |
|
44890
|
|
|
|
|
|
|
"61238152", "Nerriga", |
|
44891
|
|
|
|
|
|
|
"61891090", "Whaleback", |
|
44892
|
|
|
|
|
|
|
"61240264", "Maitland", |
|
44893
|
|
|
|
|
|
|
"61741801", "Gooroolba", |
|
44894
|
|
|
|
|
|
|
"61753540", "Noosaville", |
|
44895
|
|
|
|
|
|
|
"618600903", "Mount\ Beaumont", |
|
44896
|
|
|
|
|
|
|
"61253133", "Gulgong", |
|
44897
|
|
|
|
|
|
|
"61898134", "Jingalup", |
|
44898
|
|
|
|
|
|
|
"61247141", "Penrith", |
|
44899
|
|
|
|
|
|
|
"61359113", "Healesville", |
|
44900
|
|
|
|
|
|
|
"6188468", "Adelaide", |
|
44901
|
|
|
|
|
|
|
"613441959", "Boort", |
|
44902
|
|
|
|
|
|
|
"61897147", "Augusta", |
|
44903
|
|
|
|
|
|
|
"61350067", "Hopetoun", |
|
44904
|
|
|
|
|
|
|
"61355456", "Cobden", |
|
44905
|
|
|
|
|
|
|
"61735559", "Brisbane", |
|
44906
|
|
|
|
|
|
|
"61851102", "Mount\ Bruce", |
|
44907
|
|
|
|
|
|
|
"61891974", "Millstream", |
|
44908
|
|
|
|
|
|
|
"61351844", "Traralgon", |
|
44909
|
|
|
|
|
|
|
"618985575", "Hyden", |
|
44910
|
|
|
|
|
|
|
"613450554", "Camperdown", |
|
44911
|
|
|
|
|
|
|
"61363029", "Moltema", |
|
44912
|
|
|
|
|
|
|
"61259621", "Booroorban", |
|
44913
|
|
|
|
|
|
|
"61256006", "Tyringham", |
|
44914
|
|
|
|
|
|
|
"6139471", "Melbourne", |
|
44915
|
|
|
|
|
|
|
"61742648", "Hopevale", |
|
44916
|
|
|
|
|
|
|
"618753021", "Malinong", |
|
44917
|
|
|
|
|
|
|
"61265195", "Gloucester", |
|
44918
|
|
|
|
|
|
|
"61364114", "Wynyard", |
|
44919
|
|
|
|
|
|
|
"617485851", "Comet", |
|
44920
|
|
|
|
|
|
|
"61747846", "Gumlu", |
|
44921
|
|
|
|
|
|
|
"61345075", "Lake\ Mundi", |
|
44922
|
|
|
|
|
|
|
"61879040", "Darwin", |
|
44923
|
|
|
|
|
|
|
"61354781", "Wedderburn", |
|
44924
|
|
|
|
|
|
|
"61897885", "Balingup", |
|
44925
|
|
|
|
|
|
|
"61358978", "Tongala", |
|
44926
|
|
|
|
|
|
|
"61340298", "Kyalite", |
|
44927
|
|
|
|
|
|
|
"61898848", "Dumbleyung", |
|
44928
|
|
|
|
|
|
|
"61258060", "Dubbo", |
|
44929
|
|
|
|
|
|
|
"61260390", "Little\ Billabong", |
|
44930
|
|
|
|
|
|
|
"61359307", "Cranbourne", |
|
44931
|
|
|
|
|
|
|
"613572462", "Jamieson", |
|
44932
|
|
|
|
|
|
|
"613553501", "Caramut", |
|
44933
|
|
|
|
|
|
|
"61742345", "South\ Johnstone", |
|
44934
|
|
|
|
|
|
|
"61240258", "Dungog", |
|
44935
|
|
|
|
|
|
|
"61260661", "Oaklands", |
|
44936
|
|
|
|
|
|
|
"61266108", "Ulong", |
|
44937
|
|
|
|
|
|
|
"61886916", "Tarcoola", |
|
44938
|
|
|
|
|
|
|
"618660889", "Calingiri", |
|
44939
|
|
|
|
|
|
|
"61896080", "Dalwallinu\ West", |
|
44940
|
|
|
|
|
|
|
"61352095", "Winchelsea\ South", |
|
44941
|
|
|
|
|
|
|
"613542650", "Nullawil", |
|
44942
|
|
|
|
|
|
|
"61887921", "Willalooka", |
|
44943
|
|
|
|
|
|
|
"612630490", "Hill\ End", |
|
44944
|
|
|
|
|
|
|
"61740216", "Kidston", |
|
44945
|
|
|
|
|
|
|
"617487047", "Oombabeer", |
|
44946
|
|
|
|
|
|
|
"612594202", "Griffith", |
|
44947
|
|
|
|
|
|
|
"61263641", "Euchareena", |
|
44948
|
|
|
|
|
|
|
"61344344", "Pyramid\ Hill", |
|
44949
|
|
|
|
|
|
|
"618661024", "Badgingarra", |
|
44950
|
|
|
|
|
|
|
"612583306", "Warren", |
|
44951
|
|
|
|
|
|
|
"61877378", "Thornlea", |
|
44952
|
|
|
|
|
|
|
"61263918", "Lyndhurst", |
|
44953
|
|
|
|
|
|
|
"618683423", "Walpole", |
|
44954
|
|
|
|
|
|
|
"6126545", "Scone", |
|
44955
|
|
|
|
|
|
|
"617451669", "Brigalow", |
|
44956
|
|
|
|
|
|
|
"61851159", "Mitchell", |
|
44957
|
|
|
|
|
|
|
"618866997", "Melrose", |
|
44958
|
|
|
|
|
|
|
"61359049", "Cranbourne", |
|
44959
|
|
|
|
|
|
|
"61269401", "Cootamundra", |
|
44960
|
|
|
|
|
|
|
"618967798", "Dangin", |
|
44961
|
|
|
|
|
|
|
"61861530", "Perth", |
|
44962
|
|
|
|
|
|
|
"618854534", "Mantung", |
|
44963
|
|
|
|
|
|
|
"61354653", "Avoca", |
|
44964
|
|
|
|
|
|
|
"6173826", "Beenleigh", |
|
44965
|
|
|
|
|
|
|
"61361036", "Woodbury", |
|
44966
|
|
|
|
|
|
|
"61267311", "Walcha\ Road", |
|
44967
|
|
|
|
|
|
|
"617750123", "Clifton", |
|
44968
|
|
|
|
|
|
|
"61268357", "Colane", |
|
44969
|
|
|
|
|
|
|
"61885473", "Wynarka", |
|
44970
|
|
|
|
|
|
|
"6138783", "Dandenong", |
|
44971
|
|
|
|
|
|
|
"61255496", "Hunter\ Springs", |
|
44972
|
|
|
|
|
|
|
"61886033", "Coorabie", |
|
44973
|
|
|
|
|
|
|
"61355120", "Panmure", |
|
44974
|
|
|
|
|
|
|
"61881855", "Salisbury", |
|
44975
|
|
|
|
|
|
|
"61744184", "Upper\ Stone", |
|
44976
|
|
|
|
|
|
|
"612574924", "Delungra", |
|
44977
|
|
|
|
|
|
|
"61350628", "Cunninyeuk", |
|
44978
|
|
|
|
|
|
|
"61287422", "Liverpool", |
|
44979
|
|
|
|
|
|
|
"61240135", "Cessnock", |
|
44980
|
|
|
|
|
|
|
"61238109", "Bevendale", |
|
44981
|
|
|
|
|
|
|
"61362803", "Swansea", |
|
44982
|
|
|
|
|
|
|
"61899297", "Coorow", |
|
44983
|
|
|
|
|
|
|
"61268042", "Coonabarabran", |
|
44984
|
|
|
|
|
|
|
"61898265", "Denmark", |
|
44985
|
|
|
|
|
|
|
"61240529", "Maitland", |
|
44986
|
|
|
|
|
|
|
"61299140", "Liverpool", |
|
44987
|
|
|
|
|
|
|
"61267945", "Mungindi", |
|
44988
|
|
|
|
|
|
|
"612530270", "Milvale", |
|
44989
|
|
|
|
|
|
|
"61268988", "Naradhan", |
|
44990
|
|
|
|
|
|
|
"612583612", "Goodooga", |
|
44991
|
|
|
|
|
|
|
"61265085", "Macksville", |
|
44992
|
|
|
|
|
|
|
"61740730", "Lakeland", |
|
44993
|
|
|
|
|
|
|
"61255330", "Putty", |
|
44994
|
|
|
|
|
|
|
"618983440", "Congee", |
|
44995
|
|
|
|
|
|
|
"618763903", "Port\ Augusta", |
|
44996
|
|
|
|
|
|
|
"612593758", "Batlow", |
|
44997
|
|
|
|
|
|
|
"618996982", "Exmouth", |
|
44998
|
|
|
|
|
|
|
"61344653", "Kyneton", |
|
44999
|
|
|
|
|
|
|
"618989145", "Narrogin", |
|
45000
|
|
|
|
|
|
|
"61354622", "Maryborough", |
|
45001
|
|
|
|
|
|
|
"61340628", "Wemen", |
|
45002
|
|
|
|
|
|
|
"61754184", "Harrisville", |
|
45003
|
|
|
|
|
|
|
"61891966", "Ord", |
|
45004
|
|
|
|
|
|
|
"61890605", "Westonia", |
|
45005
|
|
|
|
|
|
|
"6173459", "Cleveland", |
|
45006
|
|
|
|
|
|
|
"6126895", "Condobolin", |
|
45007
|
|
|
|
|
|
|
"61353895", "Warracknabeal", |
|
45008
|
|
|
|
|
|
|
"61887426", "Avenue\ Range", |
|
45009
|
|
|
|
|
|
|
"613572770", "Mount\ Beauty", |
|
45010
|
|
|
|
|
|
|
"61740827", "Cairns", |
|
45011
|
|
|
|
|
|
|
"61889118", "Borroloola", |
|
45012
|
|
|
|
|
|
|
"6173060", "Brisbane\/Beenleigh\/Cleveland\/Ipswich\/Redcliffe\/Samford", |
|
45013
|
|
|
|
|
|
|
"61269739", "Narraburra", |
|
45014
|
|
|
|
|
|
|
"61899465", "Upper\ Gascoyne", |
|
45015
|
|
|
|
|
|
|
"613442069", "Llanelly", |
|
45016
|
|
|
|
|
|
|
"61868046", "Congee", |
|
45017
|
|
|
|
|
|
|
"618823", "Adelaide", |
|
45018
|
|
|
|
|
|
|
"618683164", "Karlgarin", |
|
45019
|
|
|
|
|
|
|
"618964460", "Dandaragan", |
|
45020
|
|
|
|
|
|
|
"61259291", "Cowabbie", |
|
45021
|
|
|
|
|
|
|
"618967670", "Gabbin", |
|
45022
|
|
|
|
|
|
|
"61875103", "Renmark", |
|
45023
|
|
|
|
|
|
|
"61250135", "Tallangatta", |
|
45024
|
|
|
|
|
|
|
"61890308", "Nungarin", |
|
45025
|
|
|
|
|
|
|
"617487074", "Bajool", |
|
45026
|
|
|
|
|
|
|
"61367232", "Ringarooma", |
|
45027
|
|
|
|
|
|
|
"61898497", "Muradup", |
|
45028
|
|
|
|
|
|
|
"61363719", "Ringarooma", |
|
45029
|
|
|
|
|
|
|
"61340325", "Werrimull", |
|
45030
|
|
|
|
|
|
|
"61269906", "Maude", |
|
45031
|
|
|
|
|
|
|
"618660970", "Brookton", |
|
45032
|
|
|
|
|
|
|
"613451445", "Portland", |
|
45033
|
|
|
|
|
|
|
"61891180", "Broome", |
|
45034
|
|
|
|
|
|
|
"61265206", "Idaville", |
|
45035
|
|
|
|
|
|
|
"618867758", "Orroroo", |
|
45036
|
|
|
|
|
|
|
"618753369", "Tanunda", |
|
45037
|
|
|
|
|
|
|
"61244252", "Huskisson", |
|
45038
|
|
|
|
|
|
|
"6187183", "Mclaren\ Vale", |
|
45039
|
|
|
|
|
|
|
"6128260", "Sydney", |
|
45040
|
|
|
|
|
|
|
"61265488", "Idaville", |
|
45041
|
|
|
|
|
|
|
"61877356", "Kingston\ Se", |
|
45042
|
|
|
|
|
|
|
"61742363", "Peninsula", |
|
45043
|
|
|
|
|
|
|
"618753524", "Walker\ Flat", |
|
45044
|
|
|
|
|
|
|
"61867208", "Nyamup", |
|
45045
|
|
|
|
|
|
|
"617476730", "Ravenswood", |
|
45046
|
|
|
|
|
|
|
"61363003", "Avoca", |
|
45047
|
|
|
|
|
|
|
"6124028", "Newcastle", |
|
45048
|
|
|
|
|
|
|
"61741462", "Yandaran", |
|
45049
|
|
|
|
|
|
|
"61886382", "Port\ Pirie", |
|
45050
|
|
|
|
|
|
|
"61268201", "Borah\ Tank", |
|
45051
|
|
|
|
|
|
|
"61355583", "Lismore", |
|
45052
|
|
|
|
|
|
|
"61899068", "Latham", |
|
45053
|
|
|
|
|
|
|
"61754257", "Lowood", |
|
45054
|
|
|
|
|
|
|
"61890126", "Mount\ Beaumont", |
|
45055
|
|
|
|
|
|
|
"61240276", "Bandon\ Grove", |
|
45056
|
|
|
|
|
|
|
"61888973", "Pine\ Point", |
|
45057
|
|
|
|
|
|
|
"61744094", "Mount\ Isa", |
|
45058
|
|
|
|
|
|
|
"61887582", "Western\ Flat", |
|
45059
|
|
|
|
|
|
|
"6188555", "Goolwa", |
|
45060
|
|
|
|
|
|
|
"612530108", "Grenfell", |
|
45061
|
|
|
|
|
|
|
"61263737", "Windeyer", |
|
45062
|
|
|
|
|
|
|
"612574408", "Coolatai", |
|
45063
|
|
|
|
|
|
|
"61358956", "Dookie", |
|
45064
|
|
|
|
|
|
|
"61361361", "Dunalley", |
|
45065
|
|
|
|
|
|
|
"61355075", "Edenhope", |
|
45066
|
|
|
|
|
|
|
"61749805", "Blackwater", |
|
45067
|
|
|
|
|
|
|
"61899627", "Yallalong", |
|
45068
|
|
|
|
|
|
|
"61356435", "Neerim\ South", |
|
45069
|
|
|
|
|
|
|
"61887889", "Thornlea", |
|
45070
|
|
|
|
|
|
|
"61246006", "Picton", |
|
45071
|
|
|
|
|
|
|
"61890450", "Warralakin", |
|
45072
|
|
|
|
|
|
|
"61350298", "Arumpo", |
|
45073
|
|
|
|
|
|
|
"618964918", "Moora", |
|
45074
|
|
|
|
|
|
|
"618753094", "Wynarka", |
|
45075
|
|
|
|
|
|
|
"61267279", "Wellingrove", |
|
45076
|
|
|
|
|
|
|
"61384273", "Eltham", |
|
45077
|
|
|
|
|
|
|
"61748003", "Biloela", |
|
45078
|
|
|
|
|
|
|
"6135990", "Cranbourne", |
|
45079
|
|
|
|
|
|
|
"61891636", "Leopold", |
|
45080
|
|
|
|
|
|
|
"613470705", "St\ James", |
|
45081
|
|
|
|
|
|
|
"61341255", "Gormandale", |
|
45082
|
|
|
|
|
|
|
"61248060", "Robertson", |
|
45083
|
|
|
|
|
|
|
"61356038", "Tidal\ River", |
|
45084
|
|
|
|
|
|
|
"612963", "Parramatta", |
|
45085
|
|
|
|
|
|
|
"61359251", "Healesville", |
|
45086
|
|
|
|
|
|
|
"61355478", "Casterton", |
|
45087
|
|
|
|
|
|
|
"61248604", "Bowral", |
|
45088
|
|
|
|
|
|
|
"61896190", "Wongan\ Hills", |
|
45089
|
|
|
|
|
|
|
"61740560", "Cairns", |
|
45090
|
|
|
|
|
|
|
"618683627", "Lake\ King", |
|
45091
|
|
|
|
|
|
|
"61352185", "Torquay", |
|
45092
|
|
|
|
|
|
|
"61238123", "Nerriga", |
|
45093
|
|
|
|
|
|
|
"61267963", "Pilliga", |
|
45094
|
|
|
|
|
|
|
"61899054", "Gutha\ West", |
|
45095
|
|
|
|
|
|
|
"61891802", "Sandfire", |
|
45096
|
|
|
|
|
|
|
"61362522", "Maydena", |
|
45097
|
|
|
|
|
|
|
"618903561", "Mount\ Merivale", |
|
45098
|
|
|
|
|
|
|
"61341138", "Sale", |
|
45099
|
|
|
|
|
|
|
"61240503", "Newcastle", |
|
45100
|
|
|
|
|
|
|
"617451749", "Chinchilla", |
|
45101
|
|
|
|
|
|
|
"612570059", "Bingara", |
|
45102
|
|
|
|
|
|
|
"61877280", "Makin", |
|
45103
|
|
|
|
|
|
|
"61743540", "Gooroolba", |
|
45104
|
|
|
|
|
|
|
"61264499", "Thredbo\ Village", |
|
45105
|
|
|
|
|
|
|
"617476508", "Greenvale", |
|
45106
|
|
|
|
|
|
|
"61748719", "Biloela", |
|
45107
|
|
|
|
|
|
|
"61340067", "Ouyen", |
|
45108
|
|
|
|
|
|
|
"618903475", "Gibson", |
|
45109
|
|
|
|
|
|
|
"61269862", "Rannock", |
|
45110
|
|
|
|
|
|
|
"613451067", "Lake\ Mundi", |
|
45111
|
|
|
|
|
|
|
"61887150", "Rendelsham", |
|
45112
|
|
|
|
|
|
|
"61257141", "Uralla", |
|
45113
|
|
|
|
|
|
|
"61258298", "Tottenham", |
|
45114
|
|
|
|
|
|
|
"618862164", "Arno\ Bay", |
|
45115
|
|
|
|
|
|
|
"617476578", "Long\ Pocket", |
|
45116
|
|
|
|
|
|
|
"61877287", "Penola", |
|
45117
|
|
|
|
|
|
|
"61743547", "Manumbar", |
|
45118
|
|
|
|
|
|
|
"618866172", "Streaky\ Bay", |
|
45119
|
|
|
|
|
|
|
"61888111", "Yorketown", |
|
45120
|
|
|
|
|
|
|
"61887157", "Conmurra", |
|
45121
|
|
|
|
|
|
|
"6124777", "Penrith", |
|
45122
|
|
|
|
|
|
|
"61867224", "Cundinup", |
|
45123
|
|
|
|
|
|
|
"617480828", "Yeppoon", |
|
45124
|
|
|
|
|
|
|
"61340060", "Wemen", |
|
45125
|
|
|
|
|
|
|
"618903405", "Cascade", |
|
45126
|
|
|
|
|
|
|
"61896197", "Wubin\ West", |
|
45127
|
|
|
|
|
|
|
"61740567", "Cairns", |
|
45128
|
|
|
|
|
|
|
"61382157", "Croydon", |
|
45129
|
|
|
|
|
|
|
"61885116", "Meningie", |
|
45130
|
|
|
|
|
|
|
"618660685", "Coomberdale", |
|
45131
|
|
|
|
|
|
|
"61362906", "Maydena", |
|
45132
|
|
|
|
|
|
|
"61888222", "Warooka", |
|
45133
|
|
|
|
|
|
|
"61890642", "Corrigin\ West", |
|
45134
|
|
|
|
|
|
|
"61745193", "Goondiwindi", |
|
45135
|
|
|
|
|
|
|
"618903814", "Dulyalbin", |
|
45136
|
|
|
|
|
|
|
"612903454", "Liverpool", |
|
45137
|
|
|
|
|
|
|
"61354669", "Donald", |
|
45138
|
|
|
|
|
|
|
"618854694", "Langhorne\ Creek", |
|
45139
|
|
|
|
|
|
|
"6175437", "Caloundra", |
|
45140
|
|
|
|
|
|
|
"618682190", "Quindanning", |
|
45141
|
|
|
|
|
|
|
"61269208", "Urana", |
|
45142
|
|
|
|
|
|
|
"61293723", "Terrey\ Hills", |
|
45143
|
|
|
|
|
|
|
"61746896", "Kupunn", |
|
45144
|
|
|
|
|
|
|
"61888858", "Minlaton", |
|
45145
|
|
|
|
|
|
|
"612594381", "Black\ Stump", |
|
45146
|
|
|
|
|
|
|
"61868282", "Quindanning", |
|
45147
|
|
|
|
|
|
|
"61267798", "Oban", |
|
45148
|
|
|
|
|
|
|
"613631112", "Launceston", |
|
45149
|
|
|
|
|
|
|
"6124566", "Wisemans\ Ferry", |
|
45150
|
|
|
|
|
|
|
"61890324", "Westonia", |
|
45151
|
|
|
|
|
|
|
"6126947", "Tumut", |
|
45152
|
|
|
|
|
|
|
"61249095", "Branxton", |
|
45153
|
|
|
|
|
|
|
"61851163", "Ord", |
|
45154
|
|
|
|
|
|
|
"61358264", "Undera", |
|
45155
|
|
|
|
|
|
|
"61741429", "Tandora", |
|
45156
|
|
|
|
|
|
|
"618865830", "Courela", |
|
45157
|
|
|
|
|
|
|
"61267874", "Armidale", |
|
45158
|
|
|
|
|
|
|
"61269486", "Carabost", |
|
45159
|
|
|
|
|
|
|
"61355319", "Merino", |
|
45160
|
|
|
|
|
|
|
"61248067", "Tarago", |
|
45161
|
|
|
|
|
|
|
"618903886", "Mount\ Hampton", |
|
45162
|
|
|
|
|
|
|
"61886813", "Miltalie", |
|
45163
|
|
|
|
|
|
|
"6138701", "Sunbury", |
|
45164
|
|
|
|
|
|
|
"613470775", "Falls\ Creek", |
|
45165
|
|
|
|
|
|
|
"613553820", "Merino", |
|
45166
|
|
|
|
|
|
|
"61244804", "Milton\-ulladulla", |
|
45167
|
|
|
|
|
|
|
"61898061", "Corackerup", |
|
45168
|
|
|
|
|
|
|
"61354146", "Trentham", |
|
45169
|
|
|
|
|
|
|
"613531624", "Ararat", |
|
45170
|
|
|
|
|
|
|
"61242049", "Wollongong", |
|
45171
|
|
|
|
|
|
|
"61879323", "Elliott", |
|
45172
|
|
|
|
|
|
|
"618600260", "Nungarin", |
|
45173
|
|
|
|
|
|
|
"61877154", "Port\ Macdonnell", |
|
45174
|
|
|
|
|
|
|
"61340604", "Mallan", |
|
45175
|
|
|
|
|
|
|
"61341249", "Combienbar", |
|
45176
|
|
|
|
|
|
|
"613431691", "Ballarat", |
|
45177
|
|
|
|
|
|
|
"61263730", "Twelve\ Mile", |
|
45178
|
|
|
|
|
|
|
"61891268", "Whaleback", |
|
45179
|
|
|
|
|
|
|
"612530178", "Molong", |
|
45180
|
|
|
|
|
|
|
"61887284", "Short", |
|
45181
|
|
|
|
|
|
|
"61895066", "Gidgegannup", |
|
45182
|
|
|
|
|
|
|
"613432148", "Goroke", |
|
45183
|
|
|
|
|
|
|
"618852098", "Barmera", |
|
45184
|
|
|
|
|
|
|
"61899620", "Yalgoo", |
|
45185
|
|
|
|
|
|
|
"613441195", "Bendigo", |
|
45186
|
|
|
|
|
|
|
"61240451", "Dungog", |
|
45187
|
|
|
|
|
|
|
"612574478", "Willow\ Tree", |
|
45188
|
|
|
|
|
|
|
"61364048", "Yolla", |
|
45189
|
|
|
|
|
|
|
"61260540", "Albury", |
|
45190
|
|
|
|
|
|
|
"61358822", "Deniliquin", |
|
45191
|
|
|
|
|
|
|
"618601022", "Laverton", |
|
45192
|
|
|
|
|
|
|
"61742595", "Coen", |
|
45193
|
|
|
|
|
|
|
"61358135", "Katamatite", |
|
45194
|
|
|
|
|
|
|
"61354706", "Castlemaine", |
|
45195
|
|
|
|
|
|
|
"61340491", "Scotia", |
|
45196
|
|
|
|
|
|
|
"618601139", "Great\ Victoria", |
|
45197
|
|
|
|
|
|
|
"61354939", "Wycheproof", |
|
45198
|
|
|
|
|
|
|
"61752302", "Nambour", |
|
45199
|
|
|
|
|
|
|
"61754250", "Coominya", |
|
45200
|
|
|
|
|
|
|
"618854913", "Strathalbyn", |
|
45201
|
|
|
|
|
|
|
"61747943", "Kalkadoon", |
|
45202
|
|
|
|
|
|
|
"61749549", "Mackay", |
|
45203
|
|
|
|
|
|
|
"617473981", "Flinders", |
|
45204
|
|
|
|
|
|
|
"61888508", "Curramulka", |
|
45205
|
|
|
|
|
|
|
"617459980", "Guluguba", |
|
45206
|
|
|
|
|
|
|
"61891187", "Leopold", |
|
45207
|
|
|
|
|
|
|
"617480187", "Buckland", |
|
45208
|
|
|
|
|
|
|
"61878093", "Spalding", |
|
45209
|
|
|
|
|
|
|
"61256612", "Woodenbong", |
|
45210
|
|
|
|
|
|
|
"61749842", "Buckland", |
|
45211
|
|
|
|
|
|
|
"61256081", "Thora", |
|
45212
|
|
|
|
|
|
|
"618964941", "Watheroo", |
|
45213
|
|
|
|
|
|
|
"61877168", "Wrattonbully", |
|
45214
|
|
|
|
|
|
|
"61255684", "Lord\ Howe\ Island", |
|
45215
|
|
|
|
|
|
|
"618967600", "Wubin\ West", |
|
45216
|
|
|
|
|
|
|
"61286094", "Blacktown", |
|
45217
|
|
|
|
|
|
|
"612574249", "Mirriadool", |
|
45218
|
|
|
|
|
|
|
"61269522", "Gunbar", |
|
45219
|
|
|
|
|
|
|
"61743436", "Murgon", |
|
45220
|
|
|
|
|
|
|
"61891254", "Onslow", |
|
45221
|
|
|
|
|
|
|
"61741886", "Mount\ Perry", |
|
45222
|
|
|
|
|
|
|
"61745332", "Southwood", |
|
45223
|
|
|
|
|
|
|
"61269829", "Wallendbeen", |
|
45224
|
|
|
|
|
|
|
"61260789", "Leicester\ Park", |
|
45225
|
|
|
|
|
|
|
"618660900", "Dowerin", |
|
45226
|
|
|
|
|
|
|
"61898490", "Mount\ Barker", |
|
45227
|
|
|
|
|
|
|
"61364445", "Queenstown", |
|
45228
|
|
|
|
|
|
|
"617487004", "Calliope", |
|
45229
|
|
|
|
|
|
|
"61348276", "Yalca", |
|
45230
|
|
|
|
|
|
|
"613470822", "Euroa", |
|
45231
|
|
|
|
|
|
|
"613441892", "Carisbrook", |
|
45232
|
|
|
|
|
|
|
"61259185", "Wee\ Elwah", |
|
45233
|
|
|
|
|
|
|
"61357884", "Pyalong", |
|
45234
|
|
|
|
|
|
|
"61351051", "Dargo", |
|
45235
|
|
|
|
|
|
|
"61888864", "Lochiel", |
|
45236
|
|
|
|
|
|
|
"618965683", "Dalwallinu\ West", |
|
45237
|
|
|
|
|
|
|
"613451356", "Apsley", |
|
45238
|
|
|
|
|
|
|
"618782010", "Auburn", |
|
45239
|
|
|
|
|
|
|
"61242113", "Kiama", |
|
45240
|
|
|
|
|
|
|
"618683297", "Moodiarrup", |
|
45241
|
|
|
|
|
|
|
"618763973", "Laura", |
|
45242
|
|
|
|
|
|
|
"61266995", "Casino", |
|
45243
|
|
|
|
|
|
|
"61255337", "Smithtown", |
|
45244
|
|
|
|
|
|
|
"61740737", "Molloy", |
|
45245
|
|
|
|
|
|
|
"61891845", "Millstream", |
|
45246
|
|
|
|
|
|
|
"61740820", "Cooktown", |
|
45247
|
|
|
|
|
|
|
"618995632", "Yaringa", |
|
45248
|
|
|
|
|
|
|
"617458978", "Brookstead", |
|
45249
|
|
|
|
|
|
|
"618763375", "Laura", |
|
45250
|
|
|
|
|
|
|
"618863596", "Port\ Neill", |
|
45251
|
|
|
|
|
|
|
"61752173", "Imbil", |
|
45252
|
|
|
|
|
|
|
"617480349", "Finch\ Hatton", |
|
45253
|
|
|
|
|
|
|
"618989390", "Jaloran", |
|
45254
|
|
|
|
|
|
|
"618856745", "Truro", |
|
45255
|
|
|
|
|
|
|
"61362569", "Brighton", |
|
45256
|
|
|
|
|
|
|
"6139556", "Melbourne", |
|
45257
|
|
|
|
|
|
|
"6135284", "Lara", |
|
45258
|
|
|
|
|
|
|
"6189297", "Herne\ Hill", |
|
45259
|
|
|
|
|
|
|
"61256137", "Murwillumbah", |
|
45260
|
|
|
|
|
|
|
"61744167", "Mutarnee", |
|
45261
|
|
|
|
|
|
|
"617452569", "Westmar", |
|
45262
|
|
|
|
|
|
|
"61749999", "Mackay", |
|
45263
|
|
|
|
|
|
|
"618753148", "Blanchetown", |
|
45264
|
|
|
|
|
|
|
"61851269", "Sandfire", |
|
45265
|
|
|
|
|
|
|
"61342237", "Birregurra", |
|
45266
|
|
|
|
|
|
|
"61243148", "Wyong", |
|
45267
|
|
|
|
|
|
|
"61891031", "Hall\'s\ Creek", |
|
45268
|
|
|
|
|
|
|
"61891374", "Marble\ Bar", |
|
45269
|
|
|
|
|
|
|
"618600950", "Goldfields", |
|
45270
|
|
|
|
|
|
|
"61742311", "Gordonvale", |
|
45271
|
|
|
|
|
|
|
"618851596", "Parndana", |
|
45272
|
|
|
|
|
|
|
"61351729", "Traralgon", |
|
45273
|
|
|
|
|
|
|
"61745603", "Blackall", |
|
45274
|
|
|
|
|
|
|
"61887516", "Monkoora", |
|
45275
|
|
|
|
|
|
|
"61886521", "Sleaford\ Mere", |
|
45276
|
|
|
|
|
|
|
"61341143", "Morwell", |
|
45277
|
|
|
|
|
|
|
"61896607", "Kalannie", |
|
45278
|
|
|
|
|
|
|
"61356043", "Trafalgar", |
|
45279
|
|
|
|
|
|
|
"61358378", "Lalalty", |
|
45280
|
|
|
|
|
|
|
"61257069", "Craigleigh", |
|
45281
|
|
|
|
|
|
|
"61746825", "Warra", |
|
45282
|
|
|
|
|
|
|
"6128536", "Sutherland", |
|
45283
|
|
|
|
|
|
|
"618600915", "Nullarbor", |
|
45284
|
|
|
|
|
|
|
"613442135", "Maldon", |
|
45285
|
|
|
|
|
|
|
"61898155", "Kronkup", |
|
45286
|
|
|
|
|
|
|
"6134304", "Ballarat", |
|
45287
|
|
|
|
|
|
|
"61266545", "Ulong", |
|
45288
|
|
|
|
|
|
|
"61245004", "Kurrajong\ Heights", |
|
45289
|
|
|
|
|
|
|
"618683070", "Kuringup", |
|
45290
|
|
|
|
|
|
|
"613542380", "Birchip", |
|
45291
|
|
|
|
|
|
|
"61361466", "Sorell", |
|
45292
|
|
|
|
|
|
|
"612630892", "Oberon", |
|
45293
|
|
|
|
|
|
|
"61741383", "Gin\ Gin", |
|
45294
|
|
|
|
|
|
|
"618865844", "Great\ Bight", |
|
45295
|
|
|
|
|
|
|
"61247115", "Penrith", |
|
45296
|
|
|
|
|
|
|
"617487160", "Theodore", |
|
45297
|
|
|
|
|
|
|
"61889039", "Davenport", |
|
45298
|
|
|
|
|
|
|
"61355207", "Warrnambool", |
|
45299
|
|
|
|
|
|
|
"61875554", "Berri", |
|
45300
|
|
|
|
|
|
|
"61742482", "South\ Johnstone", |
|
45301
|
|
|
|
|
|
|
"61876110", "Quorn", |
|
45302
|
|
|
|
|
|
|
"613553566", "Lismore", |
|
45303
|
|
|
|
|
|
|
"617458823", "Leyburn", |
|
45304
|
|
|
|
|
|
|
"618763828", "Streaky\ Bay", |
|
45305
|
|
|
|
|
|
|
"61350546", "Wemen", |
|
45306
|
|
|
|
|
|
|
"61353952", "Rainbow", |
|
45307
|
|
|
|
|
|
|
"61340194", "Nandaly", |
|
45308
|
|
|
|
|
|
|
"6173815", "Brisbane", |
|
45309
|
|
|
|
|
|
|
"61885785", "Perponda", |
|
45310
|
|
|
|
|
|
|
"61264700", "Cobargo", |
|
45311
|
|
|
|
|
|
|
"61260074", "Tallangatta\ Valley", |
|
45312
|
|
|
|
|
|
|
"61353909", "Crymelon", |
|
45313
|
|
|
|
|
|
|
"61259716", "Hillston", |
|
45314
|
|
|
|
|
|
|
"612684576", "Warren", |
|
45315
|
|
|
|
|
|
|
"618862000", "Quorn", |
|
45316
|
|
|
|
|
|
|
"61268685", "Lake\ Cargelligo", |
|
45317
|
|
|
|
|
|
|
"61268957", "Banar", |
|
45318
|
|
|
|
|
|
|
"61749776", "Gladstone", |
|
45319
|
|
|
|
|
|
|
"618763349", "Coulta", |
|
45320
|
|
|
|
|
|
|
"61267911", "Goolhi", |
|
45321
|
|
|
|
|
|
|
"61353736", "Linton", |
|
45322
|
|
|
|
|
|
|
"61266926", "Dorrigo", |
|
45323
|
|
|
|
|
|
|
"6138724", "Whittlesea", |
|
45324
|
|
|
|
|
|
|
"61361107", "Gretna", |
|
45325
|
|
|
|
|
|
|
"613542603", "Logan", |
|
45326
|
|
|
|
|
|
|
"612532478", "Blayney", |
|
45327
|
|
|
|
|
|
|
"618763836", "Wanilla", |
|
45328
|
|
|
|
|
|
|
"6128915", "Sydney", |
|
45329
|
|
|
|
|
|
|
"61341019", "Orbost", |
|
45330
|
|
|
|
|
|
|
"61268388", "Cumborah", |
|
45331
|
|
|
|
|
|
|
"61267345", "Deepwater", |
|
45332
|
|
|
|
|
|
|
"612583916", "Kiacatoo", |
|
45333
|
|
|
|
|
|
|
"61264140", "Merimbula", |
|
45334
|
|
|
|
|
|
|
"618967027", "Kalannie", |
|
45335
|
|
|
|
|
|
|
"6175339", "Caboolture", |
|
45336
|
|
|
|
|
|
|
"61741870", "Bundaberg", |
|
45337
|
|
|
|
|
|
|
"612574275", "Tenterfield", |
|
45338
|
|
|
|
|
|
|
"61356119", "Foster", |
|
45339
|
|
|
|
|
|
|
"61754883", "Kia\ Ora", |
|
45340
|
|
|
|
|
|
|
"61752279", "Boonah", |
|
45341
|
|
|
|
|
|
|
"61348280", "Caldwell", |
|
45342
|
|
|
|
|
|
|
"61350437", "Nyah", |
|
45343
|
|
|
|
|
|
|
"61747020", "Boulia", |
|
45344
|
|
|
|
|
|
|
"61887321", "Taratap", |
|
45345
|
|
|
|
|
|
|
"61351165", "Morwell", |
|
45346
|
|
|
|
|
|
|
"61875568", "Copeville", |
|
45347
|
|
|
|
|
|
|
"61895397", "Gingin", |
|
45348
|
|
|
|
|
|
|
"613451409", "Benayeo", |
|
45349
|
|
|
|
|
|
|
"61886316", "Sheringa", |
|
45350
|
|
|
|
|
|
|
"61361313", "Woodbury", |
|
45351
|
|
|
|
|
|
|
"61362412", "Geeveston", |
|
45352
|
|
|
|
|
|
|
"612573396", "Gunyerwarildi", |
|
45353
|
|
|
|
|
|
|
"61860062", "Nullarbor", |
|
45354
|
|
|
|
|
|
|
"61248396", "Lost\ River", |
|
45355
|
|
|
|
|
|
|
"613451088", "Wallacedale", |
|
45356
|
|
|
|
|
|
|
"61350084", "Mildura", |
|
45357
|
|
|
|
|
|
|
"618994099", "Northern\ Gully", |
|
45358
|
|
|
|
|
|
|
"61885807", "Barmera", |
|
45359
|
|
|
|
|
|
|
"61890792", "Cascade", |
|
45360
|
|
|
|
|
|
|
"61890281", "Grass\ Patch", |
|
45361
|
|
|
|
|
|
|
"61890195", "Warralakin", |
|
45362
|
|
|
|
|
|
|
"61746565", "Charleville", |
|
45363
|
|
|
|
|
|
|
"61851111", "Telfer", |
|
45364
|
|
|
|
|
|
|
"61896058", "Cleary\ North", |
|
45365
|
|
|
|
|
|
|
"61247053", "Katoomba", |
|
45366
|
|
|
|
|
|
|
"61257022", "Kingstown", |
|
45367
|
|
|
|
|
|
|
"61743331", "Maryborough", |
|
45368
|
|
|
|
|
|
|
"6174661", "Warwick", |
|
45369
|
|
|
|
|
|
|
"61743074", "Bunker", |
|
45370
|
|
|
|
|
|
|
"617473920", "Julia\ Creek", |
|
45371
|
|
|
|
|
|
|
"61885800", "Berri", |
|
45372
|
|
|
|
|
|
|
"61343217", "Horsham", |
|
45373
|
|
|
|
|
|
|
"617459921", "Winton", |
|
45374
|
|
|
|
|
|
|
"6136169", "Hobart", |
|
45375
|
|
|
|
|
|
|
"61359371", "Warburton", |
|
45376
|
|
|
|
|
|
|
"61898013", "Badgebup\ North", |
|
45377
|
|
|
|
|
|
|
"613531827", "Learmonth", |
|
45378
|
|
|
|
|
|
|
"61359034", "Rosebud", |
|
45379
|
|
|
|
|
|
|
"61748432", "Rockhampton", |
|
45380
|
|
|
|
|
|
|
"6129762", "Parramatta", |
|
45381
|
|
|
|
|
|
|
"61891176", "Whaleback", |
|
45382
|
|
|
|
|
|
|
"61895390", "Toodyay", |
|
45383
|
|
|
|
|
|
|
"61899815", "Lake\ Mason", |
|
45384
|
|
|
|
|
|
|
"612530253", "Harden", |
|
45385
|
|
|
|
|
|
|
"612951", "Sydney", |
|
45386
|
|
|
|
|
|
|
"61851222", "Christmas\ Island", |
|
45387
|
|
|
|
|
|
|
"61747027", "Briaba", |
|
45388
|
|
|
|
|
|
|
"6124230", "Kiama", |
|
45389
|
|
|
|
|
|
|
"6173019", "Brisbane", |
|
45390
|
|
|
|
|
|
|
"617459417", "Condamine", |
|
45391
|
|
|
|
|
|
|
"61348154", "Kyabram", |
|
45392
|
|
|
|
|
|
|
"613532234", "Murtoa", |
|
45393
|
|
|
|
|
|
|
"61245028", "Windsor", |
|
45394
|
|
|
|
|
|
|
"61887098", "Rendelsham", |
|
45395
|
|
|
|
|
|
|
"61741877", "Gooroolba", |
|
45396
|
|
|
|
|
|
|
"61755932", "Southport", |
|
45397
|
|
|
|
|
|
|
"612574205", "Bohena", |
|
45398
|
|
|
|
|
|
|
"61898709", "Lake\ Oconnor", |
|
45399
|
|
|
|
|
|
|
"61264147", "Bobundara", |
|
45400
|
|
|
|
|
|
|
"612593693", "Grong\ Grong", |
|
45401
|
|
|
|
|
|
|
"61340396", "Pan\ Ban", |
|
45402
|
|
|
|
|
|
|
"613450572", "Harrow", |
|
45403
|
|
|
|
|
|
|
"613542673", "Traynors\ Lagoon", |
|
45404
|
|
|
|
|
|
|
"61888163", "Pine\ Point", |
|
45405
|
|
|
|
|
|
|
"61258084", "Warrumbungle", |
|
45406
|
|
|
|
|
|
|
"61348287", "Jerilderie", |
|
45407
|
|
|
|
|
|
|
"618993262", "Geraldton", |
|
45408
|
|
|
|
|
|
|
"61350430", "Culgoa", |
|
45409
|
|
|
|
|
|
|
"61896455", "South\ Quairading", |
|
45410
|
|
|
|
|
|
|
"61341375", "Maffra", |
|
45411
|
|
|
|
|
|
|
"61887495", "Penola", |
|
45412
|
|
|
|
|
|
|
"61875209", "Callington", |
|
45413
|
|
|
|
|
|
|
"61741812", "Bundaberg", |
|
45414
|
|
|
|
|
|
|
"61747938", "Yabulu", |
|
45415
|
|
|
|
|
|
|
"618903617", "Salmon\ Gums", |
|
45416
|
|
|
|
|
|
|
"61364033", "Ulverstone", |
|
45417
|
|
|
|
|
|
|
"61361100", "Colebrook", |
|
45418
|
|
|
|
|
|
|
"61267359", "Deepwater", |
|
45419
|
|
|
|
|
|
|
"61263479", "Ooma", |
|
45420
|
|
|
|
|
|
|
"61351656", "Erica", |
|
45421
|
|
|
|
|
|
|
"617476744", "Rollingstone", |
|
45422
|
|
|
|
|
|
|
"612530237", "Windeyer", |
|
45423
|
|
|
|
|
|
|
"613470162", "Seymour", |
|
45424
|
|
|
|
|
|
|
"617750013", "Muttaburra", |
|
45425
|
|
|
|
|
|
|
"61267302", "Glen\ Innes", |
|
45426
|
|
|
|
|
|
|
"618851190", "Wunkar", |
|
45427
|
|
|
|
|
|
|
"61885182", "Sanderston", |
|
45428
|
|
|
|
|
|
|
"61753066", "Coominya", |
|
45429
|
|
|
|
|
|
|
"61255718", "Ellerston", |
|
45430
|
|
|
|
|
|
|
"612593986", "Landervale", |
|
45431
|
|
|
|
|
|
|
"6128388", "Sydney", |
|
45432
|
|
|
|
|
|
|
"61877276", "Laffer", |
|
45433
|
|
|
|
|
|
|
"61876117", "Spilsby", |
|
45434
|
|
|
|
|
|
|
"61897771", "Manjimup", |
|
45435
|
|
|
|
|
|
|
"61354875", "Marong", |
|
45436
|
|
|
|
|
|
|
"618601065", "Condingup", |
|
45437
|
|
|
|
|
|
|
"61264707", "Merimbula", |
|
45438
|
|
|
|
|
|
|
"61898149", "Jaloran", |
|
45439
|
|
|
|
|
|
|
"61875252", "Blanchetown", |
|
45440
|
|
|
|
|
|
|
"61367399", "Deloraine", |
|
45441
|
|
|
|
|
|
|
"61745778", "Oakey", |
|
45442
|
|
|
|
|
|
|
"61348168", "Dookie", |
|
45443
|
|
|
|
|
|
|
"618985476", "Ravensthorpe", |
|
45444
|
|
|
|
|
|
|
"61240356", "Newcastle", |
|
45445
|
|
|
|
|
|
|
"61358419", "Kyabram", |
|
45446
|
|
|
|
|
|
|
"61373022", "Sydenham", |
|
45447
|
|
|
|
|
|
|
"61876172", "Courela", |
|
45448
|
|
|
|
|
|
|
"61880089", "Tepco", |
|
45449
|
|
|
|
|
|
|
"61896064", "Coomberdale", |
|
45450
|
|
|
|
|
|
|
"618993058", "Gutha\ West", |
|
45451
|
|
|
|
|
|
|
"612583639", "Stuart\ Town", |
|
45452
|
|
|
|
|
|
|
"6173494", "Samford", |
|
45453
|
|
|
|
|
|
|
"612594431", "Rannock", |
|
45454
|
|
|
|
|
|
|
"6174056", "Gordonvale", |
|
45455
|
|
|
|
|
|
|
"61355200", "Portland", |
|
45456
|
|
|
|
|
|
|
"617480168", "Bingegang", |
|
45457
|
|
|
|
|
|
|
"61898752", "Varley", |
|
45458
|
|
|
|
|
|
|
"61860029", "Belka\ East", |
|
45459
|
|
|
|
|
|
|
"61876303", "Miltalie", |
|
45460
|
|
|
|
|
|
|
"612683752", "Gilgandra", |
|
45461
|
|
|
|
|
|
|
"61746735", "Omanama", |
|
45462
|
|
|
|
|
|
|
"617468306", "Kumbarilla", |
|
45463
|
|
|
|
|
|
|
"61895661", "Bindoon", |
|
45464
|
|
|
|
|
|
|
"61248194", "Gundillion", |
|
45465
|
|
|
|
|
|
|
"613470865", "Cheshunt", |
|
45466
|
|
|
|
|
|
|
"61896600", "Yorkrakine", |
|
45467
|
|
|
|
|
|
|
"612593914", "Kyeamba", |
|
45468
|
|
|
|
|
|
|
"6126382", "Young", |
|
45469
|
|
|
|
|
|
|
"61267173", "Collarenebri", |
|
45470
|
|
|
|
|
|
|
"61744160", "Kalkadoon", |
|
45471
|
|
|
|
|
|
|
"6189045", "Kellerberrin", |
|
45472
|
|
|
|
|
|
|
"61747365", "Gumlu", |
|
45473
|
|
|
|
|
|
|
"613553881", "Woodhouse", |
|
45474
|
|
|
|
|
|
|
"61256130", "Ballina", |
|
45475
|
|
|
|
|
|
|
"618661114", "Bencubbin", |
|
45476
|
|
|
|
|
|
|
"61269412", "Tumut", |
|
45477
|
|
|
|
|
|
|
"61361589", "Colebrook", |
|
45478
|
|
|
|
|
|
|
"61244103", "Milton\-ulladulla", |
|
45479
|
|
|
|
|
|
|
"61255541", "Moonan\ Flat", |
|
45480
|
|
|
|
|
|
|
"61342230", "Aireys\ Inlet", |
|
45481
|
|
|
|
|
|
|
"61754481", "Noosaville", |
|
45482
|
|
|
|
|
|
|
"61898666", "Wagin", |
|
45483
|
|
|
|
|
|
|
"61886114", "Koongawa", |
|
45484
|
|
|
|
|
|
|
"612532991", "Rockley", |
|
45485
|
|
|
|
|
|
|
"613442035", "Amphitheatre", |
|
45486
|
|
|
|
|
|
|
"6186229", "Perth", |
|
45487
|
|
|
|
|
|
|
"6139202", "Werribee", |
|
45488
|
|
|
|
|
|
|
"6124333", "Gosford", |
|
45489
|
|
|
|
|
|
|
"618683506", "Hyden", |
|
45490
|
|
|
|
|
|
|
"61246611", "Camden", |
|
45491
|
|
|
|
|
|
|
"61284190", "Terrey\ Hills", |
|
45492
|
|
|
|
|
|
|
"6129122", "Sydney", |
|
45493
|
|
|
|
|
|
|
"61255673", "Ellenborough", |
|
45494
|
|
|
|
|
|
|
"618660799", "Badgingarra", |
|
45495
|
|
|
|
|
|
|
"617442580", "Townsville", |
|
45496
|
|
|
|
|
|
|
"61268263", "Wyanga", |
|
45497
|
|
|
|
|
|
|
"61897943", "Cundinup", |
|
45498
|
|
|
|
|
|
|
"61363061", "Mole\ Creek", |
|
45499
|
|
|
|
|
|
|
"61887506", "Wirrega", |
|
45500
|
|
|
|
|
|
|
"61251182", "Gearys\ Gap", |
|
45501
|
|
|
|
|
|
|
"61745613", "Haddon", |
|
45502
|
|
|
|
|
|
|
"612574223", "Deepwater", |
|
45503
|
|
|
|
|
|
|
"61741187", "Biggenden", |
|
45504
|
|
|
|
|
|
|
"61888691", "Curramulka", |
|
45505
|
|
|
|
|
|
|
"61742301", "Peninsula", |
|
45506
|
|
|
|
|
|
|
"618982222", "Albany", |
|
45507
|
|
|
|
|
|
|
"61899549", "Arrowsmith", |
|
45508
|
|
|
|
|
|
|
"61350492", "Patchewollock", |
|
45509
|
|
|
|
|
|
|
"618764018", "Wirrulla", |
|
45510
|
|
|
|
|
|
|
"618753048", "Strathalbyn", |
|
45511
|
|
|
|
|
|
|
"61752184", "Moore", |
|
45512
|
|
|
|
|
|
|
"61756087", "Southport", |
|
45513
|
|
|
|
|
|
|
"61264710", "Shannons\ Flat", |
|
45514
|
|
|
|
|
|
|
"61253028", "Monteagle", |
|
45515
|
|
|
|
|
|
|
"612630793", "Limekilns", |
|
45516
|
|
|
|
|
|
|
"61352344", "Geelong", |
|
45517
|
|
|
|
|
|
|
"617473996", "Hughenden", |
|
45518
|
|
|
|
|
|
|
"613431993", "Stoneleigh", |
|
45519
|
|
|
|
|
|
|
"61875161", "Goolwa", |
|
45520
|
|
|
|
|
|
|
"61357256", "Myrtleford", |
|
45521
|
|
|
|
|
|
|
"61752257", "Kalbar", |
|
45522
|
|
|
|
|
|
|
"61257763", "Armidale", |
|
45523
|
|
|
|
|
|
|
"617441913", "Normanton", |
|
45524
|
|
|
|
|
|
|
"61876100", "Peterborough", |
|
45525
|
|
|
|
|
|
|
"618683720", "Holland\ Rocks", |
|
45526
|
|
|
|
|
|
|
"6138080", "Melbourne", |
|
45527
|
|
|
|
|
|
|
"61748490", "Gladstone", |
|
45528
|
|
|
|
|
|
|
"61341347", "Swifts\ Creek", |
|
45529
|
|
|
|
|
|
|
"6189187", "Karratha", |
|
45530
|
|
|
|
|
|
|
"618660964", "Bencubbin", |
|
45531
|
|
|
|
|
|
|
"613573076", "Kobyboyn", |
|
45532
|
|
|
|
|
|
|
"61364486", "Ulverstone", |
|
45533
|
|
|
|
|
|
|
"61341052", "Lakes\ Entrance", |
|
45534
|
|
|
|
|
|
|
"61268979", "Double\ Peaks", |
|
45535
|
|
|
|
|
|
|
"61887639", "Wrattonbully", |
|
45536
|
|
|
|
|
|
|
"61247105", "Lawson", |
|
45537
|
|
|
|
|
|
|
"61259146", "Burcher", |
|
45538
|
|
|
|
|
|
|
"617487060", "Tungamull", |
|
45539
|
|
|
|
|
|
|
"61240731", "Wootton", |
|
45540
|
|
|
|
|
|
|
"61755331", "Southport", |
|
45541
|
|
|
|
|
|
|
"618753335", "Langhorne\ Creek", |
|
45542
|
|
|
|
|
|
|
"618964474", "Gillingarra", |
|
45543
|
|
|
|
|
|
|
"618967664", "Dukin", |
|
45544
|
|
|
|
|
|
|
"61256333", "Woodburn", |
|
45545
|
|
|
|
|
|
|
"618762614", "Poochera", |
|
45546
|
|
|
|
|
|
|
"618683170", "Kukerin", |
|
45547
|
|
|
|
|
|
|
"61741845", "Childers", |
|
45548
|
|
|
|
|
|
|
"61899780", "Mount\ George", |
|
45549
|
|
|
|
|
|
|
"61878166", "Alford", |
|
45550
|
|
|
|
|
|
|
"61890820", "Merredin", |
|
45551
|
|
|
|
|
|
|
"61245014", "Wisemans\ Ferry", |
|
45552
|
|
|
|
|
|
|
"61263450", "Woodstock", |
|
45553
|
|
|
|
|
|
|
"61351023", "Baw\ Baw", |
|
45554
|
|
|
|
|
|
|
"61267370", "Sandy\ Flat", |
|
45555
|
|
|
|
|
|
|
"61356152", "Mirboo\ North", |
|
45556
|
|
|
|
|
|
|
"61264175", "Bombala", |
|
45557
|
|
|
|
|
|
|
"61851096", "Karratha", |
|
45558
|
|
|
|
|
|
|
"61342292", "Swan\ Marsh", |
|
45559
|
|
|
|
|
|
|
"61267883", "Tamworth", |
|
45560
|
|
|
|
|
|
|
"61356109", "Toora", |
|
45561
|
|
|
|
|
|
|
"61351590", "Omeo", |
|
45562
|
|
|
|
|
|
|
"61384889", "Melbourne", |
|
45563
|
|
|
|
|
|
|
"61754345", "Woodford", |
|
45564
|
|
|
|
|
|
|
"61244055", "Nowra", |
|
45565
|
|
|
|
|
|
|
"61256192", "Coffs\ Harbour", |
|
45566
|
|
|
|
|
|
|
"61263126", "Leadville", |
|
45567
|
|
|
|
|
|
|
"61341009", "Gelantipy", |
|
45568
|
|
|
|
|
|
|
"61742094", "Maryfarms", |
|
45569
|
|
|
|
|
|
|
"6134423", "Birchip\/Charlton\/Cohuna", |
|
45570
|
|
|
|
|
|
|
"61269982", "Tooma", |
|
45571
|
|
|
|
|
|
|
"61746197", "Oakey", |
|
45572
|
|
|
|
|
|
|
"61890567", "Munglinup", |
|
45573
|
|
|
|
|
|
|
"612583292", "Parkes", |
|
45574
|
|
|
|
|
|
|
"612594396", "Darlington\ Point", |
|
45575
|
|
|
|
|
|
|
"617486912", "Calliope", |
|
45576
|
|
|
|
|
|
|
"61267901", "Rowena", |
|
45577
|
|
|
|
|
|
|
"61269048", "Lachlan", |
|
45578
|
|
|
|
|
|
|
"61754648", "Harrisville", |
|
45579
|
|
|
|
|
|
|
"61886128", "Leigh\ Creek\ South", |
|
45580
|
|
|
|
|
|
|
"61257296", "Glen\ Elgin", |
|
45581
|
|
|
|
|
|
|
"618967777", "Brookton", |
|
45582
|
|
|
|
|
|
|
"618903891", "Mount\ Stirling", |
|
45583
|
|
|
|
|
|
|
"61353919", "Lorquon", |
|
45584
|
|
|
|
|
|
|
"61259706", "West\ Wyalong", |
|
45585
|
|
|
|
|
|
|
"61887273", "Willalooka", |
|
45586
|
|
|
|
|
|
|
"613574180", "Pyalong", |
|
45587
|
|
|
|
|
|
|
"61879351", "Tiwi", |
|
45588
|
|
|
|
|
|
|
"61255724", "Idaville", |
|
45589
|
|
|
|
|
|
|
"61891429", "Broome", |
|
45590
|
|
|
|
|
|
|
"61885817", "Robertstown", |
|
45591
|
|
|
|
|
|
|
"61887969", "Reedy\ Creek", |
|
45592
|
|
|
|
|
|
|
"61343200", "Ballarat", |
|
45593
|
|
|
|
|
|
|
"618763671", "Port\ Neill", |
|
45594
|
|
|
|
|
|
|
"61748061", "St\ Lawrence", |
|
45595
|
|
|
|
|
|
|
"61261946", "Rye\ Park", |
|
45596
|
|
|
|
|
|
|
"61260629", "Rennie", |
|
45597
|
|
|
|
|
|
|
"617486690", "Glenden", |
|
45598
|
|
|
|
|
|
|
"618600204", "Coomalbidgup", |
|
45599
|
|
|
|
|
|
|
"613451188", "Penshurst", |
|
45600
|
|
|
|
|
|
|
"61265791", "Broke", |
|
45601
|
|
|
|
|
|
|
"61265282", "Krambach", |
|
45602
|
|
|
|
|
|
|
"61240423", "Wards\ River", |
|
45603
|
|
|
|
|
|
|
"61255239", "Idaville", |
|
45604
|
|
|
|
|
|
|
"6186105", "Perth", |
|
45605
|
|
|
|
|
|
|
"6188133", "Adelaide", |
|
45606
|
|
|
|
|
|
|
"61885872", "Taplan", |
|
45607
|
|
|
|
|
|
|
"617476392", "Bowen", |
|
45608
|
|
|
|
|
|
|
"61282617", "Sydney", |
|
45609
|
|
|
|
|
|
|
"61741268", "Redridge", |
|
45610
|
|
|
|
|
|
|
"6175554", "Southport", |
|
45611
|
|
|
|
|
|
|
"61361303", "Orford", |
|
45612
|
|
|
|
|
|
|
"61354185", "Lake\ Meran", |
|
45613
|
|
|
|
|
|
|
"61367035", "Exeter", |
|
45614
|
|
|
|
|
|
|
"61357380", "Cheshunt", |
|
45615
|
|
|
|
|
|
|
"61749620", "Gladstone", |
|
45616
|
|
|
|
|
|
|
"61886306", "Redhill", |
|
45617
|
|
|
|
|
|
|
"61358989", "Logie\ Brae", |
|
45618
|
|
|
|
|
|
|
"618858524", "Karoonda", |
|
45619
|
|
|
|
|
|
|
"61889563", "Yulara", |
|
45620
|
|
|
|
|
|
|
"61745066", "Yetman", |
|
45621
|
|
|
|
|
|
|
"61268796", "Mount\ Herring", |
|
45622
|
|
|
|
|
|
|
"618680056", "Moulyinning", |
|
45623
|
|
|
|
|
|
|
"61887856", "Reedy\ Creek", |
|
45624
|
|
|
|
|
|
|
"618854588", "Auburn", |
|
45625
|
|
|
|
|
|
|
"61357387", "Kilmore", |
|
45626
|
|
|
|
|
|
|
"612574693", "Graman", |
|
45627
|
|
|
|
|
|
|
"61753299", "Noosaville", |
|
45628
|
|
|
|
|
|
|
"617458805", "Greenmount", |
|
45629
|
|
|
|
|
|
|
"6124231", "Wollongong", |
|
45630
|
|
|
|
|
|
|
"61354782", "Korong\ Vale", |
|
45631
|
|
|
|
|
|
|
"61886744", "Woomera", |
|
45632
|
|
|
|
|
|
|
"6189416", "Perth", |
|
45633
|
|
|
|
|
|
|
"618997006", "Perenjori\ East", |
|
45634
|
|
|
|
|
|
|
"61749627", "Isaac\ River", |
|
45635
|
|
|
|
|
|
|
"61259622", "Hay", |
|
45636
|
|
|
|
|
|
|
"618763601", "Elliston", |
|
45637
|
|
|
|
|
|
|
"61885810", "Bower", |
|
45638
|
|
|
|
|
|
|
"61889395", "Noonamah", |
|
45639
|
|
|
|
|
|
|
"61343207", "Clear\ Lake\/Creswick\/Crymelon\/Dadswells\ Bridge\/Daylesford\/Dimboola\/Elmhurst\/Gerang\ Gerung\/Glenisla\/Glenorchy", |
|
45640
|
|
|
|
|
|
|
"61898003", "Amelup", |
|
45641
|
|
|
|
|
|
|
"617451839", "Cunnamulla", |
|
45642
|
|
|
|
|
|
|
"618753011", "Halidon", |
|
45643
|
|
|
|
|
|
|
"61357634", "Cheshunt", |
|
45644
|
|
|
|
|
|
|
"618682207", "Woodanilling", |
|
45645
|
|
|
|
|
|
|
"61264343", "Delegate", |
|
45646
|
|
|
|
|
|
|
"61851101", "Mitchell", |
|
45647
|
|
|
|
|
|
|
"61269459", "Tumut", |
|
45648
|
|
|
|
|
|
|
"61253004", "Windeyer", |
|
45649
|
|
|
|
|
|
|
"618600274", "Belka\ East", |
|
45650
|
|
|
|
|
|
|
"61741636", "Kingaroy", |
|
45651
|
|
|
|
|
|
|
"61244049", "Moruya", |
|
45652
|
|
|
|
|
|
|
"61890560", "Kambalda", |
|
45653
|
|
|
|
|
|
|
"61746190", "Jondaryan", |
|
45654
|
|
|
|
|
|
|
"61741509", "Gin\ Gin", |
|
45655
|
|
|
|
|
|
|
"618753288", "Perponda", |
|
45656
|
|
|
|
|
|
|
"61741802", "Monogorilby", |
|
45657
|
|
|
|
|
|
|
"618866908", "Indian\ Pacific", |
|
45658
|
|
|
|
|
|
|
"61875219", "Willunga", |
|
45659
|
|
|
|
|
|
|
"618967707", "Trayning", |
|
45660
|
|
|
|
|
|
|
"61749054", "Dysart", |
|
45661
|
|
|
|
|
|
|
"61259344", "Stockinbingal", |
|
45662
|
|
|
|
|
|
|
"618864071", "Koppio", |
|
45663
|
|
|
|
|
|
|
"61748243", "Marlborough", |
|
45664
|
|
|
|
|
|
|
"61753603", "Kilkivan", |
|
45665
|
|
|
|
|
|
|
"617479222", "Yabulu", |
|
45666
|
|
|
|
|
|
|
"618763962", "Herbert", |
|
45667
|
|
|
|
|
|
|
"61351597", "Omeo", |
|
45668
|
|
|
|
|
|
|
"61358452", "Rushworth", |
|
45669
|
|
|
|
|
|
|
"61359223", "Koo\ Wee\ Rup", |
|
45670
|
|
|
|
|
|
|
"61238151", "Marulan", |
|
45671
|
|
|
|
|
|
|
"61255148", "Glendonbrook", |
|
45672
|
|
|
|
|
|
|
"618996759", "Yaringa", |
|
45673
|
|
|
|
|
|
|
"61898719", "Holland\ Rocks", |
|
45674
|
|
|
|
|
|
|
"61352146", "Swan\ Marsh", |
|
45675
|
|
|
|
|
|
|
"61363497", "Fingal", |
|
45676
|
|
|
|
|
|
|
"61266577", "Hernani", |
|
45677
|
|
|
|
|
|
|
"618866163", "Port\ Kenny", |
|
45678
|
|
|
|
|
|
|
"617480068", "Mardale", |
|
45679
|
|
|
|
|
|
|
"6186595", "Spearwood", |
|
45680
|
|
|
|
|
|
|
"618986141", "Kondinin", |
|
45681
|
|
|
|
|
|
|
"612583622", "Mandagery", |
|
45682
|
|
|
|
|
|
|
"61263457", "Merriganowry", |
|
45683
|
|
|
|
|
|
|
"61867048", "Lake\ Clifton", |
|
45684
|
|
|
|
|
|
|
"61740605", "Kowanyama", |
|
45685
|
|
|
|
|
|
|
"61267377", "Drake", |
|
45686
|
|
|
|
|
|
|
"61890827", "Kalgoorlie", |
|
45687
|
|
|
|
|
|
|
"618683100", "Pingrup\ East", |
|
45688
|
|
|
|
|
|
|
"61358409", "Katamatite", |
|
45689
|
|
|
|
|
|
|
"61868085", "Walyurin", |
|
45690
|
|
|
|
|
|
|
"61741966", "Maryborough", |
|
45691
|
|
|
|
|
|
|
"61268041", "Coolabah", |
|
45692
|
|
|
|
|
|
|
"61362048", "Little\ Swanport", |
|
45693
|
|
|
|
|
|
|
"617442853", "Hughenden", |
|
45694
|
|
|
|
|
|
|
"61741859", "Booyal", |
|
45695
|
|
|
|
|
|
|
"61352706", "Aireys\ Inlet", |
|
45696
|
|
|
|
|
|
|
"61264717", "Bemboka", |
|
45697
|
|
|
|
|
|
|
"61287421", "Liverpool", |
|
45698
|
|
|
|
|
|
|
"612574914", "Caroda", |
|
45699
|
|
|
|
|
|
|
"61888984", "Curramulka", |
|
45700
|
|
|
|
|
|
|
"61748497", "Belyando", |
|
45701
|
|
|
|
|
|
|
"61341340", "Munro", |
|
45702
|
|
|
|
|
|
|
"618601165", "Salmon\ Gums", |
|
45703
|
|
|
|
|
|
|
"618661086", "Yorkrakine", |
|
45704
|
|
|
|
|
|
|
"61265046", "Ellerston", |
|
45705
|
|
|
|
|
|
|
"61876107", "Hawker", |
|
45706
|
|
|
|
|
|
|
"61260756", "Leicester\ Park", |
|
45707
|
|
|
|
|
|
|
"61255708", "Bowraville", |
|
45708
|
|
|
|
|
|
|
"61752250", "Esk", |
|
45709
|
|
|
|
|
|
|
"61740308", "Cairns", |
|
45710
|
|
|
|
|
|
|
"617750113", "Bowenville", |
|
45711
|
|
|
|
|
|
|
"61267312", "Wollomombi", |
|
45712
|
|
|
|
|
|
|
"618851090", "Wanbi", |
|
45713
|
|
|
|
|
|
|
"618683413", "Ravensthorpe", |
|
45714
|
|
|
|
|
|
|
"61886104", "Kapinnie", |
|
45715
|
|
|
|
|
|
|
"61244113", "Berry", |
|
45716
|
|
|
|
|
|
|
"612574986", "Willow\ Tree", |
|
45717
|
|
|
|
|
|
|
"61269402", "Cootamundra", |
|
45718
|
|
|
|
|
|
|
"61741180", "Chahpingah", |
|
45719
|
|
|
|
|
|
|
"61756080", "Kerry", |
|
45720
|
|
|
|
|
|
|
"61263642", "Cudal", |
|
45721
|
|
|
|
|
|
|
"618661014", "Wongan\ Hills", |
|
45722
|
|
|
|
|
|
|
"61868206", "Pingelly", |
|
45723
|
|
|
|
|
|
|
"61754173", "Gunalda", |
|
45724
|
|
|
|
|
|
|
"61896610", "Dalwallinu", |
|
45725
|
|
|
|
|
|
|
"617750400", "Teelba", |
|
45726
|
|
|
|
|
|
|
"618683576", "Amelup", |
|
45727
|
|
|
|
|
|
|
"61284197", "Avalon\ Beach", |
|
45728
|
|
|
|
|
|
|
"61887922", "Wirrega", |
|
45729
|
|
|
|
|
|
|
"617442837", "Cloncurry", |
|
45730
|
|
|
|
|
|
|
"61740126", "Silkwood", |
|
45731
|
|
|
|
|
|
|
"61734729", "Redcliffe", |
|
45732
|
|
|
|
|
|
|
"61888025", "Braemer", |
|
45733
|
|
|
|
|
|
|
"61260662", "Barnawartha", |
|
45734
|
|
|
|
|
|
|
"61876313", "Peterborough", |
|
45735
|
|
|
|
|
|
|
"61899555", "Morawa", |
|
45736
|
|
|
|
|
|
|
"612573431", "Tamworth", |
|
45737
|
|
|
|
|
|
|
"6128880", "Sydney", |
|
45738
|
|
|
|
|
|
|
"618982468", "Porongurup", |
|
45739
|
|
|
|
|
|
|
"61749068", "Lethebrook", |
|
45740
|
|
|
|
|
|
|
"61747771", "Ingham", |
|
45741
|
|
|
|
|
|
|
"61738179", "Redcliffe", |
|
45742
|
|
|
|
|
|
|
"61363709", "Blessington", |
|
45743
|
|
|
|
|
|
|
"61269916", "Merriwagga", |
|
45744
|
|
|
|
|
|
|
"61890318", "Laverton", |
|
45745
|
|
|
|
|
|
|
"613553896", "Dartmoor", |
|
45746
|
|
|
|
|
|
|
"61875113", "Murray\ Bridge", |
|
45747
|
|
|
|
|
|
|
"612532986", "Ooma", |
|
45748
|
|
|
|
|
|
|
"618683064", "Kojonup", |
|
45749
|
|
|
|
|
|
|
"613442169", "Bridgewater", |
|
45750
|
|
|
|
|
|
|
"613531982", "Jeparit", |
|
45751
|
|
|
|
|
|
|
"61263281", "Killongbutta", |
|
45752
|
|
|
|
|
|
|
"61748149", "Duaringa", |
|
45753
|
|
|
|
|
|
|
"61734975", "Brisbane", |
|
45754
|
|
|
|
|
|
|
"61889108", "Yulara", |
|
45755
|
|
|
|
|
|
|
"6173061", "Brisbane\/Redcliffe\/Samford", |
|
45756
|
|
|
|
|
|
|
"618869016", "Iron\ Knob", |
|
45757
|
|
|
|
|
|
|
"61746064", "Durham\ Downs", |
|
45758
|
|
|
|
|
|
|
"61885460", "Wanbi", |
|
45759
|
|
|
|
|
|
|
"6135484", "Rochester", |
|
45760
|
|
|
|
|
|
|
"613574771", "Winton", |
|
45761
|
|
|
|
|
|
|
"6189497", "Armadale", |
|
45762
|
|
|
|
|
|
|
"61890615", "Belka\ East", |
|
45763
|
|
|
|
|
|
|
"61885304", "Tanunda", |
|
45764
|
|
|
|
|
|
|
"61742167", "Coen", |
|
45765
|
|
|
|
|
|
|
"61886401", "Whyalla", |
|
45766
|
|
|
|
|
|
|
"617452535", "Cooyar", |
|
45767
|
|
|
|
|
|
|
"61267184", "Baan\ Baa", |
|
45768
|
|
|
|
|
|
|
"618982265", "Denmark", |
|
45769
|
|
|
|
|
|
|
"618600841", "Neridup", |
|
45770
|
|
|
|
|
|
|
"6136111", "Hobart", |
|
45771
|
|
|
|
|
|
|
"61359535", "Cranbourne", |
|
45772
|
|
|
|
|
|
|
"61744311", "Townsville", |
|
45773
|
|
|
|
|
|
|
"61743575", "Bunker", |
|
45774
|
|
|
|
|
|
|
"61894986", "Spearwood", |
|
45775
|
|
|
|
|
|
|
"61744482", "Doomadgee", |
|
45776
|
|
|
|
|
|
|
"61269033", "Ganmain", |
|
45777
|
|
|
|
|
|
|
"612574758", "Boggabri", |
|
45778
|
|
|
|
|
|
|
"61246663", "Campbelltown", |
|
45779
|
|
|
|
|
|
|
"61355040", "Cobden", |
|
45780
|
|
|
|
|
|
|
"61341531", "Buchan", |
|
45781
|
|
|
|
|
|
|
"61753193", "Noosaville", |
|
45782
|
|
|
|
|
|
|
"61267257", "Coolatai", |
|
45783
|
|
|
|
|
|
|
"61268211", "Condobolin", |
|
45784
|
|
|
|
|
|
|
"61746600", "Dalby", |
|
45785
|
|
|
|
|
|
|
"6173736", "Brisbane", |
|
45786
|
|
|
|
|
|
|
"61363013", "Blessington", |
|
45787
|
|
|
|
|
|
|
"61867218", "Bridgetown", |
|
45788
|
|
|
|
|
|
|
"61875307", "Gawler", |
|
45789
|
|
|
|
|
|
|
"61745661", "Toowoomba", |
|
45790
|
|
|
|
|
|
|
"617458765", "Bimbadeen", |
|
45791
|
|
|
|
|
|
|
"612593991", "Marsden", |
|
45792
|
|
|
|
|
|
|
"612532914", "Merriganowry", |
|
45793
|
|
|
|
|
|
|
"61268122", "Widgeland", |
|
45794
|
|
|
|
|
|
|
"618989338", "Williams", |
|
45795
|
|
|
|
|
|
|
"61238065", "Golspie", |
|
45796
|
|
|
|
|
|
|
"61265216", "Scone", |
|
45797
|
|
|
|
|
|
|
"618903423", "Condingup", |
|
45798
|
|
|
|
|
|
|
"612592673", "Ariah\ Park", |
|
45799
|
|
|
|
|
|
|
"61740195", "Cooktown", |
|
45800
|
|
|
|
|
|
|
"61258073", "Goorianawa", |
|
45801
|
|
|
|
|
|
|
"61256348", "Ballina", |
|
45802
|
|
|
|
|
|
|
"61353127", "Ballarat", |
|
45803
|
|
|
|
|
|
|
"61888096", "Spalding", |
|
45804
|
|
|
|
|
|
|
"61746058", "Darr\ Creek", |
|
45805
|
|
|
|
|
|
|
"6188424", "Adelaide", |
|
45806
|
|
|
|
|
|
|
"612574189", "Barwick", |
|
45807
|
|
|
|
|
|
|
"6135991", "Cranbourne", |
|
45808
|
|
|
|
|
|
|
"618859954", "Perponda", |
|
45809
|
|
|
|
|
|
|
"618753194", "Sandleton", |
|
45810
|
|
|
|
|
|
|
"61875049", "Pinnaroo", |
|
45811
|
|
|
|
|
|
|
"618753485", "Loxton", |
|
45812
|
|
|
|
|
|
|
"613431817", "Ballarat", |
|
45813
|
|
|
|
|
|
|
"618989326", "Wickepin", |
|
45814
|
|
|
|
|
|
|
"61246016", "Camden", |
|
45815
|
|
|
|
|
|
|
"61367297", "Bridport", |
|
45816
|
|
|
|
|
|
|
"61897027", "Capel", |
|
45817
|
|
|
|
|
|
|
"61898432", "Narrogin", |
|
45818
|
|
|
|
|
|
|
"61741176", "Redridge", |
|
45819
|
|
|
|
|
|
|
"61256645", "Woodburn", |
|
45820
|
|
|
|
|
|
|
"61885091", "Langhorne\ Creek", |
|
45821
|
|
|
|
|
|
|
"617486577", "Turkey\ Beach", |
|
45822
|
|
|
|
|
|
|
"61753332", "Laidley", |
|
45823
|
|
|
|
|
|
|
"61749815", "Springsure", |
|
45824
|
|
|
|
|
|
|
"61745390", "Surat", |
|
45825
|
|
|
|
|
|
|
"61756076", "Southport", |
|
45826
|
|
|
|
|
|
|
"617441897", "Gunpowder", |
|
45827
|
|
|
|
|
|
|
"612530008", "Bathurst", |
|
45828
|
|
|
|
|
|
|
"61363666", "Scottsdale", |
|
45829
|
|
|
|
|
|
|
"61357174", "Devlins\ Bridge", |
|
45830
|
|
|
|
|
|
|
"613451167", "Dartmoor", |
|
45831
|
|
|
|
|
|
|
"61364412", "Waratah", |
|
45832
|
|
|
|
|
|
|
"61748709", "Belyando", |
|
45833
|
|
|
|
|
|
|
"61363149", "Waterhouse", |
|
45834
|
|
|
|
|
|
|
"61746455", "Mitchell", |
|
45835
|
|
|
|
|
|
|
"61743083", "Johnstown\ West", |
|
45836
|
|
|
|
|
|
|
"612570159", "Emmaville", |
|
45837
|
|
|
|
|
|
|
"612532693", "Leadville", |
|
45838
|
|
|
|
|
|
|
"61358797", "Cobram", |
|
45839
|
|
|
|
|
|
|
"61240513", "Clarence\ Town", |
|
45840
|
|
|
|
|
|
|
"61891812", "Onslow", |
|
45841
|
|
|
|
|
|
|
"61897938", "Upper\ Preston", |
|
45842
|
|
|
|
|
|
|
"61754963", "Woodford", |
|
45843
|
|
|
|
|
|
|
"618683781", "Wagin", |
|
45844
|
|
|
|
|
|
|
"617480247", "Gemfields", |
|
45845
|
|
|
|
|
|
|
"61364477", "Smithton", |
|
45846
|
|
|
|
|
|
|
"61742288", "Mareeba", |
|
45847
|
|
|
|
|
|
|
"6135521", "Portland", |
|
45848
|
|
|
|
|
|
|
"618863706", "Rudall", |
|
45849
|
|
|
|
|
|
|
"618683399", "Newdegate\ East", |
|
45850
|
|
|
|
|
|
|
"61742406", "Peninsula", |
|
45851
|
|
|
|
|
|
|
"61879120", "Borroloola", |
|
45852
|
|
|
|
|
|
|
"61891519", "Whaleback", |
|
45853
|
|
|
|
|
|
|
"61363155", "Mathinna", |
|
45854
|
|
|
|
|
|
|
"613451294", "Strathdownie", |
|
45855
|
|
|
|
|
|
|
"61746449", "Brookstead", |
|
45856
|
|
|
|
|
|
|
"61364470", "Sheffield", |
|
45857
|
|
|
|
|
|
|
"61265918", "Krambach", |
|
45858
|
|
|
|
|
|
|
"61344026", "Traynors\ Lagoon", |
|
45859
|
|
|
|
|
|
|
"61358790", "Finley", |
|
45860
|
|
|
|
|
|
|
"61265641", "Rawdon\ Vale", |
|
45861
|
|
|
|
|
|
|
"61879127", "Daly", |
|
45862
|
|
|
|
|
|
|
"61362916", "Hermitage", |
|
45863
|
|
|
|
|
|
|
"618854567", "Taylorville", |
|
45864
|
|
|
|
|
|
|
"61885106", "Mannum", |
|
45865
|
|
|
|
|
|
|
"61267386", "Upper\ Horton", |
|
45866
|
|
|
|
|
|
|
"61351689", "Bairnsdale", |
|
45867
|
|
|
|
|
|
|
"61350073", "Kyalite", |
|
45868
|
|
|
|
|
|
|
"617486018", "Capella", |
|
45869
|
|
|
|
|
|
|
"61351940", "Gormandale", |
|
45870
|
|
|
|
|
|
|
"61342339", "Aireys\ Inlet", |
|
45871
|
|
|
|
|
|
|
"618600818", "Grass\ Patch", |
|
45872
|
|
|
|
|
|
|
"6129549", "Sydney", |
|
45873
|
|
|
|
|
|
|
"61888101", "Thistle", |
|
45874
|
|
|
|
|
|
|
"61886981", "Everard", |
|
45875
|
|
|
|
|
|
|
"61745397", "Cottonvale", |
|
45876
|
|
|
|
|
|
|
"612824", "Sydney", |
|
45877
|
|
|
|
|
|
|
"6175599", "Tweed\ Heads", |
|
45878
|
|
|
|
|
|
|
"61367290", "St\ Marys", |
|
45879
|
|
|
|
|
|
|
"61897020", "Bunbury", |
|
45880
|
|
|
|
|
|
|
"61875055", "Victor\ Harbor", |
|
45881
|
|
|
|
|
|
|
"61362033", "Gretna", |
|
45882
|
|
|
|
|
|
|
"612530078", "Cumnock", |
|
45883
|
|
|
|
|
|
|
"61896393", "Gabbin\ North", |
|
45884
|
|
|
|
|
|
|
"61340614", "Palinyewah", |
|
45885
|
|
|
|
|
|
|
"61268169", "Borah\ Tank", |
|
45886
|
|
|
|
|
|
|
"618850295", "Berri", |
|
45887
|
|
|
|
|
|
|
"612685676", "Cumborah", |
|
45888
|
|
|
|
|
|
|
"61887353", "Rendelsham", |
|
45889
|
|
|
|
|
|
|
"61867033", "Boyup\ Brook", |
|
45890
|
|
|
|
|
|
|
"618763925", "Wharminda", |
|
45891
|
|
|
|
|
|
|
"61889124", "Katherine", |
|
45892
|
|
|
|
|
|
|
"61353120", "Skipton", |
|
45893
|
|
|
|
|
|
|
"618763746", "Ungarra", |
|
45894
|
|
|
|
|
|
|
"61355309", "Portland", |
|
45895
|
|
|
|
|
|
|
"61266044", "Dyraaba", |
|
45896
|
|
|
|
|
|
|
"6138700", "Werribee", |
|
45897
|
|
|
|
|
|
|
"61740281", "Coen", |
|
45898
|
|
|
|
|
|
|
"61754874", "Upper\ Widgee", |
|
45899
|
|
|
|
|
|
|
"61885625", "Sedan", |
|
45900
|
|
|
|
|
|
|
"6128363", "Sydney", |
|
45901
|
|
|
|
|
|
|
"6135658", "Korumburra", |
|
45902
|
|
|
|
|
|
|
"61255392", "Baerami", |
|
45903
|
|
|
|
|
|
|
"61740792", "Cairns", |
|
45904
|
|
|
|
|
|
|
"61899999", "Eneabba\ North", |
|
45905
|
|
|
|
|
|
|
"61256602", "Rappville", |
|
45906
|
|
|
|
|
|
|
"61756131", "Beaudesert", |
|
45907
|
|
|
|
|
|
|
"61244161", "Bawley\ Point", |
|
45908
|
|
|
|
|
|
|
"612583665", "Banar", |
|
45909
|
|
|
|
|
|
|
"61268725", "Cuttaburra", |
|
45910
|
|
|
|
|
|
|
"61886553", "Wanilla", |
|
45911
|
|
|
|
|
|
|
"61357376", "Violet\ Town", |
|
45912
|
|
|
|
|
|
|
"6173294", "Ipswich", |
|
45913
|
|
|
|
|
|
|
"617480087", "Nathan\ Gorge", |
|
45914
|
|
|
|
|
|
|
"6138415", "Melbourne", |
|
45915
|
|
|
|
|
|
|
"61741031", "Burnett", |
|
45916
|
|
|
|
|
|
|
"61890479", "Goldfields", |
|
45917
|
|
|
|
|
|
|
"61888518", "South\ Hummocks", |
|
45918
|
|
|
|
|
|
|
"61741374", "Proston", |
|
45919
|
|
|
|
|
|
|
"61897236", "Augusta", |
|
45920
|
|
|
|
|
|
|
"61255133", "Scone", |
|
45921
|
|
|
|
|
|
|
"61267250", "Delungra", |
|
45922
|
|
|
|
|
|
|
"618904231", "Southern\ Cross", |
|
45923
|
|
|
|
|
|
|
"61752312", "Woolooga", |
|
45924
|
|
|
|
|
|
|
"618601039", "Nullarbor", |
|
45925
|
|
|
|
|
|
|
"61895603", "Yanchep", |
|
45926
|
|
|
|
|
|
|
"6188836", "Maitland", |
|
45927
|
|
|
|
|
|
|
"61355047", "Coojar", |
|
45928
|
|
|
|
|
|
|
"61748238", "Duaringa", |
|
45929
|
|
|
|
|
|
|
"61260083", "Walwa", |
|
45930
|
|
|
|
|
|
|
"61896132", "Kalannie\ East", |
|
45931
|
|
|
|
|
|
|
"6135864", "Numurkah", |
|
45932
|
|
|
|
|
|
|
"617485885", "Nebo", |
|
45933
|
|
|
|
|
|
|
"618601122", "Bullfinch", |
|
45934
|
|
|
|
|
|
|
"61746607", "Chinchilla", |
|
45935
|
|
|
|
|
|
|
"613470595", "Kilmore", |
|
45936
|
|
|
|
|
|
|
"61896825", "Yelbeni", |
|
45937
|
|
|
|
|
|
|
"613450563", "Dartmoor", |
|
45938
|
|
|
|
|
|
|
"61356203", "Leongatha", |
|
45939
|
|
|
|
|
|
|
"61264338", "Wonboyn\ Lake", |
|
45940
|
|
|
|
|
|
|
"61742160", "Mount\ Garnet", |
|
45941
|
|
|
|
|
|
|
"613542662", "St\ Arnaud", |
|
45942
|
|
|
|
|
|
|
"61240389", "Maitland", |
|
45943
|
|
|
|
|
|
|
"61257225", "Moona\ Plains", |
|
45944
|
|
|
|
|
|
|
"61748155", "Mount\ Morgan", |
|
45945
|
|
|
|
|
|
|
"61885467", "Windsor", |
|
45946
|
|
|
|
|
|
|
"61880056", "White\ Cliffs", |
|
45947
|
|
|
|
|
|
|
"61885746", "Victor\ Harbor", |
|
45948
|
|
|
|
|
|
|
"613574701", "St\ James", |
|
45949
|
|
|
|
|
|
|
"61242103", "Wollongong", |
|
45950
|
|
|
|
|
|
|
"6128396", "Sydney", |
|
45951
|
|
|
|
|
|
|
"613441793", "Dunolly", |
|
45952
|
|
|
|
|
|
|
"61891383", "Port\ Hedland", |
|
45953
|
|
|
|
|
|
|
"612582446", "Baradine", |
|
45954
|
|
|
|
|
|
|
"61888741", "Paskeville", |
|
45955
|
|
|
|
|
|
|
"617487104", "Byfield", |
|
45956
|
|
|
|
|
|
|
"618982487", "Tenterden", |
|
45957
|
|
|
|
|
|
|
"6126657", "Dorrigo", |
|
45958
|
|
|
|
|
|
|
"61263195", "Quandialla", |
|
45959
|
|
|
|
|
|
|
"61343075", "Serviceton", |
|
45960
|
|
|
|
|
|
|
"61264635", "Bega", |
|
45961
|
|
|
|
|
|
|
"613545997", "Tullakool", |
|
45962
|
|
|
|
|
|
|
"61851025", "Tom\ Price", |
|
45963
|
|
|
|
|
|
|
"613470173", "Winton", |
|
45964
|
|
|
|
|
|
|
"61887179", "Tintinara", |
|
45965
|
|
|
|
|
|
|
"613470839", "Nagambie", |
|
45966
|
|
|
|
|
|
|
"6128094", "Sydney", |
|
45967
|
|
|
|
|
|
|
"61355462", "Dundonnell", |
|
45968
|
|
|
|
|
|
|
"613553922", "Portland", |
|
45969
|
|
|
|
|
|
|
"61263101", "Hampton", |
|
45970
|
|
|
|
|
|
|
"618683787", "Williams", |
|
45971
|
|
|
|
|
|
|
"618989193", "Quindanning", |
|
45972
|
|
|
|
|
|
|
"618903694", "Burracoppin", |
|
45973
|
|
|
|
|
|
|
"61741583", "Murgon", |
|
45974
|
|
|
|
|
|
|
"61889406", "Tablelands", |
|
45975
|
|
|
|
|
|
|
"61354681", "Dunolly", |
|
45976
|
|
|
|
|
|
|
"61362953", "Hobart", |
|
45977
|
|
|
|
|
|
|
"618865932", "Nunjikompita", |
|
45978
|
|
|
|
|
|
|
"61354012", "Carisbrook", |
|
45979
|
|
|
|
|
|
|
"61357119", "Falls\ Creek", |
|
45980
|
|
|
|
|
|
|
"61340018", "Wentworth", |
|
45981
|
|
|
|
|
|
|
"61238166", "Bowral", |
|
45982
|
|
|
|
|
|
|
"613451161", "Cavendish", |
|
45983
|
|
|
|
|
|
|
"61266648", "Mallanganee", |
|
45984
|
|
|
|
|
|
|
"618660105", "Jelkobine", |
|
45985
|
|
|
|
|
|
|
"61875354", "Kapunda", |
|
45986
|
|
|
|
|
|
|
"6139461", "Eltham", |
|
45987
|
|
|
|
|
|
|
"612593679", "Carrathool", |
|
45988
|
|
|
|
|
|
|
"61244274", "Nowra", |
|
45989
|
|
|
|
|
|
|
"61742748", "Mossman", |
|
45990
|
|
|
|
|
|
|
"61897449", "Busselton", |
|
45991
|
|
|
|
|
|
|
"61354077", "Wedderburn", |
|
45992
|
|
|
|
|
|
|
"618866374", "Wharminda", |
|
45993
|
|
|
|
|
|
|
"61269878", "Kyeamba", |
|
45994
|
|
|
|
|
|
|
"6188845", "Spalding", |
|
45995
|
|
|
|
|
|
|
"61350346", "Mallan", |
|
45996
|
|
|
|
|
|
|
"61267204", "Nullamanna", |
|
45997
|
|
|
|
|
|
|
"61754214", "Esk", |
|
45998
|
|
|
|
|
|
|
"617473865", "Doomadgee", |
|
45999
|
|
|
|
|
|
|
"613431811", "Wilkur", |
|
46000
|
|
|
|
|
|
|
"617486571", "Springsure", |
|
46001
|
|
|
|
|
|
|
"61340415", "Werrimull", |
|
46002
|
|
|
|
|
|
|
"6128797", "Liverpool", |
|
46003
|
|
|
|
|
|
|
"61880149", "White\ Cliffs", |
|
46004
|
|
|
|
|
|
|
"617441891", "Flinders", |
|
46005
|
|
|
|
|
|
|
"61742511", "Lakeland", |
|
46006
|
|
|
|
|
|
|
"618763590", "Ceduna", |
|
46007
|
|
|
|
|
|
|
"61248679", "Binda", |
|
46008
|
|
|
|
|
|
|
"61885357", "Murray\ Bridge", |
|
46009
|
|
|
|
|
|
|
"618680119", "Boscabel", |
|
46010
|
|
|
|
|
|
|
"61268473", "Warren", |
|
46011
|
|
|
|
|
|
|
"61885042", "Eudunda", |
|
46012
|
|
|
|
|
|
|
"6124989", "Newcastle", |
|
46013
|
|
|
|
|
|
|
"613546244", "Carisbrook", |
|
46014
|
|
|
|
|
|
|
"61885424", "Morgan", |
|
46015
|
|
|
|
|
|
|
"61887316", "Coonawarra", |
|
46016
|
|
|
|
|
|
|
"618763874", "Herbert", |
|
46017
|
|
|
|
|
|
|
"61891210", "Cocos\ Island", |
|
46018
|
|
|
|
|
|
|
"61898089", "Moulyinning", |
|
46019
|
|
|
|
|
|
|
"61879235", "Tanami", |
|
46020
|
|
|
|
|
|
|
"61347065", "Seymour", |
|
46021
|
|
|
|
|
|
|
"6128556", "Sutherland", |
|
46022
|
|
|
|
|
|
|
"618903350", "Narembeen", |
|
46023
|
|
|
|
|
|
|
"61895597", "Rockingham", |
|
46024
|
|
|
|
|
|
|
"61248233", "Crookwell", |
|
46025
|
|
|
|
|
|
|
"617451529", "Augathella", |
|
46026
|
|
|
|
|
|
|
"61264671", "Delegate", |
|
46027
|
|
|
|
|
|
|
"612593997", "Nangus", |
|
46028
|
|
|
|
|
|
|
"613441990", "Echuca", |
|
46029
|
|
|
|
|
|
|
"613470920", "Flowerdale", |
|
46030
|
|
|
|
|
|
|
"61890163", "Norseman", |
|
46031
|
|
|
|
|
|
|
"61747825", "Ayr", |
|
46032
|
|
|
|
|
|
|
"61897607", "Beedelup", |
|
46033
|
|
|
|
|
|
|
"6126336", "Oberon", |
|
46034
|
|
|
|
|
|
|
"61357043", "Falls\ Creek", |
|
46035
|
|
|
|
|
|
|
"61899017", "Coorow", |
|
46036
|
|
|
|
|
|
|
"61361513", "Orford", |
|
46037
|
|
|
|
|
|
|
"61247601", "Penrith", |
|
46038
|
|
|
|
|
|
|
"61259433", "Wagga\ Wagga", |
|
46039
|
|
|
|
|
|
|
"61747132", "Millaroo", |
|
46040
|
|
|
|
|
|
|
"61744039", "Townsville", |
|
46041
|
|
|
|
|
|
|
"61264087", "Wonboyn\ Lake", |
|
46042
|
|
|
|
|
|
|
"6174120", "Maryborough", |
|
46043
|
|
|
|
|
|
|
"61248596", "Rugby", |
|
46044
|
|
|
|
|
|
|
"61257137", "Armidale", |
|
46045
|
|
|
|
|
|
|
"61350728", "Waitchie", |
|
46046
|
|
|
|
|
|
|
"61741478", "Nanango", |
|
46047
|
|
|
|
|
|
|
"61258144", "Barrier", |
|
46048
|
|
|
|
|
|
|
"61868170", "Lake\ Magenta", |
|
46049
|
|
|
|
|
|
|
"618903315", "Corrigin\ West", |
|
46050
|
|
|
|
|
|
|
"61746236", "Mitchell", |
|
46051
|
|
|
|
|
|
|
"6135792", "Seymour", |
|
46052
|
|
|
|
|
|
|
"61742326", "Innisfail", |
|
46053
|
|
|
|
|
|
|
"61899072", "Leeman", |
|
46054
|
|
|
|
|
|
|
"61879164", "Noonamah", |
|
46055
|
|
|
|
|
|
|
"61877110", "Naracoorte", |
|
46056
|
|
|
|
|
|
|
"61734397", "Beenleigh", |
|
46057
|
|
|
|
|
|
|
"617486958", "Proserpine", |
|
46058
|
|
|
|
|
|
|
"61880013", "Dolo", |
|
46059
|
|
|
|
|
|
|
"61358483", "Rushworth", |
|
46060
|
|
|
|
|
|
|
"61889167", "Darwin", |
|
46061
|
|
|
|
|
|
|
"61740096", "Millaa\ Millaa", |
|
46062
|
|
|
|
|
|
|
"61362581", "Huonville", |
|
46063
|
|
|
|
|
|
|
"61888195", "Pine\ Point", |
|
46064
|
|
|
|
|
|
|
"618600847", "Shackleton", |
|
46065
|
|
|
|
|
|
|
"61861930", "Spearwood", |
|
46066
|
|
|
|
|
|
|
"61741951", "Proston", |
|
46067
|
|
|
|
|
|
|
"61737281", "Brisbane", |
|
46068
|
|
|
|
|
|
|
"61863785", "Perth", |
|
46069
|
|
|
|
|
|
|
"61263741", "Gulgong", |
|
46070
|
|
|
|
|
|
|
"61267545", "Croppa\ Creek", |
|
46071
|
|
|
|
|
|
|
"618863568", "Minnipa", |
|
46072
|
|
|
|
|
|
|
"61251015", "Captains\ Flat", |
|
46073
|
|
|
|
|
|
|
"61887463", "Frances", |
|
46074
|
|
|
|
|
|
|
"61264434", "Ando", |
|
46075
|
|
|
|
|
|
|
"61246115", "Picton", |
|
46076
|
|
|
|
|
|
|
"617459882", "Mount\ Tyson", |
|
46077
|
|
|
|
|
|
|
"61742108", "Weipa", |
|
46078
|
|
|
|
|
|
|
"618986152", "Kulin", |
|
46079
|
|
|
|
|
|
|
"61741075", "Kumbia", |
|
46080
|
|
|
|
|
|
|
"61340596", "Box\ Creek", |
|
46081
|
|
|
|
|
|
|
"61877172", "Bangham", |
|
46082
|
|
|
|
|
|
|
"61350144", "Turriff", |
|
46083
|
|
|
|
|
|
|
"61897064", "Manjimup", |
|
46084
|
|
|
|
|
|
|
"61269953", "Bambilla", |
|
46085
|
|
|
|
|
|
|
"61885286", "Hamley\ Bridge", |
|
46086
|
|
|
|
|
|
|
"61879413", "Batchelor", |
|
46087
|
|
|
|
|
|
|
"6188527", "Mallala", |
|
46088
|
|
|
|
|
|
|
"618683362", "Hopetoun", |
|
46089
|
|
|
|
|
|
|
"613545991", "Tullakool", |
|
46090
|
|
|
|
|
|
|
"618904253", "Westonia", |
|
46091
|
|
|
|
|
|
|
"61357261", "Chiltern", |
|
46092
|
|
|
|
|
|
|
"61875156", "Tailem\ Bend", |
|
46093
|
|
|
|
|
|
|
"61268871", "Geurie", |
|
46094
|
|
|
|
|
|
|
"613944", "Melbourne", |
|
46095
|
|
|
|
|
|
|
"61756772", "Tweed\ Heads", |
|
46096
|
|
|
|
|
|
|
"61885408", "Blanchetown", |
|
46097
|
|
|
|
|
|
|
"613546084", "Woodend", |
|
46098
|
|
|
|
|
|
|
"61355429", "Coojar", |
|
46099
|
|
|
|
|
|
|
"61340233", "Berriwillock", |
|
46100
|
|
|
|
|
|
|
"61889160", "Katherine", |
|
46101
|
|
|
|
|
|
|
"61266302", "Ettrick", |
|
46102
|
|
|
|
|
|
|
"61362878", "Hobart", |
|
46103
|
|
|
|
|
|
|
"61734390", "Kooringal", |
|
46104
|
|
|
|
|
|
|
"61888792", "Yorketown", |
|
46105
|
|
|
|
|
|
|
"61876276", "Darke\ Peak", |
|
46106
|
|
|
|
|
|
|
"61341575", "Clydebank", |
|
46107
|
|
|
|
|
|
|
"61877117", "Short", |
|
46108
|
|
|
|
|
|
|
"61756717", "Southport", |
|
46109
|
|
|
|
|
|
|
"61267559", "Ogunbil", |
|
46110
|
|
|
|
|
|
|
"61878151", "Nantawarra", |
|
46111
|
|
|
|
|
|
|
"61861937", "Armadale", |
|
46112
|
|
|
|
|
|
|
"613991511", "Croydon", |
|
46113
|
|
|
|
|
|
|
"618762564", "Caltowie", |
|
46114
|
|
|
|
|
|
|
"61868177", "Newdegate\ East", |
|
46115
|
|
|
|
|
|
|
"618904237", "Southern\ Cross", |
|
46116
|
|
|
|
|
|
|
"617480677", "Byfield", |
|
46117
|
|
|
|
|
|
|
"6128582", "Sutherland", |
|
46118
|
|
|
|
|
|
|
"61266173", "Ballina", |
|
46119
|
|
|
|
|
|
|
"61264080", "Tathra", |
|
46120
|
|
|
|
|
|
|
"61868221", "Kojonup", |
|
46121
|
|
|
|
|
|
|
"61257130", "Armidale", |
|
46122
|
|
|
|
|
|
|
"61359571", "Healesville", |
|
46123
|
|
|
|
|
|
|
"61363056", "Mathinna", |
|
46124
|
|
|
|
|
|
|
"61350838", "Hopetoun", |
|
46125
|
|
|
|
|
|
|
"613851", "Clayton", |
|
46126
|
|
|
|
|
|
|
"61743531", "Burnett", |
|
46127
|
|
|
|
|
|
|
"618996880", "Mingenew", |
|
46128
|
|
|
|
|
|
|
"61887114", "Tarpeena", |
|
46129
|
|
|
|
|
|
|
"61351193", "Genoa", |
|
46130
|
|
|
|
|
|
|
"6124442", "Huskisson", |
|
46131
|
|
|
|
|
|
|
"61877303", "Avenue\ Range", |
|
46132
|
|
|
|
|
|
|
"61253198", "Mudgee", |
|
46133
|
|
|
|
|
|
|
"61740101", "Minnamoolka", |
|
46134
|
|
|
|
|
|
|
"6188997", "Darwin", |
|
46135
|
|
|
|
|
|
|
"61746668", "Cunningham", |
|
46136
|
|
|
|
|
|
|
"61868112", "Moulyinning", |
|
46137
|
|
|
|
|
|
|
"61895590", "Pinjarra", |
|
46138
|
|
|
|
|
|
|
"618660872", "Moora", |
|
46139
|
|
|
|
|
|
|
"61265253", "Idaville", |
|
46140
|
|
|
|
|
|
|
"61899010", "Carnamah\ West", |
|
46141
|
|
|
|
|
|
|
"61897600", "Margaret\ River", |
|
46142
|
|
|
|
|
|
|
"61342011", "Inverleigh", |
|
46143
|
|
|
|
|
|
|
"618763804", "Minnipa", |
|
46144
|
|
|
|
|
|
|
"61742124", "Cairns", |
|
46145
|
|
|
|
|
|
|
"61891217", "Ord", |
|
46146
|
|
|
|
|
|
|
"618763450", "Crystal\ Brook", |
|
46147
|
|
|
|
|
|
|
"61353158", "Kaniva", |
|
46148
|
|
|
|
|
|
|
"61354994", "Laen", |
|
46149
|
|
|
|
|
|
|
"618992279", "Balla", |
|
46150
|
|
|
|
|
|
|
"61879366", "Nhulunbuy", |
|
46151
|
|
|
|
|
|
|
"617480764", "Rockhampton", |
|
46152
|
|
|
|
|
|
|
"61255915", "Singleton", |
|
46153
|
|
|
|
|
|
|
"61358881", "Jimaringle", |
|
46154
|
|
|
|
|
|
|
"6124285", "Wollongong", |
|
46155
|
|
|
|
|
|
|
"61886098", "Iron\ Knob", |
|
46156
|
|
|
|
|
|
|
"61895023", "Bindoon", |
|
46157
|
|
|
|
|
|
|
"61258346", "Condobolin", |
|
46158
|
|
|
|
|
|
|
"613531784", "Beaufort", |
|
46159
|
|
|
|
|
|
|
"618863995", "Tumby\ Bay", |
|
46160
|
|
|
|
|
|
|
"61880155", "Tepco", |
|
46161
|
|
|
|
|
|
|
"61851126", "Kununurra", |
|
46162
|
|
|
|
|
|
|
"61355886", "Wombelano", |
|
46163
|
|
|
|
|
|
|
"61358903", "Deniliquin", |
|
46164
|
|
|
|
|
|
|
"618763415", "Wharminda", |
|
46165
|
|
|
|
|
|
|
"61897058", "Jangardup", |
|
46166
|
|
|
|
|
|
|
"61747565", "Greenvale", |
|
46167
|
|
|
|
|
|
|
"61891272", "Hall\'s\ Creek", |
|
46168
|
|
|
|
|
|
|
"61885350", "New\ Well", |
|
46169
|
|
|
|
|
|
|
"61740741", "Mutchilba", |
|
46170
|
|
|
|
|
|
|
"61255341", "Port\ Macquarie", |
|
46171
|
|
|
|
|
|
|
"61745051", "Roma", |
|
46172
|
|
|
|
|
|
|
"61256444", "Thora", |
|
46173
|
|
|
|
|
|
|
"61256022", "Murwillumbah", |
|
46174
|
|
|
|
|
|
|
"61887861", "Tantanoola", |
|
46175
|
|
|
|
|
|
|
"61263096", "Gulgong", |
|
46176
|
|
|
|
|
|
|
"6135587", "Ozenkadnook", |
|
46177
|
|
|
|
|
|
|
"6139881", "Melbourne", |
|
46178
|
|
|
|
|
|
|
"61361389", "Dover", |
|
46179
|
|
|
|
|
|
|
"61248018", "Breadalbane", |
|
46180
|
|
|
|
|
|
|
"61269581", "Narrandera", |
|
46181
|
|
|
|
|
|
|
"61398460", "Melbourne", |
|
46182
|
|
|
|
|
|
|
"613572925", "Creightons\ Creek", |
|
46183
|
|
|
|
|
|
|
"61341083", "Mount\ Taylor", |
|
46184
|
|
|
|
|
|
|
"61267502", "Pallamallawa", |
|
46185
|
|
|
|
|
|
|
"61746938", "Mount\ Tyson", |
|
46186
|
|
|
|
|
|
|
"61746654", "Glenhope", |
|
46187
|
|
|
|
|
|
|
"61267809", "Gunnedah", |
|
46188
|
|
|
|
|
|
|
"618983476", "Fitzgerald", |
|
46189
|
|
|
|
|
|
|
"61356183", "Warragul", |
|
46190
|
|
|
|
|
|
|
"61350704", "Annuello", |
|
46191
|
|
|
|
|
|
|
"61354070", "Castlemaine", |
|
46192
|
|
|
|
|
|
|
"618660725", "Wubin", |
|
46193
|
|
|
|
|
|
|
"618660946", "Trayning", |
|
46194
|
|
|
|
|
|
|
"612532712", "Portland", |
|
46195
|
|
|
|
|
|
|
"618854561", "Taylorville", |
|
46196
|
|
|
|
|
|
|
"61259215", "Springdale", |
|
46197
|
|
|
|
|
|
|
"61243088", "Gosford", |
|
46198
|
|
|
|
|
|
|
"618967646", "Bencubbin", |
|
46199
|
|
|
|
|
|
|
"618856793", "Geranium", |
|
46200
|
|
|
|
|
|
|
"61875420", "Tailem\ Bend", |
|
46201
|
|
|
|
|
|
|
"613553965", "Panmure", |
|
46202
|
|
|
|
|
|
|
"61875572", "Gurrai", |
|
46203
|
|
|
|
|
|
|
"61251202", "Yass", |
|
46204
|
|
|
|
|
|
|
"61380153", "Werribee", |
|
46205
|
|
|
|
|
|
|
"61361731", "Hobart", |
|
46206
|
|
|
|
|
|
|
"61351299", "Baw\ Baw", |
|
46207
|
|
|
|
|
|
|
"61260052", "Nariel", |
|
46208
|
|
|
|
|
|
|
"618683768", "Pingrup\ East", |
|
46209
|
|
|
|
|
|
|
"612594123", "Kikoira", |
|
46210
|
|
|
|
|
|
|
"61752204", "Upper\ Widgee", |
|
46211
|
|
|
|
|
|
|
"618752939", "Langhorne\ Creek", |
|
46212
|
|
|
|
|
|
|
"61752926", "Noosaville", |
|
46213
|
|
|
|
|
|
|
"613450994", "Dartmoor", |
|
46214
|
|
|
|
|
|
|
"61260347", "Nariel", |
|
46215
|
|
|
|
|
|
|
"61357927", "Thoona", |
|
46216
|
|
|
|
|
|
|
"618763677", "Sheringa", |
|
46217
|
|
|
|
|
|
|
"61878065", "Alford", |
|
46218
|
|
|
|
|
|
|
"617487028", "Hodgson\ Range", |
|
46219
|
|
|
|
|
|
|
"61344196", "Goornong", |
|
46220
|
|
|
|
|
|
|
"61264076", "Shannons\ Flat", |
|
46221
|
|
|
|
|
|
|
"612574712", "Narrabri", |
|
46222
|
|
|
|
|
|
|
"61735595", "Brisbane", |
|
46223
|
|
|
|
|
|
|
"6139260", "Melbourne", |
|
46224
|
|
|
|
|
|
|
"61879097", "Noonamah", |
|
46225
|
|
|
|
|
|
|
"61357435", "Longwood", |
|
46226
|
|
|
|
|
|
|
"61265159", "Taylors\ Arm", |
|
46227
|
|
|
|
|
|
|
"61741207", "Bundaberg", |
|
46228
|
|
|
|
|
|
|
"61259045", "Springdale", |
|
46229
|
|
|
|
|
|
|
"61247006", "Mount\ Wilson", |
|
46230
|
|
|
|
|
|
|
"61749355", "Broadsound", |
|
46231
|
|
|
|
|
|
|
"61886889", "Port\ Neill", |
|
46232
|
|
|
|
|
|
|
"617473822", "Boulia", |
|
46233
|
|
|
|
|
|
|
"61889094", "Tanami", |
|
46234
|
|
|
|
|
|
|
"61353090", "Ballarat", |
|
46235
|
|
|
|
|
|
|
"61255530", "Singleton", |
|
46236
|
|
|
|
|
|
|
"61345032", "Poolaijelo", |
|
46237
|
|
|
|
|
|
|
"61351603", "Meerlieu", |
|
46238
|
|
|
|
|
|
|
"61876280", "Hawker", |
|
46239
|
|
|
|
|
|
|
"61342241", "Inverleigh", |
|
46240
|
|
|
|
|
|
|
"61399157", "Melbourne", |
|
46241
|
|
|
|
|
|
|
"61891047", "Millstream", |
|
46242
|
|
|
|
|
|
|
"618985440", "Ongerup\ North", |
|
46243
|
|
|
|
|
|
|
"61736111", "Sandgate", |
|
46244
|
|
|
|
|
|
|
"612582464", "Coalbaggie", |
|
46245
|
|
|
|
|
|
|
"61392190", "Craigieburn", |
|
46246
|
|
|
|
|
|
|
"61256141", "Leeville", |
|
46247
|
|
|
|
|
|
|
"61886150", "Mintabie", |
|
46248
|
|
|
|
|
|
|
"618967771", "Brookton", |
|
46249
|
|
|
|
|
|
|
"618903897", "Mount\ Stirling", |
|
46250
|
|
|
|
|
|
|
"6128402", "Avalon\ Beach", |
|
46251
|
|
|
|
|
|
|
"61885514", "Kingscote", |
|
46252
|
|
|
|
|
|
|
"618825", "Salisbury", |
|
46253
|
|
|
|
|
|
|
"61364188", "Currie", |
|
46254
|
|
|
|
|
|
|
"612593813", "Springdale", |
|
46255
|
|
|
|
|
|
|
"61357038", "Eildon", |
|
46256
|
|
|
|
|
|
|
"61340139", "Boundary\ Bend", |
|
46257
|
|
|
|
|
|
|
"61897190", "Dinninup\ North", |
|
46258
|
|
|
|
|
|
|
"61745234", "Maranoa", |
|
46259
|
|
|
|
|
|
|
"61259448", "Leeton", |
|
46260
|
|
|
|
|
|
|
"61340525", "Natya", |
|
46261
|
|
|
|
|
|
|
"61891352", "Tom\ Price", |
|
46262
|
|
|
|
|
|
|
"61745729", "Yuleba", |
|
46263
|
|
|
|
|
|
|
"617750202", "Teelba", |
|
46264
|
|
|
|
|
|
|
"61266963", "Coffs\ Harbour", |
|
46265
|
|
|
|
|
|
|
"61753597", "Caboolture", |
|
46266
|
|
|
|
|
|
|
"618851995", "Windsor", |
|
46267
|
|
|
|
|
|
|
"61740691", "Thursday\ Island", |
|
46268
|
|
|
|
|
|
|
"61890508", "Coomalbidgup", |
|
46269
|
|
|
|
|
|
|
"61871841", "Mclaren\ Vale", |
|
46270
|
|
|
|
|
|
|
"618683214", "Unicup", |
|
46271
|
|
|
|
|
|
|
"61880061", "Pimpara", |
|
46272
|
|
|
|
|
|
|
"61891309", "Newman", |
|
46273
|
|
|
|
|
|
|
"612965", "Dural", |
|
46274
|
|
|
|
|
|
|
"613542512", "Charlton", |
|
46275
|
|
|
|
|
|
|
"61263984", "Milvale", |
|
46276
|
|
|
|
|
|
|
"618763999", "Roxby\ Downs", |
|
46277
|
|
|
|
|
|
|
"617441423", "Prairie", |
|
46278
|
|
|
|
|
|
|
"61348110", "Moulamein", |
|
46279
|
|
|
|
|
|
|
"61361423", "Hobart", |
|
46280
|
|
|
|
|
|
|
"61253050", "Caragabal", |
|
46281
|
|
|
|
|
|
|
"61743340", "Pialba", |
|
46282
|
|
|
|
|
|
|
"61745165", "Dalby", |
|
46283
|
|
|
|
|
|
|
"61265373", "Gloucester", |
|
46284
|
|
|
|
|
|
|
"612594075", "Weethalle", |
|
46285
|
|
|
|
|
|
|
"61887411", "Willalooka", |
|
46286
|
|
|
|
|
|
|
"61749664", "Yakapari", |
|
46287
|
|
|
|
|
|
|
"6139846", "Ringwood", |
|
46288
|
|
|
|
|
|
|
"61899240", "Northern\ Gully", |
|
46289
|
|
|
|
|
|
|
"61367136", "Ringarooma", |
|
46290
|
|
|
|
|
|
|
"61354086", "Mitiamo", |
|
46291
|
|
|
|
|
|
|
"61749000", "Rockhampton", |
|
46292
|
|
|
|
|
|
|
"61244156", "Milton\-ulladulla", |
|
46293
|
|
|
|
|
|
|
"6186380", "Perth", |
|
46294
|
|
|
|
|
|
|
"612583515", "Forbes", |
|
46295
|
|
|
|
|
|
|
"61398810", "Ringwood", |
|
46296
|
|
|
|
|
|
|
"61268914", "Boona\ Mountain", |
|
46297
|
|
|
|
|
|
|
"61895940", "Rockingham", |
|
46298
|
|
|
|
|
|
|
"61263025", "Boorowa", |
|
46299
|
|
|
|
|
|
|
"61747610", "Ayr", |
|
46300
|
|
|
|
|
|
|
"61265102", "Murrurundi", |
|
46301
|
|
|
|
|
|
|
"61754469", "Kenilworth", |
|
46302
|
|
|
|
|
|
|
"61851195", "Port\ Hedland", |
|
46303
|
|
|
|
|
|
|
"61890111", "Laverton", |
|
46304
|
|
|
|
|
|
|
"61361561", "Dover", |
|
46305
|
|
|
|
|
|
|
"61240117", "East\ Gresford", |
|
46306
|
|
|
|
|
|
|
"61245079", "Windsor", |
|
46307
|
|
|
|
|
|
|
"61742733", "Herberton", |
|
46308
|
|
|
|
|
|
|
"618763764", "Caltowie", |
|
46309
|
|
|
|
|
|
|
"617452702", "Elbow\ Valley", |
|
46310
|
|
|
|
|
|
|
"61260009", "Albury", |
|
46311
|
|
|
|
|
|
|
"61350441", "Waitchie", |
|
46312
|
|
|
|
|
|
|
"618683286", "Kuringup", |
|
46313
|
|
|
|
|
|
|
"612583550", "Teridgerie", |
|
46314
|
|
|
|
|
|
|
"617480450", "Cannon\ Valley", |
|
46315
|
|
|
|
|
|
|
"61876356", "Whyalla", |
|
46316
|
|
|
|
|
|
|
"618997395", "Yalgoo", |
|
46317
|
|
|
|
|
|
|
"61358362", "Brassi", |
|
46318
|
|
|
|
|
|
|
"61872608", "Mclaren\ Vale", |
|
46319
|
|
|
|
|
|
|
"61352059", "Beeac", |
|
46320
|
|
|
|
|
|
|
"617487036", "Middlemount", |
|
46321
|
|
|
|
|
|
|
"61890524", "Norseman", |
|
46322
|
|
|
|
|
|
|
"61359099", "Cowes", |
|
46323
|
|
|
|
|
|
|
"618683325", "Tarwonga", |
|
46324
|
|
|
|
|
|
|
"61259002", "Tumbarumba", |
|
46325
|
|
|
|
|
|
|
"617442831", "Burdekin", |
|
46326
|
|
|
|
|
|
|
"61898623", "Beaufort\ River", |
|
46327
|
|
|
|
|
|
|
"61745656", "Bowenville", |
|
46328
|
|
|
|
|
|
|
"61257081", "Bunnor", |
|
46329
|
|
|
|
|
|
|
"613431790", "Marnoo", |
|
46330
|
|
|
|
|
|
|
"61264131", "Nimmitabel", |
|
46331
|
|
|
|
|
|
|
"612573437", "Walcha", |
|
46332
|
|
|
|
|
|
|
"612630990", "Rockley", |
|
46333
|
|
|
|
|
|
|
"6174602", "Toowoomba", |
|
46334
|
|
|
|
|
|
|
"617476524", "Halifax", |
|
46335
|
|
|
|
|
|
|
"61747617", "Ingham", |
|
46336
|
|
|
|
|
|
|
"61755678", "Rathdowney", |
|
46337
|
|
|
|
|
|
|
"61851281", "Telfer", |
|
46338
|
|
|
|
|
|
|
"61352045", "Barwon\ Downs", |
|
46339
|
|
|
|
|
|
|
"61398817", "Ringwood", |
|
46340
|
|
|
|
|
|
|
"61895947", "Gidgegannup", |
|
46341
|
|
|
|
|
|
|
"61749007", "Alpha", |
|
46342
|
|
|
|
|
|
|
"61355877", "Benayeo", |
|
46343
|
|
|
|
|
|
|
"617486714", "Proserpine", |
|
46344
|
|
|
|
|
|
|
"61265705", "Mount\ Olive", |
|
46345
|
|
|
|
|
|
|
"61245618", "Wisemans\ Ferry", |
|
46346
|
|
|
|
|
|
|
"61343187", "Scarsdale", |
|
46347
|
|
|
|
|
|
|
"61348303", "Tatura", |
|
46348
|
|
|
|
|
|
|
"61240110", "Bandon\ Grove", |
|
46349
|
|
|
|
|
|
|
"61746943", "Pittsworth", |
|
46350
|
|
|
|
|
|
|
"617452039", "Haddon", |
|
46351
|
|
|
|
|
|
|
"61383723", "Craigieburn", |
|
46352
|
|
|
|
|
|
|
"612594005", "Stockinbingal", |
|
46353
|
|
|
|
|
|
|
"612583269", "Gollan", |
|
46354
|
|
|
|
|
|
|
"618865026", "Glendambo", |
|
46355
|
|
|
|
|
|
|
"618600852", "Westonia", |
|
46356
|
|
|
|
|
|
|
"61380015", "Werribee", |
|
46357
|
|
|
|
|
|
|
"61267995", "Narrabri", |
|
46358
|
|
|
|
|
|
|
"612583883", "Bruie\ Plains", |
|
46359
|
|
|
|
|
|
|
"61253057", "Quandialla", |
|
46360
|
|
|
|
|
|
|
"61743347", "Windera", |
|
46361
|
|
|
|
|
|
|
"612691989", "Rannock\/Wagga\ Wagga", |
|
46362
|
|
|
|
|
|
|
"61268092", "Rocky\ Glen", |
|
46363
|
|
|
|
|
|
|
"61899247", "Geraldton", |
|
46364
|
|
|
|
|
|
|
"61363783", "Moltema", |
|
46365
|
|
|
|
|
|
|
"61745762", "Cockatoo", |
|
46366
|
|
|
|
|
|
|
"61348172", "Katamatite", |
|
46367
|
|
|
|
|
|
|
"61752228", "Lowood", |
|
46368
|
|
|
|
|
|
|
"612574424", "Glen\ Innes", |
|
46369
|
|
|
|
|
|
|
"61876168", "Ungarra", |
|
46370
|
|
|
|
|
|
|
"61255446", "Telegraph\ Point", |
|
46371
|
|
|
|
|
|
|
"61753023", "Woodbine", |
|
46372
|
|
|
|
|
|
|
"618986147", "Kondinin", |
|
46373
|
|
|
|
|
|
|
"61743052", "Mount\ Perry", |
|
46374
|
|
|
|
|
|
|
"612583156", "Coonabarabran", |
|
46375
|
|
|
|
|
|
|
"612530124", "Manildra\/Kandos\/Killongbutta\/Koorawatha", |
|
46376
|
|
|
|
|
|
|
"6128716", "Liverpool", |
|
46377
|
|
|
|
|
|
|
"613546230", "Bealiba", |
|
46378
|
|
|
|
|
|
|
"613451319", "Derrinallum", |
|
46379
|
|
|
|
|
|
|
"61348117", "Tocumwal", |
|
46380
|
|
|
|
|
|
|
"61745839", "Tabers", |
|
46381
|
|
|
|
|
|
|
"61897197", "Capel", |
|
46382
|
|
|
|
|
|
|
"61743009", "Mundubbera", |
|
46383
|
|
|
|
|
|
|
"61367071", "Fingal", |
|
46384
|
|
|
|
|
|
|
"61885121", "Meningie\ East", |
|
46385
|
|
|
|
|
|
|
"61367334", "Blessington", |
|
46386
|
|
|
|
|
|
|
"61753590", "Caloundra", |
|
46387
|
|
|
|
|
|
|
"61745532", "Condamine", |
|
46388
|
|
|
|
|
|
|
"618683046", "Fitzgerald", |
|
46389
|
|
|
|
|
|
|
"61344001", "Kyneton", |
|
46390
|
|
|
|
|
|
|
"61876287", "Coorabie", |
|
46391
|
|
|
|
|
|
|
"61740025", "Chillagoe", |
|
46392
|
|
|
|
|
|
|
"61890973", "Goldfields", |
|
46393
|
|
|
|
|
|
|
"613542183", "Llanelly", |
|
46394
|
|
|
|
|
|
|
"61891040", "Leopold", |
|
46395
|
|
|
|
|
|
|
"61255537", "Ellerston", |
|
46396
|
|
|
|
|
|
|
"61888126", "Moonta", |
|
46397
|
|
|
|
|
|
|
"61353097", "Beaufort", |
|
46398
|
|
|
|
|
|
|
"618852890", "Willunga", |
|
46399
|
|
|
|
|
|
|
"618753508", "Renmark", |
|
46400
|
|
|
|
|
|
|
"618967701", "Trayning", |
|
46401
|
|
|
|
|
|
|
"61392197", "Sydenham", |
|
46402
|
|
|
|
|
|
|
"6124677", "Picton", |
|
46403
|
|
|
|
|
|
|
"61886157", "Mount\ Hope", |
|
46404
|
|
|
|
|
|
|
"618864077", "Koppio", |
|
46405
|
|
|
|
|
|
|
"61899493", "Exmouth", |
|
46406
|
|
|
|
|
|
|
"618982420", "Manypeaks\ North", |
|
46407
|
|
|
|
|
|
|
"61742395", "Lockhart\ River", |
|
46408
|
|
|
|
|
|
|
"61876154", "Coffin\ Bay", |
|
46409
|
|
|
|
|
|
|
"61342063", "Aireys\ Inlet", |
|
46410
|
|
|
|
|
|
|
"618763607", "Glendambo", |
|
46411
|
|
|
|
|
|
|
"61888605", "Lochiel", |
|
46412
|
|
|
|
|
|
|
"61248139", "Paddys\ River", |
|
46413
|
|
|
|
|
|
|
"617480020", "Bauhinia", |
|
46414
|
|
|
|
|
|
|
"61260340", "Walwa", |
|
46415
|
|
|
|
|
|
|
"61868186", "Albany", |
|
46416
|
|
|
|
|
|
|
"618753017", "Lameroo", |
|
46417
|
|
|
|
|
|
|
"61889912", "Alyangula", |
|
46418
|
|
|
|
|
|
|
"61898898", "Walyurin", |
|
46419
|
|
|
|
|
|
|
"61340248", "Mittyack", |
|
46420
|
|
|
|
|
|
|
"61890269", "Collurabbie", |
|
46421
|
|
|
|
|
|
|
"61886284", "Cleve", |
|
46422
|
|
|
|
|
|
|
"618865943", "Penong", |
|
46423
|
|
|
|
|
|
|
"618682201", "Walpole", |
|
46424
|
|
|
|
|
|
|
"61898774", "Wickepin", |
|
46425
|
|
|
|
|
|
|
"61879090", "Tanami", |
|
46426
|
|
|
|
|
|
|
"61287301", "Liverpool", |
|
46427
|
|
|
|
|
|
|
"618660762", "Gabbin", |
|
46428
|
|
|
|
|
|
|
"61263404", "Gooloogong", |
|
46429
|
|
|
|
|
|
|
"61265145", "Toorooka", |
|
46430
|
|
|
|
|
|
|
"61259059", "Lockhart", |
|
46431
|
|
|
|
|
|
|
"617458924", "Pittsworth", |
|
46432
|
|
|
|
|
|
|
"61742698", "Lockhart\ River", |
|
46433
|
|
|
|
|
|
|
"61744453", "Townsville", |
|
46434
|
|
|
|
|
|
|
"61749349", "Westwood", |
|
46435
|
|
|
|
|
|
|
"61888308", "Alford", |
|
46436
|
|
|
|
|
|
|
"61754044", "Wolvi", |
|
46437
|
|
|
|
|
|
|
"61754422", "Nambour", |
|
46438
|
|
|
|
|
|
|
"61887813", "Robe", |
|
46439
|
|
|
|
|
|
|
"61363651", "Blessington", |
|
46440
|
|
|
|
|
|
|
"61875274", "Peebinga", |
|
46441
|
|
|
|
|
|
|
"618752922", "Bow\ Hill", |
|
46442
|
|
|
|
|
|
|
"61896027", "Beverley", |
|
46443
|
|
|
|
|
|
|
"61261194", "Gearys\ Gap", |
|
46444
|
|
|
|
|
|
|
"61341331", "Lakes\ Entrance", |
|
46445
|
|
|
|
|
|
|
"6186272", "Perth", |
|
46446
|
|
|
|
|
|
|
"61247016", "Lawson", |
|
46447
|
|
|
|
|
|
|
"61341074", "Dinner\ Plain", |
|
46448
|
|
|
|
|
|
|
"61246021", "Camden", |
|
46449
|
|
|
|
|
|
|
"6139261", "Melbourne", |
|
46450
|
|
|
|
|
|
|
"61745023", "Quilpie", |
|
46451
|
|
|
|
|
|
|
"61352077", "Lorne", |
|
46452
|
|
|
|
|
|
|
"61898056", "Congee", |
|
46453
|
|
|
|
|
|
|
"61734778", "Bribie\ Island", |
|
46454
|
|
|
|
|
|
|
"61251121", "Canberra", |
|
46455
|
|
|
|
|
|
|
"617487128", "Glenden", |
|
46456
|
|
|
|
|
|
|
"61356174", "Icy\ Creek", |
|
46457
|
|
|
|
|
|
|
"61752214", "Crossdale", |
|
46458
|
|
|
|
|
|
|
"618865090", "Woomera", |
|
46459
|
|
|
|
|
|
|
"61385666", "Melbourne", |
|
46460
|
|
|
|
|
|
|
"612594023", "Warrawidgee", |
|
46461
|
|
|
|
|
|
|
"61257348", "Bellata", |
|
46462
|
|
|
|
|
|
|
"61747058", "Croydon", |
|
46463
|
|
|
|
|
|
|
"617552", "Tweed\ Heads", |
|
46464
|
|
|
|
|
|
|
"61897565", "Marybrook", |
|
46465
|
|
|
|
|
|
|
"61741272", "Biggenden", |
|
46466
|
|
|
|
|
|
|
"612574813", "Oban", |
|
46467
|
|
|
|
|
|
|
"618867712", "Wilmington", |
|
46468
|
|
|
|
|
|
|
"617442954", "Gumlu", |
|
46469
|
|
|
|
|
|
|
"61268030", "Borah\ Tank", |
|
46470
|
|
|
|
|
|
|
"61240747", "Stroud", |
|
46471
|
|
|
|
|
|
|
"618763860", "Courela", |
|
46472
|
|
|
|
|
|
|
"61240466", "Swansea", |
|
46473
|
|
|
|
|
|
|
"61245057", "St\ Albans", |
|
46474
|
|
|
|
|
|
|
"61251212", "Michelago", |
|
46475
|
|
|
|
|
|
|
"61895051", "Mount\ Wells", |
|
46476
|
|
|
|
|
|
|
"617480700", "Fitzroy\ West", |
|
46477
|
|
|
|
|
|
|
"6189761", "Bridgetown", |
|
46478
|
|
|
|
|
|
|
"61364953", "Devonport", |
|
46479
|
|
|
|
|
|
|
"618683540", "Narrogin", |
|
46480
|
|
|
|
|
|
|
"613431726", "Mount\ Wallace", |
|
46481
|
|
|
|
|
|
|
"61290", "Sydney", |
|
46482
|
|
|
|
|
|
|
"61890518", "Leinster", |
|
46483
|
|
|
|
|
|
|
"618993918", "Yuna", |
|
46484
|
|
|
|
|
|
|
"61361168", "Tarraleah", |
|
46485
|
|
|
|
|
|
|
"618967021", "Kalannie", |
|
46486
|
|
|
|
|
|
|
"61355187", "Penshurst", |
|
46487
|
|
|
|
|
|
|
"613574670", "Killawarra", |
|
46488
|
|
|
|
|
|
|
"612532609", "Bathurst", |
|
46489
|
|
|
|
|
|
|
"617750310", "Bonshaw", |
|
46490
|
|
|
|
|
|
|
"61260143", "Corowa", |
|
46491
|
|
|
|
|
|
|
"6138778", "Kalkallo", |
|
46492
|
|
|
|
|
|
|
"612593712", "Maude", |
|
46493
|
|
|
|
|
|
|
"617480526", "Gargett", |
|
46494
|
|
|
|
|
|
|
"612583426", "Alectown", |
|
46495
|
|
|
|
|
|
|
"61249125", "Karuah", |
|
46496
|
|
|
|
|
|
|
"618866360", "Wanilla", |
|
46497
|
|
|
|
|
|
|
"618859989", "Tailem\ Bend", |
|
46498
|
|
|
|
|
|
|
"613431176", "Kalkee", |
|
46499
|
|
|
|
|
|
|
"61351613", "Goongerah", |
|
46500
|
|
|
|
|
|
|
"618683303", "Narrakine", |
|
46501
|
|
|
|
|
|
|
"61263163", "Molong", |
|
46502
|
|
|
|
|
|
|
"612574154", "Ogunbil", |
|
46503
|
|
|
|
|
|
|
"61747455", "Burketown", |
|
46504
|
|
|
|
|
|
|
"61743375", "Blackbutt", |
|
46505
|
|
|
|
|
|
|
"613470532", "Bright", |
|
46506
|
|
|
|
|
|
|
"617750355", "Jandowae", |
|
46507
|
|
|
|
|
|
|
"61260703", "Tallangatta", |
|
46508
|
|
|
|
|
|
|
"61747064", "Doomadgee", |
|
46509
|
|
|
|
|
|
|
"61361287", "Brighton", |
|
46510
|
|
|
|
|
|
|
"6128827", "Blacktown", |
|
46511
|
|
|
|
|
|
|
"61887401", "Bordertown", |
|
46512
|
|
|
|
|
|
|
"61744326", "Charters\ Towers", |
|
46513
|
|
|
|
|
|
|
"61878123", "Snowtown", |
|
46514
|
|
|
|
|
|
|
"612594175", "Barellan", |
|
46515
|
|
|
|
|
|
|
"617442606", "Gunpowder", |
|
46516
|
|
|
|
|
|
|
"61351066", "Genoa", |
|
46517
|
|
|
|
|
|
|
"613431738", "Stawell", |
|
46518
|
|
|
|
|
|
|
"617480096", "Oombabeer", |
|
46519
|
|
|
|
|
|
|
"61879032", "Katherine", |
|
46520
|
|
|
|
|
|
|
"61746771", "Talwood", |
|
46521
|
|
|
|
|
|
|
"617458682", "Thallon", |
|
46522
|
|
|
|
|
|
|
"61348100", "Jerilderie", |
|
46523
|
|
|
|
|
|
|
"61269921", "Ivanhoe", |
|
46524
|
|
|
|
|
|
|
"613442219", "Kerang", |
|
46525
|
|
|
|
|
|
|
"612583438", "Bogan\ Gate", |
|
46526
|
|
|
|
|
|
|
"61891319", "Port\ Hedland", |
|
46527
|
|
|
|
|
|
|
"61742039", "Kidston", |
|
46528
|
|
|
|
|
|
|
"618993299", "Yallalong", |
|
46529
|
|
|
|
|
|
|
"617487136", "Marlborough", |
|
46530
|
|
|
|
|
|
|
"61255294", "Mount\ George", |
|
46531
|
|
|
|
|
|
|
"61388390", "Ringwood", |
|
46532
|
|
|
|
|
|
|
"61730938", "Brisbane", |
|
46533
|
|
|
|
|
|
|
"61889945", "Katherine", |
|
46534
|
|
|
|
|
|
|
"61354215", "Woodend", |
|
46535
|
|
|
|
|
|
|
"618964952", "Yerecoin", |
|
46536
|
|
|
|
|
|
|
"61896365", "Northam", |
|
46537
|
|
|
|
|
|
|
"61256548", "Bonalbo", |
|
46538
|
|
|
|
|
|
|
"61265221", "Broke", |
|
46539
|
|
|
|
|
|
|
"61264993", "Bemboka", |
|
46540
|
|
|
|
|
|
|
"61345097", "Lismore", |
|
46541
|
|
|
|
|
|
|
"61744108", "Mount\ Isa", |
|
46542
|
|
|
|
|
|
|
"61265177", "Baerami", |
|
46543
|
|
|
|
|
|
|
"61260019", "Balldale", |
|
46544
|
|
|
|
|
|
|
"613542243", "Marong", |
|
46545
|
|
|
|
|
|
|
"61745590", "Miamba", |
|
46546
|
|
|
|
|
|
|
"618982496", "Unicup", |
|
46547
|
|
|
|
|
|
|
"61753532", "Coominya", |
|
46548
|
|
|
|
|
|
|
"61240107", "Tea\ Gardens", |
|
46549
|
|
|
|
|
|
|
"61361154", "Little\ Swanport", |
|
46550
|
|
|
|
|
|
|
"61868253", "Kojonup", |
|
46551
|
|
|
|
|
|
|
"61259070", "Kikoira", |
|
46552
|
|
|
|
|
|
|
"61890101", "Karloning", |
|
46553
|
|
|
|
|
|
|
"61265112", "Putty", |
|
46554
|
|
|
|
|
|
|
"612683606", "Collie", |
|
46555
|
|
|
|
|
|
|
"61268904", "Condobolin", |
|
46556
|
|
|
|
|
|
|
"613553530", "Derrinallum", |
|
46557
|
|
|
|
|
|
|
"61749010", "Baralaba", |
|
46558
|
|
|
|
|
|
|
"6186381", "Perth", |
|
46559
|
|
|
|
|
|
|
"61259077", "West\ Wyalong", |
|
46560
|
|
|
|
|
|
|
"61358474", "Dookie", |
|
46561
|
|
|
|
|
|
|
"617452139", "Longreach", |
|
46562
|
|
|
|
|
|
|
"6126926", "Wagga\ Wagga", |
|
46563
|
|
|
|
|
|
|
"6139363", "Sydenham", |
|
46564
|
|
|
|
|
|
|
"612574645", "Weemelah", |
|
46565
|
|
|
|
|
|
|
"61745597", "Auburn", |
|
46566
|
|
|
|
|
|
|
"612594453", "Warrawidgee", |
|
46567
|
|
|
|
|
|
|
"61240100", "Laguna", |
|
46568
|
|
|
|
|
|
|
"61245608", "Colo\ Heights", |
|
46569
|
|
|
|
|
|
|
"61753729", "Noosaville", |
|
46570
|
|
|
|
|
|
|
"61749017", "Broadsound", |
|
46571
|
|
|
|
|
|
|
"61753234", "Caloundra", |
|
46572
|
|
|
|
|
|
|
"61897132", "Manjimup", |
|
46573
|
|
|
|
|
|
|
"61740163", "Ravenshoe", |
|
46574
|
|
|
|
|
|
|
"61896593", "Goomalling", |
|
46575
|
|
|
|
|
|
|
"612532997", "Woodstock", |
|
46576
|
|
|
|
|
|
|
"612592699", "Galore", |
|
46577
|
|
|
|
|
|
|
"61897825", "Balingup", |
|
46578
|
|
|
|
|
|
|
"61260375", "Ournie", |
|
46579
|
|
|
|
|
|
|
"61877361", "Lucindale\ South", |
|
46580
|
|
|
|
|
|
|
"618997040", "Lake\ Mason", |
|
46581
|
|
|
|
|
|
|
"61891478", "Marble\ Bar", |
|
46582
|
|
|
|
|
|
|
"61392132", "Dandenong", |
|
46583
|
|
|
|
|
|
|
"61388397", "Ringwood", |
|
46584
|
|
|
|
|
|
|
"61259012", "Griffith", |
|
46585
|
|
|
|
|
|
|
"61261396", "Michelago", |
|
46586
|
|
|
|
|
|
|
"61265170", "Muswellbrook", |
|
46587
|
|
|
|
|
|
|
"61345090", "Wallacedale", |
|
46588
|
|
|
|
|
|
|
"61255592", "Taree", |
|
46589
|
|
|
|
|
|
|
"61260678", "Talmalmo", |
|
46590
|
|
|
|
|
|
|
"61363089", "Evandale", |
|
46591
|
|
|
|
|
|
|
"61896236", "Lancelin", |
|
46592
|
|
|
|
|
|
|
"61743143", "Maidenwell", |
|
46593
|
|
|
|
|
|
|
"61749072", "Middlemount", |
|
46594
|
|
|
|
|
|
|
"618600753", "Gibson", |
|
46595
|
|
|
|
|
|
|
"61264768", "Bombala", |
|
46596
|
|
|
|
|
|
|
"618862905", "Coffin\ Bay", |
|
46597
|
|
|
|
|
|
|
"61348107", "Logie\ Brae", |
|
46598
|
|
|
|
|
|
|
"618780683", "Hamley\ Bridge", |
|
46599
|
|
|
|
|
|
|
"6188462", "Adelaide", |
|
46600
|
|
|
|
|
|
|
"6126757", "Moree", |
|
46601
|
|
|
|
|
|
|
"612583782", "Colane", |
|
46602
|
|
|
|
|
|
|
"6175614", "Southport", |
|
46603
|
|
|
|
|
|
|
"61355636", "Panmure", |
|
46604
|
|
|
|
|
|
|
"613441709", "Inglewood", |
|
46605
|
|
|
|
|
|
|
"612594437", "Tallimba", |
|
46606
|
|
|
|
|
|
|
"61267586", "Tenterfield", |
|
46607
|
|
|
|
|
|
|
"61890096", "Kambalda", |
|
46608
|
|
|
|
|
|
|
"61886179", "Port\ Augusta", |
|
46609
|
|
|
|
|
|
|
"618762570", "Coorabie", |
|
46610
|
|
|
|
|
|
|
"61361280", "Little\ Swanport", |
|
46611
|
|
|
|
|
|
|
"61357203", "Chiltern", |
|
46612
|
|
|
|
|
|
|
"61885259", "Gawler", |
|
46613
|
|
|
|
|
|
|
"61256225", "Tyringham", |
|
46614
|
|
|
|
|
|
|
"61754995", "Caloundra", |
|
46615
|
|
|
|
|
|
|
"617486152", "Fitzroy\ West", |
|
46616
|
|
|
|
|
|
|
"61741923", "Fraser\ Island", |
|
46617
|
|
|
|
|
|
|
"61891075", "Port\ Hedland", |
|
46618
|
|
|
|
|
|
|
"61358631", "Shepparton", |
|
46619
|
|
|
|
|
|
|
"61342125", "Anglesea", |
|
46620
|
|
|
|
|
|
|
"61875189", "Kingscote", |
|
46621
|
|
|
|
|
|
|
"6124242", "Wollongong", |
|
46622
|
|
|
|
|
|
|
"612594105", "Currawarna", |
|
46623
|
|
|
|
|
|
|
"61268928", "Albert", |
|
46624
|
|
|
|
|
|
|
"61240589", "Cessnock", |
|
46625
|
|
|
|
|
|
|
"61359266", "Cowes", |
|
46626
|
|
|
|
|
|
|
"61350385", "Natya", |
|
46627
|
|
|
|
|
|
|
"61268484", "Tooraweenah", |
|
46628
|
|
|
|
|
|
|
"61891583", "Broome", |
|
46629
|
|
|
|
|
|
|
"61885202", "Two\ Wells", |
|
46630
|
|
|
|
|
|
|
"618854891", "Murray\ Bridge", |
|
46631
|
|
|
|
|
|
|
"618903611", "Salmon\ Gums", |
|
46632
|
|
|
|
|
|
|
"612530231", "Frogmore", |
|
46633
|
|
|
|
|
|
|
"6175670", "Ormeau", |
|
46634
|
|
|
|
|
|
|
"618683373", "Kojonup", |
|
46635
|
|
|
|
|
|
|
"61730593", "Redcliffe", |
|
46636
|
|
|
|
|
|
|
"612574585", "Deepwater", |
|
46637
|
|
|
|
|
|
|
"61355180", "Casterton", |
|
46638
|
|
|
|
|
|
|
"618683146", "Dongolocking", |
|
46639
|
|
|
|
|
|
|
"61344011", "Strathfieldsaye", |
|
46640
|
|
|
|
|
|
|
"61253079", "Cudal", |
|
46641
|
|
|
|
|
|
|
"61747449", "Mount\ Isa", |
|
46642
|
|
|
|
|
|
|
"6128545", "Engadine", |
|
46643
|
|
|
|
|
|
|
"61350688", "Scotia", |
|
46644
|
|
|
|
|
|
|
"61352994", "Aireys\ Inlet", |
|
46645
|
|
|
|
|
|
|
"612594368", "Yaven\ Creek", |
|
46646
|
|
|
|
|
|
|
"613573040", "Graytown", |
|
46647
|
|
|
|
|
|
|
"61743019", "Maryborough", |
|
46648
|
|
|
|
|
|
|
"6135139", "Maffra", |
|
46649
|
|
|
|
|
|
|
"61266386", "Whiporie", |
|
46650
|
|
|
|
|
|
|
"617441886", "Collinsville", |
|
46651
|
|
|
|
|
|
|
"613574600", "Strathbogie", |
|
46652
|
|
|
|
|
|
|
"61362921", "Geeveston", |
|
46653
|
|
|
|
|
|
|
"612532679", "Galong", |
|
46654
|
|
|
|
|
|
|
"61268037", "Cobar", |
|
46655
|
|
|
|
|
|
|
"61357576", "Wangaratta", |
|
46656
|
|
|
|
|
|
|
"61886353", "Port\ Broughton", |
|
46657
|
|
|
|
|
|
|
"61866033", "Dandaragan", |
|
46658
|
|
|
|
|
|
|
"61887803", "Taratap", |
|
46659
|
|
|
|
|
|
|
"613431894", "Clear\ Lake", |
|
46660
|
|
|
|
|
|
|
"61267044", "Coolatai", |
|
46661
|
|
|
|
|
|
|
"61864892", "Perth", |
|
46662
|
|
|
|
|
|
|
"61888318", "Ardrossan", |
|
46663
|
|
|
|
|
|
|
"617486855", "Mount\ Coolon", |
|
46664
|
|
|
|
|
|
|
"617459411", "Cambooya", |
|
46665
|
|
|
|
|
|
|
"61358961", "Katandra\ West", |
|
46666
|
|
|
|
|
|
|
"6126563", "Kempsey", |
|
46667
|
|
|
|
|
|
|
"61361356", "Baden", |
|
46668
|
|
|
|
|
|
|
"61736096", "Sandgate", |
|
46669
|
|
|
|
|
|
|
"61240740", "Karuah", |
|
46670
|
|
|
|
|
|
|
"6135758", "Falls\ Creek", |
|
46671
|
|
|
|
|
|
|
"617476485", "Dalbeg", |
|
46672
|
|
|
|
|
|
|
"61244283", "Huskisson", |
|
46673
|
|
|
|
|
|
|
"61264754", "Cobargo", |
|
46674
|
|
|
|
|
|
|
"61887981", "Penola", |
|
46675
|
|
|
|
|
|
|
"618660863", "Jennacubbine", |
|
46676
|
|
|
|
|
|
|
"617452592", "Jondaryan", |
|
46677
|
|
|
|
|
|
|
"61889902", "Elliott", |
|
46678
|
|
|
|
|
|
|
"61896020", "Beacon\ North", |
|
46679
|
|
|
|
|
|
|
"61238093", "Crookwell", |
|
46680
|
|
|
|
|
|
|
"61375006", "Clayton", |
|
46681
|
|
|
|
|
|
|
"617441405", "Gununa", |
|
46682
|
|
|
|
|
|
|
"61888615", "Arthurton", |
|
46683
|
|
|
|
|
|
|
"613531821", "Learmonth", |
|
46684
|
|
|
|
|
|
|
"61352070", "Lara", |
|
46685
|
|
|
|
|
|
|
"61748089", "Mardale", |
|
46686
|
|
|
|
|
|
|
"617459927", "Aramac", |
|
46687
|
|
|
|
|
|
|
"61265960", "Hunter\ Springs", |
|
46688
|
|
|
|
|
|
|
"61754204", "Woodford", |
|
46689
|
|
|
|
|
|
|
"618752965", "Robertstown", |
|
46690
|
|
|
|
|
|
|
"61361276", "Woodbury", |
|
46691
|
|
|
|
|
|
|
"61342196", "Lavers\ Hill", |
|
46692
|
|
|
|
|
|
|
"612582470", "Coonabarabran", |
|
46693
|
|
|
|
|
|
|
"61747197", "Mount\ Fox", |
|
46694
|
|
|
|
|
|
|
"61263222", "Woodstock", |
|
46695
|
|
|
|
|
|
|
"61341547", "Lakes\ Entrance", |
|
46696
|
|
|
|
|
|
|
"61898783", "Woodanilling", |
|
46697
|
|
|
|
|
|
|
"613451061", "Edenhope", |
|
46698
|
|
|
|
|
|
|
"61887128", "Western\ Flat", |
|
46699
|
|
|
|
|
|
|
"61256296", "Ettrick", |
|
46700
|
|
|
|
|
|
|
"61357109", "Buffalo\ River", |
|
46701
|
|
|
|
|
|
|
"61340008", "Boundary\ Bend", |
|
46702
|
|
|
|
|
|
|
"61354002", "Bendigo", |
|
46703
|
|
|
|
|
|
|
"618683621", "Kronkup", |
|
46704
|
|
|
|
|
|
|
"61890025", "Bruce\ Rock", |
|
46705
|
|
|
|
|
|
|
"61741040", "Eidsvold", |
|
46706
|
|
|
|
|
|
|
"61740973", "Millaa\ Millaa", |
|
46707
|
|
|
|
|
|
|
"61885153", "Peake", |
|
46708
|
|
|
|
|
|
|
"618989093", "Bradfords", |
|
46709
|
|
|
|
|
|
|
"612685580", "Wirrinya", |
|
46710
|
|
|
|
|
|
|
"61257192", "Bundarra", |
|
46711
|
|
|
|
|
|
|
"61263111", "Orange", |
|
46712
|
|
|
|
|
|
|
"61749493", "Moranbah", |
|
46713
|
|
|
|
|
|
|
"61351661", "Morwell", |
|
46714
|
|
|
|
|
|
|
"61730943", "Redcliffe", |
|
46715
|
|
|
|
|
|
|
"618903567", "Mount\ Merivale", |
|
46716
|
|
|
|
|
|
|
"61875283", "Truro", |
|
46717
|
|
|
|
|
|
|
"618997034", "Exmouth", |
|
46718
|
|
|
|
|
|
|
"61256533", "Nimbin", |
|
46719
|
|
|
|
|
|
|
"61744421", "Cloncurry", |
|
46720
|
|
|
|
|
|
|
"61888827", "Brinkworth", |
|
46721
|
|
|
|
|
|
|
"61356380", "Buffalo", |
|
46722
|
|
|
|
|
|
|
"61265186", "Pacific\ Palms", |
|
46723
|
|
|
|
|
|
|
"61891200", "Onslow", |
|
46724
|
|
|
|
|
|
|
"61888730", "Clare", |
|
46725
|
|
|
|
|
|
|
"61887306", "Millicent", |
|
46726
|
|
|
|
|
|
|
"61886856", "Sleaford\ Mere", |
|
46727
|
|
|
|
|
|
|
"61740269", "Edward\ River", |
|
46728
|
|
|
|
|
|
|
"61343429", "Ballan", |
|
46729
|
|
|
|
|
|
|
"617459085", "Yuleba", |
|
46730
|
|
|
|
|
|
|
"612574679", "Currabubula", |
|
46731
|
|
|
|
|
|
|
"618680019", "Amelup", |
|
46732
|
|
|
|
|
|
|
"61899349", "Kalbarri", |
|
46733
|
|
|
|
|
|
|
"61742501", "Euramo", |
|
46734
|
|
|
|
|
|
|
"61890984", "Great\ Victoria", |
|
46735
|
|
|
|
|
|
|
"618964428", "Bibby\ Springs", |
|
46736
|
|
|
|
|
|
|
"61886969", "Whyalla", |
|
46737
|
|
|
|
|
|
|
"61867188", "Bridgetown", |
|
46738
|
|
|
|
|
|
|
"61340405", "Mildura", |
|
46739
|
|
|
|
|
|
|
"61868145", "Rocky\ Gully", |
|
46740
|
|
|
|
|
|
|
"61743249", "Maryborough", |
|
46741
|
|
|
|
|
|
|
"61268181", "Bruie\ Plains", |
|
46742
|
|
|
|
|
|
|
"61263858", "Frogmore", |
|
46743
|
|
|
|
|
|
|
"61250036", "Culcairn", |
|
46744
|
|
|
|
|
|
|
"612532585", "Orange", |
|
46745
|
|
|
|
|
|
|
"6124376", "Mangrove\ Mountain", |
|
46746
|
|
|
|
|
|
|
"61897672", "Dinninup\ North", |
|
46747
|
|
|
|
|
|
|
"618660703", "Jurien", |
|
46748
|
|
|
|
|
|
|
"612685640", "Bonnay", |
|
46749
|
|
|
|
|
|
|
"61261067", "Michelago", |
|
46750
|
|
|
|
|
|
|
"61255088", "Telegraph\ Point", |
|
46751
|
|
|
|
|
|
|
"613532383", "Serviceton", |
|
46752
|
|
|
|
|
|
|
"6125127", "Canberra", |
|
46753
|
|
|
|
|
|
|
"61363898", "Bicheno", |
|
46754
|
|
|
|
|
|
|
"61351931", "Bruthen", |
|
46755
|
|
|
|
|
|
|
"61251286", "Michelago", |
|
46756
|
|
|
|
|
|
|
"61888560", "Braemer", |
|
46757
|
|
|
|
|
|
|
"6174121", "Maryborough", |
|
46758
|
|
|
|
|
|
|
"61352086", "Swan\ Marsh", |
|
46759
|
|
|
|
|
|
|
"61383751", "Point\ Cook", |
|
46760
|
|
|
|
|
|
|
"61895656", "Rockingham", |
|
46761
|
|
|
|
|
|
|
"61255942", "Taree", |
|
46762
|
|
|
|
|
|
|
"61745947", "Dalby", |
|
46763
|
|
|
|
|
|
|
"618752458", "Culburra", |
|
46764
|
|
|
|
|
|
|
"613572903", "Myrtleford", |
|
46765
|
|
|
|
|
|
|
"61899007", "Carnamah", |
|
46766
|
|
|
|
|
|
|
"6124505", "Windsor", |
|
46767
|
|
|
|
|
|
|
"618866924", "Mintabie", |
|
46768
|
|
|
|
|
|
|
"61244189", "Berry", |
|
46769
|
|
|
|
|
|
|
"61260138", "Tallangatta\ Valley", |
|
46770
|
|
|
|
|
|
|
"6175534", "Tweed\ Heads", |
|
46771
|
|
|
|
|
|
|
"61361503", "Hobart", |
|
46772
|
|
|
|
|
|
|
"61250220", "Coppabella", |
|
46773
|
|
|
|
|
|
|
"613573034", "Flowerdale", |
|
46774
|
|
|
|
|
|
|
"612683741", "Geurie", |
|
46775
|
|
|
|
|
|
|
"61896943", "Coomallo", |
|
46776
|
|
|
|
|
|
|
"61898651", "Lake\ Grace", |
|
46777
|
|
|
|
|
|
|
"61885379", "Loxton", |
|
46778
|
|
|
|
|
|
|
"618964436", "Bidaminna", |
|
46779
|
|
|
|
|
|
|
"61886506", "Herbert", |
|
46780
|
|
|
|
|
|
|
"61353403", "Rokewood", |
|
46781
|
|
|
|
|
|
|
"61248657", "Braidwood", |
|
46782
|
|
|
|
|
|
|
"618763770", "Coorabie", |
|
46783
|
|
|
|
|
|
|
"61355176", "Woolsthorpe", |
|
46784
|
|
|
|
|
|
|
"613431909", "Kaniva", |
|
46785
|
|
|
|
|
|
|
"61364644", "Yambacoona", |
|
46786
|
|
|
|
|
|
|
"61753051", "Gunalda", |
|
46787
|
|
|
|
|
|
|
"61257333", "Narrabri", |
|
46788
|
|
|
|
|
|
|
"61341436", "Baw\ Baw", |
|
46789
|
|
|
|
|
|
|
"61266370", "Wiangaree", |
|
46790
|
|
|
|
|
|
|
"61352205", "Torquay", |
|
46791
|
|
|
|
|
|
|
"61354059", "Tullakool", |
|
46792
|
|
|
|
|
|
|
"61357152", "Yarck", |
|
46793
|
|
|
|
|
|
|
"61255485", "Castle\ Rock", |
|
46794
|
|
|
|
|
|
|
"61259242", "Griffith", |
|
46795
|
|
|
|
|
|
|
"618858578", "Meningie\ East", |
|
46796
|
|
|
|
|
|
|
"618983756", "Kuringup", |
|
46797
|
|
|
|
|
|
|
"61358171", "Caldwell", |
|
46798
|
|
|
|
|
|
|
"61240361", "Newcastle", |
|
46799
|
|
|
|
|
|
|
"61878262", "Yorketown", |
|
46800
|
|
|
|
|
|
|
"61357749", "Taggerty", |
|
46801
|
|
|
|
|
|
|
"61260844", "Koetong", |
|
46802
|
|
|
|
|
|
|
"61248024", "Bungonia", |
|
46803
|
|
|
|
|
|
|
"61880003", "Broken\ Hill", |
|
46804
|
|
|
|
|
|
|
"618967080", "Wubin", |
|
46805
|
|
|
|
|
|
|
"61248442", "Breadalbane", |
|
46806
|
|
|
|
|
|
|
"61877100", "Kongorong", |
|
46807
|
|
|
|
|
|
|
"613441938", "Trentham", |
|
46808
|
|
|
|
|
|
|
"618858508", "Gurrai", |
|
46809
|
|
|
|
|
|
|
"61890404", "Mount\ Hampton", |
|
46810
|
|
|
|
|
|
|
"61354045", "Newstead", |
|
46811
|
|
|
|
|
|
|
"618683291", "Lake\ Toolbrunup", |
|
46812
|
|
|
|
|
|
|
"618763526", "Bayley\ Plains", |
|
46813
|
|
|
|
|
|
|
"61740858", "Coen", |
|
46814
|
|
|
|
|
|
|
"61877107", "Millicent", |
|
46815
|
|
|
|
|
|
|
"613470683", "Eildon", |
|
46816
|
|
|
|
|
|
|
"61266312", "Glenreagh", |
|
46817
|
|
|
|
|
|
|
"61353551", "Ararat", |
|
46818
|
|
|
|
|
|
|
"618683534", "Moulyinning", |
|
46819
|
|
|
|
|
|
|
"61895165", "Gidgegannup", |
|
46820
|
|
|
|
|
|
|
"613553616", "Timboon", |
|
46821
|
|
|
|
|
|
|
"61357755", "Wangaratta", |
|
46822
|
|
|
|
|
|
|
"6188395", "Adelaide", |
|
46823
|
|
|
|
|
|
|
"613431979", "Minyip", |
|
46824
|
|
|
|
|
|
|
"61879403", "Simpson", |
|
46825
|
|
|
|
|
|
|
"61351397", "Heyfield", |
|
46826
|
|
|
|
|
|
|
"617476335", "Prairie", |
|
46827
|
|
|
|
|
|
|
"61266377", "Murwillumbah", |
|
46828
|
|
|
|
|
|
|
"61866048", "Pantapin", |
|
46829
|
|
|
|
|
|
|
"61263269", "Quandialla", |
|
46830
|
|
|
|
|
|
|
"61884068", "Salisbury", |
|
46831
|
|
|
|
|
|
|
"61899664", "Warradarge", |
|
46832
|
|
|
|
|
|
|
"617452619", "Yuleba", |
|
46833
|
|
|
|
|
|
|
"617473987", "Flinders", |
|
46834
|
|
|
|
|
|
|
"61263973", "Orange", |
|
46835
|
|
|
|
|
|
|
"61250227", "Gerogery", |
|
46836
|
|
|
|
|
|
|
"618660123", "Talbot\ Brook", |
|
46837
|
|
|
|
|
|
|
"61899000", "Ajana", |
|
46838
|
|
|
|
|
|
|
"61886922", "Crystal\ Brook", |
|
46839
|
|
|
|
|
|
|
"61250171", "Gerogery", |
|
46840
|
|
|
|
|
|
|
"613531880", "Bangerang", |
|
46841
|
|
|
|
|
|
|
"61868102", "Beaufort\ River", |
|
46842
|
|
|
|
|
|
|
"618763700", "Iron\ Baron", |
|
46843
|
|
|
|
|
|
|
"61269188", "Kikoira", |
|
46844
|
|
|
|
|
|
|
"61340024", "Murrayville", |
|
46845
|
|
|
|
|
|
|
"61740111", "Mount\ Garnet", |
|
46846
|
|
|
|
|
|
|
"618964947", "Watheroo", |
|
46847
|
|
|
|
|
|
|
"61877313", "Keilira", |
|
46848
|
|
|
|
|
|
|
"61340442", "Palinyewah", |
|
46849
|
|
|
|
|
|
|
"61266481", "Ulong", |
|
46850
|
|
|
|
|
|
|
"612583235", "Bobadah", |
|
46851
|
|
|
|
|
|
|
"618851898", "Two\ Wells", |
|
46852
|
|
|
|
|
|
|
"61265384", "Gloucester", |
|
46853
|
|
|
|
|
|
|
"61261060", "Gearys\ Gap", |
|
46854
|
|
|
|
|
|
|
"61256998", "Hernani", |
|
46855
|
|
|
|
|
|
|
"61887104", "Short", |
|
46856
|
|
|
|
|
|
|
"618660773", "Koorda", |
|
46857
|
|
|
|
|
|
|
"61387842", "Dandenong", |
|
46858
|
|
|
|
|
|
|
"6138902", "Dandenong", |
|
46859
|
|
|
|
|
|
|
"61745689", "Longreach", |
|
46860
|
|
|
|
|
|
|
"61888567", "Alford", |
|
46861
|
|
|
|
|
|
|
"61749891", "Wowan", |
|
46862
|
|
|
|
|
|
|
"61885015", "Berri", |
|
46863
|
|
|
|
|
|
|
"61740222", "Mareeba", |
|
46864
|
|
|
|
|
|
|
"61754228", "Woodford", |
|
46865
|
|
|
|
|
|
|
"61373795", "Craigieburn", |
|
46866
|
|
|
|
|
|
|
"61264543", "Bredbo", |
|
46867
|
|
|
|
|
|
|
"61736404", "Brisbane", |
|
46868
|
|
|
|
|
|
|
"6139880", "Melbourne", |
|
46869
|
|
|
|
|
|
|
"61756885", "Tweed\ Heads", |
|
46870
|
|
|
|
|
|
|
"61248008", "Binda", |
|
46871
|
|
|
|
|
|
|
"612685853", "Nyngan", |
|
46872
|
|
|
|
|
|
|
"61268295", "Goodooga", |
|
46873
|
|
|
|
|
|
|
"6174760", "Townsville", |
|
46874
|
|
|
|
|
|
|
"612574609", "Manilla", |
|
46875
|
|
|
|
|
|
|
"613431697", "Broughton", |
|
46876
|
|
|
|
|
|
|
"61259086", "Barmedman", |
|
46877
|
|
|
|
|
|
|
"61358913", "Katandra\ West", |
|
46878
|
|
|
|
|
|
|
"612594387", "Burra", |
|
46879
|
|
|
|
|
|
|
"618753392", "Culburra", |
|
46880
|
|
|
|
|
|
|
"61888820", "Brinkworth", |
|
46881
|
|
|
|
|
|
|
"61356387", "Mirboo\ North", |
|
46882
|
|
|
|
|
|
|
"61868159", "Moulyinning", |
|
46883
|
|
|
|
|
|
|
"61743255", "Pialba", |
|
46884
|
|
|
|
|
|
|
"61887744", "Greenways", |
|
46885
|
|
|
|
|
|
|
"61864955", "Herne\ Hill", |
|
46886
|
|
|
|
|
|
|
"61899355", "Mingenew", |
|
46887
|
|
|
|
|
|
|
"61888737", "Kadina", |
|
46888
|
|
|
|
|
|
|
"61342001", "Birregurra", |
|
46889
|
|
|
|
|
|
|
"61891207", "Wittenoom", |
|
46890
|
|
|
|
|
|
|
"613470543", "Graytown", |
|
46891
|
|
|
|
|
|
|
"61741047", "Fraser\ Island", |
|
46892
|
|
|
|
|
|
|
"61742453", "Edward\ River", |
|
46893
|
|
|
|
|
|
|
"61259205", "Grong\ Grong", |
|
46894
|
|
|
|
|
|
|
"6129164", "Sydney", |
|
46895
|
|
|
|
|
|
|
"613442092", "Tullakool", |
|
46896
|
|
|
|
|
|
|
"61743138", "Fraser\ Island", |
|
46897
|
|
|
|
|
|
|
"61752044", "Rosewood", |
|
46898
|
|
|
|
|
|
|
"61878229", "Wedge", |
|
46899
|
|
|
|
|
|
|
"613441926", "Nullawil", |
|
46900
|
|
|
|
|
|
|
"613441745", "Wycheproof", |
|
46901
|
|
|
|
|
|
|
"61358036", "Jerilderie", |
|
46902
|
|
|
|
|
|
|
"61350714", "Balranald", |
|
46903
|
|
|
|
|
|
|
"61747190", "Richmond", |
|
46904
|
|
|
|
|
|
|
"61344063", "Bealiba", |
|
46905
|
|
|
|
|
|
|
"61754809", "Imbil", |
|
46906
|
|
|
|
|
|
|
"61261491", "Captains\ Flat", |
|
46907
|
|
|
|
|
|
|
"61267819", "Quirindi", |
|
46908
|
|
|
|
|
|
|
"61265967", "Widden\ Valley", |
|
46909
|
|
|
|
|
|
|
"618996716", "Coorow", |
|
46910
|
|
|
|
|
|
|
"618600236", "Holleton", |
|
46911
|
|
|
|
|
|
|
"61356471", "Poowong", |
|
46912
|
|
|
|
|
|
|
"612594149", "Temora", |
|
46913
|
|
|
|
|
|
|
"61240697", "Dungog", |
|
46914
|
|
|
|
|
|
|
"618660075", "Beacon", |
|
46915
|
|
|
|
|
|
|
"61355031", "Casterton", |
|
46916
|
|
|
|
|
|
|
"61741352", "Eidsvold", |
|
46917
|
|
|
|
|
|
|
"61341540", "Erica", |
|
46918
|
|
|
|
|
|
|
"61895729", "Gidgegannup", |
|
46919
|
|
|
|
|
|
|
"61891351", "Mount\ Bruce", |
|
46920
|
|
|
|
|
|
|
"61362516", "Dunalley", |
|
46921
|
|
|
|
|
|
|
"6128373", "Sydney", |
|
46922
|
|
|
|
|
|
|
"61257246", "Bunnor", |
|
46923
|
|
|
|
|
|
|
"61895143", "Dwellingup", |
|
46924
|
|
|
|
|
|
|
"61754698", "Kalbar", |
|
46925
|
|
|
|
|
|
|
"61879429", "Roper\ River", |
|
46926
|
|
|
|
|
|
|
"61740692", "Thursday\ Island", |
|
46927
|
|
|
|
|
|
|
"61354897", "Womboota", |
|
46928
|
|
|
|
|
|
|
"61348036", "Tocumwal", |
|
46929
|
|
|
|
|
|
|
"612593823", "Tumbarumba", |
|
46930
|
|
|
|
|
|
|
"61742044", "Lakeland", |
|
46931
|
|
|
|
|
|
|
"618683031", "Bow\ Bridge", |
|
46932
|
|
|
|
|
|
|
"617442972", "Palm\ Island", |
|
46933
|
|
|
|
|
|
|
"61256142", "Urbenville", |
|
46934
|
|
|
|
|
|
|
"61741323", "Lowmead", |
|
46935
|
|
|
|
|
|
|
"61861708", "Rottnest", |
|
46936
|
|
|
|
|
|
|
"612593739", "Wallanthery", |
|
46937
|
|
|
|
|
|
|
"612594400", "Ganmain", |
|
46938
|
|
|
|
|
|
|
"61351540", "Goongerah", |
|
46939
|
|
|
|
|
|
|
"617473812", "Barkly", |
|
46940
|
|
|
|
|
|
|
"61355413", "South\ Purrumbete", |
|
46941
|
|
|
|
|
|
|
"61345031", "Ozenkadnook", |
|
46942
|
|
|
|
|
|
|
"61367010", "Moltema", |
|
46943
|
|
|
|
|
|
|
"618850998", "Taplan", |
|
46944
|
|
|
|
|
|
|
"61342242", "Kennedys\ Creek", |
|
46945
|
|
|
|
|
|
|
"61359156", "Warburton", |
|
46946
|
|
|
|
|
|
|
"61851046", "Onslow", |
|
46947
|
|
|
|
|
|
|
"61268467", "Stuart\ Town", |
|
46948
|
|
|
|
|
|
|
"613531697", "Landsborough", |
|
46949
|
|
|
|
|
|
|
"61258008", "Wyanga", |
|
46950
|
|
|
|
|
|
|
"6175559", "Tweed\ Heads", |
|
46951
|
|
|
|
|
|
|
"61886581", "Orroroo", |
|
46952
|
|
|
|
|
|
|
"618862913", "Coulta", |
|
46953
|
|
|
|
|
|
|
"61264565", "Dalgety", |
|
46954
|
|
|
|
|
|
|
"6129426", "Liverpool", |
|
46955
|
|
|
|
|
|
|
"617487018", "Emerald", |
|
46956
|
|
|
|
|
|
|
"61269495", "Talbingo", |
|
46957
|
|
|
|
|
|
|
"612574722", "Pinkett", |
|
46958
|
|
|
|
|
|
|
"61361732", "Hobart", |
|
46959
|
|
|
|
|
|
|
"61351789", "Mallacoota", |
|
46960
|
|
|
|
|
|
|
"61260051", "Nariel", |
|
46961
|
|
|
|
|
|
|
"612594113", "Grong\ Grong", |
|
46962
|
|
|
|
|
|
|
"612532849", "Manildra", |
|
46963
|
|
|
|
|
|
|
"612574172", "Uralla", |
|
46964
|
|
|
|
|
|
|
"61896846", "Gabbin\ North", |
|
46965
|
|
|
|
|
|
|
"61875571", "Gurrai", |
|
46966
|
|
|
|
|
|
|
"61388997", "Melbourne", |
|
46967
|
|
|
|
|
|
|
"61251201", "Uriarra\ Forest", |
|
46968
|
|
|
|
|
|
|
"617452583", "Helidon", |
|
46969
|
|
|
|
|
|
|
"61742586", "Gordonvale", |
|
46970
|
|
|
|
|
|
|
"613574653", "Cheshunt", |
|
46971
|
|
|
|
|
|
|
"613431880", "Banyena", |
|
46972
|
|
|
|
|
|
|
"618996848", "Paynes\ Find", |
|
46973
|
|
|
|
|
|
|
"61358361", "Blighty", |
|
46974
|
|
|
|
|
|
|
"61240227", "Maitland", |
|
46975
|
|
|
|
|
|
|
"6136724", "Launceston", |
|
46976
|
|
|
|
|
|
|
"61888918", "Thistle", |
|
46977
|
|
|
|
|
|
|
"61895019", "Rockingham", |
|
46978
|
|
|
|
|
|
|
"61890177", "Scaddan\ West", |
|
46979
|
|
|
|
|
|
|
"61344448", "Tennyson", |
|
46980
|
|
|
|
|
|
|
"61350442", "Balranald", |
|
46981
|
|
|
|
|
|
|
"61268106", "Rocky\ Glen", |
|
46982
|
|
|
|
|
|
|
"61264735", "Nimmitabel", |
|
46983
|
|
|
|
|
|
|
"61350024", "Woomelang", |
|
46984
|
|
|
|
|
|
|
"613431161", "Buninyong", |
|
46985
|
|
|
|
|
|
|
"618753457", "Bower", |
|
46986
|
|
|
|
|
|
|
"61899599", "Yalgoo", |
|
46987
|
|
|
|
|
|
|
"61886953", "Cleve", |
|
46988
|
|
|
|
|
|
|
"61890112", "Laverton", |
|
46989
|
|
|
|
|
|
|
"61361562", "Dunalley", |
|
46990
|
|
|
|
|
|
|
"61897993", "Bridgetown", |
|
46991
|
|
|
|
|
|
|
"618641440", "Spearwood", |
|
46992
|
|
|
|
|
|
|
"61740253", "Innot\ Hot\ Springs", |
|
46993
|
|
|
|
|
|
|
"617442846", "Greenvale", |
|
46994
|
|
|
|
|
|
|
"612583525", "Gulargambone", |
|
46995
|
|
|
|
|
|
|
"61744228", "Townsville", |
|
46996
|
|
|
|
|
|
|
"61885646", "Sedan", |
|
46997
|
|
|
|
|
|
|
"61747080", "Greenvale", |
|
46998
|
|
|
|
|
|
|
"61887381", "Kongorong", |
|
46999
|
|
|
|
|
|
|
"61287345", "Liverpool", |
|
47000
|
|
|
|
|
|
|
"6186224", "Perth", |
|
47001
|
|
|
|
|
|
|
"618864098", "Lock", |
|
47002
|
|
|
|
|
|
|
"61265101", "Murrurundi", |
|
47003
|
|
|
|
|
|
|
"61746707", "Leyburn", |
|
47004
|
|
|
|
|
|
|
"61887412", "Wirrega", |
|
47005
|
|
|
|
|
|
|
"61348220", "Finley", |
|
47006
|
|
|
|
|
|
|
"61344045", "Quambatook", |
|
47007
|
|
|
|
|
|
|
"61741895", "Kingaroy", |
|
47008
|
|
|
|
|
|
|
"618682059", "Holland\ Rocks", |
|
47009
|
|
|
|
|
|
|
"6135874", "Tocumwal", |
|
47010
|
|
|
|
|
|
|
"6127922", "Sydney", |
|
47011
|
|
|
|
|
|
|
"618753433", "Sedan", |
|
47012
|
|
|
|
|
|
|
"6128356", "Sydney", |
|
47013
|
|
|
|
|
|
|
"618964974", "Calingiri", |
|
47014
|
|
|
|
|
|
|
"61350657", "Palinyewah", |
|
47015
|
|
|
|
|
|
|
"61889173", "Rodinga", |
|
47016
|
|
|
|
|
|
|
"617486896", "Bingegang", |
|
47017
|
|
|
|
|
|
|
"61259196", "Carrathool", |
|
47018
|
|
|
|
|
|
|
"612583793", "Dubbo", |
|
47019
|
|
|
|
|
|
|
"617452643", "Oakey", |
|
47020
|
|
|
|
|
|
|
"618903362", "Narembeen\ East", |
|
47021
|
|
|
|
|
|
|
"613574637", "Beechworth", |
|
47022
|
|
|
|
|
|
|
"612592751", "Wantabadgery", |
|
47023
|
|
|
|
|
|
|
"613442232", "Moonambel", |
|
47024
|
|
|
|
|
|
|
"61341397", "Woodside", |
|
47025
|
|
|
|
|
|
|
"617441413", "Kirk", |
|
47026
|
|
|
|
|
|
|
"61266986", "Mullumbimby", |
|
47027
|
|
|
|
|
|
|
"61740876", "Chillagoe", |
|
47028
|
|
|
|
|
|
|
"61887477", "Bordertown", |
|
47029
|
|
|
|
|
|
|
"6174088", "Tully", |
|
47030
|
|
|
|
|
|
|
"61871842", "Salisbury", |
|
47031
|
|
|
|
|
|
|
"6174972", "Gladstone", |
|
47032
|
|
|
|
|
|
|
"618683224", "Woogenilup", |
|
47033
|
|
|
|
|
|
|
"61352394", "Lavers\ Hill", |
|
47034
|
|
|
|
|
|
|
"61880062", "Tepco", |
|
47035
|
|
|
|
|
|
|
"61878203", "Blyth", |
|
47036
|
|
|
|
|
|
|
"61743051", "Bunker", |
|
47037
|
|
|
|
|
|
|
"61256105", "Grafton", |
|
47038
|
|
|
|
|
|
|
"61887470", "Padthaway", |
|
47039
|
|
|
|
|
|
|
"612530114", "Lyndhurst\/Hampton\/Harden\/Hill\ End", |
|
47040
|
|
|
|
|
|
|
"61752118", "Wolvi", |
|
47041
|
|
|
|
|
|
|
"61357123", "Tatong", |
|
47042
|
|
|
|
|
|
|
"61865800", "Armadale", |
|
47043
|
|
|
|
|
|
|
"613451329", "Heywood", |
|
47044
|
|
|
|
|
|
|
"61265096", "Mount\ Olive", |
|
47045
|
|
|
|
|
|
|
"61359354", "Emerald", |
|
47046
|
|
|
|
|
|
|
"61341390", "Yarram", |
|
47047
|
|
|
|
|
|
|
"612574414", "Cuttabri", |
|
47048
|
|
|
|
|
|
|
"61342205", "Anglesea", |
|
47049
|
|
|
|
|
|
|
"61344059", "Amphitheatre", |
|
47050
|
|
|
|
|
|
|
"61896338", "Beacon\ North", |
|
47051
|
|
|
|
|
|
|
"61362098", "Woodbury", |
|
47052
|
|
|
|
|
|
|
"61268091", "Stuart\ Town", |
|
47053
|
|
|
|
|
|
|
"61394080", "Melbourne", |
|
47054
|
|
|
|
|
|
|
"618964904", "Miling", |
|
47055
|
|
|
|
|
|
|
"61745761", "Cecil\ Plains", |
|
47056
|
|
|
|
|
|
|
"61348171", "Jimaringle", |
|
47057
|
|
|
|
|
|
|
"61348227", "Lalalty", |
|
47058
|
|
|
|
|
|
|
"61363293", "Lilydale", |
|
47059
|
|
|
|
|
|
|
"61746700", "Goondiwindi", |
|
47060
|
|
|
|
|
|
|
"618763698", "Yeelanna", |
|
47061
|
|
|
|
|
|
|
"61867098", "Capel", |
|
47062
|
|
|
|
|
|
|
"617458693", "Warrego", |
|
47063
|
|
|
|
|
|
|
"618865016", "Gairdner", |
|
47064
|
|
|
|
|
|
|
"61258024", "Colane", |
|
47065
|
|
|
|
|
|
|
"61355158", "Tyrendarra", |
|
47066
|
|
|
|
|
|
|
"612574805", "Moree", |
|
47067
|
|
|
|
|
|
|
"61350650", "Swan\ Hill", |
|
47068
|
|
|
|
|
|
|
"61742469", "Malanda", |
|
47069
|
|
|
|
|
|
|
"61245088", "Colo\ Heights", |
|
47070
|
|
|
|
|
|
|
"617487041", "Mount\ Larcom", |
|
47071
|
|
|
|
|
|
|
"6134207", "Geelong", |
|
47072
|
|
|
|
|
|
|
"618683350", "Denbarker", |
|
47073
|
|
|
|
|
|
|
"618865084", "Tarcoola", |
|
47074
|
|
|
|
|
|
|
"61747087", "Gumlu", |
|
47075
|
|
|
|
|
|
|
"61361264", "Miena", |
|
47076
|
|
|
|
|
|
|
"6129768", "Parramatta", |
|
47077
|
|
|
|
|
|
|
"618866991", "Melrose", |
|
47078
|
|
|
|
|
|
|
"61868163", "Hopetoun", |
|
47079
|
|
|
|
|
|
|
"617486724", "Tungamull", |
|
47080
|
|
|
|
|
|
|
"61256626", "Hernani", |
|
47081
|
|
|
|
|
|
|
"61259001", "Tooma", |
|
47082
|
|
|
|
|
|
|
"618683315", "Pingrup", |
|
47083
|
|
|
|
|
|
|
"61890170", "Nungarin", |
|
47084
|
|
|
|
|
|
|
"6173071", "Brisbane", |
|
47085
|
|
|
|
|
|
|
"61240220", "Cessnock", |
|
47086
|
|
|
|
|
|
|
"612530186", "Glen\ Davis", |
|
47087
|
|
|
|
|
|
|
"61257082", "Careunga", |
|
47088
|
|
|
|
|
|
|
"61264132", "Numeralla", |
|
47089
|
|
|
|
|
|
|
"61287359", "Liverpool", |
|
47090
|
|
|
|
|
|
|
"61267039", "Bundella", |
|
47091
|
|
|
|
|
|
|
"6186400", "Wanneroo", |
|
47092
|
|
|
|
|
|
|
"617476514", "Gumlu", |
|
47093
|
|
|
|
|
|
|
"612574486", "Boggabri", |
|
47094
|
|
|
|
|
|
|
"617750396", "Talwood", |
|
47095
|
|
|
|
|
|
|
"61257948", "Tamworth", |
|
47096
|
|
|
|
|
|
|
"61363609", "Exeter", |
|
47097
|
|
|
|
|
|
|
"61263876", "Millthorpe", |
|
47098
|
|
|
|
|
|
|
"6125353", "Orange", |
|
47099
|
|
|
|
|
|
|
"61754421", "Nambour", |
|
47100
|
|
|
|
|
|
|
"618985467", "Pingrup\ East", |
|
47101
|
|
|
|
|
|
|
"61363652", "Campbell\ Town", |
|
47102
|
|
|
|
|
|
|
"6189063", "Corrigin", |
|
47103
|
|
|
|
|
|
|
"61264393", "Delegate", |
|
47104
|
|
|
|
|
|
|
"61361529", "Colebrook", |
|
47105
|
|
|
|
|
|
|
"61266406", "Coutts\ Crossing", |
|
47106
|
|
|
|
|
|
|
"618600770", "Mount\ Hampton", |
|
47107
|
|
|
|
|
|
|
"61353429", "Ballarat", |
|
47108
|
|
|
|
|
|
|
"61287302", "Bankstown", |
|
47109
|
|
|
|
|
|
|
"618904264", "Wialki\ North", |
|
47110
|
|
|
|
|
|
|
"61896965", "Northam", |
|
47111
|
|
|
|
|
|
|
"61889345", "Carpentaria", |
|
47112
|
|
|
|
|
|
|
"6135951", "Cowes", |
|
47113
|
|
|
|
|
|
|
"613553507", "Caramut", |
|
47114
|
|
|
|
|
|
|
"61355164", "Wallacedale", |
|
47115
|
|
|
|
|
|
|
"612574102", "Breeza", |
|
47116
|
|
|
|
|
|
|
"61886878", "Sheringa", |
|
47117
|
|
|
|
|
|
|
"618853091", "Callington", |
|
47118
|
|
|
|
|
|
|
"61889911", "Yulara", |
|
47119
|
|
|
|
|
|
|
"61268304", "Narran", |
|
47120
|
|
|
|
|
|
|
"6188327", "Mclaren\ Vale", |
|
47121
|
|
|
|
|
|
|
"61359368", "Red\ Hill", |
|
47122
|
|
|
|
|
|
|
"61268460", "Wellington", |
|
47123
|
|
|
|
|
|
|
"618601158", "Muntadgin\ East", |
|
47124
|
|
|
|
|
|
|
"61240036", "Newcastle", |
|
47125
|
|
|
|
|
|
|
"61889648", "Tanami", |
|
47126
|
|
|
|
|
|
|
"61748609", "Rockhampton", |
|
47127
|
|
|
|
|
|
|
"617485857", "Dysart", |
|
47128
|
|
|
|
|
|
|
"61350405", "Woomelang", |
|
47129
|
|
|
|
|
|
|
"618753027", "Meningie\ East", |
|
47130
|
|
|
|
|
|
|
"61748536", "Dysart", |
|
47131
|
|
|
|
|
|
|
"61263253", "Gingkin", |
|
47132
|
|
|
|
|
|
|
"61352196", "Lavers\ Hill", |
|
47133
|
|
|
|
|
|
|
"617442902", "Gunpowder", |
|
47134
|
|
|
|
|
|
|
"61255198", "Port\ Macquarie", |
|
47135
|
|
|
|
|
|
|
"61880029", "White\ Cliffs", |
|
47136
|
|
|
|
|
|
|
"6126881", "Dubbo", |
|
47137
|
|
|
|
|
|
|
"61367017", "Lilydale", |
|
47138
|
|
|
|
|
|
|
"618683694", "Bedford\ Harbour", |
|
47139
|
|
|
|
|
|
|
"617452404", "Wallumbilla", |
|
47140
|
|
|
|
|
|
|
"618763462", "Herbert", |
|
47141
|
|
|
|
|
|
|
"61748293", "Mackay", |
|
47142
|
|
|
|
|
|
|
"61354890", "Barham", |
|
47143
|
|
|
|
|
|
|
"613831", "Melbourne", |
|
47144
|
|
|
|
|
|
|
"61745531", "Allora", |
|
47145
|
|
|
|
|
|
|
"61891919", "Broome", |
|
47146
|
|
|
|
|
|
|
"61344002", "Gisborne", |
|
47147
|
|
|
|
|
|
|
"6128382", "Sydney", |
|
47148
|
|
|
|
|
|
|
"618680043", "Moodiarrup", |
|
47149
|
|
|
|
|
|
|
"61367072", "Mole\ Creek", |
|
47150
|
|
|
|
|
|
|
"61364179", "Savage\ River", |
|
47151
|
|
|
|
|
|
|
"61244099", "Jilliga", |
|
47152
|
|
|
|
|
|
|
"61885122", "Meningie\ East", |
|
47153
|
|
|
|
|
|
|
"617458986", "Cockatoo", |
|
47154
|
|
|
|
|
|
|
"61361258", "Bothwell", |
|
47155
|
|
|
|
|
|
|
"61898619", "Wagin", |
|
47156
|
|
|
|
|
|
|
"61890186", "Southern\ Cross", |
|
47157
|
|
|
|
|
|
|
"613553690", "Edenhope", |
|
47158
|
|
|
|
|
|
|
"61742577", "Aurukun", |
|
47159
|
|
|
|
|
|
|
"61355523", "Penshurst", |
|
47160
|
|
|
|
|
|
|
"61745340", "Bollon", |
|
47161
|
|
|
|
|
|
|
"61255050", "Stuarts\ Point", |
|
47162
|
|
|
|
|
|
|
"61885041", "Eudunda", |
|
47163
|
|
|
|
|
|
|
"61264896", "Thredbo\ Village", |
|
47164
|
|
|
|
|
|
|
"61868269", "Muradup", |
|
47165
|
|
|
|
|
|
|
"61743165", "Bunker", |
|
47166
|
|
|
|
|
|
|
"61364506", "Stanley", |
|
47167
|
|
|
|
|
|
|
"61267453", "Oban", |
|
47168
|
|
|
|
|
|
|
"61269157", "Landervale", |
|
47169
|
|
|
|
|
|
|
"61361378", "Sorell", |
|
47170
|
|
|
|
|
|
|
"61742512", "Lockhart\ River", |
|
47171
|
|
|
|
|
|
|
"61875099", "Barmera", |
|
47172
|
|
|
|
|
|
|
"61753703", "Nambour", |
|
47173
|
|
|
|
|
|
|
"617485842", "Byfield", |
|
47174
|
|
|
|
|
|
|
"617442517", "Camooweal", |
|
47175
|
|
|
|
|
|
|
"618680129", "Bow\ Bridge", |
|
47176
|
|
|
|
|
|
|
"6188429", "Adelaide", |
|
47177
|
|
|
|
|
|
|
"618982258", "Denbarker", |
|
47178
|
|
|
|
|
|
|
"618763737", "Sheringa", |
|
47179
|
|
|
|
|
|
|
"61888046", "Hallett", |
|
47180
|
|
|
|
|
|
|
"61256398", "Lismore", |
|
47181
|
|
|
|
|
|
|
"61891120", "Wittenoom", |
|
47182
|
|
|
|
|
|
|
"618753383", "Yumali", |
|
47183
|
|
|
|
|
|
|
"61740145", "Walsh\ River", |
|
47184
|
|
|
|
|
|
|
"61357558", "Harrietville", |
|
47185
|
|
|
|
|
|
|
"618967631", "Beacon\ North", |
|
47186
|
|
|
|
|
|
|
"61269284", "Wantabadgery", |
|
47187
|
|
|
|
|
|
|
"61340385", "Mallan", |
|
47188
|
|
|
|
|
|
|
"61877036", "Padthaway", |
|
47189
|
|
|
|
|
|
|
"61741736", "Johnstown\ West", |
|
47190
|
|
|
|
|
|
|
"617480698", "Duaringa", |
|
47191
|
|
|
|
|
|
|
"61890960", "Mount\ Beaumont", |
|
47192
|
|
|
|
|
|
|
"613442083", "Redesdale", |
|
47193
|
|
|
|
|
|
|
"618660931", "Wubin", |
|
47194
|
|
|
|
|
|
|
"61357734", "Yarck", |
|
47195
|
|
|
|
|
|
|
"61285206", "Engadine", |
|
47196
|
|
|
|
|
|
|
"612574765", "Bunnor", |
|
47197
|
|
|
|
|
|
|
"61358466", "Undera", |
|
47198
|
|
|
|
|
|
|
"61741909", "Brooweena", |
|
47199
|
|
|
|
|
|
|
"61887486", "Western\ Flat", |
|
47200
|
|
|
|
|
|
|
"612593908", "Hillston", |
|
47201
|
|
|
|
|
|
|
"61243079", "Gosford", |
|
47202
|
|
|
|
|
|
|
"61354682", "Dunolly", |
|
47203
|
|
|
|
|
|
|
"61266977", "Maclean", |
|
47204
|
|
|
|
|
|
|
"61754124", "Woodbine", |
|
47205
|
|
|
|
|
|
|
"618763753", "Wilpena", |
|
47206
|
|
|
|
|
|
|
"61363199", "Glengarry", |
|
47207
|
|
|
|
|
|
|
"61354011", "Buckrabanyule", |
|
47208
|
|
|
|
|
|
|
"61353870", "Polkemmet", |
|
47209
|
|
|
|
|
|
|
"61887208", "Taratap", |
|
47210
|
|
|
|
|
|
|
"61355461", "Derrinallum", |
|
47211
|
|
|
|
|
|
|
"61356364", "Warragul", |
|
47212
|
|
|
|
|
|
|
"613553912", "Mount\ Richmond", |
|
47213
|
|
|
|
|
|
|
"61753019", "Caloundra", |
|
47214
|
|
|
|
|
|
|
"61265025", "Byabarra", |
|
47215
|
|
|
|
|
|
|
"6188335", "Salisbury", |
|
47216
|
|
|
|
|
|
|
"61749830", "Clermont", |
|
47217
|
|
|
|
|
|
|
"61263102", "Hampton", |
|
47218
|
|
|
|
|
|
|
"61356400", "Wonthaggi", |
|
47219
|
|
|
|
|
|
|
"61889874", "Alyangula", |
|
47220
|
|
|
|
|
|
|
"613470692", "King\ Valley", |
|
47221
|
|
|
|
|
|
|
"6174614", "Toowoomba", |
|
47222
|
|
|
|
|
|
|
"61247836", "Mulgoa", |
|
47223
|
|
|
|
|
|
|
"61263159", "Gooloogong", |
|
47224
|
|
|
|
|
|
|
"61358107", "Yalca", |
|
47225
|
|
|
|
|
|
|
"61242638", "Helensburgh", |
|
47226
|
|
|
|
|
|
|
"61741566", "Rosedale", |
|
47227
|
|
|
|
|
|
|
"61877220", "Keilira", |
|
47228
|
|
|
|
|
|
|
"6186555", "Perth", |
|
47229
|
|
|
|
|
|
|
"612631794", "Canowindra", |
|
47230
|
|
|
|
|
|
|
"61357564", "Seymour", |
|
47231
|
|
|
|
|
|
|
"61896710", "Wongan\ Hills", |
|
47232
|
|
|
|
|
|
|
"61362582", "Hermitage", |
|
47233
|
|
|
|
|
|
|
"61888584", "Balaklava", |
|
47234
|
|
|
|
|
|
|
"61896175", "Talbot\ Brook", |
|
47235
|
|
|
|
|
|
|
"61741952", "Tansey", |
|
47236
|
|
|
|
|
|
|
"61263742", "Gulgong", |
|
47237
|
|
|
|
|
|
|
"61737282", "Brisbane", |
|
47238
|
|
|
|
|
|
|
"61355974", "Hamilton", |
|
47239
|
|
|
|
|
|
|
"612530091", "Cumnock", |
|
47240
|
|
|
|
|
|
|
"61265367", "Krambach", |
|
47241
|
|
|
|
|
|
|
"612685800", "Coolabah", |
|
47242
|
|
|
|
|
|
|
"61352125", "Aireys\ Inlet", |
|
47243
|
|
|
|
|
|
|
"61238183", "Tarago", |
|
47244
|
|
|
|
|
|
|
"612583562", "Weetaliba", |
|
47245
|
|
|
|
|
|
|
"61864934", "Spearwood", |
|
47246
|
|
|
|
|
|
|
"61255608", "Rawdon\ Vale", |
|
47247
|
|
|
|
|
|
|
"61899334", "Eneabba", |
|
47248
|
|
|
|
|
|
|
"61899071", "Leeman", |
|
47249
|
|
|
|
|
|
|
"61260656", "Howlong", |
|
47250
|
|
|
|
|
|
|
"61359274", "Pakenham", |
|
47251
|
|
|
|
|
|
|
"61264617", "Candelo", |
|
47252
|
|
|
|
|
|
|
"61891456", "Christmas\ Island", |
|
47253
|
|
|
|
|
|
|
"61743234", "Pialba", |
|
47254
|
|
|
|
|
|
|
"612582453", "Bobadah", |
|
47255
|
|
|
|
|
|
|
"618903325", "Holleton", |
|
47256
|
|
|
|
|
|
|
"61263880", "Bylong", |
|
47257
|
|
|
|
|
|
|
"613451076", "Penshurst", |
|
47258
|
|
|
|
|
|
|
"61887829", "Lochaber", |
|
47259
|
|
|
|
|
|
|
"61245899", "Windsor", |
|
47260
|
|
|
|
|
|
|
"61255305", "Jerrys\ Plains", |
|
47261
|
|
|
|
|
|
|
"61740705", "Lakeland", |
|
47262
|
|
|
|
|
|
|
"61867150", "Busselton", |
|
47263
|
|
|
|
|
|
|
"61899955", "Mount\ George", |
|
47264
|
|
|
|
|
|
|
"61247602", "Penrith", |
|
47265
|
|
|
|
|
|
|
"61747131", "Millaroo", |
|
47266
|
|
|
|
|
|
|
"61753143", "Caloundra", |
|
47267
|
|
|
|
|
|
|
"617451519", "Auburn", |
|
47268
|
|
|
|
|
|
|
"61895138", "Mount\ Helena", |
|
47269
|
|
|
|
|
|
|
"61264672", "Eden", |
|
47270
|
|
|
|
|
|
|
"61355090", "Heywood", |
|
47271
|
|
|
|
|
|
|
"613470910", "Bright", |
|
47272
|
|
|
|
|
|
|
"61867157", "Boyup\ Brook", |
|
47273
|
|
|
|
|
|
|
"618753442", "Two\ Wells", |
|
47274
|
|
|
|
|
|
|
"612532875", "Bathurst", |
|
47275
|
|
|
|
|
|
|
"61887224", "Cannawigara", |
|
47276
|
|
|
|
|
|
|
"613546026", "Redesdale", |
|
47277
|
|
|
|
|
|
|
"61263887", "Galong", |
|
47278
|
|
|
|
|
|
|
"6135869", "Picola", |
|
47279
|
|
|
|
|
|
|
"613451006", "Lake\ Mundi", |
|
47280
|
|
|
|
|
|
|
"61887739", "Mount\ Gambier", |
|
47281
|
|
|
|
|
|
|
"617452632", "Nobby", |
|
47282
|
|
|
|
|
|
|
"613532392", "Telopea\ Downs", |
|
47283
|
|
|
|
|
|
|
"61267118", "Moona\ Plains", |
|
47284
|
|
|
|
|
|
|
"61355097", "Lismore", |
|
47285
|
|
|
|
|
|
|
"61754108", "Kalbar", |
|
47286
|
|
|
|
|
|
|
"61740102", "Minnamoolka", |
|
47287
|
|
|
|
|
|
|
"61879383", "Alice\ Springs", |
|
47288
|
|
|
|
|
|
|
"61868111", "Moodiarrup", |
|
47289
|
|
|
|
|
|
|
"61359572", "Healesville", |
|
47290
|
|
|
|
|
|
|
"61743532", "Chahpingah", |
|
47291
|
|
|
|
|
|
|
"618903286", "Bruce\ Rock", |
|
47292
|
|
|
|
|
|
|
"613442243", "Strathfieldsaye", |
|
47293
|
|
|
|
|
|
|
"61250107", "Barnawartha", |
|
47294
|
|
|
|
|
|
|
"6173299", "Beenleigh", |
|
47295
|
|
|
|
|
|
|
"61741489", "Tiaro", |
|
47296
|
|
|
|
|
|
|
"61264610", "Bendoc", |
|
47297
|
|
|
|
|
|
|
"61745009", "Charleville", |
|
47298
|
|
|
|
|
|
|
"61899949", "Pindar\ South", |
|
47299
|
|
|
|
|
|
|
"61868222", "Arthur\ River", |
|
47300
|
|
|
|
|
|
|
"61889633", "Tennant\ Creek", |
|
47301
|
|
|
|
|
|
|
"61878152", "Paskeville", |
|
47302
|
|
|
|
|
|
|
"617485906", "Willows", |
|
47303
|
|
|
|
|
|
|
"61356166", "Foster", |
|
47304
|
|
|
|
|
|
|
"6135154", "Orbost", |
|
47305
|
|
|
|
|
|
|
"618864610", "Redhill", |
|
47306
|
|
|
|
|
|
|
"61263145", "Maimuru", |
|
47307
|
|
|
|
|
|
|
"618982987", "Boscabel", |
|
47308
|
|
|
|
|
|
|
"61265404", "Hunter\ Springs", |
|
47309
|
|
|
|
|
|
|
"612685870", "Alectown", |
|
47310
|
|
|
|
|
|
|
"61888791", "Burra", |
|
47311
|
|
|
|
|
|
|
"61341066", "Traralgon", |
|
47312
|
|
|
|
|
|
|
"61265360", "Putty", |
|
47313
|
|
|
|
|
|
|
"617480228", "Comet", |
|
47314
|
|
|
|
|
|
|
"618864655", "Coober\ Pedy", |
|
47315
|
|
|
|
|
|
|
"61745713", "Toowoomba", |
|
47316
|
|
|
|
|
|
|
"61358100", "Wakool", |
|
47317
|
|
|
|
|
|
|
"61268872", "Dubbo", |
|
47318
|
|
|
|
|
|
|
"61756771", "Beaudesert", |
|
47319
|
|
|
|
|
|
|
"61885796", "Tailem\ Bend", |
|
47320
|
|
|
|
|
|
|
"61752039", "Moore", |
|
47321
|
|
|
|
|
|
|
"61260165", "Tallangatta", |
|
47322
|
|
|
|
|
|
|
"61877171", "Avenue\ Range", |
|
47323
|
|
|
|
|
|
|
"61249994", "Wards\ River", |
|
47324
|
|
|
|
|
|
|
"61877227", "Lucindale\ South", |
|
47325
|
|
|
|
|
|
|
"612532722", "Yetholme", |
|
47326
|
|
|
|
|
|
|
"61266970", "Tyringham", |
|
47327
|
|
|
|
|
|
|
"612593978", "Hillston", |
|
47328
|
|
|
|
|
|
|
"61894819", "Perth", |
|
47329
|
|
|
|
|
|
|
"618985488", "Ravensthorpe\ West", |
|
47330
|
|
|
|
|
|
|
"61356407", "Icy\ Creek", |
|
47331
|
|
|
|
|
|
|
"612583658", "Yarragrin", |
|
47332
|
|
|
|
|
|
|
"618660715", "Quairading", |
|
47333
|
|
|
|
|
|
|
"618993039", "Exmouth", |
|
47334
|
|
|
|
|
|
|
"61749837", "Emerald", |
|
47335
|
|
|
|
|
|
|
"6174844", "Gladstone", |
|
47336
|
|
|
|
|
|
|
"61885263", "Karoonda", |
|
47337
|
|
|
|
|
|
|
"61351990", "Rosedale", |
|
47338
|
|
|
|
|
|
|
"61353877", "Bacchus\ Marsh", |
|
47339
|
|
|
|
|
|
|
"6135942", "Pakenham", |
|
47340
|
|
|
|
|
|
|
"61259125", "Humula", |
|
47341
|
|
|
|
|
|
|
"61269889", "Coolamon", |
|
47342
|
|
|
|
|
|
|
"61260729", "Tallangatta", |
|
47343
|
|
|
|
|
|
|
"61265691", "Stuarts\ Point", |
|
47344
|
|
|
|
|
|
|
"612574849", "Barwick", |
|
47345
|
|
|
|
|
|
|
"618967094", "Yorkrakine", |
|
47346
|
|
|
|
|
|
|
"61269582", "Narrandera", |
|
47347
|
|
|
|
|
|
|
"61741826", "Maidenwell", |
|
47348
|
|
|
|
|
|
|
"61361419", "Dunalley", |
|
47349
|
|
|
|
|
|
|
"613572915", "Broadford", |
|
47350
|
|
|
|
|
|
|
"618660750", "Coomallo", |
|
47351
|
|
|
|
|
|
|
"61878109", "Curramulka", |
|
47352
|
|
|
|
|
|
|
"61255624", "Castle\ Rock", |
|
47353
|
|
|
|
|
|
|
"61267501", "Mungindi", |
|
47354
|
|
|
|
|
|
|
"61890967", "Scaddan\ West", |
|
47355
|
|
|
|
|
|
|
"61746499", "Atholwood", |
|
47356
|
|
|
|
|
|
|
"61898475", "Broomehill", |
|
47357
|
|
|
|
|
|
|
"61740742", "Peninsula", |
|
47358
|
|
|
|
|
|
|
"61255342", "Port\ Macquarie", |
|
47359
|
|
|
|
|
|
|
"6128414", "Avalon\ Beach", |
|
47360
|
|
|
|
|
|
|
"61745052", "Jimbour", |
|
47361
|
|
|
|
|
|
|
"61259606", "Bunda", |
|
47362
|
|
|
|
|
|
|
"61256021", "Woodburn", |
|
47363
|
|
|
|
|
|
|
"61887862", "Rendelsham", |
|
47364
|
|
|
|
|
|
|
"61257016", "Aberfoyle", |
|
47365
|
|
|
|
|
|
|
"61351074", "Goongerah", |
|
47366
|
|
|
|
|
|
|
"61269150", "Sandigo", |
|
47367
|
|
|
|
|
|
|
"6126616", "Lismore", |
|
47368
|
|
|
|
|
|
|
"61891127", "Leopold", |
|
47369
|
|
|
|
|
|
|
"61266094", "Tabulam", |
|
47370
|
|
|
|
|
|
|
"61747076", "Giru", |
|
47371
|
|
|
|
|
|
|
"618763425", "Yunta", |
|
47372
|
|
|
|
|
|
|
"61887569", "Keith", |
|
47373
|
|
|
|
|
|
|
"617441399", "Georgina", |
|
47374
|
|
|
|
|
|
|
"61891271", "Fitzroy\ Crossing", |
|
47375
|
|
|
|
|
|
|
"61742570", "Walsh\ River", |
|
47376
|
|
|
|
|
|
|
"61889963", "Nhulunbuy", |
|
47377
|
|
|
|
|
|
|
"61248385", "Marulan", |
|
47378
|
|
|
|
|
|
|
"61734756", "Kooringal", |
|
47379
|
|
|
|
|
|
|
"61898078", "Dongolocking", |
|
47380
|
|
|
|
|
|
|
"61885979", "Renmark", |
|
47381
|
|
|
|
|
|
|
"61896343", "Badgingarra", |
|
47382
|
|
|
|
|
|
|
"61740159", "Peninsula", |
|
47383
|
|
|
|
|
|
|
"61342012", "Lara", |
|
47384
|
|
|
|
|
|
|
"61899136", "Upper\ Gascoyne", |
|
47385
|
|
|
|
|
|
|
"61367240", "Whitemark", |
|
47386
|
|
|
|
|
|
|
"612982", "Liverpool", |
|
47387
|
|
|
|
|
|
|
"6175594", "Southport", |
|
47388
|
|
|
|
|
|
|
"61358882", "Finley", |
|
47389
|
|
|
|
|
|
|
"61745347", "North\ Star", |
|
47390
|
|
|
|
|
|
|
"61255057", "Stuarts\ Point", |
|
47391
|
|
|
|
|
|
|
"6174063", "Innisfail", |
|
47392
|
|
|
|
|
|
|
"61268182", "Mandagery", |
|
47393
|
|
|
|
|
|
|
"61258139", "Grawin", |
|
47394
|
|
|
|
|
|
|
"61352063", "Inverleigh", |
|
47395
|
|
|
|
|
|
|
"618680029", "Arthur\ River", |
|
47396
|
|
|
|
|
|
|
"617452299", "Ravensbourne", |
|
47397
|
|
|
|
|
|
|
"618996894", "Three\ Springs", |
|
47398
|
|
|
|
|
|
|
"612593765", "Bundure", |
|
47399
|
|
|
|
|
|
|
"617458991", "Crows\ Nest", |
|
47400
|
|
|
|
|
|
|
"61753713", "Kilkivan", |
|
47401
|
|
|
|
|
|
|
"61258525", "Dubbo", |
|
47402
|
|
|
|
|
|
|
"618964418", "Badgingarra", |
|
47403
|
|
|
|
|
|
|
"61746965", "Goombungee", |
|
47404
|
|
|
|
|
|
|
"61742502", "Georgetown", |
|
47405
|
|
|
|
|
|
|
"61364516", "Yolla", |
|
47406
|
|
|
|
|
|
|
"61249059", "Bulahdelah", |
|
47407
|
|
|
|
|
|
|
"61352897", "Aireys\ Inlet", |
|
47408
|
|
|
|
|
|
|
"612574908", "Breeza", |
|
47409
|
|
|
|
|
|
|
"61889386", "Tiwi", |
|
47410
|
|
|
|
|
|
|
"61744422", "Cloncurry", |
|
47411
|
|
|
|
|
|
|
"61353268", "Crymelon", |
|
47412
|
|
|
|
|
|
|
"61898609", "Yealering", |
|
47413
|
|
|
|
|
|
|
"61263112", "Orange", |
|
47414
|
|
|
|
|
|
|
"61257191", "Tamworth", |
|
47415
|
|
|
|
|
|
|
"61356410", "Buffalo", |
|
47416
|
|
|
|
|
|
|
"61351662", "Morwell", |
|
47417
|
|
|
|
|
|
|
"61753009", "Kilkivan", |
|
47418
|
|
|
|
|
|
|
"61898536", "Narrogin", |
|
47419
|
|
|
|
|
|
|
"618600241", "Korbelka", |
|
47420
|
|
|
|
|
|
|
"613574730", "Thoona", |
|
47421
|
|
|
|
|
|
|
"61887218", "Mount\ Gambier", |
|
47422
|
|
|
|
|
|
|
"613546090", "Amphitheatre", |
|
47423
|
|
|
|
|
|
|
"618903373", "Shackleton", |
|
47424
|
|
|
|
|
|
|
"61269353", "Coolac", |
|
47425
|
|
|
|
|
|
|
"61354001", "Bendigo", |
|
47426
|
|
|
|
|
|
|
"61267124", "Tamworth", |
|
47427
|
|
|
|
|
|
|
"618661008", "Studleigh", |
|
47428
|
|
|
|
|
|
|
"61743590", "Lowmead", |
|
47429
|
|
|
|
|
|
|
"618867765", "Peterborough", |
|
47430
|
|
|
|
|
|
|
"618683611", "Jacup", |
|
47431
|
|
|
|
|
|
|
"61387443", "Werribee\/Point\ Cook", |
|
47432
|
|
|
|
|
|
|
"6129772", "Bankstown", |
|
47433
|
|
|
|
|
|
|
"618856782", "Culburra", |
|
47434
|
|
|
|
|
|
|
"61263221", "Woodstock", |
|
47435
|
|
|
|
|
|
|
"61741919", "Bundaberg", |
|
47436
|
|
|
|
|
|
|
"617459502", "Culgoa", |
|
47437
|
|
|
|
|
|
|
"61285216", "Engadine", |
|
47438
|
|
|
|
|
|
|
"618763852", "Caltowie", |
|
47439
|
|
|
|
|
|
|
"6174671", "Goondiwindi", |
|
47440
|
|
|
|
|
|
|
"61343097", "Bacchus\ Marsh", |
|
47441
|
|
|
|
|
|
|
"61263177", "Neville", |
|
47442
|
|
|
|
|
|
|
"6139106", "Melbourne", |
|
47443
|
|
|
|
|
|
|
"61896140", "Lancelin", |
|
47444
|
|
|
|
|
|
|
"61268550", "Wirrinya", |
|
47445
|
|
|
|
|
|
|
"61878261", "Wedge", |
|
47446
|
|
|
|
|
|
|
"61266959", "Rappville", |
|
47447
|
|
|
|
|
|
|
"6138672", "Melbourne", |
|
47448
|
|
|
|
|
|
|
"61753347", "Caloundra", |
|
47449
|
|
|
|
|
|
|
"61898766", "Walyurin", |
|
47450
|
|
|
|
|
|
|
"6189983", "Mount\ George", |
|
47451
|
|
|
|
|
|
|
"61248441", "Woodhouselee", |
|
47452
|
|
|
|
|
|
|
"61897434", "Capel", |
|
47453
|
|
|
|
|
|
|
"61259241", "Griffith", |
|
47454
|
|
|
|
|
|
|
"618964960", "Bolgart", |
|
47455
|
|
|
|
|
|
|
"61868096", "Pumphreys", |
|
47456
|
|
|
|
|
|
|
"617750381", "North\ Star", |
|
47457
|
|
|
|
|
|
|
"61268800", "Yarragrin", |
|
47458
|
|
|
|
|
|
|
"618852071", "Hamley\ Bridge", |
|
47459
|
|
|
|
|
|
|
"618863956", "Sheringa", |
|
47460
|
|
|
|
|
|
|
"61358172", "Conargo", |
|
47461
|
|
|
|
|
|
|
"61240362", "Newcastle", |
|
47462
|
|
|
|
|
|
|
"61353254", "Streatham", |
|
47463
|
|
|
|
|
|
|
"6186424", "Perth", |
|
47464
|
|
|
|
|
|
|
"61876419", "Elliston", |
|
47465
|
|
|
|
|
|
|
"617442963", "Karumba", |
|
47466
|
|
|
|
|
|
|
"61743023", "Boondooma", |
|
47467
|
|
|
|
|
|
|
"6173454", "Ipswich", |
|
47468
|
|
|
|
|
|
|
"61353845", "Ballarat", |
|
47469
|
|
|
|
|
|
|
"618753206", "Waikerie", |
|
47470
|
|
|
|
|
|
|
"61357151", "Yarck", |
|
47471
|
|
|
|
|
|
|
"61875266", "Mallala", |
|
47472
|
|
|
|
|
|
|
"61342448", "Geelong", |
|
47473
|
|
|
|
|
|
|
"617486566", "Proserpine", |
|
47474
|
|
|
|
|
|
|
"618866986", "Laura", |
|
47475
|
|
|
|
|
|
|
"61358117", "Caldwell", |
|
47476
|
|
|
|
|
|
|
"618763403", "Sheringa", |
|
47477
|
|
|
|
|
|
|
"61746635", "Macalister", |
|
47478
|
|
|
|
|
|
|
"61753052", "Imbil", |
|
47479
|
|
|
|
|
|
|
"61265163", "Toorooka", |
|
47480
|
|
|
|
|
|
|
"61745375", "Dulacca", |
|
47481
|
|
|
|
|
|
|
"61898652", "Lake\ Grace", |
|
47482
|
|
|
|
|
|
|
"612683963", "Rocky\ Glen", |
|
47483
|
|
|
|
|
|
|
"61269179", "Humula", |
|
47484
|
|
|
|
|
|
|
"613531790", "Buninyong", |
|
47485
|
|
|
|
|
|
|
"618866914", "Marla", |
|
47486
|
|
|
|
|
|
|
"61255315", "Castle\ Rock", |
|
47487
|
|
|
|
|
|
|
"61740715", "Mutchilba", |
|
47488
|
|
|
|
|
|
|
"61897087", "Pemberton", |
|
47489
|
|
|
|
|
|
|
"61359500", "Rosebud", |
|
47490
|
|
|
|
|
|
|
"613451176", "Harrow", |
|
47491
|
|
|
|
|
|
|
"617476591", "Mount\ Fox", |
|
47492
|
|
|
|
|
|
|
"6189534", "Mandurah", |
|
47493
|
|
|
|
|
|
|
"613451343", "Portland", |
|
47494
|
|
|
|
|
|
|
"61351932", "Buchan", |
|
47495
|
|
|
|
|
|
|
"61742559", "Cairns", |
|
47496
|
|
|
|
|
|
|
"61342045", "Apollo\ Bay", |
|
47497
|
|
|
|
|
|
|
"61264607", "Ando", |
|
47498
|
|
|
|
|
|
|
"61740170", "Mareeba", |
|
47499
|
|
|
|
|
|
|
"61383752", "Point\ Cook", |
|
47500
|
|
|
|
|
|
|
"61745678", "Kumbarilla", |
|
47501
|
|
|
|
|
|
|
"61255941", "Taree", |
|
47502
|
|
|
|
|
|
|
"61880134", "Dolo", |
|
47503
|
|
|
|
|
|
|
"61897671", "Dinninup", |
|
47504
|
|
|
|
|
|
|
"61358303", "Deniliquin", |
|
47505
|
|
|
|
|
|
|
"612574163", "Sandy\ Flat", |
|
47506
|
|
|
|
|
|
|
"613432127", "Bacchus\ Marsh", |
|
47507
|
|
|
|
|
|
|
"61250110", "Corryong", |
|
47508
|
|
|
|
|
|
|
"61255618", "Widden\ Valley", |
|
47509
|
|
|
|
|
|
|
"618964441", "Coomallo", |
|
47510
|
|
|
|
|
|
|
"61264600", "Bendoc", |
|
47511
|
|
|
|
|
|
|
"61749892", "Yeppoon", |
|
47512
|
|
|
|
|
|
|
"61740177", "Maryfarms", |
|
47513
|
|
|
|
|
|
|
"61745019", "Mount\ Tyson", |
|
47514
|
|
|
|
|
|
|
"61879254", "Petermann", |
|
47515
|
|
|
|
|
|
|
"61740221", "Malanda", |
|
47516
|
|
|
|
|
|
|
"613532261", "Rainbow", |
|
47517
|
|
|
|
|
|
|
"618854576", "Waikerie", |
|
47518
|
|
|
|
|
|
|
"61878043", "Clare", |
|
47519
|
|
|
|
|
|
|
"6189257", "Kalamunda", |
|
47520
|
|
|
|
|
|
|
"61256439", "Mullumbimby", |
|
47521
|
|
|
|
|
|
|
"6128737", "Sydney", |
|
47522
|
|
|
|
|
|
|
"61250117", "Corowa", |
|
47523
|
|
|
|
|
|
|
"61255079", "Port\ Macquarie", |
|
47524
|
|
|
|
|
|
|
"61387841", "Dandenong", |
|
47525
|
|
|
|
|
|
|
"61749599", "Mackay", |
|
47526
|
|
|
|
|
|
|
"61889184", "Daly", |
|
47527
|
|
|
|
|
|
|
"61259063", "Tarcutta", |
|
47528
|
|
|
|
|
|
|
"61868101", "Arthur\ River", |
|
47529
|
|
|
|
|
|
|
"61890253", "Kalgoorlie", |
|
47530
|
|
|
|
|
|
|
"61367275", "Fingal", |
|
47531
|
|
|
|
|
|
|
"61754118", "Woodbine", |
|
47532
|
|
|
|
|
|
|
"61740112", "Mount\ Garnet", |
|
47533
|
|
|
|
|
|
|
"61885388", "Berri", |
|
47534
|
|
|
|
|
|
|
"61340441", "Ouyen", |
|
47535
|
|
|
|
|
|
|
"618850895", "Taldra", |
|
47536
|
|
|
|
|
|
|
"61267108", "Rocky\ Creek", |
|
47537
|
|
|
|
|
|
|
"617486160", "Baralaba", |
|
47538
|
|
|
|
|
|
|
"61897080", "Nannup", |
|
47539
|
|
|
|
|
|
|
"617452629", "Allora", |
|
47540
|
|
|
|
|
|
|
"617476451", "Charters\ Towers", |
|
47541
|
|
|
|
|
|
|
"61359507", "Red\ Hill", |
|
47542
|
|
|
|
|
|
|
"61342059", "Swan\ Marsh", |
|
47543
|
|
|
|
|
|
|
"618660113", "Meckering", |
|
47544
|
|
|
|
|
|
|
"61887916", "Makin", |
|
47545
|
|
|
|
|
|
|
"61886921", "Yeelanna", |
|
47546
|
|
|
|
|
|
|
"61250172", "Holbrook", |
|
47547
|
|
|
|
|
|
|
"61244178", "Batemans\ Bay", |
|
47548
|
|
|
|
|
|
|
"61364098", "Waratah", |
|
47549
|
|
|
|
|
|
|
"617486881", "Westwood", |
|
47550
|
|
|
|
|
|
|
"61373006", "Craigieburn", |
|
47551
|
|
|
|
|
|
|
"61353966", "Bangerang", |
|
47552
|
|
|
|
|
|
|
"61382033", "Croydon", |
|
47553
|
|
|
|
|
|
|
"618683648", "Nyabing", |
|
47554
|
|
|
|
|
|
|
"618996738", "Morawa", |
|
47555
|
|
|
|
|
|
|
"61891895", "Paraburdoo", |
|
47556
|
|
|
|
|
|
|
"613553626", "Casterton", |
|
47557
|
|
|
|
|
|
|
"61266945", "Hernani", |
|
47558
|
|
|
|
|
|
|
"618763473", "Laura", |
|
47559
|
|
|
|
|
|
|
"618903680", "Bullfinch", |
|
47560
|
|
|
|
|
|
|
"61745703", "Chinchilla", |
|
47561
|
|
|
|
|
|
|
"61358110", "Mabins\ Well", |
|
47562
|
|
|
|
|
|
|
"617459893", "Robinson\ Gorge", |
|
47563
|
|
|
|
|
|
|
"61350946", "Underbool", |
|
47564
|
|
|
|
|
|
|
"61755165", "Beechmont", |
|
47565
|
|
|
|
|
|
|
"61358775", "Blighty", |
|
47566
|
|
|
|
|
|
|
"61351629", "Swifts\ Creek", |
|
47567
|
|
|
|
|
|
|
"61364495", "Yolla", |
|
47568
|
|
|
|
|
|
|
"61266311", "Coutts\ Crossing", |
|
47569
|
|
|
|
|
|
|
"618660854", "Dowerin", |
|
47570
|
|
|
|
|
|
|
"61353552", "Ararat", |
|
47571
|
|
|
|
|
|
|
"61753340", "Gympie", |
|
47572
|
|
|
|
|
|
|
"61264064", "Jindabyne\ South", |
|
47573
|
|
|
|
|
|
|
"61887033", "Keilira", |
|
47574
|
|
|
|
|
|
|
"61344086", "Bendigo", |
|
47575
|
|
|
|
|
|
|
"61353859", "Minyip", |
|
47576
|
|
|
|
|
|
|
"61268807", "Tooraweenah", |
|
47577
|
|
|
|
|
|
|
"6136700", "Launceston", |
|
47578
|
|
|
|
|
|
|
"618763516", "Wilmington", |
|
47579
|
|
|
|
|
|
|
"61263170", "Mudgee", |
|
47580
|
|
|
|
|
|
|
"61341603", "Swifts\ Creek", |
|
47581
|
|
|
|
|
|
|
"61356472", "San\ Remo", |
|
47582
|
|
|
|
|
|
|
"61264455", "Cooma", |
|
47583
|
|
|
|
|
|
|
"61355032", "Casterton", |
|
47584
|
|
|
|
|
|
|
"612532823", "Cowra", |
|
47585
|
|
|
|
|
|
|
"61343090", "Ballarat", |
|
47586
|
|
|
|
|
|
|
"61878119", "Paskeville", |
|
47587
|
|
|
|
|
|
|
"61741351", "Burnett", |
|
47588
|
|
|
|
|
|
|
"612685774", "Lightning\ Ridge", |
|
47589
|
|
|
|
|
|
|
"61851085", "Wittenoom", |
|
47590
|
|
|
|
|
|
|
"618850192", "Yumali", |
|
47591
|
|
|
|
|
|
|
"61361409", "Southwest", |
|
47592
|
|
|
|
|
|
|
"61745143", "Freestone", |
|
47593
|
|
|
|
|
|
|
"618996945", "Mount\ George", |
|
47594
|
|
|
|
|
|
|
"61353509", "Streatham", |
|
47595
|
|
|
|
|
|
|
"61261492", "Cavan", |
|
47596
|
|
|
|
|
|
|
"618996726", "Guranu", |
|
47597
|
|
|
|
|
|
|
"618752507", "Truro", |
|
47598
|
|
|
|
|
|
|
"61896147", "Miling", |
|
47599
|
|
|
|
|
|
|
"61891323", "Millstream", |
|
47600
|
|
|
|
|
|
|
"618600999", "Burracoppin", |
|
47601
|
|
|
|
|
|
|
"613441916", "Llanelly", |
|
47602
|
|
|
|
|
|
|
"61350139", "Boundary\ Bend", |
|
47603
|
|
|
|
|
|
|
"61347038", "Swanpool", |
|
47604
|
|
|
|
|
|
|
"61356417", "Mirboo\ North", |
|
47605
|
|
|
|
|
|
|
"61299434", "Terrey\ Hills", |
|
47606
|
|
|
|
|
|
|
"61879268", "Darwin", |
|
47607
|
|
|
|
|
|
|
"61257285", "Tenterden", |
|
47608
|
|
|
|
|
|
|
"618764004", "Streaky\ Bay", |
|
47609
|
|
|
|
|
|
|
"6139563", "Melbourne", |
|
47610
|
|
|
|
|
|
|
"613450589", "South\ Purrumbete", |
|
47611
|
|
|
|
|
|
|
"618661078", "Watheroo", |
|
47612
|
|
|
|
|
|
|
"61743597", "Mount\ Perry", |
|
47613
|
|
|
|
|
|
|
"618763644", "Kelly", |
|
47614
|
|
|
|
|
|
|
"618903303", "Corrigin", |
|
47615
|
|
|
|
|
|
|
"61350525", "Anabranch", |
|
47616
|
|
|
|
|
|
|
"61263715", "Mudgee", |
|
47617
|
|
|
|
|
|
|
"613441984", "Charlton", |
|
47618
|
|
|
|
|
|
|
"612574978", "Uralla", |
|
47619
|
|
|
|
|
|
|
"618967806", "Jelkobine", |
|
47620
|
|
|
|
|
|
|
"61896885", "Bibby\ Springs", |
|
47621
|
|
|
|
|
|
|
"61248843", "Paddys\ River", |
|
47622
|
|
|
|
|
|
|
"61260023", "Culcairn", |
|
47623
|
|
|
|
|
|
|
"618904270", "Wilgoyne", |
|
47624
|
|
|
|
|
|
|
"618600764", "Laverton", |
|
47625
|
|
|
|
|
|
|
"61342002", "Colac", |
|
47626
|
|
|
|
|
|
|
"61851206", "Dampier", |
|
47627
|
|
|
|
|
|
|
"61341299", "Mount\ Taylor", |
|
47628
|
|
|
|
|
|
|
"61264058", "Eden", |
|
47629
|
|
|
|
|
|
|
"61860056", "Mukinbudin", |
|
47630
|
|
|
|
|
|
|
"618683588", "Bremer\ Bay", |
|
47631
|
|
|
|
|
|
|
"61353636", "Clear\ Lake", |
|
47632
|
|
|
|
|
|
|
"61867179", "Pemberton", |
|
47633
|
|
|
|
|
|
|
"61749676", "Cannon\ Valley", |
|
47634
|
|
|
|
|
|
|
"61742204", "South\ Johnstone", |
|
47635
|
|
|
|
|
|
|
"618858597", "Peake", |
|
47636
|
|
|
|
|
|
|
"618903540", "Leonora", |
|
47637
|
|
|
|
|
|
|
"6174968", "Mackay", |
|
47638
|
|
|
|
|
|
|
"61257006", "Spring\ Plains", |
|
47639
|
|
|
|
|
|
|
"618762608", "Mudamuckla", |
|
47640
|
|
|
|
|
|
|
"61268785", "Ginghet", |
|
47641
|
|
|
|
|
|
|
"61267748", "Armidale", |
|
47642
|
|
|
|
|
|
|
"61259616", "Merriwagga", |
|
47643
|
|
|
|
|
|
|
"6138349", "Craigieburn", |
|
47644
|
|
|
|
|
|
|
"61899720", "Gutha\ West", |
|
47645
|
|
|
|
|
|
|
"61890880", "Kalgoorlie", |
|
47646
|
|
|
|
|
|
|
"61351083", "Lakes\ Entrance", |
|
47647
|
|
|
|
|
|
|
"61886267", "Streaky\ Bay", |
|
47648
|
|
|
|
|
|
|
"61887459", "Tarpeena", |
|
47649
|
|
|
|
|
|
|
"61355403", "Camperdown", |
|
47650
|
|
|
|
|
|
|
"6189844", "Albany", |
|
47651
|
|
|
|
|
|
|
"612593722", "Sandigo", |
|
47652
|
|
|
|
|
|
|
"61344070", "Harcourt", |
|
47653
|
|
|
|
|
|
|
"61264190", "Bemboka", |
|
47654
|
|
|
|
|
|
|
"617480516", "Finch\ Hatton", |
|
47655
|
|
|
|
|
|
|
"61267395", "Tenterfield", |
|
47656
|
|
|
|
|
|
|
"6124305", "Wyong", |
|
47657
|
|
|
|
|
|
|
"612583416", "Condobolin", |
|
47658
|
|
|
|
|
|
|
"618683131", "Bokerup", |
|
47659
|
|
|
|
|
|
|
"613546207", "Avoca", |
|
47660
|
|
|
|
|
|
|
"612532978", "Millthorpe", |
|
47661
|
|
|
|
|
|
|
"612530246", "Galong", |
|
47662
|
|
|
|
|
|
|
"6138729", "Werribee", |
|
47663
|
|
|
|
|
|
|
"617750320", "Chinchilla", |
|
47664
|
|
|
|
|
|
|
"6139517", "Melbourne", |
|
47665
|
|
|
|
|
|
|
"61265508", "Mount\ George", |
|
47666
|
|
|
|
|
|
|
"613431716", "Laharum", |
|
47667
|
|
|
|
|
|
|
"61740967", "Malanda", |
|
47668
|
|
|
|
|
|
|
"61748475", "Mackay", |
|
47669
|
|
|
|
|
|
|
"61350679", "Annuello", |
|
47670
|
|
|
|
|
|
|
"61253088", "Glen\ Davis", |
|
47671
|
|
|
|
|
|
|
"618993928", "Ajana", |
|
47672
|
|
|
|
|
|
|
"618967011", "Meckering", |
|
47673
|
|
|
|
|
|
|
"61362506", "Colebrook", |
|
47674
|
|
|
|
|
|
|
"61267698", "Currabubula", |
|
47675
|
|
|
|
|
|
|
"617480473", "Colston\ Park", |
|
47676
|
|
|
|
|
|
|
"61880833", "Menindee", |
|
47677
|
|
|
|
|
|
|
"61756027", "Tamborine\ Mountain", |
|
47678
|
|
|
|
|
|
|
"61343158", "Natimuk", |
|
47679
|
|
|
|
|
|
|
"61251211", "Gundaroo", |
|
47680
|
|
|
|
|
|
|
"6126059", "Albury", |
|
47681
|
|
|
|
|
|
|
"61895052", "Mount\ Wells", |
|
47682
|
|
|
|
|
|
|
"61877329", "Port\ Macdonnell", |
|
47683
|
|
|
|
|
|
|
"61897076", "Marybrook", |
|
47684
|
|
|
|
|
|
|
"612594013", "Tumbarumba", |
|
47685
|
|
|
|
|
|
|
"613431784", "Laharum", |
|
47686
|
|
|
|
|
|
|
"61741271", "Biggenden", |
|
47687
|
|
|
|
|
|
|
"61741127", "Proston", |
|
47688
|
|
|
|
|
|
|
"612574823", "Sandy\ Flat", |
|
47689
|
|
|
|
|
|
|
"618867722", "Carrieton", |
|
47690
|
|
|
|
|
|
|
"61748078", "Tungamull", |
|
47691
|
|
|
|
|
|
|
"61251122", "Canberra", |
|
47692
|
|
|
|
|
|
|
"61890159", "Mount\ Beaumont", |
|
47693
|
|
|
|
|
|
|
"617487118", "Duaringa", |
|
47694
|
|
|
|
|
|
|
"61256053", "Mullumbimby", |
|
47695
|
|
|
|
|
|
|
"61284175", "Dural", |
|
47696
|
|
|
|
|
|
|
"61341332", "Licola", |
|
47697
|
|
|
|
|
|
|
"61261585", "Uriarra\ Forest", |
|
47698
|
|
|
|
|
|
|
"61258018", "Borah\ Tank", |
|
47699
|
|
|
|
|
|
|
"612583195", "Nyngan", |
|
47700
|
|
|
|
|
|
|
"61356520", "Mirboo\ North", |
|
47701
|
|
|
|
|
|
|
"612573400", "Ingleba", |
|
47702
|
|
|
|
|
|
|
"61246022", "Campbelltown", |
|
47703
|
|
|
|
|
|
|
"6139208", "Melbourne", |
|
47704
|
|
|
|
|
|
|
"61749136", "Yeppoon", |
|
47705
|
|
|
|
|
|
|
"613573067", "Kinglake", |
|
47706
|
|
|
|
|
|
|
"612574739", "Warialda", |
|
47707
|
|
|
|
|
|
|
"61265111", "Putty", |
|
47708
|
|
|
|
|
|
|
"61247130", "Mulgoa", |
|
47709
|
|
|
|
|
|
|
"61354539", "Tullakool", |
|
47710
|
|
|
|
|
|
|
"61747543", "Cape\ River", |
|
47711
|
|
|
|
|
|
|
"61356093", "Icy\ Creek", |
|
47712
|
|
|
|
|
|
|
"61358929", "Numurkah", |
|
47713
|
|
|
|
|
|
|
"617459051", "Quilpie", |
|
47714
|
|
|
|
|
|
|
"61341193", "Heyfield", |
|
47715
|
|
|
|
|
|
|
"613572666", "Buffalo\ River", |
|
47716
|
|
|
|
|
|
|
"61753531", "Kilcoy", |
|
47717
|
|
|
|
|
|
|
"61354125", "Tennyson", |
|
47718
|
|
|
|
|
|
|
"61740637", "Euramo", |
|
47719
|
|
|
|
|
|
|
"61261073", "The\ Mullion", |
|
47720
|
|
|
|
|
|
|
"61357320", "Bright", |
|
47721
|
|
|
|
|
|
|
"612593875", "Barellan", |
|
47722
|
|
|
|
|
|
|
"61890102", "Karloning", |
|
47723
|
|
|
|
|
|
|
"61265222", "Glendonbrook", |
|
47724
|
|
|
|
|
|
|
"61889377", "Borroloola", |
|
47725
|
|
|
|
|
|
|
"618763630", "Everard", |
|
47726
|
|
|
|
|
|
|
"618967766", "Beverley\ West", |
|
47727
|
|
|
|
|
|
|
"61756668", "Tweed\ Heads", |
|
47728
|
|
|
|
|
|
|
"61268116", "Warren", |
|
47729
|
|
|
|
|
|
|
"61363078", "Scottsdale", |
|
47730
|
|
|
|
|
|
|
"61356867", "Poowong", |
|
47731
|
|
|
|
|
|
|
"61260689", "Albury", |
|
47732
|
|
|
|
|
|
|
"618600804", "Burracoppin\ South", |
|
47733
|
|
|
|
|
|
|
"61876135", "Roxby\ Downs", |
|
47734
|
|
|
|
|
|
|
"61888908", "Braemer", |
|
47735
|
|
|
|
|
|
|
"61263960", "Twelve\ Mile", |
|
47736
|
|
|
|
|
|
|
"6135289", "Lorne", |
|
47737
|
|
|
|
|
|
|
"613442229", "Marong", |
|
47738
|
|
|
|
|
|
|
"61886188", "Port\ Broughton", |
|
47739
|
|
|
|
|
|
|
"618903291", "Bullaring", |
|
47740
|
|
|
|
|
|
|
"61878213", "Kadina", |
|
47741
|
|
|
|
|
|
|
"61340144", "Boundary\ Bend", |
|
47742
|
|
|
|
|
|
|
"61265858", "Telegraph\ Point", |
|
47743
|
|
|
|
|
|
|
"61746772", "North\ Star", |
|
47744
|
|
|
|
|
|
|
"61879031", "Daly", |
|
47745
|
|
|
|
|
|
|
"612583892", "Coonabarabran", |
|
47746
|
|
|
|
|
|
|
"61879374", "Simpson", |
|
47747
|
|
|
|
|
|
|
"61269922", "Lachlan", |
|
47748
|
|
|
|
|
|
|
"61263186", "Orange", |
|
47749
|
|
|
|
|
|
|
"612570138", "Cuttabri", |
|
47750
|
|
|
|
|
|
|
"61875178", "Waikerie", |
|
47751
|
|
|
|
|
|
|
"61351575", "Bruthen", |
|
47752
|
|
|
|
|
|
|
"61343164", "Telopea\ Downs", |
|
47753
|
|
|
|
|
|
|
"618600196", "Bruce\ Rock", |
|
47754
|
|
|
|
|
|
|
"618852884", "Victor\ Harbor", |
|
47755
|
|
|
|
|
|
|
"618903534", "Leinster", |
|
47756
|
|
|
|
|
|
|
"618996979", "Eneabba", |
|
47757
|
|
|
|
|
|
|
"618682159", "Lake\ King", |
|
47758
|
|
|
|
|
|
|
"61266595", "Bellingen", |
|
47759
|
|
|
|
|
|
|
"61267823", "Willow\ Tree", |
|
47760
|
|
|
|
|
|
|
"61363475", "Rossarden", |
|
47761
|
|
|
|
|
|
|
"61890373", "Leinster", |
|
47762
|
|
|
|
|
|
|
"61367355", "St\ Helens", |
|
47763
|
|
|
|
|
|
|
"61887402", "Cannawigara", |
|
47764
|
|
|
|
|
|
|
"61364150", "Gordon", |
|
47765
|
|
|
|
|
|
|
"61891566", "Derby", |
|
47766
|
|
|
|
|
|
|
"612685864", "Widgeland", |
|
47767
|
|
|
|
|
|
|
"61358632", "Tocumwal", |
|
47768
|
|
|
|
|
|
|
"6173499", "Samford", |
|
47769
|
|
|
|
|
|
|
"61364157", "Devonport", |
|
47770
|
|
|
|
|
|
|
"618996909", "Wiluna", |
|
47771
|
|
|
|
|
|
|
"61862349", "Fremantle", |
|
47772
|
|
|
|
|
|
|
"61359283", "Koo\ Wee\ Rup", |
|
47773
|
|
|
|
|
|
|
"61745844", "Thallon", |
|
47774
|
|
|
|
|
|
|
"618967048", "Kalannie\ East", |
|
47775
|
|
|
|
|
|
|
"61342215", "Inverleigh", |
|
47776
|
|
|
|
|
|
|
"613451332", "Macarthur", |
|
47777
|
|
|
|
|
|
|
"61898199", "Arthur\ River", |
|
47778
|
|
|
|
|
|
|
"61367349", "Mole\ Creek", |
|
47779
|
|
|
|
|
|
|
"61746175", "Cambooya", |
|
47780
|
|
|
|
|
|
|
"61752108", "Maroon", |
|
47781
|
|
|
|
|
|
|
"612979", "Bankstown", |
|
47782
|
|
|
|
|
|
|
"6139803", "Ringwood", |
|
47783
|
|
|
|
|
|
|
"61256115", "Ballina", |
|
47784
|
|
|
|
|
|
|
"612530014", "Lue\/Blayney\/Boorowa\/Bribbaree", |
|
47785
|
|
|
|
|
|
|
"618600874", "Bullfinch", |
|
47786
|
|
|
|
|
|
|
"61251169", "Rye\ Park", |
|
47787
|
|
|
|
|
|
|
"61363619", "Mathinna", |
|
47788
|
|
|
|
|
|
|
"61357454", "Tatong", |
|
47789
|
|
|
|
|
|
|
"61255591", "Taree", |
|
47790
|
|
|
|
|
|
|
"61356860", "Toora", |
|
47791
|
|
|
|
|
|
|
"61749334", "Rockhampton", |
|
47792
|
|
|
|
|
|
|
"61749071", "Miclere", |
|
47793
|
|
|
|
|
|
|
"61258233", "Teridgerie", |
|
47794
|
|
|
|
|
|
|
"61889370", "Noonamah", |
|
47795
|
|
|
|
|
|
|
"61741456", "Bunker", |
|
47796
|
|
|
|
|
|
|
"6186401", "Wanneroo", |
|
47797
|
|
|
|
|
|
|
"61754039", "Rosevale", |
|
47798
|
|
|
|
|
|
|
"612685688", "Goodooga", |
|
47799
|
|
|
|
|
|
|
"61392131", "Dandenong", |
|
47800
|
|
|
|
|
|
|
"6173070", "Brisbane", |
|
47801
|
|
|
|
|
|
|
"61347043", "Violet\ Town", |
|
47802
|
|
|
|
|
|
|
"61269639", "Barellan", |
|
47803
|
|
|
|
|
|
|
"612530086", "Cudal", |
|
47804
|
|
|
|
|
|
|
"61259011", "Goolgowi", |
|
47805
|
|
|
|
|
|
|
"61263967", "Euchareena", |
|
47806
|
|
|
|
|
|
|
"61749955", "Biloela", |
|
47807
|
|
|
|
|
|
|
"61749687", "Walkerston", |
|
47808
|
|
|
|
|
|
|
"61897131", "Dinninup\ North", |
|
47809
|
|
|
|
|
|
|
"61358806", "Conargo", |
|
47810
|
|
|
|
|
|
|
"61248144", "Lost\ River", |
|
47811
|
|
|
|
|
|
|
"61888573", "Arthurton", |
|
47812
|
|
|
|
|
|
|
"61247137", "Katoomba", |
|
47813
|
|
|
|
|
|
|
"61877362", "Makin", |
|
47814
|
|
|
|
|
|
|
"612593805", "Milbrulong", |
|
47815
|
|
|
|
|
|
|
"61238174", "Gundillion", |
|
47816
|
|
|
|
|
|
|
"617487141", "Mount\ Coolon", |
|
47817
|
|
|
|
|
|
|
"61357327", "Mount\ Beauty", |
|
47818
|
|
|
|
|
|
|
"61756236", "Kerry", |
|
47819
|
|
|
|
|
|
|
"61745138", "Brymaroo", |
|
47820
|
|
|
|
|
|
|
"61887048", "Laffer", |
|
47821
|
|
|
|
|
|
|
"61265269", "Denman", |
|
47822
|
|
|
|
|
|
|
"61350415", "Robinvale", |
|
47823
|
|
|
|
|
|
|
"617480110", "Spier", |
|
47824
|
|
|
|
|
|
|
"61740186", "Herberton", |
|
47825
|
|
|
|
|
|
|
"613531811", "Daylesford", |
|
47826
|
|
|
|
|
|
|
"61888085", "Port\ Wakefield", |
|
47827
|
|
|
|
|
|
|
"61269273", "Coolamon", |
|
47828
|
|
|
|
|
|
|
"61734789", "Bribie\ Island", |
|
47829
|
|
|
|
|
|
|
"617486820", "Calliope", |
|
47830
|
|
|
|
|
|
|
"617459917", "Warrego", |
|
47831
|
|
|
|
|
|
|
"618601058", "Bruce\ Rock", |
|
47832
|
|
|
|
|
|
|
"61356527", "Warragul", |
|
47833
|
|
|
|
|
|
|
"61887982", "Port\ Macdonnell", |
|
47834
|
|
|
|
|
|
|
"6188595", "Renmark", |
|
47835
|
|
|
|
|
|
|
"61268314", "Carinda", |
|
47836
|
|
|
|
|
|
|
"613450605", "Camperdown", |
|
47837
|
|
|
|
|
|
|
"61889901", "Davenport", |
|
47838
|
|
|
|
|
|
|
"61244793", "Batemans\ Bay", |
|
47839
|
|
|
|
|
|
|
"61864891", "Perth", |
|
47840
|
|
|
|
|
|
|
"61756020", "Beaudesert", |
|
47841
|
|
|
|
|
|
|
"61358962", "Cobram", |
|
47842
|
|
|
|
|
|
|
"6173316", "Brisbane", |
|
47843
|
|
|
|
|
|
|
"61357065", "Kilmore", |
|
47844
|
|
|
|
|
|
|
"61248704", "Robertson", |
|
47845
|
|
|
|
|
|
|
"61741120", "Nanango", |
|
47846
|
|
|
|
|
|
|
"61890145", "Mukinbudin", |
|
47847
|
|
|
|
|
|
|
"618965635", "Ejanding", |
|
47848
|
|
|
|
|
|
|
"613470858", "Alexandra", |
|
47849
|
|
|
|
|
|
|
"61888206", "Clare", |
|
47850
|
|
|
|
|
|
|
"61269856", "Warralonga", |
|
47851
|
|
|
|
|
|
|
"61362922", "Geeveston", |
|
47852
|
|
|
|
|
|
|
"612583503", "Coolabah", |
|
47853
|
|
|
|
|
|
|
"61350018", "Balranald", |
|
47854
|
|
|
|
|
|
|
"61344012", "Boort", |
|
47855
|
|
|
|
|
|
|
"61887445", "Tintinara", |
|
47856
|
|
|
|
|
|
|
"61891909", "Port\ Hedland", |
|
47857
|
|
|
|
|
|
|
"61740960", "Herberton", |
|
47858
|
|
|
|
|
|
|
"61885201", "Two\ Wells", |
|
47859
|
|
|
|
|
|
|
"61879176", "Victoria\ River", |
|
47860
|
|
|
|
|
|
|
"618903621", "Scaddan\ West", |
|
47861
|
|
|
|
|
|
|
"61868025", "Manypeaks", |
|
47862
|
|
|
|
|
|
|
"61886260", "Wirrulla", |
|
47863
|
|
|
|
|
|
|
"61899727", "Guranu", |
|
47864
|
|
|
|
|
|
|
"61890887", "Collurabbie", |
|
47865
|
|
|
|
|
|
|
"613546277", "Harcourt", |
|
47866
|
|
|
|
|
|
|
"612685548", "Bedgerebong", |
|
47867
|
|
|
|
|
|
|
"612532908", "Lithgow", |
|
47868
|
|
|
|
|
|
|
"61265973", "Smithtown", |
|
47869
|
|
|
|
|
|
|
"618683567", "Walyurin", |
|
47870
|
|
|
|
|
|
|
"61340346", "Murrayville", |
|
47871
|
|
|
|
|
|
|
"61264197", "Adaminaby", |
|
47872
|
|
|
|
|
|
|
"618763847", "Yunta", |
|
47873
|
|
|
|
|
|
|
"6187918", "Darwin", |
|
47874
|
|
|
|
|
|
|
"61878038", "Booborowie", |
|
47875
|
|
|
|
|
|
|
"61344077", "Moonambel", |
|
47876
|
|
|
|
|
|
|
"61749033", "Capella", |
|
47877
|
|
|
|
|
|
|
"613451054", "Darlington", |
|
47878
|
|
|
|
|
|
|
"61264482", "Eucumbene", |
|
47879
|
|
|
|
|
|
|
"61258271", "Double\ Peaks", |
|
47880
|
|
|
|
|
|
|
"61746469", "Wallumbilla", |
|
47881
|
|
|
|
|
|
|
"61890997", "Mount\ Walker\ South", |
|
47882
|
|
|
|
|
|
|
"61885536", "Penneshaw", |
|
47883
|
|
|
|
|
|
|
"61258127", "Coalbaggie", |
|
47884
|
|
|
|
|
|
|
"61851052", "Sandfire", |
|
47885
|
|
|
|
|
|
|
"61353073", "Streatham", |
|
47886
|
|
|
|
|
|
|
"61359142", "Rosebud", |
|
47887
|
|
|
|
|
|
|
"61342256", "Geelong", |
|
47888
|
|
|
|
|
|
|
"61899477", "Cue", |
|
47889
|
|
|
|
|
|
|
"61266600", "Casino", |
|
47890
|
|
|
|
|
|
|
"613470144", "Flowerdale", |
|
47891
|
|
|
|
|
|
|
"612582514", "Rocky\ Glen", |
|
47892
|
|
|
|
|
|
|
"61748211", "Gargett", |
|
47893
|
|
|
|
|
|
|
"618660094", "Dalwallinu\ West", |
|
47894
|
|
|
|
|
|
|
"617452379", "Tambo", |
|
47895
|
|
|
|
|
|
|
"61256156", "Kyogle", |
|
47896
|
|
|
|
|
|
|
"61742700", "Mareeba", |
|
47897
|
|
|
|
|
|
|
"618967750", "Beverley", |
|
47898
|
|
|
|
|
|
|
"61734692", "Kooringal", |
|
47899
|
|
|
|
|
|
|
"617459053", "Robinson\ Gorge", |
|
47900
|
|
|
|
|
|
|
"61392173", "Craigieburn", |
|
47901
|
|
|
|
|
|
|
"61741018", "Booyal", |
|
47902
|
|
|
|
|
|
|
"61730502", "Ipswich", |
|
47903
|
|
|
|
|
|
|
"61340583", "Underbool", |
|
47904
|
|
|
|
|
|
|
"61885293", "Windsor", |
|
47905
|
|
|
|
|
|
|
"61255276", "Kempsey", |
|
47906
|
|
|
|
|
|
|
"61897173", "Harvey", |
|
47907
|
|
|
|
|
|
|
"61268666", "Yeoval", |
|
47908
|
|
|
|
|
|
|
"618967715", "Wyalkatchem", |
|
47909
|
|
|
|
|
|
|
"61251078", "Anembo", |
|
47910
|
|
|
|
|
|
|
"61748122", "Mount\ Larcom", |
|
47911
|
|
|
|
|
|
|
"61257252", "Pallamallawa", |
|
47912
|
|
|
|
|
|
|
"61748835", "Mackay", |
|
47913
|
|
|
|
|
|
|
"612593678", "Carabost", |
|
47914
|
|
|
|
|
|
|
"61745216", "Muttaburra", |
|
47915
|
|
|
|
|
|
|
"6128671", "Blacktown", |
|
47916
|
|
|
|
|
|
|
"61756118", "Ormeau", |
|
47917
|
|
|
|
|
|
|
"61896852", "Bencubbin", |
|
47918
|
|
|
|
|
|
|
"61267771", "Walcha", |
|
47919
|
|
|
|
|
|
|
"61749916", "Yeppoon", |
|
47920
|
|
|
|
|
|
|
"613441255", "Barham", |
|
47921
|
|
|
|
|
|
|
"61350120", "Pooncarie", |
|
47922
|
|
|
|
|
|
|
"617459037", "Miles", |
|
47923
|
|
|
|
|
|
|
"61264945", "Tathra", |
|
47924
|
|
|
|
|
|
|
"61864981", "Spearwood", |
|
47925
|
|
|
|
|
|
|
"618680118", "Varley", |
|
47926
|
|
|
|
|
|
|
"61897302", "Nannup", |
|
47927
|
|
|
|
|
|
|
"61249387", "Branxton", |
|
47928
|
|
|
|
|
|
|
"613442120", "Gowar\ East", |
|
47929
|
|
|
|
|
|
|
"61240330", "Maitland", |
|
47930
|
|
|
|
|
|
|
"618903293", "Bullaring", |
|
47931
|
|
|
|
|
|
|
"61238002", "Bevendale", |
|
47932
|
|
|
|
|
|
|
"612532537", "Leadville", |
|
47933
|
|
|
|
|
|
|
"61896559", "Wannamal", |
|
47934
|
|
|
|
|
|
|
"618964432", "Bidaminna", |
|
47935
|
|
|
|
|
|
|
"61268149", "Farrendale", |
|
47936
|
|
|
|
|
|
|
"61743281", "Mount\ Perry", |
|
47937
|
|
|
|
|
|
|
"61266064", "Lawrence", |
|
47938
|
|
|
|
|
|
|
"61747184", "Doomadgee", |
|
47939
|
|
|
|
|
|
|
"617458817", "Jundah", |
|
47940
|
|
|
|
|
|
|
"61887599", "Lucindale\ South", |
|
47941
|
|
|
|
|
|
|
"61355325", "Edenhope", |
|
47942
|
|
|
|
|
|
|
"613441210", "Gisborne", |
|
47943
|
|
|
|
|
|
|
"61357653", "Thoona", |
|
47944
|
|
|
|
|
|
|
"61268752", "Collie", |
|
47945
|
|
|
|
|
|
|
"61887892", "Bangham", |
|
47946
|
|
|
|
|
|
|
"61741415", "Maidenwell", |
|
47947
|
|
|
|
|
|
|
"61351186", "Cabbage\ Tree\ Creek", |
|
47948
|
|
|
|
|
|
|
"61264311", "Ando", |
|
47949
|
|
|
|
|
|
|
"61885609", "Tanunda", |
|
47950
|
|
|
|
|
|
|
"61244141", "Nowra", |
|
47951
|
|
|
|
|
|
|
"6188768", "Robe", |
|
47952
|
|
|
|
|
|
|
"61885652", "Sedan", |
|
47953
|
|
|
|
|
|
|
"61353757", "Navarre", |
|
47954
|
|
|
|
|
|
|
"61351630", "Dargo", |
|
47955
|
|
|
|
|
|
|
"618683133", "Boscabel", |
|
47956
|
|
|
|
|
|
|
"618864337", "Mambray\ Creek", |
|
47957
|
|
|
|
|
|
|
"61268936", "Myamley", |
|
47958
|
|
|
|
|
|
|
"618856724", "Swan\ Reach", |
|
47959
|
|
|
|
|
|
|
"61340478", "Mittyack", |
|
47960
|
|
|
|
|
|
|
"6173296", "Brisbane", |
|
47961
|
|
|
|
|
|
|
"61263083", "Glen\ Davis", |
|
47962
|
|
|
|
|
|
|
"61248319", "Binda", |
|
47963
|
|
|
|
|
|
|
"61355067", "Dunkeld", |
|
47964
|
|
|
|
|
|
|
"61350456", "Pan\ Ban", |
|
47965
|
|
|
|
|
|
|
"6188834", "Port\ Victoria", |
|
47966
|
|
|
|
|
|
|
"61896502", "Lancelin", |
|
47967
|
|
|
|
|
|
|
"613431765", "Broughton", |
|
47968
|
|
|
|
|
|
|
"61238059", "Bowral", |
|
47969
|
|
|
|
|
|
|
"618967013", "Meckering", |
|
47970
|
|
|
|
|
|
|
"61898950", "Hopetoun", |
|
47971
|
|
|
|
|
|
|
"61342380", "Torquay", |
|
47972
|
|
|
|
|
|
|
"61875022", "Kapunda", |
|
47973
|
|
|
|
|
|
|
"61896809", "Pantapin", |
|
47974
|
|
|
|
|
|
|
"6135866", "Nathalia", |
|
47975
|
|
|
|
|
|
|
"61265931", "Rawdon\ Vale", |
|
47976
|
|
|
|
|
|
|
"612594011", "Tooma", |
|
47977
|
|
|
|
|
|
|
"61266058", "Hernani", |
|
47978
|
|
|
|
|
|
|
"61340075", "Mallan", |
|
47979
|
|
|
|
|
|
|
"61260195", "Coppabella", |
|
47980
|
|
|
|
|
|
|
"61885766", "Lameroo", |
|
47981
|
|
|
|
|
|
|
"61885447", "Walker\ Flat", |
|
47982
|
|
|
|
|
|
|
"612574821", "Rocky\ Creek", |
|
47983
|
|
|
|
|
|
|
"61742140", "Cairns", |
|
47984
|
|
|
|
|
|
|
"61257209", "Graman", |
|
47985
|
|
|
|
|
|
|
"618683157", "Hyden", |
|
47986
|
|
|
|
|
|
|
"61866017", "Beacon\ North", |
|
47987
|
|
|
|
|
|
|
"6128394", "Sydney", |
|
47988
|
|
|
|
|
|
|
"617486959", "Rockhampton", |
|
47989
|
|
|
|
|
|
|
"61268013", "Dubbo", |
|
47990
|
|
|
|
|
|
|
"613532310", "Ballan", |
|
47991
|
|
|
|
|
|
|
"61363211", "Bridport", |
|
47992
|
|
|
|
|
|
|
"61261176", "Gundaroo", |
|
47993
|
|
|
|
|
|
|
"61269815", "Gundagai", |
|
47994
|
|
|
|
|
|
|
"6173488", "Cleveland", |
|
47995
|
|
|
|
|
|
|
"61367114", "Emita", |
|
47996
|
|
|
|
|
|
|
"61341096", "Combienbar", |
|
47997
|
|
|
|
|
|
|
"61888761", "Maitland", |
|
47998
|
|
|
|
|
|
|
"6128457", "Terrey\ Hills", |
|
47999
|
|
|
|
|
|
|
"61356196", "Poowong", |
|
48000
|
|
|
|
|
|
|
"61851009", "Karratha", |
|
48001
|
|
|
|
|
|
|
"61361485", "Nubeena", |
|
48002
|
|
|
|
|
|
|
"61256420", "Ballina", |
|
48003
|
|
|
|
|
|
|
"61388221", "Ringwood", |
|
48004
|
|
|
|
|
|
|
"61363122", "St\ Marys", |
|
48005
|
|
|
|
|
|
|
"61340319", "Turriff", |
|
48006
|
|
|
|
|
|
|
"61265397", "Forster", |
|
48007
|
|
|
|
|
|
|
"618996712", "Balla", |
|
48008
|
|
|
|
|
|
|
"61748169", "Rockhampton", |
|
48009
|
|
|
|
|
|
|
"61256427", "Dorrigo", |
|
48010
|
|
|
|
|
|
|
"618600232", "Goldfields", |
|
48011
|
|
|
|
|
|
|
"613531813", "Daylesford", |
|
48012
|
|
|
|
|
|
|
"61742147", "Torres", |
|
48013
|
|
|
|
|
|
|
"61359105", "Cranbourne", |
|
48014
|
|
|
|
|
|
|
"613442096", "Woodend", |
|
48015
|
|
|
|
|
|
|
"61256354", "Coutts\ Crossing", |
|
48016
|
|
|
|
|
|
|
"61259278", "Barellan", |
|
48017
|
|
|
|
|
|
|
"61885440", "Victor\ Harbor", |
|
48018
|
|
|
|
|
|
|
"61746044", "Cecil\ Plains", |
|
48019
|
|
|
|
|
|
|
"61746422", "Toowoomba", |
|
48020
|
|
|
|
|
|
|
"613451424", "Dunkeld", |
|
48021
|
|
|
|
|
|
|
"61756453", "Ormeau", |
|
48022
|
|
|
|
|
|
|
"613441922", "Mitiamo", |
|
48023
|
|
|
|
|
|
|
"61355604", "Lismore", |
|
48024
|
|
|
|
|
|
|
"61260792", "Ournie", |
|
48025
|
|
|
|
|
|
|
"61753085", "Kia\ Ora", |
|
48026
|
|
|
|
|
|
|
"6124820", "Marulan", |
|
48027
|
|
|
|
|
|
|
"612583501", "Collie", |
|
48028
|
|
|
|
|
|
|
"61352976", "Winchelsea\ South", |
|
48029
|
|
|
|
|
|
|
"61898957", "Kuringup", |
|
48030
|
|
|
|
|
|
|
"61898685", "Pumphreys", |
|
48031
|
|
|
|
|
|
|
"612583287", "Naradhan", |
|
48032
|
|
|
|
|
|
|
"61356001", "Buffalo", |
|
48033
|
|
|
|
|
|
|
"618753396", "Gurrai", |
|
48034
|
|
|
|
|
|
|
"613470610", "Strathbogie", |
|
48035
|
|
|
|
|
|
|
"61351384", "Yinnar", |
|
48036
|
|
|
|
|
|
|
"61897648", "Bridgetown", |
|
48037
|
|
|
|
|
|
|
"61355060", "Dorodong", |
|
48038
|
|
|
|
|
|
|
"61896204", "Wongan\ Hills", |
|
48039
|
|
|
|
|
|
|
"61392345", "Melbourne", |
|
48040
|
|
|
|
|
|
|
"61745641", "Tambo", |
|
48041
|
|
|
|
|
|
|
"6135298", "Geelong", |
|
48042
|
|
|
|
|
|
|
"61341101", "Goongerah", |
|
48043
|
|
|
|
|
|
|
"6173734", "Brisbane", |
|
48044
|
|
|
|
|
|
|
"61248075", "Tuena", |
|
48045
|
|
|
|
|
|
|
"61351637", "Swifts\ Creek", |
|
48046
|
|
|
|
|
|
|
"617473935", "Kalkadoon", |
|
48047
|
|
|
|
|
|
|
"61889754", "Roper\ River", |
|
48048
|
|
|
|
|
|
|
"61898388", "Ravensthorpe\ West", |
|
48049
|
|
|
|
|
|
|
"61353750", "Glenorchy", |
|
48050
|
|
|
|
|
|
|
"61264902", "Bobundara", |
|
48051
|
|
|
|
|
|
|
"61753488", "Wolvi", |
|
48052
|
|
|
|
|
|
|
"618903623", "Scaddan\ West", |
|
48053
|
|
|
|
|
|
|
"61364999", "Burnie", |
|
48054
|
|
|
|
|
|
|
"61392648", "Ringwood", |
|
48055
|
|
|
|
|
|
|
"61238045", "Nerriga", |
|
48056
|
|
|
|
|
|
|
"618989124", "Cuballing", |
|
48057
|
|
|
|
|
|
|
"61753206", "Boonah", |
|
48058
|
|
|
|
|
|
|
"61748646", "Emerald", |
|
48059
|
|
|
|
|
|
|
"61248583", "Tarago", |
|
48060
|
|
|
|
|
|
|
"617750027", "Stanthorpe", |
|
48061
|
|
|
|
|
|
|
"61896545", "Yerecoin", |
|
48062
|
|
|
|
|
|
|
"61268155", "Baradine", |
|
48063
|
|
|
|
|
|
|
"61256368", "Murwillumbah", |
|
48064
|
|
|
|
|
|
|
"61875069", "Riverton", |
|
48065
|
|
|
|
|
|
|
"61240684", "Clarence\ Town", |
|
48066
|
|
|
|
|
|
|
"61879073", "Alyangula", |
|
48067
|
|
|
|
|
|
|
"618992278", "Arrowsmith", |
|
48068
|
|
|
|
|
|
|
"61249380", "Mulbring", |
|
48069
|
|
|
|
|
|
|
"61350271", "Scotia", |
|
48070
|
|
|
|
|
|
|
"612532880", "Burraga", |
|
48071
|
|
|
|
|
|
|
"61256665", "Coffs\ Harbour", |
|
48072
|
|
|
|
|
|
|
"61350127", "Rufus\ River", |
|
48073
|
|
|
|
|
|
|
"61743195", "Monto", |
|
48074
|
|
|
|
|
|
|
"61868299", "Yealering", |
|
48075
|
|
|
|
|
|
|
"61890074", "Gibson", |
|
48076
|
|
|
|
|
|
|
"61363646", "Moltema", |
|
48077
|
|
|
|
|
|
|
"61746586", "Jundah", |
|
48078
|
|
|
|
|
|
|
"613553990", "Woolsthorpe", |
|
48079
|
|
|
|
|
|
|
"61889768", "Pine\ Creek", |
|
48080
|
|
|
|
|
|
|
"61355491", "Edenhope", |
|
48081
|
|
|
|
|
|
|
"613553612", "Timboon", |
|
48082
|
|
|
|
|
|
|
"61356394", "Foster", |
|
48083
|
|
|
|
|
|
|
"61741679", "Moonford", |
|
48084
|
|
|
|
|
|
|
"6126962", "Griffith", |
|
48085
|
|
|
|
|
|
|
"61730926", "Redcliffe", |
|
48086
|
|
|
|
|
|
|
"61261374", "Bungendore", |
|
48087
|
|
|
|
|
|
|
"61363169", "Exeter", |
|
48088
|
|
|
|
|
|
|
"61367316", "Scottsdale", |
|
48089
|
|
|
|
|
|
|
"61753573", "Kia\ Ora", |
|
48090
|
|
|
|
|
|
|
"61754943", "Maleny", |
|
48091
|
|
|
|
|
|
|
"61867231", "Jangardup", |
|
48092
|
|
|
|
|
|
|
"61890990", "Ardath", |
|
48093
|
|
|
|
|
|
|
"61258120", "Gwabegar", |
|
48094
|
|
|
|
|
|
|
"61364776", "Sheffield", |
|
48095
|
|
|
|
|
|
|
"617487143", "Mount\ Larcom", |
|
48096
|
|
|
|
|
|
|
"61358496", "Mathoura", |
|
48097
|
|
|
|
|
|
|
"61268238", "Gilgooma", |
|
48098
|
|
|
|
|
|
|
"618763522", "Yeelanna", |
|
48099
|
|
|
|
|
|
|
"61341518", "Omeo", |
|
48100
|
|
|
|
|
|
|
"6138863", "Ringwood", |
|
48101
|
|
|
|
|
|
|
"61740083", "Lockhart\ River", |
|
48102
|
|
|
|
|
|
|
"612685885", "Bindogundra", |
|
48103
|
|
|
|
|
|
|
"61742707", "Mount\ Surprise", |
|
48104
|
|
|
|
|
|
|
"617452309", "Robinson\ Gorge", |
|
48105
|
|
|
|
|
|
|
"61899470", "Carnarvon", |
|
48106
|
|
|
|
|
|
|
"61266607", "Mallanganee", |
|
48107
|
|
|
|
|
|
|
"617750383", "Omanama", |
|
48108
|
|
|
|
|
|
|
"61899522", "Coorow", |
|
48109
|
|
|
|
|
|
|
"618852073", "Hamley\ Bridge", |
|
48110
|
|
|
|
|
|
|
"617486550", "Marlborough", |
|
48111
|
|
|
|
|
|
|
"61888052", "Kadina", |
|
48112
|
|
|
|
|
|
|
"61340207", "Mallan", |
|
48113
|
|
|
|
|
|
|
"61362054", "Maydena", |
|
48114
|
|
|
|
|
|
|
"618683769", "Porongurup", |
|
48115
|
|
|
|
|
|
|
"61887687", "Reedy\ Creek", |
|
48116
|
|
|
|
|
|
|
"61887955", "Keith", |
|
48117
|
|
|
|
|
|
|
"61250004", "Coppabella", |
|
48118
|
|
|
|
|
|
|
"617476725", "Pentland", |
|
48119
|
|
|
|
|
|
|
"612683602", "Collie", |
|
48120
|
|
|
|
|
|
|
"613545982", "Quambatook", |
|
48121
|
|
|
|
|
|
|
"61359398", "Tankerton", |
|
48122
|
|
|
|
|
|
|
"61886764", "Cummins", |
|
48123
|
|
|
|
|
|
|
"61890789", "Scaddan\ West", |
|
48124
|
|
|
|
|
|
|
"61896995", "Beverley\ West", |
|
48125
|
|
|
|
|
|
|
"617487132", "Koumala", |
|
48126
|
|
|
|
|
|
|
"618863960", "Sleaford\ Mere", |
|
48127
|
|
|
|
|
|
|
"61748979", "Rockhampton", |
|
48128
|
|
|
|
|
|
|
"61355194", "Cavendish", |
|
48129
|
|
|
|
|
|
|
"618763401", "Roxby\ Downs", |
|
48130
|
|
|
|
|
|
|
"61257310", "Mungindi", |
|
48131
|
|
|
|
|
|
|
"618964956", "Yerecoin", |
|
48132
|
|
|
|
|
|
|
"617458614", "Diamondy", |
|
48133
|
|
|
|
|
|
|
"617442961", "Julia\ Creek", |
|
48134
|
|
|
|
|
|
|
"618752938", "Lameroo", |
|
48135
|
|
|
|
|
|
|
"61747370", "Leichhardt\ Range", |
|
48136
|
|
|
|
|
|
|
"61743450", "Gooroolba", |
|
48137
|
|
|
|
|
|
|
"61867054", "Nyamup", |
|
48138
|
|
|
|
|
|
|
"617487029", "Isaac\ River", |
|
48139
|
|
|
|
|
|
|
"61264363", "Thredbo\ Village", |
|
48140
|
|
|
|
|
|
|
"61755479", "Jimboomba", |
|
48141
|
|
|
|
|
|
|
"61756039", "Rathdowney", |
|
48142
|
|
|
|
|
|
|
"61244069", "Berry", |
|
48143
|
|
|
|
|
|
|
"617458686", "Tipton", |
|
48144
|
|
|
|
|
|
|
"61877337", "Thornlea", |
|
48145
|
|
|
|
|
|
|
"61362627", "Brighton", |
|
48146
|
|
|
|
|
|
|
"61890540", "Korbelka", |
|
48147
|
|
|
|
|
|
|
"61259364", "Narrandera", |
|
48148
|
|
|
|
|
|
|
"61354860", "Bendigo", |
|
48149
|
|
|
|
|
|
|
"61748263", "Capella", |
|
48150
|
|
|
|
|
|
|
"612683961", "Rocky\ Glen", |
|
48151
|
|
|
|
|
|
|
"61741139", "Maryborough", |
|
48152
|
|
|
|
|
|
|
"61255168", "Scone", |
|
48153
|
|
|
|
|
|
|
"61261187", "Yass", |
|
48154
|
|
|
|
|
|
|
"6138817", "Melbourne", |
|
48155
|
|
|
|
|
|
|
"612574161", "Rocky\ Creek", |
|
48156
|
|
|
|
|
|
|
"617476593", "Mount\ Fox", |
|
48157
|
|
|
|
|
|
|
"617442602", "Giru", |
|
48158
|
|
|
|
|
|
|
"61352166", "Lara", |
|
48159
|
|
|
|
|
|
|
"61363796", "Lilydale", |
|
48160
|
|
|
|
|
|
|
"613451341", "Poolaijelo", |
|
48161
|
|
|
|
|
|
|
"61350351", "Manangatang", |
|
48162
|
|
|
|
|
|
|
"612593716", "Morundah", |
|
48163
|
|
|
|
|
|
|
"61897874", "Beedelup", |
|
48164
|
|
|
|
|
|
|
"612583422", "Cuttaburra", |
|
48165
|
|
|
|
|
|
|
"617458993", "Cunnamulla", |
|
48166
|
|
|
|
|
|
|
"61364780", "Smithton", |
|
48167
|
|
|
|
|
|
|
"61357944", "Graytown", |
|
48168
|
|
|
|
|
|
|
"61742499", "Edward\ River", |
|
48169
|
|
|
|
|
|
|
"61897798", "Nyamup", |
|
48170
|
|
|
|
|
|
|
"61899208", "Geraldton", |
|
48171
|
|
|
|
|
|
|
"613431172", "Goroke", |
|
48172
|
|
|
|
|
|
|
"61358937", "Wanganella", |
|
48173
|
|
|
|
|
|
|
"61745791", "Wandoan", |
|
48174
|
|
|
|
|
|
|
"61268061", "Goorianawa", |
|
48175
|
|
|
|
|
|
|
"613470536", "Chiltern", |
|
48176
|
|
|
|
|
|
|
"61743308", "Eidsvold", |
|
48177
|
|
|
|
|
|
|
"61740629", "Mount\ Surprise", |
|
48178
|
|
|
|
|
|
|
"618763998", "Redhill", |
|
48179
|
|
|
|
|
|
|
"61358425", "Blighty", |
|
48180
|
|
|
|
|
|
|
"61867068", "Capel", |
|
48181
|
|
|
|
|
|
|
"61745282", "Toowoomba", |
|
48182
|
|
|
|
|
|
|
"61899486", "Yaringa", |
|
48183
|
|
|
|
|
|
|
"613431722", "Marnoo", |
|
48184
|
|
|
|
|
|
|
"61255287", "Howes\ Valley", |
|
48185
|
|
|
|
|
|
|
"61264416", "Bega", |
|
48186
|
|
|
|
|
|
|
"61891657", "Newman", |
|
48187
|
|
|
|
|
|
|
"61891985", "Millstream", |
|
48188
|
|
|
|
|
|
|
"618867784", "Yunta", |
|
48189
|
|
|
|
|
|
|
"61362068", "Oatlands", |
|
48190
|
|
|
|
|
|
|
"61888713", "Paskeville", |
|
48191
|
|
|
|
|
|
|
"61238215", "Yerrinbool", |
|
48192
|
|
|
|
|
|
|
"61341404", "Cabbage\ Tree\ Creek", |
|
48193
|
|
|
|
|
|
|
"61341360", "Combienbar", |
|
48194
|
|
|
|
|
|
|
"61754020", "Esk", |
|
48195
|
|
|
|
|
|
|
"61345084", "Port\ Fairy", |
|
48196
|
|
|
|
|
|
|
"61743605", "Rosedale", |
|
48197
|
|
|
|
|
|
|
"61265066", "Idaville", |
|
48198
|
|
|
|
|
|
|
"61739475", "Brisbane", |
|
48199
|
|
|
|
|
|
|
"61260457", "Tallangatta\ Valley", |
|
48200
|
|
|
|
|
|
|
"618903371", "Shackleton", |
|
48201
|
|
|
|
|
|
|
"61255154", "Smithtown", |
|
48202
|
|
|
|
|
|
|
"61747883", "Giru", |
|
48203
|
|
|
|
|
|
|
"61256510", "Tyalgum", |
|
48204
|
|
|
|
|
|
|
"618683613", "Jerdacuttup", |
|
48205
|
|
|
|
|
|
|
"61358028", "Deniliquin", |
|
48206
|
|
|
|
|
|
|
"618867716", "Wilmington", |
|
48207
|
|
|
|
|
|
|
"61886534", "Terowie", |
|
48208
|
|
|
|
|
|
|
"61364549", "Devonport", |
|
48209
|
|
|
|
|
|
|
"61746570", "Winton", |
|
48210
|
|
|
|
|
|
|
"61880914", "Menindee", |
|
48211
|
|
|
|
|
|
|
"61351112", "Mount\ Taylor", |
|
48212
|
|
|
|
|
|
|
"618600243", "Leinster", |
|
48213
|
|
|
|
|
|
|
"61743126", "Brooweena", |
|
48214
|
|
|
|
|
|
|
"61342174", "Beeac", |
|
48215
|
|
|
|
|
|
|
"61749982", "Baralaba", |
|
48216
|
|
|
|
|
|
|
"618752926", "Copeville", |
|
48217
|
|
|
|
|
|
|
"612593784", "Gunbar", |
|
48218
|
|
|
|
|
|
|
"61746214", "Morven", |
|
48219
|
|
|
|
|
|
|
"61747901", "Ayr", |
|
48220
|
|
|
|
|
|
|
"61868193", "Denmark", |
|
48221
|
|
|
|
|
|
|
"61361294", "Tarraleah", |
|
48222
|
|
|
|
|
|
|
"61891024", "Fitzroy\ Crossing", |
|
48223
|
|
|
|
|
|
|
"61266197", "Thora", |
|
48224
|
|
|
|
|
|
|
"61895908", "Mandurah", |
|
48225
|
|
|
|
|
|
|
"61888009", "Warooka", |
|
48226
|
|
|
|
|
|
|
"61256274", "Nimbin", |
|
48227
|
|
|
|
|
|
|
"61351177", "Heyfield", |
|
48228
|
|
|
|
|
|
|
"61259358", "Wee\ Elwah", |
|
48229
|
|
|
|
|
|
|
"61860015", "Kalgoorlie", |
|
48230
|
|
|
|
|
|
|
"61260642", "Albury", |
|
48231
|
|
|
|
|
|
|
"61266190", "Lismore", |
|
48232
|
|
|
|
|
|
|
"61367411", "Mole\ Creek", |
|
48233
|
|
|
|
|
|
|
"61364555", "Sheffield", |
|
48234
|
|
|
|
|
|
|
"618983358", "Chittinup", |
|
48235
|
|
|
|
|
|
|
"61256572", "Tyringham", |
|
48236
|
|
|
|
|
|
|
"613470130", "Alexandra", |
|
48237
|
|
|
|
|
|
|
"61344183", "Bendigo", |
|
48238
|
|
|
|
|
|
|
"61887136", "Wrattonbully", |
|
48239
|
|
|
|
|
|
|
"61363041", "George\ Town", |
|
48240
|
|
|
|
|
|
|
"61740932", "Mareeba", |
|
48241
|
|
|
|
|
|
|
"61746512", "Barcaldine", |
|
48242
|
|
|
|
|
|
|
"612532821", "Cassilis", |
|
48243
|
|
|
|
|
|
|
"61351170", "Woodside", |
|
48244
|
|
|
|
|
|
|
"61268243", "Warrington", |
|
48245
|
|
|
|
|
|
|
"61361592", "Geeveston", |
|
48246
|
|
|
|
|
|
|
"617476368", "Walker", |
|
48247
|
|
|
|
|
|
|
"61269054", "Marsden", |
|
48248
|
|
|
|
|
|
|
"61899569", "Eneabba", |
|
48249
|
|
|
|
|
|
|
"61886232", "Ungarra", |
|
48250
|
|
|
|
|
|
|
"61895573", "Byford", |
|
48251
|
|
|
|
|
|
|
"6124033", "Newcastle", |
|
48252
|
|
|
|
|
|
|
"61256517", "Woodenbong", |
|
48253
|
|
|
|
|
|
|
"618903301", "Corrigin", |
|
48254
|
|
|
|
|
|
|
"61358391", "Undera", |
|
48255
|
|
|
|
|
|
|
"61746577", "Blackall", |
|
48256
|
|
|
|
|
|
|
"618865825", "Coorabie", |
|
48257
|
|
|
|
|
|
|
"618600785", "Shackleton", |
|
48258
|
|
|
|
|
|
|
"612533055", "Running\ Stream", |
|
48259
|
|
|
|
|
|
|
"61880092", "White\ Cliffs", |
|
48260
|
|
|
|
|
|
|
"61352364", "Birregurra", |
|
48261
|
|
|
|
|
|
|
"618683142", "Cranbrook", |
|
48262
|
|
|
|
|
|
|
"61891650", "De\ Grey", |
|
48263
|
|
|
|
|
|
|
"618862994", "Cummins", |
|
48264
|
|
|
|
|
|
|
"61255280", "Lord\ Howe\ Island", |
|
48265
|
|
|
|
|
|
|
"61754027", "Kalbar", |
|
48266
|
|
|
|
|
|
|
"612583268", "Girilambone", |
|
48267
|
|
|
|
|
|
|
"61260450", "Corryong", |
|
48268
|
|
|
|
|
|
|
"61341367", "Golden\ Beach", |
|
48269
|
|
|
|
|
|
|
"612691988", "Rannock\/Wagga\ Wagga", |
|
48270
|
|
|
|
|
|
|
"617441882", "Cape\ River", |
|
48271
|
|
|
|
|
|
|
"61875141", "Coonalpyn", |
|
48272
|
|
|
|
|
|
|
"61259166", "Batlow", |
|
48273
|
|
|
|
|
|
|
"61358930", "Yalca", |
|
48274
|
|
|
|
|
|
|
"61387644", "Whittlesea", |
|
48275
|
|
|
|
|
|
|
"61364787", "Burnie", |
|
48276
|
|
|
|
|
|
|
"61244444", "Berry", |
|
48277
|
|
|
|
|
|
|
"61244022", "Moruya", |
|
48278
|
|
|
|
|
|
|
"61250028", "Yackandandah", |
|
48279
|
|
|
|
|
|
|
"61247129", "Mount\ Wilson", |
|
48280
|
|
|
|
|
|
|
"61890436", "Corrigin\ West", |
|
48281
|
|
|
|
|
|
|
"61745584", "Taroom", |
|
48282
|
|
|
|
|
|
|
"61354520", "Kerang", |
|
48283
|
|
|
|
|
|
|
"613451318", "Dartmoor", |
|
48284
|
|
|
|
|
|
|
"612533010", "Cassilis", |
|
48285
|
|
|
|
|
|
|
"61878146", "Lochiel", |
|
48286
|
|
|
|
|
|
|
"61741865", "Farnsfield", |
|
48287
|
|
|
|
|
|
|
"6138380", "Point\ Cook", |
|
48288
|
|
|
|
|
|
|
"612594194", "Cowabbie", |
|
48289
|
|
|
|
|
|
|
"61357339", "Harrietville", |
|
48290
|
|
|
|
|
|
|
"61247535", "Penrith", |
|
48291
|
|
|
|
|
|
|
"61367382", "Pyengana", |
|
48292
|
|
|
|
|
|
|
"61863833", "Perth", |
|
48293
|
|
|
|
|
|
|
"613572477", "Mansfield", |
|
48294
|
|
|
|
|
|
|
"61747481", "Camooweal", |
|
48295
|
|
|
|
|
|
|
"61356125", "Mirboo\ North", |
|
48296
|
|
|
|
|
|
|
"61261180", "Binalong", |
|
48297
|
|
|
|
|
|
|
"61895206", "Mount\ Wells", |
|
48298
|
|
|
|
|
|
|
"61749402", "Cannon\ Valley", |
|
48299
|
|
|
|
|
|
|
"61257103", "Wee\ Waa", |
|
48300
|
|
|
|
|
|
|
"618850698", "Paruna", |
|
48301
|
|
|
|
|
|
|
"6138355", "Craigieburn", |
|
48302
|
|
|
|
|
|
|
"6126539", "Taree", |
|
48303
|
|
|
|
|
|
|
"618964443", "Coomallo", |
|
48304
|
|
|
|
|
|
|
"61891008", "Christmas\ Island", |
|
48305
|
|
|
|
|
|
|
"617486156", "Agnes\ Water", |
|
48306
|
|
|
|
|
|
|
"61895488", "Toodyay", |
|
48307
|
|
|
|
|
|
|
"61354093", "Bridgewater", |
|
48308
|
|
|
|
|
|
|
"613532263", "Rainbow", |
|
48309
|
|
|
|
|
|
|
"618854927", "Bow\ Hill", |
|
48310
|
|
|
|
|
|
|
"61341025", "Rosedale", |
|
48311
|
|
|
|
|
|
|
"617476453", "Charters\ Towers", |
|
48312
|
|
|
|
|
|
|
"61890547", "Southern\ Cross", |
|
48313
|
|
|
|
|
|
|
"61898201", "Pingrup", |
|
48314
|
|
|
|
|
|
|
"61877330", "Reedy\ Creek", |
|
48315
|
|
|
|
|
|
|
"618660111", "Koorda", |
|
48316
|
|
|
|
|
|
|
"61362620", "New\ Norfolk", |
|
48317
|
|
|
|
|
|
|
"61240541", "Nelson\ Bay", |
|
48318
|
|
|
|
|
|
|
"612583786", "Coonabarabran", |
|
48319
|
|
|
|
|
|
|
"617486883", "Woorabinda", |
|
48320
|
|
|
|
|
|
|
"61754668", "Laidley", |
|
48321
|
|
|
|
|
|
|
"61260126", "Talgarno", |
|
48322
|
|
|
|
|
|
|
"61358004", "Berrigan", |
|
48323
|
|
|
|
|
|
|
"618753509", "Robertstown", |
|
48324
|
|
|
|
|
|
|
"61269068", "Stockinbingal", |
|
48325
|
|
|
|
|
|
|
"61897633", "Pemberton", |
|
48326
|
|
|
|
|
|
|
"61354867", "Heathcote", |
|
48327
|
|
|
|
|
|
|
"61391032", "Melbourne", |
|
48328
|
|
|
|
|
|
|
"61887949", "Tilley\ Swamp", |
|
48329
|
|
|
|
|
|
|
"618763471", "Koppio", |
|
48330
|
|
|
|
|
|
|
"61257317", "Wenna", |
|
48331
|
|
|
|
|
|
|
"613431805", "Skipton", |
|
48332
|
|
|
|
|
|
|
"61341428", "Licola", |
|
48333
|
|
|
|
|
|
|
"612583714", "Kiacatoo", |
|
48334
|
|
|
|
|
|
|
"61895085", "Mount\ Helena", |
|
48335
|
|
|
|
|
|
|
"613542010", "Dingee", |
|
48336
|
|
|
|
|
|
|
"61342376", "Lorne", |
|
48337
|
|
|
|
|
|
|
"61240718", "East\ Gresford", |
|
48338
|
|
|
|
|
|
|
"61747377", "Burdekin", |
|
48339
|
|
|
|
|
|
|
"61743457", "Manumbar", |
|
48340
|
|
|
|
|
|
|
"61748041", "Mount\ Larcom", |
|
48341
|
|
|
|
|
|
|
"61734742", "Bribie\ Island", |
|
48342
|
|
|
|
|
|
|
"61359021", "Mornington", |
|
48343
|
|
|
|
|
|
|
"6175556", "Southport", |
|
48344
|
|
|
|
|
|
|
"61340200", "Willandra\ Lakes", |
|
48345
|
|
|
|
|
|
|
"61352358", "Beech\ Forest", |
|
48346
|
|
|
|
|
|
|
"61257372", "Graman", |
|
48347
|
|
|
|
|
|
|
"61743324", "Howard", |
|
48348
|
|
|
|
|
|
|
"61264595", "Bombala", |
|
48349
|
|
|
|
|
|
|
"61269465", "Yaven\ Creek", |
|
48350
|
|
|
|
|
|
|
"61745046", "Eschol", |
|
48351
|
|
|
|
|
|
|
"61249174", "Raymond\ Terrace", |
|
48352
|
|
|
|
|
|
|
"617459891", "Quilpie", |
|
48353
|
|
|
|
|
|
|
"61255356", "Coopernook", |
|
48354
|
|
|
|
|
|
|
"61740756", "Peninsula", |
|
48355
|
|
|
|
|
|
|
"613531997", "Kalkee", |
|
48356
|
|
|
|
|
|
|
"61734159", "Russell\ Island", |
|
48357
|
|
|
|
|
|
|
"61268497", "Purlewaugh", |
|
48358
|
|
|
|
|
|
|
"61899224", "Mount\ Magnet", |
|
48359
|
|
|
|
|
|
|
"61747312", "Upper\ Stone", |
|
48360
|
|
|
|
|
|
|
"6173140", "Sandgate", |
|
48361
|
|
|
|
|
|
|
"61260308", "Leicester\ Park", |
|
48362
|
|
|
|
|
|
|
"617473890", "Gulf", |
|
48363
|
|
|
|
|
|
|
"61386522", "Melbourne", |
|
48364
|
|
|
|
|
|
|
"617487129", "Goovigen", |
|
48365
|
|
|
|
|
|
|
"61746545", "Augathella", |
|
48366
|
|
|
|
|
|
|
"618683282", "Kronkup", |
|
48367
|
|
|
|
|
|
|
"61357095", "Myrtleford", |
|
48368
|
|
|
|
|
|
|
"61889671", "Darwin", |
|
48369
|
|
|
|
|
|
|
"61753584", "Nambour", |
|
48370
|
|
|
|
|
|
|
"61257300", "Sandy\ Flat", |
|
48371
|
|
|
|
|
|
|
"61261383", "Uriarra\ Forest", |
|
48372
|
|
|
|
|
|
|
"6173463", "Ipswich", |
|
48373
|
|
|
|
|
|
|
"61886841", "Port\ Lincoln", |
|
48374
|
|
|
|
|
|
|
"61354278", "Woodend", |
|
48375
|
|
|
|
|
|
|
"61340272", "Box\ Creek", |
|
48376
|
|
|
|
|
|
|
"617487032", "Mackay", |
|
48377
|
|
|
|
|
|
|
"61358992", "Mabins\ Well", |
|
48378
|
|
|
|
|
|
|
"61351159", "Rosedale", |
|
48379
|
|
|
|
|
|
|
"6173319", "Brisbane", |
|
48380
|
|
|
|
|
|
|
"612530093", "Cumnock", |
|
48381
|
|
|
|
|
|
|
"61889087", "Simpson", |
|
48382
|
|
|
|
|
|
|
"61250014", "Koetong", |
|
48383
|
|
|
|
|
|
|
"61265299", "Castle\ Rock", |
|
48384
|
|
|
|
|
|
|
"613441887", "Bendigo", |
|
48385
|
|
|
|
|
|
|
"612593880", "Bidgeemia", |
|
48386
|
|
|
|
|
|
|
"6135252", "Queenscliff", |
|
48387
|
|
|
|
|
|
|
"61340217", "Scotia", |
|
48388
|
|
|
|
|
|
|
"61877133", "Conmurra", |
|
48389
|
|
|
|
|
|
|
"61740074", "Kowanyama", |
|
48390
|
|
|
|
|
|
|
"61255731", "Moonan\ Flat", |
|
48391
|
|
|
|
|
|
|
"61896586", "Yerecoin", |
|
48392
|
|
|
|
|
|
|
"61880030", "Tibooburra", |
|
48393
|
|
|
|
|
|
|
"61898725", "Cuballing", |
|
48394
|
|
|
|
|
|
|
"612532608", "Baldry", |
|
48395
|
|
|
|
|
|
|
"61888143", "Nantawarra", |
|
48396
|
|
|
|
|
|
|
"612582451", "Bindogundra", |
|
48397
|
|
|
|
|
|
|
"61248574", "Bowral", |
|
48398
|
|
|
|
|
|
|
"61264167", "Merimbula", |
|
48399
|
|
|
|
|
|
|
"61269999", "Nangus", |
|
48400
|
|
|
|
|
|
|
"61357498", "Bright", |
|
48401
|
|
|
|
|
|
|
"61267236", "Copeton\ Dam", |
|
48402
|
|
|
|
|
|
|
"61879084", "Katherine", |
|
48403
|
|
|
|
|
|
|
"618993919", "Yuna\ East", |
|
48404
|
|
|
|
|
|
|
"617452520", "Clifton", |
|
48405
|
|
|
|
|
|
|
"61361530", "Dover", |
|
48406
|
|
|
|
|
|
|
"61265603", "Comara", |
|
48407
|
|
|
|
|
|
|
"61862981", "Perth", |
|
48408
|
|
|
|
|
|
|
"61342289", "Lorne", |
|
48409
|
|
|
|
|
|
|
"61383625", "Sydenham", |
|
48410
|
|
|
|
|
|
|
"61875225", "Tanunda", |
|
48411
|
|
|
|
|
|
|
"61267593", "Boomi", |
|
48412
|
|
|
|
|
|
|
"61749470", "Proserpine", |
|
48413
|
|
|
|
|
|
|
"613545294", "Lake\ Meran", |
|
48414
|
|
|
|
|
|
|
"61351880", "Yarram", |
|
48415
|
|
|
|
|
|
|
"618903417", "Collurabbie", |
|
48416
|
|
|
|
|
|
|
"618859988", "Tailem\ Bend", |
|
48417
|
|
|
|
|
|
|
"61890083", "Grass\ Patch", |
|
48418
|
|
|
|
|
|
|
"61256189", "Grafton", |
|
48419
|
|
|
|
|
|
|
"61266132", "Casino", |
|
48420
|
|
|
|
|
|
|
"613431739", "Stoneleigh", |
|
48421
|
|
|
|
|
|
|
"61351373", "Loch\ Sport", |
|
48422
|
|
|
|
|
|
|
"61264288", "Bemboka", |
|
48423
|
|
|
|
|
|
|
"61255423", "Putty", |
|
48424
|
|
|
|
|
|
|
"618967657", "Cleary\ North", |
|
48425
|
|
|
|
|
|
|
"61238205", "Nerriga", |
|
48426
|
|
|
|
|
|
|
"61753046", "Rosevale", |
|
48427
|
|
|
|
|
|
|
"61341414", "Sale", |
|
48428
|
|
|
|
|
|
|
"617750206", "The\ Gums", |
|
48429
|
|
|
|
|
|
|
"61888703", "Booborowie", |
|
48430
|
|
|
|
|
|
|
"61344380", "Echuca", |
|
48431
|
|
|
|
|
|
|
"61240724", "Nelson\ Bay", |
|
48432
|
|
|
|
|
|
|
"61891233", "Telfer", |
|
48433
|
|
|
|
|
|
|
"6138468", "Eltham", |
|
48434
|
|
|
|
|
|
|
"618660957", "Aldersyde", |
|
48435
|
|
|
|
|
|
|
"61898169", "Dumbleyung", |
|
48436
|
|
|
|
|
|
|
"61264406", "Bombala", |
|
48437
|
|
|
|
|
|
|
"61890575", "Baandee", |
|
48438
|
|
|
|
|
|
|
"61348148", "Finley", |
|
48439
|
|
|
|
|
|
|
"61896044", "Brookton", |
|
48440
|
|
|
|
|
|
|
"612583439", "Bonnay", |
|
48441
|
|
|
|
|
|
|
"6128972", "Sydney", |
|
48442
|
|
|
|
|
|
|
"61896422", "Brookton", |
|
48443
|
|
|
|
|
|
|
"617473826", "Boulia", |
|
48444
|
|
|
|
|
|
|
"613442218", "Jarklin", |
|
48445
|
|
|
|
|
|
|
"617480539", "Moranbah", |
|
48446
|
|
|
|
|
|
|
"612574784", "Garah", |
|
48447
|
|
|
|
|
|
|
"618869058", "Spilsby", |
|
48448
|
|
|
|
|
|
|
"61862553", "Perth", |
|
48449
|
|
|
|
|
|
|
"618993298", "Yalgoo", |
|
48450
|
|
|
|
|
|
|
"618753381", "Wynarka", |
|
48451
|
|
|
|
|
|
|
"61851138", "Roebuck", |
|
48452
|
|
|
|
|
|
|
"61891596", "Karratha", |
|
48453
|
|
|
|
|
|
|
"618660933", "Wyalkatchem", |
|
48454
|
|
|
|
|
|
|
"613442081", "Quambatook", |
|
48455
|
|
|
|
|
|
|
"61860005", "Holleton", |
|
48456
|
|
|
|
|
|
|
"61350489", "Box\ Creek", |
|
48457
|
|
|
|
|
|
|
"61244296", "Berry", |
|
48458
|
|
|
|
|
|
|
"6173288", "Ipswich", |
|
48459
|
|
|
|
|
|
|
"61238086", "Bevendale", |
|
48460
|
|
|
|
|
|
|
"612574716", "Oakey\ Creek", |
|
48461
|
|
|
|
|
|
|
"61734715", "Bribie\ Island", |
|
48462
|
|
|
|
|
|
|
"61888019", "Yorketown", |
|
48463
|
|
|
|
|
|
|
"61897386", "Bridgetown", |
|
48464
|
|
|
|
|
|
|
"618967633", "Beacon\ North", |
|
48465
|
|
|
|
|
|
|
"61851255", "Paraburdoo", |
|
48466
|
|
|
|
|
|
|
"61747911", "Bowen", |
|
48467
|
|
|
|
|
|
|
"61746926", "Cooyar", |
|
48468
|
|
|
|
|
|
|
"61746204", "Roma", |
|
48469
|
|
|
|
|
|
|
"61895641", "Rockingham", |
|
48470
|
|
|
|
|
|
|
"61748388", "Gladstone", |
|
48471
|
|
|
|
|
|
|
"61351102", "Mallacoota", |
|
48472
|
|
|
|
|
|
|
"61263997", "Gulgong", |
|
48473
|
|
|
|
|
|
|
"61880904", "Tibooburra", |
|
48474
|
|
|
|
|
|
|
"61747345", "Barkly", |
|
48475
|
|
|
|
|
|
|
"61257055", "Bundella", |
|
48476
|
|
|
|
|
|
|
"61255561", "Forster", |
|
48477
|
|
|
|
|
|
|
"61251199", "Rye\ Park", |
|
48478
|
|
|
|
|
|
|
"61898646", "Kukerin", |
|
48479
|
|
|
|
|
|
|
"61736083", "Sandgate", |
|
48480
|
|
|
|
|
|
|
"61256500", "Leeville", |
|
48481
|
|
|
|
|
|
|
"6139237", "Croydon", |
|
48482
|
|
|
|
|
|
|
"618763751", "Willowie", |
|
48483
|
|
|
|
|
|
|
"6136462", "Currie", |
|
48484
|
|
|
|
|
|
|
"618660766", "Goomalling", |
|
48485
|
|
|
|
|
|
|
"61744147", "Briaba", |
|
48486
|
|
|
|
|
|
|
"61263990", "Lithgow", |
|
48487
|
|
|
|
|
|
|
"6138888", "Melbourne", |
|
48488
|
|
|
|
|
|
|
"6135286", "Meredith", |
|
48489
|
|
|
|
|
|
|
"6139554", "Dandenong", |
|
48490
|
|
|
|
|
|
|
"612592698", "Gala\ Vale", |
|
48491
|
|
|
|
|
|
|
"617452138", "Liston", |
|
48492
|
|
|
|
|
|
|
"618763930", "Wirrulla", |
|
48493
|
|
|
|
|
|
|
"61256507", "Rappville", |
|
48494
|
|
|
|
|
|
|
"61243168", "Wyong", |
|
48495
|
|
|
|
|
|
|
"612583810", "Kiacatoo", |
|
48496
|
|
|
|
|
|
|
"61341163", "Licola", |
|
48497
|
|
|
|
|
|
|
"61746502", "Winton", |
|
48498
|
|
|
|
|
|
|
"61348239", "Tongala", |
|
48499
|
|
|
|
|
|
|
"61267938", "Bellata", |
|
48500
|
|
|
|
|
|
|
"61746809", "Liston", |
|
48501
|
|
|
|
|
|
|
"612583855", "Balladoran", |
|
48502
|
|
|
|
|
|
|
"61356063", "Korumburra", |
|
48503
|
|
|
|
|
|
|
"61743479", "Blackbutt", |
|
48504
|
|
|
|
|
|
|
"61747359", "Cloncurry", |
|
48505
|
|
|
|
|
|
|
"61367401", "Evandale", |
|
48506
|
|
|
|
|
|
|
"61257049", "Rocky\ Creek", |
|
48507
|
|
|
|
|
|
|
"613441708", "Heathcote", |
|
48508
|
|
|
|
|
|
|
"612594094", "Bunda", |
|
48509
|
|
|
|
|
|
|
"6138381", "Point\ Cook", |
|
48510
|
|
|
|
|
|
|
"61263074", "Frogmore", |
|
48511
|
|
|
|
|
|
|
"61350952", "Murrayville", |
|
48512
|
|
|
|
|
|
|
"61343194", "Bacchus\ Marsh", |
|
48513
|
|
|
|
|
|
|
"6126661", "Casino", |
|
48514
|
|
|
|
|
|
|
"61353546", "Moyston", |
|
48515
|
|
|
|
|
|
|
"61354976", "Donald", |
|
48516
|
|
|
|
|
|
|
"618683042", "Denmark", |
|
48517
|
|
|
|
|
|
|
"61896469", "Ballidu", |
|
48518
|
|
|
|
|
|
|
"61353925", "Murtoa", |
|
48519
|
|
|
|
|
|
|
"61358014", "Caldwell", |
|
48520
|
|
|
|
|
|
|
"61742635", "Cooktown", |
|
48521
|
|
|
|
|
|
|
"61899033", "Eneabba", |
|
48522
|
|
|
|
|
|
|
"61361537", "Kempton", |
|
48523
|
|
|
|
|
|
|
"612583152", "Colane", |
|
48524
|
|
|
|
|
|
|
"61880928", "Wilcannia", |
|
48525
|
|
|
|
|
|
|
"6138726", "Dandenong", |
|
48526
|
|
|
|
|
|
|
"61284204", "Dural", |
|
48527
|
|
|
|
|
|
|
"61749477", "Lethebrook", |
|
48528
|
|
|
|
|
|
|
"618858545", "Malinong", |
|
48529
|
|
|
|
|
|
|
"61264160", "Cooma", |
|
48530
|
|
|
|
|
|
|
"612594369", "Yenda", |
|
48531
|
|
|
|
|
|
|
"61742338", "Minnamoolka", |
|
48532
|
|
|
|
|
|
|
"618600856", "Ardath", |
|
48533
|
|
|
|
|
|
|
"618865022", "Glendambo", |
|
48534
|
|
|
|
|
|
|
"61747173", "Walker", |
|
48535
|
|
|
|
|
|
|
"612532678", "Frogmore", |
|
48536
|
|
|
|
|
|
|
"61891018", "De\ Grey", |
|
48537
|
|
|
|
|
|
|
"61886297", "Miltalie", |
|
48538
|
|
|
|
|
|
|
"61898835", "Cuballing", |
|
48539
|
|
|
|
|
|
|
"61895216", "Mandurah", |
|
48540
|
|
|
|
|
|
|
"61749412", "Dysart", |
|
48541
|
|
|
|
|
|
|
"61257113", "Armidale", |
|
48542
|
|
|
|
|
|
|
"613442241", "Romsey", |
|
48543
|
|
|
|
|
|
|
"61243154", "Wyong", |
|
48544
|
|
|
|
|
|
|
"61898122", "Jacup", |
|
48545
|
|
|
|
|
|
|
"61260318", "Talmalmo", |
|
48546
|
|
|
|
|
|
|
"61747302", "Mount\ Isa", |
|
48547
|
|
|
|
|
|
|
"61876294", "Kelly", |
|
48548
|
|
|
|
|
|
|
"6173141", "Samford", |
|
48549
|
|
|
|
|
|
|
"61746852", "Cottonvale", |
|
48550
|
|
|
|
|
|
|
"61749381", "Mount\ Morgan", |
|
48551
|
|
|
|
|
|
|
"61351145", "Woodside", |
|
48552
|
|
|
|
|
|
|
"61889080", "Rodinga", |
|
48553
|
|
|
|
|
|
|
"61265778", "Glendonbrook", |
|
48554
|
|
|
|
|
|
|
"61392184", "Werribee", |
|
48555
|
|
|
|
|
|
|
"61746559", "Cunnamulla", |
|
48556
|
|
|
|
|
|
|
"61880037", "Wilcannia", |
|
48557
|
|
|
|
|
|
|
"61340210", "Berriwillock", |
|
48558
|
|
|
|
|
|
|
"613470717", "Yarck", |
|
48559
|
|
|
|
|
|
|
"61897184", "Beedelup", |
|
48560
|
|
|
|
|
|
|
"61753282", "Gympie", |
|
48561
|
|
|
|
|
|
|
"6175202", "Caloundra", |
|
48562
|
|
|
|
|
|
|
"618996997", "Mount\ George", |
|
48563
|
|
|
|
|
|
|
"61879430", "Simpson", |
|
48564
|
|
|
|
|
|
|
"61260615", "Corowa", |
|
48565
|
|
|
|
|
|
|
"61755308", "Southport", |
|
48566
|
|
|
|
|
|
|
"61240708", "Swansea", |
|
48567
|
|
|
|
|
|
|
"61340574", "Pooncarie", |
|
48568
|
|
|
|
|
|
|
"61860042", "Eyre", |
|
48569
|
|
|
|
|
|
|
"61264986", "Tathra", |
|
48570
|
|
|
|
|
|
|
"6126056", "Albury", |
|
48571
|
|
|
|
|
|
|
"61257307", "Collarenebri", |
|
48572
|
|
|
|
|
|
|
"61354799", "Newstead", |
|
48573
|
|
|
|
|
|
|
"61891415", "Sandfire", |
|
48574
|
|
|
|
|
|
|
"6128670", "Blacktown", |
|
48575
|
|
|
|
|
|
|
"61899402", "Guranu", |
|
48576
|
|
|
|
|
|
|
"61745206", "Aramac", |
|
48577
|
|
|
|
|
|
|
"61354980", "Watchem", |
|
48578
|
|
|
|
|
|
|
"612583147", "Bruie\ Plains", |
|
48579
|
|
|
|
|
|
|
"61730819", "Bribie\ Island", |
|
48580
|
|
|
|
|
|
|
"61756108", "Ormeau", |
|
48581
|
|
|
|
|
|
|
"613431163", "Creswick", |
|
48582
|
|
|
|
|
|
|
"61897481", "Donnybrook", |
|
48583
|
|
|
|
|
|
|
"618763944", "Coffin\ Bay", |
|
48584
|
|
|
|
|
|
|
"61743567", "Yarraman", |
|
48585
|
|
|
|
|
|
|
"613574651", "Cheshunt", |
|
48586
|
|
|
|
|
|
|
"61745488", "Millmerran", |
|
48587
|
|
|
|
|
|
|
"617480317", "Rolleston", |
|
48588
|
|
|
|
|
|
|
"618903605", "Nullarbor", |
|
48589
|
|
|
|
|
|
|
"612592737", "Tallimba", |
|
48590
|
|
|
|
|
|
|
"61340040", "Waitchie", |
|
48591
|
|
|
|
|
|
|
"61742175", "Edward\ River", |
|
48592
|
|
|
|
|
|
|
"617459886", "Oakey", |
|
48593
|
|
|
|
|
|
|
"618753320", "Callington", |
|
48594
|
|
|
|
|
|
|
"61262363", "Captains\ Flat", |
|
48595
|
|
|
|
|
|
|
"61741008", "Biggenden", |
|
48596
|
|
|
|
|
|
|
"618986156", "Kulin", |
|
48597
|
|
|
|
|
|
|
"612574217", "Copeton\ Dam", |
|
48598
|
|
|
|
|
|
|
"61742710", "Ravenshoe", |
|
48599
|
|
|
|
|
|
|
"618683735", "Kukerin", |
|
48600
|
|
|
|
|
|
|
"61384071", "Eltham", |
|
48601
|
|
|
|
|
|
|
"61748201", "Carmila", |
|
48602
|
|
|
|
|
|
|
"618865928", "Mudamuckla", |
|
48603
|
|
|
|
|
|
|
"61753641", "Rosewood", |
|
48604
|
|
|
|
|
|
|
"61734967", "Ipswich", |
|
48605
|
|
|
|
|
|
|
"61364054", "Yolla", |
|
48606
|
|
|
|
|
|
|
"61343060", "Goroke", |
|
48607
|
|
|
|
|
|
|
"61253562", "Dunedoo", |
|
48608
|
|
|
|
|
|
|
"613451154", "Apsley", |
|
48609
|
|
|
|
|
|
|
"61890662", "Leinster", |
|
48610
|
|
|
|
|
|
|
"6175545", "Tamborine\ Mountain", |
|
48611
|
|
|
|
|
|
|
"61885619", "Swan\ Reach", |
|
48612
|
|
|
|
|
|
|
"61264301", "Numeralla", |
|
48613
|
|
|
|
|
|
|
"61851143", "Wittenoom", |
|
48614
|
|
|
|
|
|
|
"61359053", "Healesville", |
|
48615
|
|
|
|
|
|
|
"612583791", "Dandaloo", |
|
48616
|
|
|
|
|
|
|
"61260730", "Yackandandah", |
|
48617
|
|
|
|
|
|
|
"61745085", "Isisford", |
|
48618
|
|
|
|
|
|
|
"61238077", "Taralga", |
|
48619
|
|
|
|
|
|
|
"617452641", "Oakey", |
|
48620
|
|
|
|
|
|
|
"61741405", "Mulgildie", |
|
48621
|
|
|
|
|
|
|
"61752236", "Rosewood", |
|
48622
|
|
|
|
|
|
|
"612592753", "Warrawidgee", |
|
48623
|
|
|
|
|
|
|
"61357237", "Wangaratta", |
|
48624
|
|
|
|
|
|
|
"61898041", "Bradfords", |
|
48625
|
|
|
|
|
|
|
"61247034", "Penrith", |
|
48626
|
|
|
|
|
|
|
"61354166", "Moonambel", |
|
48627
|
|
|
|
|
|
|
"617459405", "Bowenville", |
|
48628
|
|
|
|
|
|
|
"61269787", "Springdale", |
|
48629
|
|
|
|
|
|
|
"61260827", "Dartmouth", |
|
48630
|
|
|
|
|
|
|
"61248047", "Marulan", |
|
48631
|
|
|
|
|
|
|
"618753431", "Sanderston", |
|
48632
|
|
|
|
|
|
|
"61897377", "Donnybrook", |
|
48633
|
|
|
|
|
|
|
"617441927", "Bambaroo", |
|
48634
|
|
|
|
|
|
|
"61341269", "Erica", |
|
48635
|
|
|
|
|
|
|
"61875998", "Willunga", |
|
48636
|
|
|
|
|
|
|
"61891248", "De\ Grey", |
|
48637
|
|
|
|
|
|
|
"61880181", "Pimpara", |
|
48638
|
|
|
|
|
|
|
"61238012", "Gundillion", |
|
48639
|
|
|
|
|
|
|
"618859967", "Pinnaroo", |
|
48640
|
|
|
|
|
|
|
"61353779", "Rokewood", |
|
48641
|
|
|
|
|
|
|
"61348133", "Tongala", |
|
48642
|
|
|
|
|
|
|
"613442020", "Redesdale", |
|
48643
|
|
|
|
|
|
|
"612574678", "Curlewis", |
|
48644
|
|
|
|
|
|
|
"617441411", "Kalkadoon", |
|
48645
|
|
|
|
|
|
|
"61895046", "Mount\ Helena", |
|
48646
|
|
|
|
|
|
|
"61890756", "Gibson", |
|
48647
|
|
|
|
|
|
|
"61749906", "Cannon\ Valley", |
|
48648
|
|
|
|
|
|
|
"612593821", "Tooma", |
|
48649
|
|
|
|
|
|
|
"61364068", "Currie", |
|
48650
|
|
|
|
|
|
|
"618852062", "Gawler", |
|
48651
|
|
|
|
|
|
|
"61264970", "Bemboka", |
|
48652
|
|
|
|
|
|
|
"6136395", "Lilydale", |
|
48653
|
|
|
|
|
|
|
"61896512", "Dandaragan", |
|
48654
|
|
|
|
|
|
|
"61358505", "Cornalla", |
|
48655
|
|
|
|
|
|
|
"61734384", "Dayboro", |
|
48656
|
|
|
|
|
|
|
"61745573", "Tara", |
|
48657
|
|
|
|
|
|
|
"61259093", "Leeton", |
|
48658
|
|
|
|
|
|
|
"61749569", "St\ Lawrence", |
|
48659
|
|
|
|
|
|
|
"61872869", "Salisbury", |
|
48660
|
|
|
|
|
|
|
"61889076", "Ranken\ River", |
|
48661
|
|
|
|
|
|
|
"618600977", "Nullarbor", |
|
48662
|
|
|
|
|
|
|
"61255513", "Merriwa", |
|
48663
|
|
|
|
|
|
|
"618752459", "Eudunda", |
|
48664
|
|
|
|
|
|
|
"61896577", "Dandaragan", |
|
48665
|
|
|
|
|
|
|
"61341524", "Traralgon", |
|
48666
|
|
|
|
|
|
|
"61268719", "Bobadah", |
|
48667
|
|
|
|
|
|
|
"618683033", "Bremer\ Bay", |
|
48668
|
|
|
|
|
|
|
"61888138", "Marion\ Bay", |
|
48669
|
|
|
|
|
|
|
"618862911", "Coulta", |
|
48670
|
|
|
|
|
|
|
"61878185", "Moonta", |
|
48671
|
|
|
|
|
|
|
"61264094", "Eden", |
|
48672
|
|
|
|
|
|
|
"61851019", "Pannawonica", |
|
48673
|
|
|
|
|
|
|
"61877148", "Millicent", |
|
48674
|
|
|
|
|
|
|
"61741650", "Tandora", |
|
48675
|
|
|
|
|
|
|
"618967854", "York", |
|
48676
|
|
|
|
|
|
|
"613431908", "Kalkee", |
|
48677
|
|
|
|
|
|
|
"61269805", "Coolamon", |
|
48678
|
|
|
|
|
|
|
"61367104", "Glengarry", |
|
48679
|
|
|
|
|
|
|
"61887837", "Penola", |
|
48680
|
|
|
|
|
|
|
"61363201", "Avoca", |
|
48681
|
|
|
|
|
|
|
"61895584", "Mount\ Wells", |
|
48682
|
|
|
|
|
|
|
"61740436", "Malanda", |
|
48683
|
|
|
|
|
|
|
"61888844", "Port\ Wakefield", |
|
48684
|
|
|
|
|
|
|
"61268003", "Airlands", |
|
48685
|
|
|
|
|
|
|
"618683057", "Jaloran", |
|
48686
|
|
|
|
|
|
|
"61362842", "Nubeena", |
|
48687
|
|
|
|
|
|
|
"617452581", "Helidon", |
|
48688
|
|
|
|
|
|
|
"61257219", "Tingha", |
|
48689
|
|
|
|
|
|
|
"61362549", "Baden", |
|
48690
|
|
|
|
|
|
|
"61353996", "Serviceton", |
|
48691
|
|
|
|
|
|
|
"61899459", "Marchagee", |
|
48692
|
|
|
|
|
|
|
"612594111", "Goolgowi", |
|
48693
|
|
|
|
|
|
|
"61263789", "Leadville", |
|
48694
|
|
|
|
|
|
|
"61887720", "Short", |
|
48695
|
|
|
|
|
|
|
"618865936", "Nunjikompita", |
|
48696
|
|
|
|
|
|
|
"613532202", "Laharum", |
|
48697
|
|
|
|
|
|
|
"61253135", "Laheys\ Creek", |
|
48698
|
|
|
|
|
|
|
"61866000", "Yerecoin", |
|
48699
|
|
|
|
|
|
|
"61749208", "Marlborough", |
|
48700
|
|
|
|
|
|
|
"6135343", "Learmonth", |
|
48701
|
|
|
|
|
|
|
"618660942", "South\ Quairading", |
|
48702
|
|
|
|
|
|
|
"61887830", "Short", |
|
48703
|
|
|
|
|
|
|
"618983640", "Hopetoun", |
|
48704
|
|
|
|
|
|
|
"612532716", "Running\ Stream", |
|
48705
|
|
|
|
|
|
|
"61887727", "Keilira", |
|
48706
|
|
|
|
|
|
|
"613532272", "Warracknabeal", |
|
48707
|
|
|
|
|
|
|
"613441939", "Tullakool", |
|
48708
|
|
|
|
|
|
|
"6174099", "Mossman", |
|
48709
|
|
|
|
|
|
|
"61359115", "Cranbourne", |
|
48710
|
|
|
|
|
|
|
"617389", "Brisbane", |
|
48711
|
|
|
|
|
|
|
"618967642", "Bencubbin", |
|
48712
|
|
|
|
|
|
|
"61351876", "Yarram", |
|
48713
|
|
|
|
|
|
|
"613531712", "Maroona", |
|
48714
|
|
|
|
|
|
|
"61890629", "Corrigin\ West", |
|
48715
|
|
|
|
|
|
|
"61741657", "Eidsvold", |
|
48716
|
|
|
|
|
|
|
"61868066", "Nalyerlup", |
|
48717
|
|
|
|
|
|
|
"61362555", "Woodbury", |
|
48718
|
|
|
|
|
|
|
"61899445", "Yandanooka", |
|
48719
|
|
|
|
|
|
|
"61342183", "Birregurra", |
|
48720
|
|
|
|
|
|
|
"6129105", "Sydney", |
|
48721
|
|
|
|
|
|
|
"61240392", "East\ Gresford", |
|
48722
|
|
|
|
|
|
|
"61898796", "Dudinin", |
|
48723
|
|
|
|
|
|
|
"61752938", "Nambour", |
|
48724
|
|
|
|
|
|
|
"618853093", "Callington", |
|
48725
|
|
|
|
|
|
|
"61256283", "Dorrigo", |
|
48726
|
|
|
|
|
|
|
"613431978", "Minimay", |
|
48727
|
|
|
|
|
|
|
"61340309", "Palinyewah", |
|
48728
|
|
|
|
|
|
|
"61875533", "Sandleton", |
|
48729
|
|
|
|
|
|
|
"61753216", "Rosewood", |
|
48730
|
|
|
|
|
|
|
"61341222", "Rosedale", |
|
48731
|
|
|
|
|
|
|
"61242022", "Helensburgh", |
|
48732
|
|
|
|
|
|
|
"61897883", "Darkan", |
|
48733
|
|
|
|
|
|
|
"61742343", "Edward\ River", |
|
48734
|
|
|
|
|
|
|
"617452618", "Millmerran", |
|
48735
|
|
|
|
|
|
|
"618600907", "Mount\ Walker\ South", |
|
48736
|
|
|
|
|
|
|
"61879996", "Alice\ Springs", |
|
48737
|
|
|
|
|
|
|
"618780030", "Auburn", |
|
48738
|
|
|
|
|
|
|
"61897901", "Boyup\ Brook", |
|
48739
|
|
|
|
|
|
|
"61741442", "Fraser\ Island", |
|
48740
|
|
|
|
|
|
|
"61354364", "Tennyson", |
|
48741
|
|
|
|
|
|
|
"61741024", "Brooweena", |
|
48742
|
|
|
|
|
|
|
"61341111", "Morwell", |
|
48743
|
|
|
|
|
|
|
"618904285", "Yilgarn\ South", |
|
48744
|
|
|
|
|
|
|
"61899982", "Marchagee", |
|
48745
|
|
|
|
|
|
|
"618985197", "Nyabing", |
|
48746
|
|
|
|
|
|
|
"61345073", "Edenhope", |
|
48747
|
|
|
|
|
|
|
"61265193", "Coopernook", |
|
48748
|
|
|
|
|
|
|
"618851899", "Two\ Wells", |
|
48749
|
|
|
|
|
|
|
"61357026", "Chiltern", |
|
48750
|
|
|
|
|
|
|
"61756124", "Jimboomba", |
|
48751
|
|
|
|
|
|
|
"61356011", "Hill\ End", |
|
48752
|
|
|
|
|
|
|
"61899048", "Geraldton", |
|
48753
|
|
|
|
|
|
|
"61264977", "Tathra", |
|
48754
|
|
|
|
|
|
|
"61877239", "Reedy\ Creek", |
|
48755
|
|
|
|
|
|
|
"61876088", "Port\ Lincoln", |
|
48756
|
|
|
|
|
|
|
"61872822", "Mclaren\ Vale", |
|
48757
|
|
|
|
|
|
|
"6135689", "Foster", |
|
48758
|
|
|
|
|
|
|
"6173417", "Cleveland", |
|
48759
|
|
|
|
|
|
|
"618660876", "Balkuling", |
|
48760
|
|
|
|
|
|
|
"618763895", "Mount\ Hope", |
|
48761
|
|
|
|
|
|
|
"61263436", "Greenethorpe", |
|
48762
|
|
|
|
|
|
|
"61265332", "Telegraph\ Point", |
|
48763
|
|
|
|
|
|
|
"61749829", "Blackwater", |
|
48764
|
|
|
|
|
|
|
"6128708", "Bankstown", |
|
48765
|
|
|
|
|
|
|
"61740789", "Cooktown", |
|
48766
|
|
|
|
|
|
|
"61255389", "Telegraph\ Point", |
|
48767
|
|
|
|
|
|
|
"61889131", "Davenport", |
|
48768
|
|
|
|
|
|
|
"613546012", "Kyneton", |
|
48769
|
|
|
|
|
|
|
"61361341", "Miena", |
|
48770
|
|
|
|
|
|
|
"612574608", "Limbri", |
|
48771
|
|
|
|
|
|
|
"617458691", "Wandoan", |
|
48772
|
|
|
|
|
|
|
"61357230", "Wangaratta", |
|
48773
|
|
|
|
|
|
|
"61260737", "Corowa", |
|
48774
|
|
|
|
|
|
|
"61238070", "Marulan", |
|
48775
|
|
|
|
|
|
|
"61885078", "Karatta", |
|
48776
|
|
|
|
|
|
|
"61898979", "Bremer\ Bay", |
|
48777
|
|
|
|
|
|
|
"61358849", "Wanganella", |
|
48778
|
|
|
|
|
|
|
"61367128", "Exeter", |
|
48779
|
|
|
|
|
|
|
"61886438", "The\ Ranges", |
|
48780
|
|
|
|
|
|
|
"61897370", "Tonebridge", |
|
48781
|
|
|
|
|
|
|
"61269780", "Temora", |
|
48782
|
|
|
|
|
|
|
"61248040", "Gunning", |
|
48783
|
|
|
|
|
|
|
"617750127", "Cooyar", |
|
48784
|
|
|
|
|
|
|
"61352093", "Winchelsea\ South", |
|
48785
|
|
|
|
|
|
|
"61266617", "Rappville", |
|
48786
|
|
|
|
|
|
|
"61253264", "Bathurst", |
|
48787
|
|
|
|
|
|
|
"61734960", "Cleveland", |
|
48788
|
|
|
|
|
|
|
"61340352", "Palinyewah", |
|
48789
|
|
|
|
|
|
|
"6139109", "Melbourne", |
|
48790
|
|
|
|
|
|
|
"618683427", "Wickepin\ East", |
|
48791
|
|
|
|
|
|
|
"61362805", "Gretna", |
|
48792
|
|
|
|
|
|
|
"618866993", "Melrose", |
|
48793
|
|
|
|
|
|
|
"61742717", "Weipa", |
|
48794
|
|
|
|
|
|
|
"61240133", "Newcastle", |
|
48795
|
|
|
|
|
|
|
"61341508", "Licola", |
|
48796
|
|
|
|
|
|
|
"61891139", "Newman", |
|
48797
|
|
|
|
|
|
|
"617487043", "Moura", |
|
48798
|
|
|
|
|
|
|
"618866395", "Yabmana", |
|
48799
|
|
|
|
|
|
|
"61267943", "Moree", |
|
48800
|
|
|
|
|
|
|
"61898263", "Kojonup", |
|
48801
|
|
|
|
|
|
|
"61343067", "Minyip", |
|
48802
|
|
|
|
|
|
|
"61743560", "Rosedale", |
|
48803
|
|
|
|
|
|
|
"612594148", "Tarcutta", |
|
48804
|
|
|
|
|
|
|
"61269549", "Coleambally", |
|
48805
|
|
|
|
|
|
|
"61250244", "Yackandandah", |
|
48806
|
|
|
|
|
|
|
"61742772", "Edward\ River", |
|
48807
|
|
|
|
|
|
|
"61367306", "Glengarry", |
|
48808
|
|
|
|
|
|
|
"61354655", "Heathcote", |
|
48809
|
|
|
|
|
|
|
"618854554", "New\ Well", |
|
48810
|
|
|
|
|
|
|
"61354987", "Laen", |
|
48811
|
|
|
|
|
|
|
"61247480", "Penrith", |
|
48812
|
|
|
|
|
|
|
"61257161", "Quirindi", |
|
48813
|
|
|
|
|
|
|
"61881853", "Mount\ Barker", |
|
48814
|
|
|
|
|
|
|
"618683366", "Jaloran", |
|
48815
|
|
|
|
|
|
|
"61351692", "Yinnar", |
|
48816
|
|
|
|
|
|
|
"618903675", "Bonnie\ Rock", |
|
48817
|
|
|
|
|
|
|
"61340047", "Woomelang", |
|
48818
|
|
|
|
|
|
|
"61886035", "Coorabie", |
|
48819
|
|
|
|
|
|
|
"6173152", "Brisbane", |
|
48820
|
|
|
|
|
|
|
"61885475", "Wynarka", |
|
48821
|
|
|
|
|
|
|
"61269842", "Bethungra", |
|
48822
|
|
|
|
|
|
|
"6126702", "Tamworth", |
|
48823
|
|
|
|
|
|
|
"612594080", "Adelong", |
|
48824
|
|
|
|
|
|
|
"61392167", "Werribee", |
|
48825
|
|
|
|
|
|
|
"61896039", "Coomallo", |
|
48826
|
|
|
|
|
|
|
"61357716", "Cheshunt", |
|
48827
|
|
|
|
|
|
|
"61250133", "Rennie", |
|
48828
|
|
|
|
|
|
|
"61875105", "Mallala", |
|
48829
|
|
|
|
|
|
|
"61351508", "Dinner\ Plain", |
|
48830
|
|
|
|
|
|
|
"618600192", "Belka\ East", |
|
48831
|
|
|
|
|
|
|
"61895479", "Dwellingup", |
|
48832
|
|
|
|
|
|
|
"61350352", "Manangatang", |
|
48833
|
|
|
|
|
|
|
"61899463", "Denham", |
|
48834
|
|
|
|
|
|
|
"61243264", "Wyong", |
|
48835
|
|
|
|
|
|
|
"61741714", "Gayndah", |
|
48836
|
|
|
|
|
|
|
"61877014", "Coonawarra", |
|
48837
|
|
|
|
|
|
|
"61353067", "Rokewood", |
|
48838
|
|
|
|
|
|
|
"61264250", "Bemboka", |
|
48839
|
|
|
|
|
|
|
"618660701", "Jelkobine", |
|
48840
|
|
|
|
|
|
|
"61340323", "Wemen", |
|
48841
|
|
|
|
|
|
|
"613532381", "Serviceton", |
|
48842
|
|
|
|
|
|
|
"6128924", "Terrey\ Hills", |
|
48843
|
|
|
|
|
|
|
"612683743", "Geurie", |
|
48844
|
|
|
|
|
|
|
"61898504", "Narrakine", |
|
48845
|
|
|
|
|
|
|
"612593738", "Wagga\ Wagga", |
|
48846
|
|
|
|
|
|
|
"6138715", "Whittlesea", |
|
48847
|
|
|
|
|
|
|
"61240244", "Swansea", |
|
48848
|
|
|
|
|
|
|
"61265083", "Macksville", |
|
48849
|
|
|
|
|
|
|
"61753560", "Woodford", |
|
48850
|
|
|
|
|
|
|
"612583896", "Cuttaburra", |
|
48851
|
|
|
|
|
|
|
"61897167", "Bunbury", |
|
48852
|
|
|
|
|
|
|
"61890603", "Warralakin", |
|
48853
|
|
|
|
|
|
|
"61353893", "Dimboola", |
|
48854
|
|
|
|
|
|
|
"613572901", "Myrtleford", |
|
48855
|
|
|
|
|
|
|
"61350047", "Boundary\ Bend", |
|
48856
|
|
|
|
|
|
|
"61354376", "Gunbower", |
|
48857
|
|
|
|
|
|
|
"61343298", "Beaufort", |
|
48858
|
|
|
|
|
|
|
"618967762", "Beverley\ West", |
|
48859
|
|
|
|
|
|
|
"617476750", "Townsville", |
|
48860
|
|
|
|
|
|
|
"61363005", "Avoca", |
|
48861
|
|
|
|
|
|
|
"617487019", "Finch\ Hatton", |
|
48862
|
|
|
|
|
|
|
"61885056", "Goolwa", |
|
48863
|
|
|
|
|
|
|
"61888975", "Thistle", |
|
48864
|
|
|
|
|
|
|
"618983760", "Lake\ Toolbrunup", |
|
48865
|
|
|
|
|
|
|
"618631", "Perth", |
|
48866
|
|
|
|
|
|
|
"61355585", "Darlington", |
|
48867
|
|
|
|
|
|
|
"61263390", "Burraga", |
|
48868
|
|
|
|
|
|
|
"617458624", "Goombi", |
|
48869
|
|
|
|
|
|
|
"61742668", "Silkwood", |
|
48870
|
|
|
|
|
|
|
"61890299", "Bonnie\ Rock", |
|
48871
|
|
|
|
|
|
|
"617476715", "Palm\ Island", |
|
48872
|
|
|
|
|
|
|
"61898868", "Ravensthorpe", |
|
48873
|
|
|
|
|
|
|
"61887017", "Conmurra", |
|
48874
|
|
|
|
|
|
|
"618867738", "Herbert", |
|
48875
|
|
|
|
|
|
|
"61889607", "Elliott", |
|
48876
|
|
|
|
|
|
|
"61879060", "Petermann", |
|
48877
|
|
|
|
|
|
|
"618763907", "Port\ Neill", |
|
48878
|
|
|
|
|
|
|
"61742365", "Torres", |
|
48879
|
|
|
|
|
|
|
"61267338", "Rocky\ Creek", |
|
48880
|
|
|
|
|
|
|
"61899521", "Coorow", |
|
48881
|
|
|
|
|
|
|
"613572662", "Buffalo\ River", |
|
48882
|
|
|
|
|
|
|
"612532848", "Maimuru", |
|
48883
|
|
|
|
|
|
|
"61748350", "Duaringa", |
|
48884
|
|
|
|
|
|
|
"61258040", "Yarrabandai", |
|
48885
|
|
|
|
|
|
|
"61888051", "Kadina", |
|
48886
|
|
|
|
|
|
|
"61868074", "West\ River", |
|
48887
|
|
|
|
|
|
|
"61880106", "Menindee", |
|
48888
|
|
|
|
|
|
|
"613451063", "Hamilton", |
|
48889
|
|
|
|
|
|
|
"6126771", "Armidale", |
|
48890
|
|
|
|
|
|
|
"61260641", "Albury", |
|
48891
|
|
|
|
|
|
|
"61743216", "Monto", |
|
48892
|
|
|
|
|
|
|
"618996849", "Perenjori", |
|
48893
|
|
|
|
|
|
|
"617459064", "Teelba", |
|
48894
|
|
|
|
|
|
|
"61749981", "Baralaba", |
|
48895
|
|
|
|
|
|
|
"61899316", "Yuna\ East", |
|
48896
|
|
|
|
|
|
|
"61341253", "Meerlieu", |
|
48897
|
|
|
|
|
|
|
"61864916", "Kalamunda", |
|
48898
|
|
|
|
|
|
|
"61747902", "Ayr", |
|
48899
|
|
|
|
|
|
|
"6189582", "Mandurah", |
|
48900
|
|
|
|
|
|
|
"61253276", "Cowra", |
|
48901
|
|
|
|
|
|
|
"618600895", "Karloning", |
|
48902
|
|
|
|
|
|
|
"61263661", "Molong", |
|
48903
|
|
|
|
|
|
|
"61351111", "Mount\ Taylor", |
|
48904
|
|
|
|
|
|
|
"612630690", "Killongbutta", |
|
48905
|
|
|
|
|
|
|
"61264386", "Berridale", |
|
48906
|
|
|
|
|
|
|
"61344364", "Bendigo", |
|
48907
|
|
|
|
|
|
|
"61882098", "Woodside", |
|
48908
|
|
|
|
|
|
|
"61285590", "Sutherland", |
|
48909
|
|
|
|
|
|
|
"61746124", "Clifton", |
|
48910
|
|
|
|
|
|
|
"6129997", "Terrey\ Hills", |
|
48911
|
|
|
|
|
|
|
"61359069", "Cranbourne", |
|
48912
|
|
|
|
|
|
|
"618683623", "Kulin", |
|
48913
|
|
|
|
|
|
|
"61356433", "Leongatha", |
|
48914
|
|
|
|
|
|
|
"61385800", "Melbourne", |
|
48915
|
|
|
|
|
|
|
"61347026", "Harrietville", |
|
48916
|
|
|
|
|
|
|
"61742027", "Ravenshoe", |
|
48917
|
|
|
|
|
|
|
"61355073", "Edenhope", |
|
48918
|
|
|
|
|
|
|
"618867726", "Carrieton", |
|
48919
|
|
|
|
|
|
|
"61898854", "Quindanning", |
|
48920
|
|
|
|
|
|
|
"612530242", "Galong", |
|
48921
|
|
|
|
|
|
|
"61748286", "Mount\ Larcom", |
|
48922
|
|
|
|
|
|
|
"61734096", "Dunwich", |
|
48923
|
|
|
|
|
|
|
"61265575", "Forster", |
|
48924
|
|
|
|
|
|
|
"6134343", "Ballarat", |
|
48925
|
|
|
|
|
|
|
"6128719", "Sydney", |
|
48926
|
|
|
|
|
|
|
"61876198", "Kapinnie", |
|
48927
|
|
|
|
|
|
|
"613431712", "Horsham", |
|
48928
|
|
|
|
|
|
|
"61748408", "Dysart", |
|
48929
|
|
|
|
|
|
|
"618682058", "Hartville", |
|
48930
|
|
|
|
|
|
|
"6138400", "Eltham", |
|
48931
|
|
|
|
|
|
|
"61740397", "Babinda", |
|
48932
|
|
|
|
|
|
|
"61745792", "Wandoan", |
|
48933
|
|
|
|
|
|
|
"61238125", "Reidsdale", |
|
48934
|
|
|
|
|
|
|
"61352183", "Lorne", |
|
48935
|
|
|
|
|
|
|
"61268062", "Grawin", |
|
48936
|
|
|
|
|
|
|
"61897406", "Capel", |
|
48937
|
|
|
|
|
|
|
"61745281", "Stanthorpe", |
|
48938
|
|
|
|
|
|
|
"61350309", "Nangiloc", |
|
48939
|
|
|
|
|
|
|
"61353628", "Laharum", |
|
48940
|
|
|
|
|
|
|
"612593726", "Talbingo", |
|
48941
|
|
|
|
|
|
|
"61266754", "Urbenville", |
|
48942
|
|
|
|
|
|
|
"61240505", "Cessnock", |
|
48943
|
|
|
|
|
|
|
"612583412", "Coalbaggie", |
|
48944
|
|
|
|
|
|
|
"618661145", "Kalannie", |
|
48945
|
|
|
|
|
|
|
"618752984", "Wunkar", |
|
48946
|
|
|
|
|
|
|
"61742654", "Lakeland", |
|
48947
|
|
|
|
|
|
|
"61267965", "Rowena", |
|
48948
|
|
|
|
|
|
|
"6129615", "Parramatta", |
|
48949
|
|
|
|
|
|
|
"612593945", "Barellan", |
|
48950
|
|
|
|
|
|
|
"61367381", "Moltema", |
|
48951
|
|
|
|
|
|
|
"6139849", "Melbourne", |
|
48952
|
|
|
|
|
|
|
"61383484", "Sydenham", |
|
48953
|
|
|
|
|
|
|
"61354174", "Romsey", |
|
48954
|
|
|
|
|
|
|
"61269399", "Boree\ Creek", |
|
48955
|
|
|
|
|
|
|
"61746748", "Meandarra", |
|
48956
|
|
|
|
|
|
|
"612685851", "Nyngan", |
|
48957
|
|
|
|
|
|
|
"61267846", "Gunyerwarildi", |
|
48958
|
|
|
|
|
|
|
"613451328", "Hawkesdale", |
|
48959
|
|
|
|
|
|
|
"61244021", "Moruya", |
|
48960
|
|
|
|
|
|
|
"61745195", "Talwood", |
|
48961
|
|
|
|
|
|
|
"612533020", "Glen\ Davis", |
|
48962
|
|
|
|
|
|
|
"618600944", "Corrigin\ West", |
|
48963
|
|
|
|
|
|
|
"61875142", "Coonalpyn", |
|
48964
|
|
|
|
|
|
|
"61898259", "Lake\ Toolbrunup", |
|
48965
|
|
|
|
|
|
|
"613470541", "Falls\ Creek", |
|
48966
|
|
|
|
|
|
|
"61880091", "Tibooburra", |
|
48967
|
|
|
|
|
|
|
"613545280", "Kerang", |
|
48968
|
|
|
|
|
|
|
"618763699", "Yunta", |
|
48969
|
|
|
|
|
|
|
"6188724", "Mount\ Gambier", |
|
48970
|
|
|
|
|
|
|
"61358392", "Berrigan", |
|
48971
|
|
|
|
|
|
|
"613542590", "Laen", |
|
48972
|
|
|
|
|
|
|
"61879325", "Katherine", |
|
48973
|
|
|
|
|
|
|
"61258309", "Yeoval", |
|
48974
|
|
|
|
|
|
|
"61742020", "Millaa\ Millaa", |
|
48975
|
|
|
|
|
|
|
"61886231", "Tooligie\ Hill", |
|
48976
|
|
|
|
|
|
|
"61889058", "Katherine", |
|
48977
|
|
|
|
|
|
|
"61385807", "Melbourne", |
|
48978
|
|
|
|
|
|
|
"61297521", "Bankstown", |
|
48979
|
|
|
|
|
|
|
"61898528", "Muradup", |
|
48980
|
|
|
|
|
|
|
"61363042", "George\ Town", |
|
48981
|
|
|
|
|
|
|
"61740931", "Mutchilba", |
|
48982
|
|
|
|
|
|
|
"61746511", "Barcaldine", |
|
48983
|
|
|
|
|
|
|
"61851165", "Paraburdoo", |
|
48984
|
|
|
|
|
|
|
"61363424", "Bicheno", |
|
48985
|
|
|
|
|
|
|
"61249093", "Maitland", |
|
48986
|
|
|
|
|
|
|
"61747526", "Ayr", |
|
48987
|
|
|
|
|
|
|
"61361591", "Dunalley", |
|
48988
|
|
|
|
|
|
|
"6135021", "Mildura", |
|
48989
|
|
|
|
|
|
|
"6189573", "Mount\ Helena", |
|
48990
|
|
|
|
|
|
|
"61367412", "Moltema", |
|
48991
|
|
|
|
|
|
|
"61256571", "Tyalgum", |
|
48992
|
|
|
|
|
|
|
"612593894", "Cowabbie", |
|
48993
|
|
|
|
|
|
|
"618996765", "Carnamah", |
|
48994
|
|
|
|
|
|
|
"61742236", "Mareeba", |
|
48995
|
|
|
|
|
|
|
"61889600", "Noonamah", |
|
48996
|
|
|
|
|
|
|
"61879067", "Alice\ Springs", |
|
48997
|
|
|
|
|
|
|
"613470681", "Creightons\ Creek", |
|
48998
|
|
|
|
|
|
|
"61747311", "Townsville", |
|
48999
|
|
|
|
|
|
|
"61348244", "Berrigan", |
|
49000
|
|
|
|
|
|
|
"61887010", "Cannawigara", |
|
49001
|
|
|
|
|
|
|
"61386521", "Melbourne", |
|
49002
|
|
|
|
|
|
|
"61897986", "Darkan", |
|
49003
|
|
|
|
|
|
|
"61895318", "Mandurah", |
|
49004
|
|
|
|
|
|
|
"61359022", "Mornington", |
|
49005
|
|
|
|
|
|
|
"618965687", "Dalwallinu\ West", |
|
49006
|
|
|
|
|
|
|
"6135784", "Broadford", |
|
49007
|
|
|
|
|
|
|
"6189797", "Bunbury", |
|
49008
|
|
|
|
|
|
|
"61748357", "Fitzroy\ West", |
|
49009
|
|
|
|
|
|
|
"612583174", "Goodooga", |
|
49010
|
|
|
|
|
|
|
"61258047", "Dubbo", |
|
49011
|
|
|
|
|
|
|
"61257371", "Goolhi", |
|
49012
|
|
|
|
|
|
|
"618683293", "Magitup", |
|
49013
|
|
|
|
|
|
|
"61878095", "Warooka", |
|
49014
|
|
|
|
|
|
|
"61264184", "Jindabyne\ South", |
|
49015
|
|
|
|
|
|
|
"618763977", "Marla", |
|
49016
|
|
|
|
|
|
|
"61344166", "Boort", |
|
49017
|
|
|
|
|
|
|
"61257034", "Barraba", |
|
49018
|
|
|
|
|
|
|
"61358133", "Wanganella", |
|
49019
|
|
|
|
|
|
|
"6189556", "Rockingham", |
|
49020
|
|
|
|
|
|
|
"61899114", "Northern\ Gully", |
|
49021
|
|
|
|
|
|
|
"61851234", "Broome", |
|
49022
|
|
|
|
|
|
|
"61742593", "Cairns", |
|
49023
|
|
|
|
|
|
|
"61734741", "Dayboro", |
|
49024
|
|
|
|
|
|
|
"61391031", "Melbourne", |
|
49025
|
|
|
|
|
|
|
"61747945", "Normanton", |
|
49026
|
|
|
|
|
|
|
"618601159", "Narembeen", |
|
49027
|
|
|
|
|
|
|
"612530082", "Cudal", |
|
49028
|
|
|
|
|
|
|
"612583724", "Myamley", |
|
49029
|
|
|
|
|
|
|
"61748988", "Theodore", |
|
49030
|
|
|
|
|
|
|
"613542020", "Elmore", |
|
49031
|
|
|
|
|
|
|
"61266993", "Coffs\ Harbour", |
|
49032
|
|
|
|
|
|
|
"61268029", "Boorooma", |
|
49033
|
|
|
|
|
|
|
"618851695", "Penneshaw", |
|
49034
|
|
|
|
|
|
|
"61753567", "Thornton", |
|
49035
|
|
|
|
|
|
|
"613451336", "Nirranda", |
|
49036
|
|
|
|
|
|
|
"61746108", "Oakey", |
|
49037
|
|
|
|
|
|
|
"61898202", "Albany", |
|
49038
|
|
|
|
|
|
|
"618660121", "South\ Quairading", |
|
49039
|
|
|
|
|
|
|
"61752175", "Kalbar", |
|
49040
|
|
|
|
|
|
|
"61240542", "Newcastle", |
|
49041
|
|
|
|
|
|
|
"61350040", "Balranald", |
|
49042
|
|
|
|
|
|
|
"617480183", "Buckland", |
|
49043
|
|
|
|
|
|
|
"61891843", "Onslow", |
|
49044
|
|
|
|
|
|
|
"61755488", "Jimboomba", |
|
49045
|
|
|
|
|
|
|
"61897160", "Dinninup\ North", |
|
49046
|
|
|
|
|
|
|
"612496", "Newcastle", |
|
49047
|
|
|
|
|
|
|
"6173436", "Ipswich", |
|
49048
|
|
|
|
|
|
|
"612574790", "Gundabloui", |
|
49049
|
|
|
|
|
|
|
"618854917", "Strathalbyn", |
|
49050
|
|
|
|
|
|
|
"6188919", "Darwin", |
|
49051
|
|
|
|
|
|
|
"61392160", "Werribee", |
|
49052
|
|
|
|
|
|
|
"61747482", "Camooweal", |
|
49053
|
|
|
|
|
|
|
"61889064", "Noonamah", |
|
49054
|
|
|
|
|
|
|
"61259183", "Wallendbeen", |
|
49055
|
|
|
|
|
|
|
"61749401", "Cannon\ Valley", |
|
49056
|
|
|
|
|
|
|
"618660771", "Kalannie\ East", |
|
49057
|
|
|
|
|
|
|
"61364443", "Smithton", |
|
49058
|
|
|
|
|
|
|
"61242770", "Kiama", |
|
49059
|
|
|
|
|
|
|
"61353060", "Moyston", |
|
49060
|
|
|
|
|
|
|
"61264257", "Wonboyn\ Lake", |
|
49061
|
|
|
|
|
|
|
"61268751", "Coalbaggie", |
|
49062
|
|
|
|
|
|
|
"61887891", "Greenways", |
|
49063
|
|
|
|
|
|
|
"61341145", "Orbost", |
|
49064
|
|
|
|
|
|
|
"618854502", "Yankalilla", |
|
49065
|
|
|
|
|
|
|
"61264312", "Cathcart", |
|
49066
|
|
|
|
|
|
|
"61745605", "Bollon", |
|
49067
|
|
|
|
|
|
|
"61263066", "Dunedoo", |
|
49068
|
|
|
|
|
|
|
"613442155", "Tullakool", |
|
49069
|
|
|
|
|
|
|
"61749104", "Yakapari", |
|
49070
|
|
|
|
|
|
|
"617458827", "Macalister", |
|
49071
|
|
|
|
|
|
|
"61754707", "Nambour", |
|
49072
|
|
|
|
|
|
|
"61746823", "The\ Gums", |
|
49073
|
|
|
|
|
|
|
"618996805", "Eneabba\ South", |
|
49074
|
|
|
|
|
|
|
"613441220", "Kyneton", |
|
49075
|
|
|
|
|
|
|
"61356045", "Trafalgar", |
|
49076
|
|
|
|
|
|
|
"61756559", "Beaudesert", |
|
49077
|
|
|
|
|
|
|
"61264377", "Nimmitabel", |
|
49078
|
|
|
|
|
|
|
"61238001", "Barrallier", |
|
49079
|
|
|
|
|
|
|
"61745308", "Thargomindah", |
|
49080
|
|
|
|
|
|
|
"618903845", "Kellerberrin", |
|
49081
|
|
|
|
|
|
|
"61260046", "Little\ Billabong", |
|
49082
|
|
|
|
|
|
|
"61886068", "Gairdner", |
|
49083
|
|
|
|
|
|
|
"61743282", "Mulgildie", |
|
49084
|
|
|
|
|
|
|
"61267772", "Walcha", |
|
49085
|
|
|
|
|
|
|
"61896851", "Bencubbin", |
|
49086
|
|
|
|
|
|
|
"61864982", "Spearwood", |
|
49087
|
|
|
|
|
|
|
"618600930", "Belka\ East", |
|
49088
|
|
|
|
|
|
|
"61878230", "Yorketown", |
|
49089
|
|
|
|
|
|
|
"61354964", "Elmore", |
|
49090
|
|
|
|
|
|
|
"61897301", "Marybrook", |
|
49091
|
|
|
|
|
|
|
"613451172", "Ecklin", |
|
49092
|
|
|
|
|
|
|
"613442110", "Charlton", |
|
49093
|
|
|
|
|
|
|
"61879396", "Noonamah", |
|
49094
|
|
|
|
|
|
|
"61891346", "Pannawonica", |
|
49095
|
|
|
|
|
|
|
"618967725", "Yelbeni", |
|
49096
|
|
|
|
|
|
|
"61748121", "Miriam\ Vale", |
|
49097
|
|
|
|
|
|
|
"61348014", "Conargo", |
|
49098
|
|
|
|
|
|
|
"61257251", "Mirriadool", |
|
49099
|
|
|
|
|
|
|
"61888839", "Alford", |
|
49100
|
|
|
|
|
|
|
"6174039", "Cairns", |
|
49101
|
|
|
|
|
|
|
"61384007", "Melbourne", |
|
49102
|
|
|
|
|
|
|
"61356448", "Foster", |
|
49103
|
|
|
|
|
|
|
"618753202", "Taylorville", |
|
49104
|
|
|
|
|
|
|
"61748277", "Benaraby", |
|
49105
|
|
|
|
|
|
|
"617480699", "Spier", |
|
49106
|
|
|
|
|
|
|
"617486562", "Nogoa", |
|
49107
|
|
|
|
|
|
|
"618866982", "Laura", |
|
49108
|
|
|
|
|
|
|
"61362534", "Dunalley", |
|
49109
|
|
|
|
|
|
|
"61730501", "Redcliffe", |
|
49110
|
|
|
|
|
|
|
"61741688", "Manumbar", |
|
49111
|
|
|
|
|
|
|
"61885783", "Karoonda", |
|
49112
|
|
|
|
|
|
|
"61258217", "Condobolin", |
|
49113
|
|
|
|
|
|
|
"612582524", "Warren", |
|
49114
|
|
|
|
|
|
|
"61748212", "Koumala", |
|
49115
|
|
|
|
|
|
|
"612685795", "Colane", |
|
49116
|
|
|
|
|
|
|
"61756228", "Ormeau", |
|
49117
|
|
|
|
|
|
|
"61734691", "Dunwich", |
|
49118
|
|
|
|
|
|
|
"61898153", "Kronkup", |
|
49119
|
|
|
|
|
|
|
"61745126", "Toowoomba", |
|
49120
|
|
|
|
|
|
|
"61253154", "Bribbaree", |
|
49121
|
|
|
|
|
|
|
"613572625", "Woods\ Point", |
|
49122
|
|
|
|
|
|
|
"612593909", "Humula", |
|
49123
|
|
|
|
|
|
|
"61264481", "Berridale", |
|
49124
|
|
|
|
|
|
|
"613542241", "Marong", |
|
49125
|
|
|
|
|
|
|
"61258272", "Eugowra", |
|
49126
|
|
|
|
|
|
|
"618863952", "Sheringa", |
|
49127
|
|
|
|
|
|
|
"61247113", "Penrith", |
|
49128
|
|
|
|
|
|
|
"61896118", "Jelkobine", |
|
49129
|
|
|
|
|
|
|
"61359141", "Red\ Hill", |
|
49130
|
|
|
|
|
|
|
"61281040", "Liverpool", |
|
49131
|
|
|
|
|
|
|
"61851051", "Roebuck", |
|
49132
|
|
|
|
|
|
|
"61741385", "Mount\ Perry", |
|
49133
|
|
|
|
|
|
|
"617459506", "Darr\ Creek", |
|
49134
|
|
|
|
|
|
|
"618856786", "Culburra", |
|
49135
|
|
|
|
|
|
|
"61267343", "Glen\ Innes", |
|
49136
|
|
|
|
|
|
|
"61350923", "Ouyen", |
|
49137
|
|
|
|
|
|
|
"618763856", "Coffin\ Bay", |
|
49138
|
|
|
|
|
|
|
"61886054", "Darke\ Peak", |
|
49139
|
|
|
|
|
|
|
"61745450", "Eschol", |
|
49140
|
|
|
|
|
|
|
"61388222", "Ringwood", |
|
49141
|
|
|
|
|
|
|
"61363121", "St\ Helens", |
|
49142
|
|
|
|
|
|
|
"61754885", "Imbil", |
|
49143
|
|
|
|
|
|
|
"61362764", "Baden", |
|
49144
|
|
|
|
|
|
|
"61354958", "Charlton", |
|
49145
|
|
|
|
|
|
|
"61888762", "Minlaton", |
|
49146
|
|
|
|
|
|
|
"6135575", "Coleraine", |
|
49147
|
|
|
|
|
|
|
"61268683", "Cobar", |
|
49148
|
|
|
|
|
|
|
"613532320", "Balliang", |
|
49149
|
|
|
|
|
|
|
"61363212", "Gladstone", |
|
49150
|
|
|
|
|
|
|
"612594021", "Wantabadgery", |
|
49151
|
|
|
|
|
|
|
"61354387", "Llanelly", |
|
49152
|
|
|
|
|
|
|
"61259289", "Coolac", |
|
49153
|
|
|
|
|
|
|
"61340566", "Nandaly", |
|
49154
|
|
|
|
|
|
|
"61367224", "Glengarry", |
|
49155
|
|
|
|
|
|
|
"61880810", "Broken\ Hill", |
|
49156
|
|
|
|
|
|
|
"61897094", "Upper\ Preston", |
|
49157
|
|
|
|
|
|
|
"612574811", "Nundle", |
|
49158
|
|
|
|
|
|
|
"6138201", "Croydon", |
|
49159
|
|
|
|
|
|
|
"61875021", "Eudunda", |
|
49160
|
|
|
|
|
|
|
"61749744", "Miriam\ Vale", |
|
49161
|
|
|
|
|
|
|
"61265932", "Rookhurst", |
|
49162
|
|
|
|
|
|
|
"6128121", "Sydney", |
|
49163
|
|
|
|
|
|
|
"61754147", "Cooroy", |
|
49164
|
|
|
|
|
|
|
"61886627", "Georgetown", |
|
49165
|
|
|
|
|
|
|
"61896501", "Lancelin", |
|
49166
|
|
|
|
|
|
|
"613542607", "Logan", |
|
49167
|
|
|
|
|
|
|
"61253168", "Molong", |
|
49168
|
|
|
|
|
|
|
"61244759", "Moruya", |
|
49169
|
|
|
|
|
|
|
"618967023", "Kalannie", |
|
49170
|
|
|
|
|
|
|
"61746698", "Dalby", |
|
49171
|
|
|
|
|
|
|
"618683301", "Muradup", |
|
49172
|
|
|
|
|
|
|
"618856714", "Sedan", |
|
49173
|
|
|
|
|
|
|
"61351163", "Baw\ Baw", |
|
49174
|
|
|
|
|
|
|
"61878026", "Snowtown", |
|
49175
|
|
|
|
|
|
|
"61753479", "Caboolture", |
|
49176
|
|
|
|
|
|
|
"61244142", "Batemans\ Bay", |
|
49177
|
|
|
|
|
|
|
"61247049", "Penrith", |
|
49178
|
|
|
|
|
|
|
"61250148", "Little\ Billabong", |
|
49179
|
|
|
|
|
|
|
"61885651", "Sedan", |
|
49180
|
|
|
|
|
|
|
"61255640", "Lord\ Howe\ Island", |
|
49181
|
|
|
|
|
|
|
"61361315", "New\ Norfolk", |
|
49182
|
|
|
|
|
|
|
"61876057", "Mount\ Hope", |
|
49183
|
|
|
|
|
|
|
"618854893", "Murray\ Bridge", |
|
49184
|
|
|
|
|
|
|
"618903613", "Salmon\ Gums", |
|
49185
|
|
|
|
|
|
|
"61340489", "Robinvale", |
|
49186
|
|
|
|
|
|
|
"61899813", "Mount\ George", |
|
49187
|
|
|
|
|
|
|
"612530233", "Frogmore", |
|
49188
|
|
|
|
|
|
|
"618683371", "Katanning", |
|
49189
|
|
|
|
|
|
|
"61876050", "Kapinnie", |
|
49190
|
|
|
|
|
|
|
"6129535", "Sutherland", |
|
49191
|
|
|
|
|
|
|
"61756204", "Southport", |
|
49192
|
|
|
|
|
|
|
"61248566", "Breadalbane", |
|
49193
|
|
|
|
|
|
|
"61255647", "Muswellbrook", |
|
49194
|
|
|
|
|
|
|
"61264901", "Berridale", |
|
49195
|
|
|
|
|
|
|
"61754140", "Nambour", |
|
49196
|
|
|
|
|
|
|
"6138555", "Clayton", |
|
49197
|
|
|
|
|
|
|
"61247055", "Mount\ Wilson", |
|
49198
|
|
|
|
|
|
|
"61890193", "Warralakin", |
|
49199
|
|
|
|
|
|
|
"61745642", "Haddon", |
|
49200
|
|
|
|
|
|
|
"61746563", "Haddon", |
|
49201
|
|
|
|
|
|
|
"61256099", "Nimbin", |
|
49202
|
|
|
|
|
|
|
"618967802", "Jelkobine", |
|
49203
|
|
|
|
|
|
|
"61341102", "Lakes\ Entrance", |
|
49204
|
|
|
|
|
|
|
"617476464", "Clarke", |
|
49205
|
|
|
|
|
|
|
"61891838", "Karratha", |
|
49206
|
|
|
|
|
|
|
"61269758", "Ungarie", |
|
49207
|
|
|
|
|
|
|
"61262279", "Cavan", |
|
49208
|
|
|
|
|
|
|
"61356002", "Buffalo", |
|
49209
|
|
|
|
|
|
|
"61898015", "Badgebup\ North", |
|
49210
|
|
|
|
|
|
|
"613470620", "Woods\ Point", |
|
49211
|
|
|
|
|
|
|
"613441690", "Boort", |
|
49212
|
|
|
|
|
|
|
"613542677", "Traynors\ Lagoon", |
|
49213
|
|
|
|
|
|
|
"61361079", "Hobart", |
|
49214
|
|
|
|
|
|
|
"612593697", "Henty", |
|
49215
|
|
|
|
|
|
|
"61351414", "Sale", |
|
49216
|
|
|
|
|
|
|
"61743046", "Gayndah", |
|
49217
|
|
|
|
|
|
|
"613441912", "Kyneton", |
|
49218
|
|
|
|
|
|
|
"61887493", "Millicent", |
|
49219
|
|
|
|
|
|
|
"61250239", "Tallangatta", |
|
49220
|
|
|
|
|
|
|
"617459413", "Charleville", |
|
49221
|
|
|
|
|
|
|
"61341373", "Lindenow", |
|
49222
|
|
|
|
|
|
|
"61260791", "Oaklands", |
|
49223
|
|
|
|
|
|
|
"61747416", "Richmond", |
|
49224
|
|
|
|
|
|
|
"612530257", "Bathurst", |
|
49225
|
|
|
|
|
|
|
"61358148", "Jerilderie", |
|
49226
|
|
|
|
|
|
|
"61880817", "Tepco", |
|
49227
|
|
|
|
|
|
|
"61342417", "Torquay", |
|
49228
|
|
|
|
|
|
|
"613451414", "Cavendish", |
|
49229
|
|
|
|
|
|
|
"61363514", "Moltema", |
|
49230
|
|
|
|
|
|
|
"61746421", "Toowoomba", |
|
49231
|
|
|
|
|
|
|
"61364035", "Ulverstone", |
|
49232
|
|
|
|
|
|
|
"61745324", "Goombi", |
|
49233
|
|
|
|
|
|
|
"61354380", "Bendigo", |
|
49234
|
|
|
|
|
|
|
"61888165", "Thistle", |
|
49235
|
|
|
|
|
|
|
"61745457", "Jimbour", |
|
49236
|
|
|
|
|
|
|
"61289240", "Dural", |
|
49237
|
|
|
|
|
|
|
"61740066", "Innot\ Hot\ Springs", |
|
49238
|
|
|
|
|
|
|
"61753318", "Kalbar", |
|
49239
|
|
|
|
|
|
|
"618850196", "Yumali", |
|
49240
|
|
|
|
|
|
|
"618989186", "Pumphreys", |
|
49241
|
|
|
|
|
|
|
"613531823", "Learmonth", |
|
49242
|
|
|
|
|
|
|
"61749128", "Marlborough", |
|
49243
|
|
|
|
|
|
|
"612592700", "Ganmain", |
|
49244
|
|
|
|
|
|
|
"61891144", "Sandfire", |
|
49245
|
|
|
|
|
|
|
"617480229", "Carbine\ Creek", |
|
49246
|
|
|
|
|
|
|
"618660861", "Goomalling", |
|
49247
|
|
|
|
|
|
|
"61896453", "Quairading", |
|
49248
|
|
|
|
|
|
|
"61872280", "Salisbury", |
|
49249
|
|
|
|
|
|
|
"6186174", "Spearwood", |
|
49250
|
|
|
|
|
|
|
"618996722", "Eneabba\ North", |
|
49251
|
|
|
|
|
|
|
"6136429", "Ulverstone", |
|
49252
|
|
|
|
|
|
|
"612583659", "Yeoval", |
|
49253
|
|
|
|
|
|
|
"61358708", "Brassi", |
|
49254
|
|
|
|
|
|
|
"618965668", "Dalwallinu", |
|
49255
|
|
|
|
|
|
|
"618985489", "Ravensthorpe\ West", |
|
49256
|
|
|
|
|
|
|
"61269764", "Barmedman\ East", |
|
49257
|
|
|
|
|
|
|
"61281047", "Bankstown", |
|
49258
|
|
|
|
|
|
|
"61238196", "Bundanoon", |
|
49259
|
|
|
|
|
|
|
"61867232", "Lake\ Clifton", |
|
49260
|
|
|
|
|
|
|
"61748514", "Buckland", |
|
49261
|
|
|
|
|
|
|
"612594451", "Wantabadgery", |
|
49262
|
|
|
|
|
|
|
"612593979", "Humula", |
|
49263
|
|
|
|
|
|
|
"6175373", "Nambour", |
|
49264
|
|
|
|
|
|
|
"618763512", "Wanilla", |
|
49265
|
|
|
|
|
|
|
"61354873", "Llanelly", |
|
49266
|
|
|
|
|
|
|
"61255409", "Idaville", |
|
49267
|
|
|
|
|
|
|
"61891704", "Fitzroy\ Crossing", |
|
49268
|
|
|
|
|
|
|
"61352289", "Lorne", |
|
49269
|
|
|
|
|
|
|
"61748270", "Springsure", |
|
49270
|
|
|
|
|
|
|
"612574848", "Barraba", |
|
49271
|
|
|
|
|
|
|
"61355492", "Apsley", |
|
49272
|
|
|
|
|
|
|
"613553622", "Casterton", |
|
49273
|
|
|
|
|
|
|
"61258210", "Bruie\ Plains", |
|
49274
|
|
|
|
|
|
|
"61888729", "South\ Hummocks", |
|
49275
|
|
|
|
|
|
|
"61367208", "Mole\ Creek", |
|
49276
|
|
|
|
|
|
|
"6138303", "Point\ Cook", |
|
49277
|
|
|
|
|
|
|
"617441398", "Flinders", |
|
49278
|
|
|
|
|
|
|
"61747363", "Giru", |
|
49279
|
|
|
|
|
|
|
"61264370", "Bega", |
|
49280
|
|
|
|
|
|
|
"61356059", "Foster", |
|
49281
|
|
|
|
|
|
|
"61267175", "Garah", |
|
49282
|
|
|
|
|
|
|
"618600751", "Esperance", |
|
49283
|
|
|
|
|
|
|
"61341159", "Golden\ Beach", |
|
49284
|
|
|
|
|
|
|
"61878237", "Braemer", |
|
49285
|
|
|
|
|
|
|
"6124986", "Swansea", |
|
49286
|
|
|
|
|
|
|
"61248736", "Gundillion", |
|
49287
|
|
|
|
|
|
|
"61244105", "Narooma", |
|
49288
|
|
|
|
|
|
|
"618780681", "Freeling", |
|
49289
|
|
|
|
|
|
|
"6128760", "Bankstown", |
|
49290
|
|
|
|
|
|
|
"61743584", "Gin\ Gin", |
|
49291
|
|
|
|
|
|
|
"61877244", "Taratap", |
|
49292
|
|
|
|
|
|
|
"61240014", "Cessnock", |
|
49293
|
|
|
|
|
|
|
"61876305", "Mintabie", |
|
49294
|
|
|
|
|
|
|
"61746733", "Bonshaw", |
|
49295
|
|
|
|
|
|
|
"618854572", "Waikerie", |
|
49296
|
|
|
|
|
|
|
"613542764", "Wycheproof", |
|
49297
|
|
|
|
|
|
|
"61754700", "Noosaville", |
|
49298
|
|
|
|
|
|
|
"618996875", "Leeman", |
|
49299
|
|
|
|
|
|
|
"617750017", "Omanama", |
|
49300
|
|
|
|
|
|
|
"6134252", "Geelong\/Meredith\/Colac\/Queenscliff\/Cressy\/Swan\ Marsh\/Torquay\/Winchelsea\ South", |
|
49301
|
|
|
|
|
|
|
"61734984", "Redcliffe", |
|
49302
|
|
|
|
|
|
|
"61253280", "Molong", |
|
49303
|
|
|
|
|
|
|
"6127966", "Sydney", |
|
49304
|
|
|
|
|
|
|
"613451072", "Mount\ Richmond", |
|
49305
|
|
|
|
|
|
|
"613442010", "Marong", |
|
49306
|
|
|
|
|
|
|
"61351428", "Combienbar", |
|
49307
|
|
|
|
|
|
|
"617441421", "Palm\ Island", |
|
49308
|
|
|
|
|
|
|
"6135238", "Cressy", |
|
49309
|
|
|
|
|
|
|
"618680028", "Lake\ King", |
|
49310
|
|
|
|
|
|
|
"61255378", "Port\ Macquarie", |
|
49311
|
|
|
|
|
|
|
"61740778", "Hopevale", |
|
49312
|
|
|
|
|
|
|
"61896326", "Aldersyde", |
|
49313
|
|
|
|
|
|
|
"618763785", "Hawker", |
|
49314
|
|
|
|
|
|
|
"61876079", "Andamooka", |
|
49315
|
|
|
|
|
|
|
"61753457", "Noosaville", |
|
49316
|
|
|
|
|
|
|
"61880182", "Tepco", |
|
49317
|
|
|
|
|
|
|
"61238011", "Goulburn", |
|
49318
|
|
|
|
|
|
|
"61745318", "Dalby", |
|
49319
|
|
|
|
|
|
|
"61898357", "West\ River", |
|
49320
|
|
|
|
|
|
|
"61255675", "Forster", |
|
49321
|
|
|
|
|
|
|
"61267707", "Guyra", |
|
49322
|
|
|
|
|
|
|
"61753324", "Kenilworth", |
|
49323
|
|
|
|
|
|
|
"61898042", "Bradfords", |
|
49324
|
|
|
|
|
|
|
"618700", "Adelaide", |
|
49325
|
|
|
|
|
|
|
"61342358", "Torquay", |
|
49326
|
|
|
|
|
|
|
"613442055", "Gisborne", |
|
49327
|
|
|
|
|
|
|
"61749114", "Mackay", |
|
49328
|
|
|
|
|
|
|
"617441917", "Ravenswood", |
|
49329
|
|
|
|
|
|
|
"61745615", "Injune", |
|
49330
|
|
|
|
|
|
|
"61264302", "Numeralla", |
|
49331
|
|
|
|
|
|
|
"61898988", "Rocky\ Gully", |
|
49332
|
|
|
|
|
|
|
"613431997", "Wilkur", |
|
49333
|
|
|
|
|
|
|
"612574909", "Bundarra", |
|
49334
|
|
|
|
|
|
|
"61361050", "Hobart", |
|
49335
|
|
|
|
|
|
|
"61897945", "Margaret\ River", |
|
49336
|
|
|
|
|
|
|
"61268265", "Dubbo", |
|
49337
|
|
|
|
|
|
|
"61259174", "Talbingo", |
|
49338
|
|
|
|
|
|
|
"612630797", "Burraga", |
|
49339
|
|
|
|
|
|
|
"618661009", "Talbot\ Brook", |
|
49340
|
|
|
|
|
|
|
"61253561", "Meadow\ Flat", |
|
49341
|
|
|
|
|
|
|
"61240667", "Stroud", |
|
49342
|
|
|
|
|
|
|
"618753355", "Peebinga", |
|
49343
|
|
|
|
|
|
|
"61247103", "Penrith", |
|
49344
|
|
|
|
|
|
|
"61896108", "Gillingarra", |
|
49345
|
|
|
|
|
|
|
"61731873", "Russell\ Island", |
|
49346
|
|
|
|
|
|
|
"61351025", "Baw\ Baw", |
|
49347
|
|
|
|
|
|
|
"618967075", "Wongan\ Hills", |
|
49348
|
|
|
|
|
|
|
"61264173", "Berridale", |
|
49349
|
|
|
|
|
|
|
"61747160", "Richmond", |
|
49350
|
|
|
|
|
|
|
"612583566", "Wyanga", |
|
49351
|
|
|
|
|
|
|
"61741843", "Booyal", |
|
49352
|
|
|
|
|
|
|
"612574227", "Elcombe", |
|
49353
|
|
|
|
|
|
|
"617480466", "Carmila", |
|
49354
|
|
|
|
|
|
|
"61256335", "Tyalgum", |
|
49355
|
|
|
|
|
|
|
"61265997", "Toorooka", |
|
49356
|
|
|
|
|
|
|
"61384072", "Eltham", |
|
49357
|
|
|
|
|
|
|
"61266080", "Mullumbimby", |
|
49358
|
|
|
|
|
|
|
"61748202", "Connors\ Range", |
|
49359
|
|
|
|
|
|
|
"613470696", "Mansfield", |
|
49360
|
|
|
|
|
|
|
"61879788", "Darwin", |
|
49361
|
|
|
|
|
|
|
"61258207", "Mendooran", |
|
49362
|
|
|
|
|
|
|
"618753310", "Windsor", |
|
49363
|
|
|
|
|
|
|
"61256638", "Thora", |
|
49364
|
|
|
|
|
|
|
"61383588", "Craigieburn", |
|
49365
|
|
|
|
|
|
|
"61899401", "Wiluna", |
|
49366
|
|
|
|
|
|
|
"61897482", "Capel", |
|
49367
|
|
|
|
|
|
|
"61348004", "Cobram", |
|
49368
|
|
|
|
|
|
|
"612685575", "Weelong", |
|
49369
|
|
|
|
|
|
|
"61263299", "Burraga", |
|
49370
|
|
|
|
|
|
|
"61880800", "Broken\ Hill", |
|
49371
|
|
|
|
|
|
|
"61342364", "Bannockburn", |
|
49372
|
|
|
|
|
|
|
"612594121", "Junee", |
|
49373
|
|
|
|
|
|
|
"61363202", "Beaconsfield", |
|
49374
|
|
|
|
|
|
|
"61887275", "Coonawarra", |
|
49375
|
|
|
|
|
|
|
"613553916", "Mount\ Richmond", |
|
49376
|
|
|
|
|
|
|
"6126237", "Michelago", |
|
49377
|
|
|
|
|
|
|
"61744027", "Briaba", |
|
49378
|
|
|
|
|
|
|
"61362841", "Miena", |
|
49379
|
|
|
|
|
|
|
"6139978", "Melbourne", |
|
49380
|
|
|
|
|
|
|
"61240028", "Tea\ Gardens", |
|
49381
|
|
|
|
|
|
|
"61748259", "Spier", |
|
49382
|
|
|
|
|
|
|
"612582485", "Ginghet", |
|
49383
|
|
|
|
|
|
|
"61249166", "Karuah", |
|
49384
|
|
|
|
|
|
|
"61267885", "Ebor", |
|
49385
|
|
|
|
|
|
|
"61735064", "Brisbane", |
|
49386
|
|
|
|
|
|
|
"61890390", "Norseman", |
|
49387
|
|
|
|
|
|
|
"61754343", "Kilcoy", |
|
49388
|
|
|
|
|
|
|
"61244053", "Huskisson", |
|
49389
|
|
|
|
|
|
|
"61354183", "Cohuna", |
|
49390
|
|
|
|
|
|
|
"61888597", "Clare", |
|
49391
|
|
|
|
|
|
|
"61361305", "Miena", |
|
49392
|
|
|
|
|
|
|
"61367033", "Blessington", |
|
49393
|
|
|
|
|
|
|
"61264359", "Thredbo\ Village", |
|
49394
|
|
|
|
|
|
|
"61284039", "Terrey\ Hills", |
|
49395
|
|
|
|
|
|
|
"61356070", "Leongatha", |
|
49396
|
|
|
|
|
|
|
"617485846", "Capella", |
|
49397
|
|
|
|
|
|
|
"618967773", "Brookton", |
|
49398
|
|
|
|
|
|
|
"617459070", "Tipton", |
|
49399
|
|
|
|
|
|
|
"61355430", "Dunkeld", |
|
49400
|
|
|
|
|
|
|
"618680036", "Lake\ Magenta", |
|
49401
|
|
|
|
|
|
|
"61341170", "Loch\ Sport", |
|
49402
|
|
|
|
|
|
|
"61889565", "Tanami", |
|
49403
|
|
|
|
|
|
|
"61359548", "Warburton", |
|
49404
|
|
|
|
|
|
|
"61361608", "Sorell", |
|
49405
|
|
|
|
|
|
|
"612532894", "Glen\ Davis", |
|
49406
|
|
|
|
|
|
|
"61896511", "Moora", |
|
49407
|
|
|
|
|
|
|
"613553984", "Warrnambool", |
|
49408
|
|
|
|
|
|
|
"6129873", "Parramatta", |
|
49409
|
|
|
|
|
|
|
"612593811", "Rannock", |
|
49410
|
|
|
|
|
|
|
"61240425", "East\ Gresford", |
|
49411
|
|
|
|
|
|
|
"61267147", "Nowendoc", |
|
49412
|
|
|
|
|
|
|
"6128120", "Sydney", |
|
49413
|
|
|
|
|
|
|
"6138200", "Croydon", |
|
49414
|
|
|
|
|
|
|
"61268134", "Wyanga", |
|
49415
|
|
|
|
|
|
|
"61348028", "Mathoura", |
|
49416
|
|
|
|
|
|
|
"618854792", "Milang", |
|
49417
|
|
|
|
|
|
|
"617451859", "Dalby", |
|
49418
|
|
|
|
|
|
|
"61889393", "Nhulunbuy", |
|
49419
|
|
|
|
|
|
|
"61898005", "Amelup", |
|
49420
|
|
|
|
|
|
|
"61356012", "Hill\ End", |
|
49421
|
|
|
|
|
|
|
"61753126", "Upper\ Widgee", |
|
49422
|
|
|
|
|
|
|
"61897902", "Boyup\ Brook", |
|
49423
|
|
|
|
|
|
|
"61741441", "Farnsfield", |
|
49424
|
|
|
|
|
|
|
"613981", "Melbourne", |
|
49425
|
|
|
|
|
|
|
"61341112", "Omeo", |
|
49426
|
|
|
|
|
|
|
"61264345", "Nimmitabel", |
|
49427
|
|
|
|
|
|
|
"61899981", "Leeman", |
|
49428
|
|
|
|
|
|
|
"61267140", "Yarrowitch", |
|
49429
|
|
|
|
|
|
|
"618967703", "Trayning", |
|
49430
|
|
|
|
|
|
|
"617459000", "Dulacca", |
|
49431
|
|
|
|
|
|
|
"61355437", "Victoria\ Valley", |
|
49432
|
|
|
|
|
|
|
"61363868", "Waterhouse", |
|
49433
|
|
|
|
|
|
|
"617452628", "Mount\ Tyson", |
|
49434
|
|
|
|
|
|
|
"61356077", "Icy\ Creek", |
|
49435
|
|
|
|
|
|
|
"61756214", "Beaudesert", |
|
49436
|
|
|
|
|
|
|
"61352174", "Birregurra", |
|
49437
|
|
|
|
|
|
|
"61888590", "South\ Hummocks", |
|
49438
|
|
|
|
|
|
|
"61264648", "Dalgety", |
|
49439
|
|
|
|
|
|
|
"613542181", "Llanelly", |
|
49440
|
|
|
|
|
|
|
"61341221", "Baw\ Baw", |
|
49441
|
|
|
|
|
|
|
"61899803", "Meekatharra", |
|
49442
|
|
|
|
|
|
|
"61861929", "Spearwood", |
|
49443
|
|
|
|
|
|
|
"61341177", "Erica", |
|
49444
|
|
|
|
|
|
|
"61896124", "Jurien", |
|
49445
|
|
|
|
|
|
|
"61242021", "Helensburgh", |
|
49446
|
|
|
|
|
|
|
"618865941", "Penong", |
|
49447
|
|
|
|
|
|
|
"618682203", "West\ River", |
|
49448
|
|
|
|
|
|
|
"61748854", "Nogoa", |
|
49449
|
|
|
|
|
|
|
"61359225", "Red\ Hill", |
|
49450
|
|
|
|
|
|
|
"61898286", "Ongerup\ North", |
|
49451
|
|
|
|
|
|
|
"618683649", "Ongerup\ North", |
|
49452
|
|
|
|
|
|
|
"617480232", "Emerald", |
|
49453
|
|
|
|
|
|
|
"61890397", "Dundas", |
|
49454
|
|
|
|
|
|
|
"618660080", "Bibby\ Springs", |
|
49455
|
|
|
|
|
|
|
"61240391", "Tea\ Gardens", |
|
49456
|
|
|
|
|
|
|
"618996739", "Mount\ George", |
|
49457
|
|
|
|
|
|
|
"61898408", "Bow\ Bridge", |
|
49458
|
|
|
|
|
|
|
"612532726", "Bribbaree", |
|
49459
|
|
|
|
|
|
|
"6126554", "Forster", |
|
49460
|
|
|
|
|
|
|
"61880807", "Tepco", |
|
49461
|
|
|
|
|
|
|
"61263894", "Reids\ Flat", |
|
49462
|
|
|
|
|
|
|
"61747406", "Clarke", |
|
49463
|
|
|
|
|
|
|
"61738275", "Beenleigh", |
|
49464
|
|
|
|
|
|
|
"613531722", "Moyston", |
|
49465
|
|
|
|
|
|
|
"612532945", "Canowindra", |
|
49466
|
|
|
|
|
|
|
"61744020", "Mount\ Isa", |
|
49467
|
|
|
|
|
|
|
"61355084", "Harrow", |
|
49468
|
|
|
|
|
|
|
"612574697", "Gurley", |
|
49469
|
|
|
|
|
|
|
"61748245", "Tungamull", |
|
49470
|
|
|
|
|
|
|
"61753605", "Ballugan", |
|
49471
|
|
|
|
|
|
|
"61351404", "Heyfield", |
|
49472
|
|
|
|
|
|
|
"617442833", "Camooweal", |
|
49473
|
|
|
|
|
|
|
"61257162", "Willow\ Tree", |
|
49474
|
|
|
|
|
|
|
"6139497", "Melbourne", |
|
49475
|
|
|
|
|
|
|
"61351691", "Yinnar", |
|
49476
|
|
|
|
|
|
|
"61258200", "Dubbo", |
|
49477
|
|
|
|
|
|
|
"61746039", "Bringalily", |
|
49478
|
|
|
|
|
|
|
"61269841", "Batlow", |
|
49479
|
|
|
|
|
|
|
"61745479", "Chinchilla", |
|
49480
|
|
|
|
|
|
|
"61742771", "Dimbulah", |
|
49481
|
|
|
|
|
|
|
"61891714", "Hall\'s\ Creek", |
|
49482
|
|
|
|
|
|
|
"61286654", "Sydney", |
|
49483
|
|
|
|
|
|
|
"61255419", "Murrurundi", |
|
49484
|
|
|
|
|
|
|
"613450588", "Portland", |
|
49485
|
|
|
|
|
|
|
"617485902", "Ubobo", |
|
49486
|
|
|
|
|
|
|
"61744236", "Home\ Hill", |
|
49487
|
|
|
|
|
|
|
"618859940", "Peebinga", |
|
49488
|
|
|
|
|
|
|
"61748504", "Gladstone", |
|
49489
|
|
|
|
|
|
|
"61256266", "Wooli", |
|
49490
|
|
|
|
|
|
|
"618661079", "Wongan\ Hills", |
|
49491
|
|
|
|
|
|
|
"61240660", "Karuah", |
|
49492
|
|
|
|
|
|
|
"61868083", "Kulin\ West", |
|
49493
|
|
|
|
|
|
|
"618683417", "Tarin\ Rock", |
|
49494
|
|
|
|
|
|
|
"618600998", "Bullfinch", |
|
49495
|
|
|
|
|
|
|
"61266087", "Nimbin", |
|
49496
|
|
|
|
|
|
|
"61340351", "Ouyen", |
|
49497
|
|
|
|
|
|
|
"61265990", "Bowraville", |
|
49498
|
|
|
|
|
|
|
"61747167", "The\ Monument", |
|
49499
|
|
|
|
|
|
|
"61342166", "Torquay", |
|
49500
|
|
|
|
|
|
|
"61740603", "Peninsula", |
|
49501
|
|
|
|
|
|
|
"618967005", "Goodlands", |
|
49502
|
|
|
|
|
|
|
"617750117", "Brymaroo", |
|
49503
|
|
|
|
|
|
|
"618903282", "Bruce\ Rock", |
|
49504
|
|
|
|
|
|
|
"612583160", "Cuttaburra", |
|
49505
|
|
|
|
|
|
|
"61269290", "Currawarna", |
|
49506
|
|
|
|
|
|
|
"61267700", "Tenterden", |
|
49507
|
|
|
|
|
|
|
"61268336", "Hermidale", |
|
49508
|
|
|
|
|
|
|
"6188179", "Adelaide", |
|
49509
|
|
|
|
|
|
|
"61876315", "Quorn", |
|
49510
|
|
|
|
|
|
|
"612574979", "Walcha", |
|
49511
|
|
|
|
|
|
|
"61899553", "Leeman", |
|
49512
|
|
|
|
|
|
|
"61361057", "Margate", |
|
49513
|
|
|
|
|
|
|
"61886999", "Streaky\ Bay", |
|
49514
|
|
|
|
|
|
|
"61888023", "Braemer", |
|
49515
|
|
|
|
|
|
|
"612583881", "Bourke", |
|
49516
|
|
|
|
|
|
|
"61240004", "Clarence\ Town", |
|
49517
|
|
|
|
|
|
|
"61897866", "Bridgetown", |
|
49518
|
|
|
|
|
|
|
"617442857", "Karumba", |
|
49519
|
|
|
|
|
|
|
"618762609", "Nelshaby", |
|
49520
|
|
|
|
|
|
|
"6128761", "Bankstown", |
|
49521
|
|
|
|
|
|
|
"61265074", "Kempsey", |
|
49522
|
|
|
|
|
|
|
"61265331", "Port\ Macquarie", |
|
49523
|
|
|
|
|
|
|
"61244115", "Milton\-ulladulla", |
|
49524
|
|
|
|
|
|
|
"618753446", "Wanbi", |
|
49525
|
|
|
|
|
|
|
"61740299", "Herberton", |
|
49526
|
|
|
|
|
|
|
"613546022", "Redesdale", |
|
49527
|
|
|
|
|
|
|
"61361342", "Swansea", |
|
49528
|
|
|
|
|
|
|
"61889132", "Elliott", |
|
49529
|
|
|
|
|
|
|
"61355546", "Chetwynd", |
|
49530
|
|
|
|
|
|
|
"613451002", "Hamilton", |
|
49531
|
|
|
|
|
|
|
"61748868", "Gladstone", |
|
49532
|
|
|
|
|
|
|
"61353788", "Bangerang", |
|
49533
|
|
|
|
|
|
|
"61898350", "Jerramungup", |
|
49534
|
|
|
|
|
|
|
"61753450", "Woodford", |
|
49535
|
|
|
|
|
|
|
"618866167", "Port\ Kenny", |
|
49536
|
|
|
|
|
|
|
"618894", "Darwin", |
|
49537
|
|
|
|
|
|
|
"618683589", "Broomehill", |
|
49538
|
|
|
|
|
|
|
"61754175", "Imbil", |
|
49539
|
|
|
|
|
|
|
"61872821", "Mount\ Barker", |
|
49540
|
|
|
|
|
|
|
"6138581", "Clayton", |
|
49541
|
|
|
|
|
|
|
"6188894", "Hallett", |
|
49542
|
|
|
|
|
|
|
"61367218", "Westbury", |
|
49543
|
|
|
|
|
|
|
"617452555", "Goombungee", |
|
49544
|
|
|
|
|
|
|
"613442236", "Pyramid\ Hill", |
|
49545
|
|
|
|
|
|
|
"618862980", "Cowell", |
|
49546
|
|
|
|
|
|
|
"612592677", "Barmedman\ East", |
|
49547
|
|
|
|
|
|
|
"61890613", "Southern\ Cross", |
|
49548
|
|
|
|
|
|
|
"618903427", "Condingup", |
|
49549
|
|
|
|
|
|
|
"612532979", "Milvale", |
|
49550
|
|
|
|
|
|
|
"61266131", "Bonalbo", |
|
49551
|
|
|
|
|
|
|
"61743573", "Brooweena", |
|
49552
|
|
|
|
|
|
|
"61862982", "Perth\/Kalamunda", |
|
49553
|
|
|
|
|
|
|
"6188164", "Adelaide", |
|
49554
|
|
|
|
|
|
|
"61359533", "Cranbourne", |
|
49555
|
|
|
|
|
|
|
"61352964", "Birregurra", |
|
49556
|
|
|
|
|
|
|
"61265540", "Pacific\ Palms", |
|
49557
|
|
|
|
|
|
|
"61898514", "Mount\ Barker", |
|
49558
|
|
|
|
|
|
|
"61886780", "Woomera", |
|
49559
|
|
|
|
|
|
|
"61357939", "Puckapunyal", |
|
49560
|
|
|
|
|
|
|
"61248120", "Tuena", |
|
49561
|
|
|
|
|
|
|
"618993929", "Arrowsmith", |
|
49562
|
|
|
|
|
|
|
"61741704", "Brooklands", |
|
49563
|
|
|
|
|
|
|
"61898270", "Gnowangerup", |
|
49564
|
|
|
|
|
|
|
"617452510", "Cambooya", |
|
49565
|
|
|
|
|
|
|
"61877004", "Colebatch", |
|
49566
|
|
|
|
|
|
|
"61734973", "Brisbane", |
|
49567
|
|
|
|
|
|
|
"61367048", "Pyengana", |
|
49568
|
|
|
|
|
|
|
"618683675", "Woodanilling", |
|
49569
|
|
|
|
|
|
|
"617486892", "Baralaba", |
|
49570
|
|
|
|
|
|
|
"618903366", "Narembeen\ East", |
|
49571
|
|
|
|
|
|
|
"61359296", "Marysville", |
|
49572
|
|
|
|
|
|
|
"61269438", "Coolac", |
|
49573
|
|
|
|
|
|
|
"618982504", "Walpole", |
|
49574
|
|
|
|
|
|
|
"612594180", "Bidgeemia", |
|
49575
|
|
|
|
|
|
|
"61358330", "Shepparton", |
|
49576
|
|
|
|
|
|
|
"61357706", "Kobyboyn", |
|
49577
|
|
|
|
|
|
|
"61351518", "Seaspray", |
|
49578
|
|
|
|
|
|
|
"61875115", "Mypolonga", |
|
49579
|
|
|
|
|
|
|
"61897363", "Darkan", |
|
49580
|
|
|
|
|
|
|
"61355996", "Caramut", |
|
49581
|
|
|
|
|
|
|
"617442842", "Eddington", |
|
49582
|
|
|
|
|
|
|
"61255732", "Mount\ George", |
|
49583
|
|
|
|
|
|
|
"61889617", "Tanami", |
|
49584
|
|
|
|
|
|
|
"618989358", "Beaufort\ River", |
|
49585
|
|
|
|
|
|
|
"61238063", "Bungonia", |
|
49586
|
|
|
|
|
|
|
"61887007", "Bordertown", |
|
49587
|
|
|
|
|
|
|
"6175657", "Southport", |
|
49588
|
|
|
|
|
|
|
"61753195", "Nambour", |
|
49589
|
|
|
|
|
|
|
"61340127", "Ouyen", |
|
49590
|
|
|
|
|
|
|
"618781334", "Riverton", |
|
49591
|
|
|
|
|
|
|
"61886842", "Port\ Lincoln", |
|
49592
|
|
|
|
|
|
|
"612574738", "Walcha\ Road", |
|
49593
|
|
|
|
|
|
|
"61246665", "Campbelltown", |
|
49594
|
|
|
|
|
|
|
"61340271", "Werrimull", |
|
49595
|
|
|
|
|
|
|
"61269035", "Griffith", |
|
49596
|
|
|
|
|
|
|
"61358991", "Mabins\ Well", |
|
49597
|
|
|
|
|
|
|
"61354884", "Beazleys\ Bridge", |
|
49598
|
|
|
|
|
|
|
"61745820", "Lynd\ Range", |
|
49599
|
|
|
|
|
|
|
"6124651", "Camden", |
|
49600
|
|
|
|
|
|
|
"617487119", "Dysart", |
|
49601
|
|
|
|
|
|
|
"61745737", "Dalby", |
|
49602
|
|
|
|
|
|
|
"61886549", "Nelshaby", |
|
49603
|
|
|
|
|
|
|
"61363015", "Blessington", |
|
49604
|
|
|
|
|
|
|
"61364534", "Marrawah", |
|
49605
|
|
|
|
|
|
|
"61889672", "Alice\ Springs", |
|
49606
|
|
|
|
|
|
|
"61256643", "Whiporie", |
|
49607
|
|
|
|
|
|
|
"61255562", "Forster", |
|
49608
|
|
|
|
|
|
|
"61749813", "Middlemount", |
|
49609
|
|
|
|
|
|
|
"61261366", "Michelago", |
|
49610
|
|
|
|
|
|
|
"61341384", "Rosedale", |
|
49611
|
|
|
|
|
|
|
"61747977", "Walker", |
|
49612
|
|
|
|
|
|
|
"613431154", "Balliang", |
|
49613
|
|
|
|
|
|
|
"612574176", "Wee\ Waa", |
|
49614
|
|
|
|
|
|
|
"617486195", "Finch\ Hatton", |
|
49615
|
|
|
|
|
|
|
"61351101", "Mallacoota", |
|
49616
|
|
|
|
|
|
|
"61887349", "Millicent", |
|
49617
|
|
|
|
|
|
|
"617480243", "Gemfields", |
|
49618
|
|
|
|
|
|
|
"61743488", "Childers", |
|
49619
|
|
|
|
|
|
|
"6124477", "Jilliga", |
|
49620
|
|
|
|
|
|
|
"61741838", "Pialba", |
|
49621
|
|
|
|
|
|
|
"61747912", "Bowen", |
|
49622
|
|
|
|
|
|
|
"61899306", "Three\ Springs", |
|
49623
|
|
|
|
|
|
|
"61864906", "Spearwood", |
|
49624
|
|
|
|
|
|
|
"61740193", "Chillagoe", |
|
49625
|
|
|
|
|
|
|
"61895642", "Toodyay", |
|
49626
|
|
|
|
|
|
|
"612532697", "Lyndhurst", |
|
49627
|
|
|
|
|
|
|
"61258075", "Narromine", |
|
49628
|
|
|
|
|
|
|
"6126929", "Henty", |
|
49629
|
|
|
|
|
|
|
"617473884", "Georgina", |
|
49630
|
|
|
|
|
|
|
"6175471", "Noosaville", |
|
49631
|
|
|
|
|
|
|
"612574945", "Kingstown", |
|
49632
|
|
|
|
|
|
|
"61743206", "Moonford", |
|
49633
|
|
|
|
|
|
|
"613451163", "Cobden", |
|
49634
|
|
|
|
|
|
|
"61880116", "Tepco", |
|
49635
|
|
|
|
|
|
|
"61352958", "Winchelsea\ South", |
|
49636
|
|
|
|
|
|
|
"61364764", "Wynyard", |
|
49637
|
|
|
|
|
|
|
"612574726", "Rowena", |
|
49638
|
|
|
|
|
|
|
"61745567", "Dunmore", |
|
49639
|
|
|
|
|
|
|
"617441893", "Giru", |
|
49640
|
|
|
|
|
|
|
"61754965", "Woodford", |
|
49641
|
|
|
|
|
|
|
"618661045", "Dalwallinu", |
|
49642
|
|
|
|
|
|
|
"617442976", "Richmond", |
|
49643
|
|
|
|
|
|
|
"61350319", "Wentworth", |
|
49644
|
|
|
|
|
|
|
"61240515", "East\ Gresford", |
|
49645
|
|
|
|
|
|
|
"618983688", "Jerramungup", |
|
49646
|
|
|
|
|
|
|
"61259256", "Junee", |
|
49647
|
|
|
|
|
|
|
"61896421", "Brookton", |
|
49648
|
|
|
|
|
|
|
"617473816", "Barkly", |
|
49649
|
|
|
|
|
|
|
"61895324", "Mount\ Wells", |
|
49650
|
|
|
|
|
|
|
"613431813", "Yaapeet", |
|
49651
|
|
|
|
|
|
|
"613442228", "Maldon", |
|
49652
|
|
|
|
|
|
|
"617486573", "The\ Caves", |
|
49653
|
|
|
|
|
|
|
"61897416", "Cundinup", |
|
49654
|
|
|
|
|
|
|
"61355779", "Woodhouse", |
|
49655
|
|
|
|
|
|
|
"618996978", "Dongara", |
|
49656
|
|
|
|
|
|
|
"618682158", "Lake\ Grace", |
|
49657
|
|
|
|
|
|
|
"61899128", "Pindar\ South", |
|
49658
|
|
|
|
|
|
|
"6138401", "Eltham", |
|
49659
|
|
|
|
|
|
|
"61756044", "Kerry", |
|
49660
|
|
|
|
|
|
|
"61357146", "Woods\ Point", |
|
49661
|
|
|
|
|
|
|
"61247804", "Lawson", |
|
49662
|
|
|
|
|
|
|
"61748418", "Mackay", |
|
49663
|
|
|
|
|
|
|
"612570022", "Cuttabri\/Barraba\/Cuttabri\/Cuttabri\/Cuttabri\/Cuttabri\/Barwick", |
|
49664
|
|
|
|
|
|
|
"61752147", "Kalbar", |
|
49665
|
|
|
|
|
|
|
"61890066", "Esperance", |
|
49666
|
|
|
|
|
|
|
"61895457", "Toodyay", |
|
49667
|
|
|
|
|
|
|
"61743085", "Brooklands", |
|
49668
|
|
|
|
|
|
|
"612570139", "Deepwater", |
|
49669
|
|
|
|
|
|
|
"61741144", "Tansey", |
|
49670
|
|
|
|
|
|
|
"61746453", "Injune", |
|
49671
|
|
|
|
|
|
|
"61752140", "Esk", |
|
49672
|
|
|
|
|
|
|
"61895450", "Gingin", |
|
49673
|
|
|
|
|
|
|
"613572430", "Alexandra", |
|
49674
|
|
|
|
|
|
|
"612832", "Sydney", |
|
49675
|
|
|
|
|
|
|
"61350075", "Kyalite", |
|
49676
|
|
|
|
|
|
|
"618996908", "Warradarge", |
|
49677
|
|
|
|
|
|
|
"612574570", "Breeza", |
|
49678
|
|
|
|
|
|
|
"61261158", "Uriarra\ Forest", |
|
49679
|
|
|
|
|
|
|
"61264279", "Eden", |
|
49680
|
|
|
|
|
|
|
"61268431", "Baradine", |
|
49681
|
|
|
|
|
|
|
"618908805", "Goldfields", |
|
49682
|
|
|
|
|
|
|
"617458982", "Cecil\ Plains", |
|
49683
|
|
|
|
|
|
|
"61754846", "Gunalda", |
|
49684
|
|
|
|
|
|
|
"61351096", "Maffra", |
|
49685
|
|
|
|
|
|
|
"617442906", "Hughenden", |
|
49686
|
|
|
|
|
|
|
"61350951", "Murrayville", |
|
49687
|
|
|
|
|
|
|
"61363153", "Bicheno", |
|
49688
|
|
|
|
|
|
|
"618964995", "Cunderdin\ North", |
|
49689
|
|
|
|
|
|
|
"61747094", "Gununa", |
|
49690
|
|
|
|
|
|
|
"61266076", "Mallanganee", |
|
49691
|
|
|
|
|
|
|
"618763466", "Jamestown", |
|
49692
|
|
|
|
|
|
|
"61886805", "Minnipa", |
|
49693
|
|
|
|
|
|
|
"61359998", "Rosebud", |
|
49694
|
|
|
|
|
|
|
"6173639", "Sandgate", |
|
49695
|
|
|
|
|
|
|
"6128602", "Blacktown", |
|
49696
|
|
|
|
|
|
|
"61887355", "Millicent", |
|
49697
|
|
|
|
|
|
|
"61867035", "Brunswick\ Junction", |
|
49698
|
|
|
|
|
|
|
"61367402", "Exeter", |
|
49699
|
|
|
|
|
|
|
"61745560", "Pikedale", |
|
49700
|
|
|
|
|
|
|
"6135020", "Balranald", |
|
49701
|
|
|
|
|
|
|
"61877028", "Conmurra", |
|
49702
|
|
|
|
|
|
|
"61741728", "Kingaroy", |
|
49703
|
|
|
|
|
|
|
"61350478", "Nandaly", |
|
49704
|
|
|
|
|
|
|
"61746501", "Longreach", |
|
49705
|
|
|
|
|
|
|
"61267499", "Goolhi", |
|
49706
|
|
|
|
|
|
|
"618854563", "Taylorville", |
|
49707
|
|
|
|
|
|
|
"61887934", "Tarpeena", |
|
49708
|
|
|
|
|
|
|
"61887658", "Lochaber", |
|
49709
|
|
|
|
|
|
|
"61875053", "Yumali", |
|
49710
|
|
|
|
|
|
|
"61747970", "Ingham", |
|
49711
|
|
|
|
|
|
|
"618856791", "Geranium", |
|
49712
|
|
|
|
|
|
|
"618762645", "Yabmana", |
|
49713
|
|
|
|
|
|
|
"612583820", "Myamley", |
|
49714
|
|
|
|
|
|
|
"61340456", "Wemen", |
|
49715
|
|
|
|
|
|
|
"61268674", "Dubbo", |
|
49716
|
|
|
|
|
|
|
"61345067", "Coojar", |
|
49717
|
|
|
|
|
|
|
"617476470", "Collinsville", |
|
49718
|
|
|
|
|
|
|
"6129153", "Sutherland", |
|
49719
|
|
|
|
|
|
|
"61748379", "Moranbah", |
|
49720
|
|
|
|
|
|
|
"61362035", "Gretna", |
|
49721
|
|
|
|
|
|
|
"612574106", "Burren\ Junction", |
|
49722
|
|
|
|
|
|
|
"61896395", "Trayning", |
|
49723
|
|
|
|
|
|
|
"613470177", "Yea", |
|
49724
|
|
|
|
|
|
|
"61745827", "Mount\ Tyson", |
|
49725
|
|
|
|
|
|
|
"612530182", "Glen\ Davis", |
|
49726
|
|
|
|
|
|
|
"61895605", "Bindoon", |
|
49727
|
|
|
|
|
|
|
"618601059", "Bullaring", |
|
49728
|
|
|
|
|
|
|
"613545993", "Tullakool", |
|
49729
|
|
|
|
|
|
|
"6124998", "Cessnock", |
|
49730
|
|
|
|
|
|
|
"618904251", "Westonia", |
|
49731
|
|
|
|
|
|
|
"61340120", "Box\ Creek", |
|
49732
|
|
|
|
|
|
|
"61885898", "Mantung", |
|
49733
|
|
|
|
|
|
|
"61753281", "Caboolture", |
|
49734
|
|
|
|
|
|
|
"612574482", "Bellata", |
|
49735
|
|
|
|
|
|
|
"61899104", "Nabawa", |
|
49736
|
|
|
|
|
|
|
"61885774", "Gurrai", |
|
49737
|
|
|
|
|
|
|
"61860041", "Corrigin\ West", |
|
49738
|
|
|
|
|
|
|
"61260085", "Walwa", |
|
49739
|
|
|
|
|
|
|
"617750392", "St\ George", |
|
49740
|
|
|
|
|
|
|
"61745730", "Allora", |
|
49741
|
|
|
|
|
|
|
"61249976", "Bulahdelah", |
|
49742
|
|
|
|
|
|
|
"618982483", "Tenterden", |
|
49743
|
|
|
|
|
|
|
"61268723", "Bourke", |
|
49744
|
|
|
|
|
|
|
"61886555", "Wanilla", |
|
49745
|
|
|
|
|
|
|
"61255529", "Ravensworth", |
|
49746
|
|
|
|
|
|
|
"612593790", "Ivanhoe", |
|
49747
|
|
|
|
|
|
|
"61356086", "Leongatha", |
|
49748
|
|
|
|
|
|
|
"613441797", "Goornong", |
|
49749
|
|
|
|
|
|
|
"613542770", "Echuca", |
|
49750
|
|
|
|
|
|
|
"61255135", "Forster", |
|
49751
|
|
|
|
|
|
|
"61261164", "Gearys\ Gap", |
|
49752
|
|
|
|
|
|
|
"61747301", "Mount\ Isa", |
|
49753
|
|
|
|
|
|
|
"61341186", "Mallacoota", |
|
49754
|
|
|
|
|
|
|
"613450567", "Dunkeld", |
|
49755
|
|
|
|
|
|
|
"61887000", "Avenue\ Range", |
|
49756
|
|
|
|
|
|
|
"61353614", "Halls\ Gap", |
|
49757
|
|
|
|
|
|
|
"61746851", "Cottonvale", |
|
49758
|
|
|
|
|
|
|
"61889610", "Elliott", |
|
49759
|
|
|
|
|
|
|
"61749382", "Mount\ Morgan", |
|
49760
|
|
|
|
|
|
|
"61387506", "Dandenong", |
|
49761
|
|
|
|
|
|
|
"61343073", "Lorquon", |
|
49762
|
|
|
|
|
|
|
"61264633", "Adaminaby", |
|
49763
|
|
|
|
|
|
|
"61898277", "Magitup", |
|
49764
|
|
|
|
|
|
|
"61887664", "Lucindale", |
|
49765
|
|
|
|
|
|
|
"61248127", "Gunning", |
|
49766
|
|
|
|
|
|
|
"61749411", "Dysart", |
|
49767
|
|
|
|
|
|
|
"61263193", "Quandialla", |
|
49768
|
|
|
|
|
|
|
"61741346", "Rosedale", |
|
49769
|
|
|
|
|
|
|
"61898121", "Jacup", |
|
49770
|
|
|
|
|
|
|
"618762585", "Hawker", |
|
49771
|
|
|
|
|
|
|
"61886787", "Leigh\ Creek\ South", |
|
49772
|
|
|
|
|
|
|
"617452495", "Brookstead", |
|
49773
|
|
|
|
|
|
|
"61358337", "Kialla\ East", |
|
49774
|
|
|
|
|
|
|
"613470859", "Beechworth", |
|
49775
|
|
|
|
|
|
|
"61255258", "Comboyne", |
|
49776
|
|
|
|
|
|
|
"618865012", "Gairdner", |
|
49777
|
|
|
|
|
|
|
"61357344", "Mount\ Beauty", |
|
49778
|
|
|
|
|
|
|
"61260924", "Albury", |
|
49779
|
|
|
|
|
|
|
"61260206", "Albury", |
|
49780
|
|
|
|
|
|
|
"618683605", "Harrismith", |
|
49781
|
|
|
|
|
|
|
"61851023", "Sandfire", |
|
49782
|
|
|
|
|
|
|
"61891688", "Ord", |
|
49783
|
|
|
|
|
|
|
"61256178", "Dorrigo", |
|
49784
|
|
|
|
|
|
|
"618866188", "Wirrulla", |
|
49785
|
|
|
|
|
|
|
"61257223", "Ingleba", |
|
49786
|
|
|
|
|
|
|
"618867790", "Hawker", |
|
49787
|
|
|
|
|
|
|
"612532909", "Lue", |
|
49788
|
|
|
|
|
|
|
"61895126", "Dwellingup", |
|
49789
|
|
|
|
|
|
|
"61748153", "Marlborough", |
|
49790
|
|
|
|
|
|
|
"617480083", "Nathan\ Gorge", |
|
49791
|
|
|
|
|
|
|
"617476582", "Millaroo", |
|
49792
|
|
|
|
|
|
|
"61734508", "Dayboro", |
|
49793
|
|
|
|
|
|
|
"613546065", "Romsey", |
|
49794
|
|
|
|
|
|
|
"61356205", "Foster", |
|
49795
|
|
|
|
|
|
|
"61746118", "St\ George", |
|
49796
|
|
|
|
|
|
|
"61342278", "Barwon\ Downs", |
|
49797
|
|
|
|
|
|
|
"61891385", "De\ Grey", |
|
49798
|
|
|
|
|
|
|
"61242105", "Kiama", |
|
49799
|
|
|
|
|
|
|
"61362896", "Hobart", |
|
49800
|
|
|
|
|
|
|
"6174817", "Rockhampton", |
|
49801
|
|
|
|
|
|
|
"61354517", "Cohuna", |
|
49802
|
|
|
|
|
|
|
"61876298", "Kyancutta", |
|
49803
|
|
|
|
|
|
|
"61861200", "Herne\ Hill", |
|
49804
|
|
|
|
|
|
|
"6187389", "Salisbury", |
|
49805
|
|
|
|
|
|
|
"61260314", "Ournie", |
|
49806
|
|
|
|
|
|
|
"61896402", "Aldersyde", |
|
49807
|
|
|
|
|
|
|
"61358415", "Yalca", |
|
49808
|
|
|
|
|
|
|
"6128970", "Sydney", |
|
49809
|
|
|
|
|
|
|
"613442018", "Quambatook", |
|
49810
|
|
|
|
|
|
|
"618680020", "Lake\ King", |
|
49811
|
|
|
|
|
|
|
"6128729", "Liverpool", |
|
49812
|
|
|
|
|
|
|
"6173814", "Ipswich", |
|
49813
|
|
|
|
|
|
|
"61880085", "Broken\ Hill", |
|
49814
|
|
|
|
|
|
|
"61265774", "Mount\ Olive", |
|
49815
|
|
|
|
|
|
|
"61392188", "Werribee", |
|
49816
|
|
|
|
|
|
|
"618993098", "Meekatharra", |
|
49817
|
|
|
|
|
|
|
"61367395", "Bicheno", |
|
49818
|
|
|
|
|
|
|
"61898145", "Kojaneerup", |
|
49819
|
|
|
|
|
|
|
"61364190", "Yolla", |
|
49820
|
|
|
|
|
|
|
"61354572", "Murrabit", |
|
49821
|
|
|
|
|
|
|
"61340578", "Sea\ Lake", |
|
49822
|
|
|
|
|
|
|
"61888723", "Balaklava", |
|
49823
|
|
|
|
|
|
|
"617750006", "Miamba", |
|
49824
|
|
|
|
|
|
|
"61244070", "Batemans\ Bay", |
|
49825
|
|
|
|
|
|
|
"61240704", "Nelson\ Bay", |
|
49826
|
|
|
|
|
|
|
"61264426", "Merimbula", |
|
49827
|
|
|
|
|
|
|
"618601001", "Cascade", |
|
49828
|
|
|
|
|
|
|
"61897188", "Bridgetown", |
|
49829
|
|
|
|
|
|
|
"61755460", "Jimboomba", |
|
49830
|
|
|
|
|
|
|
"61267000", "Tamworth", |
|
49831
|
|
|
|
|
|
|
"61731500", "Brisbane", |
|
49832
|
|
|
|
|
|
|
"61754010", "Imbil", |
|
49833
|
|
|
|
|
|
|
"61745181", "Teelba", |
|
49834
|
|
|
|
|
|
|
"612594167", "Winchendon\ Vale", |
|
49835
|
|
|
|
|
|
|
"61269610", "Griffith", |
|
49836
|
|
|
|
|
|
|
"61255403", "Ellerston", |
|
49837
|
|
|
|
|
|
|
"61354879", "Mitiamo", |
|
49838
|
|
|
|
|
|
|
"6124587", "Windsor", |
|
49839
|
|
|
|
|
|
|
"612631899", "Canowindra", |
|
49840
|
|
|
|
|
|
|
"61742687", "Euramo", |
|
49841
|
|
|
|
|
|
|
"61358018", "Cobram", |
|
49842
|
|
|
|
|
|
|
"61253176", "Bathurst", |
|
49843
|
|
|
|
|
|
|
"61361585", "Woodbury", |
|
49844
|
|
|
|
|
|
|
"61266787", "Leeville", |
|
49845
|
|
|
|
|
|
|
"612532951", "Cumnock", |
|
49846
|
|
|
|
|
|
|
"61341153", "Meerlieu", |
|
49847
|
|
|
|
|
|
|
"6129208", "Blacktown", |
|
49848
|
|
|
|
|
|
|
"61256520", "Dyraaba", |
|
49849
|
|
|
|
|
|
|
"61356053", "Bunyip", |
|
49850
|
|
|
|
|
|
|
"61351122", "Omeo", |
|
49851
|
|
|
|
|
|
|
"61747369", "Kirk", |
|
49852
|
|
|
|
|
|
|
"618858585", "Narrung", |
|
49853
|
|
|
|
|
|
|
"61743116", "Rosedale", |
|
49854
|
|
|
|
|
|
|
"6128447", "Dural", |
|
49855
|
|
|
|
|
|
|
"61880924", "Tepco", |
|
49856
|
|
|
|
|
|
|
"61351835", "Rosedale", |
|
49857
|
|
|
|
|
|
|
"6135285", "Lara", |
|
49858
|
|
|
|
|
|
|
"61891014", "Dampier", |
|
49859
|
|
|
|
|
|
|
"618994429", "Upper\ Gascoyne", |
|
49860
|
|
|
|
|
|
|
"61742071", "Hopevale", |
|
49861
|
|
|
|
|
|
|
"617452469", "Toobeah", |
|
49862
|
|
|
|
|
|
|
"61742334", "Aurukun", |
|
49863
|
|
|
|
|
|
|
"61351211", "Omeo", |
|
49864
|
|
|
|
|
|
|
"61243158", "Mangrove\ Mountain", |
|
49865
|
|
|
|
|
|
|
"612683792", "Narromine", |
|
49866
|
|
|
|
|
|
|
"61746739", "Culgoa", |
|
49867
|
|
|
|
|
|
|
"61898887", "Yealering", |
|
49868
|
|
|
|
|
|
|
"613470801", "Tungamah", |
|
49869
|
|
|
|
|
|
|
"618753318", "Bow\ Hill", |
|
49870
|
|
|
|
|
|
|
"618851496", "Kingscote", |
|
49871
|
|
|
|
|
|
|
"61899512", "Three\ Springs", |
|
49872
|
|
|
|
|
|
|
"61899819", "Mount\ George", |
|
49873
|
|
|
|
|
|
|
"612530293", "Murringo", |
|
49874
|
|
|
|
|
|
|
"61340483", "Nyah", |
|
49875
|
|
|
|
|
|
|
"61895092", "Mandurah", |
|
49876
|
|
|
|
|
|
|
"6126055", "Albury", |
|
49877
|
|
|
|
|
|
|
"61875086", "Tanunda", |
|
49878
|
|
|
|
|
|
|
"61263078", "Galong", |
|
49879
|
|
|
|
|
|
|
"61350632", "Nandaly", |
|
49880
|
|
|
|
|
|
|
"61361073", "Woodbury", |
|
49881
|
|
|
|
|
|
|
"61257320", "Tamworth", |
|
49882
|
|
|
|
|
|
|
"61746862", "Clifton", |
|
49883
|
|
|
|
|
|
|
"61899577", "Nangetty", |
|
49884
|
|
|
|
|
|
|
"61262273", "Rye\ Park", |
|
49885
|
|
|
|
|
|
|
"618752512", "Wanbi", |
|
49886
|
|
|
|
|
|
|
"618683082", "Moulyinning", |
|
49887
|
|
|
|
|
|
|
"618683756", "Narrogin", |
|
49888
|
|
|
|
|
|
|
"617335", "Brisbane", |
|
49889
|
|
|
|
|
|
|
"61878081", "Lochiel", |
|
49890
|
|
|
|
|
|
|
"61264582", "Cathcart", |
|
49891
|
|
|
|
|
|
|
"61278045", "Parramatta", |
|
49892
|
|
|
|
|
|
|
"61885436", "Murray\ Bridge", |
|
49893
|
|
|
|
|
|
|
"61256093", "Nimbin", |
|
49894
|
|
|
|
|
|
|
"61890199", "Norseman", |
|
49895
|
|
|
|
|
|
|
"61746569", "Charleville", |
|
49896
|
|
|
|
|
|
|
"61886076", "Glendambo", |
|
49897
|
|
|
|
|
|
|
"6128914", "Terrey\ Hills", |
|
49898
|
|
|
|
|
|
|
"61264150", "Jindabyne\ South", |
|
49899
|
|
|
|
|
|
|
"61263475", "Caragabal", |
|
49900
|
|
|
|
|
|
|
"61267355", "Plumthorpe", |
|
49901
|
|
|
|
|
|
|
"6124309", "Gosford", |
|
49902
|
|
|
|
|
|
|
"61243164", "Mangrove\ Mountain", |
|
49903
|
|
|
|
|
|
|
"61363186", "Mathinna", |
|
49904
|
|
|
|
|
|
|
"61341379", "Mount\ Taylor", |
|
49905
|
|
|
|
|
|
|
"618997400", "Yuna\ East", |
|
49906
|
|
|
|
|
|
|
"61875205", "Parndana", |
|
49907
|
|
|
|
|
|
|
"61250233", "Nariel", |
|
49908
|
|
|
|
|
|
|
"61887499", "Tantanoola", |
|
49909
|
|
|
|
|
|
|
"617459078", "Warwick", |
|
49910
|
|
|
|
|
|
|
"6174166", "Monto", |
|
49911
|
|
|
|
|
|
|
"612574261", "Pallamallawa", |
|
49912
|
|
|
|
|
|
|
"61267934", "Narrabri", |
|
49913
|
|
|
|
|
|
|
"61896459", "South\ Quairading", |
|
49914
|
|
|
|
|
|
|
"61268947", "Gilgandra", |
|
49915
|
|
|
|
|
|
|
"61748630", "Mackay", |
|
49916
|
|
|
|
|
|
|
"612573445", "Wollomombi", |
|
49917
|
|
|
|
|
|
|
"61898705", "Tarin\ Rock", |
|
49918
|
|
|
|
|
|
|
"6138725", "Dandenong", |
|
49919
|
|
|
|
|
|
|
"61268940", "Coalbaggie", |
|
49920
|
|
|
|
|
|
|
"61748637", "Rockhampton", |
|
49921
|
|
|
|
|
|
|
"61746486", "Barcaldine", |
|
49922
|
|
|
|
|
|
|
"61356115", "Trafalgar", |
|
49923
|
|
|
|
|
|
|
"61898102", "Harrismith", |
|
49924
|
|
|
|
|
|
|
"613442041", "Birchip", |
|
49925
|
|
|
|
|
|
|
"612583903", "Forbes", |
|
49926
|
|
|
|
|
|
|
"61752275", "Wolvi", |
|
49927
|
|
|
|
|
|
|
"612583305", "Walgett", |
|
49928
|
|
|
|
|
|
|
"61269896", "Morundah", |
|
49929
|
|
|
|
|
|
|
"61746208", "St\ George", |
|
49930
|
|
|
|
|
|
|
"61341015", "Meerlieu", |
|
49931
|
|
|
|
|
|
|
"61351646", "Lakes\ Entrance", |
|
49932
|
|
|
|
|
|
|
"61267349", "Emmaville", |
|
49933
|
|
|
|
|
|
|
"61880908", "Broken\ Hill", |
|
49934
|
|
|
|
|
|
|
"61264157", "Bredbo", |
|
49935
|
|
|
|
|
|
|
"61259283", "Boree\ Creek", |
|
49936
|
|
|
|
|
|
|
"617486169", "Calen", |
|
49937
|
|
|
|
|
|
|
"61748384", "Cannon\ Valley", |
|
49938
|
|
|
|
|
|
|
"61261790", "Yass", |
|
49939
|
|
|
|
|
|
|
"617459008", "Goombi", |
|
49940
|
|
|
|
|
|
|
"61353905", "Polkemmet", |
|
49941
|
|
|
|
|
|
|
"6188929", "Alice\ Springs", |
|
49942
|
|
|
|
|
|
|
"617452620", "Mount\ Tyson", |
|
49943
|
|
|
|
|
|
|
"61248483", "Woodhouselee", |
|
49944
|
|
|
|
|
|
|
"61295384", "Sutherland", |
|
49945
|
|
|
|
|
|
|
"61268689", "Gilgandra", |
|
49946
|
|
|
|
|
|
|
"61291060", "Sydney", |
|
49947
|
|
|
|
|
|
|
"613549707", "Donald", |
|
49948
|
|
|
|
|
|
|
"618929", "Kalamunda", |
|
49949
|
|
|
|
|
|
|
"61260116", "Koetong", |
|
49950
|
|
|
|
|
|
|
"61341418", "Dargo", |
|
49951
|
|
|
|
|
|
|
"61244753", "Batemans\ Bay", |
|
49952
|
|
|
|
|
|
|
"618994059", "Mingenew", |
|
49953
|
|
|
|
|
|
|
"61344266", "Talbot", |
|
49954
|
|
|
|
|
|
|
"61264284", "Candelo", |
|
49955
|
|
|
|
|
|
|
"618660088", "Coomallo", |
|
49956
|
|
|
|
|
|
|
"61257327", "Armidale", |
|
49957
|
|
|
|
|
|
|
"61899570", "Arrowsmith", |
|
49958
|
|
|
|
|
|
|
"61348144", "Conargo", |
|
49959
|
|
|
|
|
|
|
"61742136", "Weipa", |
|
49960
|
|
|
|
|
|
|
"613542302", "Raywood", |
|
49961
|
|
|
|
|
|
|
"61240728", "Swansea", |
|
49962
|
|
|
|
|
|
|
"613542684", "Watchem", |
|
49963
|
|
|
|
|
|
|
"618753341", "Mantung", |
|
49964
|
|
|
|
|
|
|
"61743314", "Mount\ Perry", |
|
49965
|
|
|
|
|
|
|
"612574744", "Willow\ Tree", |
|
49966
|
|
|
|
|
|
|
"61357601", "Benalla", |
|
49967
|
|
|
|
|
|
|
"61359011", "Healesville", |
|
49968
|
|
|
|
|
|
|
"61247043", "Mulgoa", |
|
49969
|
|
|
|
|
|
|
"61896048", "Burakin", |
|
49970
|
|
|
|
|
|
|
"61753473", "Woodbine", |
|
49971
|
|
|
|
|
|
|
"61747322", "Leichhardt\ Range", |
|
49972
|
|
|
|
|
|
|
"61253031", "Bathurst", |
|
49973
|
|
|
|
|
|
|
"61257454", "Frazers\ Creek", |
|
49974
|
|
|
|
|
|
|
"61351169", "Sale", |
|
49975
|
|
|
|
|
|
|
"61896982", "Beacon\ North", |
|
49976
|
|
|
|
|
|
|
"61851134", "Ord", |
|
49977
|
|
|
|
|
|
|
"61756553", "Southport", |
|
49978
|
|
|
|
|
|
|
"61746829", "Dunmore", |
|
49979
|
|
|
|
|
|
|
"61248578", "Wombeyan\ Caves", |
|
49980
|
|
|
|
|
|
|
"61257065", "Bingara", |
|
49981
|
|
|
|
|
|
|
"61886131", "Lock", |
|
49982
|
|
|
|
|
|
|
"61367421", "Westbury", |
|
49983
|
|
|
|
|
|
|
"61741496", "Proston", |
|
49984
|
|
|
|
|
|
|
"61898880", "Wickepin", |
|
49985
|
|
|
|
|
|
|
"613470871", "Falls\ Creek", |
|
49986
|
|
|
|
|
|
|
"618862082", "Whyalla", |
|
49987
|
|
|
|
|
|
|
"61879088", "Borroloola", |
|
49988
|
|
|
|
|
|
|
"6135989", "Red\ Hill", |
|
49989
|
|
|
|
|
|
|
"61255551", "Gloucester", |
|
49990
|
|
|
|
|
|
|
"61357494", "Benalla", |
|
49991
|
|
|
|
|
|
|
"61746522", "Inglewood", |
|
49992
|
|
|
|
|
|
|
"61256527", "Leeville", |
|
49993
|
|
|
|
|
|
|
"61266780", "Lismore", |
|
49994
|
|
|
|
|
|
|
"618600990", "Ardath", |
|
49995
|
|
|
|
|
|
|
"61351725", "Baw\ Baw", |
|
49996
|
|
|
|
|
|
|
"61742680", "Chillagoe", |
|
49997
|
|
|
|
|
|
|
"613450580", "Mount\ Richmond", |
|
49998
|
|
|
|
|
|
|
"618859948", "Peebinga", |
|
49999
|
|
|
|
|
|
|
"61749995", "Mackay", |
|
50000
|
|
|
|
|
|
|
"61851265", "Wyndham", |
|
50001
|
|
|
|
|
|
|
"618601071", "Esperance", |
|
50002
|
|
|
|
|
|
|
"61885789", "Wynarka", |
|
50003
|
|
|
|
|
|
|
"61244077", "Milton\-ulladulla", |
|
50004
|
|
|
|
|
|
|
"618683242", "Bedford\ Harbour", |
|
50005
|
|
|
|
|
|
|
"61364197", "Burnie", |
|
50006
|
|
|
|
|
|
|
"6126859", "Eugowra", |
|
50007
|
|
|
|
|
|
|
"61269617", "Hillston", |
|
50008
|
|
|
|
|
|
|
"61354274", "Woodend", |
|
50009
|
|
|
|
|
|
|
"61888833", "Yorketown", |
|
50010
|
|
|
|
|
|
|
"612583168", "Geurie", |
|
50011
|
|
|
|
|
|
|
"61753588", "Upper\ Widgee", |
|
50012
|
|
|
|
|
|
|
"61267007", "Barraba", |
|
50013
|
|
|
|
|
|
|
"61898742", "Harrismith", |
|
50014
|
|
|
|
|
|
|
"61731507", "Brisbane", |
|
50015
|
|
|
|
|
|
|
"618707", "Adelaide", |
|
50016
|
|
|
|
|
|
|
"61354510", "Kerang", |
|
50017
|
|
|
|
|
|
|
"61244012", "Huskisson", |
|
50018
|
|
|
|
|
|
|
"61250018", "Oaklands", |
|
50019
|
|
|
|
|
|
|
"61247119", "Katoomba", |
|
50020
|
|
|
|
|
|
|
"613431202", "Streatham", |
|
50021
|
|
|
|
|
|
|
"61889035", "Batchelor", |
|
50022
|
|
|
|
|
|
|
"61875242", "Victor\ Harbor", |
|
50023
|
|
|
|
|
|
|
"61898159", "Holland\ Rocks", |
|
50024
|
|
|
|
|
|
|
"61740078", "Kuranda", |
|
50025
|
|
|
|
|
|
|
"618985576", "Hyden", |
|
50026
|
|
|
|
|
|
|
"61269672", "Hillston", |
|
50027
|
|
|
|
|
|
|
"61341504", "Goongerah", |
|
50028
|
|
|
|
|
|
|
"61875077", "Renmark", |
|
50029
|
|
|
|
|
|
|
"61749545", "Mackay", |
|
50030
|
|
|
|
|
|
|
"61754247", "Moore", |
|
50031
|
|
|
|
|
|
|
"618862988", "Cowell", |
|
50032
|
|
|
|
|
|
|
"61264516", "Thredbo\ Village", |
|
50033
|
|
|
|
|
|
|
"61898692", "Ravensthorpe", |
|
50034
|
|
|
|
|
|
|
"61886671", "Gairdner", |
|
50035
|
|
|
|
|
|
|
"617750329", "Cunnamulla", |
|
50036
|
|
|
|
|
|
|
"618965604", "Ballidu", |
|
50037
|
|
|
|
|
|
|
"61752000", "Nambour", |
|
50038
|
|
|
|
|
|
|
"612594188", "Carabost", |
|
50039
|
|
|
|
|
|
|
"61899586", "Gutha\ West", |
|
50040
|
|
|
|
|
|
|
"61885990", "Taldra", |
|
50041
|
|
|
|
|
|
|
"61886087", "Herbert", |
|
50042
|
|
|
|
|
|
|
"61877346", "Bordertown", |
|
50043
|
|
|
|
|
|
|
"618854906", "Mypolonga", |
|
50044
|
|
|
|
|
|
|
"61742599", "Edward\ River", |
|
50045
|
|
|
|
|
|
|
"618753424", "Peebinga", |
|
50046
|
|
|
|
|
|
|
"61875012", "Callington", |
|
50047
|
|
|
|
|
|
|
"61358139", "Picola", |
|
50048
|
|
|
|
|
|
|
"617452518", "Cambooya", |
|
50049
|
|
|
|
|
|
|
"61891849", "Onslow", |
|
50050
|
|
|
|
|
|
|
"61876084", "Leigh\ Creek\ South", |
|
50051
|
|
|
|
|
|
|
"618989350", "Beaufort\ River", |
|
50052
|
|
|
|
|
|
|
"61888336", "Pine\ Point", |
|
50053
|
|
|
|
|
|
|
"61868056", "Jerramungup", |
|
50054
|
|
|
|
|
|
|
"61871301", "Adelaide", |
|
50055
|
|
|
|
|
|
|
"61887700", "Bangham", |
|
50056
|
|
|
|
|
|
|
"61362565", "Swansea", |
|
50057
|
|
|
|
|
|
|
"61363221", "Mole\ Creek", |
|
50058
|
|
|
|
|
|
|
"6136261", "New\ Norfolk", |
|
50059
|
|
|
|
|
|
|
"613451396", "Strathdownie", |
|
50060
|
|
|
|
|
|
|
"61866027", "Cleary\ North", |
|
50061
|
|
|
|
|
|
|
"618683257", "Denbarker", |
|
50062
|
|
|
|
|
|
|
"61891542", "Newman", |
|
50063
|
|
|
|
|
|
|
"61363177", "Westbury", |
|
50064
|
|
|
|
|
|
|
"61268023", "Bindogundra", |
|
50065
|
|
|
|
|
|
|
"61266999", "Rappville", |
|
50066
|
|
|
|
|
|
|
"61753092", "Kenilworth", |
|
50067
|
|
|
|
|
|
|
"61260785", "Culcairn", |
|
50068
|
|
|
|
|
|
|
"61745030", "Cecil\ Plains", |
|
50069
|
|
|
|
|
|
|
"61367124", "Targa", |
|
50070
|
|
|
|
|
|
|
"61885331", "Taylorville", |
|
50071
|
|
|
|
|
|
|
"61269825", "Stockinbingal", |
|
50072
|
|
|
|
|
|
|
"61746470", "Westgrove", |
|
50073
|
|
|
|
|
|
|
"61885074", "Kapunda", |
|
50074
|
|
|
|
|
|
|
"61364449", "Gordon", |
|
50075
|
|
|
|
|
|
|
"617486966", "Theodore", |
|
50076
|
|
|
|
|
|
|
"61259189", "Barellan", |
|
50077
|
|
|
|
|
|
|
"61269132", "Bunda", |
|
50078
|
|
|
|
|
|
|
"61256410", "Urbenville", |
|
50079
|
|
|
|
|
|
|
"61363112", "Launceston", |
|
50080
|
|
|
|
|
|
|
"61357191", "Tungamah", |
|
50081
|
|
|
|
|
|
|
"612574730", "Tambar\ Springs", |
|
50082
|
|
|
|
|
|
|
"617442563", "Kalkadoon", |
|
50083
|
|
|
|
|
|
|
"612573409", "Moree", |
|
50084
|
|
|
|
|
|
|
"61258117", "Farrendale", |
|
50085
|
|
|
|
|
|
|
"61354665", "Birchip", |
|
50086
|
|
|
|
|
|
|
"61743550", "Monto", |
|
50087
|
|
|
|
|
|
|
"612694632", "Yaven\ Creek", |
|
50088
|
|
|
|
|
|
|
"61269393", "Tarcutta", |
|
50089
|
|
|
|
|
|
|
"618903575", "Munglinup", |
|
50090
|
|
|
|
|
|
|
"61257151", "Glen\ Innes", |
|
50091
|
|
|
|
|
|
|
"61887140", "Willalooka", |
|
50092
|
|
|
|
|
|
|
"61748221", "Wagoora", |
|
50093
|
|
|
|
|
|
|
"618763639", "Indian\ Pacific", |
|
50094
|
|
|
|
|
|
|
"61359241", "Mornington", |
|
50095
|
|
|
|
|
|
|
"618904245", "Warralakin", |
|
50096
|
|
|
|
|
|
|
"61734950", "Redcliffe", |
|
50097
|
|
|
|
|
|
|
"61741028", "Bunker", |
|
50098
|
|
|
|
|
|
|
"618752977", "Two\ Wells", |
|
50099
|
|
|
|
|
|
|
"61340362", "Turriff", |
|
50100
|
|
|
|
|
|
|
"61354368", "Dingee", |
|
50101
|
|
|
|
|
|
|
"61258172", "Mungery", |
|
50102
|
|
|
|
|
|
|
"61899044", "Exmouth", |
|
50103
|
|
|
|
|
|
|
"61898253", "Tambellup", |
|
50104
|
|
|
|
|
|
|
"61745226", "Miamba", |
|
50105
|
|
|
|
|
|
|
"61899422", "Mendel", |
|
50106
|
|
|
|
|
|
|
"61756128", "Tamborine\ Mountain", |
|
50107
|
|
|
|
|
|
|
"61343057", "Crymelon", |
|
50108
|
|
|
|
|
|
|
"61748112", "Orion", |
|
50109
|
|
|
|
|
|
|
"618903461", "Eyre", |
|
50110
|
|
|
|
|
|
|
"617459902", "Tara", |
|
50111
|
|
|
|
|
|
|
"618983680", "Jerramungup", |
|
50112
|
|
|
|
|
|
|
"618660982", "Dandaragan", |
|
50113
|
|
|
|
|
|
|
"613442220", "Korong\ Vale", |
|
50114
|
|
|
|
|
|
|
"61253187", "Portland", |
|
50115
|
|
|
|
|
|
|
"617458591", "Bowenville", |
|
50116
|
|
|
|
|
|
|
"61350110", "Palinyewah", |
|
50117
|
|
|
|
|
|
|
"61258303", "Walgett", |
|
50118
|
|
|
|
|
|
|
"61742676", "Aurukun", |
|
50119
|
|
|
|
|
|
|
"61242045", "Kiama", |
|
50120
|
|
|
|
|
|
|
"618967682", "Gabbin\ North", |
|
50121
|
|
|
|
|
|
|
"61355941", "Merino", |
|
50122
|
|
|
|
|
|
|
"61341245", "Gelantipy", |
|
50123
|
|
|
|
|
|
|
"61364607", "Ulverstone", |
|
50124
|
|
|
|
|
|
|
"61351796", "Meerlieu", |
|
50125
|
|
|
|
|
|
|
"61878130", "Alford", |
|
50126
|
|
|
|
|
|
|
"6188554", "Victor\ Harbor", |
|
50127
|
|
|
|
|
|
|
"61355315", "Glenthompson", |
|
50128
|
|
|
|
|
|
|
"612593834", "Wee\ Elwah", |
|
50129
|
|
|
|
|
|
|
"618869025", "Kelly", |
|
50130
|
|
|
|
|
|
|
"61741937", "Tiaro", |
|
50131
|
|
|
|
|
|
|
"61261640", "Anembo", |
|
50132
|
|
|
|
|
|
|
"61259500", "Lachlan", |
|
50133
|
|
|
|
|
|
|
"61260807", "Tallangatta\ Valley", |
|
50134
|
|
|
|
|
|
|
"61358946", "Mabins\ Well", |
|
50135
|
|
|
|
|
|
|
"61350775", "Mildura", |
|
50136
|
|
|
|
|
|
|
"618996970", "Balla", |
|
50137
|
|
|
|
|
|
|
"618682150", "Kojaneerup", |
|
50138
|
|
|
|
|
|
|
"61898876", "Pumphreys", |
|
50139
|
|
|
|
|
|
|
"61264321", "Bredbo", |
|
50140
|
|
|
|
|
|
|
"61743182", "Gooroolba", |
|
50141
|
|
|
|
|
|
|
"61249099", "Mulbring", |
|
50142
|
|
|
|
|
|
|
"61890440", "Merredin", |
|
50143
|
|
|
|
|
|
|
"61752934", "Caloundra", |
|
50144
|
|
|
|
|
|
|
"61741425", "Maryborough", |
|
50145
|
|
|
|
|
|
|
"61260800", "Corryong", |
|
50146
|
|
|
|
|
|
|
"61877144", "Lucindale", |
|
50147
|
|
|
|
|
|
|
"61741930", "Howard", |
|
50148
|
|
|
|
|
|
|
"61261647", "Gundaroo", |
|
50149
|
|
|
|
|
|
|
"61341259", "Dinner\ Plain", |
|
50150
|
|
|
|
|
|
|
"61264098", "Delegate", |
|
50151
|
|
|
|
|
|
|
"61878137", "Braemer", |
|
50152
|
|
|
|
|
|
|
"61350172", "Woomelang", |
|
50153
|
|
|
|
|
|
|
"61890447", "Burracoppin\ South", |
|
50154
|
|
|
|
|
|
|
"617485824", "Baralaba", |
|
50155
|
|
|
|
|
|
|
"61890766", "Condingup", |
|
50156
|
|
|
|
|
|
|
"6129757", "Liverpool", |
|
50157
|
|
|
|
|
|
|
"61267275", "Pinkett", |
|
50158
|
|
|
|
|
|
|
"618753054", "Taylorville", |
|
50159
|
|
|
|
|
|
|
"61367108", "George\ Town", |
|
50160
|
|
|
|
|
|
|
"613572438", "Alexandra", |
|
50161
|
|
|
|
|
|
|
"618996900", "Yallalong", |
|
50162
|
|
|
|
|
|
|
"612574578", "Coolatai", |
|
50163
|
|
|
|
|
|
|
"617452541", "Crows\ Nest", |
|
50164
|
|
|
|
|
|
|
"61350117", "Patchewollock", |
|
50165
|
|
|
|
|
|
|
"61355079", "Mortlake", |
|
50166
|
|
|
|
|
|
|
"6138737", "Werribee", |
|
50167
|
|
|
|
|
|
|
"61253180", "Portland", |
|
50168
|
|
|
|
|
|
|
"61356439", "Toora", |
|
50169
|
|
|
|
|
|
|
"61888848", "Maitland", |
|
50170
|
|
|
|
|
|
|
"61887885", "Coonawarra", |
|
50171
|
|
|
|
|
|
|
"61359063", "Marysville", |
|
50172
|
|
|
|
|
|
|
"61895588", "Yanchep", |
|
50173
|
|
|
|
|
|
|
"61364600", "Marrawah", |
|
50174
|
|
|
|
|
|
|
"61749502", "Carmila", |
|
50175
|
|
|
|
|
|
|
"61354156", "Moonambel", |
|
50176
|
|
|
|
|
|
|
"61243461", "Gosford", |
|
50177
|
|
|
|
|
|
|
"618600835", "Mount\ Walker\ South", |
|
50178
|
|
|
|
|
|
|
"61244086", "Batemans\ Bay", |
|
50179
|
|
|
|
|
|
|
"61734957", "Ipswich", |
|
50180
|
|
|
|
|
|
|
"61364064", "Yolla", |
|
50181
|
|
|
|
|
|
|
"6175401", "Kia\ Ora", |
|
50182
|
|
|
|
|
|
|
"61867132", "Darkan", |
|
50183
|
|
|
|
|
|
|
"61890652", "Ardath", |
|
50184
|
|
|
|
|
|
|
"617459972", "Eschol", |
|
50185
|
|
|
|
|
|
|
"61367326", "Launceston", |
|
50186
|
|
|
|
|
|
|
"61741391", "Gooroolba", |
|
50187
|
|
|
|
|
|
|
"612570099", "Burren\ Junction", |
|
50188
|
|
|
|
|
|
|
"6175546", "Ormeau", |
|
50189
|
|
|
|
|
|
|
"61343050", "Banyena", |
|
50190
|
|
|
|
|
|
|
"61253552", "Mudgee", |
|
50191
|
|
|
|
|
|
|
"61264495", "Dalgety", |
|
50192
|
|
|
|
|
|
|
"6136363", "Mole\ Creek", |
|
50193
|
|
|
|
|
|
|
"617476478", "Collinsville", |
|
50194
|
|
|
|
|
|
|
"613624", "Hobart", |
|
50195
|
|
|
|
|
|
|
"61743557", "Pialba", |
|
50196
|
|
|
|
|
|
|
"61258110", "Baradine", |
|
50197
|
|
|
|
|
|
|
"61734388", "Dunwich", |
|
50198
|
|
|
|
|
|
|
"61887147", "Mount\ Gambier", |
|
50199
|
|
|
|
|
|
|
"61888134", "Wedge", |
|
50200
|
|
|
|
|
|
|
"612583828", "Purlewaugh", |
|
50201
|
|
|
|
|
|
|
"61341528", "Bairnsdale", |
|
50202
|
|
|
|
|
|
|
"61352189", "Barwon\ Downs", |
|
50203
|
|
|
|
|
|
|
"6189468", "Perth", |
|
50204
|
|
|
|
|
|
|
"617452681", "Allora", |
|
50205
|
|
|
|
|
|
|
"61340329", "Annuello", |
|
50206
|
|
|
|
|
|
|
"61746477", "Robinson\ Gorge", |
|
50207
|
|
|
|
|
|
|
"617486829", "Cracow", |
|
50208
|
|
|
|
|
|
|
"61363715", "Rossarden", |
|
50209
|
|
|
|
|
|
|
"617480119", "Bingegang", |
|
50210
|
|
|
|
|
|
|
"61745037", "Southwood", |
|
50211
|
|
|
|
|
|
|
"61899469", "Dongara", |
|
50212
|
|
|
|
|
|
|
"61269735", "Carrathool", |
|
50213
|
|
|
|
|
|
|
"612574951", "Moree", |
|
50214
|
|
|
|
|
|
|
"61256417", "Bellingen", |
|
50215
|
|
|
|
|
|
|
"61895473", "Yanchep", |
|
50216
|
|
|
|
|
|
|
"61250139", "Walwa", |
|
50217
|
|
|
|
|
|
|
"61247038", "Mulgoa", |
|
50218
|
|
|
|
|
|
|
"61896033", "Bibby\ Springs", |
|
50219
|
|
|
|
|
|
|
"61260182", "Talmalmo", |
|
50220
|
|
|
|
|
|
|
"618763916", "Streaky\ Bay", |
|
50221
|
|
|
|
|
|
|
"61741660", "Monogorilby", |
|
50222
|
|
|
|
|
|
|
"61746412", "Winton", |
|
50223
|
|
|
|
|
|
|
"61887707", "Western\ Flat", |
|
50224
|
|
|
|
|
|
|
"61891244", "Roebuck", |
|
50225
|
|
|
|
|
|
|
"61353899", "Gerang\ Gerung", |
|
50226
|
|
|
|
|
|
|
"61890609", "Kalgoorlie", |
|
50227
|
|
|
|
|
|
|
"61361492", "Southwest", |
|
50228
|
|
|
|
|
|
|
"617486733", "Yakapari", |
|
50229
|
|
|
|
|
|
|
"612583836", "Trundle", |
|
50230
|
|
|
|
|
|
|
"61353592", "Marnoo", |
|
50231
|
|
|
|
|
|
|
"61255032", "Krambach", |
|
50232
|
|
|
|
|
|
|
"61265089", "Toorooka", |
|
50233
|
|
|
|
|
|
|
"61256472", "Mullumbimby", |
|
50234
|
|
|
|
|
|
|
"61866020", "Bibby\ Springs", |
|
50235
|
|
|
|
|
|
|
"61363170", "George\ Town", |
|
50236
|
|
|
|
|
|
|
"618763361", "Glendambo", |
|
50237
|
|
|
|
|
|
|
"612593798", "Lockhart", |
|
50238
|
|
|
|
|
|
|
"61351041", "Club\ Terrace", |
|
50239
|
|
|
|
|
|
|
"61261409", "Anembo", |
|
50240
|
|
|
|
|
|
|
"61357006", "Benalla", |
|
50241
|
|
|
|
|
|
|
"61872859", "Mclaren\ Vale", |
|
50242
|
|
|
|
|
|
|
"618763984", "Mudamuckla", |
|
50243
|
|
|
|
|
|
|
"61752007", "Crossdale", |
|
50244
|
|
|
|
|
|
|
"618965674", "Jennacubbine", |
|
50245
|
|
|
|
|
|
|
"61756104", "Tweed\ Heads", |
|
50246
|
|
|
|
|
|
|
"6138657", "Melbourne", |
|
50247
|
|
|
|
|
|
|
"612583187", "Mount\ Herring", |
|
50248
|
|
|
|
|
|
|
"61367748", "Campbell\ Town", |
|
50249
|
|
|
|
|
|
|
"61741004", "Maryborough", |
|
50250
|
|
|
|
|
|
|
"617459846", "Galilee", |
|
50251
|
|
|
|
|
|
|
"618854976", "Mount\ Pleasant", |
|
50252
|
|
|
|
|
|
|
"61749852", "Carbine\ Creek", |
|
50253
|
|
|
|
|
|
|
"61886080", "Great\ Bight", |
|
50254
|
|
|
|
|
|
|
"61890536", "Dulyalbin", |
|
50255
|
|
|
|
|
|
|
"61745484", "Darr\ Creek", |
|
50256
|
|
|
|
|
|
|
"61364058", "Currie", |
|
50257
|
|
|
|
|
|
|
"618661051", "Ejanding", |
|
50258
|
|
|
|
|
|
|
"61341202", "Traralgon", |
|
50259
|
|
|
|
|
|
|
"618866180", "Wirrulla", |
|
50260
|
|
|
|
|
|
|
"61754240", "Esk", |
|
50261
|
|
|
|
|
|
|
"61875070", "Two\ Wells", |
|
50262
|
|
|
|
|
|
|
"61890293", "Wilgoyne", |
|
50263
|
|
|
|
|
|
|
"6136396", "Glengarry", |
|
50264
|
|
|
|
|
|
|
"61875002", "Taplan", |
|
50265
|
|
|
|
|
|
|
"61362190", "Swansea", |
|
50266
|
|
|
|
|
|
|
"617750332", "Darr\ Creek", |
|
50267
|
|
|
|
|
|
|
"61353760", "Streatham", |
|
50268
|
|
|
|
|
|
|
"61891496", "Ord", |
|
50269
|
|
|
|
|
|
|
"61242070", "Wollongong", |
|
50270
|
|
|
|
|
|
|
"61341270", "Gelantipy", |
|
50271
|
|
|
|
|
|
|
"61356398", "Hill\ End", |
|
50272
|
|
|
|
|
|
|
"618752466", "Karatta", |
|
50273
|
|
|
|
|
|
|
"613470555", "Moyhu", |
|
50274
|
|
|
|
|
|
|
"6173047", "Cleveland", |
|
50275
|
|
|
|
|
|
|
"612594088", "Batlow", |
|
50276
|
|
|
|
|
|
|
"61260696", "Rennie", |
|
50277
|
|
|
|
|
|
|
"61752010", "Gunalda", |
|
50278
|
|
|
|
|
|
|
"61896522", "Jurien", |
|
50279
|
|
|
|
|
|
|
"61261378", "Gearys\ Gap", |
|
50280
|
|
|
|
|
|
|
"613545933", "Lalbert", |
|
50281
|
|
|
|
|
|
|
"61748880", "Cannon\ Valley", |
|
50282
|
|
|
|
|
|
|
"618903523", "Laverton", |
|
50283
|
|
|
|
|
|
|
"617458771", "Bringalily", |
|
50284
|
|
|
|
|
|
|
"61355050", "Darlington", |
|
50285
|
|
|
|
|
|
|
"61268234", "Warrington", |
|
50286
|
|
|
|
|
|
|
"6124758", "Lawson", |
|
50287
|
|
|
|
|
|
|
"612583601", "Dubbo", |
|
50288
|
|
|
|
|
|
|
"61890475", "Bodallin", |
|
50289
|
|
|
|
|
|
|
"61264506", "Bobundara", |
|
50290
|
|
|
|
|
|
|
"61898967", "Gairdner", |
|
50291
|
|
|
|
|
|
|
"61267247", "Elcombe", |
|
50292
|
|
|
|
|
|
|
"617451919", "Dunmore", |
|
50293
|
|
|
|
|
|
|
"61867190", "Bunbury", |
|
50294
|
|
|
|
|
|
|
"61899995", "Carnamah\ West", |
|
50295
|
|
|
|
|
|
|
"612594409", "Humula", |
|
50296
|
|
|
|
|
|
|
"613441737", "Tennyson", |
|
50297
|
|
|
|
|
|
|
"612593730", "The\ Rock", |
|
50298
|
|
|
|
|
|
|
"612685845", "Mullengudgery", |
|
50299
|
|
|
|
|
|
|
"613542363", "Beazleys\ Bridge", |
|
50300
|
|
|
|
|
|
|
"61255523", "Putty", |
|
50301
|
|
|
|
|
|
|
"61268729", "Cuttaburra", |
|
50302
|
|
|
|
|
|
|
"61341514", "Morwell", |
|
50303
|
|
|
|
|
|
|
"61851029", "Broome", |
|
50304
|
|
|
|
|
|
|
"61256364", "Lismore", |
|
50305
|
|
|
|
|
|
|
"613545957", "Murrabit", |
|
50306
|
|
|
|
|
|
|
"61255461", "Comboyne", |
|
50307
|
|
|
|
|
|
|
"618983768", "Lake\ Toolbrunup", |
|
50308
|
|
|
|
|
|
|
"61887175", "Laffer", |
|
50309
|
|
|
|
|
|
|
"61744071", "Mutarnee", |
|
50310
|
|
|
|
|
|
|
"61256400", "Mallanganee", |
|
50311
|
|
|
|
|
|
|
"61363102", "Winnaleah", |
|
50312
|
|
|
|
|
|
|
"6186559", "Perth", |
|
50313
|
|
|
|
|
|
|
"612592684", "Bunda", |
|
50314
|
|
|
|
|
|
|
"61263199", "Merriganowry", |
|
50315
|
|
|
|
|
|
|
"61240688", "Cessnock", |
|
50316
|
|
|
|
|
|
|
"61343079", "Marnoo", |
|
50317
|
|
|
|
|
|
|
"61264639", "Bobundara", |
|
50318
|
|
|
|
|
|
|
"612532840", "Killongbutta", |
|
50319
|
|
|
|
|
|
|
"6136260", "Richmond", |
|
50320
|
|
|
|
|
|
|
"6129408", "Sutherland", |
|
50321
|
|
|
|
|
|
|
"61240385", "Laguna", |
|
50322
|
|
|
|
|
|
|
"612594211", "Junee", |
|
50323
|
|
|
|
|
|
|
"61887710", "Willalooka", |
|
50324
|
|
|
|
|
|
|
"61748159", "Woorabinda", |
|
50325
|
|
|
|
|
|
|
"61741992", "Nanango", |
|
50326
|
|
|
|
|
|
|
"61257229", "Walcha\ Road", |
|
50327
|
|
|
|
|
|
|
"618867730", "Herbert", |
|
50328
|
|
|
|
|
|
|
"61890078", "Goldfields", |
|
50329
|
|
|
|
|
|
|
"61748102", "Capella", |
|
50330
|
|
|
|
|
|
|
"613431889", "Beaufort", |
|
50331
|
|
|
|
|
|
|
"61248631", "Bungonia", |
|
50332
|
|
|
|
|
|
|
"61897644", "Balingup", |
|
50333
|
|
|
|
|
|
|
"618763622", "Coorabie", |
|
50334
|
|
|
|
|
|
|
"61351388", "Heyfield", |
|
50335
|
|
|
|
|
|
|
"61264273", "Wonboyn\ Lake", |
|
50336
|
|
|
|
|
|
|
"61898637", "Dongolocking", |
|
50337
|
|
|
|
|
|
|
"612583247", "Cobar", |
|
50338
|
|
|
|
|
|
|
"613572490", "Taggerty", |
|
50339
|
|
|
|
|
|
|
"61342335", "Swan\ Marsh", |
|
50340
|
|
|
|
|
|
|
"61896208", "Yelbeni", |
|
50341
|
|
|
|
|
|
|
"61865940", "Armadale", |
|
50342
|
|
|
|
|
|
|
"61753484", "Boonah", |
|
50343
|
|
|
|
|
|
|
"61898384", "Hopetoun", |
|
50344
|
|
|
|
|
|
|
"612574834", "Walcha\ Road", |
|
50345
|
|
|
|
|
|
|
"61889758", "Borroloola", |
|
50346
|
|
|
|
|
|
|
"61390092", "Eltham", |
|
50347
|
|
|
|
|
|
|
"613553512", "Cobden", |
|
50348
|
|
|
|
|
|
|
"61351685", "Gelantipy", |
|
50349
|
|
|
|
|
|
|
"61742720", "Babinda", |
|
50350
|
|
|
|
|
|
|
"612574117", "Deepwater", |
|
50351
|
|
|
|
|
|
|
"61746445", "Liston", |
|
50352
|
|
|
|
|
|
|
"618964935", "Wannamal", |
|
50353
|
|
|
|
|
|
|
"61392644", "Melbourne", |
|
50354
|
|
|
|
|
|
|
"61363159", "Deloraine", |
|
50355
|
|
|
|
|
|
|
"6137007", "Melbourne", |
|
50356
|
|
|
|
|
|
|
"612630698", "Burraga", |
|
50357
|
|
|
|
|
|
|
"61258107", "Yarragrin", |
|
50358
|
|
|
|
|
|
|
"61267493", "Kelvin", |
|
50359
|
|
|
|
|
|
|
"617479201", "Upper\ Stone", |
|
50360
|
|
|
|
|
|
|
"6124638", "Campbelltown", |
|
50361
|
|
|
|
|
|
|
"61364672", "Marrawah", |
|
50362
|
|
|
|
|
|
|
"61243032", "Gosford", |
|
50363
|
|
|
|
|
|
|
"618682050", "Dongolocking", |
|
50364
|
|
|
|
|
|
|
"61353530", "Warracknabeal", |
|
50365
|
|
|
|
|
|
|
"61256987", "Glenreagh", |
|
50366
|
|
|
|
|
|
|
"61255090", "Kempsey", |
|
50367
|
|
|
|
|
|
|
"612665", "Coffs\ Harbour", |
|
50368
|
|
|
|
|
|
|
"61361430", "New\ Norfolk", |
|
50369
|
|
|
|
|
|
|
"61246376", "Campbelltown", |
|
50370
|
|
|
|
|
|
|
"61260817", "Albury", |
|
50371
|
|
|
|
|
|
|
"61363880", "Mole\ Creek", |
|
50372
|
|
|
|
|
|
|
"6128899", "Sydney", |
|
50373
|
|
|
|
|
|
|
"61355305", "Woodhouse", |
|
50374
|
|
|
|
|
|
|
"61238022", "Taralga", |
|
50375
|
|
|
|
|
|
|
"613531970", "Horsham", |
|
50376
|
|
|
|
|
|
|
"61748373", "Rockhampton", |
|
50377
|
|
|
|
|
|
|
"61746048", "Cockatoo", |
|
50378
|
|
|
|
|
|
|
"61268165", "Parkes", |
|
50379
|
|
|
|
|
|
|
"61256358", "Glenreagh", |
|
50380
|
|
|
|
|
|
|
"617473877", "Eddington", |
|
50381
|
|
|
|
|
|
|
"61350100", "Natya", |
|
50382
|
|
|
|
|
|
|
"61746982", "Crows\ Nest", |
|
50383
|
|
|
|
|
|
|
"61753037", "Lowood", |
|
50384
|
|
|
|
|
|
|
"617442917", "Mutarnee", |
|
50385
|
|
|
|
|
|
|
"61355608", "Hawkesdale", |
|
50386
|
|
|
|
|
|
|
"61897322", "Upper\ Preston", |
|
50387
|
|
|
|
|
|
|
"61875059", "Lowbank", |
|
50388
|
|
|
|
|
|
|
"61269197", "Weethalle", |
|
50389
|
|
|
|
|
|
|
"61264969", "Wonboyn\ Lake", |
|
50390
|
|
|
|
|
|
|
"61887343", "Greenways", |
|
50391
|
|
|
|
|
|
|
"61278086", "Parramatta", |
|
50392
|
|
|
|
|
|
|
"613546300", "Moonambel", |
|
50393
|
|
|
|
|
|
|
"613531900", "Beulah", |
|
50394
|
|
|
|
|
|
|
"613451320", "Dorodong", |
|
50395
|
|
|
|
|
|
|
"61266054", "Grafton", |
|
50396
|
|
|
|
|
|
|
"612533028", "Kandos", |
|
50397
|
|
|
|
|
|
|
"61269190", "Tallimba", |
|
50398
|
|
|
|
|
|
|
"61268762", "Quambone", |
|
50399
|
|
|
|
|
|
|
"6127807", "Parramatta", |
|
50400
|
|
|
|
|
|
|
"61749819", "Alpha", |
|
50401
|
|
|
|
|
|
|
"61350107", "Ouyen", |
|
50402
|
|
|
|
|
|
|
"61745092", "Guluguba", |
|
50403
|
|
|
|
|
|
|
"61753030", "Jimna", |
|
50404
|
|
|
|
|
|
|
"61340631", "Willandra\ Lakes", |
|
50405
|
|
|
|
|
|
|
"6138470", "Melbourne", |
|
50406
|
|
|
|
|
|
|
"61255097", "Coopernook", |
|
50407
|
|
|
|
|
|
|
"61353537", "Lorquon", |
|
50408
|
|
|
|
|
|
|
"61367118", "St\ Helens", |
|
50409
|
|
|
|
|
|
|
"618859994", "Wynarka", |
|
50410
|
|
|
|
|
|
|
"61896862", "Bencubbin", |
|
50411
|
|
|
|
|
|
|
"618753154", "Culburra", |
|
50412
|
|
|
|
|
|
|
"61875045", "Narrung", |
|
50413
|
|
|
|
|
|
|
"61740199", "Babinda", |
|
50414
|
|
|
|
|
|
|
"617750227", "Atholwood", |
|
50415
|
|
|
|
|
|
|
"61363887", "Glengarry", |
|
50416
|
|
|
|
|
|
|
"61361437", "South\ Bruny", |
|
50417
|
|
|
|
|
|
|
"61260810", "Albury", |
|
50418
|
|
|
|
|
|
|
"613545011", "Lockington", |
|
50419
|
|
|
|
|
|
|
"61742727", "Dimbulah", |
|
50420
|
|
|
|
|
|
|
"61355773", "Glenthompson", |
|
50421
|
|
|
|
|
|
|
"618683359", "Harrismith", |
|
50422
|
|
|
|
|
|
|
"613451431", "Heywood", |
|
50423
|
|
|
|
|
|
|
"61885932", "Robertstown", |
|
50424
|
|
|
|
|
|
|
"61258100", "Dandaloo", |
|
50425
|
|
|
|
|
|
|
"61350313", "Pan\ Ban", |
|
50426
|
|
|
|
|
|
|
"6189166", "Kununurra", |
|
50427
|
|
|
|
|
|
|
"61340474", "Kyalite", |
|
50428
|
|
|
|
|
|
|
"61268656", "Peak\ Hill", |
|
50429
|
|
|
|
|
|
|
"61257262", "Spring\ Plains", |
|
50430
|
|
|
|
|
|
|
"61746459", "Valley\ Downs", |
|
50431
|
|
|
|
|
|
|
"61363145", "Beaconsfield", |
|
50432
|
|
|
|
|
|
|
"61851062", "De\ Grey", |
|
50433
|
|
|
|
|
|
|
"6126344", "Canowindra", |
|
50434
|
|
|
|
|
|
|
"61342266", "Queenscliff", |
|
50435
|
|
|
|
|
|
|
"61898630", "Moodiarrup", |
|
50436
|
|
|
|
|
|
|
"61256166", "Casino", |
|
50437
|
|
|
|
|
|
|
"6173151", "Brisbane", |
|
50438
|
|
|
|
|
|
|
"61744136", "Ayr", |
|
50439
|
|
|
|
|
|
|
"618869003", "Iron\ Baron", |
|
50440
|
|
|
|
|
|
|
"61267891", "Pinkett", |
|
50441
|
|
|
|
|
|
|
"61888751", "Port\ Victoria", |
|
50442
|
|
|
|
|
|
|
"61755182", "Tamborine\ Mountain", |
|
50443
|
|
|
|
|
|
|
"61743579", "Eidsvold", |
|
50444
|
|
|
|
|
|
|
"61898186", "Lumeah", |
|
50445
|
|
|
|
|
|
|
"618600779", "Neridup", |
|
50446
|
|
|
|
|
|
|
"61890619", "Narembeen\ East", |
|
50447
|
|
|
|
|
|
|
"6125942", "Wagga\ Wagga", |
|
50448
|
|
|
|
|
|
|
"61746402", "Tipton", |
|
50449
|
|
|
|
|
|
|
"61887717", "Millicent", |
|
50450
|
|
|
|
|
|
|
"61878192", "South\ Hummocks", |
|
50451
|
|
|
|
|
|
|
"61256407", "Tyalgum", |
|
50452
|
|
|
|
|
|
|
"61747188", "Gunpowder", |
|
50453
|
|
|
|
|
|
|
"617486832", "Duaringa", |
|
50454
|
|
|
|
|
|
|
"61748145", "Bajool", |
|
50455
|
|
|
|
|
|
|
"61266068", "Leeville", |
|
50456
|
|
|
|
|
|
|
"613549600", "Bridgewater", |
|
50457
|
|
|
|
|
|
|
"61885756", "Meningie\ East", |
|
50458
|
|
|
|
|
|
|
"61880046", "Tibooburra", |
|
50459
|
|
|
|
|
|
|
"613542028", "Elmore", |
|
50460
|
|
|
|
|
|
|
"61734979", "Ipswich", |
|
50461
|
|
|
|
|
|
|
"617480019", "Alpha", |
|
50462
|
|
|
|
|
|
|
"61363705", "Westbury", |
|
50463
|
|
|
|
|
|
|
"61738175", "Redcliffe", |
|
50464
|
|
|
|
|
|
|
"61887772", "Tilley\ Swamp", |
|
50465
|
|
|
|
|
|
|
"61357933", "Wangaratta", |
|
50466
|
|
|
|
|
|
|
"61895181", "Mandurah", |
|
50467
|
|
|
|
|
|
|
"613553856", "Victoria\ Valley", |
|
50468
|
|
|
|
|
|
|
"61267240", "Bingara", |
|
50469
|
|
|
|
|
|
|
"61238069", "Lost\ River", |
|
50470
|
|
|
|
|
|
|
"612583671", "Bindogundra", |
|
50471
|
|
|
|
|
|
|
"61898960", "Broomehill", |
|
50472
|
|
|
|
|
|
|
"61355057", "Derrinallum", |
|
50473
|
|
|
|
|
|
|
"61350466", "Mittyack", |
|
50474
|
|
|
|
|
|
|
"61350747", "Willandra\ Lakes", |
|
50475
|
|
|
|
|
|
|
"61753226", "Laidley", |
|
50476
|
|
|
|
|
|
|
"61341212", "Bairnsdale", |
|
50477
|
|
|
|
|
|
|
"617458701", "Yuleba", |
|
50478
|
|
|
|
|
|
|
"61268839", "Collie", |
|
50479
|
|
|
|
|
|
|
"6135865", "Katamatite", |
|
50480
|
|
|
|
|
|
|
"61258589", "Condobolin", |
|
50481
|
|
|
|
|
|
|
"61752072", "Maleny", |
|
50482
|
|
|
|
|
|
|
"618661151", "Miling", |
|
50483
|
|
|
|
|
|
|
"612533036", "Lyndhurst", |
|
50484
|
|
|
|
|
|
|
"61867197", "Dinninup", |
|
50485
|
|
|
|
|
|
|
"612593951", "Black\ Stump", |
|
50486
|
|
|
|
|
|
|
"61341277", "Dargo", |
|
50487
|
|
|
|
|
|
|
"61242077", "Kiama", |
|
50488
|
|
|
|
|
|
|
"61362197", "Woodbury", |
|
50489
|
|
|
|
|
|
|
"61741014", "Boondooma", |
|
50490
|
|
|
|
|
|
|
"61886543", "Tumby\ Bay", |
|
50491
|
|
|
|
|
|
|
"61885662", "Kapunda", |
|
50492
|
|
|
|
|
|
|
"61341121", "Rosedale", |
|
50493
|
|
|
|
|
|
|
"61353767", "Beaufort", |
|
50494
|
|
|
|
|
|
|
"61756114", "Beaudesert", |
|
50495
|
|
|
|
|
|
|
"61748887", "Walkerston", |
|
50496
|
|
|
|
|
|
|
"6173295", "Brisbane", |
|
50497
|
|
|
|
|
|
|
"61356021", "Leongatha", |
|
50498
|
|
|
|
|
|
|
"61361546", "Ouse", |
|
50499
|
|
|
|
|
|
|
"6138414", "Melbourne", |
|
50500
|
|
|
|
|
|
|
"612574798", "Kelvin", |
|
50501
|
|
|
|
|
|
|
"61355342", "Caramut", |
|
50502
|
|
|
|
|
|
|
"61752017", "Kia\ Ora", |
|
50503
|
|
|
|
|
|
|
"61251074", "Rye\ Park", |
|
50504
|
|
|
|
|
|
|
"61357016", "Broadford", |
|
50505
|
|
|
|
|
|
|
"61881551", "Adelaide", |
|
50506
|
|
|
|
|
|
|
"61341042", "Buchan", |
|
50507
|
|
|
|
|
|
|
"61255413", "Lord\ Howe\ Island", |
|
50508
|
|
|
|
|
|
|
"61269600", "Rankins\ Springs", |
|
50509
|
|
|
|
|
|
|
"61895037", "Gidgegannup", |
|
50510
|
|
|
|
|
|
|
"612594067", "Urana", |
|
50511
|
|
|
|
|
|
|
"61341424", "Goongerah", |
|
50512
|
|
|
|
|
|
|
"61259156", "Morundah", |
|
50513
|
|
|
|
|
|
|
"61754000", "Nambour", |
|
50514
|
|
|
|
|
|
|
"61245031", "Kurrajong\ Heights", |
|
50515
|
|
|
|
|
|
|
"61267010", "Bendemeer", |
|
50516
|
|
|
|
|
|
|
"61350697", "Anabranch", |
|
50517
|
|
|
|
|
|
|
"613441228", "Marong", |
|
50518
|
|
|
|
|
|
|
"61745473", "Charleville", |
|
50519
|
|
|
|
|
|
|
"61352427", "Wingeel", |
|
50520
|
|
|
|
|
|
|
"617441976", "Walker", |
|
50521
|
|
|
|
|
|
|
"618601101", "Nullarbor", |
|
50522
|
|
|
|
|
|
|
"61746033", "Bimbadeen", |
|
50523
|
|
|
|
|
|
|
"617750106", "Beebo", |
|
50524
|
|
|
|
|
|
|
"61741855", "Proston", |
|
50525
|
|
|
|
|
|
|
"617442893", "Dalbeg", |
|
50526
|
|
|
|
|
|
|
"61240714", "Bulahdelah", |
|
50527
|
|
|
|
|
|
|
"61356142", "Icy\ Creek", |
|
50528
|
|
|
|
|
|
|
"61740609", "Hopevale", |
|
50529
|
|
|
|
|
|
|
"61743328", "Lowmead", |
|
50530
|
|
|
|
|
|
|
"61248036", "Gundillion", |
|
50531
|
|
|
|
|
|
|
"613573013", "Devlins\ Bridge", |
|
50532
|
|
|
|
|
|
|
"618600938", "Burracoppin\ South", |
|
50533
|
|
|
|
|
|
|
"6128971", "Sydney", |
|
50534
|
|
|
|
|
|
|
"61896412", "York", |
|
50535
|
|
|
|
|
|
|
"61868089", "Bradfords", |
|
50536
|
|
|
|
|
|
|
"61358405", "Moulamein", |
|
50537
|
|
|
|
|
|
|
"613442118", "Gisborne", |
|
50538
|
|
|
|
|
|
|
"61260304", "Corowa", |
|
50539
|
|
|
|
|
|
|
"61354507", "Kerang", |
|
50540
|
|
|
|
|
|
|
"61752247", "Coominya", |
|
50541
|
|
|
|
|
|
|
"61899228", "Carnamah\ West", |
|
50542
|
|
|
|
|
|
|
"61260460", "Albury", |
|
50543
|
|
|
|
|
|
|
"61341357", "Cann\ River", |
|
50544
|
|
|
|
|
|
|
"61249178", "Wards\ River", |
|
50545
|
|
|
|
|
|
|
"613574172", "Puckapunyal", |
|
50546
|
|
|
|
|
|
|
"61888029", "Balaklava", |
|
50547
|
|
|
|
|
|
|
"61734725", "Beenleigh", |
|
50548
|
|
|
|
|
|
|
"61886993", "Great\ Bight", |
|
50549
|
|
|
|
|
|
|
"61899559", "Dongara", |
|
50550
|
|
|
|
|
|
|
"613432154", "Laharum", |
|
50551
|
|
|
|
|
|
|
"618983787", "Magitup", |
|
50552
|
|
|
|
|
|
|
"61896381", "Yorkrakine", |
|
50553
|
|
|
|
|
|
|
"61895484", "Mount\ Helena", |
|
50554
|
|
|
|
|
|
|
"61891004", "Broome", |
|
50555
|
|
|
|
|
|
|
"618964483", "Jurien", |
|
50556
|
|
|
|
|
|
|
"617486843", "Goovigen", |
|
50557
|
|
|
|
|
|
|
"612583746", "Warrumbungle", |
|
50558
|
|
|
|
|
|
|
"618683406", "Pingelly", |
|
50559
|
|
|
|
|
|
|
"613574722", "Tatong", |
|
50560
|
|
|
|
|
|
|
"61743106", "Tansey", |
|
50561
|
|
|
|
|
|
|
"613532336", "Mount\ Wallace", |
|
50562
|
|
|
|
|
|
|
"612583925", "Mungery", |
|
50563
|
|
|
|
|
|
|
"6136461", "Currie", |
|
50564
|
|
|
|
|
|
|
"61269064", "Rannock", |
|
50565
|
|
|
|
|
|
|
"61740293", "Dimbulah", |
|
50566
|
|
|
|
|
|
|
"61358008", "Blighty", |
|
50567
|
|
|
|
|
|
|
"61754664", "Laidley", |
|
50568
|
|
|
|
|
|
|
"618763665", "Peterborough", |
|
50569
|
|
|
|
|
|
|
"6186104", "Perth", |
|
50570
|
|
|
|
|
|
|
"61891930", "Fitzroy\ Crossing", |
|
50571
|
|
|
|
|
|
|
"618683182", "Manypeaks\ North", |
|
50572
|
|
|
|
|
|
|
"61352368", "Barwon\ Downs", |
|
50573
|
|
|
|
|
|
|
"6175555", "Southport", |
|
50574
|
|
|
|
|
|
|
"61889399", "Daly", |
|
50575
|
|
|
|
|
|
|
"61255366", "Jerrys\ Plains", |
|
50576
|
|
|
|
|
|
|
"61740766", "Malanda", |
|
50577
|
|
|
|
|
|
|
"61887846", "Bordertown", |
|
50578
|
|
|
|
|
|
|
"61739997", "Brisbane", |
|
50579
|
|
|
|
|
|
|
"61879341", "Petermann", |
|
50580
|
|
|
|
|
|
|
"61745588", "Guluguba", |
|
50581
|
|
|
|
|
|
|
"61250024", "Tallangatta\ Valley", |
|
50582
|
|
|
|
|
|
|
"61244448", "Milton\-ulladulla", |
|
50583
|
|
|
|
|
|
|
"61861923", "Spearwood", |
|
50584
|
|
|
|
|
|
|
"61899809", "Yalgoo", |
|
50585
|
|
|
|
|
|
|
"613553977", "Port\ Fairy", |
|
50586
|
|
|
|
|
|
|
"618996964", "Yandanooka", |
|
50587
|
|
|
|
|
|
|
"61340171", "Hopetoun", |
|
50588
|
|
|
|
|
|
|
"61899502", "Kalbarri", |
|
50589
|
|
|
|
|
|
|
"61260091", "Albury", |
|
50590
|
|
|
|
|
|
|
"612574653", "Armidale", |
|
50591
|
|
|
|
|
|
|
"612594445", "Tumut", |
|
50592
|
|
|
|
|
|
|
"61753295", "Gympie", |
|
50593
|
|
|
|
|
|
|
"618997013", "Wiluna", |
|
50594
|
|
|
|
|
|
|
"61743467", "Pialba", |
|
50595
|
|
|
|
|
|
|
"61340227", "Curyo", |
|
50596
|
|
|
|
|
|
|
"61898715", "Lake\ Magenta", |
|
50597
|
|
|
|
|
|
|
"61350816", "Woomelang", |
|
50598
|
|
|
|
|
|
|
"61730381", "Cleveland", |
|
50599
|
|
|
|
|
|
|
"61269058", "Milbrulong", |
|
50600
|
|
|
|
|
|
|
"61354857", "Bendigo", |
|
50601
|
|
|
|
|
|
|
"613441236", "Quambatook", |
|
50602
|
|
|
|
|
|
|
"61891391", "Wittenoom", |
|
50603
|
|
|
|
|
|
|
"61359196", "Pakenham", |
|
50604
|
|
|
|
|
|
|
"61875215", "Walker\ Flat", |
|
50605
|
|
|
|
|
|
|
"618982995", "Bremer\ Bay", |
|
50606
|
|
|
|
|
|
|
"612574637", "Tenterfield", |
|
50607
|
|
|
|
|
|
|
"618600745", "Condingup", |
|
50608
|
|
|
|
|
|
|
"61244045", "Milton\-ulladulla", |
|
50609
|
|
|
|
|
|
|
"618982393", "Manypeaks", |
|
50610
|
|
|
|
|
|
|
"617442572", "Normanton", |
|
50611
|
|
|
|
|
|
|
"61898170", "Lake\ Grace", |
|
50612
|
|
|
|
|
|
|
"6138356", "Sydenham", |
|
50613
|
|
|
|
|
|
|
"612574392", "Bellata", |
|
50614
|
|
|
|
|
|
|
"613470919", "Falls\ Creek", |
|
50615
|
|
|
|
|
|
|
"61362607", "Margate", |
|
50616
|
|
|
|
|
|
|
"618600926", "Wilgoyne", |
|
50617
|
|
|
|
|
|
|
"61358024", "Cornalla", |
|
50618
|
|
|
|
|
|
|
"61260106", "Rennie", |
|
50619
|
|
|
|
|
|
|
"61358442", "Lalalty", |
|
50620
|
|
|
|
|
|
|
"618903851", "Korbelka", |
|
50621
|
|
|
|
|
|
|
"61255158", "Rookhurst", |
|
50622
|
|
|
|
|
|
|
"61238141", "Braidwood", |
|
50623
|
|
|
|
|
|
|
"61353915", "Nhill", |
|
50624
|
|
|
|
|
|
|
"61248171", "Wombeyan\ Caves", |
|
50625
|
|
|
|
|
|
|
"618864065", "Koongawa", |
|
50626
|
|
|
|
|
|
|
"61898221", "Badgebup", |
|
50627
|
|
|
|
|
|
|
"61880918", "Pimpara", |
|
50628
|
|
|
|
|
|
|
"61898177", "Lake\ Magenta", |
|
50629
|
|
|
|
|
|
|
"612583252", "Coonabarabran", |
|
50630
|
|
|
|
|
|
|
"612594356", "Ungarie", |
|
50631
|
|
|
|
|
|
|
"61886538", "The\ Ranges", |
|
50632
|
|
|
|
|
|
|
"61263293", "Killongbutta", |
|
50633
|
|
|
|
|
|
|
"61244059", "Narooma", |
|
50634
|
|
|
|
|
|
|
"61891028", "Great\ Sandy", |
|
50635
|
|
|
|
|
|
|
"61754349", "Woodford", |
|
50636
|
|
|
|
|
|
|
"61361298", "Hermitage", |
|
50637
|
|
|
|
|
|
|
"61746218", "Thargomindah", |
|
50638
|
|
|
|
|
|
|
"613441698", "Dingee", |
|
50639
|
|
|
|
|
|
|
"613470628", "Bright", |
|
50640
|
|
|
|
|
|
|
"61341005", "Club\ Terrace", |
|
50641
|
|
|
|
|
|
|
"612593744", "Wee\ Elwah", |
|
50642
|
|
|
|
|
|
|
"61342178", "Wingeel", |
|
50643
|
|
|
|
|
|
|
"613442141", "Newstead", |
|
50644
|
|
|
|
|
|
|
"613545267", "Boort", |
|
50645
|
|
|
|
|
|
|
"61898112", "Hopetoun", |
|
50646
|
|
|
|
|
|
|
"61356105", "Neerim\ South", |
|
50647
|
|
|
|
|
|
|
"61259354", "Wallendbeen", |
|
50648
|
|
|
|
|
|
|
"61256278", "Woodburn", |
|
50649
|
|
|
|
|
|
|
"61354850", "Inglewood", |
|
50650
|
|
|
|
|
|
|
"61895904", "Mount\ Wells", |
|
50651
|
|
|
|
|
|
|
"61748253", "Banana", |
|
50652
|
|
|
|
|
|
|
"61899204", "Geraldton", |
|
50653
|
|
|
|
|
|
|
"61897794", "Augusta", |
|
50654
|
|
|
|
|
|
|
"613553907", "Heywood", |
|
50655
|
|
|
|
|
|
|
"61358985", "Caldwell", |
|
50656
|
|
|
|
|
|
|
"61753181", "Pomona", |
|
50657
|
|
|
|
|
|
|
"61260328", "Corowa", |
|
50658
|
|
|
|
|
|
|
"618680096", "Pingaring", |
|
50659
|
|
|
|
|
|
|
"6173142", "Redcliffe", |
|
50660
|
|
|
|
|
|
|
"61897878", "Marybrook", |
|
50661
|
|
|
|
|
|
|
"61743460", "Monto", |
|
50662
|
|
|
|
|
|
|
"61340220", "Cunninyeuk", |
|
50663
|
|
|
|
|
|
|
"61867064", "Bridgetown", |
|
50664
|
|
|
|
|
|
|
"61359001", "Cowes", |
|
50665
|
|
|
|
|
|
|
"617476352", "Richmond", |
|
50666
|
|
|
|
|
|
|
"61745871", "Goondiwindi", |
|
50667
|
|
|
|
|
|
|
"61284033", "Avalon\ Beach", |
|
50668
|
|
|
|
|
|
|
"61264353", "Bredbo", |
|
50669
|
|
|
|
|
|
|
"61743304", "Bunker", |
|
50670
|
|
|
|
|
|
|
"61357611", "Benalla", |
|
50671
|
|
|
|
|
|
|
"61364132", "Gordon", |
|
50672
|
|
|
|
|
|
|
"61367039", "Blessington", |
|
50673
|
|
|
|
|
|
|
"61357082", "Mansfield", |
|
50674
|
|
|
|
|
|
|
"61354189", "Quambatook", |
|
50675
|
|
|
|
|
|
|
"612592708", "Hillston", |
|
50676
|
|
|
|
|
|
|
"61891937", "Broome", |
|
50677
|
|
|
|
|
|
|
"61260625", "Ournie", |
|
50678
|
|
|
|
|
|
|
"61888062", "Marion\ Bay", |
|
50679
|
|
|
|
|
|
|
"61738846", "Ipswich", |
|
50680
|
|
|
|
|
|
|
"618867744", "Morchard", |
|
50681
|
|
|
|
|
|
|
"61362064", "Nubeena", |
|
50682
|
|
|
|
|
|
|
"61242086", "Kiama", |
|
50683
|
|
|
|
|
|
|
"61255235", "Bunnan", |
|
50684
|
|
|
|
|
|
|
"6139768", "Dandenong", |
|
50685
|
|
|
|
|
|
|
"61258816", "Coonabarabran", |
|
50686
|
|
|
|
|
|
|
"61341286", "Bruthen", |
|
50687
|
|
|
|
|
|
|
"61345088", "Tyrendarra", |
|
50688
|
|
|
|
|
|
|
"61891425", "Roebuck", |
|
50689
|
|
|
|
|
|
|
"612532834", "Grenfell", |
|
50690
|
|
|
|
|
|
|
"61886754", "Leigh\ Creek\ South", |
|
50691
|
|
|
|
|
|
|
"61887965", "Naracoorte", |
|
50692
|
|
|
|
|
|
|
"61341408", "Combienbar", |
|
50693
|
|
|
|
|
|
|
"61340036", "Natya", |
|
50694
|
|
|
|
|
|
|
"617458646", "Liston", |
|
50695
|
|
|
|
|
|
|
"61876073", "Mambray\ Creek", |
|
50696
|
|
|
|
|
|
|
"618683476", "Badgebup\ North", |
|
50697
|
|
|
|
|
|
|
"61875433", "Mannum", |
|
50698
|
|
|
|
|
|
|
"618965660", "Dalwallinu", |
|
50699
|
|
|
|
|
|
|
"618683513", "Karlgarin", |
|
50700
|
|
|
|
|
|
|
"613431937", "Wilkur", |
|
50701
|
|
|
|
|
|
|
"61749586", "Gargett", |
|
50702
|
|
|
|
|
|
|
"61885083", "Kingscote", |
|
50703
|
|
|
|
|
|
|
"61255164", "Moonan\ Flat", |
|
50704
|
|
|
|
|
|
|
"6128668", "Sydney", |
|
50705
|
|
|
|
|
|
|
"61363876", "Beaconsfield", |
|
50706
|
|
|
|
|
|
|
"612574840", "Willow\ Tree", |
|
50707
|
|
|
|
|
|
|
"6187287", "Mount\ Barker", |
|
50708
|
|
|
|
|
|
|
"6174957", "Mackay", |
|
50709
|
|
|
|
|
|
|
"613451381", "Lake\ Mundi", |
|
50710
|
|
|
|
|
|
|
"618660759", "Dowerin", |
|
50711
|
|
|
|
|
|
|
"61362058", "Miena", |
|
50712
|
|
|
|
|
|
|
"6138382", "Sydenham", |
|
50713
|
|
|
|
|
|
|
"617750343", "Glenhope", |
|
50714
|
|
|
|
|
|
|
"61741849", "Maryborough", |
|
50715
|
|
|
|
|
|
|
"61264179", "Cathcart", |
|
50716
|
|
|
|
|
|
|
"61267072", "Armidale", |
|
50717
|
|
|
|
|
|
|
"612831", "Sydney", |
|
50718
|
|
|
|
|
|
|
"61886768", "Yeelanna", |
|
50719
|
|
|
|
|
|
|
"61341350", "Yarram", |
|
50720
|
|
|
|
|
|
|
"61359394", "Mornington", |
|
50721
|
|
|
|
|
|
|
"61268975", "Fairholme", |
|
50722
|
|
|
|
|
|
|
"61260746", "Little\ Billabong", |
|
50723
|
|
|
|
|
|
|
"61265056", "Gloucester", |
|
50724
|
|
|
|
|
|
|
"617459963", "Dalby", |
|
50725
|
|
|
|
|
|
|
"617441390", "Charters\ Towers", |
|
50726
|
|
|
|
|
|
|
"61244002", "Batemans\ Bay", |
|
50727
|
|
|
|
|
|
|
"61247109", "Katoomba", |
|
50728
|
|
|
|
|
|
|
"61250008", "Culcairn", |
|
50729
|
|
|
|
|
|
|
"61752240", "Wolvi", |
|
50730
|
|
|
|
|
|
|
"61887635", "Tilley\ Swamp", |
|
50731
|
|
|
|
|
|
|
"61743091", "Tandora", |
|
50732
|
|
|
|
|
|
|
"6126662", "Casino", |
|
50733
|
|
|
|
|
|
|
"61267017", "Tamworth", |
|
50734
|
|
|
|
|
|
|
"61380997", "Sunbury", |
|
50735
|
|
|
|
|
|
|
"61350690", "Balranald", |
|
50736
|
|
|
|
|
|
|
"61754007", "Coominya", |
|
50737
|
|
|
|
|
|
|
"61355198", "Glenthompson", |
|
50738
|
|
|
|
|
|
|
"61895030", "Byford", |
|
50739
|
|
|
|
|
|
|
"61896470", "Dale\ River", |
|
50740
|
|
|
|
|
|
|
"61269607", "Gunbar", |
|
50741
|
|
|
|
|
|
|
"61263766", "Monteagle", |
|
50742
|
|
|
|
|
|
|
"61867058", "Waroona", |
|
50743
|
|
|
|
|
|
|
"617750176", "Millmerran", |
|
50744
|
|
|
|
|
|
|
"613431953", "Buninyong", |
|
50745
|
|
|
|
|
|
|
"617441906", "Kirk", |
|
50746
|
|
|
|
|
|
|
"61352420", "Inverleigh", |
|
50747
|
|
|
|
|
|
|
"61268051", "Fairholme", |
|
50748
|
|
|
|
|
|
|
"618601171", "Warralakin", |
|
50749
|
|
|
|
|
|
|
"61357192", "Wangaratta", |
|
50750
|
|
|
|
|
|
|
"61354099", "Logan", |
|
50751
|
|
|
|
|
|
|
"61867076", "Harvey", |
|
50752
|
|
|
|
|
|
|
"61350913", "Ouyen", |
|
50753
|
|
|
|
|
|
|
"61753091", "Cooroy", |
|
50754
|
|
|
|
|
|
|
"61885332", "Taylorville", |
|
50755
|
|
|
|
|
|
|
"6188187", "Mclaren\ Vale", |
|
50756
|
|
|
|
|
|
|
"61240008", "Karuah", |
|
50757
|
|
|
|
|
|
|
"61257109", "Ogunbil", |
|
50758
|
|
|
|
|
|
|
"612583841", "Warrington", |
|
50759
|
|
|
|
|
|
|
"618989325", "Wickepin", |
|
50760
|
|
|
|
|
|
|
"61742240", "Herberton", |
|
50761
|
|
|
|
|
|
|
"612574597", "Graman", |
|
50762
|
|
|
|
|
|
|
"61260295", "Rand", |
|
50763
|
|
|
|
|
|
|
"61269131", "Yenda", |
|
50764
|
|
|
|
|
|
|
"61748864", "Emerald", |
|
50765
|
|
|
|
|
|
|
"6136208", "Hobart", |
|
50766
|
|
|
|
|
|
|
"61897639", "Upper\ Preston", |
|
50767
|
|
|
|
|
|
|
"61363222", "Moltema", |
|
50768
|
|
|
|
|
|
|
"612593888", "Carabost", |
|
50769
|
|
|
|
|
|
|
"618753486", "Malinong", |
|
50770
|
|
|
|
|
|
|
"61744007", "Georgina", |
|
50771
|
|
|
|
|
|
|
"61265078", "Krambach", |
|
50772
|
|
|
|
|
|
|
"613531953", "Glenisla", |
|
50773
|
|
|
|
|
|
|
"61367214", "St\ Helens", |
|
50774
|
|
|
|
|
|
|
"61889780", "Daly", |
|
50775
|
|
|
|
|
|
|
"618763869", "Georgetown", |
|
50776
|
|
|
|
|
|
|
"61362076", "Richmond", |
|
50777
|
|
|
|
|
|
|
"618683549", "Pingelly", |
|
50778
|
|
|
|
|
|
|
"61871302", "Adelaide", |
|
50779
|
|
|
|
|
|
|
"617480709", "Springsure", |
|
50780
|
|
|
|
|
|
|
"61353784", "Skipton", |
|
50781
|
|
|
|
|
|
|
"61240405", "Newcastle", |
|
50782
|
|
|
|
|
|
|
"6128122", "Sydney", |
|
50783
|
|
|
|
|
|
|
"618863705", "Rudall", |
|
50784
|
|
|
|
|
|
|
"61350036", "Arumpo", |
|
50785
|
|
|
|
|
|
|
"61875011", "Windsor", |
|
50786
|
|
|
|
|
|
|
"618753414", "Milang", |
|
50787
|
|
|
|
|
|
|
"617452528", "Clifton", |
|
50788
|
|
|
|
|
|
|
"617750319", "Charleville", |
|
50789
|
|
|
|
|
|
|
"61286658", "Blacktown", |
|
50790
|
|
|
|
|
|
|
"612532600", "Running\ Stream", |
|
50791
|
|
|
|
|
|
|
"61891718", "Roebuck", |
|
50792
|
|
|
|
|
|
|
"61887943", "Lucindale\ South", |
|
50793
|
|
|
|
|
|
|
"617473830", "Burketown", |
|
50794
|
|
|
|
|
|
|
"61748508", "Belyando", |
|
50795
|
|
|
|
|
|
|
"617441434", "Bambaroo", |
|
50796
|
|
|
|
|
|
|
"61878016", "Lochiel", |
|
50797
|
|
|
|
|
|
|
"61898691", "Ravensthorpe", |
|
50798
|
|
|
|
|
|
|
"618859980", "Tailem\ Bend", |
|
50799
|
|
|
|
|
|
|
"61886672", "Booleroo\ Centre", |
|
50800
|
|
|
|
|
|
|
"61734153", "Dunwich", |
|
50801
|
|
|
|
|
|
|
"613531937", "Dimboola", |
|
50802
|
|
|
|
|
|
|
"613546337", "Newstead", |
|
50803
|
|
|
|
|
|
|
"61899733", "Perenjori\ East", |
|
50804
|
|
|
|
|
|
|
"61361325", "Margate", |
|
50805
|
|
|
|
|
|
|
"612593664", "Bambilla", |
|
50806
|
|
|
|
|
|
|
"61265475", "Baerami", |
|
50807
|
|
|
|
|
|
|
"61256380", "Woodenbong", |
|
50808
|
|
|
|
|
|
|
"61743181", "Brooweena", |
|
50809
|
|
|
|
|
|
|
"61264322", "Tathra", |
|
50810
|
|
|
|
|
|
|
"61268249", "Walgett", |
|
50811
|
|
|
|
|
|
|
"61748858", "Moranbah", |
|
50812
|
|
|
|
|
|
|
"61267830", "Banoon", |
|
50813
|
|
|
|
|
|
|
"618865981", "Ungarra", |
|
50814
|
|
|
|
|
|
|
"61898404", "Congee", |
|
50815
|
|
|
|
|
|
|
"61261503", "Rye\ Park", |
|
50816
|
|
|
|
|
|
|
"61257580", "Warialda", |
|
50817
|
|
|
|
|
|
|
"618869015", "Iron\ Knob", |
|
50818
|
|
|
|
|
|
|
"61898360", "Gairdner", |
|
50819
|
|
|
|
|
|
|
"618982266", "Denmark", |
|
50820
|
|
|
|
|
|
|
"618989046", "Lake\ Oconnor", |
|
50821
|
|
|
|
|
|
|
"61753460", "Gympie", |
|
50822
|
|
|
|
|
|
|
"612532985", "Oberon", |
|
50823
|
|
|
|
|
|
|
"61263898", "Lithgow", |
|
50824
|
|
|
|
|
|
|
"61351408", "Sale", |
|
50825
|
|
|
|
|
|
|
"61895579", "Pinjarra", |
|
50826
|
|
|
|
|
|
|
"61897856", "Dardanup", |
|
50827
|
|
|
|
|
|
|
"613442210", "Elmore", |
|
50828
|
|
|
|
|
|
|
"617452098", "Jondaryan", |
|
50829
|
|
|
|
|
|
|
"613451272", "Ecklin", |
|
50830
|
|
|
|
|
|
|
"61896306", "Burakin", |
|
50831
|
|
|
|
|
|
|
"618869050", "Spilsby", |
|
50832
|
|
|
|
|
|
|
"618858551", "Marama", |
|
50833
|
|
|
|
|
|
|
"6135127", "Morwell", |
|
50834
|
|
|
|
|
|
|
"61899563", "Carnarvon\/Yaringa", |
|
50835
|
|
|
|
|
|
|
"612593777", "Egansford", |
|
50836
|
|
|
|
|
|
|
"61361067", "Little\ Swanport", |
|
50837
|
|
|
|
|
|
|
"61355088", "Hawkesdale", |
|
50838
|
|
|
|
|
|
|
"61257749", "Tamworth", |
|
50839
|
|
|
|
|
|
|
"61256256", "Lawrence", |
|
50840
|
|
|
|
|
|
|
"618753102", "Callington", |
|
50841
|
|
|
|
|
|
|
"61899421", "Yallalong", |
|
50842
|
|
|
|
|
|
|
"61240650", "Nelson\ Bay", |
|
50843
|
|
|
|
|
|
|
"61748111", "Nogoa", |
|
50844
|
|
|
|
|
|
|
"61348024", "Kyabram", |
|
50845
|
|
|
|
|
|
|
"61747157", "Ravenswood", |
|
50846
|
|
|
|
|
|
|
"618864643", "Andamooka", |
|
50847
|
|
|
|
|
|
|
"61258227", "Gulargambone", |
|
50848
|
|
|
|
|
|
|
"61359242", "Cranbourne", |
|
50849
|
|
|
|
|
|
|
"617458766", "Blackall", |
|
50850
|
|
|
|
|
|
|
"61340361", "Tempy", |
|
50851
|
|
|
|
|
|
|
"61258171", "Yeoval", |
|
50852
|
|
|
|
|
|
|
"61352178", "Swan\ Marsh", |
|
50853
|
|
|
|
|
|
|
"61351005", "Genoa", |
|
50854
|
|
|
|
|
|
|
"61756218", "Ormeau", |
|
50855
|
|
|
|
|
|
|
"61745116", "Cottonvale", |
|
50856
|
|
|
|
|
|
|
"61357333", "Mansfield", |
|
50857
|
|
|
|
|
|
|
"61363864", "St\ Helens", |
|
50858
|
|
|
|
|
|
|
"61355485", "Portland", |
|
50859
|
|
|
|
|
|
|
"612594134", "Merriwagga", |
|
50860
|
|
|
|
|
|
|
"61257152", "Glencoe", |
|
50861
|
|
|
|
|
|
|
"61748222", "St\ Lawrence", |
|
50862
|
|
|
|
|
|
|
"618867777", "Terowie", |
|
50863
|
|
|
|
|
|
|
"61896128", "Kalannie", |
|
50864
|
|
|
|
|
|
|
"61885193", "Swan\ Reach", |
|
50865
|
|
|
|
|
|
|
"61247123", "Penrith", |
|
50866
|
|
|
|
|
|
|
"618752471", "Lowbank", |
|
50867
|
|
|
|
|
|
|
"61255176", "Krambach", |
|
50868
|
|
|
|
|
|
|
"613542141", "Jarklin", |
|
50869
|
|
|
|
|
|
|
"6124640", "Campbelltown", |
|
50870
|
|
|
|
|
|
|
"61264644", "Candelo", |
|
50871
|
|
|
|
|
|
|
"617485886", "Nogoa", |
|
50872
|
|
|
|
|
|
|
"618763938", "Bayley\ Plains", |
|
50873
|
|
|
|
|
|
|
"61380066", "Sunbury", |
|
50874
|
|
|
|
|
|
|
"61740623", "Mount\ Surprise", |
|
50875
|
|
|
|
|
|
|
"613470596", "King\ Valley", |
|
50876
|
|
|
|
|
|
|
"612583818", "Mullengudgery", |
|
50877
|
|
|
|
|
|
|
"61257755", "Tenterden", |
|
50878
|
|
|
|
|
|
|
"61742493", "Cairns", |
|
50879
|
|
|
|
|
|
|
"617458933", "Tabers", |
|
50880
|
|
|
|
|
|
|
"612592690", "Coleambally", |
|
50881
|
|
|
|
|
|
|
"618867707", "Willowie", |
|
50882
|
|
|
|
|
|
|
"61890651", "Ardath", |
|
50883
|
|
|
|
|
|
|
"618997049", "Mount\ George", |
|
50884
|
|
|
|
|
|
|
"61741392", "Monogorilby", |
|
50885
|
|
|
|
|
|
|
"61361604", "Oatlands", |
|
50886
|
|
|
|
|
|
|
"61269076", "Tumbarumba", |
|
50887
|
|
|
|
|
|
|
"61253551", "Cowra", |
|
50888
|
|
|
|
|
|
|
"61240657", "Dungog", |
|
50889
|
|
|
|
|
|
|
"618753172", "Mantung", |
|
50890
|
|
|
|
|
|
|
"61268138", "Mendooran", |
|
50891
|
|
|
|
|
|
|
"61888719", "Marion\ Bay", |
|
50892
|
|
|
|
|
|
|
"61261451", "Michelago", |
|
50893
|
|
|
|
|
|
|
"6175468", "Gatton", |
|
50894
|
|
|
|
|
|
|
"61747150", "Pentland", |
|
50895
|
|
|
|
|
|
|
"612583666", "Baradine", |
|
50896
|
|
|
|
|
|
|
"61867131", "Dardanup", |
|
50897
|
|
|
|
|
|
|
"61258220", "Trundle", |
|
50898
|
|
|
|
|
|
|
"617458957", "Yelarbon", |
|
50899
|
|
|
|
|
|
|
"61342368", "Birregurra", |
|
50900
|
|
|
|
|
|
|
"61364543", "Burnie", |
|
50901
|
|
|
|
|
|
|
"61749501", "Koumala", |
|
50902
|
|
|
|
|
|
|
"61243462", "Gosford", |
|
50903
|
|
|
|
|
|
|
"612593707", "Leeton", |
|
50904
|
|
|
|
|
|
|
"61361060", "Sorell", |
|
50905
|
|
|
|
|
|
|
"61268255", "Magometon", |
|
50906
|
|
|
|
|
|
|
"613441700", "Dunolly", |
|
50907
|
|
|
|
|
|
|
"61747889", "Yabulu", |
|
50908
|
|
|
|
|
|
|
"613451202", "Wombelano", |
|
50909
|
|
|
|
|
|
|
"61896744", "Ballidu", |
|
50910
|
|
|
|
|
|
|
"613470943", "Tatong", |
|
50911
|
|
|
|
|
|
|
"618762579", "Frome", |
|
50912
|
|
|
|
|
|
|
"612582445", "Banar", |
|
50913
|
|
|
|
|
|
|
"61888003", "Ardrossan", |
|
50914
|
|
|
|
|
|
|
"61240024", "Newcastle", |
|
50915
|
|
|
|
|
|
|
"61899395", "Walkaway", |
|
50916
|
|
|
|
|
|
|
"61753467", "Kalbar", |
|
50917
|
|
|
|
|
|
|
"6134251", "Geelong\/Inverleigh\/Barwon\ Downs\/Kennedys\ Creek\/Beeac\/Lara\/Beech\ Forest\/Lavers\ Hill\/Birregurra\/Lorne", |
|
50918
|
|
|
|
|
|
|
"61753746", "Caloundra", |
|
50919
|
|
|
|
|
|
|
"61868199", "Denmark", |
|
50920
|
|
|
|
|
|
|
"61743295", "Yandaran", |
|
50921
|
|
|
|
|
|
|
"61350171", "Woomelang", |
|
50922
|
|
|
|
|
|
|
"61890783", "Neridup", |
|
50923
|
|
|
|
|
|
|
"61341201", "Golden\ Beach", |
|
50924
|
|
|
|
|
|
|
"61899823", "Geraldton", |
|
50925
|
|
|
|
|
|
|
"612532442", "Koorawatha", |
|
50926
|
|
|
|
|
|
|
"61896104", "Gabbin\ North", |
|
50927
|
|
|
|
|
|
|
"61256387", "Copmanhurst", |
|
50928
|
|
|
|
|
|
|
"612574433", "Halls\ Creek", |
|
50929
|
|
|
|
|
|
|
"61861736", "Spearwood", |
|
50930
|
|
|
|
|
|
|
"61264369", "Ando", |
|
50931
|
|
|
|
|
|
|
"61753106", "Lowood", |
|
50932
|
|
|
|
|
|
|
"61749851", "Alpha", |
|
50933
|
|
|
|
|
|
|
"61886610", "Yunta", |
|
50934
|
|
|
|
|
|
|
"61879784", "Darwin", |
|
50935
|
|
|
|
|
|
|
"612532670", "Caragabal", |
|
50936
|
|
|
|
|
|
|
"61359086", "Warburton", |
|
50937
|
|
|
|
|
|
|
"61748973", "Sarina", |
|
50938
|
|
|
|
|
|
|
"61898025", "Boddington", |
|
50939
|
|
|
|
|
|
|
"6139859", "Melbourne", |
|
50940
|
|
|
|
|
|
|
"61256634", "Murwillumbah", |
|
50941
|
|
|
|
|
|
|
"61353591", "Ballarat", |
|
50942
|
|
|
|
|
|
|
"61255031", "Gloucester", |
|
50943
|
|
|
|
|
|
|
"61741133", "Rosedale", |
|
50944
|
|
|
|
|
|
|
"61744000", "Barkly", |
|
50945
|
|
|
|
|
|
|
"61256471", "Mullumbimby", |
|
50946
|
|
|
|
|
|
|
"61255374", "Mount\ Olive", |
|
50947
|
|
|
|
|
|
|
"61740774", "Euramo", |
|
50948
|
|
|
|
|
|
|
"61388270", "Ringwood", |
|
50949
|
|
|
|
|
|
|
"61748269", "Middlemount", |
|
50950
|
|
|
|
|
|
|
"61351424", "Sale", |
|
50951
|
|
|
|
|
|
|
"612574457", "Plumthorpe", |
|
50952
|
|
|
|
|
|
|
"61740898", "Malanda", |
|
50953
|
|
|
|
|
|
|
"61351042", "Club\ Terrace", |
|
50954
|
|
|
|
|
|
|
"617480779", "Westwood", |
|
50955
|
|
|
|
|
|
|
"618763926", "Whyalla", |
|
50956
|
|
|
|
|
|
|
"61746411", "Westmar", |
|
50957
|
|
|
|
|
|
|
"61745314", "Bunya\ Mountains", |
|
50958
|
|
|
|
|
|
|
"61244063", "Milton\-ulladulla", |
|
50959
|
|
|
|
|
|
|
"612530157", "Lyndhurst", |
|
50960
|
|
|
|
|
|
|
"61756033", "Southport", |
|
50961
|
|
|
|
|
|
|
"61747426", "Kalkadoon", |
|
50962
|
|
|
|
|
|
|
"61351988", "Bairnsdale", |
|
50963
|
|
|
|
|
|
|
"618763745", "Tumby\ Bay", |
|
50964
|
|
|
|
|
|
|
"61342427", "Geelong", |
|
50965
|
|
|
|
|
|
|
"61889787", "Arnhem", |
|
50966
|
|
|
|
|
|
|
"61361491", "South\ Bruny", |
|
50967
|
|
|
|
|
|
|
"618850296", "Berri", |
|
50968
|
|
|
|
|
|
|
"61749118", "Mount\ Gardiner", |
|
50969
|
|
|
|
|
|
|
"61342354", "Lorne", |
|
50970
|
|
|
|
|
|
|
"612685675", "Cumborah", |
|
50971
|
|
|
|
|
|
|
"61258036", "Mandagery", |
|
50972
|
|
|
|
|
|
|
"61753328", "Rosevale", |
|
50973
|
|
|
|
|
|
|
"61260181", "Talgarno", |
|
50974
|
|
|
|
|
|
|
"617476533", "Home\ Hill", |
|
50975
|
|
|
|
|
|
|
"618682003", "Chittinup", |
|
50976
|
|
|
|
|
|
|
"61259178", "Tumbarumba", |
|
50977
|
|
|
|
|
|
|
"61898984", "Mettler", |
|
50978
|
|
|
|
|
|
|
"6188399", "Mount\ Barker", |
|
50979
|
|
|
|
|
|
|
"61742247", "Cairns", |
|
50980
|
|
|
|
|
|
|
"617480129", "Blackwater", |
|
50981
|
|
|
|
|
|
|
"61351212", "Orbost", |
|
50982
|
|
|
|
|
|
|
"6126772", "Armidale", |
|
50983
|
|
|
|
|
|
|
"61340466", "Boundary\ Bend", |
|
50984
|
|
|
|
|
|
|
"61886735", "Woomera", |
|
50985
|
|
|
|
|
|
|
"61743226", "Rosedale", |
|
50986
|
|
|
|
|
|
|
"61879079", "Rodinga", |
|
50987
|
|
|
|
|
|
|
"61887668", "Conmurra", |
|
50988
|
|
|
|
|
|
|
"612582479", "Fairholme", |
|
50989
|
|
|
|
|
|
|
"618753328", "Halidon", |
|
50990
|
|
|
|
|
|
|
"61875063", "Taylorville", |
|
50991
|
|
|
|
|
|
|
"61891684", "Kununurra", |
|
50992
|
|
|
|
|
|
|
"6139894", "Ringwood", |
|
50993
|
|
|
|
|
|
|
"612532457", "Mudgee", |
|
50994
|
|
|
|
|
|
|
"6189581", "Mandurah", |
|
50995
|
|
|
|
|
|
|
"61357348", "Kinglake", |
|
50996
|
|
|
|
|
|
|
"61358385", "Katandra\ West", |
|
50997
|
|
|
|
|
|
|
"612594395", "Currawarna", |
|
50998
|
|
|
|
|
|
|
"618994419", "Tenindewa", |
|
50999
|
|
|
|
|
|
|
"61742072", "Bloomfield", |
|
51000
|
|
|
|
|
|
|
"61248589", "Taralga", |
|
51001
|
|
|
|
|
|
|
"613553930", "Tyrendarra", |
|
51002
|
|
|
|
|
|
|
"6126226", "Yass", |
|
51003
|
|
|
|
|
|
|
"61351121", "Omeo", |
|
51004
|
|
|
|
|
|
|
"61734504", "Bribie\ Island", |
|
51005
|
|
|
|
|
|
|
"617476542", "Ingham", |
|
51006
|
|
|
|
|
|
|
"617480043", "Cracow", |
|
51007
|
|
|
|
|
|
|
"61256174", "Bellingen", |
|
51008
|
|
|
|
|
|
|
"61868293", "West\ River", |
|
51009
|
|
|
|
|
|
|
"61742017", "Lockhart\ River", |
|
51010
|
|
|
|
|
|
|
"61745550", "Tabers", |
|
51011
|
|
|
|
|
|
|
"61342274", "Aireys\ Inlet", |
|
51012
|
|
|
|
|
|
|
"618865920", "Mudamuckla", |
|
51013
|
|
|
|
|
|
|
"61746114", "Ravensbourne", |
|
51014
|
|
|
|
|
|
|
"61357645", "St\ James", |
|
51015
|
|
|
|
|
|
|
"61891337", "Wittenoom", |
|
51016
|
|
|
|
|
|
|
"61753579", "Caloundra", |
|
51017
|
|
|
|
|
|
|
"61363163", "Whitemark", |
|
51018
|
|
|
|
|
|
|
"61745182", "The\ Gums", |
|
51019
|
|
|
|
|
|
|
"61269080", "Urana", |
|
51020
|
|
|
|
|
|
|
"61248740", "Tarago", |
|
51021
|
|
|
|
|
|
|
"612530142", "Molong", |
|
51022
|
|
|
|
|
|
|
"612532433", "Gooloogong", |
|
51023
|
|
|
|
|
|
|
"618982443", "Mount\ Barker", |
|
51024
|
|
|
|
|
|
|
"61260037", "Howlong", |
|
51025
|
|
|
|
|
|
|
"61354571", "Quambatook", |
|
51026
|
|
|
|
|
|
|
"61885778", "Pinnaroo", |
|
51027
|
|
|
|
|
|
|
"61741673", "Bunker", |
|
51028
|
|
|
|
|
|
|
"61899108", "Nangetty", |
|
51029
|
|
|
|
|
|
|
"612574442", "Moona\ Plains", |
|
51030
|
|
|
|
|
|
|
"61885894", "Lowbank", |
|
51031
|
|
|
|
|
|
|
"61896401", "Talbot\ Brook", |
|
51032
|
|
|
|
|
|
|
"613442028", "Trentham", |
|
51033
|
|
|
|
|
|
|
"612574670", "Burren\ Junction", |
|
51034
|
|
|
|
|
|
|
"6128778", "Liverpool", |
|
51035
|
|
|
|
|
|
|
"61238115", "Bungonia", |
|
51036
|
|
|
|
|
|
|
"61740089", "Walsh\ River", |
|
51037
|
|
|
|
|
|
|
"61895460", "Bindoon", |
|
51038
|
|
|
|
|
|
|
"61390", "Melbourne", |
|
51039
|
|
|
|
|
|
|
"61353618", "Dadswells\ Bridge", |
|
51040
|
|
|
|
|
|
|
"618660691", "Dandaragan", |
|
51041
|
|
|
|
|
|
|
"61255187", "Jerrys\ Plains", |
|
51042
|
|
|
|
|
|
|
"61867087", "Upper\ Preston", |
|
51043
|
|
|
|
|
|
|
"61359994", "Cranbourne", |
|
51044
|
|
|
|
|
|
|
"61748163", "Colston\ Park", |
|
51045
|
|
|
|
|
|
|
"61350474", "Cunninyeuk", |
|
51046
|
|
|
|
|
|
|
"617441384", "Bowen", |
|
51047
|
|
|
|
|
|
|
"61741724", "Tandora", |
|
51048
|
|
|
|
|
|
|
"61877024", "Tantanoola", |
|
51049
|
|
|
|
|
|
|
"61248100", "Goulburn", |
|
51050
|
|
|
|
|
|
|
"61340313", "Robinvale", |
|
51051
|
|
|
|
|
|
|
"613631101", "Launceston", |
|
51052
|
|
|
|
|
|
|
"61268678", "Bourke", |
|
51053
|
|
|
|
|
|
|
"618682162", "Lake\ Toolbrunup", |
|
51054
|
|
|
|
|
|
|
"613470932", "Mount\ Buller", |
|
51055
|
|
|
|
|
|
|
"61887654", "Lochaber", |
|
51056
|
|
|
|
|
|
|
"61887938", "Frances", |
|
51057
|
|
|
|
|
|
|
"61756459", "Southport", |
|
51058
|
|
|
|
|
|
|
"618683505", "Hopetoun", |
|
51059
|
|
|
|
|
|
|
"613442036", "Avoca", |
|
51060
|
|
|
|
|
|
|
"618763779", "Frome", |
|
51061
|
|
|
|
|
|
|
"61249879", "Bulahdelah", |
|
51062
|
|
|
|
|
|
|
"613431900", "Elmhurst", |
|
51063
|
|
|
|
|
|
|
"61878082", "Maitland", |
|
51064
|
|
|
|
|
|
|
"61264581", "Bendoc", |
|
51065
|
|
|
|
|
|
|
"61886565", "Willowie", |
|
51066
|
|
|
|
|
|
|
"61898096", "Gnowellen", |
|
51067
|
|
|
|
|
|
|
"61340107", "Swan\ Hill", |
|
51068
|
|
|
|
|
|
|
"61746861", "Liston", |
|
51069
|
|
|
|
|
|
|
"617458942", "The\ Gums", |
|
51070
|
|
|
|
|
|
|
"61743030", "Maryborough", |
|
51071
|
|
|
|
|
|
|
"613573075", "Kobyboyn", |
|
51072
|
|
|
|
|
|
|
"61883074", "Salisbury", |
|
51073
|
|
|
|
|
|
|
"618753336", "Lowbank", |
|
51074
|
|
|
|
|
|
|
"61745800", "Toowoomba", |
|
51075
|
|
|
|
|
|
|
"61359070", "Emerald", |
|
51076
|
|
|
|
|
|
|
"61261154", "Yass", |
|
51077
|
|
|
|
|
|
|
"61868447", "Wagin", |
|
51078
|
|
|
|
|
|
|
"61364993", "Currie", |
|
51079
|
|
|
|
|
|
|
"61895091", "Lake\ Clifton", |
|
51080
|
|
|
|
|
|
|
"617441961", "Long\ Pocket", |
|
51081
|
|
|
|
|
|
|
"61245097", "Wisemans\ Ferry", |
|
51082
|
|
|
|
|
|
|
"61887027", "Greenways", |
|
51083
|
|
|
|
|
|
|
"61350631", "Manangatang", |
|
51084
|
|
|
|
|
|
|
"617442554", "Gulf", |
|
51085
|
|
|
|
|
|
|
"612583204", "Tottenham", |
|
51086
|
|
|
|
|
|
|
"6124869", "Bowral", |
|
51087
|
|
|
|
|
|
|
"617473995", "Hughenden", |
|
51088
|
|
|
|
|
|
|
"61899511", "Carnamah", |
|
51089
|
|
|
|
|
|
|
"61747098", "Halifax", |
|
51090
|
|
|
|
|
|
|
"61747321", "Kirk", |
|
51091
|
|
|
|
|
|
|
"61887020", "Coonawarra", |
|
51092
|
|
|
|
|
|
|
"61245090", "St\ Albans", |
|
51093
|
|
|
|
|
|
|
"61253032", "Gooloogong", |
|
51094
|
|
|
|
|
|
|
"617371", "Brisbane", |
|
51095
|
|
|
|
|
|
|
"618661085", "York", |
|
51096
|
|
|
|
|
|
|
"618601166", "Scaddan\ West", |
|
51097
|
|
|
|
|
|
|
"61361396", "Kempton", |
|
51098
|
|
|
|
|
|
|
"61896981", "Beacon", |
|
51099
|
|
|
|
|
|
|
"617750161", "Jundah", |
|
51100
|
|
|
|
|
|
|
"618683193", "Newdegate\ East", |
|
51101
|
|
|
|
|
|
|
"61357602", "Benalla", |
|
51102
|
|
|
|
|
|
|
"61886393", "Morchard", |
|
51103
|
|
|
|
|
|
|
"61895328", "Waroona", |
|
51104
|
|
|
|
|
|
|
"618864632", "Wandearah\ East", |
|
51105
|
|
|
|
|
|
|
"61359012", "Healesville", |
|
51106
|
|
|
|
|
|
|
"61256376", "Urbenville", |
|
51107
|
|
|
|
|
|
|
"612583274", "Gwabegar", |
|
51108
|
|
|
|
|
|
|
"61748414", "Cannon\ Valley", |
|
51109
|
|
|
|
|
|
|
"61896803", "Beverley", |
|
51110
|
|
|
|
|
|
|
"61756048", "Beaudesert", |
|
51111
|
|
|
|
|
|
|
"613431970", "Laharum", |
|
51112
|
|
|
|
|
|
|
"61899124", "Perenjori\ East", |
|
51113
|
|
|
|
|
|
|
"61238053", "Wombeyan\ Caves", |
|
51114
|
|
|
|
|
|
|
"61741148", "Tiaro", |
|
51115
|
|
|
|
|
|
|
"61745807", "Isisford", |
|
51116
|
|
|
|
|
|
|
"61359077", "Cranbourne", |
|
51117
|
|
|
|
|
|
|
"61340100", "Werrimull", |
|
51118
|
|
|
|
|
|
|
"61743037", "Bundaberg", |
|
51119
|
|
|
|
|
|
|
"61248313", "Wombeyan\ Caves", |
|
51120
|
|
|
|
|
|
|
"617452610", "Millmerran", |
|
51121
|
|
|
|
|
|
|
"61268019", "Farrendale", |
|
51122
|
|
|
|
|
|
|
"61341388", "Traralgon", |
|
51123
|
|
|
|
|
|
|
"6188082", "Broken\ Hill", |
|
51124
|
|
|
|
|
|
|
"61257203", "Delungra", |
|
51125
|
|
|
|
|
|
|
"617476374", "Ayr", |
|
51126
|
|
|
|
|
|
|
"617480283", "Mount\ Coolon", |
|
51127
|
|
|
|
|
|
|
"61889776", "Roper\ River", |
|
51128
|
|
|
|
|
|
|
"61895106", "Byford", |
|
51129
|
|
|
|
|
|
|
"618763709", "Laura", |
|
51130
|
|
|
|
|
|
|
"618683575", "Albany", |
|
51131
|
|
|
|
|
|
|
"612574383", "Banoon", |
|
51132
|
|
|
|
|
|
|
"61255636", "Idaville", |
|
51133
|
|
|
|
|
|
|
"61867080", "Margaret\ River", |
|
51134
|
|
|
|
|
|
|
"617452655", "Pittsworth", |
|
51135
|
|
|
|
|
|
|
"61851003", "Dampier", |
|
51136
|
|
|
|
|
|
|
"61741834", "Brooweena", |
|
51137
|
|
|
|
|
|
|
"61743484", "Bundaberg", |
|
51138
|
|
|
|
|
|
|
"61248107", "Gundillion", |
|
51139
|
|
|
|
|
|
|
"618780038", "Hamley\ Bridge", |
|
51140
|
|
|
|
|
|
|
"61364768", "Burnie", |
|
51141
|
|
|
|
|
|
|
"61352954", "Lara", |
|
51142
|
|
|
|
|
|
|
"61898101", "Harrismith", |
|
51143
|
|
|
|
|
|
|
"61357836", "Whorouly", |
|
51144
|
|
|
|
|
|
|
"6128549", "Sydney", |
|
51145
|
|
|
|
|
|
|
"612574985", "Wenna", |
|
51146
|
|
|
|
|
|
|
"617473844", "Camooweal", |
|
51147
|
|
|
|
|
|
|
"61392179", "Sydenham", |
|
51148
|
|
|
|
|
|
|
"61875241", "Strathalbyn", |
|
51149
|
|
|
|
|
|
|
"617442882", "Bowen", |
|
51150
|
|
|
|
|
|
|
"61246400", "Picton", |
|
51151
|
|
|
|
|
|
|
"61895746", "Gidgegannup", |
|
51152
|
|
|
|
|
|
|
"61890056", "Corrigin\ West", |
|
51153
|
|
|
|
|
|
|
"61895467", "Mandurah", |
|
51154
|
|
|
|
|
|
|
"612574600", "Gunyerwarildi", |
|
51155
|
|
|
|
|
|
|
"61269671", "Hillston", |
|
51156
|
|
|
|
|
|
|
"61353079", "Willaura", |
|
51157
|
|
|
|
|
|
|
"61244011", "Huskisson", |
|
51158
|
|
|
|
|
|
|
"61255180", "Comara", |
|
51159
|
|
|
|
|
|
|
"61746463", "Toowoomba", |
|
51160
|
|
|
|
|
|
|
"61749039", "Connors\ Range", |
|
51161
|
|
|
|
|
|
|
"61354888", "Buckrabanyule", |
|
51162
|
|
|
|
|
|
|
"61269087", "Weethalle", |
|
51163
|
|
|
|
|
|
|
"61248747", "Golspie", |
|
51164
|
|
|
|
|
|
|
"61878246", "Lochiel", |
|
51165
|
|
|
|
|
|
|
"618997005", "Perenjori", |
|
51166
|
|
|
|
|
|
|
"61898741", "Dudinin", |
|
51167
|
|
|
|
|
|
|
"61897179", "Margaret\ River", |
|
51168
|
|
|
|
|
|
|
"61885299", "Paruna", |
|
51169
|
|
|
|
|
|
|
"61260030", "Gerogery", |
|
51170
|
|
|
|
|
|
|
"61745785", "Roma", |
|
51171
|
|
|
|
|
|
|
"61364538", "Sheffield", |
|
51172
|
|
|
|
|
|
|
"61259266", "The\ Rock", |
|
51173
|
|
|
|
|
|
|
"61340589", "Woomelang", |
|
51174
|
|
|
|
|
|
|
"613432102", "Polkemmet", |
|
51175
|
|
|
|
|
|
|
"617458806", "Guluguba", |
|
51176
|
|
|
|
|
|
|
"61268143", "Tooraweenah", |
|
51177
|
|
|
|
|
|
|
"61879315", "Alyangula", |
|
51178
|
|
|
|
|
|
|
"618964492", "Lancelin", |
|
51179
|
|
|
|
|
|
|
"61275006", "Engadine", |
|
51180
|
|
|
|
|
|
|
"61896553", "Bidaminna", |
|
51181
|
|
|
|
|
|
|
"613553751", "Coleraine", |
|
51182
|
|
|
|
|
|
|
"61352968", "Swan\ Marsh", |
|
51183
|
|
|
|
|
|
|
"61891330", "Sandfire", |
|
51184
|
|
|
|
|
|
|
"61745557", "Cottonvale", |
|
51185
|
|
|
|
|
|
|
"61742010", "Herberton", |
|
51186
|
|
|
|
|
|
|
"61877008", "Marcollat", |
|
51187
|
|
|
|
|
|
|
"61741708", "Burnett", |
|
51188
|
|
|
|
|
|
|
"61885603", "Mount\ Pleasant", |
|
51189
|
|
|
|
|
|
|
"6135022", "Mildura", |
|
51190
|
|
|
|
|
|
|
"618982956", "Bedford\ Harbour", |
|
51191
|
|
|
|
|
|
|
"61255552", "Gloucester", |
|
51192
|
|
|
|
|
|
|
"61345050", "Warrnambool", |
|
51193
|
|
|
|
|
|
|
"61746521", "Inglewood", |
|
51194
|
|
|
|
|
|
|
"61357659", "Alexandra", |
|
51195
|
|
|
|
|
|
|
"61351514", "Loch\ Sport", |
|
51196
|
|
|
|
|
|
|
"6126783", "Caroda", |
|
51197
|
|
|
|
|
|
|
"612594140", "Rankins\ Springs", |
|
51198
|
|
|
|
|
|
|
"61269434", "Bethungra", |
|
51199
|
|
|
|
|
|
|
"61887593", "Conmurra", |
|
51200
|
|
|
|
|
|
|
"61886132", "Lock", |
|
51201
|
|
|
|
|
|
|
"61367422", "Whitemark", |
|
51202
|
|
|
|
|
|
|
"6128600", "Blacktown", |
|
51203
|
|
|
|
|
|
|
"61367044", "St\ Marys", |
|
51204
|
|
|
|
|
|
|
"618862093", "Wilpena", |
|
51205
|
|
|
|
|
|
|
"61746104", "Mount\ Tyson", |
|
51206
|
|
|
|
|
|
|
"612583313", "Wirrinya", |
|
51207
|
|
|
|
|
|
|
"61257435", "Gunnedah", |
|
51208
|
|
|
|
|
|
|
"61740783", "Aurukun", |
|
51209
|
|
|
|
|
|
|
"61255383", "Scone", |
|
51210
|
|
|
|
|
|
|
"61742007", "Euramo", |
|
51211
|
|
|
|
|
|
|
"618967758", "Beverley", |
|
51212
|
|
|
|
|
|
|
"61359045", "Cowes", |
|
51213
|
|
|
|
|
|
|
"61851155", "Kununurra", |
|
51214
|
|
|
|
|
|
|
"618866957", "Georgetown", |
|
51215
|
|
|
|
|
|
|
"61347006", "Benalla", |
|
51216
|
|
|
|
|
|
|
"618763835", "Wandearah\ East", |
|
51217
|
|
|
|
|
|
|
"613574712", "Swanpool", |
|
51218
|
|
|
|
|
|
|
"612574276", "Tingha", |
|
51219
|
|
|
|
|
|
|
"61364076", "Savage\ River", |
|
51220
|
|
|
|
|
|
|
"61244196", "Batemans\ Bay", |
|
51221
|
|
|
|
|
|
|
"612583915", "Hermidale", |
|
51222
|
|
|
|
|
|
|
"61896382", "Calingiri", |
|
51223
|
|
|
|
|
|
|
"61352099", "Cressy", |
|
51224
|
|
|
|
|
|
|
"618863987", "Tooligie\ Hill", |
|
51225
|
|
|
|
|
|
|
"6189580", "Rockingham", |
|
51226
|
|
|
|
|
|
|
"612593670", "Bidgeemia", |
|
51227
|
|
|
|
|
|
|
"613542690", "Wedderburn", |
|
51228
|
|
|
|
|
|
|
"612583950", "Weetaliba", |
|
51229
|
|
|
|
|
|
|
"61880126", "Wilcannia", |
|
51230
|
|
|
|
|
|
|
"61358843", "Mathoura", |
|
51231
|
|
|
|
|
|
|
"61744240", "Townsville", |
|
51232
|
|
|
|
|
|
|
"61898973", "Amelup", |
|
51233
|
|
|
|
|
|
|
"6175472", "Cooroy", |
|
51234
|
|
|
|
|
|
|
"61889068", "Petermann", |
|
51235
|
|
|
|
|
|
|
"617458631", "Helidon", |
|
51236
|
|
|
|
|
|
|
"61898269", "Hartville", |
|
51237
|
|
|
|
|
|
|
"61267949", "Baan\ Baa", |
|
51238
|
|
|
|
|
|
|
"61348248", "Cobram", |
|
51239
|
|
|
|
|
|
|
"61240525", "Branxton", |
|
51240
|
|
|
|
|
|
|
"61891133", "Dampier", |
|
51241
|
|
|
|
|
|
|
"61897426", "Boyup\ Brook", |
|
51242
|
|
|
|
|
|
|
"613973", "Croydon", |
|
51243
|
|
|
|
|
|
|
"61240139", "Bandon\ Grove", |
|
51244
|
|
|
|
|
|
|
"61257038", "Plumthorpe", |
|
51245
|
|
|
|
|
|
|
"618763599", "Cummins", |
|
51246
|
|
|
|
|
|
|
"61264188", "Thredbo\ Village", |
|
51247
|
|
|
|
|
|
|
"612573395", "Gunnedah", |
|
51248
|
|
|
|
|
|
|
"618866933", "Booleroo\ Centre", |
|
51249
|
|
|
|
|
|
|
"61238105", "Tarago", |
|
51250
|
|
|
|
|
|
|
"618680110", "Varley", |
|
51251
|
|
|
|
|
|
|
"613573023", "Euroa", |
|
51252
|
|
|
|
|
|
|
"61896411", "York", |
|
51253
|
|
|
|
|
|
|
"618965647", "Cadoux", |
|
51254
|
|
|
|
|
|
|
"613442128", "Kyneton", |
|
51255
|
|
|
|
|
|
|
"61268340", "Quambone", |
|
51256
|
|
|
|
|
|
|
"618923", "Perth", |
|
51257
|
|
|
|
|
|
|
"612875", "Sydney", |
|
51258
|
|
|
|
|
|
|
"61851238", "Millstream", |
|
51259
|
|
|
|
|
|
|
"6138402", "Eltham", |
|
51260
|
|
|
|
|
|
|
"61899118", "Paynes\ Find", |
|
51261
|
|
|
|
|
|
|
"61881859", "Mclaren\ Vale", |
|
51262
|
|
|
|
|
|
|
"61356141", "Hill\ End", |
|
51263
|
|
|
|
|
|
|
"61341041", "Bruthen", |
|
51264
|
|
|
|
|
|
|
"61881552", "Adelaide", |
|
51265
|
|
|
|
|
|
|
"61748984", "St\ Lawrence", |
|
51266
|
|
|
|
|
|
|
"61269543", "Egansford", |
|
51267
|
|
|
|
|
|
|
"613441218", "Kerang", |
|
51268
|
|
|
|
|
|
|
"61253090", "Running\ Stream", |
|
51269
|
|
|
|
|
|
|
"61245032", "St\ Albans", |
|
51270
|
|
|
|
|
|
|
"61890623", "Belka\ East", |
|
51271
|
|
|
|
|
|
|
"61392150", "Croydon", |
|
51272
|
|
|
|
|
|
|
"61886190", "Port\ Kenny", |
|
51273
|
|
|
|
|
|
|
"613470929", "Longwood", |
|
51274
|
|
|
|
|
|
|
"613442136", "Marong", |
|
51275
|
|
|
|
|
|
|
"61267136", "Wenna", |
|
51276
|
|
|
|
|
|
|
"613441999", "Jarklin", |
|
51277
|
|
|
|
|
|
|
"6173435", "Brisbane", |
|
51278
|
|
|
|
|
|
|
"618600916", "Nungarin", |
|
51279
|
|
|
|
|
|
|
"61898524", "Tenterden", |
|
51280
|
|
|
|
|
|
|
"61353050", "Laharum", |
|
51281
|
|
|
|
|
|
|
"61264267", "Bredbo", |
|
51282
|
|
|
|
|
|
|
"61889054", "Jabiru", |
|
51283
|
|
|
|
|
|
|
"61248110", "Barrallier", |
|
51284
|
|
|
|
|
|
|
"61875539", "Swan\ Reach", |
|
51285
|
|
|
|
|
|
|
"61340303", "Murrayville", |
|
51286
|
|
|
|
|
|
|
"61730382", "Beenleigh", |
|
51287
|
|
|
|
|
|
|
"61256289", "Coutts\ Crossing", |
|
51288
|
|
|
|
|
|
|
"61363428", "St\ Helens", |
|
51289
|
|
|
|
|
|
|
"61753557", "Caboolture", |
|
51290
|
|
|
|
|
|
|
"618851595", "Parndana", |
|
51291
|
|
|
|
|
|
|
"61891392", "Onslow", |
|
51292
|
|
|
|
|
|
|
"61355760", "Apsley", |
|
51293
|
|
|
|
|
|
|
"61342189", "Colac", |
|
51294
|
|
|
|
|
|
|
"61897150", "Jangardup", |
|
51295
|
|
|
|
|
|
|
"61875125", "Mount\ Pleasant", |
|
51296
|
|
|
|
|
|
|
"612532707", "Murringo", |
|
51297
|
|
|
|
|
|
|
"61354178", "Avoca", |
|
51298
|
|
|
|
|
|
|
"61340172", "Wentworth", |
|
51299
|
|
|
|
|
|
|
"61383488", "Point\ Cook", |
|
51300
|
|
|
|
|
|
|
"61899501", "Howatharra", |
|
51301
|
|
|
|
|
|
|
"61260092", "Balldale", |
|
51302
|
|
|
|
|
|
|
"61742349", "Chillagoe", |
|
51303
|
|
|
|
|
|
|
"618997023", "Carnamah", |
|
51304
|
|
|
|
|
|
|
"61749698", "Cannon\ Valley", |
|
51305
|
|
|
|
|
|
|
"61897889", "Brunswick\ Junction", |
|
51306
|
|
|
|
|
|
|
"61879342", "Pine\ Creek", |
|
51307
|
|
|
|
|
|
|
"61746744", "Goondiwindi", |
|
51308
|
|
|
|
|
|
|
"61877233", "Mount\ Gambier", |
|
51309
|
|
|
|
|
|
|
"613470581", "Broadford", |
|
51310
|
|
|
|
|
|
|
"61745810", "Jimbour", |
|
51311
|
|
|
|
|
|
|
"618600984", "Speddingup\ East", |
|
51312
|
|
|
|
|
|
|
"61265199", "Telegraph\ Point", |
|
51313
|
|
|
|
|
|
|
"61345079", "Nirranda", |
|
51314
|
|
|
|
|
|
|
"61340117", "Wemen", |
|
51315
|
|
|
|
|
|
|
"617485891", "Rockhampton", |
|
51316
|
|
|
|
|
|
|
"61879057", "Darwin", |
|
51317
|
|
|
|
|
|
|
"61735555", "Brisbane", |
|
51318
|
|
|
|
|
|
|
"61344156", "Trentham", |
|
51319
|
|
|
|
|
|
|
"6124652", "Camden", |
|
51320
|
|
|
|
|
|
|
"613545240", "Womboota", |
|
51321
|
|
|
|
|
|
|
"61363025", "Deloraine", |
|
51322
|
|
|
|
|
|
|
"61748367", "Gladstone", |
|
51323
|
|
|
|
|
|
|
"613450594", "Tyrendarra", |
|
51324
|
|
|
|
|
|
|
"61340110", "Wentworth", |
|
51325
|
|
|
|
|
|
|
"61248303", "Tuena", |
|
51326
|
|
|
|
|
|
|
"61879050", "Davenport", |
|
51327
|
|
|
|
|
|
|
"61745817", "Legume", |
|
51328
|
|
|
|
|
|
|
"61898858", "Tarwonga", |
|
51329
|
|
|
|
|
|
|
"61748360", "Wowan", |
|
51330
|
|
|
|
|
|
|
"61888061", "Marion\ Bay", |
|
51331
|
|
|
|
|
|
|
"61351245", "Dinner\ Plain", |
|
51332
|
|
|
|
|
|
|
"613531651", "Elmhurst", |
|
51333
|
|
|
|
|
|
|
"61748404", "Nebo", |
|
51334
|
|
|
|
|
|
|
"61896813", "York", |
|
51335
|
|
|
|
|
|
|
"61742355", "Silkwood", |
|
51336
|
|
|
|
|
|
|
"61876194", "Coorabie", |
|
51337
|
|
|
|
|
|
|
"61745872", "Goondiwindi", |
|
51338
|
|
|
|
|
|
|
"61359002", "Cowes", |
|
51339
|
|
|
|
|
|
|
"618683093", "Nyabing", |
|
51340
|
|
|
|
|
|
|
"61357612", "Benalla", |
|
51341
|
|
|
|
|
|
|
"61268713", "Brewarrina", |
|
51342
|
|
|
|
|
|
|
"61364131", "Yambacoona", |
|
51343
|
|
|
|
|
|
|
"61255519", "Baerami", |
|
51344
|
|
|
|
|
|
|
"618985475", "Ravensthorpe", |
|
51345
|
|
|
|
|
|
|
"61357081", "Mansfield", |
|
51346
|
|
|
|
|
|
|
"612593985", "Lachlan", |
|
51347
|
|
|
|
|
|
|
"61872863", "Mclaren\ Vale", |
|
51348
|
|
|
|
|
|
|
"61742658", "Maryfarms", |
|
51349
|
|
|
|
|
|
|
"61259099", "Burra", |
|
51350
|
|
|
|
|
|
|
"618752944", "Mannum", |
|
51351
|
|
|
|
|
|
|
"61753182", "Woolooga", |
|
51352
|
|
|
|
|
|
|
"61885066", "Hamley\ Bridge", |
|
51353
|
|
|
|
|
|
|
"618601066", "Coomalbidgup", |
|
51354
|
|
|
|
|
|
|
"61747856", "Collinsville", |
|
51355
|
|
|
|
|
|
|
"61745579", "Billa\ Billa", |
|
51356
|
|
|
|
|
|
|
"61266758", "Woodburn", |
|
51357
|
|
|
|
|
|
|
"61898111", "Hopetoun", |
|
51358
|
|
|
|
|
|
|
"618895", "Alice\ Springs", |
|
51359
|
|
|
|
|
|
|
"61753550", "Nambour", |
|
51360
|
|
|
|
|
|
|
"61248117", "Crookwell", |
|
51361
|
|
|
|
|
|
|
"6138716", "Sunbury", |
|
51362
|
|
|
|
|
|
|
"61851013", "Millstream", |
|
51363
|
|
|
|
|
|
|
"613470618", "Whorouly", |
|
51364
|
|
|
|
|
|
|
"61897157", "Boyup\ Brook", |
|
51365
|
|
|
|
|
|
|
"61355767", "Penshurst", |
|
51366
|
|
|
|
|
|
|
"61355446", "Panmure", |
|
51367
|
|
|
|
|
|
|
"618996889", "Paynes\ Find", |
|
51368
|
|
|
|
|
|
|
"61344368", "Bendigo", |
|
51369
|
|
|
|
|
|
|
"61248172", "Barrallier", |
|
51370
|
|
|
|
|
|
|
"613441241", "St\ Arnaud", |
|
51371
|
|
|
|
|
|
|
"61263783", "Birriwa", |
|
51372
|
|
|
|
|
|
|
"61899453", "Coorow", |
|
51373
|
|
|
|
|
|
|
"61392157", "Croydon", |
|
51374
|
|
|
|
|
|
|
"61886197", "Port\ Neill", |
|
51375
|
|
|
|
|
|
|
"61362543", "Oatlands", |
|
51376
|
|
|
|
|
|
|
"61257213", "Inverell", |
|
51377
|
|
|
|
|
|
|
"613470866", "Chiltern", |
|
51378
|
|
|
|
|
|
|
"61895116", "Bindoon", |
|
51379
|
|
|
|
|
|
|
"617468305", "Warwick", |
|
51380
|
|
|
|
|
|
|
"61268009", "Baradine", |
|
51381
|
|
|
|
|
|
|
"61358441", "Katamatite", |
|
51382
|
|
|
|
|
|
|
"61353057", "Minimay", |
|
51383
|
|
|
|
|
|
|
"61746128", "Haden", |
|
51384
|
|
|
|
|
|
|
"61264260", "Bendoc", |
|
51385
|
|
|
|
|
|
|
"61238142", "Breadalbane", |
|
51386
|
|
|
|
|
|
|
"61262369", "Gearys\ Gap", |
|
51387
|
|
|
|
|
|
|
"618763459", "Glendambo", |
|
51388
|
|
|
|
|
|
|
"61343294", "Bangerang", |
|
51389
|
|
|
|
|
|
|
"61268052", "Farrendale", |
|
51390
|
|
|
|
|
|
|
"61253097", "Milvale", |
|
51391
|
|
|
|
|
|
|
"61355537", "Tahara", |
|
51392
|
|
|
|
|
|
|
"61742664", "Mount\ Surprise", |
|
51393
|
|
|
|
|
|
|
"61267687", "Currabubula", |
|
51394
|
|
|
|
|
|
|
"6129616", "Liverpool", |
|
51395
|
|
|
|
|
|
|
"618753163", "Karoonda", |
|
51396
|
|
|
|
|
|
|
"61898864", "Nyabing", |
|
51397
|
|
|
|
|
|
|
"61244001", "Batemans\ Bay", |
|
51398
|
|
|
|
|
|
|
"61743092", "Brooweena", |
|
51399
|
|
|
|
|
|
|
"61868078", "Hyden", |
|
51400
|
|
|
|
|
|
|
"61268347", "Walgett", |
|
51401
|
|
|
|
|
|
|
"618660134", "York", |
|
51402
|
|
|
|
|
|
|
"612532888", "Cumnock", |
|
51403
|
|
|
|
|
|
|
"61246410", "Picton", |
|
51404
|
|
|
|
|
|
|
"61267334", "Pinkett", |
|
51405
|
|
|
|
|
|
|
"61267071", "Armidale", |
|
51406
|
|
|
|
|
|
|
"6128601", "Parramatta", |
|
51407
|
|
|
|
|
|
|
"618753491", "Meningie", |
|
51408
|
|
|
|
|
|
|
"617480306", "Orion", |
|
51409
|
|
|
|
|
|
|
"6175483", "Gympie", |
|
51410
|
|
|
|
|
|
|
"61745696", "Toowoomba", |
|
51411
|
|
|
|
|
|
|
"618683523", "Lake\ Grace", |
|
51412
|
|
|
|
|
|
|
"613532341", "Broughton", |
|
51413
|
|
|
|
|
|
|
"61744247", "Flinders", |
|
51414
|
|
|
|
|
|
|
"612583731", "Peak\ Hill", |
|
51415
|
|
|
|
|
|
|
"61877018", "Millicent", |
|
51416
|
|
|
|
|
|
|
"61359059", "Red\ Hill", |
|
51417
|
|
|
|
|
|
|
"61741718", "Monogorilby", |
|
51418
|
|
|
|
|
|
|
"61851149", "De\ Grey", |
|
51419
|
|
|
|
|
|
|
"61885613", "Tanunda", |
|
51420
|
|
|
|
|
|
|
"61240248", "Wards\ River", |
|
51421
|
|
|
|
|
|
|
"612532664", "Blayney", |
|
51422
|
|
|
|
|
|
|
"61742000", "Aurukun", |
|
51423
|
|
|
|
|
|
|
"61898508", "Narrogin", |
|
51424
|
|
|
|
|
|
|
"612683783", "Mendooran", |
|
51425
|
|
|
|
|
|
|
"61348139", "Berrigan", |
|
51426
|
|
|
|
|
|
|
"61353773", "Daylesford", |
|
51427
|
|
|
|
|
|
|
"612574206", "Boomi", |
|
51428
|
|
|
|
|
|
|
"61879305", "Carpentaria", |
|
51429
|
|
|
|
|
|
|
"61883932", "Salisbury", |
|
51430
|
|
|
|
|
|
|
"61341263", "Dinner\ Plain", |
|
51431
|
|
|
|
|
|
|
"612594221", "Marsden", |
|
51432
|
|
|
|
|
|
|
"612582531", "Wirrinya", |
|
51433
|
|
|
|
|
|
|
"6139919", "Melbourne", |
|
51434
|
|
|
|
|
|
|
"61888155", "Alford", |
|
51435
|
|
|
|
|
|
|
"61741991", "Yarraman", |
|
51436
|
|
|
|
|
|
|
"6128624", "Parramatta", |
|
51437
|
|
|
|
|
|
|
"61745746", "Tipton", |
|
51438
|
|
|
|
|
|
|
"61367204", "Launceston", |
|
51439
|
|
|
|
|
|
|
"613470706", "Strathbogie", |
|
51440
|
|
|
|
|
|
|
"61745467", "Goondiwindi", |
|
51441
|
|
|
|
|
|
|
"61740056", "Herberton", |
|
51442
|
|
|
|
|
|
|
"61743588", "Kingaroy", |
|
51443
|
|
|
|
|
|
|
"61877248", "Tintinara", |
|
51444
|
|
|
|
|
|
|
"61899039", "Leeman", |
|
51445
|
|
|
|
|
|
|
"61744017", "Townsville", |
|
51446
|
|
|
|
|
|
|
"617486558", "Mount\ Morgan", |
|
51447
|
|
|
|
|
|
|
"61896463", "Beverley", |
|
51448
|
|
|
|
|
|
|
"618682173", "Nalyerlup", |
|
51449
|
|
|
|
|
|
|
"618996953", "Perenjori", |
|
51450
|
|
|
|
|
|
|
"61884866", "Salisbury", |
|
51451
|
|
|
|
|
|
|
"618752930", "Goolwa", |
|
51452
|
|
|
|
|
|
|
"61240018", "Eccleston", |
|
51453
|
|
|
|
|
|
|
"61257119", "Limbri", |
|
51454
|
|
|
|
|
|
|
"61895785", "Gidgegannup", |
|
51455
|
|
|
|
|
|
|
"618863968", "Sleaford\ Mere", |
|
51456
|
|
|
|
|
|
|
"61734988", "Samford", |
|
51457
|
|
|
|
|
|
|
"61255462", "Coopernook", |
|
51458
|
|
|
|
|
|
|
"61747179", "Camooweal", |
|
51459
|
|
|
|
|
|
|
"61744072", "Palm\ Island", |
|
51460
|
|
|
|
|
|
|
"612574664", "Boomi", |
|
51461
|
|
|
|
|
|
|
"61363101", "Winnaleah", |
|
51462
|
|
|
|
|
|
|
"618903476", "Gibson", |
|
51463
|
|
|
|
|
|
|
"61269768", "Ardlethan", |
|
51464
|
|
|
|
|
|
|
"61258578", "Dubbo", |
|
51465
|
|
|
|
|
|
|
"6188962", "Tennant\ Creek", |
|
51466
|
|
|
|
|
|
|
"6138556", "Melbourne", |
|
51467
|
|
|
|
|
|
|
"61247065", "Mulgoa", |
|
51468
|
|
|
|
|
|
|
"61358704", "Numurkah", |
|
51469
|
|
|
|
|
|
|
"61746553", "Thargomindah", |
|
51470
|
|
|
|
|
|
|
"613542577", "Korong\ Vale", |
|
51471
|
|
|
|
|
|
|
"61748518", "Carbine\ Creek", |
|
51472
|
|
|
|
|
|
|
"61741330", "Mount\ Perry", |
|
51473
|
|
|
|
|
|
|
"61878006", "Booborowie", |
|
51474
|
|
|
|
|
|
|
"61895557", "Mount\ Wells", |
|
51475
|
|
|
|
|
|
|
"61752949", "Caboolture", |
|
51476
|
|
|
|
|
|
|
"617451929", "Durham\ Downs", |
|
51477
|
|
|
|
|
|
|
"612533041", "Millthorpe", |
|
51478
|
|
|
|
|
|
|
"61896521", "Jurien", |
|
51479
|
|
|
|
|
|
|
"613441874", "Redesdale", |
|
51480
|
|
|
|
|
|
|
"61891708", "Hall\'s\ Creek", |
|
51481
|
|
|
|
|
|
|
"618903513", "Kambalda", |
|
51482
|
|
|
|
|
|
|
"61875001", "Taldra", |
|
51483
|
|
|
|
|
|
|
"618996937", "Latham", |
|
51484
|
|
|
|
|
|
|
"61886607", "Yeelanna", |
|
51485
|
|
|
|
|
|
|
"61876060", "Rudall", |
|
51486
|
|
|
|
|
|
|
"6129536", "Sydney", |
|
51487
|
|
|
|
|
|
|
"61248556", "Paddys\ River", |
|
51488
|
|
|
|
|
|
|
"61885397", "Langhorne\ Creek", |
|
51489
|
|
|
|
|
|
|
"61746981", "Crows\ Nest", |
|
51490
|
|
|
|
|
|
|
"61896316", "Konnongorring", |
|
51491
|
|
|
|
|
|
|
"617442927", "Upper\ Stone", |
|
51492
|
|
|
|
|
|
|
"6138573", "Melbourne", |
|
51493
|
|
|
|
|
|
|
"618763990", "Poochera", |
|
51494
|
|
|
|
|
|
|
"61351418", "Bairnsdale", |
|
51495
|
|
|
|
|
|
|
"61745328", "Kupunn", |
|
51496
|
|
|
|
|
|
|
"61238021", "Tarago", |
|
51497
|
|
|
|
|
|
|
"61752136", "Caloundra", |
|
51498
|
|
|
|
|
|
|
"61363518", "Beaconsfield", |
|
51499
|
|
|
|
|
|
|
"617486971", "Wagoora", |
|
51500
|
|
|
|
|
|
|
"61357137", "Wangaratta", |
|
51501
|
|
|
|
|
|
|
"61364087", "Ulverstone", |
|
51502
|
|
|
|
|
|
|
"618989373", "Dumbleyung", |
|
51503
|
|
|
|
|
|
|
"61358144", "Shepparton", |
|
51504
|
|
|
|
|
|
|
"61248806", "Nerriga", |
|
51505
|
|
|
|
|
|
|
"61257043", "Drake", |
|
51506
|
|
|
|
|
|
|
"61747353", "Gulf", |
|
51507
|
|
|
|
|
|
|
"61743473", "Tiaro", |
|
51508
|
|
|
|
|
|
|
"61749124", "Mount\ Morgan", |
|
51509
|
|
|
|
|
|
|
"618989146", "Narrogin", |
|
51510
|
|
|
|
|
|
|
"61356069", "Korumburra", |
|
51511
|
|
|
|
|
|
|
"61753314", "Cooroy", |
|
51512
|
|
|
|
|
|
|
"61265440", "Scone", |
|
51513
|
|
|
|
|
|
|
"61746803", "Auburn", |
|
51514
|
|
|
|
|
|
|
"61348233", "Numurkah", |
|
51515
|
|
|
|
|
|
|
"61745625", "Morven", |
|
51516
|
|
|
|
|
|
|
"61341169", "Licola", |
|
51517
|
|
|
|
|
|
|
"618866194", "Everard", |
|
51518
|
|
|
|
|
|
|
"61891148", "Wittenoom", |
|
51519
|
|
|
|
|
|
|
"61364671", "Gordon", |
|
51520
|
|
|
|
|
|
|
"6124985", "Newcastle", |
|
51521
|
|
|
|
|
|
|
"61243031", "Gosford", |
|
51522
|
|
|
|
|
|
|
"613542041", "Heathcote", |
|
51523
|
|
|
|
|
|
|
"61742275", "Minnamoolka", |
|
51524
|
|
|
|
|
|
|
"6175647", "Southport", |
|
51525
|
|
|
|
|
|
|
"61390091", "Eltham", |
|
51526
|
|
|
|
|
|
|
"61756208", "Ormeau", |
|
51527
|
|
|
|
|
|
|
"61745106", "Maranoa", |
|
51528
|
|
|
|
|
|
|
"613553522", "Darlington", |
|
51529
|
|
|
|
|
|
|
"613432163", "Minyip", |
|
51530
|
|
|
|
|
|
|
"612574127", "Glencoe", |
|
51531
|
|
|
|
|
|
|
"61269754", "Burcher", |
|
51532
|
|
|
|
|
|
|
"6188849", "Auburn", |
|
51533
|
|
|
|
|
|
|
"617480459", "Koumala", |
|
51534
|
|
|
|
|
|
|
"612583559", "Warrington", |
|
51535
|
|
|
|
|
|
|
"61748101", "Buckland", |
|
51536
|
|
|
|
|
|
|
"61248632", "Nerriga", |
|
51537
|
|
|
|
|
|
|
"612574777", "Deepwater", |
|
51538
|
|
|
|
|
|
|
"618763612", "Andamooka", |
|
51539
|
|
|
|
|
|
|
"613451446", "South\ Purrumbete", |
|
51540
|
|
|
|
|
|
|
"618753002", "Bower", |
|
51541
|
|
|
|
|
|
|
"6126768", "Tamworth", |
|
51542
|
|
|
|
|
|
|
"6135553", "Coleraine", |
|
51543
|
|
|
|
|
|
|
"61898163", "Kulin\ West", |
|
51544
|
|
|
|
|
|
|
"61749748", "Gayfield", |
|
51545
|
|
|
|
|
|
|
"61891239", "Hall\'s\ Creek", |
|
51546
|
|
|
|
|
|
|
"617476360", "Walker", |
|
51547
|
|
|
|
|
|
|
"61387406", "Kalkallo", |
|
51548
|
|
|
|
|
|
|
"61734005", "Dayboro", |
|
51549
|
|
|
|
|
|
|
"61888709", "Spalding", |
|
51550
|
|
|
|
|
|
|
"61746694", "Tara", |
|
51551
|
|
|
|
|
|
|
"61851061", "Dampier", |
|
51552
|
|
|
|
|
|
|
"61255429", "Smithtown", |
|
51553
|
|
|
|
|
|
|
"618983350", "Chittinup", |
|
51554
|
|
|
|
|
|
|
"61267676", "Somerton", |
|
51555
|
|
|
|
|
|
|
"61253164", "Euchareena", |
|
51556
|
|
|
|
|
|
|
"612630999", "Burraga", |
|
51557
|
|
|
|
|
|
|
"61361614", "Woodbury", |
|
51558
|
|
|
|
|
|
|
"61351379", "Buchan", |
|
51559
|
|
|
|
|
|
|
"613470138", "Chiltern", |
|
51560
|
|
|
|
|
|
|
"613431799", "Nhill", |
|
51561
|
|
|
|
|
|
|
"612574707", "Mirriadool", |
|
51562
|
|
|
|
|
|
|
"61897495", "Collie", |
|
51563
|
|
|
|
|
|
|
"618854961", "Mannum", |
|
51564
|
|
|
|
|
|
|
"61257261", "Rowena", |
|
51565
|
|
|
|
|
|
|
"613545021", "Rochester", |
|
51566
|
|
|
|
|
|
|
"61240596", "Maitland", |
|
51567
|
|
|
|
|
|
|
"618993238", "Nabawa", |
|
51568
|
|
|
|
|
|
|
"617480599", "Nogoa", |
|
51569
|
|
|
|
|
|
|
"61885931", "Mount\ Pleasant", |
|
51570
|
|
|
|
|
|
|
"61250144", "Holbrook", |
|
51571
|
|
|
|
|
|
|
"61265447", "Muswellbrook", |
|
51572
|
|
|
|
|
|
|
"618863595", "Port\ Neill", |
|
51573
|
|
|
|
|
|
|
"618763376", "Leigh\ Creek\ South", |
|
51574
|
|
|
|
|
|
|
"617750217", "Westgrove", |
|
51575
|
|
|
|
|
|
|
"612583260", "Eugowra", |
|
51576
|
|
|
|
|
|
|
"61880195", "Wilcannia", |
|
51577
|
|
|
|
|
|
|
"6124289", "Wollongong", |
|
51578
|
|
|
|
|
|
|
"61886058", "Elliston", |
|
51579
|
|
|
|
|
|
|
"61748096", "Zamia\ Creek", |
|
51580
|
|
|
|
|
|
|
"61392098", "Melbourne", |
|
51581
|
|
|
|
|
|
|
"612691980", "Rannock", |
|
51582
|
|
|
|
|
|
|
"618856746", "Truro", |
|
51583
|
|
|
|
|
|
|
"618967693", "Koorda", |
|
51584
|
|
|
|
|
|
|
"6134250", "Swan\ Marsh\/Torquay\/Winchelsea\ South\/Wingeel\/Aireys\ Inlet\/Anglesea\/Apollo\ Bay\/Bannockburn\/Geelong", |
|
51585
|
|
|
|
|
|
|
"618997387", "Perenjori\ East", |
|
51586
|
|
|
|
|
|
|
"61888013", "Balaklava", |
|
51587
|
|
|
|
|
|
|
"6173427", "Beenleigh", |
|
51588
|
|
|
|
|
|
|
"613451355", "Woolsthorpe", |
|
51589
|
|
|
|
|
|
|
"61340632", "Woomelang", |
|
51590
|
|
|
|
|
|
|
"61354638", "Colbinabbin", |
|
51591
|
|
|
|
|
|
|
"617459954", "Cockatoo", |
|
51592
|
|
|
|
|
|
|
"6186394", "Kalamunda", |
|
51593
|
|
|
|
|
|
|
"61362768", "Hermitage", |
|
51594
|
|
|
|
|
|
|
"61896861", "Beacon", |
|
51595
|
|
|
|
|
|
|
"61350483", "Ultima", |
|
51596
|
|
|
|
|
|
|
"618660993", "Jennacubbine", |
|
51597
|
|
|
|
|
|
|
"61876325", "Wharminda", |
|
51598
|
|
|
|
|
|
|
"61736089", "Sandgate", |
|
51599
|
|
|
|
|
|
|
"61263056", "Bathurst", |
|
51600
|
|
|
|
|
|
|
"6128762", "Sydney", |
|
51601
|
|
|
|
|
|
|
"6186457", "Perth", |
|
51602
|
|
|
|
|
|
|
"61268761", "Magometon", |
|
51603
|
|
|
|
|
|
|
"61251193", "Canberra", |
|
51604
|
|
|
|
|
|
|
"61885390", "Mypolonga", |
|
51605
|
|
|
|
|
|
|
"61244125", "Huskisson", |
|
51606
|
|
|
|
|
|
|
"61745091", "Dulacca", |
|
51607
|
|
|
|
|
|
|
"613431964", "Goroke", |
|
51608
|
|
|
|
|
|
|
"61864586", "Perth", |
|
51609
|
|
|
|
|
|
|
"6188118", "Adelaide", |
|
51610
|
|
|
|
|
|
|
"6138582", "Melbourne", |
|
51611
|
|
|
|
|
|
|
"61897098", "Waroona", |
|
51612
|
|
|
|
|
|
|
"61367228", "Mathinna", |
|
51613
|
|
|
|
|
|
|
"61357130", "Tungamah", |
|
51614
|
|
|
|
|
|
|
"61364080", "Burnie", |
|
51615
|
|
|
|
|
|
|
"613451310", "Caramut", |
|
51616
|
|
|
|
|
|
|
"612533018", "Galong", |
|
51617
|
|
|
|
|
|
|
"61351153", "Ensay", |
|
51618
|
|
|
|
|
|
|
"61356022", "Leongatha", |
|
51619
|
|
|
|
|
|
|
"613441804", "Kerang", |
|
51620
|
|
|
|
|
|
|
"61356444", "Warragul", |
|
51621
|
|
|
|
|
|
|
"61355341", "Cobden", |
|
51622
|
|
|
|
|
|
|
"61261389", "Bungendore", |
|
51623
|
|
|
|
|
|
|
"61348018", "Finley", |
|
51624
|
|
|
|
|
|
|
"6129881", "Blacktown", |
|
51625
|
|
|
|
|
|
|
"61357686", "Euroa", |
|
51626
|
|
|
|
|
|
|
"61363096", "Whitemark", |
|
51627
|
|
|
|
|
|
|
"618660686", "Cunderdin", |
|
51628
|
|
|
|
|
|
|
"61886600", "Wudinna", |
|
51629
|
|
|
|
|
|
|
"61876067", "Wanilla", |
|
51630
|
|
|
|
|
|
|
"61753116", "Rosewood", |
|
51631
|
|
|
|
|
|
|
"61741684", "Murgon", |
|
51632
|
|
|
|
|
|
|
"61362538", "Swansea", |
|
51633
|
|
|
|
|
|
|
"61885661", "Kapunda", |
|
51634
|
|
|
|
|
|
|
"618866942", "Caltowie", |
|
51635
|
|
|
|
|
|
|
"61341122", "Traralgon", |
|
51636
|
|
|
|
|
|
|
"618850690", "Paruna", |
|
51637
|
|
|
|
|
|
|
"612532867", "Twelve\ Mile", |
|
51638
|
|
|
|
|
|
|
"61756224", "Beaudesert", |
|
51639
|
|
|
|
|
|
|
"61877139", "Keith", |
|
51640
|
|
|
|
|
|
|
"61752071", "Lowood", |
|
51641
|
|
|
|
|
|
|
"618903406", "Cascade", |
|
51642
|
|
|
|
|
|
|
"61358346", "Nathalia", |
|
51643
|
|
|
|
|
|
|
"61265293", "Stuarts\ Point", |
|
51644
|
|
|
|
|
|
|
"618852899", "Willunga", |
|
51645
|
|
|
|
|
|
|
"617459312", "Auburn", |
|
51646
|
|
|
|
|
|
|
"61895550", "Byford", |
|
51647
|
|
|
|
|
|
|
"61896114", "Goomalling", |
|
51648
|
|
|
|
|
|
|
"61741337", "Gin\ Gin", |
|
51649
|
|
|
|
|
|
|
"61341211", "Goongerah", |
|
51650
|
|
|
|
|
|
|
"61253158", "Murringo", |
|
51651
|
|
|
|
|
|
|
"613542507", "Buckrabanyule", |
|
51652
|
|
|
|
|
|
|
"612530033", "Twelve\ Mile", |
|
51653
|
|
|
|
|
|
|
"617480029", "Bajool", |
|
51654
|
|
|
|
|
|
|
"61875196", "Policemans\ Point", |
|
51655
|
|
|
|
|
|
|
"61887771", "Tilley\ Swamp", |
|
51656
|
|
|
|
|
|
|
"613441196", "Birchip", |
|
51657
|
|
|
|
|
|
|
"61895182", "Rockingham", |
|
51658
|
|
|
|
|
|
|
"618965652", "Goomalling", |
|
51659
|
|
|
|
|
|
|
"61269993", "Burra", |
|
51660
|
|
|
|
|
|
|
"61888149", "Burra", |
|
51661
|
|
|
|
|
|
|
"61253235", "Murringo", |
|
51662
|
|
|
|
|
|
|
"61749108", "Gladstone", |
|
51663
|
|
|
|
|
|
|
"613542018", "Dingee", |
|
51664
|
|
|
|
|
|
|
"61730861", "Cleveland", |
|
51665
|
|
|
|
|
|
|
"61340556", "Cunninyeuk", |
|
51666
|
|
|
|
|
|
|
"61886064", "Frome", |
|
51667
|
|
|
|
|
|
|
"613470776", "Flowerdale", |
|
51668
|
|
|
|
|
|
|
"61745460", "Macalister", |
|
51669
|
|
|
|
|
|
|
"61256183", "Tyringham", |
|
51670
|
|
|
|
|
|
|
"61890089", "Bullaring", |
|
51671
|
|
|
|
|
|
|
"613545234", "Tennyson", |
|
51672
|
|
|
|
|
|
|
"618903885", "Mount\ Hampton", |
|
51673
|
|
|
|
|
|
|
"61746401", "Thomson", |
|
51674
|
|
|
|
|
|
|
"61745304", "Morven", |
|
51675
|
|
|
|
|
|
|
"61878191", "Snowtown", |
|
51676
|
|
|
|
|
|
|
"61267599", "Gurley", |
|
51677
|
|
|
|
|
|
|
"61354968", "Traynors\ Lagoon", |
|
51678
|
|
|
|
|
|
|
"61267892", "Rocky\ Creek", |
|
51679
|
|
|
|
|
|
|
"61342283", "Cressy", |
|
51680
|
|
|
|
|
|
|
"61888752", "Port\ Wakefield", |
|
51681
|
|
|
|
|
|
|
"61744010", "Upper\ Stone", |
|
51682
|
|
|
|
|
|
|
"61755181", "Tamborine\ Mountain", |
|
51683
|
|
|
|
|
|
|
"61265609", "Bowraville", |
|
51684
|
|
|
|
|
|
|
"613442019", "Raywood", |
|
51685
|
|
|
|
|
|
|
"61267048", "Curlewis", |
|
51686
|
|
|
|
|
|
|
"617486973", "Westwood", |
|
51687
|
|
|
|
|
|
|
"618989371", "Dumbleyung", |
|
51688
|
|
|
|
|
|
|
"618993099", "Mendel", |
|
51689
|
|
|
|
|
|
|
"61268085", "Cuttaburra", |
|
51690
|
|
|
|
|
|
|
"618683114", "Walpole", |
|
51691
|
|
|
|
|
|
|
"61868041", "Boscabel", |
|
51692
|
|
|
|
|
|
|
"618964410", "Badgingarra", |
|
51693
|
|
|
|
|
|
|
"61259296", "Ganmain", |
|
51694
|
|
|
|
|
|
|
"617476445", "Cape\ River", |
|
51695
|
|
|
|
|
|
|
"61267982", "Wenna", |
|
51696
|
|
|
|
|
|
|
"617442576", "Ravenswood", |
|
51697
|
|
|
|
|
|
|
"61269901", "Hay", |
|
51698
|
|
|
|
|
|
|
"612574396", "Boggabri", |
|
51699
|
|
|
|
|
|
|
"618600922", "Speddingup\ East", |
|
51700
|
|
|
|
|
|
|
"61348120", "Wakool", |
|
51701
|
|
|
|
|
|
|
"61888314", "Pine\ Point", |
|
51702
|
|
|
|
|
|
|
"61746493", "Jundah", |
|
51703
|
|
|
|
|
|
|
"618964455", "Coomberdale", |
|
51704
|
|
|
|
|
|
|
"61878103", "Booborowie", |
|
51705
|
|
|
|
|
|
|
"617480296", "Nogoa", |
|
51706
|
|
|
|
|
|
|
"61361413", "Woodbury", |
|
51707
|
|
|
|
|
|
|
"61264758", "Eden", |
|
51708
|
|
|
|
|
|
|
"618967034", "Northam", |
|
51709
|
|
|
|
|
|
|
"61895497", "Guilderton", |
|
51710
|
|
|
|
|
|
|
"61260723", "Eskdale", |
|
51711
|
|
|
|
|
|
|
"61269883", "Barmedman\ East", |
|
51712
|
|
|
|
|
|
|
"61891961", "Derby", |
|
51713
|
|
|
|
|
|
|
"61887421", "Rendelsham", |
|
51714
|
|
|
|
|
|
|
"613441232", "Murrabit", |
|
51715
|
|
|
|
|
|
|
"612574900", "Bellata", |
|
51716
|
|
|
|
|
|
|
"61263015", "Bathurst", |
|
51717
|
|
|
|
|
|
|
"61887563", "Monkoora", |
|
51718
|
|
|
|
|
|
|
"61747620", "Eddington", |
|
51719
|
|
|
|
|
|
|
"618661000", "Meckering", |
|
51720
|
|
|
|
|
|
|
"613432161", "Maroona", |
|
51721
|
|
|
|
|
|
|
"61268924", "Tottenham", |
|
51722
|
|
|
|
|
|
|
"61268206", "Goodooga", |
|
51723
|
|
|
|
|
|
|
"61267445", "Breeza", |
|
51724
|
|
|
|
|
|
|
"613542043", "Heathcote", |
|
51725
|
|
|
|
|
|
|
"61240127", "Swansea", |
|
51726
|
|
|
|
|
|
|
"61890277", "Nullarbor", |
|
51727
|
|
|
|
|
|
|
"612631898", "Canowindra", |
|
51728
|
|
|
|
|
|
|
"61359380", "Koo\ Wee\ Rup", |
|
51729
|
|
|
|
|
|
|
"61890121", "Marvel\ Loch", |
|
51730
|
|
|
|
|
|
|
"61240271", "Tea\ Gardens", |
|
51731
|
|
|
|
|
|
|
"61268488", "Yarragrin", |
|
51732
|
|
|
|
|
|
|
"61352998", "Barwon\ Downs", |
|
51733
|
|
|
|
|
|
|
"61265201", "Mount\ Olive", |
|
51734
|
|
|
|
|
|
|
"6186214", "Perth", |
|
51735
|
|
|
|
|
|
|
"61350684", "Pan\ Ban", |
|
51736
|
|
|
|
|
|
|
"618753319", "Bower", |
|
51737
|
|
|
|
|
|
|
"6126925", "Wagga\ Wagga", |
|
51738
|
|
|
|
|
|
|
"618683186", "Mount\ Barker", |
|
51739
|
|
|
|
|
|
|
"61740153", "Cairns", |
|
51740
|
|
|
|
|
|
|
"618983735", "Kojonup", |
|
51741
|
|
|
|
|
|
|
"61896349", "Dandaragan", |
|
51742
|
|
|
|
|
|
|
"61382563", "Melbourne\/Point\ Cook\/Melbourne", |
|
51743
|
|
|
|
|
|
|
"617750414", "Warwick", |
|
51744
|
|
|
|
|
|
|
"61885973", "Taylorville", |
|
51745
|
|
|
|
|
|
|
"61877351", "Frances", |
|
51746
|
|
|
|
|
|
|
"613573080", "Longwood", |
|
51747
|
|
|
|
|
|
|
"618994428", "Three\ Springs", |
|
51748
|
|
|
|
|
|
|
"61889969", "Alice\ Springs", |
|
51749
|
|
|
|
|
|
|
"612583742", "Tyrie", |
|
51750
|
|
|
|
|
|
|
"618964968", "Bolgart", |
|
51751
|
|
|
|
|
|
|
"618683402", "Nyabing", |
|
51752
|
|
|
|
|
|
|
"61897842", "Capel", |
|
51753
|
|
|
|
|
|
|
"61879389", "Daly", |
|
51754
|
|
|
|
|
|
|
"613574726", "Tatong", |
|
51755
|
|
|
|
|
|
|
"6188855", "Warooka", |
|
51756
|
|
|
|
|
|
|
"61264764", "Shannons\ Flat", |
|
51757
|
|
|
|
|
|
|
"613532332", "Mount\ Wallace", |
|
51758
|
|
|
|
|
|
|
"61887733", "Padthaway", |
|
51759
|
|
|
|
|
|
|
"617452692", "Cunningham", |
|
51760
|
|
|
|
|
|
|
"617485917", "Bauhinia", |
|
51761
|
|
|
|
|
|
|
"612582533", "Yarrabandai", |
|
51762
|
|
|
|
|
|
|
"612594223", "Melbergen", |
|
51763
|
|
|
|
|
|
|
"61891631", "Dampier", |
|
51764
|
|
|
|
|
|
|
"61358075", "Nathalia", |
|
51765
|
|
|
|
|
|
|
"61742382", "Dimbulah", |
|
51766
|
|
|
|
|
|
|
"61251101", "Burrinjuck", |
|
51767
|
|
|
|
|
|
|
"61899943", "Yandanooka", |
|
51768
|
|
|
|
|
|
|
"61875527", "Riverton", |
|
51769
|
|
|
|
|
|
|
"6124298", "Wollongong", |
|
51770
|
|
|
|
|
|
|
"61745003", "Cecil\ Plains", |
|
51771
|
|
|
|
|
|
|
"613574176", "Puckapunyal", |
|
51772
|
|
|
|
|
|
|
"61741483", "Farnsfield", |
|
51773
|
|
|
|
|
|
|
"61355869", "Poolaijelo", |
|
51774
|
|
|
|
|
|
|
"61358951", "Jerilderie", |
|
51775
|
|
|
|
|
|
|
"6186270", "Perth", |
|
51776
|
|
|
|
|
|
|
"61285810", "Sutherland", |
|
51777
|
|
|
|
|
|
|
"618996951", "Northern\ Gully", |
|
51778
|
|
|
|
|
|
|
"618682171", "Mount\ Madden", |
|
51779
|
|
|
|
|
|
|
"61361366", "Huonville", |
|
51780
|
|
|
|
|
|
|
"61896007", "Badgingarra", |
|
51781
|
|
|
|
|
|
|
"61355562", "Coojar", |
|
51782
|
|
|
|
|
|
|
"61245060", "Windsor", |
|
51783
|
|
|
|
|
|
|
"61246001", "Camden", |
|
51784
|
|
|
|
|
|
|
"61754470", "Cooroy", |
|
51785
|
|
|
|
|
|
|
"61753155", "Nambour", |
|
51786
|
|
|
|
|
|
|
"617459079", "Westgrove", |
|
51787
|
|
|
|
|
|
|
"612574685", "Elcombe", |
|
51788
|
|
|
|
|
|
|
"61897780", "Bunbury", |
|
51789
|
|
|
|
|
|
|
"61746247", "Mitchell", |
|
51790
|
|
|
|
|
|
|
"61358478", "Mathoura", |
|
51791
|
|
|
|
|
|
|
"6139395", "Point\ Cook", |
|
51792
|
|
|
|
|
|
|
"6128401", "Terrey\ Hills", |
|
51793
|
|
|
|
|
|
|
"61753238", "Thornton", |
|
51794
|
|
|
|
|
|
|
"61889639", "Davenport", |
|
51795
|
|
|
|
|
|
|
"61257146", "Bendemeer", |
|
51796
|
|
|
|
|
|
|
"617463", "Toowoomba", |
|
51797
|
|
|
|
|
|
|
"613451017", "Poolaijelo", |
|
51798
|
|
|
|
|
|
|
"61259763", "Barmedman", |
|
51799
|
|
|
|
|
|
|
"61359256", "Mornington", |
|
51800
|
|
|
|
|
|
|
"61342142", "Wingeel", |
|
51801
|
|
|
|
|
|
|
"61268573", "Bedgerebong", |
|
51802
|
|
|
|
|
|
|
"61891474", "Mount\ Bruce", |
|
51803
|
|
|
|
|
|
|
"61752033", "Caloundra", |
|
51804
|
|
|
|
|
|
|
"612533043", "Molong", |
|
51805
|
|
|
|
|
|
|
"61256242", "Whiporie", |
|
51806
|
|
|
|
|
|
|
"617441972", "Rollingstone", |
|
51807
|
|
|
|
|
|
|
"61340515", "Hopetoun", |
|
51808
|
|
|
|
|
|
|
"617750102", "Ballandean", |
|
51809
|
|
|
|
|
|
|
"61260674", "Yackandandah", |
|
51810
|
|
|
|
|
|
|
"61745719", "Brookstead", |
|
51811
|
|
|
|
|
|
|
"618903511", "Kambalda", |
|
51812
|
|
|
|
|
|
|
"61256544", "Woodenbong", |
|
51813
|
|
|
|
|
|
|
"61885111", "Mantung", |
|
51814
|
|
|
|
|
|
|
"61362901", "Oatlands", |
|
51815
|
|
|
|
|
|
|
"61255298", "Smithtown", |
|
51816
|
|
|
|
|
|
|
"617480626", "Wagoora", |
|
51817
|
|
|
|
|
|
|
"61744104", "Cloncurry", |
|
51818
|
|
|
|
|
|
|
"618903864", "Marvel\ Loch", |
|
51819
|
|
|
|
|
|
|
"617750172", "Maranoa", |
|
51820
|
|
|
|
|
|
|
"61263153", "Merriganowry", |
|
51821
|
|
|
|
|
|
|
"617473952", "Mount\ Isa", |
|
51822
|
|
|
|
|
|
|
"612582497", "Magometon", |
|
51823
|
|
|
|
|
|
|
"61747465", "Julia\ Creek", |
|
51824
|
|
|
|
|
|
|
"617441902", "Ingham", |
|
51825
|
|
|
|
|
|
|
"61897787", "Busselton", |
|
51826
|
|
|
|
|
|
|
"61361158", "Nubeena", |
|
51827
|
|
|
|
|
|
|
"617459009", "Goombungee", |
|
51828
|
|
|
|
|
|
|
"61247781", "Lawson", |
|
51829
|
|
|
|
|
|
|
"61238189", "Bowral", |
|
51830
|
|
|
|
|
|
|
"61740015", "Aurukun", |
|
51831
|
|
|
|
|
|
|
"612530031", "Twelve\ Mile", |
|
51832
|
|
|
|
|
|
|
"6175672", "Southport", |
|
51833
|
|
|
|
|
|
|
"61888116", "Kadina", |
|
51834
|
|
|
|
|
|
|
"61268908", "Lake\ Cargelligo", |
|
51835
|
|
|
|
|
|
|
"61250075", "Ournie", |
|
51836
|
|
|
|
|
|
|
"61876403", "Jamestown", |
|
51837
|
|
|
|
|
|
|
"613832", "Melbourne", |
|
51838
|
|
|
|
|
|
|
"617486168", "Byfield", |
|
51839
|
|
|
|
|
|
|
"61753752", "Gympie", |
|
51840
|
|
|
|
|
|
|
"61361235", "Colebrook", |
|
51841
|
|
|
|
|
|
|
"61747068", "Eddington", |
|
51842
|
|
|
|
|
|
|
"61754477", "Cooroy", |
|
51843
|
|
|
|
|
|
|
"61895061", "Toodyay", |
|
51844
|
|
|
|
|
|
|
"618994058", "Mendel", |
|
51845
|
|
|
|
|
|
|
"618683640", "Muradup", |
|
51846
|
|
|
|
|
|
|
"618996730", "Lake\ Mason", |
|
51847
|
|
|
|
|
|
|
"61248515", "Bowral", |
|
51848
|
|
|
|
|
|
|
"61896000", "Aldersyde", |
|
51849
|
|
|
|
|
|
|
"61889922", "Noonamah", |
|
51850
|
|
|
|
|
|
|
"61240456", "Wards\ River", |
|
51851
|
|
|
|
|
|
|
"61245067", "Colo\ Heights", |
|
51852
|
|
|
|
|
|
|
"618660089", "Coomberdale", |
|
51853
|
|
|
|
|
|
|
"617458642", "Kumbarilla", |
|
51854
|
|
|
|
|
|
|
"61746891", "Glenhope", |
|
51855
|
|
|
|
|
|
|
"618683472", "Albany", |
|
51856
|
|
|
|
|
|
|
"618600255", "Narembeen", |
|
51857
|
|
|
|
|
|
|
"61753149", "Thornton", |
|
51858
|
|
|
|
|
|
|
"61259998", "Wagga\ Wagga", |
|
51859
|
|
|
|
|
|
|
"61354141", "Gisborne", |
|
51860
|
|
|
|
|
|
|
"61898066", "Cuballing", |
|
51861
|
|
|
|
|
|
|
"61267402", "Gunnedah", |
|
51862
|
|
|
|
|
|
|
"61887823", "Lucindale", |
|
51863
|
|
|
|
|
|
|
"61245893", "Windsor", |
|
51864
|
|
|
|
|
|
|
"6188317", "Adelaide", |
|
51865
|
|
|
|
|
|
|
"61886595", "Morchard", |
|
51866
|
|
|
|
|
|
|
"61267459", "Yarrowitch", |
|
51867
|
|
|
|
|
|
|
"61263379", "Rockley", |
|
51868
|
|
|
|
|
|
|
"61266267", "Mullumbimby", |
|
51869
|
|
|
|
|
|
|
"61361164", "Maydena", |
|
51870
|
|
|
|
|
|
|
"613431985", "Nhill", |
|
51871
|
|
|
|
|
|
|
"61868263", "Magitup", |
|
51872
|
|
|
|
|
|
|
"61355135", "Port\ Fairy", |
|
51873
|
|
|
|
|
|
|
"61890514", "Grass\ Patch", |
|
51874
|
|
|
|
|
|
|
"61851182", "Hall\'s\ Creek", |
|
51875
|
|
|
|
|
|
|
"61887395", "Kalangadoo", |
|
51876
|
|
|
|
|
|
|
"61355529", "Balmoral", |
|
51877
|
|
|
|
|
|
|
"613553630", "Chetwynd", |
|
51878
|
|
|
|
|
|
|
"61341475", "Mount\ Taylor", |
|
51879
|
|
|
|
|
|
|
"61256086", "Copmanhurst", |
|
51880
|
|
|
|
|
|
|
"61898613", "Wagin", |
|
51881
|
|
|
|
|
|
|
"613545023", "Rochester", |
|
51882
|
|
|
|
|
|
|
"61896355", "Gillingarra", |
|
51883
|
|
|
|
|
|
|
"61747627", "Townsville", |
|
51884
|
|
|
|
|
|
|
"618763797", "Laura", |
|
51885
|
|
|
|
|
|
|
"613945", "Melbourne", |
|
51886
|
|
|
|
|
|
|
"618661070", "Quairading", |
|
51887
|
|
|
|
|
|
|
"61885508", "Goolwa", |
|
51888
|
|
|
|
|
|
|
"61897805", "Margaret\ River", |
|
51889
|
|
|
|
|
|
|
"61354701", "Rochester", |
|
51890
|
|
|
|
|
|
|
"61264232", "Cabramurra", |
|
51891
|
|
|
|
|
|
|
"61340496", "Ultima", |
|
51892
|
|
|
|
|
|
|
"617476356", "Richmond", |
|
51893
|
|
|
|
|
|
|
"61359387", "Warburton", |
|
51894
|
|
|
|
|
|
|
"61753709", "Nambour", |
|
51895
|
|
|
|
|
|
|
"61887698", "Lochaber", |
|
51896
|
|
|
|
|
|
|
"61875093", "Willunga", |
|
51897
|
|
|
|
|
|
|
"618854963", "Mannum", |
|
51898
|
|
|
|
|
|
|
"613532227", "Minyip", |
|
51899
|
|
|
|
|
|
|
"61240120", "Laguna", |
|
51900
|
|
|
|
|
|
|
"61260833", "Corryong", |
|
51901
|
|
|
|
|
|
|
"61341078", "Goongerah", |
|
51902
|
|
|
|
|
|
|
"6124240", "Wollongong", |
|
51903
|
|
|
|
|
|
|
"618660991", "Goomalling", |
|
51904
|
|
|
|
|
|
|
"612583169", "Gilgandra", |
|
51905
|
|
|
|
|
|
|
"61342105", "Lavers\ Hill", |
|
51906
|
|
|
|
|
|
|
"61261198", "Yass", |
|
51907
|
|
|
|
|
|
|
"612683720", "Farrendale", |
|
51908
|
|
|
|
|
|
|
"61752218", "Gympie", |
|
51909
|
|
|
|
|
|
|
"612574970", "Somerton", |
|
51910
|
|
|
|
|
|
|
"61356178", "Bunyip", |
|
51911
|
|
|
|
|
|
|
"61256205", "Lismore", |
|
51912
|
|
|
|
|
|
|
"61748332", "Nathan\ Gorge", |
|
51913
|
|
|
|
|
|
|
"61734774", "Samford", |
|
51914
|
|
|
|
|
|
|
"618967691", "Koorda", |
|
51915
|
|
|
|
|
|
|
"61895490", "Bakers\ Hill", |
|
51916
|
|
|
|
|
|
|
"61359471", "Rosebud", |
|
51917
|
|
|
|
|
|
|
"61258337", "Gilgandra", |
|
51918
|
|
|
|
|
|
|
"61753013", "Woolooga", |
|
51919
|
|
|
|
|
|
|
"618762600", "Mambray\ Creek", |
|
51920
|
|
|
|
|
|
|
"61743431", "Monto", |
|
51921
|
|
|
|
|
|
|
"61747054", "Collinsville", |
|
51922
|
|
|
|
|
|
|
"61741881", "Yandaran", |
|
51923
|
|
|
|
|
|
|
"612570144", "Somerton\/Delungra\/Drake", |
|
51924
|
|
|
|
|
|
|
"618683580", "Beaufort\ River", |
|
51925
|
|
|
|
|
|
|
"61363193", "Emita", |
|
51926
|
|
|
|
|
|
|
"61243073", "Mangrove\ Mountain", |
|
51927
|
|
|
|
|
|
|
"6188460", "Adelaide", |
|
51928
|
|
|
|
|
|
|
"612530224", "Bribbaree\/Running\ Stream\/Twelve\ Mile\/Tyagong", |
|
51929
|
|
|
|
|
|
|
"612583256", "Cuttaburra", |
|
51930
|
|
|
|
|
|
|
"61348271", "Tocumwal", |
|
51931
|
|
|
|
|
|
|
"612594352", "Tullibigeal", |
|
51932
|
|
|
|
|
|
|
"61351056", "Ensay", |
|
51933
|
|
|
|
|
|
|
"61887511", "Keith", |
|
51934
|
|
|
|
|
|
|
"61743134", "Kumbia", |
|
51935
|
|
|
|
|
|
|
"61261050", "Burrinjuck", |
|
51936
|
|
|
|
|
|
|
"612532970", "Limekilns", |
|
51937
|
|
|
|
|
|
|
"61886526", "Streaky\ Bay", |
|
51938
|
|
|
|
|
|
|
"61899027", "Denham", |
|
51939
|
|
|
|
|
|
|
"61361523", "Swansea", |
|
51940
|
|
|
|
|
|
|
"61264399", "Cabramurra", |
|
51941
|
|
|
|
|
|
|
"613441785", "Buckrabanyule", |
|
51942
|
|
|
|
|
|
|
"618600965", "Mount\ Beaumont", |
|
51943
|
|
|
|
|
|
|
"61888557", "Wedge", |
|
51944
|
|
|
|
|
|
|
"61250200", "Holbrook", |
|
51945
|
|
|
|
|
|
|
"61752048", "Wolvi", |
|
51946
|
|
|
|
|
|
|
"617452519", "Warra", |
|
51947
|
|
|
|
|
|
|
"61748603", "Biloela", |
|
51948
|
|
|
|
|
|
|
"61350718", "Box\ Creek", |
|
51949
|
|
|
|
|
|
|
"61891036", "Kununurra", |
|
51950
|
|
|
|
|
|
|
"617750328", "Culgoa", |
|
51951
|
|
|
|
|
|
|
"61742316", "Mount\ Surprise", |
|
51952
|
|
|
|
|
|
|
"612594189", "Carrathool", |
|
51953
|
|
|
|
|
|
|
"6135791", "Wangaratta", |
|
51954
|
|
|
|
|
|
|
"612964", "Sydney", |
|
51955
|
|
|
|
|
|
|
"618996744", "Northampton", |
|
51956
|
|
|
|
|
|
|
"618683634", "Manypeaks\ North", |
|
51957
|
|
|
|
|
|
|
"61895155", "Byford", |
|
51958
|
|
|
|
|
|
|
"613553516", "Cobden", |
|
51959
|
|
|
|
|
|
|
"61877120", "Tarpeena", |
|
51960
|
|
|
|
|
|
|
"61248004", "Bevendale", |
|
51961
|
|
|
|
|
|
|
"61880023", "Tepco", |
|
51962
|
|
|
|
|
|
|
"6188396", "Adelaide", |
|
51963
|
|
|
|
|
|
|
"61350541", "Mildura", |
|
51964
|
|
|
|
|
|
|
"617487155", "Sarina", |
|
51965
|
|
|
|
|
|
|
"6174624", "Roma", |
|
51966
|
|
|
|
|
|
|
"618997021", "Arrowsmith", |
|
51967
|
|
|
|
|
|
|
"61263259", "Yetholme", |
|
51968
|
|
|
|
|
|
|
"61244093", "Nowra", |
|
51969
|
|
|
|
|
|
|
"61364173", "Devonport", |
|
51970
|
|
|
|
|
|
|
"61251025", "Binalong", |
|
51971
|
|
|
|
|
|
|
"618763626", "Crystal\ Brook", |
|
51972
|
|
|
|
|
|
|
"612573408", "Moona\ Plains", |
|
51973
|
|
|
|
|
|
|
"61361461", "Hobart", |
|
51974
|
|
|
|
|
|
|
"61284072", "Terrey\ Hills", |
|
51975
|
|
|
|
|
|
|
"61888785", "Thistle", |
|
51976
|
|
|
|
|
|
|
"613470583", "Cheshunt", |
|
51977
|
|
|
|
|
|
|
"61353561", "Buninyong", |
|
51978
|
|
|
|
|
|
|
"61891913", "Broome", |
|
51979
|
|
|
|
|
|
|
"617487110", "Carmila", |
|
51980
|
|
|
|
|
|
|
"618762597", "Laura", |
|
51981
|
|
|
|
|
|
|
"61246125", "Picton", |
|
51982
|
|
|
|
|
|
|
"61896275", "Bolgart", |
|
51983
|
|
|
|
|
|
|
"617485893", "Sarina", |
|
51984
|
|
|
|
|
|
|
"61887748", "Rendelsham", |
|
51985
|
|
|
|
|
|
|
"61748299", "Gladstone", |
|
51986
|
|
|
|
|
|
|
"61357535", "Myrtleford", |
|
51987
|
|
|
|
|
|
|
"61265957", "Coopernook", |
|
51988
|
|
|
|
|
|
|
"613531840", "Rokewood", |
|
51989
|
|
|
|
|
|
|
"61344053", "Romsey", |
|
51990
|
|
|
|
|
|
|
"617473947", "Karumba", |
|
51991
|
|
|
|
|
|
|
"61741362", "Childers", |
|
51992
|
|
|
|
|
|
|
"618862091", "Wilpena", |
|
51993
|
|
|
|
|
|
|
"612583311", "Wellington", |
|
51994
|
|
|
|
|
|
|
"618964987", "Cunderdin", |
|
51995
|
|
|
|
|
|
|
"61340028", "Annuello", |
|
51996
|
|
|
|
|
|
|
"61886482", "Hawker", |
|
51997
|
|
|
|
|
|
|
"61357129", "Harrietville", |
|
51998
|
|
|
|
|
|
|
"61354022", "Gisborne", |
|
51999
|
|
|
|
|
|
|
"61269184", "Bidgeemia", |
|
52000
|
|
|
|
|
|
|
"61890005", "Ardath", |
|
52001
|
|
|
|
|
|
|
"61742463", "Innot\ Hot\ Springs", |
|
52002
|
|
|
|
|
|
|
"61259711", "Wagga\ Wagga", |
|
52003
|
|
|
|
|
|
|
"61263202", "Rockley", |
|
52004
|
|
|
|
|
|
|
"61887108", "Tantanoola", |
|
52005
|
|
|
|
|
|
|
"61256994", "Rappville", |
|
52006
|
|
|
|
|
|
|
"617458633", "Injune", |
|
52007
|
|
|
|
|
|
|
"61265388", "Pacific\ Palms", |
|
52008
|
|
|
|
|
|
|
"61876032", "Iron\ Baron", |
|
52009
|
|
|
|
|
|
|
"61749771", "Yeppoon", |
|
52010
|
|
|
|
|
|
|
"61267916", "Breeza", |
|
52011
|
|
|
|
|
|
|
"618763638", "Herbert", |
|
52012
|
|
|
|
|
|
|
"61363299", "Gladstone", |
|
52013
|
|
|
|
|
|
|
"61754224", "Kilcoy", |
|
52014
|
|
|
|
|
|
|
"61353731", "Stoneleigh", |
|
52015
|
|
|
|
|
|
|
"61266921", "Bellingen", |
|
52016
|
|
|
|
|
|
|
"61367147", "Lilydale", |
|
52017
|
|
|
|
|
|
|
"61868169", "Jerramungup", |
|
52018
|
|
|
|
|
|
|
"61898397", "Bedford\ Harbour", |
|
52019
|
|
|
|
|
|
|
"61340425", "Cowangie", |
|
52020
|
|
|
|
|
|
|
"6189027", "Kambalda", |
|
52021
|
|
|
|
|
|
|
"617480797", "Westwood", |
|
52022
|
|
|
|
|
|
|
"618866931", "Booleroo\ Centre", |
|
52023
|
|
|
|
|
|
|
"618859975", "Policemans\ Point", |
|
52024
|
|
|
|
|
|
|
"61753497", "Woodford", |
|
52025
|
|
|
|
|
|
|
"61890408", "Dundas", |
|
52026
|
|
|
|
|
|
|
"61248391", "Paddys\ River", |
|
52027
|
|
|
|
|
|
|
"613573021", "Euroa", |
|
52028
|
|
|
|
|
|
|
"6135033", "Swan\ Hill", |
|
52029
|
|
|
|
|
|
|
"61886945", "Miltalie", |
|
52030
|
|
|
|
|
|
|
"61742521", "Georgetown", |
|
52031
|
|
|
|
|
|
|
"61890286", "Leonora", |
|
52032
|
|
|
|
|
|
|
"61899365", "Kalbarri", |
|
52033
|
|
|
|
|
|
|
"617750336", "Dulacca", |
|
52034
|
|
|
|
|
|
|
"61363603", "Blessington", |
|
52035
|
|
|
|
|
|
|
"61887326", "Bordertown", |
|
52036
|
|
|
|
|
|
|
"61740245", "Weipa", |
|
52037
|
|
|
|
|
|
|
"61891220", "Great\ Sandy", |
|
52038
|
|
|
|
|
|
|
"618865007", "Frome", |
|
52039
|
|
|
|
|
|
|
"61361090", "Brighton", |
|
52040
|
|
|
|
|
|
|
"61746010", "Allora", |
|
52041
|
|
|
|
|
|
|
"618752462", "Gurrai", |
|
52042
|
|
|
|
|
|
|
"61886311", "Roxby\ Downs", |
|
52043
|
|
|
|
|
|
|
"61899668", "Yandanooka", |
|
52044
|
|
|
|
|
|
|
"61387825", "Croydon", |
|
52045
|
|
|
|
|
|
|
"61267033", "Boggabri", |
|
52046
|
|
|
|
|
|
|
"61287353", "Bankstown", |
|
52047
|
|
|
|
|
|
|
"617458657", "Morven", |
|
52048
|
|
|
|
|
|
|
"61261305", "Binalong", |
|
52049
|
|
|
|
|
|
|
"61255430", "Stuarts\ Point", |
|
52050
|
|
|
|
|
|
|
"61866044", "Konnongorring", |
|
52051
|
|
|
|
|
|
|
"61256070", "Casino", |
|
52052
|
|
|
|
|
|
|
"61888807", "Booborowie", |
|
52053
|
|
|
|
|
|
|
"61746017", "Balonne", |
|
52054
|
|
|
|
|
|
|
"61255925", "Jerrys\ Plains", |
|
52055
|
|
|
|
|
|
|
"61891171", "Paraburdoo", |
|
52056
|
|
|
|
|
|
|
"61886959", "Elliston", |
|
52057
|
|
|
|
|
|
|
"61364648", "Waratah", |
|
52058
|
|
|
|
|
|
|
"612574579", "Copeton\ Dam", |
|
52059
|
|
|
|
|
|
|
"61899593", "Lake\ Mason", |
|
52060
|
|
|
|
|
|
|
"618865077", "Roxby\ Downs", |
|
52061
|
|
|
|
|
|
|
"61891227", "Newman", |
|
52062
|
|
|
|
|
|
|
"61361097", "New\ Norfolk", |
|
52063
|
|
|
|
|
|
|
"613572439", "Wangaratta", |
|
52064
|
|
|
|
|
|
|
"612583757", "Albert", |
|
52065
|
|
|
|
|
|
|
"61256077", "Bellingen", |
|
52066
|
|
|
|
|
|
|
"61888800", "Braemer", |
|
52067
|
|
|
|
|
|
|
"61263868", "Galong", |
|
52068
|
|
|
|
|
|
|
"61255437", "Forster", |
|
52069
|
|
|
|
|
|
|
"612532685", "Gulgong", |
|
52070
|
|
|
|
|
|
|
"6128424", "Sydney", |
|
52071
|
|
|
|
|
|
|
"612981", "Sydney", |
|
52072
|
|
|
|
|
|
|
"61745432", "Elbow\ Valley", |
|
52073
|
|
|
|
|
|
|
"61851116", "Broome", |
|
52074
|
|
|
|
|
|
|
"61753490", "Nambour", |
|
52075
|
|
|
|
|
|
|
"617486187", "Comet", |
|
52076
|
|
|
|
|
|
|
"61367140", "Pyengana", |
|
52077
|
|
|
|
|
|
|
"61746072", "Goondiwindi", |
|
52078
|
|
|
|
|
|
|
"61898390", "Ravensthorpe", |
|
52079
|
|
|
|
|
|
|
"618967040", "Kalannie\ East", |
|
52080
|
|
|
|
|
|
|
"61743336", "Mulgildie", |
|
52081
|
|
|
|
|
|
|
"618753161", "Kapunda", |
|
52082
|
|
|
|
|
|
|
"6139882", "Melbourne", |
|
52083
|
|
|
|
|
|
|
"61740259", "South\ Johnstone", |
|
52084
|
|
|
|
|
|
|
"61897999", "Tonebridge", |
|
52085
|
|
|
|
|
|
|
"61248028", "Crookwell", |
|
52086
|
|
|
|
|
|
|
"61260848", "Howlong", |
|
52087
|
|
|
|
|
|
|
"612533032", "Leadville", |
|
52088
|
|
|
|
|
|
|
"61359376", "Cowes", |
|
52089
|
|
|
|
|
|
|
"61256012", "Maclean", |
|
52090
|
|
|
|
|
|
|
"618683521", "Kulin\ West", |
|
52091
|
|
|
|
|
|
|
"612570098", "Bunnor", |
|
52092
|
|
|
|
|
|
|
"613574697", "Moyhu", |
|
52093
|
|
|
|
|
|
|
"61885163", "Perponda", |
|
52094
|
|
|
|
|
|
|
"613532343", "Broughton", |
|
52095
|
|
|
|
|
|
|
"61255084", "Taree", |
|
52096
|
|
|
|
|
|
|
"612685680", "Goodooga", |
|
52097
|
|
|
|
|
|
|
"612583733", "Quambone", |
|
52098
|
|
|
|
|
|
|
"617486836", "Fitzroy\ West", |
|
52099
|
|
|
|
|
|
|
"61889179", "Alyangula", |
|
52100
|
|
|
|
|
|
|
"618903667", "Bodallin\ North", |
|
52101
|
|
|
|
|
|
|
"618753493", "Milang", |
|
52102
|
|
|
|
|
|
|
"61263504", "Hampton", |
|
52103
|
|
|
|
|
|
|
"61351651", "Baw\ Baw", |
|
52104
|
|
|
|
|
|
|
"613553852", "Victoria\ Valley", |
|
52105
|
|
|
|
|
|
|
"61363894", "Mathinna", |
|
52106
|
|
|
|
|
|
|
"61878209", "Clare", |
|
52107
|
|
|
|
|
|
|
"6134812", "Shepparton", |
|
52108
|
|
|
|
|
|
|
"61340391", "Nangiloc", |
|
52109
|
|
|
|
|
|
|
"61265950", "Howes\ Valley", |
|
52110
|
|
|
|
|
|
|
"61260134", "Eskdale", |
|
52111
|
|
|
|
|
|
|
"612583829", "Quambone", |
|
52112
|
|
|
|
|
|
|
"618864345", "Port\ Broughton", |
|
52113
|
|
|
|
|
|
|
"61259225", "Junee\ Reefs", |
|
52114
|
|
|
|
|
|
|
"612683781", "Mendooran", |
|
52115
|
|
|
|
|
|
|
"618601050", "Wilgoyne", |
|
52116
|
|
|
|
|
|
|
"61240351", "Nelson\ Bay", |
|
52117
|
|
|
|
|
|
|
"613531653", "Elmhurst", |
|
52118
|
|
|
|
|
|
|
"6129354", "Parramatta", |
|
52119
|
|
|
|
|
|
|
"61888182", "Hallett", |
|
52120
|
|
|
|
|
|
|
"61263245", "Bathurst", |
|
52121
|
|
|
|
|
|
|
"618985563", "Harrismith", |
|
52122
|
|
|
|
|
|
|
"61878252", "Paskeville", |
|
52123
|
|
|
|
|
|
|
"61895149", "Gingin", |
|
52124
|
|
|
|
|
|
|
"61879423", "Noonamah", |
|
52125
|
|
|
|
|
|
|
"613542032", "Goornong", |
|
52126
|
|
|
|
|
|
|
"617480118", "Spier", |
|
52127
|
|
|
|
|
|
|
"617486828", "Connors\ Range", |
|
52128
|
|
|
|
|
|
|
"61890988", "Coomalbidgup", |
|
52129
|
|
|
|
|
|
|
"61753061", "Caloundra", |
|
52130
|
|
|
|
|
|
|
"61877127", "Wrattonbully", |
|
52131
|
|
|
|
|
|
|
"61877271", "Kalangadoo", |
|
52132
|
|
|
|
|
|
|
"61355419", "Lake\ Mundi", |
|
52133
|
|
|
|
|
|
|
"61260265", "Howlong", |
|
52134
|
|
|
|
|
|
|
"618601015", "Great\ Victoria", |
|
52135
|
|
|
|
|
|
|
"612593799", "Mangoplah", |
|
52136
|
|
|
|
|
|
|
"617459045", "North\ Star", |
|
52137
|
|
|
|
|
|
|
"612532545", "Merriganowry", |
|
52138
|
|
|
|
|
|
|
"61357162", "Graytown", |
|
52139
|
|
|
|
|
|
|
"61741329", "Mount\ Perry", |
|
52140
|
|
|
|
|
|
|
"61890042", "Cascade", |
|
52141
|
|
|
|
|
|
|
"6138334", "Point\ Cook", |
|
52142
|
|
|
|
|
|
|
"618683091", "Newdegate\ North", |
|
52143
|
|
|
|
|
|
|
"61867184", "Augusta", |
|
52144
|
|
|
|
|
|
|
"612593964", "Cowabbie", |
|
52145
|
|
|
|
|
|
|
"61868211", "Albany", |
|
52146
|
|
|
|
|
|
|
"618661164", "Watheroo", |
|
52147
|
|
|
|
|
|
|
"61740202", "Chillagoe", |
|
52148
|
|
|
|
|
|
|
"61754208", "Caloundra", |
|
52149
|
|
|
|
|
|
|
"61344115", "Maryborough", |
|
52150
|
|
|
|
|
|
|
"61887124", "Tintinara", |
|
52151
|
|
|
|
|
|
|
"61248667", "Bowral", |
|
52152
|
|
|
|
|
|
|
"613470850", "Violet\ Town", |
|
52153
|
|
|
|
|
|
|
"6124441", "Huskisson", |
|
52154
|
|
|
|
|
|
|
"6138761", "Croydon", |
|
52155
|
|
|
|
|
|
|
"61255546", "Bowraville", |
|
52156
|
|
|
|
|
|
|
"61898661", "Arthur\ River", |
|
52157
|
|
|
|
|
|
|
"61261342", "Michelago", |
|
52158
|
|
|
|
|
|
|
"613531637", "Buangor", |
|
52159
|
|
|
|
|
|
|
"61261057", "Cavan", |
|
52160
|
|
|
|
|
|
|
"612685540", "Bedgerebong", |
|
52161
|
|
|
|
|
|
|
"612532900", "Harden", |
|
52162
|
|
|
|
|
|
|
"61868122", "Manypeaks", |
|
52163
|
|
|
|
|
|
|
"61249398", "East\ Gresford", |
|
52164
|
|
|
|
|
|
|
"618958750", "Mandurah", |
|
52165
|
|
|
|
|
|
|
"61340004", "Patchewollock", |
|
52166
|
|
|
|
|
|
|
"61250207", "Ournie", |
|
52167
|
|
|
|
|
|
|
"613441243", "Talbot", |
|
52168
|
|
|
|
|
|
|
"61895666", "Gingin", |
|
52169
|
|
|
|
|
|
|
"61351783", "Dinner\ Plain", |
|
52170
|
|
|
|
|
|
|
"613470815", "Broadford", |
|
52171
|
|
|
|
|
|
|
"61899020", "Coorow\ West", |
|
52172
|
|
|
|
|
|
|
"61886970", "Laura", |
|
52173
|
|
|
|
|
|
|
"61244799", "Narooma", |
|
52174
|
|
|
|
|
|
|
"613432217", "Stoneleigh", |
|
52175
|
|
|
|
|
|
|
"61888696", "Balaklava", |
|
52176
|
|
|
|
|
|
|
"61746658", "Goombi", |
|
52177
|
|
|
|
|
|
|
"612594089", "Bethungra", |
|
52178
|
|
|
|
|
|
|
"61742306", "Bloomfield", |
|
52179
|
|
|
|
|
|
|
"613431777", "Glenorchy", |
|
52180
|
|
|
|
|
|
|
"61392627", "Ringwood", |
|
52181
|
|
|
|
|
|
|
"61734783", "Dunwich", |
|
52182
|
|
|
|
|
|
|
"61269279", "Cowabbie", |
|
52183
|
|
|
|
|
|
|
"61350708", "Culgoa", |
|
52184
|
|
|
|
|
|
|
"6174122", "Maryborough", |
|
52185
|
|
|
|
|
|
|
"61748613", "Rockhampton", |
|
52186
|
|
|
|
|
|
|
"61265263", "Scone", |
|
52187
|
|
|
|
|
|
|
"61897627", "Bridgetown", |
|
52188
|
|
|
|
|
|
|
"61250210", "Talgarno", |
|
52189
|
|
|
|
|
|
|
"61876097", "Herbert", |
|
52190
|
|
|
|
|
|
|
"61353287", "Minyip", |
|
52191
|
|
|
|
|
|
|
"612594408", "Hillston", |
|
52192
|
|
|
|
|
|
|
"618660986", "Ejanding", |
|
52193
|
|
|
|
|
|
|
"61256045", "Wooli", |
|
52194
|
|
|
|
|
|
|
"618965695", "Konnongorring", |
|
52195
|
|
|
|
|
|
|
"618850990", "Taplan", |
|
52196
|
|
|
|
|
|
|
"61740270", "Etheridge", |
|
52197
|
|
|
|
|
|
|
"618967686", "Gabbin\ North", |
|
52198
|
|
|
|
|
|
|
"61243084", "Wyong", |
|
52199
|
|
|
|
|
|
|
"61363066", "Pyengana", |
|
52200
|
|
|
|
|
|
|
"61887501", "Bordertown", |
|
52201
|
|
|
|
|
|
|
"61267862", "Tingha", |
|
52202
|
|
|
|
|
|
|
"61364481", "Sheffield", |
|
52203
|
|
|
|
|
|
|
"618660914", "Koorda", |
|
52204
|
|
|
|
|
|
|
"61739111", "Brisbane", |
|
52205
|
|
|
|
|
|
|
"61354998", "Beazleys\ Bridge", |
|
52206
|
|
|
|
|
|
|
"61353154", "Balliang", |
|
52207
|
|
|
|
|
|
|
"61891903", "Paraburdoo", |
|
52208
|
|
|
|
|
|
|
"617487010", "Colston\ Park", |
|
52209
|
|
|
|
|
|
|
"61259141", "Wagga\ Wagga", |
|
52210
|
|
|
|
|
|
|
"61889150", "Tennant\ Creek", |
|
52211
|
|
|
|
|
|
|
"61742128", "Hopevale", |
|
52212
|
|
|
|
|
|
|
"61755336", "Beechmont", |
|
52213
|
|
|
|
|
|
|
"61240736", "Clarence\ Town", |
|
52214
|
|
|
|
|
|
|
"61898332", "Chittinup", |
|
52215
|
|
|
|
|
|
|
"618967614", "Badgerin\ Rock", |
|
52216
|
|
|
|
|
|
|
"61753432", "Noosaville", |
|
52217
|
|
|
|
|
|
|
"61886094", "Iron\ Baron", |
|
52218
|
|
|
|
|
|
|
"61878161", "Wedge", |
|
52219
|
|
|
|
|
|
|
"617459906", "Thallon", |
|
52220
|
|
|
|
|
|
|
"61897054", "Harvey", |
|
52221
|
|
|
|
|
|
|
"617487055", "Springsure", |
|
52222
|
|
|
|
|
|
|
"61265979", "Ellerston", |
|
52223
|
|
|
|
|
|
|
"612694636", "Yaven\ Creek", |
|
52224
|
|
|
|
|
|
|
"61357251", "Wangaratta", |
|
52225
|
|
|
|
|
|
|
"61248014", "Braidwood", |
|
52226
|
|
|
|
|
|
|
"61875166", "Willunga", |
|
52227
|
|
|
|
|
|
|
"617441963", "Mount\ Fox", |
|
52228
|
|
|
|
|
|
|
"61256448", "Urbenville", |
|
52229
|
|
|
|
|
|
|
"61359289", "Tankerton", |
|
52230
|
|
|
|
|
|
|
"61862343", "Fremantle", |
|
52231
|
|
|
|
|
|
|
"617486962", "Spier", |
|
52232
|
|
|
|
|
|
|
"61887118", "Thornlea", |
|
52233
|
|
|
|
|
|
|
"613431888", "Banyena", |
|
52234
|
|
|
|
|
|
|
"618996840", "Morawa", |
|
52235
|
|
|
|
|
|
|
"61897465", "Margaret\ River", |
|
52236
|
|
|
|
|
|
|
"61263212", "Tyagong", |
|
52237
|
|
|
|
|
|
|
"61257291", "Oban", |
|
52238
|
|
|
|
|
|
|
"61350834", "Hopetoun", |
|
52239
|
|
|
|
|
|
|
"61259701", "Tallimba", |
|
52240
|
|
|
|
|
|
|
"618903454", "Esperance", |
|
52241
|
|
|
|
|
|
|
"61890015", "Bodallin", |
|
52242
|
|
|
|
|
|
|
"61851091", "De\ Grey", |
|
52243
|
|
|
|
|
|
|
"61746664", "Legume", |
|
52244
|
|
|
|
|
|
|
"618903800", "Burracoppin\ South", |
|
52245
|
|
|
|
|
|
|
"61896240", "Wyalkatchem", |
|
52246
|
|
|
|
|
|
|
"61747787", "Yabulu", |
|
52247
|
|
|
|
|
|
|
"618864090", "Lock", |
|
52248
|
|
|
|
|
|
|
"612630699", "Burraga", |
|
52249
|
|
|
|
|
|
|
"61253194", "Reids\ Flat", |
|
52250
|
|
|
|
|
|
|
"61367343", "Gladstone", |
|
52251
|
|
|
|
|
|
|
"61898193", "Manypeaks", |
|
52252
|
|
|
|
|
|
|
"613451392", "Poolaijelo", |
|
52253
|
|
|
|
|
|
|
"61263277", "Birriwa", |
|
52254
|
|
|
|
|
|
|
"61263121", "Koorawatha", |
|
52255
|
|
|
|
|
|
|
"618982441", "Mount\ Barker", |
|
52256
|
|
|
|
|
|
|
"61888817", "Clare", |
|
52257
|
|
|
|
|
|
|
"61897068", "Margaret\ River", |
|
52258
|
|
|
|
|
|
|
"61344142", "Lockington", |
|
52259
|
|
|
|
|
|
|
"61350148", "Ultima", |
|
52260
|
|
|
|
|
|
|
"61347049", "Seymour", |
|
52261
|
|
|
|
|
|
|
"61754033", "Lowood", |
|
52262
|
|
|
|
|
|
|
"61258239", "Narromine", |
|
52263
|
|
|
|
|
|
|
"61886301", "Port\ Pirie", |
|
52264
|
|
|
|
|
|
|
"61268282", "Walgett", |
|
52265
|
|
|
|
|
|
|
"61756892", "Southport", |
|
52266
|
|
|
|
|
|
|
"61745061", "St\ George", |
|
52267
|
|
|
|
|
|
|
"618854902", "Mypolonga", |
|
52268
|
|
|
|
|
|
|
"61268791", "Condobolin", |
|
52269
|
|
|
|
|
|
|
"61363613", "Ringarooma", |
|
52270
|
|
|
|
|
|
|
"612532431", "Gingkin", |
|
52271
|
|
|
|
|
|
|
"61251163", "Canberra", |
|
52272
|
|
|
|
|
|
|
"61887851", "Padthaway", |
|
52273
|
|
|
|
|
|
|
"61879356", "Arnhem", |
|
52274
|
|
|
|
|
|
|
"618660693", "Dowerin", |
|
52275
|
|
|
|
|
|
|
"61896891", "Quairading", |
|
52276
|
|
|
|
|
|
|
"61888872", "Burra", |
|
52277
|
|
|
|
|
|
|
"6124286", "Wollongong", |
|
52278
|
|
|
|
|
|
|
"61888579", "Curramulka", |
|
52279
|
|
|
|
|
|
|
"61880165", "The\ Darling", |
|
52280
|
|
|
|
|
|
|
"61265796", "Putty", |
|
52281
|
|
|
|
|
|
|
"61256002", "Bellingen", |
|
52282
|
|
|
|
|
|
|
"61261079", "Rye\ Park", |
|
52283
|
|
|
|
|
|
|
"61341199", "Sale", |
|
52284
|
|
|
|
|
|
|
"61747842", "Ayr", |
|
52285
|
|
|
|
|
|
|
"61358923", "Rushworth", |
|
52286
|
|
|
|
|
|
|
"61356099", "Foster", |
|
52287
|
|
|
|
|
|
|
"61747549", "Ravenswood", |
|
52288
|
|
|
|
|
|
|
"61851106", "Pannawonica", |
|
52289
|
|
|
|
|
|
|
"6128555", "Engadine", |
|
52290
|
|
|
|
|
|
|
"6136339", "Launceston", |
|
52291
|
|
|
|
|
|
|
"612533029", "Killongbutta", |
|
52292
|
|
|
|
|
|
|
"618600887", "Gibson", |
|
52293
|
|
|
|
|
|
|
"61741631", "Nanango", |
|
52294
|
|
|
|
|
|
|
"61891483", "Great\ Sandy", |
|
52295
|
|
|
|
|
|
|
"6139535", "Clayton", |
|
52296
|
|
|
|
|
|
|
"61895003", "Mandurah", |
|
52297
|
|
|
|
|
|
|
"61888810", "Hallett", |
|
52298
|
|
|
|
|
|
|
"61260683", "Cudgewa", |
|
52299
|
|
|
|
|
|
|
"61742104", "South\ Johnstone", |
|
52300
|
|
|
|
|
|
|
"617459842", "Durham\ Downs", |
|
52301
|
|
|
|
|
|
|
"618854972", "Mount\ Pleasant", |
|
52302
|
|
|
|
|
|
|
"61264438", "Berridale", |
|
52303
|
|
|
|
|
|
|
"618763690", "Whyalla", |
|
52304
|
|
|
|
|
|
|
"618763912", "Rudall", |
|
52305
|
|
|
|
|
|
|
"61896247", "Yerecoin", |
|
52306
|
|
|
|
|
|
|
"61747780", "Yabulu", |
|
52307
|
|
|
|
|
|
|
"618903870", "Merredin", |
|
52308
|
|
|
|
|
|
|
"61238156", "Rugby", |
|
52309
|
|
|
|
|
|
|
"612583832", "Teridgerie", |
|
52310
|
|
|
|
|
|
|
"6188846", "Brinkworth", |
|
52311
|
|
|
|
|
|
|
"61745243", "Ballandean", |
|
52312
|
|
|
|
|
|
|
"61263270", "Reids\ Flat", |
|
52313
|
|
|
|
|
|
|
"61352141", "Birregurra", |
|
52314
|
|
|
|
|
|
|
"613553753", "Coleraine", |
|
52315
|
|
|
|
|
|
|
"61878219", "Nantawarra", |
|
52316
|
|
|
|
|
|
|
"618683358", "Gnowellen", |
|
52317
|
|
|
|
|
|
|
"6136425", "Ulverstone", |
|
52318
|
|
|
|
|
|
|
"61890379", "Leinster", |
|
52319
|
|
|
|
|
|
|
"61741474", "Johnstown\ West", |
|
52320
|
|
|
|
|
|
|
"61258148", "Forbes", |
|
52321
|
|
|
|
|
|
|
"61267829", "Upper\ Horton", |
|
52322
|
|
|
|
|
|
|
"61264035", "Cabramurra", |
|
52323
|
|
|
|
|
|
|
"61350724", "Swan\ Hill", |
|
52324
|
|
|
|
|
|
|
"61257185", "Careunga", |
|
52325
|
|
|
|
|
|
|
"61355452", "Hamilton", |
|
52326
|
|
|
|
|
|
|
"6135748", "Tungamah", |
|
52327
|
|
|
|
|
|
|
"618903594", "Norseman", |
|
52328
|
|
|
|
|
|
|
"61362963", "Bothwell", |
|
52329
|
|
|
|
|
|
|
"61879168", "Ranken\ River", |
|
52330
|
|
|
|
|
|
|
"618600778", "Narembeen\ East", |
|
52331
|
|
|
|
|
|
|
"618683191", "Narrogin", |
|
52332
|
|
|
|
|
|
|
"61255492", "Forster", |
|
52333
|
|
|
|
|
|
|
"61352701", "Colac", |
|
52334
|
|
|
|
|
|
|
"612574964", "Pinkett", |
|
52335
|
|
|
|
|
|
|
"618601115", "Baandee", |
|
52336
|
|
|
|
|
|
|
"61265041", "Denman", |
|
52337
|
|
|
|
|
|
|
"61355409", "Ecklin", |
|
52338
|
|
|
|
|
|
|
"61260751", "Balldale", |
|
52339
|
|
|
|
|
|
|
"61361032", "Nubeena", |
|
52340
|
|
|
|
|
|
|
"61887453", "Millicent", |
|
52341
|
|
|
|
|
|
|
"61351089", "Bruthen", |
|
52342
|
|
|
|
|
|
|
"617750163", "Killarney", |
|
52343
|
|
|
|
|
|
|
"618763354", "Darke\ Peak", |
|
52344
|
|
|
|
|
|
|
"61350673", "Cowangie", |
|
52345
|
|
|
|
|
|
|
"61381047", "Kalkallo", |
|
52346
|
|
|
|
|
|
|
"61889157", "Daly", |
|
52347
|
|
|
|
|
|
|
"61885428", "Murray\ Bridge", |
|
52348
|
|
|
|
|
|
|
"613546284", "Maldon", |
|
52349
|
|
|
|
|
|
|
"61879287", "Alice\ Springs", |
|
52350
|
|
|
|
|
|
|
"6139916", "Melbourne", |
|
52351
|
|
|
|
|
|
|
"617459976", "Goombi", |
|
52352
|
|
|
|
|
|
|
"61741961", "Brooklands", |
|
52353
|
|
|
|
|
|
|
"618601150", "Merredin", |
|
52354
|
|
|
|
|
|
|
"612823", "Sydney", |
|
52355
|
|
|
|
|
|
|
"61268046", "Cuttaburra", |
|
52356
|
|
|
|
|
|
|
"61886912", "Gairdner", |
|
52357
|
|
|
|
|
|
|
"618683747", "Manypeaks\ North", |
|
52358
|
|
|
|
|
|
|
"612583407", "Bourke", |
|
52359
|
|
|
|
|
|
|
"61353280", "Gerang\ Gerung", |
|
52360
|
|
|
|
|
|
|
"61897620", "Bridgetown", |
|
52361
|
|
|
|
|
|
|
"61250217", "Albury", |
|
52362
|
|
|
|
|
|
|
"61876090", "Whyalla", |
|
52363
|
|
|
|
|
|
|
"617303", "Brisbane", |
|
52364
|
|
|
|
|
|
|
"61340014", "Robinvale", |
|
52365
|
|
|
|
|
|
|
"61740121", "Peninsula", |
|
52366
|
|
|
|
|
|
|
"61877323", "Millicent", |
|
52367
|
|
|
|
|
|
|
"61740277", "Babinda", |
|
52368
|
|
|
|
|
|
|
"61880839", "Wilcannia", |
|
52369
|
|
|
|
|
|
|
"61742744", "Maryfarms", |
|
52370
|
|
|
|
|
|
|
"61244278", "Jilliga", |
|
52371
|
|
|
|
|
|
|
"613431707", "Gerang\ Gerung", |
|
52372
|
|
|
|
|
|
|
"612574799", "Kingstown", |
|
52373
|
|
|
|
|
|
|
"61267486", "Ben\ Lomond", |
|
52374
|
|
|
|
|
|
|
"612583135", "Bedgerebong", |
|
52375
|
|
|
|
|
|
|
"61266644", "Leeville", |
|
52376
|
|
|
|
|
|
|
"617451629", "Bollon", |
|
52377
|
|
|
|
|
|
|
"61886977", "Orroroo", |
|
52378
|
|
|
|
|
|
|
"61344105", "Strathfieldsaye", |
|
52379
|
|
|
|
|
|
|
"61754218", "Toogoolawah", |
|
52380
|
|
|
|
|
|
|
"61740212", "Herberton", |
|
52381
|
|
|
|
|
|
|
"612574381", "Armidale", |
|
52382
|
|
|
|
|
|
|
"61267208", "Inverell", |
|
52383
|
|
|
|
|
|
|
"618661064", "Lancelin", |
|
52384
|
|
|
|
|
|
|
"61862710", "Perth", |
|
52385
|
|
|
|
|
|
|
"6128580", "Sydney", |
|
52386
|
|
|
|
|
|
|
"61256059", "Bonalbo", |
|
52387
|
|
|
|
|
|
|
"61269874", "Henty", |
|
52388
|
|
|
|
|
|
|
"61367175", "Longford", |
|
52389
|
|
|
|
|
|
|
"61890153", "Narembeen", |
|
52390
|
|
|
|
|
|
|
"61868201", "Katanning", |
|
52391
|
|
|
|
|
|
|
"612592745", "Tumut", |
|
52392
|
|
|
|
|
|
|
"61392620", "Ringwood", |
|
52393
|
|
|
|
|
|
|
"6138559", "Melbourne", |
|
52394
|
|
|
|
|
|
|
"61885025", "Bower", |
|
52395
|
|
|
|
|
|
|
"61247095", "Mount\ Wilson", |
|
52396
|
|
|
|
|
|
|
"61250047", "Ournie", |
|
52397
|
|
|
|
|
|
|
"61353503", "Lake\ Bolac", |
|
52398
|
|
|
|
|
|
|
"61876158", "Cowell", |
|
52399
|
|
|
|
|
|
|
"6128715", "Bankstown", |
|
52400
|
|
|
|
|
|
|
"61745149", "Cunnamulla", |
|
52401
|
|
|
|
|
|
|
"61361403", "Oatlands", |
|
52402
|
|
|
|
|
|
|
"618967817", "Pantapin", |
|
52403
|
|
|
|
|
|
|
"61898778", "Wickepin\ East", |
|
52404
|
|
|
|
|
|
|
"61878113", "Lochiel", |
|
52405
|
|
|
|
|
|
|
"61744316", "Normanton", |
|
52406
|
|
|
|
|
|
|
"61743062", "Rosedale", |
|
52407
|
|
|
|
|
|
|
"618865983", "Ungarra", |
|
52408
|
|
|
|
|
|
|
"613441229", "Maryborough", |
|
52409
|
|
|
|
|
|
|
"61886288", "Wharminda", |
|
52410
|
|
|
|
|
|
|
"6188388", "Mount\ Barker", |
|
52411
|
|
|
|
|
|
|
"61898894", "Karlgarin", |
|
52412
|
|
|
|
|
|
|
"61269345", "Ganmain", |
|
52413
|
|
|
|
|
|
|
"61340244", "Tempy", |
|
52414
|
|
|
|
|
|
|
"618982250", "Denbarker", |
|
52415
|
|
|
|
|
|
|
"61888304", "Blyth", |
|
52416
|
|
|
|
|
|
|
"6129619", "Sydney", |
|
52417
|
|
|
|
|
|
|
"61747776", "Upper\ Stone", |
|
52418
|
|
|
|
|
|
|
"61253067", "Coolah", |
|
52419
|
|
|
|
|
|
|
"61742694", "Kidston", |
|
52420
|
|
|
|
|
|
|
"61269911", "Bunda", |
|
52421
|
|
|
|
|
|
|
"618858553", "Marama", |
|
52422
|
|
|
|
|
|
|
"61263408", "Woodstock", |
|
52423
|
|
|
|
|
|
|
"61350133", "Sea\ Lake", |
|
52424
|
|
|
|
|
|
|
"613442119", "Goornong", |
|
52425
|
|
|
|
|
|
|
"61875278", "Sandleton", |
|
52426
|
|
|
|
|
|
|
"61263286", "Cowra", |
|
52427
|
|
|
|
|
|
|
"61754048", "Esk", |
|
52428
|
|
|
|
|
|
|
"618600939", "Cascade", |
|
52429
|
|
|
|
|
|
|
"61740042", "Edward\ River", |
|
52430
|
|
|
|
|
|
|
"61891329", "Port\ Hedland", |
|
52431
|
|
|
|
|
|
|
"6174778", "Townsville", |
|
52432
|
|
|
|
|
|
|
"61745752", "Barcoo", |
|
52433
|
|
|
|
|
|
|
"618864641", "Andamooka", |
|
52434
|
|
|
|
|
|
|
"61367338", "Emita", |
|
52435
|
|
|
|
|
|
|
"61890202", "Norseman", |
|
52436
|
|
|
|
|
|
|
"61362173", "South\ Bruny", |
|
52437
|
|
|
|
|
|
|
"61341293", "Lindenow", |
|
52438
|
|
|
|
|
|
|
"61358040", "Jimaringle", |
|
52439
|
|
|
|
|
|
|
"61248542", "Goulburn", |
|
52440
|
|
|
|
|
|
|
"618752516", "Wynarka", |
|
52441
|
|
|
|
|
|
|
"618683752", "Mount\ Madden", |
|
52442
|
|
|
|
|
|
|
"612532964", "Hill\ End", |
|
52443
|
|
|
|
|
|
|
"618683086", "Nalyerlup", |
|
52444
|
|
|
|
|
|
|
"617480690", "Duaringa", |
|
52445
|
|
|
|
|
|
|
"61260029", "Barnawartha", |
|
52446
|
|
|
|
|
|
|
"61265211", "Castle\ Rock", |
|
52447
|
|
|
|
|
|
|
"618752473", "Malinong", |
|
52448
|
|
|
|
|
|
|
"61876235", "Yabmana", |
|
52449
|
|
|
|
|
|
|
"61341536", "Combienbar", |
|
52450
|
|
|
|
|
|
|
"613542143", "Jarklin", |
|
52451
|
|
|
|
|
|
|
"61255585", "Stuarts\ Point", |
|
52452
|
|
|
|
|
|
|
"618858537", "Lameroo", |
|
52453
|
|
|
|
|
|
|
"61268216", "Mount\ Herring", |
|
52454
|
|
|
|
|
|
|
"612593900", "Ganmain", |
|
52455
|
|
|
|
|
|
|
"61749020", "Agnes\ Water", |
|
52456
|
|
|
|
|
|
|
"613441907", "Heathcote", |
|
52457
|
|
|
|
|
|
|
"6186382", "Perth", |
|
52458
|
|
|
|
|
|
|
"61867173", "Manjimup", |
|
52459
|
|
|
|
|
|
|
"61265122", "Rookhurst", |
|
52460
|
|
|
|
|
|
|
"61745666", "Miles", |
|
52461
|
|
|
|
|
|
|
"61263005", "Limekilns", |
|
52462
|
|
|
|
|
|
|
"61259069", "Burcher", |
|
52463
|
|
|
|
|
|
|
"61749593", "Walkerston", |
|
52464
|
|
|
|
|
|
|
"61246011", "Campbelltown", |
|
52465
|
|
|
|
|
|
|
"612583843", "Weelong", |
|
52466
|
|
|
|
|
|
|
"61263350", "Hill\ End", |
|
52467
|
|
|
|
|
|
|
"61267470", "Willow\ Tree", |
|
52468
|
|
|
|
|
|
|
"612593685", "Currawarna", |
|
52469
|
|
|
|
|
|
|
"61255073", "Ellenborough", |
|
52470
|
|
|
|
|
|
|
"61896017", "Beacon", |
|
52471
|
|
|
|
|
|
|
"617486925", "Dysart", |
|
52472
|
|
|
|
|
|
|
"61256433", "Kyogle", |
|
52473
|
|
|
|
|
|
|
"61885096", "Loxton", |
|
52474
|
|
|
|
|
|
|
"61741171", "Farnsfield", |
|
52475
|
|
|
|
|
|
|
"61756071", "Southport", |
|
52476
|
|
|
|
|
|
|
"61878049", "Maitland", |
|
52477
|
|
|
|
|
|
|
"61752224", "Kia\ Ora", |
|
52478
|
|
|
|
|
|
|
"61755431", "Jimboomba", |
|
52479
|
|
|
|
|
|
|
"612683796", "Narromine", |
|
52480
|
|
|
|
|
|
|
"61745013", "Paroo", |
|
52481
|
|
|
|
|
|
|
"618851492", "Kingscote", |
|
52482
|
|
|
|
|
|
|
"612684580", "Weetaliba", |
|
52483
|
|
|
|
|
|
|
"61363661", "Targa", |
|
52484
|
|
|
|
|
|
|
"613531951", "Glenisla", |
|
52485
|
|
|
|
|
|
|
"61895432", "Waroona", |
|
52486
|
|
|
|
|
|
|
"61748390", "Gladstone", |
|
52487
|
|
|
|
|
|
|
"61896072", "Cunderdin\ North", |
|
52488
|
|
|
|
|
|
|
"61341447", "Erica", |
|
52489
|
|
|
|
|
|
|
"617459857", "Injune", |
|
52490
|
|
|
|
|
|
|
"612685808", "Coolabah", |
|
52491
|
|
|
|
|
|
|
"61888091", "Snowtown", |
|
52492
|
|
|
|
|
|
|
"61876164", "Sleaford\ Mere", |
|
52493
|
|
|
|
|
|
|
"6129118", "Sydney", |
|
52494
|
|
|
|
|
|
|
"61342053", "Colac", |
|
52495
|
|
|
|
|
|
|
"618763507", "The\ Ranges", |
|
52496
|
|
|
|
|
|
|
"61756687", "Southport", |
|
52497
|
|
|
|
|
|
|
"61890259", "Gibson", |
|
52498
|
|
|
|
|
|
|
"61340505", "Annuello", |
|
52499
|
|
|
|
|
|
|
"61745709", "St\ George", |
|
52500
|
|
|
|
|
|
|
"617750002", "Lynd\ Range", |
|
52501
|
|
|
|
|
|
|
"617480354", "Agnes\ Water", |
|
52502
|
|
|
|
|
|
|
"61890528", "Speddingup\ East", |
|
52503
|
|
|
|
|
|
|
"61264290", "Adaminaby", |
|
52504
|
|
|
|
|
|
|
"61864147", "Fremantle", |
|
52505
|
|
|
|
|
|
|
"61350392", "Waitchie", |
|
52506
|
|
|
|
|
|
|
"61886167", "Nunjikompita", |
|
52507
|
|
|
|
|
|
|
"61745936", "Dalby", |
|
52508
|
|
|
|
|
|
|
"61742401", "Molloy", |
|
52509
|
|
|
|
|
|
|
"61355797", "Coojar", |
|
52510
|
|
|
|
|
|
|
"6128400", "Avalon\ Beach", |
|
52511
|
|
|
|
|
|
|
"61887039", "Cannawigara", |
|
52512
|
|
|
|
|
|
|
"613470918", "Euroa", |
|
52513
|
|
|
|
|
|
|
"61755674", "Kerry", |
|
52514
|
|
|
|
|
|
|
"61351623", "Lakes\ Entrance", |
|
52515
|
|
|
|
|
|
|
"6138719", "Croydon", |
|
52516
|
|
|
|
|
|
|
"612574254", "Narrabri", |
|
52517
|
|
|
|
|
|
|
"61287495", "Sydney", |
|
52518
|
|
|
|
|
|
|
"6124343", "Gosford", |
|
52519
|
|
|
|
|
|
|
"61245614", "Colo\ Heights", |
|
52520
|
|
|
|
|
|
|
"61876413", "Whyalla", |
|
52521
|
|
|
|
|
|
|
"612574431", "Gurley", |
|
52522
|
|
|
|
|
|
|
"617564115", "Southport", |
|
52523
|
|
|
|
|
|
|
"61343732", "Ballarat", |
|
52524
|
|
|
|
|
|
|
"61355790", "Coojar", |
|
52525
|
|
|
|
|
|
|
"61268918", "Binnaway", |
|
52526
|
|
|
|
|
|
|
"613431206", "Willaura", |
|
52527
|
|
|
|
|
|
|
"61888106", "Wedge", |
|
52528
|
|
|
|
|
|
|
"61891362", "Karratha", |
|
52529
|
|
|
|
|
|
|
"618985572", "Hyden", |
|
52530
|
|
|
|
|
|
|
"61266953", "Lawrence", |
|
52531
|
|
|
|
|
|
|
"612583394", "Baradine", |
|
52532
|
|
|
|
|
|
|
"618862014", "The\ Ranges", |
|
52533
|
|
|
|
|
|
|
"61264297", "Cooma", |
|
52534
|
|
|
|
|
|
|
"6187928", "Darwin", |
|
52535
|
|
|
|
|
|
|
"618683246", "Boscabel", |
|
52536
|
|
|
|
|
|
|
"61344021", "Logan", |
|
52537
|
|
|
|
|
|
|
"6174549", "Toowoomba", |
|
52538
|
|
|
|
|
|
|
"6138104", "Whittlesea", |
|
52539
|
|
|
|
|
|
|
"61886160", "Mudamuckla", |
|
52540
|
|
|
|
|
|
|
"61269302", "Cowabbie", |
|
52541
|
|
|
|
|
|
|
"618854517", "Blanchetown", |
|
52542
|
|
|
|
|
|
|
"61362911", "Sorell", |
|
52543
|
|
|
|
|
|
|
"61872604", "Mclaren\ Vale", |
|
52544
|
|
|
|
|
|
|
"61885101", "Malinong", |
|
52545
|
|
|
|
|
|
|
"61743029", "Maryborough", |
|
52546
|
|
|
|
|
|
|
"61267381", "Uralla", |
|
52547
|
|
|
|
|
|
|
"613470629", "Broadford", |
|
52548
|
|
|
|
|
|
|
"613441699", "Donald", |
|
52549
|
|
|
|
|
|
|
"61263988", "Woodstock", |
|
52550
|
|
|
|
|
|
|
"61878055", "Pine\ Point", |
|
52551
|
|
|
|
|
|
|
"617479215", "Woodstock", |
|
52552
|
|
|
|
|
|
|
"61267412", "Quirindi", |
|
52553
|
|
|
|
|
|
|
"61748397", "Rockhampton", |
|
52554
|
|
|
|
|
|
|
"61341440", "Cann\ River", |
|
52555
|
|
|
|
|
|
|
"612685878", "Alectown", |
|
52556
|
|
|
|
|
|
|
"613531730", "Navarre", |
|
52557
|
|
|
|
|
|
|
"61740286", "Aurukun", |
|
52558
|
|
|
|
|
|
|
"61863615", "Rottnest", |
|
52559
|
|
|
|
|
|
|
"61756680", "Southport", |
|
52560
|
|
|
|
|
|
|
"61269173", "Winchendon\ Vale", |
|
52561
|
|
|
|
|
|
|
"61263042", "Caragabal", |
|
52562
|
|
|
|
|
|
|
"61261591", "Gearys\ Gap", |
|
52563
|
|
|
|
|
|
|
"61295397", "Sydney", |
|
52564
|
|
|
|
|
|
|
"61265169", "Murrurundi", |
|
52565
|
|
|
|
|
|
|
"61886986", "Caltowie", |
|
52566
|
|
|
|
|
|
|
"618682001", "Broomehill", |
|
52567
|
|
|
|
|
|
|
"61248505", "Gunning", |
|
52568
|
|
|
|
|
|
|
"61896010", "Balkuling", |
|
52569
|
|
|
|
|
|
|
"61358309", "Mathoura", |
|
52570
|
|
|
|
|
|
|
"61263357", "Gingkin", |
|
52571
|
|
|
|
|
|
|
"61267477", "Bundella", |
|
52572
|
|
|
|
|
|
|
"61890245", "Corrigin", |
|
52573
|
|
|
|
|
|
|
"617480220", "Comet", |
|
52574
|
|
|
|
|
|
|
"61260062", "Rand", |
|
52575
|
|
|
|
|
|
|
"617442824", "Yabulu", |
|
52576
|
|
|
|
|
|
|
"612592709", "Humula", |
|
52577
|
|
|
|
|
|
|
"618753217", "Morgan", |
|
52578
|
|
|
|
|
|
|
"618862086", "Whyalla", |
|
52579
|
|
|
|
|
|
|
"61742553", "Thursday\ Island", |
|
52580
|
|
|
|
|
|
|
"61749668", "Walkerston", |
|
52581
|
|
|
|
|
|
|
"61357900", "Chiltern", |
|
52582
|
|
|
|
|
|
|
"61387607", "Kalkallo", |
|
52583
|
|
|
|
|
|
|
"617476531", "Home\ Hill", |
|
52584
|
|
|
|
|
|
|
"618985480", "Ravensthorpe\ West", |
|
52585
|
|
|
|
|
|
|
"61753719", "Gympie", |
|
52586
|
|
|
|
|
|
|
"6186373", "Perth", |
|
52587
|
|
|
|
|
|
|
"612583650", "Warrumbungle", |
|
52588
|
|
|
|
|
|
|
"61889098", "Tennant\ Creek", |
|
52589
|
|
|
|
|
|
|
"617458931", "Stanthorpe", |
|
52590
|
|
|
|
|
|
|
"618996834", "Leeman", |
|
52591
|
|
|
|
|
|
|
"617452239", "Oakey", |
|
52592
|
|
|
|
|
|
|
"61885518", "Parndana", |
|
52593
|
|
|
|
|
|
|
"61352069", "Beech\ Forest", |
|
52594
|
|
|
|
|
|
|
"61897815", "Augusta", |
|
52595
|
|
|
|
|
|
|
"61258133", "Neilrex", |
|
52596
|
|
|
|
|
|
|
"618661170", "Yerecoin", |
|
52597
|
|
|
|
|
|
|
"61742803", "Walsh\ River", |
|
52598
|
|
|
|
|
|
|
"61749027", "Miriam\ Vale", |
|
52599
|
|
|
|
|
|
|
"612593970", "Ganmain", |
|
52600
|
|
|
|
|
|
|
"61358352", "Katandra\ West", |
|
52601
|
|
|
|
|
|
|
"61358047", "Katandra\ West", |
|
52602
|
|
|
|
|
|
|
"6188536", "Strathalbyn", |
|
52603
|
|
|
|
|
|
|
"61898603", "Pingaring", |
|
52604
|
|
|
|
|
|
|
"6139478", "Melbourne", |
|
52605
|
|
|
|
|
|
|
"61259022", "Bambilla", |
|
52606
|
|
|
|
|
|
|
"61745238", "Tabers", |
|
52607
|
|
|
|
|
|
|
"61756136", "Jimboomba", |
|
52608
|
|
|
|
|
|
|
"61244166", "Moruya", |
|
52609
|
|
|
|
|
|
|
"61357034", "Devlins\ Bridge", |
|
52610
|
|
|
|
|
|
|
"618660758", "Dangin", |
|
52611
|
|
|
|
|
|
|
"6174600", "Toowoomba", |
|
52612
|
|
|
|
|
|
|
"612583615", "Gulargambone", |
|
52613
|
|
|
|
|
|
|
"61364184", "Wynyard", |
|
52614
|
|
|
|
|
|
|
"61357371", "Tatong", |
|
52615
|
|
|
|
|
|
|
"61361551", "Strathgordon", |
|
52616
|
|
|
|
|
|
|
"61890504", "Great\ Victoria", |
|
52617
|
|
|
|
|
|
|
"6135564", "Warrnambool", |
|
52618
|
|
|
|
|
|
|
"61249053", "Maitland", |
|
52619
|
|
|
|
|
|
|
"61741036", "Childers", |
|
52620
|
|
|
|
|
|
|
"61897231", "Darkan", |
|
52621
|
|
|
|
|
|
|
"61745155", "Thargomindah", |
|
52622
|
|
|
|
|
|
|
"6188461", "Adelaide", |
|
52623
|
|
|
|
|
|
|
"61888746", "Maitland", |
|
52624
|
|
|
|
|
|
|
"61253060", "Woodstock", |
|
52625
|
|
|
|
|
|
|
"61269359", "Talbingo", |
|
52626
|
|
|
|
|
|
|
"6139845", "Ringwood", |
|
52627
|
|
|
|
|
|
|
"612570044", "Ben\ Lomond", |
|
52628
|
|
|
|
|
|
|
"61753003", "Woodbine", |
|
52629
|
|
|
|
|
|
|
"61749938", "Biloela", |
|
52630
|
|
|
|
|
|
|
"61889495", "Daly", |
|
52631
|
|
|
|
|
|
|
"61256215", "Maclean", |
|
52632
|
|
|
|
|
|
|
"61340542", "Wemen", |
|
52633
|
|
|
|
|
|
|
"61880051", "Menindee", |
|
52634
|
|
|
|
|
|
|
"61250040", "Holbrook", |
|
52635
|
|
|
|
|
|
|
"61752208", "Ballugan", |
|
52636
|
|
|
|
|
|
|
"61255750", "Widden\ Valley", |
|
52637
|
|
|
|
|
|
|
"61885741", "Narrung", |
|
52638
|
|
|
|
|
|
|
"61342115", "Wingeel", |
|
52639
|
|
|
|
|
|
|
"613470941", "Swanpool", |
|
52640
|
|
|
|
|
|
|
"61746275", "Wandoan", |
|
52641
|
|
|
|
|
|
|
"612594205", "Gundagai", |
|
52642
|
|
|
|
|
|
|
"613991567", "Ringwood", |
|
52643
|
|
|
|
|
|
|
"61741913", "Pialba", |
|
52644
|
|
|
|
|
|
|
"61243060", "Gosford", |
|
52645
|
|
|
|
|
|
|
"61353562", "Stawell", |
|
52646
|
|
|
|
|
|
|
"617487120", "Emerald", |
|
52647
|
|
|
|
|
|
|
"61754861", "Woolooga", |
|
52648
|
|
|
|
|
|
|
"61755155", "Ormeau", |
|
52649
|
|
|
|
|
|
|
"613441944", "Wycheproof", |
|
52650
|
|
|
|
|
|
|
"61888295", "Lochiel", |
|
52651
|
|
|
|
|
|
|
"618865098", "Woomera", |
|
52652
|
|
|
|
|
|
|
"61741690", "Wondai", |
|
52653
|
|
|
|
|
|
|
"61896720", "Wongan\ Hills", |
|
52654
|
|
|
|
|
|
|
"613451442", "Pomborneit", |
|
52655
|
|
|
|
|
|
|
"61889267", "Tennant\ Creek", |
|
52656
|
|
|
|
|
|
|
"618763616", "Caltowie", |
|
52657
|
|
|
|
|
|
|
"61743003", "Monogorilby", |
|
52658
|
|
|
|
|
|
|
"61264054", "Delegate", |
|
52659
|
|
|
|
|
|
|
"61877210", "Avenue\ Range", |
|
52660
|
|
|
|
|
|
|
"61361462", "Hobart", |
|
52661
|
|
|
|
|
|
|
"618753006", "Culburra", |
|
52662
|
|
|
|
|
|
|
"61745833", "Pikedale", |
|
52663
|
|
|
|
|
|
|
"61284071", "Avalon\ Beach", |
|
52664
|
|
|
|
|
|
|
"61353869", "Minimay", |
|
52665
|
|
|
|
|
|
|
"618763868", "Gairdner", |
|
52666
|
|
|
|
|
|
|
"61240040", "Laguna", |
|
52667
|
|
|
|
|
|
|
"61350542", "Nangiloc", |
|
52668
|
|
|
|
|
|
|
"61742208", "Aurukun", |
|
52669
|
|
|
|
|
|
|
"61899499", "Geraldton", |
|
52670
|
|
|
|
|
|
|
"612574651", "Yarrowitch", |
|
52671
|
|
|
|
|
|
|
"61353956", "Yaapeet", |
|
52672
|
|
|
|
|
|
|
"617480708", "Fitzroy\ West", |
|
52673
|
|
|
|
|
|
|
"618997011", "Walkaway", |
|
52674
|
|
|
|
|
|
|
"618683548", "Pingaring", |
|
52675
|
|
|
|
|
|
|
"61742486", "Walsh\ River", |
|
52676
|
|
|
|
|
|
|
"612593889", "Carrathool", |
|
52677
|
|
|
|
|
|
|
"61267744", "Moona\ Plains", |
|
52678
|
|
|
|
|
|
|
"613553526", "Darlington", |
|
52679
|
|
|
|
|
|
|
"61890979", "Leonora", |
|
52680
|
|
|
|
|
|
|
"61352115", "Apollo\ Bay", |
|
52681
|
|
|
|
|
|
|
"618903580", "Neridup", |
|
52682
|
|
|
|
|
|
|
"61268737", "Myamley", |
|
52683
|
|
|
|
|
|
|
"61851037", "Hall\'s\ Creek", |
|
52684
|
|
|
|
|
|
|
"618989142", "Narrogin", |
|
52685
|
|
|
|
|
|
|
"617750318", "Cecil\ Plains", |
|
52686
|
|
|
|
|
|
|
"612570077", "Boorolong", |
|
52687
|
|
|
|
|
|
|
"6136399", "Targa", |
|
52688
|
|
|
|
|
|
|
"617452364", "Roma", |
|
52689
|
|
|
|
|
|
|
"61748540", "Garnant", |
|
52690
|
|
|
|
|
|
|
"617452529", "Warrego", |
|
52691
|
|
|
|
|
|
|
"61248133", "Marulan", |
|
52692
|
|
|
|
|
|
|
"61342069", "Beech\ Forest", |
|
52693
|
|
|
|
|
|
|
"618996985", "Gutha\ West", |
|
52694
|
|
|
|
|
|
|
"61264627", "Nimmitabel", |
|
52695
|
|
|
|
|
|
|
"61887577", "Marcollat", |
|
52696
|
|
|
|
|
|
|
"61879264", "Tiwi", |
|
52697
|
|
|
|
|
|
|
"61347034", "Moyhu", |
|
52698
|
|
|
|
|
|
|
"613553700", "Ozenkadnook", |
|
52699
|
|
|
|
|
|
|
"6175600", "Southport", |
|
52700
|
|
|
|
|
|
|
"6124784", "Katoomba", |
|
52701
|
|
|
|
|
|
|
"61885967", "Victor\ Harbor", |
|
52702
|
|
|
|
|
|
|
"61887819", "Laffer", |
|
52703
|
|
|
|
|
|
|
"61887512", "Keith", |
|
52704
|
|
|
|
|
|
|
"618763684", "Tooligie\ Hill", |
|
52705
|
|
|
|
|
|
|
"61749343", "The\ Caves", |
|
52706
|
|
|
|
|
|
|
"61744459", "Upper\ Stone", |
|
52707
|
|
|
|
|
|
|
"61868270", "Nalyerlup", |
|
52708
|
|
|
|
|
|
|
"61259053", "Ganmain", |
|
52709
|
|
|
|
|
|
|
"61257237", "Halls\ Creek", |
|
52710
|
|
|
|
|
|
|
"618866368", "Wanilla", |
|
52711
|
|
|
|
|
|
|
"6174899", "Gladstone", |
|
52712
|
|
|
|
|
|
|
"618601103", "Salmon\ Gums", |
|
52713
|
|
|
|
|
|
|
"613431730", "Navarre", |
|
52714
|
|
|
|
|
|
|
"61898629", "Moodiarrup", |
|
52715
|
|
|
|
|
|
|
"617442891", "Collinsville", |
|
52716
|
|
|
|
|
|
|
"61746680", "Cecil\ Plains", |
|
52717
|
|
|
|
|
|
|
"618903640", "Baandee", |
|
52718
|
|
|
|
|
|
|
"61359093", "Healesville", |
|
52719
|
|
|
|
|
|
|
"61886312", "Roxby\ Downs", |
|
52720
|
|
|
|
|
|
|
"617452099", "Jundah", |
|
52721
|
|
|
|
|
|
|
"618863574", "Mount\ Hope", |
|
52722
|
|
|
|
|
|
|
"61879135", "Tiwi", |
|
52723
|
|
|
|
|
|
|
"612583430", "Baradine", |
|
52724
|
|
|
|
|
|
|
"61746949", "Toowoomba", |
|
52725
|
|
|
|
|
|
|
"618903472", "Gibson", |
|
52726
|
|
|
|
|
|
|
"61890796", "Salmon\ Gums", |
|
52727
|
|
|
|
|
|
|
"61348309", "Yalca", |
|
52728
|
|
|
|
|
|
|
"61286048", "Blacktown", |
|
52729
|
|
|
|
|
|
|
"61886377", "Wilmington", |
|
52730
|
|
|
|
|
|
|
"61891110", "Mount\ Bruce", |
|
52731
|
|
|
|
|
|
|
"61860066", "South\ Kumminin", |
|
52732
|
|
|
|
|
|
|
"61248392", "Robertson", |
|
52733
|
|
|
|
|
|
|
"613573011", "Devlins\ Bridge", |
|
52734
|
|
|
|
|
|
|
"61264068", "Merimbula", |
|
52735
|
|
|
|
|
|
|
"61876031", "Hawker", |
|
52736
|
|
|
|
|
|
|
"61749772", "Byfield", |
|
52737
|
|
|
|
|
|
|
"61879258", "Rodinga", |
|
52738
|
|
|
|
|
|
|
"61353732", "Skipton", |
|
52739
|
|
|
|
|
|
|
"61363789", "Evandale", |
|
52740
|
|
|
|
|
|
|
"618964481", "Jurien", |
|
52741
|
|
|
|
|
|
|
"61266922", "Bellingen", |
|
52742
|
|
|
|
|
|
|
"61889188", "Noonamah", |
|
52743
|
|
|
|
|
|
|
"61259712", "Wagga\ Wagga", |
|
52744
|
|
|
|
|
|
|
"61263201", "Rockley", |
|
52745
|
|
|
|
|
|
|
"6175549", "Ormeau", |
|
52746
|
|
|
|
|
|
|
"61741361", "Brooklands", |
|
52747
|
|
|
|
|
|
|
"612829", "Sydney", |
|
52748
|
|
|
|
|
|
|
"61267104", "Pine\ Ridge", |
|
52749
|
|
|
|
|
|
|
"61885384", "Callington", |
|
52750
|
|
|
|
|
|
|
"613546290", "Maryborough", |
|
52751
|
|
|
|
|
|
|
"61354021", "Elmore", |
|
52752
|
|
|
|
|
|
|
"61886481", "The\ Ranges", |
|
52753
|
|
|
|
|
|
|
"61264465", "Cooma", |
|
52754
|
|
|
|
|
|
|
"613470702", "Puckapunyal", |
|
52755
|
|
|
|
|
|
|
"61265015", "Broke", |
|
52756
|
|
|
|
|
|
|
"61753029", "Maleny", |
|
52757
|
|
|
|
|
|
|
"617486841", "Gladstone", |
|
52758
|
|
|
|
|
|
|
"61364094", "Smithton", |
|
52759
|
|
|
|
|
|
|
"61244174", "Milton\-ulladulla", |
|
52760
|
|
|
|
|
|
|
"618967067", "Tammin", |
|
52761
|
|
|
|
|
|
|
"613470772", "Devlins\ Bridge", |
|
52762
|
|
|
|
|
|
|
"618763939", "Booleroo\ Centre", |
|
52763
|
|
|
|
|
|
|
"61897035", "Cundinup", |
|
52764
|
|
|
|
|
|
|
"61891303", "Whaleback", |
|
52765
|
|
|
|
|
|
|
"61340392", "Natya", |
|
52766
|
|
|
|
|
|
|
"61894829", "Perth", |
|
52767
|
|
|
|
|
|
|
"612583819", "Mungery", |
|
52768
|
|
|
|
|
|
|
"61268560", "Weelong", |
|
52769
|
|
|
|
|
|
|
"61880138", "The\ Darling", |
|
52770
|
|
|
|
|
|
|
"61745674", "Dunmore", |
|
52771
|
|
|
|
|
|
|
"61260719", "Tallangatta\ Valley", |
|
52772
|
|
|
|
|
|
|
"6135941", "Pakenham", |
|
52773
|
|
|
|
|
|
|
"61351652", "Erica", |
|
52774
|
|
|
|
|
|
|
"618965656", "Goomalling", |
|
52775
|
|
|
|
|
|
|
"613441192", "Barham", |
|
52776
|
|
|
|
|
|
|
"613451383", "Macarthur", |
|
52777
|
|
|
|
|
|
|
"61259115", "Rankins\ Springs", |
|
52778
|
|
|
|
|
|
|
"61357814", "Yarrawonga", |
|
52779
|
|
|
|
|
|
|
"618683511", "Jerramungup", |
|
52780
|
|
|
|
|
|
|
"618854954", "Kapunda", |
|
52781
|
|
|
|
|
|
|
"61354695", "Watchem", |
|
52782
|
|
|
|
|
|
|
"61265379", "Taree", |
|
52783
|
|
|
|
|
|
|
"61255614", "Taree", |
|
52784
|
|
|
|
|
|
|
"618997048", "Morawa", |
|
52785
|
|
|
|
|
|
|
"61353135", "Murtoa", |
|
52786
|
|
|
|
|
|
|
"61741816", "Tiaro", |
|
52787
|
|
|
|
|
|
|
"61361429", "Miena", |
|
52788
|
|
|
|
|
|
|
"61749175", "Bingegang", |
|
52789
|
|
|
|
|
|
|
"617480136", "Zamia\ Creek", |
|
52790
|
|
|
|
|
|
|
"61742739", "Kuranda", |
|
52791
|
|
|
|
|
|
|
"61897438", "Donnybrook", |
|
52792
|
|
|
|
|
|
|
"61257026", "Oban", |
|
52793
|
|
|
|
|
|
|
"61245073", "St\ Albans", |
|
52794
|
|
|
|
|
|
|
"617473960", "Normanton", |
|
52795
|
|
|
|
|
|
|
"617459961", "Cunnamulla", |
|
52796
|
|
|
|
|
|
|
"618903402", "Cascade", |
|
52797
|
|
|
|
|
|
|
"613531867", "Skipton", |
|
52798
|
|
|
|
|
|
|
"61256011", "Lawrence", |
|
52799
|
|
|
|
|
|
|
"617459316", "Barcaldine", |
|
52800
|
|
|
|
|
|
|
"61353258", "Linton", |
|
52801
|
|
|
|
|
|
|
"6135685", "Foster", |
|
52802
|
|
|
|
|
|
|
"61891117", "Telfer", |
|
52803
|
|
|
|
|
|
|
"61745431", "Cunningham", |
|
52804
|
|
|
|
|
|
|
"617750341", "Freestone", |
|
52805
|
|
|
|
|
|
|
"618866175", "Streaky\ Bay", |
|
52806
|
|
|
|
|
|
|
"61746071", "Goombungee", |
|
52807
|
|
|
|
|
|
|
"61352053", "Birregurra", |
|
52808
|
|
|
|
|
|
|
"613431951", "Broughton", |
|
52809
|
|
|
|
|
|
|
"618601173", "Wialki\ North", |
|
52810
|
|
|
|
|
|
|
"618660682", "Calingiri", |
|
52811
|
|
|
|
|
|
|
"618762578", "Everard", |
|
52812
|
|
|
|
|
|
|
"61748436", "Gladstone", |
|
52813
|
|
|
|
|
|
|
"61746687", "Dunmore", |
|
52814
|
|
|
|
|
|
|
"61746955", "Millmerran", |
|
52815
|
|
|
|
|
|
|
"61891172", "Port\ Hedland", |
|
52816
|
|
|
|
|
|
|
"61851226", "Derby", |
|
52817
|
|
|
|
|
|
|
"61260003", "Balldale", |
|
52818
|
|
|
|
|
|
|
"618866946", "Caltowie", |
|
52819
|
|
|
|
|
|
|
"61342444", "Barwon\ Downs", |
|
52820
|
|
|
|
|
|
|
"61887214", "Tantanoola", |
|
52821
|
|
|
|
|
|
|
"61348040", "Wanganella", |
|
52822
|
|
|
|
|
|
|
"61351293", "Meerlieu", |
|
52823
|
|
|
|
|
|
|
"61885960", "Narrung", |
|
52824
|
|
|
|
|
|
|
"613470825", "Graytown", |
|
52825
|
|
|
|
|
|
|
"613441895", "Cohuna", |
|
52826
|
|
|
|
|
|
|
"613553770", "Dunkeld", |
|
52827
|
|
|
|
|
|
|
"61742569", "Tully", |
|
52828
|
|
|
|
|
|
|
"61868121", "Mount\ Barker", |
|
52829
|
|
|
|
|
|
|
"61257230", "Banoon", |
|
52830
|
|
|
|
|
|
|
"618903853", "Korbelka", |
|
52831
|
|
|
|
|
|
|
"61868277", "Pingaring", |
|
52832
|
|
|
|
|
|
|
"61267128", "Upper\ Horton", |
|
52833
|
|
|
|
|
|
|
"613442143", "Pyramid\ Hill", |
|
52834
|
|
|
|
|
|
|
"61269416", "Tumorrama", |
|
52835
|
|
|
|
|
|
|
"61886883", "Port\ Lincoln", |
|
52836
|
|
|
|
|
|
|
"618763372", "Koongawa", |
|
52837
|
|
|
|
|
|
|
"6138708", "Kalkallo", |
|
52838
|
|
|
|
|
|
|
"612594360", "Wallendbeen", |
|
52839
|
|
|
|
|
|
|
"61744445", "Townsville", |
|
52840
|
|
|
|
|
|
|
"61265153", "Bowraville", |
|
52841
|
|
|
|
|
|
|
"612570007", "Armidale", |
|
52842
|
|
|
|
|
|
|
"61898662", "Arthur\ River", |
|
52843
|
|
|
|
|
|
|
"61851030", "Christmas\ Island", |
|
52844
|
|
|
|
|
|
|
"61261341", "Gundaroo", |
|
52845
|
|
|
|
|
|
|
"618856742", "Truro", |
|
52846
|
|
|
|
|
|
|
"61264620", "Cooma", |
|
52847
|
|
|
|
|
|
|
"61887570", "Makin", |
|
52848
|
|
|
|
|
|
|
"61868212", "Albany", |
|
52849
|
|
|
|
|
|
|
"61748547", "Lethebrook", |
|
52850
|
|
|
|
|
|
|
"61740201", "Cairns", |
|
52851
|
|
|
|
|
|
|
"61357161", "Yea", |
|
52852
|
|
|
|
|
|
|
"61875256", "Culburra", |
|
52853
|
|
|
|
|
|
|
"618903837", "Karloning", |
|
52854
|
|
|
|
|
|
|
"61890041", "Cascade", |
|
52855
|
|
|
|
|
|
|
"6174095", "Atherton", |
|
52856
|
|
|
|
|
|
|
"61240047", "Raymond\ Terrace", |
|
52857
|
|
|
|
|
|
|
"61267306", "Wellingrove", |
|
52858
|
|
|
|
|
|
|
"61268730", "Boona\ Mountain", |
|
52859
|
|
|
|
|
|
|
"61351609", "Traralgon", |
|
52860
|
|
|
|
|
|
|
"61885186", "Sedan", |
|
52861
|
|
|
|
|
|
|
"61753062", "Jimna", |
|
52862
|
|
|
|
|
|
|
"61877272", "Keilira", |
|
52863
|
|
|
|
|
|
|
"618601025", "Marvel\ Loch", |
|
52864
|
|
|
|
|
|
|
"618864084", "Kyancutta", |
|
52865
|
|
|
|
|
|
|
"61896830", "Trayning", |
|
52866
|
|
|
|
|
|
|
"61243067", "Gosford", |
|
52867
|
|
|
|
|
|
|
"61878251", "Nantawarra", |
|
52868
|
|
|
|
|
|
|
"61266969", "Thora", |
|
52869
|
|
|
|
|
|
|
"61745723", "Toowoomba", |
|
52870
|
|
|
|
|
|
|
"61898756", "Quindanning", |
|
52871
|
|
|
|
|
|
|
"61240352", "Nelson\ Bay", |
|
52872
|
|
|
|
|
|
|
"61353264", "Bangerang", |
|
52873
|
|
|
|
|
|
|
"61373026", "Craigieburn", |
|
52874
|
|
|
|
|
|
|
"61877217", "Frances", |
|
52875
|
|
|
|
|
|
|
"61876176", "Nunjikompita", |
|
52876
|
|
|
|
|
|
|
"61340133", "Annuello", |
|
52877
|
|
|
|
|
|
|
"61889260", "Petermann", |
|
52878
|
|
|
|
|
|
|
"61362595", "Bothwell", |
|
52879
|
|
|
|
|
|
|
"61883858", "Adelaide", |
|
52880
|
|
|
|
|
|
|
"61741697", "Murgon", |
|
52881
|
|
|
|
|
|
|
"61888181", "Burra", |
|
52882
|
|
|
|
|
|
|
"61240217", "Wootton", |
|
52883
|
|
|
|
|
|
|
"61343280", "Goroke\/Halls\ Gap\/Horsham\/Jeparit\/Kalkee\/Natimuk\/Navarre\/Nhill\/Polkemmet\/Rainbow", |
|
52884
|
|
|
|
|
|
|
"61895029", "Yanchep", |
|
52885
|
|
|
|
|
|
|
"61888928", "Braemer", |
|
52886
|
|
|
|
|
|
|
"61877352", "Greenways", |
|
52887
|
|
|
|
|
|
|
"618994418", "Pindar\ South", |
|
52888
|
|
|
|
|
|
|
"61749965", "Goovigen", |
|
52889
|
|
|
|
|
|
|
"61265202", "Ravensworth", |
|
52890
|
|
|
|
|
|
|
"617486204", "Hodgson\ Range", |
|
52891
|
|
|
|
|
|
|
"618753329", "Hartley", |
|
52892
|
|
|
|
|
|
|
"61244256", "Narooma", |
|
52893
|
|
|
|
|
|
|
"612630895", "Burraga", |
|
52894
|
|
|
|
|
|
|
"612582478", "Eugowra", |
|
52895
|
|
|
|
|
|
|
"61350014", "Hopetoun", |
|
52896
|
|
|
|
|
|
|
"61263388", "Hill\ End", |
|
52897
|
|
|
|
|
|
|
"61354105", "Bendigo\/Moonambel", |
|
52898
|
|
|
|
|
|
|
"61361383", "Tarraleah", |
|
52899
|
|
|
|
|
|
|
"61357300", "Bright", |
|
52900
|
|
|
|
|
|
|
"61890122", "Marvel\ Loch", |
|
52901
|
|
|
|
|
|
|
"61240272", "Tea\ Gardens", |
|
52902
|
|
|
|
|
|
|
"613531707", "Marnoo", |
|
52903
|
|
|
|
|
|
|
"61878034", "Ardrossan", |
|
52904
|
|
|
|
|
|
|
"61257095", "Bellata", |
|
52905
|
|
|
|
|
|
|
"618763887", "Lock", |
|
52906
|
|
|
|
|
|
|
"61263957", "Leadville", |
|
52907
|
|
|
|
|
|
|
"61358909", "Wakool", |
|
52908
|
|
|
|
|
|
|
"61741466", "Monto", |
|
52909
|
|
|
|
|
|
|
"61877047", "Bangham", |
|
52910
|
|
|
|
|
|
|
"61741747", "Burnett", |
|
52911
|
|
|
|
|
|
|
"618856757", "Walker\ Flat", |
|
52912
|
|
|
|
|
|
|
"612685588", "Wirrinya", |
|
52913
|
|
|
|
|
|
|
"61886386", "Port\ Pirie", |
|
52914
|
|
|
|
|
|
|
"61888037", "Clare", |
|
52915
|
|
|
|
|
|
|
"61891962", "Fitzroy\ Crossing", |
|
52916
|
|
|
|
|
|
|
"61356189", "Warragul", |
|
52917
|
|
|
|
|
|
|
"61887422", "Short", |
|
52918
|
|
|
|
|
|
|
"61887044", "Kongorong", |
|
52919
|
|
|
|
|
|
|
"61348210", "Yalca", |
|
52920
|
|
|
|
|
|
|
"61267803", "Halls\ Creek", |
|
52921
|
|
|
|
|
|
|
"61362945", "Brighton", |
|
52922
|
|
|
|
|
|
|
"618683774", "Rocky\ Gully", |
|
52923
|
|
|
|
|
|
|
"617479203", "Upper\ Stone", |
|
52924
|
|
|
|
|
|
|
"61341089", "Bairnsdale", |
|
52925
|
|
|
|
|
|
|
"61268318", "Gulargambone", |
|
52926
|
|
|
|
|
|
|
"6188563", "Tanunda", |
|
52927
|
|
|
|
|
|
|
"61267981", "Weemelah", |
|
52928
|
|
|
|
|
|
|
"61899140", "Walkaway", |
|
52929
|
|
|
|
|
|
|
"61367236", "St\ Marys", |
|
52930
|
|
|
|
|
|
|
"613442132", "Llanelly", |
|
52931
|
|
|
|
|
|
|
"61269902", "Ivanhoe", |
|
52932
|
|
|
|
|
|
|
"618600912", "Narembeen\ East", |
|
52933
|
|
|
|
|
|
|
"618866387", "Wudinna", |
|
52934
|
|
|
|
|
|
|
"613442029", "Tullakool", |
|
52935
|
|
|
|
|
|
|
"61868042", "Bremer\ Bay", |
|
52936
|
|
|
|
|
|
|
"618683124", "Amelup", |
|
52937
|
|
|
|
|
|
|
"6174971", "Gladstone", |
|
52938
|
|
|
|
|
|
|
"61364167", "Savage\ River", |
|
52939
|
|
|
|
|
|
|
"618964420", "Bibby\ Springs", |
|
52940
|
|
|
|
|
|
|
"61248708", "Lost\ River", |
|
52941
|
|
|
|
|
|
|
"61268615", "Bogan\ Gate", |
|
52942
|
|
|
|
|
|
|
"61256241", "Dorrigo", |
|
52943
|
|
|
|
|
|
|
"61886250", "Ceduna", |
|
52944
|
|
|
|
|
|
|
"61749338", "Yeppoon", |
|
52945
|
|
|
|
|
|
|
"613545931", "Lalbert", |
|
52946
|
|
|
|
|
|
|
"61885715", "Berri", |
|
52947
|
|
|
|
|
|
|
"61362526", "Southwest", |
|
52948
|
|
|
|
|
|
|
"61357458", "Yarrawonga", |
|
52949
|
|
|
|
|
|
|
"618903521", "Laverton", |
|
52950
|
|
|
|
|
|
|
"61879419", "Elliott", |
|
52951
|
|
|
|
|
|
|
"6138088", "Sunbury", |
|
52952
|
|
|
|
|
|
|
"61269959", "Milbrulong", |
|
52953
|
|
|
|
|
|
|
"61342141", "Beech\ Forest", |
|
52954
|
|
|
|
|
|
|
"61876180", "Everard", |
|
52955
|
|
|
|
|
|
|
"618683667", "Varley", |
|
52956
|
|
|
|
|
|
|
"613574784", "Yarrawonga", |
|
52957
|
|
|
|
|
|
|
"61269866", "Wagga\ Wagga", |
|
52958
|
|
|
|
|
|
|
"61248148", "Braidwood", |
|
52959
|
|
|
|
|
|
|
"613542361", "Beazleys\ Bridge", |
|
52960
|
|
|
|
|
|
|
"618763778", "Everard", |
|
52961
|
|
|
|
|
|
|
"61267553", "Tamworth", |
|
52962
|
|
|
|
|
|
|
"613451027", "Wallacedale", |
|
52963
|
|
|
|
|
|
|
"61745134", "Haden", |
|
52964
|
|
|
|
|
|
|
"61740950", "Malanda", |
|
52965
|
|
|
|
|
|
|
"617458773", "Brymaroo", |
|
52966
|
|
|
|
|
|
|
"61897290", "Harvey", |
|
52967
|
|
|
|
|
|
|
"61367020", "Whitemark", |
|
52968
|
|
|
|
|
|
|
"61885170", "Policemans\ Point", |
|
52969
|
|
|
|
|
|
|
"618752450", "Barmera", |
|
52970
|
|
|
|
|
|
|
"61238178", "Nerriga", |
|
52971
|
|
|
|
|
|
|
"612583603", "Fairholme", |
|
52972
|
|
|
|
|
|
|
"61340239", "Manangatang", |
|
52973
|
|
|
|
|
|
|
"61355423", "Edenhope", |
|
52974
|
|
|
|
|
|
|
"61742477", "Mount\ Surprise", |
|
52975
|
|
|
|
|
|
|
"61358952", "Deniliquin", |
|
52976
|
|
|
|
|
|
|
"61351199", "Mount\ Taylor", |
|
52977
|
|
|
|
|
|
|
"61355561", "Coojar", |
|
52978
|
|
|
|
|
|
|
"61246002", "Camden", |
|
52979
|
|
|
|
|
|
|
"61356500", "Hill\ End", |
|
52980
|
|
|
|
|
|
|
"618985494", "Tambellup", |
|
52981
|
|
|
|
|
|
|
"61280447", "Sydney", |
|
52982
|
|
|
|
|
|
|
"61887586", "Cannawigara", |
|
52983
|
|
|
|
|
|
|
"61357055", "Harrietville", |
|
52984
|
|
|
|
|
|
|
"61266179", "Coffs\ Harbour", |
|
52985
|
|
|
|
|
|
|
"612594213", "Kikoira", |
|
52986
|
|
|
|
|
|
|
"61891632", "Dampier", |
|
52987
|
|
|
|
|
|
|
"61742381", "Lakeland", |
|
52988
|
|
|
|
|
|
|
"61741107", "Murgon", |
|
52989
|
|
|
|
|
|
|
"618967088", "Wubin", |
|
52990
|
|
|
|
|
|
|
"61265259", "Castle\ Rock", |
|
52991
|
|
|
|
|
|
|
"61745848", "Tipton", |
|
52992
|
|
|
|
|
|
|
"61354745", "Amphitheatre", |
|
52993
|
|
|
|
|
|
|
"61897841", "Nyamup", |
|
52994
|
|
|
|
|
|
|
"612574272", "Tambar\ Springs", |
|
52995
|
|
|
|
|
|
|
"618858570", "Meningie\ East", |
|
52996
|
|
|
|
|
|
|
"61752104", "Kilkivan", |
|
52997
|
|
|
|
|
|
|
"613574716", "Swanpool", |
|
52998
|
|
|
|
|
|
|
"6134804", "Shepparton", |
|
52999
|
|
|
|
|
|
|
"61877309", "Coonawarra", |
|
53000
|
|
|
|
|
|
|
"61741100", "Mulgildie", |
|
53001
|
|
|
|
|
|
|
"61744033", "Eddington", |
|
53002
|
|
|
|
|
|
|
"61361519", "Strathgordon", |
|
53003
|
|
|
|
|
|
|
"613553860", "Wallacedale", |
|
53004
|
|
|
|
|
|
|
"61354142", "Gisborne", |
|
53005
|
|
|
|
|
|
|
"61357049", "Mansfield", |
|
53006
|
|
|
|
|
|
|
"61340148", "Cunninyeuk", |
|
53007
|
|
|
|
|
|
|
"61267401", "Gunnedah", |
|
53008
|
|
|
|
|
|
|
"61898575", "Wickepin\ East", |
|
53009
|
|
|
|
|
|
|
"61890169", "Mount\ Merivale", |
|
53010
|
|
|
|
|
|
|
"61886184", "Port\ Augusta", |
|
53011
|
|
|
|
|
|
|
"613441930", "Redesdale", |
|
53012
|
|
|
|
|
|
|
"6135952", "Cowes", |
|
53013
|
|
|
|
|
|
|
"61746892", "Goombi", |
|
53014
|
|
|
|
|
|
|
"618869001", "Iron\ Baron", |
|
53015
|
|
|
|
|
|
|
"612593937", "Tallimba", |
|
53016
|
|
|
|
|
|
|
"61868286", "Tambellup", |
|
53017
|
|
|
|
|
|
|
"612574202", "Bendemeer", |
|
53018
|
|
|
|
|
|
|
"618858500", "Gurrai", |
|
53019
|
|
|
|
|
|
|
"61876254", "Port\ Pirie", |
|
53020
|
|
|
|
|
|
|
"61879378", "Tiwi", |
|
53021
|
|
|
|
|
|
|
"618661137", "Gabbin", |
|
53022
|
|
|
|
|
|
|
"613450575", "Lake\ Mundi", |
|
53023
|
|
|
|
|
|
|
"61356507", "San\ Remo", |
|
53024
|
|
|
|
|
|
|
"61895062", "Toodyay", |
|
53025
|
|
|
|
|
|
|
"61889921", "Nhulunbuy", |
|
53026
|
|
|
|
|
|
|
"613470165", "Swanpool", |
|
53027
|
|
|
|
|
|
|
"61343168", "Kaniva", |
|
53028
|
|
|
|
|
|
|
"617750054", "Yetman", |
|
53029
|
|
|
|
|
|
|
"61875174", "Morgan", |
|
53030
|
|
|
|
|
|
|
"61753751", "Gympie", |
|
53031
|
|
|
|
|
|
|
"61265245", "Kempsey", |
|
53032
|
|
|
|
|
|
|
"618763708", "Kyancutta", |
|
53033
|
|
|
|
|
|
|
"61269945", "Wee\ Elwah", |
|
53034
|
|
|
|
|
|
|
"613546077", "Trentham", |
|
53035
|
|
|
|
|
|
|
"618661153", "Northam", |
|
53036
|
|
|
|
|
|
|
"612593953", "Boree\ Creek", |
|
53037
|
|
|
|
|
|
|
"61742470", "Mareeba", |
|
53038
|
|
|
|
|
|
|
"61358489", "Brassi", |
|
53039
|
|
|
|
|
|
|
"612583673", "Bobadah", |
|
53040
|
|
|
|
|
|
|
"61880019", "Tibooburra", |
|
53041
|
|
|
|
|
|
|
"61885177", "Robertstown", |
|
53042
|
|
|
|
|
|
|
"61247782", "Mount\ Wilson", |
|
53043
|
|
|
|
|
|
|
"61899707", "Geraldton", |
|
53044
|
|
|
|
|
|
|
"6126882", "Dubbo", |
|
53045
|
|
|
|
|
|
|
"617458703", "Aramac", |
|
53046
|
|
|
|
|
|
|
"61367027", "Emita", |
|
53047
|
|
|
|
|
|
|
"61890646", "Narembeen", |
|
53048
|
|
|
|
|
|
|
"618780039", "Riverton", |
|
53049
|
|
|
|
|
|
|
"61363074", "Rossarden", |
|
53050
|
|
|
|
|
|
|
"61756664", "Ormeau", |
|
53051
|
|
|
|
|
|
|
"61886257", "Mudamuckla", |
|
53052
|
|
|
|
|
|
|
"61887469", "Naracoorte", |
|
53053
|
|
|
|
|
|
|
"618851890", "Two\ Wells", |
|
53054
|
|
|
|
|
|
|
"61885112", "Mantung", |
|
53055
|
|
|
|
|
|
|
"6128381", "Sydney", |
|
53056
|
|
|
|
|
|
|
"61362902", "Orford", |
|
53057
|
|
|
|
|
|
|
"61876187", "Melrose", |
|
53058
|
|
|
|
|
|
|
"61888904", "Booborowie", |
|
53059
|
|
|
|
|
|
|
"61888226", "Maitland", |
|
53060
|
|
|
|
|
|
|
"61745336", "Tipton", |
|
53061
|
|
|
|
|
|
|
"61357113", "Strathbogie", |
|
53062
|
|
|
|
|
|
|
"618903634", "Speddingup\ East", |
|
53063
|
|
|
|
|
|
|
"613451457", "Woolsthorpe", |
|
53064
|
|
|
|
|
|
|
"61343154", "Minyip", |
|
53065
|
|
|
|
|
|
|
"61348272", "Tongala", |
|
53066
|
|
|
|
|
|
|
"618989133", "Narrakine", |
|
53067
|
|
|
|
|
|
|
"613470862", "Bright", |
|
53068
|
|
|
|
|
|
|
"61899147", "Wiluna", |
|
53069
|
|
|
|
|
|
|
"612683755", "Gilgandra", |
|
53070
|
|
|
|
|
|
|
"61359472", "Tankerton", |
|
53071
|
|
|
|
|
|
|
"61367365", "Blessington", |
|
53072
|
|
|
|
|
|
|
"61364160", "Smithton", |
|
53073
|
|
|
|
|
|
|
"613431744", "Willaura", |
|
53074
|
|
|
|
|
|
|
"61269526", "Rankins\ Springs", |
|
53075
|
|
|
|
|
|
|
"61743432", "Moonford", |
|
53076
|
|
|
|
|
|
|
"61741882", "Yandaran", |
|
53077
|
|
|
|
|
|
|
"61348217", "Cornalla", |
|
53078
|
|
|
|
|
|
|
"6128726", "Sydney", |
|
53079
|
|
|
|
|
|
|
"61888030", "Burra", |
|
53080
|
|
|
|
|
|
|
"61748331", "Willows", |
|
53081
|
|
|
|
|
|
|
"61748074", "Mount\ Gardiner", |
|
53082
|
|
|
|
|
|
|
"61897443", "Busselton", |
|
53083
|
|
|
|
|
|
|
"61261537", "The\ Mullion", |
|
53084
|
|
|
|
|
|
|
"618683704", "Chittinup", |
|
53085
|
|
|
|
|
|
|
"61737037", "Brisbane", |
|
53086
|
|
|
|
|
|
|
"612583444", "Brewarrina", |
|
53087
|
|
|
|
|
|
|
"61258014", "Wirrinya", |
|
53088
|
|
|
|
|
|
|
"612683710", "Dubbo", |
|
53089
|
|
|
|
|
|
|
"61876268", "Port\ Lincoln", |
|
53090
|
|
|
|
|
|
|
"61264231", "Bredbo", |
|
53091
|
|
|
|
|
|
|
"61268479", "Collie", |
|
53092
|
|
|
|
|
|
|
"61248673", "Barrallier", |
|
53093
|
|
|
|
|
|
|
"61752306", "Rosewood", |
|
53094
|
|
|
|
|
|
|
"613532217", "Minimay", |
|
53095
|
|
|
|
|
|
|
"613545013", "Lockington", |
|
53096
|
|
|
|
|
|
|
"61880143", "Dolo", |
|
53097
|
|
|
|
|
|
|
"61877040", "Tilley\ Swamp", |
|
53098
|
|
|
|
|
|
|
"61741740", "Bunker", |
|
53099
|
|
|
|
|
|
|
"618989157", "Nomans\ Lake", |
|
53100
|
|
|
|
|
|
|
"618601062", "Burracoppin\ South", |
|
53101
|
|
|
|
|
|
|
"61263950", "Portland", |
|
53102
|
|
|
|
|
|
|
"613451433", "Lismore", |
|
53103
|
|
|
|
|
|
|
"6136497", "Sheffield", |
|
53104
|
|
|
|
|
|
|
"61354702", "Tennyson", |
|
53105
|
|
|
|
|
|
|
"6136354", "Winnaleah", |
|
53106
|
|
|
|
|
|
|
"61265504", "Comboyne", |
|
53107
|
|
|
|
|
|
|
"61246045", "Campbelltown", |
|
53108
|
|
|
|
|
|
|
"61343287", "Wilkur\/Willaura\/Yaapeet\/Glenisla\/Glenorchy\/Goroke\/Halls\ Gap\/Horsham\/Jeparit\/Kalkee", |
|
53109
|
|
|
|
|
|
|
"61256616", "Bonalbo", |
|
53110
|
|
|
|
|
|
|
"6128957", "Sydney", |
|
53111
|
|
|
|
|
|
|
"61749846", "Orion", |
|
53112
|
|
|
|
|
|
|
"61898083", "Dumbleyung", |
|
53113
|
|
|
|
|
|
|
"61240210", "Nelson\ Bay", |
|
53114
|
|
|
|
|
|
|
"6173072", "Brisbane", |
|
53115
|
|
|
|
|
|
|
"61267694", "Nundle", |
|
53116
|
|
|
|
|
|
|
"61253084", "Millthorpe", |
|
53117
|
|
|
|
|
|
|
"61851181", "Great\ Sandy", |
|
53118
|
|
|
|
|
|
|
"6135144", "Sale", |
|
53119
|
|
|
|
|
|
|
"61358919", "Mabins\ Well", |
|
53120
|
|
|
|
|
|
|
"61265277", "Taree", |
|
53121
|
|
|
|
|
|
|
"61265121", "Rookhurst", |
|
53122
|
|
|
|
|
|
|
"61744486", "Townsville", |
|
53123
|
|
|
|
|
|
|
"612594304", "Stanbridge", |
|
53124
|
|
|
|
|
|
|
"61354115", "Birchip", |
|
53125
|
|
|
|
|
|
|
"61255194", "Toorooka", |
|
53126
|
|
|
|
|
|
|
"61357310", "Myrtleford", |
|
53127
|
|
|
|
|
|
|
"61268126", "Yarragrin", |
|
53128
|
|
|
|
|
|
|
"61866118", "Bibby\ Springs", |
|
53129
|
|
|
|
|
|
|
"61265212", "Denman", |
|
53130
|
|
|
|
|
|
|
"618903463", "Eyre", |
|
53131
|
|
|
|
|
|
|
"61266157", "Woodenbong", |
|
53132
|
|
|
|
|
|
|
"61361254", "Baden", |
|
53133
|
|
|
|
|
|
|
"617458946", "Toowoomba", |
|
53134
|
|
|
|
|
|
|
"61890201", "Norseman", |
|
53135
|
|
|
|
|
|
|
"61868153", "Jaloran", |
|
53136
|
|
|
|
|
|
|
"618680083", "Newdegate\ North", |
|
53137
|
|
|
|
|
|
|
"618753332", "Karoonda", |
|
53138
|
|
|
|
|
|
|
"61248541", "Yerrinbool", |
|
53139
|
|
|
|
|
|
|
"61240207", "Raymond\ Terrace", |
|
53140
|
|
|
|
|
|
|
"61268605", "Purlewaugh", |
|
53141
|
|
|
|
|
|
|
"618763598", "Crystal\ Brook", |
|
53142
|
|
|
|
|
|
|
"6174970", "Gladstone", |
|
53143
|
|
|
|
|
|
|
"618683024", "Badgebup\ North", |
|
53144
|
|
|
|
|
|
|
"613442129", "Laen", |
|
53145
|
|
|
|
|
|
|
"613470936", "Puckapunyal", |
|
53146
|
|
|
|
|
|
|
"618682166", "Manypeaks\ North", |
|
53147
|
|
|
|
|
|
|
"61878223", "Port\ Wakefield", |
|
53148
|
|
|
|
|
|
|
"61740041", "Edward\ River", |
|
53149
|
|
|
|
|
|
|
"61745751", "Barcaldine", |
|
53150
|
|
|
|
|
|
|
"6128817", "Sydney", |
|
53151
|
|
|
|
|
|
|
"61355168", "Warrnambool", |
|
53152
|
|
|
|
|
|
|
"61361187", "Woodbury", |
|
53153
|
|
|
|
|
|
|
"613442032", "Womboota", |
|
53154
|
|
|
|
|
|
|
"61350660", "Berriwillock", |
|
53155
|
|
|
|
|
|
|
"61269912", "Darlington\ Point", |
|
53156
|
|
|
|
|
|
|
"61742459", "Cairns", |
|
53157
|
|
|
|
|
|
|
"61754981", "Kilcoy", |
|
53158
|
|
|
|
|
|
|
"617458593", "Bringalily", |
|
53159
|
|
|
|
|
|
|
"61285181", "Sutherland", |
|
53160
|
|
|
|
|
|
|
"61885145", "New\ Well", |
|
53161
|
|
|
|
|
|
|
"61359364", "Koo\ Wee\ Rup", |
|
53162
|
|
|
|
|
|
|
"618967827", "Quairading", |
|
53163
|
|
|
|
|
|
|
"61743061", "Yandaran", |
|
53164
|
|
|
|
|
|
|
"61268308", "Bourke", |
|
53165
|
|
|
|
|
|
|
"613441219", "Korong\ Vale", |
|
53166
|
|
|
|
|
|
|
"61886874", "Tooligie\ Hill", |
|
53167
|
|
|
|
|
|
|
"61353640", "Kaniva", |
|
53168
|
|
|
|
|
|
|
"61348200", "Numurkah", |
|
53169
|
|
|
|
|
|
|
"61267813", "Kelvin", |
|
53170
|
|
|
|
|
|
|
"61746727", "Chinchilla", |
|
53171
|
|
|
|
|
|
|
"61269977", "Griffith", |
|
53172
|
|
|
|
|
|
|
"618982225", "Albany", |
|
53173
|
|
|
|
|
|
|
"61889644", "Tablelands", |
|
53174
|
|
|
|
|
|
|
"61344069", "Dunolly", |
|
53175
|
|
|
|
|
|
|
"61865560", "Perth", |
|
53176
|
|
|
|
|
|
|
"618762637", "Wharminda", |
|
53177
|
|
|
|
|
|
|
"61245084", "Windsor", |
|
53178
|
|
|
|
|
|
|
"6173917", "Brisbane", |
|
53179
|
|
|
|
|
|
|
"61364416", "Sheffield", |
|
53180
|
|
|
|
|
|
|
"61361268", "Southwest", |
|
53181
|
|
|
|
|
|
|
"613470928", "Kobyboyn", |
|
53182
|
|
|
|
|
|
|
"613441998", "Inglewood", |
|
53183
|
|
|
|
|
|
|
"61747035", "Burketown", |
|
53184
|
|
|
|
|
|
|
"61350391", "Waitchie", |
|
53185
|
|
|
|
|
|
|
"612530146", "Molong", |
|
53186
|
|
|
|
|
|
|
"61263263", "Gooloogong", |
|
53187
|
|
|
|
|
|
|
"61895674", "Yanchep", |
|
53188
|
|
|
|
|
|
|
"61742402", "Mossman", |
|
53189
|
|
|
|
|
|
|
"61257944", "Baan\ Baa", |
|
53190
|
|
|
|
|
|
|
"61879409", "Yulara", |
|
53191
|
|
|
|
|
|
|
"61891816", "Onslow", |
|
53192
|
|
|
|
|
|
|
"61899175", "Yuna\ East", |
|
53193
|
|
|
|
|
|
|
"61885705", "Bow\ Hill", |
|
53194
|
|
|
|
|
|
|
"612574446", "Narrabri", |
|
53195
|
|
|
|
|
|
|
"618683594", "Cranbrook", |
|
53196
|
|
|
|
|
|
|
"61359358", "Mornington", |
|
53197
|
|
|
|
|
|
|
"61251177", "Bungendore", |
|
53198
|
|
|
|
|
|
|
"61877319", "Lucindale", |
|
53199
|
|
|
|
|
|
|
"61268450", "Wellington", |
|
53200
|
|
|
|
|
|
|
"61752114", "Rosewood", |
|
53201
|
|
|
|
|
|
|
"61887995", "Tintinara", |
|
53202
|
|
|
|
|
|
|
"61895431", "Bullsbrook\ East", |
|
53203
|
|
|
|
|
|
|
"61362094", "Nubeena", |
|
53204
|
|
|
|
|
|
|
"61896334", "Wubin", |
|
53205
|
|
|
|
|
|
|
"61896071", "Cunderdin\ North", |
|
53206
|
|
|
|
|
|
|
"617486950", "Mount\ Morgan", |
|
53207
|
|
|
|
|
|
|
"61888092", "Snowtown", |
|
53208
|
|
|
|
|
|
|
"61246077", "Campbelltown", |
|
53209
|
|
|
|
|
|
|
"61263979", "Bribbaree", |
|
53210
|
|
|
|
|
|
|
"61264549", "Cabramurra", |
|
53211
|
|
|
|
|
|
|
"61867094", "Bridgetown", |
|
53212
|
|
|
|
|
|
|
"61756072", "Tamborine\ Mountain", |
|
53213
|
|
|
|
|
|
|
"61743490", "Farnsfield", |
|
53214
|
|
|
|
|
|
|
"61755432", "Jimboomba", |
|
53215
|
|
|
|
|
|
|
"61359655", "Warburton", |
|
53216
|
|
|
|
|
|
|
"61745683", "Galilee", |
|
53217
|
|
|
|
|
|
|
"61363662", "Westbury", |
|
53218
|
|
|
|
|
|
|
"617442561", "Ingham", |
|
53219
|
|
|
|
|
|
|
"618989366", "Dongolocking", |
|
53220
|
|
|
|
|
|
|
"61246012", "Picton", |
|
53221
|
|
|
|
|
|
|
"61356510", "Trafalgar", |
|
53222
|
|
|
|
|
|
|
"613553607", "Terang", |
|
53223
|
|
|
|
|
|
|
"617441954", "Hughenden", |
|
53224
|
|
|
|
|
|
|
"61355154", "Timboon", |
|
53225
|
|
|
|
|
|
|
"617473904", "Gunpowder", |
|
53226
|
|
|
|
|
|
|
"61898436", "Pumphreys", |
|
53227
|
|
|
|
|
|
|
"617486915", "Carbine\ Creek", |
|
53228
|
|
|
|
|
|
|
"61258028", "Mount\ Foster", |
|
53229
|
|
|
|
|
|
|
"618863560", "Minnipa", |
|
53230
|
|
|
|
|
|
|
"61741172", "Fraser\ Island", |
|
53231
|
|
|
|
|
|
|
"61896955", "Bolgart", |
|
53232
|
|
|
|
|
|
|
"612583295", "Quambone", |
|
53233
|
|
|
|
|
|
|
"61753336", "Boonah", |
|
53234
|
|
|
|
|
|
|
"61877075", "Robe", |
|
53235
|
|
|
|
|
|
|
"612574953", "Mungindi", |
|
53236
|
|
|
|
|
|
|
"61741775", "Manumbar", |
|
53237
|
|
|
|
|
|
|
"61260061", "Rand", |
|
53238
|
|
|
|
|
|
|
"617442814", "Pentland", |
|
53239
|
|
|
|
|
|
|
"61743497", "Johnstown\ West", |
|
53240
|
|
|
|
|
|
|
"61350425", "Ouyen", |
|
53241
|
|
|
|
|
|
|
"617750154", "Inglewood", |
|
53242
|
|
|
|
|
|
|
"61896680", "Wubin\ West", |
|
53243
|
|
|
|
|
|
|
"61352695", "Winchelsea\ South", |
|
53244
|
|
|
|
|
|
|
"617452683", "Allora", |
|
53245
|
|
|
|
|
|
|
"61350937", "Tempy", |
|
53246
|
|
|
|
|
|
|
"617473974", "The\ Monument", |
|
53247
|
|
|
|
|
|
|
"61356517", "Icy\ Creek", |
|
53248
|
|
|
|
|
|
|
"618661037", "Cadoux", |
|
53249
|
|
|
|
|
|
|
"6189174", "Port\ Hedland", |
|
53250
|
|
|
|
|
|
|
"61263041", "Caragabal", |
|
53251
|
|
|
|
|
|
|
"618964496", "Lancelin", |
|
53252
|
|
|
|
|
|
|
"61353409", "Rainbow", |
|
53253
|
|
|
|
|
|
|
"618763363", "Hawker", |
|
53254
|
|
|
|
|
|
|
"61885373", "Langhorne\ Creek", |
|
53255
|
|
|
|
|
|
|
"61261592", "Rye\ Park", |
|
53256
|
|
|
|
|
|
|
"61896949", "Miling", |
|
53257
|
|
|
|
|
|
|
"61251170", "The\ Mullion", |
|
53258
|
|
|
|
|
|
|
"61255396", "Byabarra", |
|
53259
|
|
|
|
|
|
|
"61740796", "Aurukun", |
|
53260
|
|
|
|
|
|
|
"61754401", "Cooroy", |
|
53261
|
|
|
|
|
|
|
"61246070", "Picton", |
|
53262
|
|
|
|
|
|
|
"617479225", "Yabulu", |
|
53263
|
|
|
|
|
|
|
"613573094", "Nagambie", |
|
53264
|
|
|
|
|
|
|
"61267411", "Pine\ Ridge", |
|
53265
|
|
|
|
|
|
|
"618763965", "Iron\ Knob", |
|
53266
|
|
|
|
|
|
|
"61361509", "Miena", |
|
53267
|
|
|
|
|
|
|
"61244183", "Milton\-ulladulla", |
|
53268
|
|
|
|
|
|
|
"61352398", "Beech\ Forest", |
|
53269
|
|
|
|
|
|
|
"617486731", "Woorabinda", |
|
53270
|
|
|
|
|
|
|
"61888914", "Lochiel", |
|
53271
|
|
|
|
|
|
|
"61354053", "St\ Arnaud", |
|
53272
|
|
|
|
|
|
|
"6128380", "Sydney", |
|
53273
|
|
|
|
|
|
|
"61269301", "Coolamon", |
|
53274
|
|
|
|
|
|
|
"61362912", "Baden", |
|
53275
|
|
|
|
|
|
|
"618854527", "Lowbank", |
|
53276
|
|
|
|
|
|
|
"618996888", "Northern\ Gully", |
|
53277
|
|
|
|
|
|
|
"61885102", "Malinong", |
|
53278
|
|
|
|
|
|
|
"61267382", "Uralla", |
|
53279
|
|
|
|
|
|
|
"6138359", "Melbourne", |
|
53280
|
|
|
|
|
|
|
"6128503", "Engadine", |
|
53281
|
|
|
|
|
|
|
"613470619", "Winton", |
|
53282
|
|
|
|
|
|
|
"61886633", "Laura", |
|
53283
|
|
|
|
|
|
|
"617458802", "Goombi", |
|
53284
|
|
|
|
|
|
|
"6187979", "Darwin", |
|
53285
|
|
|
|
|
|
|
"613432106", "Serviceton", |
|
53286
|
|
|
|
|
|
|
"612574937", "Gunnedah", |
|
53287
|
|
|
|
|
|
|
"61350028", "Karawinna", |
|
53288
|
|
|
|
|
|
|
"61344022", "Nullawil", |
|
53289
|
|
|
|
|
|
|
"61344444", "Bendigo", |
|
53290
|
|
|
|
|
|
|
"617442886", "Camooweal", |
|
53291
|
|
|
|
|
|
|
"61880009", "The\ Darling", |
|
53292
|
|
|
|
|
|
|
"61891361", "Hall\'s\ Creek", |
|
53293
|
|
|
|
|
|
|
"61268642", "Yarrabandai", |
|
53294
|
|
|
|
|
|
|
"61865567", "Perth", |
|
53295
|
|
|
|
|
|
|
"61868015", "Jingalup", |
|
53296
|
|
|
|
|
|
|
"61343731", "Ballarat", |
|
53297
|
|
|
|
|
|
|
"618661053", "Gabbin\ North", |
|
53298
|
|
|
|
|
|
|
"61744224", "Yabulu", |
|
53299
|
|
|
|
|
|
|
"61258004", "Trangie", |
|
53300
|
|
|
|
|
|
|
"61886279", "Kelly", |
|
53301
|
|
|
|
|
|
|
"61742445", "Babinda", |
|
53302
|
|
|
|
|
|
|
"61898789", "Karlgarin", |
|
53303
|
|
|
|
|
|
|
"618982386", "Kronkup", |
|
53304
|
|
|
|
|
|
|
"6139747", "Sunbury", |
|
53305
|
|
|
|
|
|
|
"618763458", "Gladstone", |
|
53306
|
|
|
|
|
|
|
"61269970", "Carrathool", |
|
53307
|
|
|
|
|
|
|
"61353647", "Moyston", |
|
53308
|
|
|
|
|
|
|
"61340541", "Waitchie", |
|
53309
|
|
|
|
|
|
|
"61880052", "Pimpara", |
|
53310
|
|
|
|
|
|
|
"61348207", "Undera", |
|
53311
|
|
|
|
|
|
|
"61885742", "Narrung", |
|
53312
|
|
|
|
|
|
|
"612532889", "Dunedoo", |
|
53313
|
|
|
|
|
|
|
"61256539", "Ulong", |
|
53314
|
|
|
|
|
|
|
"61342225", "Wingeel", |
|
53315
|
|
|
|
|
|
|
"618851794", "Mallala", |
|
53316
|
|
|
|
|
|
|
"61875289", "Riverton", |
|
53317
|
|
|
|
|
|
|
"6128355", "Sydney", |
|
53318
|
|
|
|
|
|
|
"61730949", "Beenleigh", |
|
53319
|
|
|
|
|
|
|
"61749499", "Carmila", |
|
53320
|
|
|
|
|
|
|
"617452543", "Crows\ Nest", |
|
53321
|
|
|
|
|
|
|
"618989033", "Kulin\ West", |
|
53322
|
|
|
|
|
|
|
"61740979", "Mount\ Garnet", |
|
53323
|
|
|
|
|
|
|
"61350667", "Natya", |
|
53324
|
|
|
|
|
|
|
"61357103", "Pyalong", |
|
53325
|
|
|
|
|
|
|
"61361180", "Margate", |
|
53326
|
|
|
|
|
|
|
"61361552", "Swansea", |
|
53327
|
|
|
|
|
|
|
"61740263", "Malanda", |
|
53328
|
|
|
|
|
|
|
"61897232", "Donnybrook", |
|
53329
|
|
|
|
|
|
|
"61354777", "Birchip", |
|
53330
|
|
|
|
|
|
|
"61240200", "Cessnock", |
|
53331
|
|
|
|
|
|
|
"61742048", "Silkwood", |
|
53332
|
|
|
|
|
|
|
"61256606", "Tyringham", |
|
53333
|
|
|
|
|
|
|
"61259021", "Yenda", |
|
53334
|
|
|
|
|
|
|
"61898540", "Woogenilup", |
|
53335
|
|
|
|
|
|
|
"612583625", "Mount\ Herring", |
|
53336
|
|
|
|
|
|
|
"61364595", "Yolla", |
|
53337
|
|
|
|
|
|
|
"61266150", "Glenreagh", |
|
53338
|
|
|
|
|
|
|
"61357372", "Thoona", |
|
53339
|
|
|
|
|
|
|
"61896136", "Koorda", |
|
53340
|
|
|
|
|
|
|
"618601162", "Norseman", |
|
53341
|
|
|
|
|
|
|
"61743243", "Bunker", |
|
53342
|
|
|
|
|
|
|
"61265270", "Mount\ Olive", |
|
53343
|
|
|
|
|
|
|
"618989057", "Walyurin", |
|
53344
|
|
|
|
|
|
|
"61358351", "Dookie", |
|
53345
|
|
|
|
|
|
|
"61886963", "Iron\ Knob", |
|
53346
|
|
|
|
|
|
|
"61357317", "Mount\ Buller", |
|
53347
|
|
|
|
|
|
|
"612594374", "Bambilla", |
|
53348
|
|
|
|
|
|
|
"618864636", "Wandearah\ East", |
|
53349
|
|
|
|
|
|
|
"6124238", "Wollongong", |
|
53350
|
|
|
|
|
|
|
"61861704", "Rottnest", |
|
53351
|
|
|
|
|
|
|
"61899343", "Northampton", |
|
53352
|
|
|
|
|
|
|
"61357252", "Wangaratta", |
|
53353
|
|
|
|
|
|
|
"6135528", "Dartmoor", |
|
53354
|
|
|
|
|
|
|
"61352105", "Aireys\ Inlet", |
|
53355
|
|
|
|
|
|
|
"612530291", "Murringo", |
|
53356
|
|
|
|
|
|
|
"61351078", "Gormandale", |
|
53357
|
|
|
|
|
|
|
"61749147", "Banana", |
|
53358
|
|
|
|
|
|
|
"6138671", "Melbourne", |
|
53359
|
|
|
|
|
|
|
"618683760", "Nomans\ Lake", |
|
53360
|
|
|
|
|
|
|
"61891589", "Port\ Hedland", |
|
53361
|
|
|
|
|
|
|
"617486559", "Moura", |
|
53362
|
|
|
|
|
|
|
"61240583", "Newcastle", |
|
53363
|
|
|
|
|
|
|
"61260155", "Talmalmo", |
|
53364
|
|
|
|
|
|
|
"61266098", "Thora", |
|
53365
|
|
|
|
|
|
|
"618753106", "Eudunda", |
|
53366
|
|
|
|
|
|
|
"618967624", "Beacon", |
|
53367
|
|
|
|
|
|
|
"61898331", "Chittinup", |
|
53368
|
|
|
|
|
|
|
"61877200", "Robe", |
|
53369
|
|
|
|
|
|
|
"61898074", "Denmark", |
|
53370
|
|
|
|
|
|
|
"61753431", "Noosaville", |
|
53371
|
|
|
|
|
|
|
"61743013", "Tandora", |
|
53372
|
|
|
|
|
|
|
"61878162", "Yorketown", |
|
53373
|
|
|
|
|
|
|
"61248337", "Bungonia", |
|
53374
|
|
|
|
|
|
|
"61356156", "Bunyip", |
|
53375
|
|
|
|
|
|
|
"61267861", "Halls\ Creek", |
|
53376
|
|
|
|
|
|
|
"618660924", "Studleigh", |
|
53377
|
|
|
|
|
|
|
"61364482", "Waratah", |
|
53378
|
|
|
|
|
|
|
"61341056", "Mount\ Taylor", |
|
53379
|
|
|
|
|
|
|
"61739112", "Brisbane", |
|
53380
|
|
|
|
|
|
|
"61265350", "Moonan\ Flat", |
|
53381
|
|
|
|
|
|
|
"617458762", "Beebo", |
|
53382
|
|
|
|
|
|
|
"61747443", "Mount\ Isa", |
|
53383
|
|
|
|
|
|
|
"617487020", "Fitzroy\ West", |
|
53384
|
|
|
|
|
|
|
"61253073", "Mudgee", |
|
53385
|
|
|
|
|
|
|
"61259142", "Wantabadgery", |
|
53386
|
|
|
|
|
|
|
"61358127", "Kyabram", |
|
53387
|
|
|
|
|
|
|
"6174111", "Bundaberg", |
|
53388
|
|
|
|
|
|
|
"61266495", "Coutts\ Crossing", |
|
53389
|
|
|
|
|
|
|
"61887502", "Bordertown", |
|
53390
|
|
|
|
|
|
|
"61251186", "The\ Mullion", |
|
53391
|
|
|
|
|
|
|
"613451276", "Harrow", |
|
53392
|
|
|
|
|
|
|
"61887809", "Keith", |
|
53393
|
|
|
|
|
|
|
"61353797", "Laharum", |
|
53394
|
|
|
|
|
|
|
"61866039", "Goodlands", |
|
53395
|
|
|
|
|
|
|
"6175601", "Tweed\ Heads", |
|
53396
|
|
|
|
|
|
|
"61740725", "Innisfail", |
|
53397
|
|
|
|
|
|
|
"61255325", "Ellenborough", |
|
53398
|
|
|
|
|
|
|
"618985448", "Ongerup\ North", |
|
53399
|
|
|
|
|
|
|
"61749885", "Clermont", |
|
53400
|
|
|
|
|
|
|
"61748083", "Banana", |
|
53401
|
|
|
|
|
|
|
"61340330", "Arumpo", |
|
53402
|
|
|
|
|
|
|
"61867167", "Dinninup", |
|
53403
|
|
|
|
|
|
|
"612574263", "Pine\ Ridge", |
|
53404
|
|
|
|
|
|
|
"61238099", "Marulan", |
|
53405
|
|
|
|
|
|
|
"61898990", "Albany", |
|
53406
|
|
|
|
|
|
|
"61250120", "Culcairn", |
|
53407
|
|
|
|
|
|
|
"61255628", "Denman", |
|
53408
|
|
|
|
|
|
|
"617452532", "Cooyar", |
|
53409
|
|
|
|
|
|
|
"618982262", "Denmark", |
|
53410
|
|
|
|
|
|
|
"61350496", "Arumpo", |
|
53411
|
|
|
|
|
|
|
"6135998", "Cranbourne", |
|
53412
|
|
|
|
|
|
|
"61734447", "Beenleigh", |
|
53413
|
|
|
|
|
|
|
"6128268", "Sydney", |
|
53414
|
|
|
|
|
|
|
"61748575", "Walkerston", |
|
53415
|
|
|
|
|
|
|
"618600797", "Bodallin", |
|
53416
|
|
|
|
|
|
|
"61242380", "Helensburgh", |
|
53417
|
|
|
|
|
|
|
"61896599", "Tammin", |
|
53418
|
|
|
|
|
|
|
"61740169", "Kuranda", |
|
53419
|
|
|
|
|
|
|
"612532937", "Baldry", |
|
53420
|
|
|
|
|
|
|
"61891100", "Ord", |
|
53421
|
|
|
|
|
|
|
"61265286", "Port\ Macquarie", |
|
53422
|
|
|
|
|
|
|
"61753723", "Woodford", |
|
53423
|
|
|
|
|
|
|
"61255067", "Broke", |
|
53424
|
|
|
|
|
|
|
"61261088", "Anembo", |
|
53425
|
|
|
|
|
|
|
"61265408", "Muswellbrook", |
|
53426
|
|
|
|
|
|
|
"618982947", "Badgebup\ North", |
|
53427
|
|
|
|
|
|
|
"617452199", "Mount\ Tyson", |
|
53428
|
|
|
|
|
|
|
"61744477", "Townsville", |
|
53429
|
|
|
|
|
|
|
"61896892", "South\ Quairading", |
|
53430
|
|
|
|
|
|
|
"61888871", "Braemer", |
|
53431
|
|
|
|
|
|
|
"61864020", "Wanneroo", |
|
53432
|
|
|
|
|
|
|
"61886302", "Port\ Pirie", |
|
53433
|
|
|
|
|
|
|
"61743149", "Bunker", |
|
53434
|
|
|
|
|
|
|
"61868245", "Hyden\ East", |
|
53435
|
|
|
|
|
|
|
"61268281", "Walgett", |
|
53436
|
|
|
|
|
|
|
"61269160", "Barmedman", |
|
53437
|
|
|
|
|
|
|
"618858564", "Meningie", |
|
53438
|
|
|
|
|
|
|
"61756891", "Southport", |
|
53439
|
|
|
|
|
|
|
"61363083", "St\ Marys", |
|
53440
|
|
|
|
|
|
|
"61745062", "Thallon", |
|
53441
|
|
|
|
|
|
|
"61268792", "Double\ Peaks", |
|
53442
|
|
|
|
|
|
|
"61887852", "Cannawigara", |
|
53443
|
|
|
|
|
|
|
"6188588", "Barmera", |
|
53444
|
|
|
|
|
|
|
"61885876", "Wunkar", |
|
53445
|
|
|
|
|
|
|
"61344141", "Lalbert", |
|
53446
|
|
|
|
|
|
|
"61249998", "Karuah", |
|
53447
|
|
|
|
|
|
|
"618601003", "Condingup", |
|
53448
|
|
|
|
|
|
|
"61886173", "Penong", |
|
53449
|
|
|
|
|
|
|
"61261485", "Rye\ Park", |
|
53450
|
|
|
|
|
|
|
"61263835", "Monteagle", |
|
53451
|
|
|
|
|
|
|
"61256196", "Copmanhurst", |
|
53452
|
|
|
|
|
|
|
"61887228", "Makin", |
|
53453
|
|
|
|
|
|
|
"61263122", "Koorawatha", |
|
53454
|
|
|
|
|
|
|
"61356420", "San\ Remo", |
|
53455
|
|
|
|
|
|
|
"618753482", "Lameroo", |
|
53456
|
|
|
|
|
|
|
"61265005", "Taree", |
|
53457
|
|
|
|
|
|
|
"61851092", "Derby", |
|
53458
|
|
|
|
|
|
|
"6129771", "Bankstown", |
|
53459
|
|
|
|
|
|
|
"61342296", "Anglesea", |
|
53460
|
|
|
|
|
|
|
"61890685", "Kalgoorlie", |
|
53461
|
|
|
|
|
|
|
"61890957", "Warralakin", |
|
53462
|
|
|
|
|
|
|
"6138457", "Eltham", |
|
53463
|
|
|
|
|
|
|
"61267114", "Guyra", |
|
53464
|
|
|
|
|
|
|
"612532953", "Euchareena", |
|
53465
|
|
|
|
|
|
|
"61875183", "Halidon", |
|
53466
|
|
|
|
|
|
|
"6189169", "Kununurra", |
|
53467
|
|
|
|
|
|
|
"6174672", "Dalby", |
|
53468
|
|
|
|
|
|
|
"61257292", "Wollomombi", |
|
53469
|
|
|
|
|
|
|
"613470803", "Wangaratta", |
|
53470
|
|
|
|
|
|
|
"61741929", "Childers", |
|
53471
|
|
|
|
|
|
|
"61263211", "Tyagong", |
|
53472
|
|
|
|
|
|
|
"61756240", "Tamborine\ Mountain", |
|
53473
|
|
|
|
|
|
|
"61259702", "Alleena", |
|
53474
|
|
|
|
|
|
|
"6126049", "Albury", |
|
53475
|
|
|
|
|
|
|
"61240075", "Cessnock", |
|
53476
|
|
|
|
|
|
|
"61269986", "Wallendbeen", |
|
53477
|
|
|
|
|
|
|
"61357209", "Cheshunt", |
|
53478
|
|
|
|
|
|
|
"612583558", "Warren", |
|
53479
|
|
|
|
|
|
|
"617480458", "Cannon\ Valley", |
|
53480
|
|
|
|
|
|
|
"61741806", "Mundubbera", |
|
53481
|
|
|
|
|
|
|
"61756247", "Rathdowney", |
|
53482
|
|
|
|
|
|
|
"618850292", "Berri", |
|
53483
|
|
|
|
|
|
|
"613470873", "Graytown", |
|
53484
|
|
|
|
|
|
|
"613431798", "Navarre", |
|
53485
|
|
|
|
|
|
|
"613470139", "Creightons\ Creek", |
|
53486
|
|
|
|
|
|
|
"61899338", "Arrowsmith", |
|
53487
|
|
|
|
|
|
|
"61878129", "Yorketown", |
|
53488
|
|
|
|
|
|
|
"61255604", "Pacific\ Palms", |
|
53489
|
|
|
|
|
|
|
"61864938", "Armadale", |
|
53490
|
|
|
|
|
|
|
"612630998", "Burraga", |
|
53491
|
|
|
|
|
|
|
"6174683", "Stanthorpe", |
|
53492
|
|
|
|
|
|
|
"61259105", "Gundagai", |
|
53493
|
|
|
|
|
|
|
"6135940", "Pakenham", |
|
53494
|
|
|
|
|
|
|
"61743238", "Boondooma", |
|
53495
|
|
|
|
|
|
|
"61355451", "Heywood", |
|
53496
|
|
|
|
|
|
|
"61359278", "Warburton", |
|
53497
|
|
|
|
|
|
|
"61260709", "Corryong", |
|
53498
|
|
|
|
|
|
|
"618993239", "Nangetty", |
|
53499
|
|
|
|
|
|
|
"61742033", "Gordonvale", |
|
53500
|
|
|
|
|
|
|
"61899635", "Lake\ Mason", |
|
53501
|
|
|
|
|
|
|
"61356427", "Buffalo", |
|
53502
|
|
|
|
|
|
|
"61352142", "Colac", |
|
53503
|
|
|
|
|
|
|
"61891313", "Mitchell", |
|
53504
|
|
|
|
|
|
|
"617480598", "Nebo", |
|
53505
|
|
|
|
|
|
|
"618763922", "Ungarra", |
|
53506
|
|
|
|
|
|
|
"61358456", "Undera", |
|
53507
|
|
|
|
|
|
|
"61890950", "Burracoppin\ South", |
|
53508
|
|
|
|
|
|
|
"61895134", "Bullsbrook\ East", |
|
53509
|
|
|
|
|
|
|
"61260013", "Corowa", |
|
53510
|
|
|
|
|
|
|
"61354786", "Donald", |
|
53511
|
|
|
|
|
|
|
"61242634", "Wollongong", |
|
53512
|
|
|
|
|
|
|
"61269167", "Rannock", |
|
53513
|
|
|
|
|
|
|
"61264999", "Tathra", |
|
53514
|
|
|
|
|
|
|
"618601073", "Gibson", |
|
53515
|
|
|
|
|
|
|
"61268195", "Mullengudgery", |
|
53516
|
|
|
|
|
|
|
"61348075", "Nathalia", |
|
53517
|
|
|
|
|
|
|
"613531670", "Halls\ Gap", |
|
53518
|
|
|
|
|
|
|
"61357568", "Violet\ Town", |
|
53519
|
|
|
|
|
|
|
"6135477", "St\ Arnaud", |
|
53520
|
|
|
|
|
|
|
"618996867", "Exmouth", |
|
53521
|
|
|
|
|
|
|
"61355978", "Derrinallum", |
|
53522
|
|
|
|
|
|
|
"613553590", "South\ Purrumbete", |
|
53523
|
|
|
|
|
|
|
"612532446", "Lithgow", |
|
53524
|
|
|
|
|
|
|
"61891107", "Karratha", |
|
53525
|
|
|
|
|
|
|
"612533019", "Gingkin", |
|
53526
|
|
|
|
|
|
|
"61888588", "Port\ Wakefield", |
|
53527
|
|
|
|
|
|
|
"61734440", "Beenleigh", |
|
53528
|
|
|
|
|
|
|
"61741632", "Nanango", |
|
53529
|
|
|
|
|
|
|
"61256001", "Whiporie", |
|
53530
|
|
|
|
|
|
|
"61259626", "Ivanhoe", |
|
53531
|
|
|
|
|
|
|
"61743155", "Gin\ Gin", |
|
53532
|
|
|
|
|
|
|
"61868259", "Lake\ King", |
|
53533
|
|
|
|
|
|
|
"61255060", "Comboyne", |
|
53534
|
|
|
|
|
|
|
"618982436", "Mettler", |
|
53535
|
|
|
|
|
|
|
"61747841", "Ayr", |
|
53536
|
|
|
|
|
|
|
"61740211", "Gordonvale", |
|
53537
|
|
|
|
|
|
|
"61263646", "Manildra", |
|
53538
|
|
|
|
|
|
|
"61867160", "Bunbury", |
|
53539
|
|
|
|
|
|
|
"61886345", "Nelshaby", |
|
53540
|
|
|
|
|
|
|
"61868202", "Albany", |
|
53541
|
|
|
|
|
|
|
"61340337", "Cunninyeuk", |
|
53542
|
|
|
|
|
|
|
"61269288", "Tarcutta", |
|
53543
|
|
|
|
|
|
|
"61745029", "Bunya\ Mountains", |
|
53544
|
|
|
|
|
|
|
"61244884", "Nowra", |
|
53545
|
|
|
|
|
|
|
"617451619", "Blackall", |
|
53546
|
|
|
|
|
|
|
"61357738", "Yarck", |
|
53547
|
|
|
|
|
|
|
"613442043", "Bridgewater", |
|
53548
|
|
|
|
|
|
|
"61269406", "Gundagai", |
|
53549
|
|
|
|
|
|
|
"612583901", "Fairholme", |
|
53550
|
|
|
|
|
|
|
"61898997", "Kronkup", |
|
53551
|
|
|
|
|
|
|
"61250127", "Leicester\ Park", |
|
53552
|
|
|
|
|
|
|
"61886648", "Gladstone", |
|
53553
|
|
|
|
|
|
|
"61754128", "Cooroy", |
|
53554
|
|
|
|
|
|
|
"61740122", "Peninsula", |
|
53555
|
|
|
|
|
|
|
"61260666", "Holbrook", |
|
53556
|
|
|
|
|
|
|
"61740835", "Coen", |
|
53557
|
|
|
|
|
|
|
"618982428", "Manypeaks\ North", |
|
53558
|
|
|
|
|
|
|
"61886911", "Frome", |
|
53559
|
|
|
|
|
|
|
"61353790", "Dimboola", |
|
53560
|
|
|
|
|
|
|
"613451206", "Darlington", |
|
53561
|
|
|
|
|
|
|
"61356368", "Trafalgar", |
|
53562
|
|
|
|
|
|
|
"618852898", "Willunga", |
|
53563
|
|
|
|
|
|
|
"61889794", "Jabiru", |
|
53564
|
|
|
|
|
|
|
"61887204", "Naracoorte", |
|
53565
|
|
|
|
|
|
|
"61887926", "Kongorong", |
|
53566
|
|
|
|
|
|
|
"618753500", "Parndana", |
|
53567
|
|
|
|
|
|
|
"61248330", "Crookwell", |
|
53568
|
|
|
|
|
|
|
"61260149", "Little\ Billabong", |
|
53569
|
|
|
|
|
|
|
"61877207", "Tintinara", |
|
53570
|
|
|
|
|
|
|
"618753176", "Milang", |
|
53571
|
|
|
|
|
|
|
"61741962", "Brooklands", |
|
53572
|
|
|
|
|
|
|
"61358120", "Deniliquin", |
|
53573
|
|
|
|
|
|
|
"617480028", "Bauhinia", |
|
53574
|
|
|
|
|
|
|
"61265357", "Howes\ Valley", |
|
53575
|
|
|
|
|
|
|
"612583662", "Alectown", |
|
53576
|
|
|
|
|
|
|
"618601125", "Cascade", |
|
53577
|
|
|
|
|
|
|
"61265042", "Denman", |
|
53578
|
|
|
|
|
|
|
"61362986", "Geeveston", |
|
53579
|
|
|
|
|
|
|
"61260752", "Balldale", |
|
53580
|
|
|
|
|
|
|
"617485882", "Mount\ Morgan", |
|
53581
|
|
|
|
|
|
|
"613470592", "Harrietville", |
|
53582
|
|
|
|
|
|
|
"61361031", "Miena", |
|
53583
|
|
|
|
|
|
|
"61754306", "Noosaville", |
|
53584
|
|
|
|
|
|
|
"61749140", "Rockhampton", |
|
53585
|
|
|
|
|
|
|
"61267316", "Caroda", |
|
53586
|
|
|
|
|
|
|
"61263169", "Greenethorpe", |
|
53587
|
|
|
|
|
|
|
"61351619", "Mallacoota", |
|
53588
|
|
|
|
|
|
|
"61361374", "Oatlands", |
|
53589
|
|
|
|
|
|
|
"61357554", "Bonnie\ Doon", |
|
53590
|
|
|
|
|
|
|
"618753343", "Meningie", |
|
53591
|
|
|
|
|
|
|
"6189971", "Morawa", |
|
53592
|
|
|
|
|
|
|
"61256394", "Hernani", |
|
53593
|
|
|
|
|
|
|
"61255491", "Ellerston", |
|
53594
|
|
|
|
|
|
|
"6136297", "Geeveston", |
|
53595
|
|
|
|
|
|
|
"61352702", "Cressy", |
|
53596
|
|
|
|
|
|
|
"61266156", "Wiangaree", |
|
53597
|
|
|
|
|
|
|
"61255661", "Toorooka", |
|
53598
|
|
|
|
|
|
|
"61240206", "Nelson\ Bay", |
|
53599
|
|
|
|
|
|
|
"6136452", "Smithton", |
|
53600
|
|
|
|
|
|
|
"61888903", "Booborowie", |
|
53601
|
|
|
|
|
|
|
"61256600", "Murwillumbah", |
|
53602
|
|
|
|
|
|
|
"612574158", "Pinkett", |
|
53603
|
|
|
|
|
|
|
"61363073", "Rossarden", |
|
53604
|
|
|
|
|
|
|
"61268127", "Yeoval", |
|
53605
|
|
|
|
|
|
|
"618903473", "Gibson", |
|
53606
|
|
|
|
|
|
|
"61268271", "Coonamble", |
|
53607
|
|
|
|
|
|
|
"618763680", "Streaky\ Bay", |
|
53608
|
|
|
|
|
|
|
"61264439", "Bobundara", |
|
53609
|
|
|
|
|
|
|
"61756663", "Kerry", |
|
53610
|
|
|
|
|
|
|
"6173476", "Samford", |
|
53611
|
|
|
|
|
|
|
"617452360", "Roma", |
|
53612
|
|
|
|
|
|
|
"61744487", "Townsville", |
|
53613
|
|
|
|
|
|
|
"61888881", "Alford", |
|
53614
|
|
|
|
|
|
|
"61341198", "Mount\ Taylor", |
|
53615
|
|
|
|
|
|
|
"61267252", "Craigleigh", |
|
53616
|
|
|
|
|
|
|
"61895541", "Yanchep", |
|
53617
|
|
|
|
|
|
|
"61261078", "Uriarra\ Forest", |
|
53618
|
|
|
|
|
|
|
"61752310", "Wolvi", |
|
53619
|
|
|
|
|
|
|
"61265276", "Rookhurst", |
|
53620
|
|
|
|
|
|
|
"618903516", "Kambalda", |
|
53621
|
|
|
|
|
|
|
"61747548", "Kirk", |
|
53622
|
|
|
|
|
|
|
"61350155", "Waitchie", |
|
53623
|
|
|
|
|
|
|
"61356098", "Bunyip", |
|
53624
|
|
|
|
|
|
|
"6128267", "Sydney", |
|
53625
|
|
|
|
|
|
|
"61896130", "Kalannie\ East", |
|
53626
|
|
|
|
|
|
|
"618600897", "Korbelka", |
|
53627
|
|
|
|
|
|
|
"618601102", "Nungarin", |
|
53628
|
|
|
|
|
|
|
"61746726", "Chinchilla", |
|
53629
|
|
|
|
|
|
|
"6128522", "Sutherland", |
|
53630
|
|
|
|
|
|
|
"61267828", "Upper\ Horton", |
|
53631
|
|
|
|
|
|
|
"61258149", "Forbes", |
|
53632
|
|
|
|
|
|
|
"61890378", "Leinster", |
|
53633
|
|
|
|
|
|
|
"613574721", "Tatong", |
|
53634
|
|
|
|
|
|
|
"6174064", "South\ Johnstone", |
|
53635
|
|
|
|
|
|
|
"61240085", "Raymond\ Terrace", |
|
53636
|
|
|
|
|
|
|
"61269976", "Goolgowi", |
|
53637
|
|
|
|
|
|
|
"61742162", "Kuranda", |
|
53638
|
|
|
|
|
|
|
"613470703", "Pyalong", |
|
53639
|
|
|
|
|
|
|
"61879169", "Rodinga", |
|
53640
|
|
|
|
|
|
|
"617442958", "Home\ Hill", |
|
53641
|
|
|
|
|
|
|
"618903584", "Neridup", |
|
53642
|
|
|
|
|
|
|
"61875173", "Morgan", |
|
53643
|
|
|
|
|
|
|
"61257771", "Tamworth", |
|
53644
|
|
|
|
|
|
|
"61356495", "Warragul", |
|
53645
|
|
|
|
|
|
|
"6138458", "Melbourne", |
|
53646
|
|
|
|
|
|
|
"612593947", "Barmedman\ East", |
|
53647
|
|
|
|
|
|
|
"61253575", "Burraga", |
|
53648
|
|
|
|
|
|
|
"613441940", "Watchem", |
|
53649
|
|
|
|
|
|
|
"61361186", "Brighton", |
|
53650
|
|
|
|
|
|
|
"613574171", "Puckapunyal", |
|
53651
|
|
|
|
|
|
|
"618661147", "Konnongorring", |
|
53652
|
|
|
|
|
|
|
"6189491", "Perth", |
|
53653
|
|
|
|
|
|
|
"61876253", "Port\ Lincoln", |
|
53654
|
|
|
|
|
|
|
"617487124", "Garnant", |
|
53655
|
|
|
|
|
|
|
"61744371", "Mount\ Isa", |
|
53656
|
|
|
|
|
|
|
"61263797", "Glen\ Davis", |
|
53657
|
|
|
|
|
|
|
"61743515", "Rosedale", |
|
53658
|
|
|
|
|
|
|
"61744034", "Eddington", |
|
53659
|
|
|
|
|
|
|
"61886183", "Port\ Augusta", |
|
53660
|
|
|
|
|
|
|
"61878218", "Moonta", |
|
53661
|
|
|
|
|
|
|
"6136117", "Margate", |
|
53662
|
|
|
|
|
|
|
"618682176", "Newdegate", |
|
53663
|
|
|
|
|
|
|
"618996956", "Tenindewa", |
|
53664
|
|
|
|
|
|
|
"613432166", "Murtoa", |
|
53665
|
|
|
|
|
|
|
"61253083", "Manildra", |
|
53666
|
|
|
|
|
|
|
"61267693", "Nundle", |
|
53667
|
|
|
|
|
|
|
"61358792", "Jerilderie", |
|
53668
|
|
|
|
|
|
|
"61358281", "Blighty", |
|
53669
|
|
|
|
|
|
|
"61364472", "Yambacoona", |
|
53670
|
|
|
|
|
|
|
"61885429", "Two\ Wells", |
|
53671
|
|
|
|
|
|
|
"613546294", "Maryborough", |
|
53672
|
|
|
|
|
|
|
"61281061", "Liverpool", |
|
53673
|
|
|
|
|
|
|
"61265503", "Comboyne", |
|
53674
|
|
|
|
|
|
|
"61898084", "Dumbleyung", |
|
53675
|
|
|
|
|
|
|
"618683181", "Manypeaks", |
|
53676
|
|
|
|
|
|
|
"61364417", "Ulverstone", |
|
53677
|
|
|
|
|
|
|
"61880144", "Menindee", |
|
53678
|
|
|
|
|
|
|
"61255931", "Taree", |
|
53679
|
|
|
|
|
|
|
"613451443", "Poolaijelo", |
|
53680
|
|
|
|
|
|
|
"6189533", "Rockingham", |
|
53681
|
|
|
|
|
|
|
"61351942", "Gormandale", |
|
53682
|
|
|
|
|
|
|
"61342035", "Lara", |
|
53683
|
|
|
|
|
|
|
"61355408", "Dundonnell", |
|
53684
|
|
|
|
|
|
|
"61861713", "Spearwood", |
|
53685
|
|
|
|
|
|
|
"6135527", "Heywood", |
|
53686
|
|
|
|
|
|
|
"61351088", "Licola", |
|
53687
|
|
|
|
|
|
|
"61248674", "Tarago", |
|
53688
|
|
|
|
|
|
|
"6187189", "Woodside", |
|
53689
|
|
|
|
|
|
|
"61897022", "Bunbury", |
|
53690
|
|
|
|
|
|
|
"61353211", "Scarsdale", |
|
53691
|
|
|
|
|
|
|
"61367292", "Waterhouse", |
|
53692
|
|
|
|
|
|
|
"6135262", "Torquay", |
|
53693
|
|
|
|
|
|
|
"618989376", "Dumbleyung", |
|
53694
|
|
|
|
|
|
|
"612574789", "Graman", |
|
53695
|
|
|
|
|
|
|
"6135997", "Koo\ Wee\ Rup", |
|
53696
|
|
|
|
|
|
|
"61897444", "Tonebridge", |
|
53697
|
|
|
|
|
|
|
"618863570", "Mount\ Hope", |
|
53698
|
|
|
|
|
|
|
"612583434", "Berkley\ Downs", |
|
53699
|
|
|
|
|
|
|
"61258013", "Weelong", |
|
53700
|
|
|
|
|
|
|
"61753337", "Boonah", |
|
53701
|
|
|
|
|
|
|
"61898437", "Quindanning", |
|
53702
|
|
|
|
|
|
|
"61267209", "Inverell", |
|
53703
|
|
|
|
|
|
|
"612574391", "Barwick", |
|
53704
|
|
|
|
|
|
|
"61754219", "Toogoolawah", |
|
53705
|
|
|
|
|
|
|
"61259231", "Winchendon\ Vale", |
|
53706
|
|
|
|
|
|
|
"61250195", "Cudgewa", |
|
53707
|
|
|
|
|
|
|
"617442571", "Mutarnee", |
|
53708
|
|
|
|
|
|
|
"61748073", "Marlborough", |
|
53709
|
|
|
|
|
|
|
"61256058", "Lismore", |
|
53710
|
|
|
|
|
|
|
"61353122", "Daylesford", |
|
53711
|
|
|
|
|
|
|
"61351485", "Yinnar", |
|
53712
|
|
|
|
|
|
|
"61246076", "Picton", |
|
53713
|
|
|
|
|
|
|
"618763905", "Port\ Kenny", |
|
53714
|
|
|
|
|
|
|
"613431734", "Rokewood", |
|
53715
|
|
|
|
|
|
|
"6173453", "Redcliffe", |
|
53716
|
|
|
|
|
|
|
"61353835", "Laharum", |
|
53717
|
|
|
|
|
|
|
"618903644", "Baandee", |
|
53718
|
|
|
|
|
|
|
"6124608", "Campbelltown", |
|
53719
|
|
|
|
|
|
|
"61251176", "Binalong", |
|
53720
|
|
|
|
|
|
|
"61363585", "Launceston", |
|
53721
|
|
|
|
|
|
|
"61357114", "Strathbogie", |
|
53722
|
|
|
|
|
|
|
"61740790", "Weipa", |
|
53723
|
|
|
|
|
|
|
"61255390", "Toorooka", |
|
53724
|
|
|
|
|
|
|
"61880838", "Wilcannia", |
|
53725
|
|
|
|
|
|
|
"618989143", "Narrogin", |
|
53726
|
|
|
|
|
|
|
"61889571", "Plenty", |
|
53727
|
|
|
|
|
|
|
"61343153", "Marnoo", |
|
53728
|
|
|
|
|
|
|
"618763975", "Lock", |
|
53729
|
|
|
|
|
|
|
"618660996", "Kalannie\ East", |
|
53730
|
|
|
|
|
|
|
"618965685", "Dalwallinu\ West", |
|
53731
|
|
|
|
|
|
|
"618967696", "Koorda", |
|
53732
|
|
|
|
|
|
|
"618856743", "Truro", |
|
53733
|
|
|
|
|
|
|
"6189146", "De\ Grey", |
|
53734
|
|
|
|
|
|
|
"61266935", "Wooli", |
|
53735
|
|
|
|
|
|
|
"61740797", "Babinda", |
|
53736
|
|
|
|
|
|
|
"61255397", "Castle\ Rock", |
|
53737
|
|
|
|
|
|
|
"618763373", "Koppio", |
|
53738
|
|
|
|
|
|
|
"61353725", "Gerang\ Gerung", |
|
53739
|
|
|
|
|
|
|
"613442142", "Nullawil", |
|
53740
|
|
|
|
|
|
|
"612594099", "Carrathool", |
|
53741
|
|
|
|
|
|
|
"61898430", "Albany", |
|
53742
|
|
|
|
|
|
|
"61746659", "The\ Gums", |
|
53743
|
|
|
|
|
|
|
"61357521", "Myrtleford", |
|
53744
|
|
|
|
|
|
|
"61244798", "Narooma", |
|
53745
|
|
|
|
|
|
|
"618903852", "Korbelka", |
|
53746
|
|
|
|
|
|
|
"61745392", "Valley\ Downs", |
|
53747
|
|
|
|
|
|
|
"61753330", "Maroon", |
|
53748
|
|
|
|
|
|
|
"61356516", "Hill\ End", |
|
53749
|
|
|
|
|
|
|
"61350936", "Tempy", |
|
53750
|
|
|
|
|
|
|
"617473964", "Normanton", |
|
53751
|
|
|
|
|
|
|
"61269278", "Rannock", |
|
53752
|
|
|
|
|
|
|
"61350709", "Culgoa", |
|
53753
|
|
|
|
|
|
|
"612583251", "Coolabah", |
|
53754
|
|
|
|
|
|
|
"61267804", "Caroda", |
|
53755
|
|
|
|
|
|
|
"61887043", "Kongorong", |
|
53756
|
|
|
|
|
|
|
"61743496", "Howard", |
|
53757
|
|
|
|
|
|
|
"6136298", "Dover", |
|
53758
|
|
|
|
|
|
|
"61878033", "Alford", |
|
53759
|
|
|
|
|
|
|
"6175430", "Nambour", |
|
53760
|
|
|
|
|
|
|
"61265978", "Denman", |
|
53761
|
|
|
|
|
|
|
"61879211", "Katherine", |
|
53762
|
|
|
|
|
|
|
"61361384", "Woodbury", |
|
53763
|
|
|
|
|
|
|
"618854950", "Kapunda", |
|
53764
|
|
|
|
|
|
|
"61865566", "Perth", |
|
53765
|
|
|
|
|
|
|
"61256449", "Whiporie", |
|
53766
|
|
|
|
|
|
|
"61354999", "Beazleys\ Bridge", |
|
53767
|
|
|
|
|
|
|
"61340431", "Kyalite", |
|
53768
|
|
|
|
|
|
|
"61742129", "Torres", |
|
53769
|
|
|
|
|
|
|
"61350013", "Curyo", |
|
53770
|
|
|
|
|
|
|
"61891810", "Tom\ Price", |
|
53771
|
|
|
|
|
|
|
"61879122", "Ranken\ River", |
|
53772
|
|
|
|
|
|
|
"61358195", "Kyabram", |
|
53773
|
|
|
|
|
|
|
"617476351", "Richmond", |
|
53774
|
|
|
|
|
|
|
"61351905", "Meerlieu", |
|
53775
|
|
|
|
|
|
|
"618864080", "Kyancutta", |
|
53776
|
|
|
|
|
|
|
"61752103", "Kilcoy", |
|
53777
|
|
|
|
|
|
|
"61350666", "Nandaly", |
|
53778
|
|
|
|
|
|
|
"613441193", "Bealiba", |
|
53779
|
|
|
|
|
|
|
"613451382", "Lismore", |
|
53780
|
|
|
|
|
|
|
"61258155", "Coonamble", |
|
53781
|
|
|
|
|
|
|
"61289261", "Avalon\ Beach", |
|
53782
|
|
|
|
|
|
|
"61343015", "Ballarat", |
|
53783
|
|
|
|
|
|
|
"61359288", "Rosebud", |
|
53784
|
|
|
|
|
|
|
"61348206", "Tongala", |
|
53785
|
|
|
|
|
|
|
"61353646", "Maroona", |
|
53786
|
|
|
|
|
|
|
"61885462", "Wanbi", |
|
53787
|
|
|
|
|
|
|
"61742765", "Bloomfield", |
|
53788
|
|
|
|
|
|
|
"613431898", "Daylesford", |
|
53789
|
|
|
|
|
|
|
"61887119", "Tintinara", |
|
53790
|
|
|
|
|
|
|
"613470773", "Eildon", |
|
53791
|
|
|
|
|
|
|
"61357316", "Mansfield", |
|
53792
|
|
|
|
|
|
|
"61745133", "Greenmount", |
|
53793
|
|
|
|
|
|
|
"61744480", "Yabulu", |
|
53794
|
|
|
|
|
|
|
"61355424", "Ozenkadnook", |
|
53795
|
|
|
|
|
|
|
"61356321", "Icy\ Creek", |
|
53796
|
|
|
|
|
|
|
"612594364", "Wee\ Elwah", |
|
53797
|
|
|
|
|
|
|
"61355042", "Cobden", |
|
53798
|
|
|
|
|
|
|
"618660683", "Cleary\ North", |
|
53799
|
|
|
|
|
|
|
"618601172", "Westonia", |
|
53800
|
|
|
|
|
|
|
"61754161", "Lowood", |
|
53801
|
|
|
|
|
|
|
"61888578", "Wedge", |
|
53802
|
|
|
|
|
|
|
"61896137", "Koorda", |
|
53803
|
|
|
|
|
|
|
"61267554", "Tamworth", |
|
53804
|
|
|
|
|
|
|
"61746602", "Warwick", |
|
53805
|
|
|
|
|
|
|
"61256607", "Ulong", |
|
53806
|
|
|
|
|
|
|
"6129784", "Sydney", |
|
53807
|
|
|
|
|
|
|
"61347048", "Chiltern", |
|
53808
|
|
|
|
|
|
|
"61350149", "Cowangie", |
|
53809
|
|
|
|
|
|
|
"612530036", "Twelve\ Mile", |
|
53810
|
|
|
|
|
|
|
"61897069", "Margaret\ River", |
|
53811
|
|
|
|
|
|
|
"618996767", "Carnarvon", |
|
53812
|
|
|
|
|
|
|
"61348085", "Wanganella", |
|
53813
|
|
|
|
|
|
|
"618903403", "Cascade", |
|
53814
|
|
|
|
|
|
|
"61258238", "Gilgandra", |
|
53815
|
|
|
|
|
|
|
"61268120", "Weetaliba", |
|
53816
|
|
|
|
|
|
|
"61354776", "Charlton", |
|
53817
|
|
|
|
|
|
|
"6139564", "Melbourne", |
|
53818
|
|
|
|
|
|
|
"61341057", "Nowa\ Nowa", |
|
53819
|
|
|
|
|
|
|
"612583602", "Eugowra", |
|
53820
|
|
|
|
|
|
|
"613573026", "Euroa", |
|
53821
|
|
|
|
|
|
|
"61342443", "Barwon\ Downs", |
|
53822
|
|
|
|
|
|
|
"618866936", "Booleroo\ Centre", |
|
53823
|
|
|
|
|
|
|
"61358126", "Kialla\ East", |
|
53824
|
|
|
|
|
|
|
"61260004", "Balldale", |
|
53825
|
|
|
|
|
|
|
"6136375", "Bicheno", |
|
53826
|
|
|
|
|
|
|
"617458772", "Brookstead", |
|
53827
|
|
|
|
|
|
|
"61899185", "Nabawa", |
|
53828
|
|
|
|
|
|
|
"61299141", "Liverpool", |
|
53829
|
|
|
|
|
|
|
"61352054", "Birregurra", |
|
53830
|
|
|
|
|
|
|
"618683120", "Woodanilling", |
|
53831
|
|
|
|
|
|
|
"61868389", "Bremer\ Bay", |
|
53832
|
|
|
|
|
|
|
"618964424", "Bibby\ Springs", |
|
53833
|
|
|
|
|
|
|
"61743028", "Maryborough", |
|
53834
|
|
|
|
|
|
|
"61356157", "Hill\ End", |
|
53835
|
|
|
|
|
|
|
"61248336", "Breadalbane", |
|
53836
|
|
|
|
|
|
|
"61355121", "Panmure", |
|
53837
|
|
|
|
|
|
|
"617750331", "Dalby", |
|
53838
|
|
|
|
|
|
|
"61268919", "Condobolin", |
|
53839
|
|
|
|
|
|
|
"61752252", "Gunalda", |
|
53840
|
|
|
|
|
|
|
"61245074", "Windsor", |
|
53841
|
|
|
|
|
|
|
"61749146", "Zamia\ Creek", |
|
53842
|
|
|
|
|
|
|
"61267310", "Walcha", |
|
53843
|
|
|
|
|
|
|
"61264115", "Adaminaby", |
|
53844
|
|
|
|
|
|
|
"6173918", "Brisbane", |
|
53845
|
|
|
|
|
|
|
"61861531", "Perth", |
|
53846
|
|
|
|
|
|
|
"61341342", "Omeo", |
|
53847
|
|
|
|
|
|
|
"618683770", "Pumphreys", |
|
53848
|
|
|
|
|
|
|
"61358308", "Mabins\ Well", |
|
53849
|
|
|
|
|
|
|
"618997038", "Howatharra", |
|
53850
|
|
|
|
|
|
|
"61741182", "Kingaroy", |
|
53851
|
|
|
|
|
|
|
"61269400", "Tooma", |
|
53852
|
|
|
|
|
|
|
"61255613", "Stuarts\ Point", |
|
53853
|
|
|
|
|
|
|
"612574273", "Tamworth", |
|
53854
|
|
|
|
|
|
|
"61350497", "Boundary\ Bend", |
|
53855
|
|
|
|
|
|
|
"61340265", "Pan\ Ban", |
|
53856
|
|
|
|
|
|
|
"61743425", "Kumbia", |
|
53857
|
|
|
|
|
|
|
"618854499", "Hartley", |
|
53858
|
|
|
|
|
|
|
"61745673", "Darr\ Creek", |
|
53859
|
|
|
|
|
|
|
"613451159", "Caramut", |
|
53860
|
|
|
|
|
|
|
"61357813", "Winton", |
|
53861
|
|
|
|
|
|
|
"61756082", "Rathdowney", |
|
53862
|
|
|
|
|
|
|
"612594212", "Griffith", |
|
53863
|
|
|
|
|
|
|
"61263640", "Cudal", |
|
53864
|
|
|
|
|
|
|
"618862096", "Wilpena", |
|
53865
|
|
|
|
|
|
|
"61749669", "Walkerston", |
|
53866
|
|
|
|
|
|
|
"61867166", "Darkan", |
|
53867
|
|
|
|
|
|
|
"612583316", "Yarragrin", |
|
53868
|
|
|
|
|
|
|
"61891304", "Broome", |
|
53869
|
|
|
|
|
|
|
"61887920", "Western\ Flat", |
|
53870
|
|
|
|
|
|
|
"618763949", "Cowell", |
|
53871
|
|
|
|
|
|
|
"61263989", "Hampton", |
|
53872
|
|
|
|
|
|
|
"61358605", "Kialla\ East", |
|
53873
|
|
|
|
|
|
|
"61896612", "Dalwallinu", |
|
53874
|
|
|
|
|
|
|
"61896081", "Dalwallinu\ West", |
|
53875
|
|
|
|
|
|
|
"617750420", "Yetman", |
|
53876
|
|
|
|
|
|
|
"61353796", "Kalkee", |
|
53877
|
|
|
|
|
|
|
"61251187", "Uriarra\ Forest", |
|
53878
|
|
|
|
|
|
|
"61265168", "Moonan\ Flat", |
|
53879
|
|
|
|
|
|
|
"617486200", "Gemfields", |
|
53880
|
|
|
|
|
|
|
"61260660", "Albury", |
|
53881
|
|
|
|
|
|
|
"61885877", "Wunkar", |
|
53882
|
|
|
|
|
|
|
"61745239", "Valley\ Downs", |
|
53883
|
|
|
|
|
|
|
"61353263", "Stoneleigh", |
|
53884
|
|
|
|
|
|
|
"613553511", "Cobden", |
|
53885
|
|
|
|
|
|
|
"617458825", "Longreach", |
|
53886
|
|
|
|
|
|
|
"618996807", "Geraldton", |
|
53887
|
|
|
|
|
|
|
"61258061", "Airlands", |
|
53888
|
|
|
|
|
|
|
"613442157", "Wedderburn", |
|
53889
|
|
|
|
|
|
|
"61260391", "Oaklands", |
|
53890
|
|
|
|
|
|
|
"61340134", "Arumpo", |
|
53891
|
|
|
|
|
|
|
"618997026", "Coorow", |
|
53892
|
|
|
|
|
|
|
"618858574", "Meningie\ East", |
|
53893
|
|
|
|
|
|
|
"61879041", "Carpentaria", |
|
53894
|
|
|
|
|
|
|
"61745724", "Westgrove", |
|
53895
|
|
|
|
|
|
|
"61354780", "Wycheproof", |
|
53896
|
|
|
|
|
|
|
"61255066", "Mount\ George", |
|
53897
|
|
|
|
|
|
|
"61753718", "Imbil", |
|
53898
|
|
|
|
|
|
|
"618985490", "Tambellup", |
|
53899
|
|
|
|
|
|
|
"61744476", "Prairie", |
|
53900
|
|
|
|
|
|
|
"61259620", "Booroorban", |
|
53901
|
|
|
|
|
|
|
"618763621", "Coober\ Pedy", |
|
53902
|
|
|
|
|
|
|
"61885812", "Eudunda", |
|
53903
|
|
|
|
|
|
|
"61889099", "Simpson", |
|
53904
|
|
|
|
|
|
|
"618903847", "Kellerberrin", |
|
53905
|
|
|
|
|
|
|
"61352068", "Kennedys\ Creek", |
|
53906
|
|
|
|
|
|
|
"61885519", "Karatta", |
|
53907
|
|
|
|
|
|
|
"61734446", "Beenleigh", |
|
53908
|
|
|
|
|
|
|
"61265287", "Telegraph\ Point", |
|
53909
|
|
|
|
|
|
|
"61269987", "Yaven\ Creek", |
|
53910
|
|
|
|
|
|
|
"61752209", "Boonah", |
|
53911
|
|
|
|
|
|
|
"61247140", "Mulgoa", |
|
53912
|
|
|
|
|
|
|
"61754055", "Kilcoy", |
|
53913
|
|
|
|
|
|
|
"61746192", "Mount\ Tyson", |
|
53914
|
|
|
|
|
|
|
"61890562", "Mount\ Beaumont", |
|
53915
|
|
|
|
|
|
|
"6129575", "Sutherland", |
|
53916
|
|
|
|
|
|
|
"618600913", "Neridup", |
|
53917
|
|
|
|
|
|
|
"61886884", "Tumby\ Bay", |
|
53918
|
|
|
|
|
|
|
"613442133", "Lockington", |
|
53919
|
|
|
|
|
|
|
"61741800", "Gayndah", |
|
53920
|
|
|
|
|
|
|
"61753541", "Noosaville", |
|
53921
|
|
|
|
|
|
|
"618866928", "Mintabie", |
|
53922
|
|
|
|
|
|
|
"618752454", "Bower", |
|
53923
|
|
|
|
|
|
|
"618967727", "Yelbeni", |
|
53924
|
|
|
|
|
|
|
"61265154", "Comara", |
|
53925
|
|
|
|
|
|
|
"61890956", "Karloning", |
|
53926
|
|
|
|
|
|
|
"61754971", "Kilcoy", |
|
53927
|
|
|
|
|
|
|
"61361221", "Hobart", |
|
53928
|
|
|
|
|
|
|
"61891091", "Whaleback", |
|
53929
|
|
|
|
|
|
|
"61342297", "Apollo\ Bay", |
|
53930
|
|
|
|
|
|
|
"6126379", "Kandos", |
|
53931
|
|
|
|
|
|
|
"6128818", "Blacktown", |
|
53932
|
|
|
|
|
|
|
"617479202", "Upper\ Stone", |
|
53933
|
|
|
|
|
|
|
"61269358", "Stockinbingal", |
|
53934
|
|
|
|
|
|
|
"613572627", "Woods\ Point", |
|
53935
|
|
|
|
|
|
|
"61358450", "Kialla\ East", |
|
53936
|
|
|
|
|
|
|
"61256197", "Wooli", |
|
53937
|
|
|
|
|
|
|
"61351294", "Mount\ Taylor", |
|
53938
|
|
|
|
|
|
|
"613574780", "Yarrawonga", |
|
53939
|
|
|
|
|
|
|
"61887213", "Mount\ Gambier", |
|
53940
|
|
|
|
|
|
|
"61876145", "Iron\ Baron", |
|
53941
|
|
|
|
|
|
|
"61749939", "Biloela", |
|
53942
|
|
|
|
|
|
|
"61259054", "Henty", |
|
53943
|
|
|
|
|
|
|
"61351592", "Cann\ River", |
|
53944
|
|
|
|
|
|
|
"612631597", "Canowindra", |
|
53945
|
|
|
|
|
|
|
"61358457", "Berrigan", |
|
53946
|
|
|
|
|
|
|
"61749344", "Tungamull", |
|
53947
|
|
|
|
|
|
|
"61361170", "Swansea", |
|
53948
|
|
|
|
|
|
|
"61258243", "Wellington", |
|
53949
|
|
|
|
|
|
|
"61342290", "Meredith", |
|
53950
|
|
|
|
|
|
|
"61263409", "Cowra", |
|
53951
|
|
|
|
|
|
|
"61740989", "Daintree", |
|
53952
|
|
|
|
|
|
|
"61341305", "Sale", |
|
53953
|
|
|
|
|
|
|
"61347033", "Mount\ Buller", |
|
53954
|
|
|
|
|
|
|
"61356426", "Warragul", |
|
53955
|
|
|
|
|
|
|
"61879263", "Tennant\ Creek", |
|
53956
|
|
|
|
|
|
|
"61893244", "Perth", |
|
53957
|
|
|
|
|
|
|
"61891328", "Derby", |
|
53958
|
|
|
|
|
|
|
"618851894", "Two\ Wells", |
|
53959
|
|
|
|
|
|
|
"61754049", "Gatton", |
|
53960
|
|
|
|
|
|
|
"61354555", "Logan", |
|
53961
|
|
|
|
|
|
|
"6173385", "Redcliffe", |
|
53962
|
|
|
|
|
|
|
"61256190", "Maclean", |
|
53963
|
|
|
|
|
|
|
"61363492", "Ringarooma", |
|
53964
|
|
|
|
|
|
|
"61875279", "Sedan", |
|
53965
|
|
|
|
|
|
|
"61357411", "Mansfield", |
|
53966
|
|
|
|
|
|
|
"61260425", "Balldale", |
|
53967
|
|
|
|
|
|
|
"6139748", "Werribee", |
|
53968
|
|
|
|
|
|
|
"61350061", "Cunninyeuk", |
|
53969
|
|
|
|
|
|
|
"61876159", "Cowell", |
|
53970
|
|
|
|
|
|
|
"61897141", "Dardanup", |
|
53971
|
|
|
|
|
|
|
"61269980", "Stockinbingal", |
|
53972
|
|
|
|
|
|
|
"61248134", "Taralga", |
|
53973
|
|
|
|
|
|
|
"61898779", "Kondinin", |
|
53974
|
|
|
|
|
|
|
"613470863", "Broadford", |
|
53975
|
|
|
|
|
|
|
"61746795", "Dalby", |
|
53976
|
|
|
|
|
|
|
"61756246", "Ormeau", |
|
53977
|
|
|
|
|
|
|
"61741807", "Tandora", |
|
53978
|
|
|
|
|
|
|
"61745148", "Charleville", |
|
53979
|
|
|
|
|
|
|
"61886289", "Wharminda", |
|
53980
|
|
|
|
|
|
|
"61343202", "Dadswells\ Bridge", |
|
53981
|
|
|
|
|
|
|
"61267743", "Ingleba", |
|
53982
|
|
|
|
|
|
|
"617750050", "Westmar", |
|
53983
|
|
|
|
|
|
|
"6124237", "Kiama", |
|
53984
|
|
|
|
|
|
|
"61259627", "Ivanhoe", |
|
53985
|
|
|
|
|
|
|
"61265280", "Forster", |
|
53986
|
|
|
|
|
|
|
"61891106", "De\ Grey", |
|
53987
|
|
|
|
|
|
|
"618683538", "Nalyerlup", |
|
53988
|
|
|
|
|
|
|
"613531660", "Glenorchy", |
|
53989
|
|
|
|
|
|
|
"61743004", "Eidsvold", |
|
53990
|
|
|
|
|
|
|
"613451432", "Lake\ Mundi", |
|
53991
|
|
|
|
|
|
|
"61367339", "Evandale", |
|
53992
|
|
|
|
|
|
|
"61357382", "Killawarra", |
|
53993
|
|
|
|
|
|
|
"618601063", "Cascade", |
|
53994
|
|
|
|
|
|
|
"61745834", "Pittsworth", |
|
53995
|
|
|
|
|
|
|
"617750015", "North\ Star", |
|
53996
|
|
|
|
|
|
|
"618996877", "Marchagee", |
|
53997
|
|
|
|
|
|
|
"61885870", "Taplan", |
|
53998
|
|
|
|
|
|
|
"61359301", "Tankerton", |
|
53999
|
|
|
|
|
|
|
"613545012", "Lockington", |
|
54000
|
|
|
|
|
|
|
"61264053", "Delegate", |
|
54001
|
|
|
|
|
|
|
"61260028", "Dartmouth", |
|
54002
|
|
|
|
|
|
|
"617480680", "Dingo", |
|
54003
|
|
|
|
|
|
|
"618683096", "Pingaring", |
|
54004
|
|
|
|
|
|
|
"618985550", "Dudinin", |
|
54005
|
|
|
|
|
|
|
"61354787", "Watchem", |
|
54006
|
|
|
|
|
|
|
"61749622", "Gladstone", |
|
54007
|
|
|
|
|
|
|
"613441934", "Strathfieldsaye", |
|
54008
|
|
|
|
|
|
|
"61269166", "Milbrulong", |
|
54009
|
|
|
|
|
|
|
"618858504", "Gurrai", |
|
54010
|
|
|
|
|
|
|
"61244173", "Jilliga", |
|
54011
|
|
|
|
|
|
|
"61364093", "Marrawah", |
|
54012
|
|
|
|
|
|
|
"617486831", "Dingo\ Beach", |
|
54013
|
|
|
|
|
|
|
"61887927", "Millicent", |
|
54014
|
|
|
|
|
|
|
"618683526", "Lake\ Oconnor", |
|
54015
|
|
|
|
|
|
|
"61284192", "Dural", |
|
54016
|
|
|
|
|
|
|
"61885383", "Callington", |
|
54017
|
|
|
|
|
|
|
"61260667", "Gerogery", |
|
54018
|
|
|
|
|
|
|
"61251180", "Captains\ Flat", |
|
54019
|
|
|
|
|
|
|
"61267103", "Pilliga", |
|
54020
|
|
|
|
|
|
|
"6126642", "Grafton", |
|
54021
|
|
|
|
|
|
|
"617480303", "Orion", |
|
54022
|
|
|
|
|
|
|
"61890258", "Eyre", |
|
54023
|
|
|
|
|
|
|
"61887435", "Padthaway", |
|
54024
|
|
|
|
|
|
|
"612593695", "Gundagai", |
|
54025
|
|
|
|
|
|
|
"61350490", "Curyo", |
|
54026
|
|
|
|
|
|
|
"61259068", "Alleena", |
|
54027
|
|
|
|
|
|
|
"61896670", "Goodlands", |
|
54028
|
|
|
|
|
|
|
"612574203", "Bingara", |
|
54029
|
|
|
|
|
|
|
"61269407", "Burra", |
|
54030
|
|
|
|
|
|
|
"61898996", "Kojaneerup", |
|
54031
|
|
|
|
|
|
|
"61250126", "Koetong", |
|
54032
|
|
|
|
|
|
|
"612683786", "Mendooran", |
|
54033
|
|
|
|
|
|
|
"61878048", "Lochiel", |
|
54034
|
|
|
|
|
|
|
"61263647", "Manildra", |
|
54035
|
|
|
|
|
|
|
"61877085", "Wirrega", |
|
54036
|
|
|
|
|
|
|
"61343259", "Serviceton", |
|
54037
|
|
|
|
|
|
|
"61741785", "Mount\ Perry", |
|
54038
|
|
|
|
|
|
|
"61340336", "Culgoa", |
|
54039
|
|
|
|
|
|
|
"6186320", "Perth", |
|
54040
|
|
|
|
|
|
|
"61268351", "Nyngan", |
|
54041
|
|
|
|
|
|
|
"61264712", "Thredbo\ Village", |
|
54042
|
|
|
|
|
|
|
"61887038", "Keith", |
|
54043
|
|
|
|
|
|
|
"613525", "Geelong", |
|
54044
|
|
|
|
|
|
|
"612530255", "Harden\/Bathurst\/Birriwa\/Blayney", |
|
54045
|
|
|
|
|
|
|
"618683700", "Bradfords", |
|
54046
|
|
|
|
|
|
|
"61876102", "Ceduna", |
|
54047
|
|
|
|
|
|
|
"61362987", "Geeveston", |
|
54048
|
|
|
|
|
|
|
"61748492", "Gladstone", |
|
54049
|
|
|
|
|
|
|
"612583440", "Boona\ Mountain", |
|
54050
|
|
|
|
|
|
|
"617480540", "Koumala", |
|
54051
|
|
|
|
|
|
|
"612683714", "Dubbo", |
|
54052
|
|
|
|
|
|
|
"61267317", "Halls\ Creek", |
|
54053
|
|
|
|
|
|
|
"61754307", "Noosaville", |
|
54054
|
|
|
|
|
|
|
"617458702", "Allora", |
|
54055
|
|
|
|
|
|
|
"61745708", "Yuleba", |
|
54056
|
|
|
|
|
|
|
"61890529", "Baandee", |
|
54057
|
|
|
|
|
|
|
"61341050", "Genoa", |
|
54058
|
|
|
|
|
|
|
"612583672", "Binnaway", |
|
54059
|
|
|
|
|
|
|
"61359094", "Koo\ Wee\ Rup", |
|
54060
|
|
|
|
|
|
|
"61248265", "Bungonia", |
|
54061
|
|
|
|
|
|
|
"61265356", "Glendonbrook", |
|
54062
|
|
|
|
|
|
|
"618903630", "Speddingup\ East", |
|
54063
|
|
|
|
|
|
|
"612593952", "Booroorban", |
|
54064
|
|
|
|
|
|
|
"613431740", "Streatham", |
|
54065
|
|
|
|
|
|
|
"61890822", "Muntadgin\ East", |
|
54066
|
|
|
|
|
|
|
"61267372", "Sandy\ Flat", |
|
54067
|
|
|
|
|
|
|
"6135916", "Mornington", |
|
54068
|
|
|
|
|
|
|
"61263452", "Reids\ Flat", |
|
54069
|
|
|
|
|
|
|
"61356150", "Korumburra", |
|
54070
|
|
|
|
|
|
|
"618753166", "Langhorne\ Creek", |
|
54071
|
|
|
|
|
|
|
"618661152", "Moora", |
|
54072
|
|
|
|
|
|
|
"61877206", "Tilley\ Swamp", |
|
54073
|
|
|
|
|
|
|
"61890135", "Mount\ Merivale", |
|
54074
|
|
|
|
|
|
|
"61899291", "Nangetty", |
|
54075
|
|
|
|
|
|
|
"61361159", "Nubeena", |
|
54076
|
|
|
|
|
|
|
"61742487", "Weipa", |
|
54077
|
|
|
|
|
|
|
"61267300", "Glen\ Elgin", |
|
54078
|
|
|
|
|
|
|
"61264105", "Bendoc", |
|
54079
|
|
|
|
|
|
|
"61268736", "Mount\ Herring", |
|
54080
|
|
|
|
|
|
|
"6136440", "Burnie", |
|
54081
|
|
|
|
|
|
|
"61885180", "Sanderston", |
|
54082
|
|
|
|
|
|
|
"618982446", "Mount\ Barker", |
|
54083
|
|
|
|
|
|
|
"61238188", "Yerrinbool", |
|
54084
|
|
|
|
|
|
|
"61268909", "Double\ Peaks", |
|
54085
|
|
|
|
|
|
|
"612532436", "Gulgong", |
|
54086
|
|
|
|
|
|
|
"6188139", "Adelaide", |
|
54087
|
|
|
|
|
|
|
"618763878", "Jamestown", |
|
54088
|
|
|
|
|
|
|
"6134335", "Ballarat\/Ararat\/Stawell", |
|
54089
|
|
|
|
|
|
|
"61367095", "Campbell\ Town", |
|
54090
|
|
|
|
|
|
|
"6128467", "Sydney", |
|
54091
|
|
|
|
|
|
|
"61353957", "Yaapeet", |
|
54092
|
|
|
|
|
|
|
"61889266", "Tanami", |
|
54093
|
|
|
|
|
|
|
"6173722", "Brisbane", |
|
54094
|
|
|
|
|
|
|
"618990098", "Ajana", |
|
54095
|
|
|
|
|
|
|
"6138087", "Werribee", |
|
54096
|
|
|
|
|
|
|
"61255299", "Moonan\ Flat", |
|
54097
|
|
|
|
|
|
|
"61373020", "Craigieburn", |
|
54098
|
|
|
|
|
|
|
"618683020", "Albany", |
|
54099
|
|
|
|
|
|
|
"61876170", "Wanilla", |
|
54100
|
|
|
|
|
|
|
"61242633", "Kiama", |
|
54101
|
|
|
|
|
|
|
"61898750", "Varley", |
|
54102
|
|
|
|
|
|
|
"61260014", "Corowa", |
|
54103
|
|
|
|
|
|
|
"612582487", "Gollan", |
|
54104
|
|
|
|
|
|
|
"61355202", "Mount\ Richmond", |
|
54105
|
|
|
|
|
|
|
"61357981", "Violet\ Town", |
|
54106
|
|
|
|
|
|
|
"61753148", "Rosewood", |
|
54107
|
|
|
|
|
|
|
"6128374", "Sydney", |
|
54108
|
|
|
|
|
|
|
"61257236", "Halls\ Creek", |
|
54109
|
|
|
|
|
|
|
"61895133", "Bindoon", |
|
54110
|
|
|
|
|
|
|
"6135856", "Rushworth", |
|
54111
|
|
|
|
|
|
|
"618866378", "Wharminda", |
|
54112
|
|
|
|
|
|
|
"61742371", "Gordonvale", |
|
54113
|
|
|
|
|
|
|
"61259999", "Griffith", |
|
54114
|
|
|
|
|
|
|
"61742034", "Herberton", |
|
54115
|
|
|
|
|
|
|
"61896602", "Burakin", |
|
54116
|
|
|
|
|
|
|
"618993249", "Northern\ Gully", |
|
54117
|
|
|
|
|
|
|
"61891314", "Hall\'s\ Creek", |
|
54118
|
|
|
|
|
|
|
"61885966", "Goolwa", |
|
54119
|
|
|
|
|
|
|
"61756601", "Jimboomba", |
|
54120
|
|
|
|
|
|
|
"61256132", "Woodburn", |
|
54121
|
|
|
|
|
|
|
"61887576", "Tintinara", |
|
54122
|
|
|
|
|
|
|
"61264626", "Merimbula", |
|
54123
|
|
|
|
|
|
|
"613451059", "Dunkeld", |
|
54124
|
|
|
|
|
|
|
"61744162", "Kirk", |
|
54125
|
|
|
|
|
|
|
"61747069", "Karumba", |
|
54126
|
|
|
|
|
|
|
"61345041", "Lake\ Mundi", |
|
54127
|
|
|
|
|
|
|
"617480046", "Cracow", |
|
54128
|
|
|
|
|
|
|
"61888961", "Blyth", |
|
54129
|
|
|
|
|
|
|
"61342232", "Apollo\ Bay", |
|
54130
|
|
|
|
|
|
|
"61851036", "Great\ Sandy", |
|
54131
|
|
|
|
|
|
|
"618660099", "Ejanding", |
|
54132
|
|
|
|
|
|
|
"61255603", "Muswellbrook", |
|
54133
|
|
|
|
|
|
|
"61269410", "Mannus", |
|
54134
|
|
|
|
|
|
|
"613470149", "Kilmore", |
|
54135
|
|
|
|
|
|
|
"612582519", "Trangie", |
|
54136
|
|
|
|
|
|
|
"612594300", "Rankins\ Springs", |
|
54137
|
|
|
|
|
|
|
"61256393", "Grafton", |
|
54138
|
|
|
|
|
|
|
"6135873", "Cobram", |
|
54139
|
|
|
|
|
|
|
"61860067", "Southern\ Cross", |
|
54140
|
|
|
|
|
|
|
"618753333", "Kingscote", |
|
54141
|
|
|
|
|
|
|
"61362417", "Huonville", |
|
54142
|
|
|
|
|
|
|
"61886376", "Willowie", |
|
54143
|
|
|
|
|
|
|
"61357553", "Bonnie\ Doon", |
|
54144
|
|
|
|
|
|
|
"61885509", "Goolwa", |
|
54145
|
|
|
|
|
|
|
"61263675", "Lyndhurst", |
|
54146
|
|
|
|
|
|
|
"618763787", "Indian\ Pacific", |
|
54147
|
|
|
|
|
|
|
"61344035", "Cohuna", |
|
54148
|
|
|
|
|
|
|
"617459901", "Tambo", |
|
54149
|
|
|
|
|
|
|
"61885802", "Berri", |
|
54150
|
|
|
|
|
|
|
"61890797", "Salmon\ Gums", |
|
54151
|
|
|
|
|
|
|
"618903462", "Eyre", |
|
54152
|
|
|
|
|
|
|
"618863564", "Minnipa", |
|
54153
|
|
|
|
|
|
|
"613531807", "Creswick", |
|
54154
|
|
|
|
|
|
|
"61361373", "Nubeena", |
|
54155
|
|
|
|
|
|
|
"61257020", "Guyra", |
|
54156
|
|
|
|
|
|
|
"617441950", "Gunpowder", |
|
54157
|
|
|
|
|
|
|
"61887699", "Frances", |
|
54158
|
|
|
|
|
|
|
"617473900", "Gunpowder", |
|
54159
|
|
|
|
|
|
|
"61753708", "Nambour", |
|
54160
|
|
|
|
|
|
|
"612694631", "Yaven\ Creek", |
|
54161
|
|
|
|
|
|
|
"612630795", "Burraga", |
|
54162
|
|
|
|
|
|
|
"613431995", "Telopea\ Downs", |
|
54163
|
|
|
|
|
|
|
"61263378", "Hill\ End", |
|
54164
|
|
|
|
|
|
|
"61267458", "Wollomombi", |
|
54165
|
|
|
|
|
|
|
"61748430", "Blackwater", |
|
54166
|
|
|
|
|
|
|
"61895392", "Bakers\ Hill", |
|
54167
|
|
|
|
|
|
|
"613442057", "Gowar\ East", |
|
54168
|
|
|
|
|
|
|
"617441915", "Pentland", |
|
54169
|
|
|
|
|
|
|
"61355528", "Wallacedale", |
|
54170
|
|
|
|
|
|
|
"617486954", "Nogoa", |
|
54171
|
|
|
|
|
|
|
"61755930", "Southport", |
|
54172
|
|
|
|
|
|
|
"61887203", "Lucindale\ South", |
|
54173
|
|
|
|
|
|
|
"612574225", "Drake", |
|
54174
|
|
|
|
|
|
|
"61889793", "Jabiru", |
|
54175
|
|
|
|
|
|
|
"618967077", "Wongan\ Hills", |
|
54176
|
|
|
|
|
|
|
"618683590", "Cairlocup", |
|
54177
|
|
|
|
|
|
|
"61350432", "Kyalite", |
|
54178
|
|
|
|
|
|
|
"61267971", "Copeton\ Dam", |
|
54179
|
|
|
|
|
|
|
"61264745", "Bendoc", |
|
54180
|
|
|
|
|
|
|
"618753357", "Perponda", |
|
54181
|
|
|
|
|
|
|
"617458592", "Brigalow", |
|
54182
|
|
|
|
|
|
|
"61741810", "Bundaberg", |
|
54183
|
|
|
|
|
|
|
"61261199", "Rye\ Park", |
|
54184
|
|
|
|
|
|
|
"613442033", "Woodend", |
|
54185
|
|
|
|
|
|
|
"618660981", "Dalwallinu\ West", |
|
54186
|
|
|
|
|
|
|
"61341079", "Lakes\ Entrance", |
|
54187
|
|
|
|
|
|
|
"61356179", "Bunyip", |
|
54188
|
|
|
|
|
|
|
"61267055", "Gurley", |
|
54189
|
|
|
|
|
|
|
"6124339", "Gosford", |
|
54190
|
|
|
|
|
|
|
"6186223", "Fremantle", |
|
54191
|
|
|
|
|
|
|
"61752219", "Harrisville", |
|
54192
|
|
|
|
|
|
|
"618967681", "Gabbin\ North", |
|
54193
|
|
|
|
|
|
|
"61361102", "Kempton", |
|
54194
|
|
|
|
|
|
|
"61741817", "Nanango", |
|
54195
|
|
|
|
|
|
|
"61264759", "Eucumbene", |
|
54196
|
|
|
|
|
|
|
"617480286", "Mount\ Coolon", |
|
54197
|
|
|
|
|
|
|
"617452542", "Crows\ Nest", |
|
54198
|
|
|
|
|
|
|
"61748084", "Baralaba", |
|
54199
|
|
|
|
|
|
|
"6136286", "Gretna", |
|
54200
|
|
|
|
|
|
|
"61355245", "Dartmoor", |
|
54201
|
|
|
|
|
|
|
"617558", "Southport", |
|
54202
|
|
|
|
|
|
|
"618967007", "Goodlands", |
|
54203
|
|
|
|
|
|
|
"61357401", "Mount\ Buller", |
|
54204
|
|
|
|
|
|
|
"61267049", "Currabubula", |
|
54205
|
|
|
|
|
|
|
"61264142", "Wonboyn\ Lake", |
|
54206
|
|
|
|
|
|
|
"61741872", "Tiaro", |
|
54207
|
|
|
|
|
|
|
"618683415", "Rocky\ Gully", |
|
54208
|
|
|
|
|
|
|
"61341315", "Buchan", |
|
54209
|
|
|
|
|
|
|
"618993089", "Marchagee", |
|
54210
|
|
|
|
|
|
|
"61348282", "Conargo", |
|
54211
|
|
|
|
|
|
|
"612574386", "Aberfoyle", |
|
54212
|
|
|
|
|
|
|
"61746686", "Diamondy", |
|
54213
|
|
|
|
|
|
|
"61851171", "Whaleback", |
|
54214
|
|
|
|
|
|
|
"61352999", "Beeac", |
|
54215
|
|
|
|
|
|
|
"617442855", "Julia\ Creek", |
|
54216
|
|
|
|
|
|
|
"613451429", "Harrow", |
|
54217
|
|
|
|
|
|
|
"6173664", "Sandgate", |
|
54218
|
|
|
|
|
|
|
"61748437", "Gladstone", |
|
54219
|
|
|
|
|
|
|
"618762568", "Coffin\ Bay", |
|
54220
|
|
|
|
|
|
|
"618683196", "Nyabing", |
|
54221
|
|
|
|
|
|
|
"61747022", "Boulia", |
|
54222
|
|
|
|
|
|
|
"61253331", "Dunedoo", |
|
54223
|
|
|
|
|
|
|
"61253074", "Twelve\ Mile", |
|
54224
|
|
|
|
|
|
|
"61747444", "Mount\ Isa", |
|
54225
|
|
|
|
|
|
|
"61851227", "Fitzroy\ Crossing", |
|
54226
|
|
|
|
|
|
|
"61256565", "Mullumbimby", |
|
54227
|
|
|
|
|
|
|
"61898073", "Denmark", |
|
54228
|
|
|
|
|
|
|
"6128958", "Sydney", |
|
54229
|
|
|
|
|
|
|
"61896348", "Coomallo", |
|
54230
|
|
|
|
|
|
|
"617750115", "Bringalily", |
|
54231
|
|
|
|
|
|
|
"61889968", "Nhulunbuy", |
|
54232
|
|
|
|
|
|
|
"618601163", "Nullarbor", |
|
54233
|
|
|
|
|
|
|
"6174667", "Warwick", |
|
54234
|
|
|
|
|
|
|
"613573090", "Nagambie", |
|
54235
|
|
|
|
|
|
|
"61743014", "Chahpingah", |
|
54236
|
|
|
|
|
|
|
"61343121", "Rokewood", |
|
54237
|
|
|
|
|
|
|
"61240584", "Newcastle", |
|
54238
|
|
|
|
|
|
|
"6136498", "Devonport", |
|
54239
|
|
|
|
|
|
|
"61362410", "Dover", |
|
54240
|
|
|
|
|
|
|
"618866165", "Port\ Kenny", |
|
54241
|
|
|
|
|
|
|
"61891116", "Sandfire", |
|
54242
|
|
|
|
|
|
|
"617442810", "Mount\ Isa", |
|
54243
|
|
|
|
|
|
|
"61860060", "Neridup", |
|
54244
|
|
|
|
|
|
|
"6135882", "Blighty", |
|
54245
|
|
|
|
|
|
|
"617473970", "The\ Monument", |
|
54246
|
|
|
|
|
|
|
"61257027", "Tenterden", |
|
54247
|
|
|
|
|
|
|
"61268489", "Yarragrin", |
|
54248
|
|
|
|
|
|
|
"617750150", "Guluguba", |
|
54249
|
|
|
|
|
|
|
"613531877", "Stoneleigh", |
|
54250
|
|
|
|
|
|
|
"617459971", "Elbow\ Valley", |
|
54251
|
|
|
|
|
|
|
"61896645", "Wubin", |
|
54252
|
|
|
|
|
|
|
"61890790", "Mount\ Beaumont", |
|
54253
|
|
|
|
|
|
|
"61748546", "Koumala", |
|
54254
|
|
|
|
|
|
|
"61355868", "Poolaijelo", |
|
54255
|
|
|
|
|
|
|
"612594370", "Adelong", |
|
54256
|
|
|
|
|
|
|
"61875184", "Halidon", |
|
54257
|
|
|
|
|
|
|
"61269417", "Yaven\ Creek", |
|
54258
|
|
|
|
|
|
|
"618763362", "Great\ Bight", |
|
54259
|
|
|
|
|
|
|
"61879388", "Carpentaria", |
|
54260
|
|
|
|
|
|
|
"61745541", "Freestone", |
|
54261
|
|
|
|
|
|
|
"617452682", "Allora", |
|
54262
|
|
|
|
|
|
|
"61267113", "Ebor", |
|
54263
|
|
|
|
|
|
|
"61868276", "Perillup", |
|
54264
|
|
|
|
|
|
|
"61898585", "Newdegate\ East", |
|
54265
|
|
|
|
|
|
|
"618982953", "Bedford\ Harbour", |
|
54266
|
|
|
|
|
|
|
"61886174", "Penong", |
|
54267
|
|
|
|
|
|
|
"612574952", "Mullaley", |
|
54268
|
|
|
|
|
|
|
"61257365", "Ebor", |
|
54269
|
|
|
|
|
|
|
"613553760", "Coojar", |
|
54270
|
|
|
|
|
|
|
"61877216", "Coonawarra", |
|
54271
|
|
|
|
|
|
|
"61373027", "Point\ Cook", |
|
54272
|
|
|
|
|
|
|
"61876177", "Nunjikompita", |
|
54273
|
|
|
|
|
|
|
"61354815", "Rochester", |
|
54274
|
|
|
|
|
|
|
"618661052", "Gabbin", |
|
54275
|
|
|
|
|
|
|
"61741696", "Murgon", |
|
54276
|
|
|
|
|
|
|
"6125354", "Lithgow", |
|
54277
|
|
|
|
|
|
|
"618851790", "Mallala", |
|
54278
|
|
|
|
|
|
|
"61876221", "Mount\ Hope", |
|
54279
|
|
|
|
|
|
|
"61872331", "Adelaide", |
|
54280
|
|
|
|
|
|
|
"61248751", "Wombeyan\ Caves", |
|
54281
|
|
|
|
|
|
|
"61889335", "Rodinga", |
|
54282
|
|
|
|
|
|
|
"61361145", "South\ Bruny", |
|
54283
|
|
|
|
|
|
|
"61898757", "Tarwonga", |
|
54284
|
|
|
|
|
|
|
"61745718", "Oakey", |
|
54285
|
|
|
|
|
|
|
"61243066", "Wyong", |
|
54286
|
|
|
|
|
|
|
"61363084", "St\ Marys", |
|
54287
|
|
|
|
|
|
|
"61885187", "Sedan", |
|
54288
|
|
|
|
|
|
|
"61267307", "Pinkett", |
|
54289
|
|
|
|
|
|
|
"61753724", "Woodford", |
|
54290
|
|
|
|
|
|
|
"617458803", "Goombungee", |
|
54291
|
|
|
|
|
|
|
"61358479", "Tocumwal", |
|
54292
|
|
|
|
|
|
|
"61742480", "Ravenshoe", |
|
54293
|
|
|
|
|
|
|
"618982937", "Badgebup", |
|
54294
|
|
|
|
|
|
|
"612574695", "Gunnedah", |
|
54295
|
|
|
|
|
|
|
"61876112", "Whyalla", |
|
54296
|
|
|
|
|
|
|
"612532947", "Cassilis", |
|
54297
|
|
|
|
|
|
|
"61353950", "Serviceton", |
|
54298
|
|
|
|
|
|
|
"617480768", "Walkerston", |
|
54299
|
|
|
|
|
|
|
"61752161", "Ballugan", |
|
54300
|
|
|
|
|
|
|
"61264702", "Dalgety", |
|
54301
|
|
|
|
|
|
|
"61875257", "Geranium", |
|
54302
|
|
|
|
|
|
|
"618763808", "Mudamuckla", |
|
54303
|
|
|
|
|
|
|
"61240046", "Newcastle", |
|
54304
|
|
|
|
|
|
|
"61889638", "Tablelands", |
|
54305
|
|
|
|
|
|
|
"61753239", "Woodbine", |
|
54306
|
|
|
|
|
|
|
"6186321", "Perth", |
|
54307
|
|
|
|
|
|
|
"618601002", "Collurabbie", |
|
54308
|
|
|
|
|
|
|
"61263956", "Laheys\ Creek", |
|
54309
|
|
|
|
|
|
|
"61875312", "Tanunda", |
|
54310
|
|
|
|
|
|
|
"61886387", "Nelshaby", |
|
54311
|
|
|
|
|
|
|
"61260542", "Albury", |
|
54312
|
|
|
|
|
|
|
"61358820", "Cornalla", |
|
54313
|
|
|
|
|
|
|
"61877046", "Avenue\ Range", |
|
54314
|
|
|
|
|
|
|
"61744223", "Yabulu", |
|
54315
|
|
|
|
|
|
|
"61741467", "Moonford", |
|
54316
|
|
|
|
|
|
|
"617486197", "Gargett", |
|
54317
|
|
|
|
|
|
|
"61741746", "Yandaran", |
|
54318
|
|
|
|
|
|
|
"61248029", "Bowral", |
|
54319
|
|
|
|
|
|
|
"61897998", "Pemberton", |
|
54320
|
|
|
|
|
|
|
"61754252", "Crossdale", |
|
54321
|
|
|
|
|
|
|
"61740258", "Silkwood", |
|
54322
|
|
|
|
|
|
|
"61752300", "Maroon", |
|
54323
|
|
|
|
|
|
|
"61364649", "Wynyard", |
|
54324
|
|
|
|
|
|
|
"61886958", "Darke\ Peak", |
|
54325
|
|
|
|
|
|
|
"61748996", "Mackay", |
|
54326
|
|
|
|
|
|
|
"61886634", "Laura", |
|
54327
|
|
|
|
|
|
|
"61344443", "Bendigo", |
|
54328
|
|
|
|
|
|
|
"612582468", "Condobolin", |
|
54329
|
|
|
|
|
|
|
"612574947", "Manilla", |
|
54330
|
|
|
|
|
|
|
"61244257", "Narooma", |
|
54331
|
|
|
|
|
|
|
"61256610", "Wiangaree", |
|
54332
|
|
|
|
|
|
|
"612532695", "Lithgow", |
|
54333
|
|
|
|
|
|
|
"6186304", "Wanneroo", |
|
54334
|
|
|
|
|
|
|
"61891785", "Kununurra", |
|
54335
|
|
|
|
|
|
|
"61354054", "Strathfieldsaye", |
|
54336
|
|
|
|
|
|
|
"61749840", "Capella", |
|
54337
|
|
|
|
|
|
|
"61240216", "Branxton", |
|
54338
|
|
|
|
|
|
|
"61888913", "Halbury", |
|
54339
|
|
|
|
|
|
|
"617458619", "Elbow\ Valley", |
|
54340
|
|
|
|
|
|
|
"61269520", "Goolgowi", |
|
54341
|
|
|
|
|
|
|
"61878208", "Bute", |
|
54342
|
|
|
|
|
|
|
"61743505", "Monto", |
|
54343
|
|
|
|
|
|
|
"618967620", "Beacon", |
|
54344
|
|
|
|
|
|
|
"61244184", "Moruya", |
|
54345
|
|
|
|
|
|
|
"61364166", "Savage\ River", |
|
54346
|
|
|
|
|
|
|
"6189490", "Armadale", |
|
54347
|
|
|
|
|
|
|
"61367237", "Targa", |
|
54348
|
|
|
|
|
|
|
"617487024", "Gemfields", |
|
54349
|
|
|
|
|
|
|
"613470802", "Violet\ Town", |
|
54350
|
|
|
|
|
|
|
"618661047", "Dandaragan", |
|
54351
|
|
|
|
|
|
|
"612683791", "Narromine", |
|
54352
|
|
|
|
|
|
|
"61745330", "Meandarra", |
|
54353
|
|
|
|
|
|
|
"613450998", "Dunkeld", |
|
54354
|
|
|
|
|
|
|
"618660920", "Pantapin", |
|
54355
|
|
|
|
|
|
|
"61885031", "Coonalpyn", |
|
54356
|
|
|
|
|
|
|
"61898492", "Mount\ Barker", |
|
54357
|
|
|
|
|
|
|
"61885374", "Langhorne\ Creek", |
|
54358
|
|
|
|
|
|
|
"61886471", "Port\ Augusta", |
|
54359
|
|
|
|
|
|
|
"612685690", "Grawin", |
|
54360
|
|
|
|
|
|
|
"612532952", "Dunedoo", |
|
54361
|
|
|
|
|
|
|
"618683764", "Pingaring", |
|
54362
|
|
|
|
|
|
|
"61889178", "Yulara", |
|
54363
|
|
|
|
|
|
|
"61362860", "Hobart", |
|
54364
|
|
|
|
|
|
|
"61888036", "Clare", |
|
54365
|
|
|
|
|
|
|
"61747701", "Palm\ Island", |
|
54366
|
|
|
|
|
|
|
"61871001", "Adelaide", |
|
54367
|
|
|
|
|
|
|
"618753483", "Langhorne\ Creek", |
|
54368
|
|
|
|
|
|
|
"61749291", "Westwood", |
|
54369
|
|
|
|
|
|
|
"61740135", "Thursday\ Island", |
|
54370
|
|
|
|
|
|
|
"61740822", "Cooktown", |
|
54371
|
|
|
|
|
|
|
"618752511", "Walker\ Flat", |
|
54372
|
|
|
|
|
|
|
"61890989", "Dundas", |
|
54373
|
|
|
|
|
|
|
"61886964", "Kelly", |
|
54374
|
|
|
|
|
|
|
"617458763", "Bell", |
|
54375
|
|
|
|
|
|
|
"61887755", "Wrattonbully", |
|
54376
|
|
|
|
|
|
|
"61899344", "Dongara", |
|
54377
|
|
|
|
|
|
|
"61861703", "Spearwood", |
|
54378
|
|
|
|
|
|
|
"61742476", "Mount\ Garnet", |
|
54379
|
|
|
|
|
|
|
"612593789", "Humula", |
|
54380
|
|
|
|
|
|
|
"61355418", "Dorodong", |
|
54381
|
|
|
|
|
|
|
"618864646", "Andamooka", |
|
54382
|
|
|
|
|
|
|
"61269867", "Wantabadgery", |
|
54383
|
|
|
|
|
|
|
"61743244", "Burnett", |
|
54384
|
|
|
|
|
|
|
"61741328", "Bundaberg", |
|
54385
|
|
|
|
|
|
|
"61340062", "Werrimull", |
|
54386
|
|
|
|
|
|
|
"612592675", "Barellan", |
|
54387
|
|
|
|
|
|
|
"618903425", "Condingup", |
|
54388
|
|
|
|
|
|
|
"618763768", "Coffin\ Bay", |
|
54389
|
|
|
|
|
|
|
"618683081", "Moodiarrup", |
|
54390
|
|
|
|
|
|
|
"61888220", "Marion\ Bay", |
|
54391
|
|
|
|
|
|
|
"61747141", "Mutarnee", |
|
54392
|
|
|
|
|
|
|
"61866065", "Lancelin", |
|
54393
|
|
|
|
|
|
|
"618683677", "Yealering", |
|
54394
|
|
|
|
|
|
|
"61740264", "Mareeba", |
|
54395
|
|
|
|
|
|
|
"61890640", "Shackleton", |
|
54396
|
|
|
|
|
|
|
"61896795", "Gabbin", |
|
54397
|
|
|
|
|
|
|
"61341591", "Maffra", |
|
54398
|
|
|
|
|
|
|
"61362527", "Brighton", |
|
54399
|
|
|
|
|
|
|
"61895148", "Waroona", |
|
54400
|
|
|
|
|
|
|
"61249399", "Eccleston", |
|
54401
|
|
|
|
|
|
|
"618982263", "Denmark", |
|
54402
|
|
|
|
|
|
|
"618989043", "Lake\ Oconnor", |
|
54403
|
|
|
|
|
|
|
"617452533", "Cooyar", |
|
54404
|
|
|
|
|
|
|
"6174613", "Toowoomba", |
|
54405
|
|
|
|
|
|
|
"61357104", "Pyalong", |
|
54406
|
|
|
|
|
|
|
"61264021", "Bobundara", |
|
54407
|
|
|
|
|
|
|
"618858560", "Meningie", |
|
54408
|
|
|
|
|
|
|
"61868280", "Porongurup", |
|
54409
|
|
|
|
|
|
|
"612574262", "Pilliga", |
|
54410
|
|
|
|
|
|
|
"61741106", "Murgon", |
|
54411
|
|
|
|
|
|
|
"61355015", "Balmoral", |
|
54412
|
|
|
|
|
|
|
"613553800", "Harrow", |
|
54413
|
|
|
|
|
|
|
"61263732", "Mudgee", |
|
54414
|
|
|
|
|
|
|
"61887587", "Cannawigara", |
|
54415
|
|
|
|
|
|
|
"61752055", "Coominya", |
|
54416
|
|
|
|
|
|
|
"61754209", "Caloundra", |
|
54417
|
|
|
|
|
|
|
"61899622", "Pindar\ South", |
|
54418
|
|
|
|
|
|
|
"61258003", "Tooraweenah", |
|
54419
|
|
|
|
|
|
|
"61280446", "Sydney", |
|
54420
|
|
|
|
|
|
|
"618683218", "Walyurin", |
|
54421
|
|
|
|
|
|
|
"61267814", "Mullaley", |
|
54422
|
|
|
|
|
|
|
"6135153", "Bairnsdale", |
|
54423
|
|
|
|
|
|
|
"61887580", "Western\ Flat", |
|
54424
|
|
|
|
|
|
|
"61350719", "Balranald", |
|
54425
|
|
|
|
|
|
|
"612530128", "Killongbutta", |
|
54426
|
|
|
|
|
|
|
"61889643", "Tablelands", |
|
54427
|
|
|
|
|
|
|
"61755515", "Jimboomba", |
|
54428
|
|
|
|
|
|
|
"61359363", "Healesville", |
|
54429
|
|
|
|
|
|
|
"6175566", "Tweed\ Heads", |
|
54430
|
|
|
|
|
|
|
"61356506", "Poowong", |
|
54431
|
|
|
|
|
|
|
"61890452", "Mount\ Stirling", |
|
54432
|
|
|
|
|
|
|
"61886873", "Tooligie\ Hill", |
|
54433
|
|
|
|
|
|
|
"612574428", "Gundabloui", |
|
54434
|
|
|
|
|
|
|
"6138707", "Dandenong", |
|
54435
|
|
|
|
|
|
|
"61264695", "Bonang", |
|
54436
|
|
|
|
|
|
|
"613470175", "Yarck", |
|
54437
|
|
|
|
|
|
|
"612594199", "Galore", |
|
54438
|
|
|
|
|
|
|
"61263135", "Lithgow", |
|
54439
|
|
|
|
|
|
|
"61868287", "Tarin\ Rock", |
|
54440
|
|
|
|
|
|
|
"613442042", "Boort", |
|
54441
|
|
|
|
|
|
|
"61260505", "Rand", |
|
54442
|
|
|
|
|
|
|
"618862999", "Cummins", |
|
54443
|
|
|
|
|
|
|
"613450565", "Dorodong", |
|
54444
|
|
|
|
|
|
|
"613441795", "Elmore", |
|
54445
|
|
|
|
|
|
|
"61264398", "Bredbo", |
|
54446
|
|
|
|
|
|
|
"613553870", "Wombelano", |
|
54447
|
|
|
|
|
|
|
"61248062", "Robertson", |
|
54448
|
|
|
|
|
|
|
"61752049", "Woodbine", |
|
54449
|
|
|
|
|
|
|
"61878224", "Snowtown", |
|
54450
|
|
|
|
|
|
|
"613531674", "Halls\ Gap", |
|
54451
|
|
|
|
|
|
|
"613470946", "Violet\ Town", |
|
54452
|
|
|
|
|
|
|
"61868154", "Lake\ Grace", |
|
54453
|
|
|
|
|
|
|
"61896192", "Wongan\ Hills", |
|
54454
|
|
|
|
|
|
|
"617458936", "Tara", |
|
54455
|
|
|
|
|
|
|
"61361253", "Tarraleah", |
|
54456
|
|
|
|
|
|
|
"61888171", "Yorketown", |
|
54457
|
|
|
|
|
|
|
"618683607", "Holland\ Rocks", |
|
54458
|
|
|
|
|
|
|
"61888227", "Minlaton", |
|
54459
|
|
|
|
|
|
|
"618753342", "Marama", |
|
54460
|
|
|
|
|
|
|
"61876186", "Melrose", |
|
54461
|
|
|
|
|
|
|
"61891800", "Sandfire", |
|
54462
|
|
|
|
|
|
|
"618762587", "Indian\ Pacific", |
|
54463
|
|
|
|
|
|
|
"61362520", "Miena", |
|
54464
|
|
|
|
|
|
|
"61890647", "Narembeen", |
|
54465
|
|
|
|
|
|
|
"617486718", "Spier", |
|
54466
|
|
|
|
|
|
|
"613470593", "Jamieson", |
|
54467
|
|
|
|
|
|
|
"61887749", "Short", |
|
54468
|
|
|
|
|
|
|
"61886256", "Coorabie\/Great\ Bight", |
|
54469
|
|
|
|
|
|
|
"61748298", "Gladstone", |
|
54470
|
|
|
|
|
|
|
"617485883", "Moura", |
|
54471
|
|
|
|
|
|
|
"61877282", "Millicent", |
|
54472
|
|
|
|
|
|
|
"61743542", "Johnstown\ West", |
|
54473
|
|
|
|
|
|
|
"612583663", "Balladoran", |
|
54474
|
|
|
|
|
|
|
"617476528", "Halifax", |
|
54475
|
|
|
|
|
|
|
"6138365", "Craigieburn", |
|
54476
|
|
|
|
|
|
|
"61879201", "Alyangula", |
|
54477
|
|
|
|
|
|
|
"61736409", "Brisbane", |
|
54478
|
|
|
|
|
|
|
"61255193", "Stuarts\ Point", |
|
54479
|
|
|
|
|
|
|
"61367026", "George\ Town", |
|
54480
|
|
|
|
|
|
|
"61741091", "Monto", |
|
54481
|
|
|
|
|
|
|
"61899706", "Geraldton", |
|
54482
|
|
|
|
|
|
|
"61885176", "Robertstown", |
|
54483
|
|
|
|
|
|
|
"613546067", "Romsey", |
|
54484
|
|
|
|
|
|
|
"61720001", "Samford", |
|
54485
|
|
|
|
|
|
|
"613542301", "Raywood", |
|
54486
|
|
|
|
|
|
|
"6175431", "Caboolture", |
|
54487
|
|
|
|
|
|
|
"61887152", "Tantanoola", |
|
54488
|
|
|
|
|
|
|
"61263258", "Rockley", |
|
54489
|
|
|
|
|
|
|
"61269860", "Mangoplah", |
|
54490
|
|
|
|
|
|
|
"6126685", "Mullumbimby", |
|
54491
|
|
|
|
|
|
|
"61362867", "Hobart", |
|
54492
|
|
|
|
|
|
|
"61355153", "Timboon", |
|
54493
|
|
|
|
|
|
|
"61749185", "Turkey\ Beach", |
|
54494
|
|
|
|
|
|
|
"61897763", "Beedelup", |
|
54495
|
|
|
|
|
|
|
"61255332", "Ravensworth", |
|
54496
|
|
|
|
|
|
|
"61740732", "Malanda", |
|
54497
|
|
|
|
|
|
|
"6128413", "Sydney", |
|
54498
|
|
|
|
|
|
|
"61265389", "Rawdon\ Vale", |
|
54499
|
|
|
|
|
|
|
"61742251", "Atherton", |
|
54500
|
|
|
|
|
|
|
"618763923", "Wandearah\ East", |
|
54501
|
|
|
|
|
|
|
"61887109", "Monkoora", |
|
54502
|
|
|
|
|
|
|
"61737036", "Brisbane", |
|
54503
|
|
|
|
|
|
|
"617458928", "Roma", |
|
54504
|
|
|
|
|
|
|
"61363298", "Bridport", |
|
54505
|
|
|
|
|
|
|
"61348216", "Conargo", |
|
54506
|
|
|
|
|
|
|
"61867093", "Boyup\ Brook", |
|
54507
|
|
|
|
|
|
|
"61745684", "Aramac", |
|
54508
|
|
|
|
|
|
|
"61345122", "Warrnambool", |
|
54509
|
|
|
|
|
|
|
"61881661", "Adelaide", |
|
54510
|
|
|
|
|
|
|
"61896333", "Wongan\ Hills", |
|
54511
|
|
|
|
|
|
|
"612583719", "Mendooran", |
|
54512
|
|
|
|
|
|
|
"61362093", "New\ Norfolk", |
|
54513
|
|
|
|
|
|
|
"618682006", "Cranbrook", |
|
54514
|
|
|
|
|
|
|
"61269527", "Wallanthery", |
|
54515
|
|
|
|
|
|
|
"61340029", "Berriwillock", |
|
54516
|
|
|
|
|
|
|
"61752113", "Rosevale", |
|
54517
|
|
|
|
|
|
|
"61357128", "Thoona", |
|
54518
|
|
|
|
|
|
|
"6175593", "Tweed\ Heads", |
|
54519
|
|
|
|
|
|
|
"618964997", "Cunderdin\ North", |
|
54520
|
|
|
|
|
|
|
"61745337", "Warra", |
|
54521
|
|
|
|
|
|
|
"618862081", "Whyalla", |
|
54522
|
|
|
|
|
|
|
"613470872", "Flowerdale", |
|
54523
|
|
|
|
|
|
|
"61899146", "Wiluna", |
|
54524
|
|
|
|
|
|
|
"618850293", "Berri", |
|
54525
|
|
|
|
|
|
|
"61367230", "Moltema", |
|
54526
|
|
|
|
|
|
|
"61351915", "Traralgon", |
|
54527
|
|
|
|
|
|
|
"61260855", "Rennie", |
|
54528
|
|
|
|
|
|
|
"61244250", "Batemans\ Bay", |
|
54529
|
|
|
|
|
|
|
"6134327", "Ballarat\/Bacchus\ Marsh\/Kaniva\/Learmonth\/Clear\ Lake\/Creswick\/Crymelon\/Dadswells\ Bridge\/Daylesford\/Dimboola\/Elmhurst\/Gerang\ Gerung\/Glenisla\/Glenorchy", |
|
54530
|
|
|
|
|
|
|
"613431201", "Stoneleigh", |
|
54531
|
|
|
|
|
|
|
"6135176", "Traralgon", |
|
54532
|
|
|
|
|
|
|
"612574436", "Kelvin", |
|
54533
|
|
|
|
|
|
|
"61891182", "Cocos\ Island", |
|
54534
|
|
|
|
|
|
|
"61899669", "Yuna", |
|
54535
|
|
|
|
|
|
|
"618753504", "Penneshaw", |
|
54536
|
|
|
|
|
|
|
"618938", "Perth", |
|
54537
|
|
|
|
|
|
|
"61352805", "Torquay", |
|
54538
|
|
|
|
|
|
|
"61256617", "Casino", |
|
54539
|
|
|
|
|
|
|
"61343286", "Bacchus\ Marsh", |
|
54540
|
|
|
|
|
|
|
"61895673", "Toodyay", |
|
54541
|
|
|
|
|
|
|
"61749847", "Tieri", |
|
54542
|
|
|
|
|
|
|
"61263264", "Greenethorpe", |
|
54543
|
|
|
|
|
|
|
"61741460", "Mount\ Perry", |
|
54544
|
|
|
|
|
|
|
"61746081", "Jandowae", |
|
54545
|
|
|
|
|
|
|
"618683241", "Beaufort\ River", |
|
54546
|
|
|
|
|
|
|
"61868168", "Jerramungup", |
|
54547
|
|
|
|
|
|
|
"61886380", "Redhill", |
|
54548
|
|
|
|
|
|
|
"61267161", "Elcombe", |
|
54549
|
|
|
|
|
|
|
"618601072", "Eyre", |
|
54550
|
|
|
|
|
|
|
"61890409", "Dundas", |
|
54551
|
|
|
|
|
|
|
"61364655", "Gordon", |
|
54552
|
|
|
|
|
|
|
"613531767", "Willaura", |
|
54553
|
|
|
|
|
|
|
"618762647", "Yunta", |
|
54554
|
|
|
|
|
|
|
"61245083", "St\ Albans", |
|
54555
|
|
|
|
|
|
|
"61752307", "Thornton", |
|
54556
|
|
|
|
|
|
|
"6173342", "Brisbane", |
|
54557
|
|
|
|
|
|
|
"618964486", "Jurien", |
|
54558
|
|
|
|
|
|
|
"61353408", "Skipton", |
|
54559
|
|
|
|
|
|
|
"61896948", "Lancelin", |
|
54560
|
|
|
|
|
|
|
"6135327", "Ballarat", |
|
54561
|
|
|
|
|
|
|
"618864335", "Mambray\ Creek", |
|
54562
|
|
|
|
|
|
|
"61363067", "Pyengana", |
|
54563
|
|
|
|
|
|
|
"61748325", "Carbine\ Creek", |
|
54564
|
|
|
|
|
|
|
"61353286", "Minimay", |
|
54565
|
|
|
|
|
|
|
"6129117", "Sydney", |
|
54566
|
|
|
|
|
|
|
"613573084", "Longwood", |
|
54567
|
|
|
|
|
|
|
"61897626", "Collie", |
|
54568
|
|
|
|
|
|
|
"61876096", "Herbert", |
|
54569
|
|
|
|
|
|
|
"61896611", "Dalwallinu", |
|
54570
|
|
|
|
|
|
|
"61896082", "Dalwallinu\ West", |
|
54571
|
|
|
|
|
|
|
"61868419", "Lake\ Toolbrunup", |
|
54572
|
|
|
|
|
|
|
"61352399", "Beech\ Forest", |
|
54573
|
|
|
|
|
|
|
"617750410", "Wallumbilla", |
|
54574
|
|
|
|
|
|
|
"61260133", "Dartmouth", |
|
54575
|
|
|
|
|
|
|
"61361508", "Maydena", |
|
54576
|
|
|
|
|
|
|
"617480567", "Mount\ Larcom", |
|
54577
|
|
|
|
|
|
|
"61392626", "Ringwood", |
|
54578
|
|
|
|
|
|
|
"61363893", "Fingal", |
|
54579
|
|
|
|
|
|
|
"61756081", "Ormeau", |
|
54580
|
|
|
|
|
|
|
"612594222", "Maude", |
|
54581
|
|
|
|
|
|
|
"612582532", "Wyanga", |
|
54582
|
|
|
|
|
|
|
"61889665", "Pine\ Creek", |
|
54583
|
|
|
|
|
|
|
"6124702", "Penrith", |
|
54584
|
|
|
|
|
|
|
"618661004", "Pantapin", |
|
54585
|
|
|
|
|
|
|
"617452693", "Cunningham", |
|
54586
|
|
|
|
|
|
|
"61255083", "Port\ Macquarie", |
|
54587
|
|
|
|
|
|
|
"61885164", "Perponda", |
|
54588
|
|
|
|
|
|
|
"613532333", "Mount\ Wallace", |
|
54589
|
|
|
|
|
|
|
"61742307", "Cairns", |
|
54590
|
|
|
|
|
|
|
"61741181", "Johnstown\ West", |
|
54591
|
|
|
|
|
|
|
"61888697", "Halbury", |
|
54592
|
|
|
|
|
|
|
"613431767", "Buninyong", |
|
54593
|
|
|
|
|
|
|
"6136438", "Yolla", |
|
54594
|
|
|
|
|
|
|
"618683403", "Ongerup\ North", |
|
54595
|
|
|
|
|
|
|
"6139998", "Melbourne", |
|
54596
|
|
|
|
|
|
|
"617486846", "Koumala", |
|
54597
|
|
|
|
|
|
|
"612583743", "Walgett", |
|
54598
|
|
|
|
|
|
|
"61752251", "Gatton", |
|
54599
|
|
|
|
|
|
|
"61880008", "Tepco", |
|
54600
|
|
|
|
|
|
|
"61875167", "Yankalilla", |
|
54601
|
|
|
|
|
|
|
"618967030", "Northam", |
|
54602
|
|
|
|
|
|
|
"617750103", "Balonne", |
|
54603
|
|
|
|
|
|
|
"617442896", "Flinders", |
|
54604
|
|
|
|
|
|
|
"61341341", "Nowa\ Nowa", |
|
54605
|
|
|
|
|
|
|
"61861532", "Perth", |
|
54606
|
|
|
|
|
|
|
"617441973", "The\ Monument", |
|
54607
|
|
|
|
|
|
|
"618683155", "Holland\ Rocks", |
|
54608
|
|
|
|
|
|
|
"612533042", "Milvale", |
|
54609
|
|
|
|
|
|
|
"61355122", "Panmure", |
|
54610
|
|
|
|
|
|
|
"6138432", "Eltham", |
|
54611
|
|
|
|
|
|
|
"61353005", "Ballan", |
|
54612
|
|
|
|
|
|
|
"61287420", "Liverpool", |
|
54613
|
|
|
|
|
|
|
"612574904", "Boggabri", |
|
54614
|
|
|
|
|
|
|
"618920", "Perth", |
|
54615
|
|
|
|
|
|
|
"618683110", "Tenterden", |
|
54616
|
|
|
|
|
|
|
"618964414", "Badgingarra", |
|
54617
|
|
|
|
|
|
|
"61264225", "Ando", |
|
54618
|
|
|
|
|
|
|
"61268040", "Condobolin", |
|
54619
|
|
|
|
|
|
|
"613970", "Dandenong", |
|
54620
|
|
|
|
|
|
|
"61257338", "Narrabri", |
|
54621
|
|
|
|
|
|
|
"613532357", "Kaniva", |
|
54622
|
|
|
|
|
|
|
"618996898", "Wiluna", |
|
54623
|
|
|
|
|
|
|
"613573016", "Devlins\ Bridge", |
|
54624
|
|
|
|
|
|
|
"61897105", "Manjimup", |
|
54625
|
|
|
|
|
|
|
"61755337", "Southport", |
|
54626
|
|
|
|
|
|
|
"61240737", "Dungog", |
|
54627
|
|
|
|
|
|
|
"61350029", "Mildura", |
|
54628
|
|
|
|
|
|
|
"61299142", "Bankstown", |
|
54629
|
|
|
|
|
|
|
"61899594", "Mendel", |
|
54630
|
|
|
|
|
|
|
"61875288", "Yumali", |
|
54631
|
|
|
|
|
|
|
"61263276", "Portland", |
|
54632
|
|
|
|
|
|
|
"613441233", "Newstead", |
|
54633
|
|
|
|
|
|
|
"61256538", "Tyringham", |
|
54634
|
|
|
|
|
|
|
"612532899", "Hampton", |
|
54635
|
|
|
|
|
|
|
"61749498", "Koumala", |
|
54636
|
|
|
|
|
|
|
"61730948", "Beenleigh", |
|
54637
|
|
|
|
|
|
|
"61351784", "Buchan", |
|
54638
|
|
|
|
|
|
|
"61754972", "Kilcoy", |
|
54639
|
|
|
|
|
|
|
"61740978", "Ravenshoe", |
|
54640
|
|
|
|
|
|
|
"61891092", "Whaleback", |
|
54641
|
|
|
|
|
|
|
"61361222", "Ouse", |
|
54642
|
|
|
|
|
|
|
"61238150", "Lost\ River", |
|
54643
|
|
|
|
|
|
|
"61885158", "Peebinga", |
|
54644
|
|
|
|
|
|
|
"61340003", "Hopetoun", |
|
54645
|
|
|
|
|
|
|
"61747786", "Yabulu", |
|
54646
|
|
|
|
|
|
|
"61897745", "Margaret\ River", |
|
54647
|
|
|
|
|
|
|
"618600923", "Warralakin", |
|
54648
|
|
|
|
|
|
|
"61887123", "Tintinara", |
|
54649
|
|
|
|
|
|
|
"6188387", "Mclaren\ Vale", |
|
54650
|
|
|
|
|
|
|
"613531647", "Dadswells\ Bridge", |
|
54651
|
|
|
|
|
|
|
"618866918", "Marla", |
|
54652
|
|
|
|
|
|
|
"618982396", "Manypeaks", |
|
54653
|
|
|
|
|
|
|
"61753542", "Noosaville", |
|
54654
|
|
|
|
|
|
|
"61383385", "Craigieburn", |
|
54655
|
|
|
|
|
|
|
"61898788", "Woogenilup", |
|
54656
|
|
|
|
|
|
|
"618967717", "Wyalkatchem", |
|
54657
|
|
|
|
|
|
|
"6173405", "Brisbane", |
|
54658
|
|
|
|
|
|
|
"617486972", "Walkerston", |
|
54659
|
|
|
|
|
|
|
"61746191", "Leyburn", |
|
54660
|
|
|
|
|
|
|
"61890561", "Kambalda", |
|
54661
|
|
|
|
|
|
|
"61265797", "Putty", |
|
54662
|
|
|
|
|
|
|
"61745515", "Beebo", |
|
54663
|
|
|
|
|
|
|
"612532535", "Koorawatha", |
|
54664
|
|
|
|
|
|
|
"6129866", "Sydney", |
|
54665
|
|
|
|
|
|
|
"61851100", "Millstream", |
|
54666
|
|
|
|
|
|
|
"61867183", "Wilga", |
|
54667
|
|
|
|
|
|
|
"618753001", "Bow\ Hill", |
|
54668
|
|
|
|
|
|
|
"61879357", "Batchelor", |
|
54669
|
|
|
|
|
|
|
"61255575", "Muswellbrook", |
|
54670
|
|
|
|
|
|
|
"617459035", "Meandarra", |
|
54671
|
|
|
|
|
|
|
"618763611", "Indian\ Pacific", |
|
54672
|
|
|
|
|
|
|
"61885811", "Eudunda", |
|
54673
|
|
|
|
|
|
|
"61749095", "Tungamull", |
|
54674
|
|
|
|
|
|
|
"613441257", "Beazleys\ Bridge", |
|
54675
|
|
|
|
|
|
|
"618997016", "Yandanooka", |
|
54676
|
|
|
|
|
|
|
"61879042", "Tablelands", |
|
54677
|
|
|
|
|
|
|
"612574656", "Barraba", |
|
54678
|
|
|
|
|
|
|
"61879424", "Petermann", |
|
54679
|
|
|
|
|
|
|
"613542042", "Heathcote", |
|
54680
|
|
|
|
|
|
|
"61282611", "Sydney", |
|
54681
|
|
|
|
|
|
|
"617458815", "Jimbour", |
|
54682
|
|
|
|
|
|
|
"61742049", "South\ Johnstone", |
|
54683
|
|
|
|
|
|
|
"613553521", "Darlington", |
|
54684
|
|
|
|
|
|
|
"61888816", "Warooka", |
|
54685
|
|
|
|
|
|
|
"61258062", "Airlands", |
|
54686
|
|
|
|
|
|
|
"61260392", "Ournie", |
|
54687
|
|
|
|
|
|
|
"618854962", "Mannum", |
|
54688
|
|
|
|
|
|
|
"61891914", "Leopold", |
|
54689
|
|
|
|
|
|
|
"61866119", "Balkuling", |
|
54690
|
|
|
|
|
|
|
"61249805", "Nelson\ Bay", |
|
54691
|
|
|
|
|
|
|
"61749621", "Gladstone", |
|
54692
|
|
|
|
|
|
|
"618660858", "Gabbin\ North", |
|
54693
|
|
|
|
|
|
|
"618680093", "Pingaring", |
|
54694
|
|
|
|
|
|
|
"61364174", "Queenstown", |
|
54695
|
|
|
|
|
|
|
"61244094", "Batemans\ Bay", |
|
54696
|
|
|
|
|
|
|
"61345015", "Victoria\ Valley", |
|
54697
|
|
|
|
|
|
|
"61357381", "Chiltern", |
|
54698
|
|
|
|
|
|
|
"617750025", "Southwood", |
|
54699
|
|
|
|
|
|
|
"613545022", "Rochester", |
|
54700
|
|
|
|
|
|
|
"61359302", "Warburton", |
|
54701
|
|
|
|
|
|
|
"6139731", "Werribee", |
|
54702
|
|
|
|
|
|
|
"61851107", "Paraburdoo", |
|
54703
|
|
|
|
|
|
|
"61358918", "Katamatite", |
|
54704
|
|
|
|
|
|
|
"61742055", "Innisfail", |
|
54705
|
|
|
|
|
|
|
"61748060", "Sarina", |
|
54706
|
|
|
|
|
|
|
"61265790", "Broke", |
|
54707
|
|
|
|
|
|
|
"618996734", "Marchagee", |
|
54708
|
|
|
|
|
|
|
"61343201", "Horsham", |
|
54709
|
|
|
|
|
|
|
"61880024", "Tepco", |
|
54710
|
|
|
|
|
|
|
"61879350", "Tennant\ Creek", |
|
54711
|
|
|
|
|
|
|
"61248003", "Bevendale", |
|
54712
|
|
|
|
|
|
|
"618683644", "Newdegate", |
|
54713
|
|
|
|
|
|
|
"612594353", "Tumbarumba", |
|
54714
|
|
|
|
|
|
|
"61746285", "Miles", |
|
54715
|
|
|
|
|
|
|
"61268309", "Cobar", |
|
54716
|
|
|
|
|
|
|
"61299105", "Terrey\ Hills", |
|
54717
|
|
|
|
|
|
|
"61350062", "Cunninyeuk", |
|
54718
|
|
|
|
|
|
|
"61344068", "Dunolly", |
|
54719
|
|
|
|
|
|
|
"617563023", "Southport", |
|
54720
|
|
|
|
|
|
|
"61748604", "Yakapari", |
|
54721
|
|
|
|
|
|
|
"61897142", "Darkan", |
|
54722
|
|
|
|
|
|
|
"61361524", "Tarraleah", |
|
54723
|
|
|
|
|
|
|
"618982970", "Borden", |
|
54724
|
|
|
|
|
|
|
"61357412", "Eildon", |
|
54725
|
|
|
|
|
|
|
"61742458", "Cairns", |
|
54726
|
|
|
|
|
|
|
"61896246", "Yerecoin", |
|
54727
|
|
|
|
|
|
|
"61351591", "Omeo", |
|
54728
|
|
|
|
|
|
|
"61743133", "Murgon", |
|
54729
|
|
|
|
|
|
|
"61355169", "Strathdownie", |
|
54730
|
|
|
|
|
|
|
"61238157", "Tarago", |
|
54731
|
|
|
|
|
|
|
"618903860", "Marvel\ Loch", |
|
54732
|
|
|
|
|
|
|
"61890821", "Bruce\ Rock", |
|
54733
|
|
|
|
|
|
|
"61267034", "Bohena", |
|
54734
|
|
|
|
|
|
|
"61287354", "Bankstown", |
|
54735
|
|
|
|
|
|
|
"61753505", "Imbil", |
|
54736
|
|
|
|
|
|
|
"617459966", "Diamondy", |
|
54737
|
|
|
|
|
|
|
"61263451", "Woodstock", |
|
54738
|
|
|
|
|
|
|
"61267371", "Sandy\ Flat", |
|
54739
|
|
|
|
|
|
|
"612570140", "Somerton", |
|
54740
|
|
|
|
|
|
|
"61268047", "Dandaloo", |
|
54741
|
|
|
|
|
|
|
"61866043", "Kalannie", |
|
54742
|
|
|
|
|
|
|
"61899292", "Carnamah", |
|
54743
|
|
|
|
|
|
|
"618762604", "Minnipa", |
|
54744
|
|
|
|
|
|
|
"61889156", "Carpentaria", |
|
54745
|
|
|
|
|
|
|
"6126564", "Bowraville", |
|
54746
|
|
|
|
|
|
|
"612530220", "Bribbaree", |
|
54747
|
|
|
|
|
|
|
"61879408", "Victoria\ River", |
|
54748
|
|
|
|
|
|
|
"61240730", "Wards\ River", |
|
54749
|
|
|
|
|
|
|
"61755330", "Tweed\ Heads", |
|
54750
|
|
|
|
|
|
|
"617750346", "Goondiwindi", |
|
54751
|
|
|
|
|
|
|
"61363604", "Bridport", |
|
54752
|
|
|
|
|
|
|
"617476385", "Bambaroo", |
|
54753
|
|
|
|
|
|
|
"618683584", "Borden", |
|
54754
|
|
|
|
|
|
|
"617459311", "Atholwood", |
|
54755
|
|
|
|
|
|
|
"6187927", "Darwin", |
|
54756
|
|
|
|
|
|
|
"613431956", "Crymelon", |
|
54757
|
|
|
|
|
|
|
"617441903", "Julia\ Creek", |
|
54758
|
|
|
|
|
|
|
"61876101", "Peterborough", |
|
54759
|
|
|
|
|
|
|
"617473953", "Mount\ Isa", |
|
54760
|
|
|
|
|
|
|
"61748491", "Gladstone", |
|
54761
|
|
|
|
|
|
|
"61875160", "Yumali", |
|
54762
|
|
|
|
|
|
|
"617750173", "Meandarra", |
|
54763
|
|
|
|
|
|
|
"6124399", "Wyong", |
|
54764
|
|
|
|
|
|
|
"61361269", "Dunalley", |
|
54765
|
|
|
|
|
|
|
"618866941", "Caltowie", |
|
54766
|
|
|
|
|
|
|
"61268352", "Hermidale", |
|
54767
|
|
|
|
|
|
|
"618600768", "Merredin", |
|
54768
|
|
|
|
|
|
|
"61264711", "Tathra", |
|
54769
|
|
|
|
|
|
|
"612574974", "Tenterden", |
|
54770
|
|
|
|
|
|
|
"613441988", "Donald", |
|
54771
|
|
|
|
|
|
|
"61879005", "Petermann", |
|
54772
|
|
|
|
|
|
|
"61754223", "Kilcoy", |
|
54773
|
|
|
|
|
|
|
"618661074", "Talbot\ Brook", |
|
54774
|
|
|
|
|
|
|
"61741295", "Howard", |
|
54775
|
|
|
|
|
|
|
"618763648", "Kyancutta", |
|
54776
|
|
|
|
|
|
|
"61264548", "Cabramurra", |
|
54777
|
|
|
|
|
|
|
"618764008", "Tooligie\ Hill", |
|
54778
|
|
|
|
|
|
|
"61267487", "Deepwater", |
|
54779
|
|
|
|
|
|
|
"618683473", "Amelup", |
|
54780
|
|
|
|
|
|
|
"61742464", "Kidston", |
|
54781
|
|
|
|
|
|
|
"61874778", "Adelaide", |
|
54782
|
|
|
|
|
|
|
"61886976", "Morchard", |
|
54783
|
|
|
|
|
|
|
"612583285", "Mungery", |
|
54784
|
|
|
|
|
|
|
"61888690", "Wedge", |
|
54785
|
|
|
|
|
|
|
"617458643", "Kupunn", |
|
54786
|
|
|
|
|
|
|
"61258029", "Mullengudgery", |
|
54787
|
|
|
|
|
|
|
"61256993", "Rappville", |
|
54788
|
|
|
|
|
|
|
"61744252", "Barkly", |
|
54789
|
|
|
|
|
|
|
"61742300", "Cairns", |
|
54790
|
|
|
|
|
|
|
"618965651", "Goomalling", |
|
54791
|
|
|
|
|
|
|
"61363060", "Mole\ Creek", |
|
54792
|
|
|
|
|
|
|
"61877318", "Lochaber", |
|
54793
|
|
|
|
|
|
|
"61359359", "Pakenham", |
|
54794
|
|
|
|
|
|
|
"61740276", "Innisfail", |
|
54795
|
|
|
|
|
|
|
"61269183", "Lockhart", |
|
54796
|
|
|
|
|
|
|
"613531830", "Linton", |
|
54797
|
|
|
|
|
|
|
"617473937", "Kalkadoon", |
|
54798
|
|
|
|
|
|
|
"61250216", "Yackandandah", |
|
54799
|
|
|
|
|
|
|
"6128631", "Blacktown", |
|
54800
|
|
|
|
|
|
|
"61263978", "Boorowa", |
|
54801
|
|
|
|
|
|
|
"618683516", "Kojonup", |
|
54802
|
|
|
|
|
|
|
"61344054", "Trentham", |
|
54803
|
|
|
|
|
|
|
"61284191", "Avalon\ Beach", |
|
54804
|
|
|
|
|
|
|
"61744372", "Mount\ Isa", |
|
54805
|
|
|
|
|
|
|
"618781339", "Riverton", |
|
54806
|
|
|
|
|
|
|
"61245894", "Wisemans\ Ferry", |
|
54807
|
|
|
|
|
|
|
"61887824", "Lucindale\ South", |
|
54808
|
|
|
|
|
|
|
"61263287", "Cowra", |
|
54809
|
|
|
|
|
|
|
"61253066", "Cassilis", |
|
54810
|
|
|
|
|
|
|
"61747777", "Halifax", |
|
54811
|
|
|
|
|
|
|
"6128511", "Engadine", |
|
54812
|
|
|
|
|
|
|
"617458632", "Inglewood", |
|
54813
|
|
|
|
|
|
|
"61888740", "Paskeville", |
|
54814
|
|
|
|
|
|
|
"617487114", "Connors\ Range", |
|
54815
|
|
|
|
|
|
|
"618683630", "Lake\ Toolbrunup", |
|
54816
|
|
|
|
|
|
|
"6124056", "Newcastle", |
|
54817
|
|
|
|
|
|
|
"61864939", "Spearwood", |
|
54818
|
|
|
|
|
|
|
"61878128", "Wedge", |
|
54819
|
|
|
|
|
|
|
"61899339", "Arrowsmith", |
|
54820
|
|
|
|
|
|
|
"61257772", "Tamworth", |
|
54821
|
|
|
|
|
|
|
"61744317", "Prairie", |
|
54822
|
|
|
|
|
|
|
"6126790", "Narrabri", |
|
54823
|
|
|
|
|
|
|
"618996740", "Mount\ Magnet", |
|
54824
|
|
|
|
|
|
|
"613431788", "Linton", |
|
54825
|
|
|
|
|
|
|
"61868135", "Kojaneerup", |
|
54826
|
|
|
|
|
|
|
"61743239", "Booyal", |
|
54827
|
|
|
|
|
|
|
"61250046", "Oaklands", |
|
54828
|
|
|
|
|
|
|
"613574711", "Swanpool", |
|
54829
|
|
|
|
|
|
|
"61260708", "Nariel", |
|
54830
|
|
|
|
|
|
|
"61359279", "Cowes", |
|
54831
|
|
|
|
|
|
|
"61240615", "Karuah", |
|
54832
|
|
|
|
|
|
|
"61742161", "Aurukun", |
|
54833
|
|
|
|
|
|
|
"618903526", "Laverton", |
|
54834
|
|
|
|
|
|
|
"613553580", "Pomborneit", |
|
54835
|
|
|
|
|
|
|
"61355979", "Darlington", |
|
54836
|
|
|
|
|
|
|
"61268217", "Myamley", |
|
54837
|
|
|
|
|
|
|
"61861975", "Spearwood", |
|
54838
|
|
|
|
|
|
|
"61745667", "Goombungee", |
|
54839
|
|
|
|
|
|
|
"61888589", "Snowtown", |
|
54840
|
|
|
|
|
|
|
"618752463", "Halidon", |
|
54841
|
|
|
|
|
|
|
"61868258", "Lake\ Grace", |
|
54842
|
|
|
|
|
|
|
"61888882", "Moonta", |
|
54843
|
|
|
|
|
|
|
"61895542", "Yanchep", |
|
54844
|
|
|
|
|
|
|
"61896663", "Kalannie", |
|
54845
|
|
|
|
|
|
|
"61267251", "Nullamanna", |
|
54846
|
|
|
|
|
|
|
"6129441", "Terrey\ Hills", |
|
54847
|
|
|
|
|
|
|
"61341537", "Dargo", |
|
54848
|
|
|
|
|
|
|
"61741030", "Burnett", |
|
54849
|
|
|
|
|
|
|
"61744103", "Townsville", |
|
54850
|
|
|
|
|
|
|
"612532974", "Maimuru", |
|
54851
|
|
|
|
|
|
|
"61268272", "Carinda", |
|
54852
|
|
|
|
|
|
|
"61263154", "Merriganowry", |
|
54853
|
|
|
|
|
|
|
"61264998", "Merimbula", |
|
54854
|
|
|
|
|
|
|
"61357569", "Wangaratta", |
|
54855
|
|
|
|
|
|
|
"61244160", "Batemans\ Bay", |
|
54856
|
|
|
|
|
|
|
"61256543", "Woodburn", |
|
54857
|
|
|
|
|
|
|
"61255662", "Widden\ Valley", |
|
54858
|
|
|
|
|
|
|
"61756130", "Southport", |
|
54859
|
|
|
|
|
|
|
"61243074", "Wyong", |
|
54860
|
|
|
|
|
|
|
"61754129", "Kenilworth", |
|
54861
|
|
|
|
|
|
|
"61886649", "Whyalla", |
|
54862
|
|
|
|
|
|
|
"61363194", "Whitemark", |
|
54863
|
|
|
|
|
|
|
"61740280", "Chillagoe", |
|
54864
|
|
|
|
|
|
|
"6139379", "Melbourne", |
|
54865
|
|
|
|
|
|
|
"61756686", "Southport", |
|
54866
|
|
|
|
|
|
|
"61889572", "Yulara", |
|
54867
|
|
|
|
|
|
|
"61341446", "Ensay", |
|
54868
|
|
|
|
|
|
|
"61753014", "Cooroy", |
|
54869
|
|
|
|
|
|
|
"61353121", "Scarsdale", |
|
54870
|
|
|
|
|
|
|
"61889879", "Arnhem", |
|
54871
|
|
|
|
|
|
|
"61747053", "Collinsville", |
|
54872
|
|
|
|
|
|
|
"618852888", "Victor\ Harbor", |
|
54873
|
|
|
|
|
|
|
"61356369", "Trafalgar", |
|
54874
|
|
|
|
|
|
|
"61357906", "Strathbogie", |
|
54875
|
|
|
|
|
|
|
"61745028", "Brigalow", |
|
54876
|
|
|
|
|
|
|
"61259232", "Kikoira", |
|
54877
|
|
|
|
|
|
|
"61269289", "Humula", |
|
54878
|
|
|
|
|
|
|
"61734773", "Samford", |
|
54879
|
|
|
|
|
|
|
"61260834", "Koetong", |
|
54880
|
|
|
|
|
|
|
"61367291", "Targa", |
|
54881
|
|
|
|
|
|
|
"61353212", "Learmonth", |
|
54882
|
|
|
|
|
|
|
"61897021", "Bunbury", |
|
54883
|
|
|
|
|
|
|
"61248432", "Woodhouselee", |
|
54884
|
|
|
|
|
|
|
"61886980", "Wirrulla", |
|
54885
|
|
|
|
|
|
|
"61885097", "Loxton", |
|
54886
|
|
|
|
|
|
|
"61357739", "Yarck", |
|
54887
|
|
|
|
|
|
|
"61896016", "Beacon", |
|
54888
|
|
|
|
|
|
|
"617485892", "Rolleston", |
|
54889
|
|
|
|
|
|
|
"61351618", "Genoa", |
|
54890
|
|
|
|
|
|
|
"61888100", "Thistle", |
|
54891
|
|
|
|
|
|
|
"61263168", "Monteagle", |
|
54892
|
|
|
|
|
|
|
"61875094", "Murray\ Bridge", |
|
54893
|
|
|
|
|
|
|
"613470582", "Buffalo\ River", |
|
54894
|
|
|
|
|
|
|
"618600808", "Coomalbidgup", |
|
54895
|
|
|
|
|
|
|
"61255932", "Howes\ Valley", |
|
54896
|
|
|
|
|
|
|
"6172102", "Brisbane", |
|
54897
|
|
|
|
|
|
|
"61351941", "Gormandale", |
|
54898
|
|
|
|
|
|
|
"61355796", "Coojar", |
|
54899
|
|
|
|
|
|
|
"6188154", "Adelaide", |
|
54900
|
|
|
|
|
|
|
"613553640", "Dorodong", |
|
54901
|
|
|
|
|
|
|
"613431159", "Broughton", |
|
54902
|
|
|
|
|
|
|
"61265640", "Taylors\ Arm", |
|
54903
|
|
|
|
|
|
|
"61886166", "Nunjikompita", |
|
54904
|
|
|
|
|
|
|
"61745937", "Dalby", |
|
54905
|
|
|
|
|
|
|
"6139812", "Ringwood", |
|
54906
|
|
|
|
|
|
|
"61260148", "Leicester\ Park", |
|
54907
|
|
|
|
|
|
|
"61868264", "Manypeaks", |
|
54908
|
|
|
|
|
|
|
"61361163", "Orford", |
|
54909
|
|
|
|
|
|
|
"61358791", "Finley", |
|
54910
|
|
|
|
|
|
|
"61358282", "Brassi", |
|
54911
|
|
|
|
|
|
|
"612988", "Sydney", |
|
54912
|
|
|
|
|
|
|
"61364471", "Devonport", |
|
54913
|
|
|
|
|
|
|
"61745425", "Legume", |
|
54914
|
|
|
|
|
|
|
"61890513", "Goldfields", |
|
54915
|
|
|
|
|
|
|
"61885974", "Waikerie", |
|
54916
|
|
|
|
|
|
|
"61745930", "Toowoomba", |
|
54917
|
|
|
|
|
|
|
"618854925", "Bow\ Hill", |
|
54918
|
|
|
|
|
|
|
"61879121", "Petermann", |
|
54919
|
|
|
|
|
|
|
"61740154", "Atherton", |
|
54920
|
|
|
|
|
|
|
"6189430", "Fremantle", |
|
54921
|
|
|
|
|
|
|
"61340432", "Mallan", |
|
54922
|
|
|
|
|
|
|
"61264296", "Bredbo", |
|
54923
|
|
|
|
|
|
|
"613572475", "Mansfield", |
|
54924
|
|
|
|
|
|
|
"61350683", "Palinyewah", |
|
54925
|
|
|
|
|
|
|
"6124978", "Newcastle", |
|
54926
|
|
|
|
|
|
|
"61351079", "Bairnsdale", |
|
54927
|
|
|
|
|
|
|
"61879212", "Nhulunbuy", |
|
54928
|
|
|
|
|
|
|
"613542033", "Goornong", |
|
54929
|
|
|
|
|
|
|
"61888107", "Wedge", |
|
54930
|
|
|
|
|
|
|
"61891588", "Karratha", |
|
54931
|
|
|
|
|
|
|
"612685684", "Goodooga", |
|
54932
|
|
|
|
|
|
|
"6188489", "Mclaren\ Vale", |
|
54933
|
|
|
|
|
|
|
"61887564", "Wirrega", |
|
54934
|
|
|
|
|
|
|
"61264533", "Numeralla", |
|
54935
|
|
|
|
|
|
|
"61266099", "Mallanganee", |
|
54936
|
|
|
|
|
|
|
"618600878", "Collurabbie", |
|
54937
|
|
|
|
|
|
|
"61268923", "Tullamore", |
|
54938
|
|
|
|
|
|
|
"613531652", "Elmhurst", |
|
54939
|
|
|
|
|
|
|
"6125339", "Orange\/Lithgow\/Gooloogong\/Greenethorpe\/Grenfell\/Cassilis\/Gulgong\/Cowra\/Hampton\/Harden\/Hill\ End\/Kandos\/Killongbutta\/Koorawatha\/Laheys\ Creek\/Leadville\/Limekilns\/Lue\/Lyndhurst\/Bathurst", |
|
54940
|
|
|
|
|
|
|
"61367185", "Targa", |
|
54941
|
|
|
|
|
|
|
"61269884", "Narraburra", |
|
54942
|
|
|
|
|
|
|
"61260724", "Dartmouth", |
|
54943
|
|
|
|
|
|
|
"61354035", "Lalbert", |
|
54944
|
|
|
|
|
|
|
"6126748", "Gunnedah", |
|
54945
|
|
|
|
|
|
|
"612530018", "Boorowa", |
|
54946
|
|
|
|
|
|
|
"6173550", "Brisbane", |
|
54947
|
|
|
|
|
|
|
"613441242", "Strathfieldsaye", |
|
54948
|
|
|
|
|
|
|
"61878104", "Braemer", |
|
54949
|
|
|
|
|
|
|
"61255629", "Ellenborough", |
|
54950
|
|
|
|
|
|
|
"61357522", "Myrtleford", |
|
54951
|
|
|
|
|
|
|
"61886987", "Georgetown", |
|
54952
|
|
|
|
|
|
|
"61886655", "Caltowie", |
|
54953
|
|
|
|
|
|
|
"61885090", "Langhorne\ Creek", |
|
54954
|
|
|
|
|
|
|
"61746494", "Longreach", |
|
54955
|
|
|
|
|
|
|
"61238098", "Lost\ River", |
|
54956
|
|
|
|
|
|
|
"61745391", "Tabers", |
|
54957
|
|
|
|
|
|
|
"613431807", "Stoneleigh", |
|
54958
|
|
|
|
|
|
|
"618967044", "Kalannie\ East", |
|
54959
|
|
|
|
|
|
|
"61267476", "Bundella", |
|
54960
|
|
|
|
|
|
|
"61263356", "Gingkin", |
|
54961
|
|
|
|
|
|
|
"61361414", "Baden", |
|
54962
|
|
|
|
|
|
|
"61740287", "Babinda", |
|
54963
|
|
|
|
|
|
|
"61876025", "Herbert", |
|
54964
|
|
|
|
|
|
|
"617476435", "Burdekin", |
|
54965
|
|
|
|
|
|
|
"61888313", "Port\ Victoria", |
|
54966
|
|
|
|
|
|
|
"61295396", "Sydney", |
|
54967
|
|
|
|
|
|
|
"61887808", "Tantanoola", |
|
54968
|
|
|
|
|
|
|
"61895505", "Pinjarra", |
|
54969
|
|
|
|
|
|
|
"613542057", "Inglewood", |
|
54970
|
|
|
|
|
|
|
"612685868", "Widgeland", |
|
54971
|
|
|
|
|
|
|
"61866038", "Gillingarra", |
|
54972
|
|
|
|
|
|
|
"61886358", "Port\ Lincoln", |
|
54973
|
|
|
|
|
|
|
"61748396", "Proserpine", |
|
54974
|
|
|
|
|
|
|
"6129163", "Sydney", |
|
54975
|
|
|
|
|
|
|
"61743148", "Brooklands", |
|
54976
|
|
|
|
|
|
|
"612533033", "Limekilns", |
|
54977
|
|
|
|
|
|
|
"612532904", "Koorawatha", |
|
54978
|
|
|
|
|
|
|
"61260673", "Walwa", |
|
54979
|
|
|
|
|
|
|
"61741037", "Childers", |
|
54980
|
|
|
|
|
|
|
"61756137", "Kerry", |
|
54981
|
|
|
|
|
|
|
"61358046", "Katandra\ West", |
|
54982
|
|
|
|
|
|
|
"61752034", "Caloundra", |
|
54983
|
|
|
|
|
|
|
"61891473", "Ord", |
|
54984
|
|
|
|
|
|
|
"61268574", "Bedgerebong", |
|
54985
|
|
|
|
|
|
|
"61244167", "Narooma", |
|
54986
|
|
|
|
|
|
|
"6135429", "Romsey", |
|
54987
|
|
|
|
|
|
|
"61249999", "Tea\ Gardens", |
|
54988
|
|
|
|
|
|
|
"61754162", "Moore", |
|
54989
|
|
|
|
|
|
|
"61896598", "Studleigh", |
|
54990
|
|
|
|
|
|
|
"61740168", "Kowanyama", |
|
54991
|
|
|
|
|
|
|
"618661160", "Talbot\ Brook", |
|
54992
|
|
|
|
|
|
|
"618600787", "Southern\ Cross", |
|
54993
|
|
|
|
|
|
|
"618865827", "Coorabie", |
|
54994
|
|
|
|
|
|
|
"61745660", "Toowoomba", |
|
54995
|
|
|
|
|
|
|
"61268210", "Boona\ Mountain", |
|
54996
|
|
|
|
|
|
|
"612593960", "Coleambally", |
|
54997
|
|
|
|
|
|
|
"61749026", "Miriam\ Vale", |
|
54998
|
|
|
|
|
|
|
"61746601", "Warwick", |
|
54999
|
|
|
|
|
|
|
"61261089", "Binalong", |
|
55000
|
|
|
|
|
|
|
"61341530", "Bruthen", |
|
55001
|
|
|
|
|
|
|
"61356322", "Bunyip", |
|
55002
|
|
|
|
|
|
|
"617452189", "Morven", |
|
55003
|
|
|
|
|
|
|
"613470854", "Woods\ Point", |
|
55004
|
|
|
|
|
|
|
"61265409", "Muswellbrook", |
|
55005
|
|
|
|
|
|
|
"61355041", "Cobden", |
|
55006
|
|
|
|
|
|
|
"61744310", "Townsville", |
|
55007
|
|
|
|
|
|
|
"61747115", "Kalkadoon", |
|
55008
|
|
|
|
|
|
|
"61741928", "Pialba", |
|
55009
|
|
|
|
|
|
|
"61745004", "Chinchilla", |
|
55010
|
|
|
|
|
|
|
"61886400", "Whyalla", |
|
55011
|
|
|
|
|
|
|
"61257175", "Wee\ Waa", |
|
55012
|
|
|
|
|
|
|
"61899944", "Cue", |
|
55013
|
|
|
|
|
|
|
"618869006", "Iron\ Baron", |
|
55014
|
|
|
|
|
|
|
"61885461", "Wanbi", |
|
55015
|
|
|
|
|
|
|
"612533057", "Tyagong", |
|
55016
|
|
|
|
|
|
|
"618903120", "Kalgoorlie", |
|
55017
|
|
|
|
|
|
|
"61741484", "Fraser\ Island", |
|
55018
|
|
|
|
|
|
|
"61357208", "Beechworth", |
|
55019
|
|
|
|
|
|
|
"61887229", "Marcollat", |
|
55020
|
|
|
|
|
|
|
"613553853", "Victoria\ Valley", |
|
55021
|
|
|
|
|
|
|
"61263280", "Killongbutta", |
|
55022
|
|
|
|
|
|
|
"61289262", "Avalon\ Beach", |
|
55023
|
|
|
|
|
|
|
"618601054", "Belka\ East", |
|
55024
|
|
|
|
|
|
|
"618753492", "Meningie\ East", |
|
55025
|
|
|
|
|
|
|
"61888747", "Maitland", |
|
55026
|
|
|
|
|
|
|
"612583732", "Purlewaugh", |
|
55027
|
|
|
|
|
|
|
"61887734", "Reedy\ Creek", |
|
55028
|
|
|
|
|
|
|
"613532342", "Broughton", |
|
55029
|
|
|
|
|
|
|
"61264763", "Numeralla", |
|
55030
|
|
|
|
|
|
|
"61747770", "Halifax", |
|
55031
|
|
|
|
|
|
|
"61747702", "Ravenswood", |
|
55032
|
|
|
|
|
|
|
"61871002", "Adelaide", |
|
55033
|
|
|
|
|
|
|
"61240605", "Wootton", |
|
55034
|
|
|
|
|
|
|
"618660955", "York", |
|
55035
|
|
|
|
|
|
|
"61880139", "Tibooburra", |
|
55036
|
|
|
|
|
|
|
"61749292", "Connors\ Range", |
|
55037
|
|
|
|
|
|
|
"61895496", "Gingin", |
|
55038
|
|
|
|
|
|
|
"617476541", "Ingham", |
|
55039
|
|
|
|
|
|
|
"613451393", "Port\ Fairy", |
|
55040
|
|
|
|
|
|
|
"61740821", "Cooktown", |
|
55041
|
|
|
|
|
|
|
"61742554", "Torres", |
|
55042
|
|
|
|
|
|
|
"618967655", "Cleary\ North", |
|
55043
|
|
|
|
|
|
|
"6175490", "Caboolture", |
|
55044
|
|
|
|
|
|
|
"61265378", "Rookhurst", |
|
55045
|
|
|
|
|
|
|
"61361428", "Maydena", |
|
55046
|
|
|
|
|
|
|
"61269174", "Cowabbie", |
|
55047
|
|
|
|
|
|
|
"61258265", "Bruie\ Plains", |
|
55048
|
|
|
|
|
|
|
"617487014", "Dingo", |
|
55049
|
|
|
|
|
|
|
"617442566", "Leichhardt\ Range", |
|
55050
|
|
|
|
|
|
|
"61351050", "Dargo", |
|
55051
|
|
|
|
|
|
|
"61885032", "Coonalpyn", |
|
55052
|
|
|
|
|
|
|
"618660910", "Jurien", |
|
55053
|
|
|
|
|
|
|
"61898491", "Mount\ Barker", |
|
55054
|
|
|
|
|
|
|
"61886472", "Port\ Augusta", |
|
55055
|
|
|
|
|
|
|
"6128510", "Sutherland", |
|
55056
|
|
|
|
|
|
|
"617486963", "Springsure", |
|
55057
|
|
|
|
|
|
|
"61879245", "Carpentaria", |
|
55058
|
|
|
|
|
|
|
"617458629", "Haddon", |
|
55059
|
|
|
|
|
|
|
"61259297", "Goolgowi", |
|
55060
|
|
|
|
|
|
|
"618967610", "Badgerin\ Rock", |
|
55061
|
|
|
|
|
|
|
"613531740", "Stawell", |
|
55062
|
|
|
|
|
|
|
"61265675", "Smithtown", |
|
55063
|
|
|
|
|
|
|
"61894828", "Perth", |
|
55064
|
|
|
|
|
|
|
"618850994", "Taplan", |
|
55065
|
|
|
|
|
|
|
"61256080", "Hernani", |
|
55066
|
|
|
|
|
|
|
"61361025", "Ouse", |
|
55067
|
|
|
|
|
|
|
"61891295", "Newman", |
|
55068
|
|
|
|
|
|
|
"61872603", "Mclaren\ Vale", |
|
55069
|
|
|
|
|
|
|
"618660692", "Dangin", |
|
55070
|
|
|
|
|
|
|
"61754251", "Coominya", |
|
55071
|
|
|
|
|
|
|
"618854903", "Mypolonga", |
|
55072
|
|
|
|
|
|
|
"612530141", "Molong", |
|
55073
|
|
|
|
|
|
|
"61240126", "Stroud", |
|
55074
|
|
|
|
|
|
|
"61742738", "Kowanyama", |
|
55075
|
|
|
|
|
|
|
"61897439", "Harvey", |
|
55076
|
|
|
|
|
|
|
"61340490", "Rufus\ River", |
|
55077
|
|
|
|
|
|
|
"61266954", "Bonalbo", |
|
55078
|
|
|
|
|
|
|
"61353259", "Rokewood", |
|
55079
|
|
|
|
|
|
|
"6173129", "Brisbane", |
|
55080
|
|
|
|
|
|
|
"61875311", "Victor\ Harbor", |
|
55081
|
|
|
|
|
|
|
"612574441", "Mirriadool", |
|
55082
|
|
|
|
|
|
|
"61876414", "Cummins", |
|
55083
|
|
|
|
|
|
|
"61268207", "Grawin", |
|
55084
|
|
|
|
|
|
|
"618940", "Wanneroo", |
|
55085
|
|
|
|
|
|
|
"61260541", "Albury", |
|
55086
|
|
|
|
|
|
|
"61896006", "Badgingarra", |
|
55087
|
|
|
|
|
|
|
"61899621", "Geraldton", |
|
55088
|
|
|
|
|
|
|
"61240450", "Wards\ River", |
|
55089
|
|
|
|
|
|
|
"613470931", "Mount\ Beauty", |
|
55090
|
|
|
|
|
|
|
"61361367", "Kempton", |
|
55091
|
|
|
|
|
|
|
"618682161", "Lake\ Oconnor", |
|
55092
|
|
|
|
|
|
|
"618683228", "Arthur\ River", |
|
55093
|
|
|
|
|
|
|
"61741914", "Pialba", |
|
55094
|
|
|
|
|
|
|
"61263731", "Mudgee", |
|
55095
|
|
|
|
|
|
|
"6173205", "Redcliffe", |
|
55096
|
|
|
|
|
|
|
"618752989", "Berri", |
|
55097
|
|
|
|
|
|
|
"61860073", "Esperance", |
|
55098
|
|
|
|
|
|
|
"61898060", "Corackerup", |
|
55099
|
|
|
|
|
|
|
"612570034", "Bellata", |
|
55100
|
|
|
|
|
|
|
"61380158", "Sunbury", |
|
55101
|
|
|
|
|
|
|
"61749653", "Cannon\ Valley", |
|
55102
|
|
|
|
|
|
|
"61267535", "Boomi", |
|
55103
|
|
|
|
|
|
|
"61753004", "Ballugan", |
|
55104
|
|
|
|
|
|
|
"613441885", "Bealiba", |
|
55105
|
|
|
|
|
|
|
"618964978", "Calingiri", |
|
55106
|
|
|
|
|
|
|
"61267129", "Uralla", |
|
55107
|
|
|
|
|
|
|
"61264022", "Bobundara", |
|
55108
|
|
|
|
|
|
|
"61890503", "South\ Kumminin", |
|
55109
|
|
|
|
|
|
|
"61896285", "Jelkobine", |
|
55110
|
|
|
|
|
|
|
"618864094", "Lock", |
|
55111
|
|
|
|
|
|
|
"617441962", "Millaroo", |
|
55112
|
|
|
|
|
|
|
"618903450", "Esperance", |
|
55113
|
|
|
|
|
|
|
"61888775", "Warooka", |
|
55114
|
|
|
|
|
|
|
"618903804", "Burracoppin\ South", |
|
55115
|
|
|
|
|
|
|
"61341592", "Mallacoota", |
|
55116
|
|
|
|
|
|
|
"61249054", "Nelson\ Bay", |
|
55117
|
|
|
|
|
|
|
"61266968", "Hernani", |
|
55118
|
|
|
|
|
|
|
"61359257", "Pakenham", |
|
55119
|
|
|
|
|
|
|
"61898604", "Pingaring", |
|
55120
|
|
|
|
|
|
|
"61747142", "Mutarnee", |
|
55121
|
|
|
|
|
|
|
"61344555", "Avoca", |
|
55122
|
|
|
|
|
|
|
"61883859", "Woodside", |
|
55123
|
|
|
|
|
|
|
"61364183", "Savage\ River", |
|
55124
|
|
|
|
|
|
|
"61351305", "Woodside", |
|
55125
|
|
|
|
|
|
|
"61357033", "Devlins\ Bridge", |
|
55126
|
|
|
|
|
|
|
"61877195", "Padthaway", |
|
55127
|
|
|
|
|
|
|
"61258134", "Bonnay", |
|
55128
|
|
|
|
|
|
|
"61340061", "Wentworth", |
|
55129
|
|
|
|
|
|
|
"618903415", "Collurabbie", |
|
55130
|
|
|
|
|
|
|
"61257147", "Bendemeer", |
|
55131
|
|
|
|
|
|
|
"61742804", "Weipa", |
|
55132
|
|
|
|
|
|
|
"61351608", "Nowa\ Nowa", |
|
55133
|
|
|
|
|
|
|
"61888110", "Yorketown", |
|
55134
|
|
|
|
|
|
|
"61746246", "Mitchell", |
|
55135
|
|
|
|
|
|
|
"6126033", "Corowa", |
|
55136
|
|
|
|
|
|
|
"617452249", "Omanama", |
|
55137
|
|
|
|
|
|
|
"617459069", "Thomson", |
|
55138
|
|
|
|
|
|
|
"618996844", "Nabawa", |
|
55139
|
|
|
|
|
|
|
"617458941", "Thargomindah", |
|
55140
|
|
|
|
|
|
|
"61867174", "Margaret\ River", |
|
55141
|
|
|
|
|
|
|
"61720002", "Redcliffe", |
|
55142
|
|
|
|
|
|
|
"61899498", "Geraldton", |
|
55143
|
|
|
|
|
|
|
"61742209", "Cairns", |
|
55144
|
|
|
|
|
|
|
"61887151", "Short", |
|
55145
|
|
|
|
|
|
|
"61744055", "Kirk", |
|
55146
|
|
|
|
|
|
|
"61257140", "Uralla", |
|
55147
|
|
|
|
|
|
|
"618858547", "Malinong", |
|
55148
|
|
|
|
|
|
|
"6189777", "Pemberton", |
|
55149
|
|
|
|
|
|
|
"61877281", "Marcollat", |
|
55150
|
|
|
|
|
|
|
"612495", "Newcastle", |
|
55151
|
|
|
|
|
|
|
"61743541", "Howard", |
|
55152
|
|
|
|
|
|
|
"61897786", "Busselton", |
|
55153
|
|
|
|
|
|
|
"612593899", "Galore", |
|
55154
|
|
|
|
|
|
|
"617476518", "Gumlu", |
|
55155
|
|
|
|
|
|
|
"618903590", "Norseman", |
|
55156
|
|
|
|
|
|
|
"61879202", "Arnhem", |
|
55157
|
|
|
|
|
|
|
"61890978", "Leinster", |
|
55158
|
|
|
|
|
|
|
"61888117", "Burra", |
|
55159
|
|
|
|
|
|
|
"61741092", "Monto", |
|
55160
|
|
|
|
|
|
|
"618903874", "Merredin", |
|
55161
|
|
|
|
|
|
|
"617750162", "Kilbeggan", |
|
55162
|
|
|
|
|
|
|
"617486728", "Walkerston", |
|
55163
|
|
|
|
|
|
|
"618865088", "Tarcoola", |
|
55164
|
|
|
|
|
|
|
"61362174", "South\ Bruny", |
|
55165
|
|
|
|
|
|
|
"6189431", "Fremantle", |
|
55166
|
|
|
|
|
|
|
"61896191", "Wongan\ Hills", |
|
55167
|
|
|
|
|
|
|
"618864631", "Wandearah\ East", |
|
55168
|
|
|
|
|
|
|
"61888172", "Balaklava", |
|
55169
|
|
|
|
|
|
|
"61353868", "Minimay", |
|
55170
|
|
|
|
|
|
|
"61341294", "Loch\ Sport", |
|
55171
|
|
|
|
|
|
|
"61359250", "Koo\ Wee\ Rup", |
|
55172
|
|
|
|
|
|
|
"6135626", "Warragul", |
|
55173
|
|
|
|
|
|
|
"613470715", "Winton", |
|
55174
|
|
|
|
|
|
|
"61350134", "Sea\ Lake", |
|
55175
|
|
|
|
|
|
|
"61248061", "Robertson", |
|
55176
|
|
|
|
|
|
|
"618600949", "Gibson", |
|
55177
|
|
|
|
|
|
|
"61898067", "Cuballing", |
|
55178
|
|
|
|
|
|
|
"61887818", "Wrattonbully", |
|
55179
|
|
|
|
|
|
|
"61895515", "Yanchep", |
|
55180
|
|
|
|
|
|
|
"61742693", "Innot\ Hot\ Springs", |
|
55181
|
|
|
|
|
|
|
"61744458", "Mount\ Isa", |
|
55182
|
|
|
|
|
|
|
"618763694", "Wirrulla", |
|
55183
|
|
|
|
|
|
|
"61888303", "Hallett", |
|
55184
|
|
|
|
|
|
|
"61899095", "Mount\ George", |
|
55185
|
|
|
|
|
|
|
"6139952", "Melbourne", |
|
55186
|
|
|
|
|
|
|
"618964908", "Miling", |
|
55187
|
|
|
|
|
|
|
"6138805", "Ringwood", |
|
55188
|
|
|
|
|
|
|
"61361404", "Orford", |
|
55189
|
|
|
|
|
|
|
"61754476", "Cooroy", |
|
55190
|
|
|
|
|
|
|
"61890451", "Mount\ Stirling", |
|
55191
|
|
|
|
|
|
|
"612574418", "Ebor", |
|
55192
|
|
|
|
|
|
|
"61361360", "Dover", |
|
55193
|
|
|
|
|
|
|
"61898893", "Kondinin", |
|
55194
|
|
|
|
|
|
|
"61340243", "Palinyewah", |
|
55195
|
|
|
|
|
|
|
"61245066", "Wisemans\ Ferry", |
|
55196
|
|
|
|
|
|
|
"61240457", "Wootton", |
|
55197
|
|
|
|
|
|
|
"61878114", "Maitland", |
|
55198
|
|
|
|
|
|
|
"6173551", "Brisbane", |
|
55199
|
|
|
|
|
|
|
"618996995", "Mingenew", |
|
55200
|
|
|
|
|
|
|
"61342068", "Beech\ Forest", |
|
55201
|
|
|
|
|
|
|
"612530118", "Harden", |
|
55202
|
|
|
|
|
|
|
"61353504", "Lake\ Bolac", |
|
55203
|
|
|
|
|
|
|
"6175448", "Nambour", |
|
55204
|
|
|
|
|
|
|
"61746948", "Oakey", |
|
55205
|
|
|
|
|
|
|
"61359386", "Tankerton", |
|
55206
|
|
|
|
|
|
|
"61340497", "Underbool", |
|
55207
|
|
|
|
|
|
|
"61898325", "Amelup", |
|
55208
|
|
|
|
|
|
|
"617452089", "Jimbour", |
|
55209
|
|
|
|
|
|
|
"618854973", "Mount\ Pleasant", |
|
55210
|
|
|
|
|
|
|
"617459843", "Elbow\ Valley", |
|
55211
|
|
|
|
|
|
|
"61245613", "Windsor", |
|
55212
|
|
|
|
|
|
|
"6189923", "Geraldton", |
|
55213
|
|
|
|
|
|
|
"61348308", "Wanganella", |
|
55214
|
|
|
|
|
|
|
"61351624", "Ensay", |
|
55215
|
|
|
|
|
|
|
"6188686", "Port\ Augusta", |
|
55216
|
|
|
|
|
|
|
"61746082", "Jericho", |
|
55217
|
|
|
|
|
|
|
"613432101", "Nhill", |
|
55218
|
|
|
|
|
|
|
"61286049", "Blacktown", |
|
55219
|
|
|
|
|
|
|
"61268200", "Buckinguy", |
|
55220
|
|
|
|
|
|
|
"61267162", "Frazers\ Creek", |
|
55221
|
|
|
|
|
|
|
"61264069", "Tathra", |
|
55222
|
|
|
|
|
|
|
"61755673", "Kerry", |
|
55223
|
|
|
|
|
|
|
"61747626", "Barkly", |
|
55224
|
|
|
|
|
|
|
"618661060", "Kalannie", |
|
55225
|
|
|
|
|
|
|
"61353245", "Buangor", |
|
55226
|
|
|
|
|
|
|
"617452408", "Teelba", |
|
55227
|
|
|
|
|
|
|
"61256087", "Grafton", |
|
55228
|
|
|
|
|
|
|
"612583857", "Banar", |
|
55229
|
|
|
|
|
|
|
"617442881", "Boulia", |
|
55230
|
|
|
|
|
|
|
"618683698", "Boscabel", |
|
55231
|
|
|
|
|
|
|
"61898628", "Ongerup\ North", |
|
55232
|
|
|
|
|
|
|
"61891181", "Christmas\ Island", |
|
55233
|
|
|
|
|
|
|
"613546280", "Maldon", |
|
55234
|
|
|
|
|
|
|
"61351057", "Ensay", |
|
55235
|
|
|
|
|
|
|
"618763350", "Courela", |
|
55236
|
|
|
|
|
|
|
"61258336", "Cobar", |
|
55237
|
|
|
|
|
|
|
"612583729", "Nyngan", |
|
55238
|
|
|
|
|
|
|
"618601154", "Mount\ Stirling", |
|
55239
|
|
|
|
|
|
|
"61259290", "Coolamon", |
|
55240
|
|
|
|
|
|
|
"61753028", "Kilcoy", |
|
55241
|
|
|
|
|
|
|
"61342054", "Cressy", |
|
55242
|
|
|
|
|
|
|
"61876163", "Koppio", |
|
55243
|
|
|
|
|
|
|
"61879259", "Roper\ River", |
|
55244
|
|
|
|
|
|
|
"61752223", "Kenilworth", |
|
55245
|
|
|
|
|
|
|
"613553752", "Coleraine", |
|
55246
|
|
|
|
|
|
|
"612574960", "Ogunbil", |
|
55247
|
|
|
|
|
|
|
"618964491", "Lancelin", |
|
55248
|
|
|
|
|
|
|
"61363788", "Evandale", |
|
55249
|
|
|
|
|
|
|
"61345121", "Warrnambool", |
|
55250
|
|
|
|
|
|
|
"61881662", "Adelaide", |
|
55251
|
|
|
|
|
|
|
"61745014", "Quilpie", |
|
55252
|
|
|
|
|
|
|
"617486736", "Agnes\ Water", |
|
55253
|
|
|
|
|
|
|
"612583833", "Tooraweenah", |
|
55254
|
|
|
|
|
|
|
"6189593", "Rockingham", |
|
55255
|
|
|
|
|
|
|
"61749594", "Walkerston", |
|
55256
|
|
|
|
|
|
|
"61889189", "Pine\ Creek", |
|
55257
|
|
|
|
|
|
|
"612583179", "Hermidale", |
|
55258
|
|
|
|
|
|
|
"61255331", "Rawdon\ Vale", |
|
55259
|
|
|
|
|
|
|
"61740731", "Lockhart\ River", |
|
55260
|
|
|
|
|
|
|
"61256434", "Lawrence", |
|
55261
|
|
|
|
|
|
|
"61742252", "Cairns", |
|
55262
|
|
|
|
|
|
|
"61747105", "Hughenden", |
|
55263
|
|
|
|
|
|
|
"618763913", "Sheringa", |
|
55264
|
|
|
|
|
|
|
"61255074", "Singleton", |
|
55265
|
|
|
|
|
|
|
"61255540", "Hunter\ Springs", |
|
55266
|
|
|
|
|
|
|
"61362964", "Dunalley", |
|
55267
|
|
|
|
|
|
|
"61754480", "Noosaville", |
|
55268
|
|
|
|
|
|
|
"61342231", "Anglesea", |
|
55269
|
|
|
|
|
|
|
"61888962", "Brinkworth", |
|
55270
|
|
|
|
|
|
|
"61891037", "Kununurra", |
|
55271
|
|
|
|
|
|
|
"612582529", "Wellington", |
|
55272
|
|
|
|
|
|
|
"61742317", "Daintree", |
|
55273
|
|
|
|
|
|
|
"61756602", "Beechmont", |
|
55274
|
|
|
|
|
|
|
"61256131", "Lismore", |
|
55275
|
|
|
|
|
|
|
"61741473", "Chahpingah", |
|
55276
|
|
|
|
|
|
|
"61745855", "Wyaga", |
|
55277
|
|
|
|
|
|
|
"612593904", "Gunbar", |
|
55278
|
|
|
|
|
|
|
"6124297", "Wollongong", |
|
55279
|
|
|
|
|
|
|
"61887065", "Marcollat", |
|
55280
|
|
|
|
|
|
|
"61744161", "Karumba", |
|
55281
|
|
|
|
|
|
|
"61350723", "Swan\ Hill", |
|
55282
|
|
|
|
|
|
|
"61358085", "Rushworth", |
|
55283
|
|
|
|
|
|
|
"61361518", "Southwest", |
|
55284
|
|
|
|
|
|
|
"61745244", "Cottonvale", |
|
55285
|
|
|
|
|
|
|
"61742372", "Malanda", |
|
55286
|
|
|
|
|
|
|
"618851493", "Kingscote", |
|
55287
|
|
|
|
|
|
|
"61899026", "Denham", |
|
55288
|
|
|
|
|
|
|
"61896601", "Ballidu", |
|
55289
|
|
|
|
|
|
|
"61890168", "Nullarbor", |
|
55290
|
|
|
|
|
|
|
"61888556", "Thistle", |
|
55291
|
|
|
|
|
|
|
"618600975", "Neridup", |
|
55292
|
|
|
|
|
|
|
"61895660", "Bakers\ Hill", |
|
55293
|
|
|
|
|
|
|
"61340149", "Mildura", |
|
55294
|
|
|
|
|
|
|
"61357048", "Flowerdale", |
|
55295
|
|
|
|
|
|
|
"61886527", "Streaky\ Bay", |
|
55296
|
|
|
|
|
|
|
"612532960", "Grenfell", |
|
55297
|
|
|
|
|
|
|
"61357982", "Violet\ Town", |
|
55298
|
|
|
|
|
|
|
"6135595", "Cobden", |
|
55299
|
|
|
|
|
|
|
"612583842", "Warrumbungle", |
|
55300
|
|
|
|
|
|
|
"61879379", "Victoria\ River", |
|
55301
|
|
|
|
|
|
|
"61742103", "Silkwood", |
|
55302
|
|
|
|
|
|
|
"61260684", "Tallangatta", |
|
55303
|
|
|
|
|
|
|
"61887468", "Lucindale\ South", |
|
55304
|
|
|
|
|
|
|
"61897115", "Darkan", |
|
55305
|
|
|
|
|
|
|
"61355201", "Tyrendarra", |
|
55306
|
|
|
|
|
|
|
"61891484", "Wyndham", |
|
55307
|
|
|
|
|
|
|
"61895004", "Mandurah", |
|
55308
|
|
|
|
|
|
|
"61248155", "Goulburn", |
|
55309
|
|
|
|
|
|
|
"61358924", "Dookie", |
|
55310
|
|
|
|
|
|
|
"61353015", "Creswick", |
|
55311
|
|
|
|
|
|
|
"61259035", "Leeton", |
|
55312
|
|
|
|
|
|
|
"61269380", "Kyeamba", |
|
55313
|
|
|
|
|
|
|
"618683055", "Hyden\ East", |
|
55314
|
|
|
|
|
|
|
"61358488", "Tongala", |
|
55315
|
|
|
|
|
|
|
"61897770", "Manjimup", |
|
55316
|
|
|
|
|
|
|
"617750003", "Macalister", |
|
55317
|
|
|
|
|
|
|
"61357445", "Strathbogie", |
|
55318
|
|
|
|
|
|
|
"61880018", "Menindee", |
|
55319
|
|
|
|
|
|
|
"6174430", "Townsville", |
|
55320
|
|
|
|
|
|
|
"61267917", "Bundella", |
|
55321
|
|
|
|
|
|
|
"618903607", "Nullarbor", |
|
55322
|
|
|
|
|
|
|
"612592735", "Stockinbingal", |
|
55323
|
|
|
|
|
|
|
"61361101", "Colebrook", |
|
55324
|
|
|
|
|
|
|
"61890154", "Narembeen", |
|
55325
|
|
|
|
|
|
|
"61269873", "Ganmain", |
|
55326
|
|
|
|
|
|
|
"6188641", "Port\ Augusta", |
|
55327
|
|
|
|
|
|
|
"612574250", "Moona\ Plains", |
|
55328
|
|
|
|
|
|
|
"618858552", "Marama", |
|
55329
|
|
|
|
|
|
|
"61742743", "Mareeba", |
|
55330
|
|
|
|
|
|
|
"61876269", "Carrieton", |
|
55331
|
|
|
|
|
|
|
"613451271", "Dunkeld", |
|
55332
|
|
|
|
|
|
|
"61266643", "Leeville", |
|
55333
|
|
|
|
|
|
|
"612583145", "Bourke", |
|
55334
|
|
|
|
|
|
|
"61741588", "Blackbutt", |
|
55335
|
|
|
|
|
|
|
"61877324", "Monkoora", |
|
55336
|
|
|
|
|
|
|
"618865982", "Ungarra", |
|
55337
|
|
|
|
|
|
|
"617480350", "Agnes\ Water", |
|
55338
|
|
|
|
|
|
|
"61340013", "Pooncarie", |
|
55339
|
|
|
|
|
|
|
"61350431", "Cunninyeuk", |
|
55340
|
|
|
|
|
|
|
"61267972", "Craigleigh", |
|
55341
|
|
|
|
|
|
|
"61265956", "Comboyne", |
|
55342
|
|
|
|
|
|
|
"61268075", "Mungery", |
|
55343
|
|
|
|
|
|
|
"6124849", "Tarago", |
|
55344
|
|
|
|
|
|
|
"61348195", "Wakool", |
|
55345
|
|
|
|
|
|
|
"618683737", "Kulin\ West", |
|
55346
|
|
|
|
|
|
|
"612574215", "Collarenebri", |
|
55347
|
|
|
|
|
|
|
"617441925", "Yabulu", |
|
55348
|
|
|
|
|
|
|
"617459407", "Bringalily", |
|
55349
|
|
|
|
|
|
|
"612530296", "Murringo", |
|
55350
|
|
|
|
|
|
|
"61888806", "Curramulka", |
|
55351
|
|
|
|
|
|
|
"61350674", "Mittyack", |
|
55352
|
|
|
|
|
|
|
"613542142", "Jarklin", |
|
55353
|
|
|
|
|
|
|
"61887327", "Cannawigara", |
|
55354
|
|
|
|
|
|
|
"618752472", "Loxton", |
|
55355
|
|
|
|
|
|
|
"61895391", "Mount\ Helena", |
|
55356
|
|
|
|
|
|
|
"61885801", "Berri", |
|
55357
|
|
|
|
|
|
|
"61359370", "Tankerton", |
|
55358
|
|
|
|
|
|
|
"61268478", "Gilgandra", |
|
55359
|
|
|
|
|
|
|
"61743330", "Manumbar", |
|
55360
|
|
|
|
|
|
|
"61890287", "Cascade", |
|
55361
|
|
|
|
|
|
|
"618753101", "Bower", |
|
55362
|
|
|
|
|
|
|
"612631798", "Canowindra", |
|
55363
|
|
|
|
|
|
|
"61747695", "Barkly", |
|
55364
|
|
|
|
|
|
|
"61887454", "Penola", |
|
55365
|
|
|
|
|
|
|
"618683753", "Muradup", |
|
55366
|
|
|
|
|
|
|
"61753496", "Gunalda", |
|
55367
|
|
|
|
|
|
|
"61851110", "Sandfire", |
|
55368
|
|
|
|
|
|
|
"618859965", "Pinnaroo", |
|
55369
|
|
|
|
|
|
|
"61898396", "Bedford\ Harbour", |
|
55370
|
|
|
|
|
|
|
"61367146", "Beaconsfield", |
|
55371
|
|
|
|
|
|
|
"61745505", "Pittsworth", |
|
55372
|
|
|
|
|
|
|
"61890280", "Goldfields", |
|
55373
|
|
|
|
|
|
|
"618753171", "Mannum", |
|
55374
|
|
|
|
|
|
|
"61743337", "Mundubbera", |
|
55375
|
|
|
|
|
|
|
"61248013", "Braidwood", |
|
55376
|
|
|
|
|
|
|
"61343211", "Horsham", |
|
55377
|
|
|
|
|
|
|
"61359377", "Cranbourne", |
|
55378
|
|
|
|
|
|
|
"618763897", "Nelshaby", |
|
55379
|
|
|
|
|
|
|
"61897053", "Harvey", |
|
55380
|
|
|
|
|
|
|
"61240195", "Wards\ River", |
|
55381
|
|
|
|
|
|
|
"61851117", "Christmas\ Island", |
|
55382
|
|
|
|
|
|
|
"617442820", "Townsville", |
|
55383
|
|
|
|
|
|
|
"61358908", "Finley", |
|
55384
|
|
|
|
|
|
|
"61886093", "Iron\ Baron", |
|
55385
|
|
|
|
|
|
|
"61255436", "Forster", |
|
55386
|
|
|
|
|
|
|
"61888929", "Hallett", |
|
55387
|
|
|
|
|
|
|
"61895028", "Bullsbrook\ East", |
|
55388
|
|
|
|
|
|
|
"6138789", "Dandenong", |
|
55389
|
|
|
|
|
|
|
"61256076", "Dorrigo", |
|
55390
|
|
|
|
|
|
|
"61341485", "Woodside", |
|
55391
|
|
|
|
|
|
|
"617750125", "Condamine", |
|
55392
|
|
|
|
|
|
|
"61345005", "Port\ Fairy", |
|
55393
|
|
|
|
|
|
|
"61343122", "Bangerang", |
|
55394
|
|
|
|
|
|
|
"61851172", "Wittenoom", |
|
55395
|
|
|
|
|
|
|
"61353153", "Ballan", |
|
55396
|
|
|
|
|
|
|
"613451419", "Darlington", |
|
55397
|
|
|
|
|
|
|
"61746016", "Ballandean", |
|
55398
|
|
|
|
|
|
|
"61263389", "Killongbutta", |
|
55399
|
|
|
|
|
|
|
"61866109", "Cunderdin", |
|
55400
|
|
|
|
|
|
|
"61747021", "Boulia", |
|
55401
|
|
|
|
|
|
|
"61887320", "Robe", |
|
55402
|
|
|
|
|
|
|
"61253332", "Dunedoo", |
|
55403
|
|
|
|
|
|
|
"61361096", "New\ Norfolk", |
|
55404
|
|
|
|
|
|
|
"61891904", "Paraburdoo", |
|
55405
|
|
|
|
|
|
|
"61891226", "Mount\ Bruce", |
|
55406
|
|
|
|
|
|
|
"6128569", "Sydney", |
|
55407
|
|
|
|
|
|
|
"61257499", "Wee\ Waa", |
|
55408
|
|
|
|
|
|
|
"61348281", "Cobram", |
|
55409
|
|
|
|
|
|
|
"618866397", "Yabmana", |
|
55410
|
|
|
|
|
|
|
"61243083", "Wyong", |
|
55411
|
|
|
|
|
|
|
"612583906", "Gilgooma", |
|
55412
|
|
|
|
|
|
|
"61357402", "Taggerty", |
|
55413
|
|
|
|
|
|
|
"61264141", "Tathra", |
|
55414
|
|
|
|
|
|
|
"61741871", "Tiaro", |
|
55415
|
|
|
|
|
|
|
"61248709", "Rugby", |
|
55416
|
|
|
|
|
|
|
"618683425", "West\ River", |
|
55417
|
|
|
|
|
|
|
"61352035", "Anglesea", |
|
55418
|
|
|
|
|
|
|
"61748614", "Rockhampton", |
|
55419
|
|
|
|
|
|
|
"618903677", "Bonnie\ Rock", |
|
55420
|
|
|
|
|
|
|
"61267910", "Curlewis", |
|
55421
|
|
|
|
|
|
|
"61265264", "Widden\ Valley", |
|
55422
|
|
|
|
|
|
|
"61356188", "Trafalgar", |
|
55423
|
|
|
|
|
|
|
"6139941", "Melbourne", |
|
55424
|
|
|
|
|
|
|
"61268319", "Magometon", |
|
55425
|
|
|
|
|
|
|
"61341088", "Bruthen", |
|
55426
|
|
|
|
|
|
|
"6129188", "Sydney", |
|
55427
|
|
|
|
|
|
|
"61895425", "Bindoon", |
|
55428
|
|
|
|
|
|
|
"613451201", "Warrnambool", |
|
55429
|
|
|
|
|
|
|
"612583390", "Alectown", |
|
55430
|
|
|
|
|
|
|
"618862010", "The\ Ranges", |
|
55431
|
|
|
|
|
|
|
"61250085", "Albury", |
|
55432
|
|
|
|
|
|
|
"61752162", "Boonah", |
|
55433
|
|
|
|
|
|
|
"61264701", "Cooma", |
|
55434
|
|
|
|
|
|
|
"61248149", "Breadalbane", |
|
55435
|
|
|
|
|
|
|
"61238179", "Paddys\ River", |
|
55436
|
|
|
|
|
|
|
"61877126", "Wirrega", |
|
55437
|
|
|
|
|
|
|
"61354232", "Kyneton", |
|
55438
|
|
|
|
|
|
|
"61340238", "Robinvale", |
|
55439
|
|
|
|
|
|
|
"61269387", "Henty", |
|
55440
|
|
|
|
|
|
|
"61876111", "Quorn", |
|
55441
|
|
|
|
|
|
|
"61248752", "Nerriga", |
|
55442
|
|
|
|
|
|
|
"61749339", "Tungamull", |
|
55443
|
|
|
|
|
|
|
"618985573", "Hyden", |
|
55444
|
|
|
|
|
|
|
"61251164", "Canberra", |
|
55445
|
|
|
|
|
|
|
"61879418", "Davenport", |
|
55446
|
|
|
|
|
|
|
"612532441", "Killongbutta", |
|
55447
|
|
|
|
|
|
|
"61363614", "Scottsdale", |
|
55448
|
|
|
|
|
|
|
"61357459", "Yarrawonga", |
|
55449
|
|
|
|
|
|
|
"61265135", "Stuarts\ Point", |
|
55450
|
|
|
|
|
|
|
"6186312", "Fremantle", |
|
55451
|
|
|
|
|
|
|
"61269958", "Mangoplah", |
|
55452
|
|
|
|
|
|
|
"61753515", "Gatton", |
|
55453
|
|
|
|
|
|
|
"61265529", "Pacific\ Palms", |
|
55454
|
|
|
|
|
|
|
"612570040", "Pilliga", |
|
55455
|
|
|
|
|
|
|
"61754034", "Maleny", |
|
55456
|
|
|
|
|
|
|
"61876222", "Poochera", |
|
55457
|
|
|
|
|
|
|
"61872332", "Adelaide", |
|
55458
|
|
|
|
|
|
|
"618600905", "Mount\ Merivale", |
|
55459
|
|
|
|
|
|
|
"61246600", "Camden", |
|
55460
|
|
|
|
|
|
|
"61895667", "Guilderton", |
|
55461
|
|
|
|
|
|
|
"61898194", "Manypeaks", |
|
55462
|
|
|
|
|
|
|
"61250206", "Oaklands", |
|
55463
|
|
|
|
|
|
|
"6128630", "Blacktown", |
|
55464
|
|
|
|
|
|
|
"61367344", "Glengarry", |
|
55465
|
|
|
|
|
|
|
"6128785", "Liverpool", |
|
55466
|
|
|
|
|
|
|
"61745849", "Toobeah", |
|
55467
|
|
|
|
|
|
|
"61265258", "Bunnan", |
|
55468
|
|
|
|
|
|
|
"618967098", "Yorkrakine", |
|
55469
|
|
|
|
|
|
|
"61746663", "Allora", |
|
55470
|
|
|
|
|
|
|
"61745542", "Legume", |
|
55471
|
|
|
|
|
|
|
"61886520", "Sleaford\ Mere", |
|
55472
|
|
|
|
|
|
|
"6138565", "Clayton", |
|
55473
|
|
|
|
|
|
|
"61261056", "Cavan", |
|
55474
|
|
|
|
|
|
|
"61877308", "Conmurra", |
|
55475
|
|
|
|
|
|
|
"61253193", "Quandialla", |
|
55476
|
|
|
|
|
|
|
"61248666", "Bevendale", |
|
55477
|
|
|
|
|
|
|
"618996830", "Howatharra", |
|
55478
|
|
|
|
|
|
|
"61742310", "Atherton", |
|
55479
|
|
|
|
|
|
|
"61351198", "Meerlieu", |
|
55480
|
|
|
|
|
|
|
"6186194", "Herne\ Hill", |
|
55481
|
|
|
|
|
|
|
"618985484", "Ravensthorpe\ West", |
|
55482
|
|
|
|
|
|
|
"61891030", "Hall\'s\ Creek", |
|
55483
|
|
|
|
|
|
|
"61350833", "Hopetoun", |
|
55484
|
|
|
|
|
|
|
"612583654", "Widgeland", |
|
55485
|
|
|
|
|
|
|
"61255547", "Taylors\ Arm", |
|
55486
|
|
|
|
|
|
|
"61862344", "Fremantle", |
|
55487
|
|
|
|
|
|
|
"612593974", "Gunbar", |
|
55488
|
|
|
|
|
|
|
"618904287", "Yilgarn\ South", |
|
55489
|
|
|
|
|
|
|
"61879015", "Borroloola", |
|
55490
|
|
|
|
|
|
|
"61266178", "Bellingen", |
|
55491
|
|
|
|
|
|
|
"61340155", "Ultima", |
|
55492
|
|
|
|
|
|
|
"61352953", "Inverleigh", |
|
55493
|
|
|
|
|
|
|
"618859984", "Tailem\ Bend", |
|
55494
|
|
|
|
|
|
|
"61364012", "Marrawah", |
|
55495
|
|
|
|
|
|
|
"61367119", "Waterhouse", |
|
55496
|
|
|
|
|
|
|
"61880127", "White\ Cliffs", |
|
55497
|
|
|
|
|
|
|
"61364681", "Wynyard", |
|
55498
|
|
|
|
|
|
|
"612684565", "Tyrie", |
|
55499
|
|
|
|
|
|
|
"613451273", "Edenhope", |
|
55500
|
|
|
|
|
|
|
"617473834", "Burketown", |
|
55501
|
|
|
|
|
|
|
"618753455", "Blanchetown", |
|
55502
|
|
|
|
|
|
|
"617441430", "Walker", |
|
55503
|
|
|
|
|
|
|
"61256345", "Grafton", |
|
55504
|
|
|
|
|
|
|
"61753632", "Kenilworth", |
|
55505
|
|
|
|
|
|
|
"61745690", "Blackall", |
|
55506
|
|
|
|
|
|
|
"61746055", "Cunnamulla", |
|
55507
|
|
|
|
|
|
|
"61740198", "Aurukun", |
|
55508
|
|
|
|
|
|
|
"61754192", "Jimna", |
|
55509
|
|
|
|
|
|
|
"61743483", "Bundaberg", |
|
55510
|
|
|
|
|
|
|
"612574159", "Plumthorpe", |
|
55511
|
|
|
|
|
|
|
"61851004", "De\ Grey", |
|
55512
|
|
|
|
|
|
|
"61741833", "Booyal", |
|
55513
|
|
|
|
|
|
|
"612593660", "Adelong", |
|
55514
|
|
|
|
|
|
|
"61275010", "Engadine", |
|
55515
|
|
|
|
|
|
|
"618753410", "Mantung", |
|
55516
|
|
|
|
|
|
|
"61257204", "Elcombe", |
|
55517
|
|
|
|
|
|
|
"61244197", "Bawley\ Point", |
|
55518
|
|
|
|
|
|
|
"612574266", "Quirindi", |
|
55519
|
|
|
|
|
|
|
"617480427", "Turkey\ Beach", |
|
55520
|
|
|
|
|
|
|
"612583527", "Hermidale", |
|
55521
|
|
|
|
|
|
|
"61364077", "Waratah", |
|
55522
|
|
|
|
|
|
|
"61269721", "West\ Wyalong", |
|
55523
|
|
|
|
|
|
|
"61256648", "Murwillumbah", |
|
55524
|
|
|
|
|
|
|
"61272", "Sydney", |
|
55525
|
|
|
|
|
|
|
"61746971", "Greenmount", |
|
55526
|
|
|
|
|
|
|
"61347007", "Kilmore", |
|
55527
|
|
|
|
|
|
|
"61749818", "Willows", |
|
55528
|
|
|
|
|
|
|
"612532604", "Wollar", |
|
55529
|
|
|
|
|
|
|
"61742006", "Etheridge", |
|
55530
|
|
|
|
|
|
|
"617442959", "Hughenden", |
|
55531
|
|
|
|
|
|
|
"61238054", "Woodhouselee", |
|
55532
|
|
|
|
|
|
|
"613574635", "Beechworth", |
|
55533
|
|
|
|
|
|
|
"61746458", "Tabers", |
|
55534
|
|
|
|
|
|
|
"61248314", "Barrallier", |
|
55535
|
|
|
|
|
|
|
"61896804", "Beverley\ West", |
|
55536
|
|
|
|
|
|
|
"61748413", "Moranbah", |
|
55537
|
|
|
|
|
|
|
"61899123", "Perenjori\ East", |
|
55538
|
|
|
|
|
|
|
"61889745", "Victoria\ River", |
|
55539
|
|
|
|
|
|
|
"61897427", "Manjimup", |
|
55540
|
|
|
|
|
|
|
"618983638", "Hartville", |
|
55541
|
|
|
|
|
|
|
"61898032", "Borden", |
|
55542
|
|
|
|
|
|
|
"618864642", "Andamooka", |
|
55543
|
|
|
|
|
|
|
"61247421", "Lawson", |
|
55544
|
|
|
|
|
|
|
"61886394", "Carrieton", |
|
55545
|
|
|
|
|
|
|
"61749151", "Cracow", |
|
55546
|
|
|
|
|
|
|
"61897935", "Brunswick\ Junction", |
|
55547
|
|
|
|
|
|
|
"61882799", "Adelaide", |
|
55548
|
|
|
|
|
|
|
"61742285", "Mutchilba", |
|
55549
|
|
|
|
|
|
|
"618753103", "Coonalpyn", |
|
55550
|
|
|
|
|
|
|
"618683751", "Mount\ Barker", |
|
55551
|
|
|
|
|
|
|
"61747189", "Croydon", |
|
55552
|
|
|
|
|
|
|
"61887594", "Frances", |
|
55553
|
|
|
|
|
|
|
"61269433", "Cootamundra", |
|
55554
|
|
|
|
|
|
|
"612532956", "Gingkin", |
|
55555
|
|
|
|
|
|
|
"612594130", "Mannus", |
|
55556
|
|
|
|
|
|
|
"61351513", "Licola", |
|
55557
|
|
|
|
|
|
|
"61355440", "Woodhouse", |
|
55558
|
|
|
|
|
|
|
"61734978", "Ipswich", |
|
55559
|
|
|
|
|
|
|
"61889105", "Victoria\ River", |
|
55560
|
|
|
|
|
|
|
"61367043", "Scottsdale", |
|
55561
|
|
|
|
|
|
|
"6125336", "Koorawatha\/Lyndhurst\/Ooma\/Running\ Stream", |
|
55562
|
|
|
|
|
|
|
"61266069", "Dyraaba", |
|
55563
|
|
|
|
|
|
|
"613531952", "Glenisla", |
|
55564
|
|
|
|
|
|
|
"61885604", "Kapunda", |
|
55565
|
|
|
|
|
|
|
"61890315", "Collurabbie", |
|
55566
|
|
|
|
|
|
|
"61753556", "Noosaville", |
|
55567
|
|
|
|
|
|
|
"6186292", "Kalamunda", |
|
55568
|
|
|
|
|
|
|
"61264266", "Bonang", |
|
55569
|
|
|
|
|
|
|
"61890941", "Korbelka", |
|
55570
|
|
|
|
|
|
|
"61743578", "Childers", |
|
55571
|
|
|
|
|
|
|
"61890618", "Narembeen\ East", |
|
55572
|
|
|
|
|
|
|
"61896554", "Bidaminna", |
|
55573
|
|
|
|
|
|
|
"618851491", "Kingscote", |
|
55574
|
|
|
|
|
|
|
"61268144", "Collie", |
|
55575
|
|
|
|
|
|
|
"61895110", "Mount\ Wells", |
|
55576
|
|
|
|
|
|
|
"613470806", "Woods\ Point", |
|
55577
|
|
|
|
|
|
|
"61267137", "Willow\ Tree", |
|
55578
|
|
|
|
|
|
|
"61344157", "Watchem", |
|
55579
|
|
|
|
|
|
|
"6138798", "Sunbury", |
|
55580
|
|
|
|
|
|
|
"61748366", "Rockhampton", |
|
55581
|
|
|
|
|
|
|
"61867215", "Balingup", |
|
55582
|
|
|
|
|
|
|
"6189751", "Busselton", |
|
55583
|
|
|
|
|
|
|
"618869054", "Spilsby", |
|
55584
|
|
|
|
|
|
|
"612574788", "Goolhi", |
|
55585
|
|
|
|
|
|
|
"61340116", "Wentworth", |
|
55586
|
|
|
|
|
|
|
"61879056", "Darwin", |
|
55587
|
|
|
|
|
|
|
"613442214", "Gunbower", |
|
55588
|
|
|
|
|
|
|
"61746464", "Toowoomba", |
|
55589
|
|
|
|
|
|
|
"61885060", "Gurrai", |
|
55590
|
|
|
|
|
|
|
"61745361", "Barcoo", |
|
55591
|
|
|
|
|
|
|
"618601006", "Corrigin\ West", |
|
55592
|
|
|
|
|
|
|
"61238068", "Gunning", |
|
55593
|
|
|
|
|
|
|
"61747850", "Bowen", |
|
55594
|
|
|
|
|
|
|
"61268838", "Coalbaggie", |
|
55595
|
|
|
|
|
|
|
"617750001", "Longreach", |
|
55596
|
|
|
|
|
|
|
"61886001", "Andamooka", |
|
55597
|
|
|
|
|
|
|
"61258588", "Parkes", |
|
55598
|
|
|
|
|
|
|
"6139251", "Melbourne", |
|
55599
|
|
|
|
|
|
|
"61367261", "Launceston", |
|
55600
|
|
|
|
|
|
|
"617480057", "Goovigen", |
|
55601
|
|
|
|
|
|
|
"613553505", "Portland", |
|
55602
|
|
|
|
|
|
|
"61747857", "Collinsville", |
|
55603
|
|
|
|
|
|
|
"61885067", "Hamley\ Bridge", |
|
55604
|
|
|
|
|
|
|
"61888515", "Nantawarra", |
|
55605
|
|
|
|
|
|
|
"618601076", "Grass\ Patch", |
|
55606
|
|
|
|
|
|
|
"6188866", "Lochiel", |
|
55607
|
|
|
|
|
|
|
"61268728", "Cuttaburra", |
|
55608
|
|
|
|
|
|
|
"61752081", "Toogoolawah", |
|
55609
|
|
|
|
|
|
|
"61741674", "Gaeta", |
|
55610
|
|
|
|
|
|
|
"612530029", "Burraga", |
|
55611
|
|
|
|
|
|
|
"618753025", "Marama", |
|
55612
|
|
|
|
|
|
|
"618982433", "Mettler", |
|
55613
|
|
|
|
|
|
|
"617485855", "Dingo\ Beach", |
|
55614
|
|
|
|
|
|
|
"61885893", "Lowbank", |
|
55615
|
|
|
|
|
|
|
"61356399", "Leongatha", |
|
55616
|
|
|
|
|
|
|
"6126553", "Taree", |
|
55617
|
|
|
|
|
|
|
"612574432", "Guyra", |
|
55618
|
|
|
|
|
|
|
"61344150", "Quambatook", |
|
55619
|
|
|
|
|
|
|
"61261379", "Gundaroo", |
|
55620
|
|
|
|
|
|
|
"61363164", "Avoca", |
|
55621
|
|
|
|
|
|
|
"612594098", "Carabost", |
|
55622
|
|
|
|
|
|
|
"618985571", "Hyden", |
|
55623
|
|
|
|
|
|
|
"6174932", "Rockhampton", |
|
55624
|
|
|
|
|
|
|
"612532443", "Laheys\ Creek", |
|
55625
|
|
|
|
|
|
|
"61256302", "Wooli", |
|
55626
|
|
|
|
|
|
|
"61748235", "Bajool", |
|
55627
|
|
|
|
|
|
|
"613441704", "Goornong", |
|
55628
|
|
|
|
|
|
|
"61745816", "Kupunn", |
|
55629
|
|
|
|
|
|
|
"61896252", "Gabbin\ North", |
|
55630
|
|
|
|
|
|
|
"61755171", "Kerry", |
|
55631
|
|
|
|
|
|
|
"61868294", "Wickepin", |
|
55632
|
|
|
|
|
|
|
"61746113", "Quilpie", |
|
55633
|
|
|
|
|
|
|
"61342273", "Geelong", |
|
55634
|
|
|
|
|
|
|
"618682002", "Cairlocup", |
|
55635
|
|
|
|
|
|
|
"61353056", "Maroona", |
|
55636
|
|
|
|
|
|
|
"617476532", "Home\ Hill", |
|
55637
|
|
|
|
|
|
|
"61264335", "Bonang", |
|
55638
|
|
|
|
|
|
|
"61734503", "Russell\ Island", |
|
55639
|
|
|
|
|
|
|
"61267130", "Walcha", |
|
55640
|
|
|
|
|
|
|
"61245111", "Windsor", |
|
55641
|
|
|
|
|
|
|
"613553940", "Hawkesdale", |
|
55642
|
|
|
|
|
|
|
"61890079", "Bruce\ Rock", |
|
55643
|
|
|
|
|
|
|
"61895117", "Bullsbrook\ East", |
|
55644
|
|
|
|
|
|
|
"61741431", "Johnstown\ West", |
|
55645
|
|
|
|
|
|
|
"61256173", "Whiporie", |
|
55646
|
|
|
|
|
|
|
"613470876", "Killawarra", |
|
55647
|
|
|
|
|
|
|
"61257228", "Walcha\ Road", |
|
55648
|
|
|
|
|
|
|
"61392156", "Croydon", |
|
55649
|
|
|
|
|
|
|
"61886196", "Port\ Neill", |
|
55650
|
|
|
|
|
|
|
"61748158", "Westwood", |
|
55651
|
|
|
|
|
|
|
"61891683", "Kununurra", |
|
55652
|
|
|
|
|
|
|
"61851028", "Wyndham", |
|
55653
|
|
|
|
|
|
|
"61355766", "Penshurst", |
|
55654
|
|
|
|
|
|
|
"61355447", "Port\ Fairy", |
|
55655
|
|
|
|
|
|
|
"61897156", "Beedelup", |
|
55656
|
|
|
|
|
|
|
"61887292", "Wrattonbully", |
|
55657
|
|
|
|
|
|
|
"612592694", "Cowabbie", |
|
55658
|
|
|
|
|
|
|
"61895172", "Byford", |
|
55659
|
|
|
|
|
|
|
"61756251", "Southport", |
|
55660
|
|
|
|
|
|
|
"61248116", "Binda", |
|
55661
|
|
|
|
|
|
|
"61343078", "Marnoo", |
|
55662
|
|
|
|
|
|
|
"61264638", "Berridale", |
|
55663
|
|
|
|
|
|
|
"61875064", "Waikerie", |
|
55664
|
|
|
|
|
|
|
"61240689", "Cessnock", |
|
55665
|
|
|
|
|
|
|
"618982457", "Perillup", |
|
55666
|
|
|
|
|
|
|
"61263198", "Reids\ Flat", |
|
55667
|
|
|
|
|
|
|
"61887781", "Mount\ Gambier", |
|
55668
|
|
|
|
|
|
|
"612820", "Sydney", |
|
55669
|
|
|
|
|
|
|
"61268346", "Ballimore", |
|
55670
|
|
|
|
|
|
|
"61897420", "Nannup", |
|
55671
|
|
|
|
|
|
|
"61742191", "Thursday\ Island", |
|
55672
|
|
|
|
|
|
|
"61889759", "Carpentaria", |
|
55673
|
|
|
|
|
|
|
"618753173", "Marama", |
|
55674
|
|
|
|
|
|
|
"61364994", "Yambacoona", |
|
55675
|
|
|
|
|
|
|
"61363158", "St\ Marys", |
|
55676
|
|
|
|
|
|
|
"61265915", "Coopernook", |
|
55677
|
|
|
|
|
|
|
"6188240", "Adelaide", |
|
55678
|
|
|
|
|
|
|
"61361332", "Dunalley", |
|
55679
|
|
|
|
|
|
|
"61381052", "Kalkallo", |
|
55680
|
|
|
|
|
|
|
"61267686", "Currabubula", |
|
55681
|
|
|
|
|
|
|
"61883073", "Mclaren\ Vale", |
|
55682
|
|
|
|
|
|
|
"61351389", "Licola", |
|
55683
|
|
|
|
|
|
|
"61253096", "Maimuru", |
|
55684
|
|
|
|
|
|
|
"613431899", "Dimboola", |
|
55685
|
|
|
|
|
|
|
"617458932", "Surat", |
|
55686
|
|
|
|
|
|
|
"612574807", "Mungindi", |
|
55687
|
|
|
|
|
|
|
"61266022", "Copmanhurst", |
|
55688
|
|
|
|
|
|
|
"61261153", "Uriarra\ Forest", |
|
55689
|
|
|
|
|
|
|
"61265341", "Lord\ Howe\ Island", |
|
55690
|
|
|
|
|
|
|
"618753346", "Morgan", |
|
55691
|
|
|
|
|
|
|
"613572480", "Mount\ Buller", |
|
55692
|
|
|
|
|
|
|
"6188893", "Booborowie", |
|
55693
|
|
|
|
|
|
|
"61896209", "Yelbeni", |
|
55694
|
|
|
|
|
|
|
"6126767", "Tamworth", |
|
55695
|
|
|
|
|
|
|
"613442046", "Castlemaine", |
|
55696
|
|
|
|
|
|
|
"61256359", "Grafton", |
|
55697
|
|
|
|
|
|
|
"61255692", "Pacific\ Palms", |
|
55698
|
|
|
|
|
|
|
"61364070", "Rosebery", |
|
55699
|
|
|
|
|
|
|
"61746049", "Condamine", |
|
55700
|
|
|
|
|
|
|
"61244190", "Huskisson", |
|
55701
|
|
|
|
|
|
|
"61269831", "Griffith", |
|
55702
|
|
|
|
|
|
|
"6188117", "Adelaide", |
|
55703
|
|
|
|
|
|
|
"61355609", "Hawkesdale", |
|
55704
|
|
|
|
|
|
|
"612532674", "Cudal", |
|
55705
|
|
|
|
|
|
|
"61347000", "Euroa", |
|
55706
|
|
|
|
|
|
|
"61887653", "Lochaber", |
|
55707
|
|
|
|
|
|
|
"613470942", "Taggerty", |
|
55708
|
|
|
|
|
|
|
"61875058", "Blanchetown", |
|
55709
|
|
|
|
|
|
|
"6126576", "Jerrys\ Plains", |
|
55710
|
|
|
|
|
|
|
"61350473", "Culgoa", |
|
55711
|
|
|
|
|
|
|
"613451203", "Woodhouse", |
|
55712
|
|
|
|
|
|
|
"61880120", "The\ Darling", |
|
55713
|
|
|
|
|
|
|
"6173428", "Ipswich", |
|
55714
|
|
|
|
|
|
|
"61340314", "Rufus\ River", |
|
55715
|
|
|
|
|
|
|
"61744246", "Mount\ Isa", |
|
55716
|
|
|
|
|
|
|
"61877023", "Short", |
|
55717
|
|
|
|
|
|
|
"61741723", "Mundubbera", |
|
55718
|
|
|
|
|
|
|
"61748164", "Colston\ Park", |
|
55719
|
|
|
|
|
|
|
"61359993", "Cranbourne", |
|
55720
|
|
|
|
|
|
|
"618683317", "Porongurup", |
|
55721
|
|
|
|
|
|
|
"61745697", "Longreach", |
|
55722
|
|
|
|
|
|
|
"61754348", "Woodford", |
|
55723
|
|
|
|
|
|
|
"61361299", "Oatlands", |
|
55724
|
|
|
|
|
|
|
"61255742", "Scone", |
|
55725
|
|
|
|
|
|
|
"61891029", "Cocos\ Island", |
|
55726
|
|
|
|
|
|
|
"61340550", "Balranald", |
|
55727
|
|
|
|
|
|
|
"61244058", "Moruya", |
|
55728
|
|
|
|
|
|
|
"617458596", "Bunya\ Mountains", |
|
55729
|
|
|
|
|
|
|
"61250052", "Tallangatta\ Valley", |
|
55730
|
|
|
|
|
|
|
"61342179", "Beech\ Forest", |
|
55731
|
|
|
|
|
|
|
"612574674", "Coolatai", |
|
55732
|
|
|
|
|
|
|
"61746219", "Thargomindah", |
|
55733
|
|
|
|
|
|
|
"61748461", "Mackay", |
|
55734
|
|
|
|
|
|
|
"61884867", "Woodside", |
|
55735
|
|
|
|
|
|
|
"613470933", "Moyhu", |
|
55736
|
|
|
|
|
|
|
"618682163", "Lumeah", |
|
55737
|
|
|
|
|
|
|
"6124396", "Wyong", |
|
55738
|
|
|
|
|
|
|
"61240023", "Nelson\ Bay", |
|
55739
|
|
|
|
|
|
|
"61888004", "Ardrossan", |
|
55740
|
|
|
|
|
|
|
"61875190", "Narrung", |
|
55741
|
|
|
|
|
|
|
"61256279", "Ulong", |
|
55742
|
|
|
|
|
|
|
"61743362", "Kingaroy", |
|
55743
|
|
|
|
|
|
|
"61744016", "Yabulu", |
|
55744
|
|
|
|
|
|
|
"61269045", "Junee\ Reefs", |
|
55745
|
|
|
|
|
|
|
"61896743", "Ballidu", |
|
55746
|
|
|
|
|
|
|
"61255159", "Bowraville", |
|
55747
|
|
|
|
|
|
|
"61754645", "Rosewood", |
|
55748
|
|
|
|
|
|
|
"61867002", "Beedelup", |
|
55749
|
|
|
|
|
|
|
"61886125", "Laura", |
|
55750
|
|
|
|
|
|
|
"61745747", "Atholwood", |
|
55751
|
|
|
|
|
|
|
"61740057", "Herberton", |
|
55752
|
|
|
|
|
|
|
"61886539", "Mambray\ Creek", |
|
55753
|
|
|
|
|
|
|
"61745466", "Goondiwindi", |
|
55754
|
|
|
|
|
|
|
"61899262", "Walkaway", |
|
55755
|
|
|
|
|
|
|
"61364544", "Yambacoona", |
|
55756
|
|
|
|
|
|
|
"61880919", "Dolo", |
|
55757
|
|
|
|
|
|
|
"613451158", "Camperdown", |
|
55758
|
|
|
|
|
|
|
"61753110", "Gatton", |
|
55759
|
|
|
|
|
|
|
"618903327", "Holleton", |
|
55760
|
|
|
|
|
|
|
"61898551", "Rocky\ Gully", |
|
55761
|
|
|
|
|
|
|
"618854498", "Hartley", |
|
55762
|
|
|
|
|
|
|
"61266141", "Thora", |
|
55763
|
|
|
|
|
|
|
"61248557", "Paddys\ River", |
|
55764
|
|
|
|
|
|
|
"61886606", "Yeelanna", |
|
55765
|
|
|
|
|
|
|
"61889021", "Alice\ Springs", |
|
55766
|
|
|
|
|
|
|
"61243170", "Mangrove\ Mountain", |
|
55767
|
|
|
|
|
|
|
"61361603", "Nubeena", |
|
55768
|
|
|
|
|
|
|
"618865924", "Mudamuckla", |
|
55769
|
|
|
|
|
|
|
"618997039", "Kalbarri", |
|
55770
|
|
|
|
|
|
|
"61244455", "Batemans\ Bay", |
|
55771
|
|
|
|
|
|
|
"61345089", "Victoria\ Valley", |
|
55772
|
|
|
|
|
|
|
"61363090", "Waterhouse", |
|
55773
|
|
|
|
|
|
|
"61341409", "Dargo", |
|
55774
|
|
|
|
|
|
|
"61742494", "Chillagoe", |
|
55775
|
|
|
|
|
|
|
"613542567", "Gowar\ East", |
|
55776
|
|
|
|
|
|
|
"61897879", "Bunbury", |
|
55777
|
|
|
|
|
|
|
"61895556", "Mount\ Wells", |
|
55778
|
|
|
|
|
|
|
"618680086", "Newdegate\ North", |
|
55779
|
|
|
|
|
|
|
"617458943", "Thomson", |
|
55780
|
|
|
|
|
|
|
"61878007", "Braemer", |
|
55781
|
|
|
|
|
|
|
"61260329", "Corowa", |
|
55782
|
|
|
|
|
|
|
"61357949", "Graytown", |
|
55783
|
|
|
|
|
|
|
"618763948", "Courela", |
|
55784
|
|
|
|
|
|
|
"618903466", "Eyre", |
|
55785
|
|
|
|
|
|
|
"61741265", "Redridge", |
|
55786
|
|
|
|
|
|
|
"61269448", "Burra", |
|
55787
|
|
|
|
|
|
|
"61358340", "Moulamein", |
|
55788
|
|
|
|
|
|
|
"61340182", "Culgoa", |
|
55789
|
|
|
|
|
|
|
"61354188", "Pyramid\ Hill", |
|
55790
|
|
|
|
|
|
|
"61367038", "Evandale", |
|
55791
|
|
|
|
|
|
|
"61740624", "Kidston", |
|
55792
|
|
|
|
|
|
|
"61898983", "Katanning", |
|
55793
|
|
|
|
|
|
|
"61342353", "Lavers\ Hill", |
|
55794
|
|
|
|
|
|
|
"617476543", "Ingham", |
|
55795
|
|
|
|
|
|
|
"617442550", "Flinders", |
|
55796
|
|
|
|
|
|
|
"61265760", "Ravensworth", |
|
55797
|
|
|
|
|
|
|
"61742601", "Euramo", |
|
55798
|
|
|
|
|
|
|
"613451391", "Pomborneit", |
|
55799
|
|
|
|
|
|
|
"612583200", "Rocky\ Glen", |
|
55800
|
|
|
|
|
|
|
"61748090", "Moura", |
|
55801
|
|
|
|
|
|
|
"61896372", "Meckering", |
|
55802
|
|
|
|
|
|
|
"61898801", "Kulin", |
|
55803
|
|
|
|
|
|
|
"61244064", "Batemans\ Bay", |
|
55804
|
|
|
|
|
|
|
"61357136", "Wangaratta", |
|
55805
|
|
|
|
|
|
|
"617486961", "Sarina", |
|
55806
|
|
|
|
|
|
|
"61745313", "Brigalow", |
|
55807
|
|
|
|
|
|
|
"61341452", "Gormandale", |
|
55808
|
|
|
|
|
|
|
"61364086", "Sheffield", |
|
55809
|
|
|
|
|
|
|
"61752137", "Coominya", |
|
55810
|
|
|
|
|
|
|
"61248807", "Tuena", |
|
55811
|
|
|
|
|
|
|
"613431904", "Goroke", |
|
55812
|
|
|
|
|
|
|
"618763735", "Roxby\ Downs", |
|
55813
|
|
|
|
|
|
|
"618989363", "Dongolocking", |
|
55814
|
|
|
|
|
|
|
"61756034", "Tamborine\ Mountain", |
|
55815
|
|
|
|
|
|
|
"61255373", "Mount\ George", |
|
55816
|
|
|
|
|
|
|
"61740773", "Etheridge", |
|
55817
|
|
|
|
|
|
|
"61896317", "Studleigh", |
|
55818
|
|
|
|
|
|
|
"61741134", "Rosedale", |
|
55819
|
|
|
|
|
|
|
"618967858", "York", |
|
55820
|
|
|
|
|
|
|
"61885396", "Hartley", |
|
55821
|
|
|
|
|
|
|
"617442515", "Burdekin", |
|
55822
|
|
|
|
|
|
|
"61263050", "Windeyer", |
|
55823
|
|
|
|
|
|
|
"61351423", "Sale", |
|
55824
|
|
|
|
|
|
|
"61355199", "Hamilton", |
|
55825
|
|
|
|
|
|
|
"612574767", "Careunga", |
|
55826
|
|
|
|
|
|
|
"61256633", "Mullumbimby", |
|
55827
|
|
|
|
|
|
|
"61748974", "Sarina", |
|
55828
|
|
|
|
|
|
|
"61255102", "Krambach", |
|
55829
|
|
|
|
|
|
|
"61867059", "Wilga", |
|
55830
|
|
|
|
|
|
|
"61387400", "Croydon", |
|
55831
|
|
|
|
|
|
|
"61363461", "Mole\ Creek", |
|
55832
|
|
|
|
|
|
|
"61879783", "Darwin", |
|
55833
|
|
|
|
|
|
|
"61362059", "Richmond", |
|
55834
|
|
|
|
|
|
|
"61895632", "Yanchep", |
|
55835
|
|
|
|
|
|
|
"612574443", "Moree", |
|
55836
|
|
|
|
|
|
|
"61264178", "Cabramurra", |
|
55837
|
|
|
|
|
|
|
"61350092", "Murrayville", |
|
55838
|
|
|
|
|
|
|
"61741848", "Howard", |
|
55839
|
|
|
|
|
|
|
"61240590", "Clarence\ Town", |
|
55840
|
|
|
|
|
|
|
"618982442", "Mount\ Barker", |
|
55841
|
|
|
|
|
|
|
"61745107", "Mitchell", |
|
55842
|
|
|
|
|
|
|
"612532432", "Glen\ Davis", |
|
55843
|
|
|
|
|
|
|
"61899824", "Geraldton", |
|
55844
|
|
|
|
|
|
|
"612530143", "Molong", |
|
55845
|
|
|
|
|
|
|
"618854901", "Mypolonga", |
|
55846
|
|
|
|
|
|
|
"61886769", "Yeelanna", |
|
55847
|
|
|
|
|
|
|
"61890784", "Salmon\ Gums", |
|
55848
|
|
|
|
|
|
|
"61247108", "Penrith", |
|
55849
|
|
|
|
|
|
|
"61250009", "Dartmouth", |
|
55850
|
|
|
|
|
|
|
"61896103", "Gabbin\ North", |
|
55851
|
|
|
|
|
|
|
"617441380", "Ayr", |
|
55852
|
|
|
|
|
|
|
"61240597", "Mulbring", |
|
55853
|
|
|
|
|
|
|
"61745100", "Bimbadeen", |
|
55854
|
|
|
|
|
|
|
"61267081", "Guyra", |
|
55855
|
|
|
|
|
|
|
"61867045", "Donnybrook", |
|
55856
|
|
|
|
|
|
|
"61743329", "Maidenwell", |
|
55857
|
|
|
|
|
|
|
"613432103", "Rainbow", |
|
55858
|
|
|
|
|
|
|
"61754602", "Gatton", |
|
55859
|
|
|
|
|
|
|
"61740608", "Bloomfield", |
|
55860
|
|
|
|
|
|
|
"61899734", "Perenjori\ East", |
|
55861
|
|
|
|
|
|
|
"61890591", "Korbelka", |
|
55862
|
|
|
|
|
|
|
"618660717", "South\ Quairading", |
|
55863
|
|
|
|
|
|
|
"61868088", "Boddington", |
|
55864
|
|
|
|
|
|
|
"61269002", "Wagga\ Wagga", |
|
55865
|
|
|
|
|
|
|
"61756480", "Tweed\ Heads", |
|
55866
|
|
|
|
|
|
|
"617473840", "Camooweal", |
|
55867
|
|
|
|
|
|
|
"618854971", "Mount\ Pleasant", |
|
55868
|
|
|
|
|
|
|
"617459841", "Dunmore", |
|
55869
|
|
|
|
|
|
|
"61249179", "Wootton", |
|
55870
|
|
|
|
|
|
|
"613546347", "Talbot", |
|
55871
|
|
|
|
|
|
|
"61734154", "Kooringal", |
|
55872
|
|
|
|
|
|
|
"613531947", "Gerang\ Gerung", |
|
55873
|
|
|
|
|
|
|
"61899229", "Coorow", |
|
55874
|
|
|
|
|
|
|
"61891062", "Onslow", |
|
55875
|
|
|
|
|
|
|
"618661056", "Goomalling", |
|
55876
|
|
|
|
|
|
|
"613572917", "Broadford", |
|
55877
|
|
|
|
|
|
|
"61887944", "Naracoorte", |
|
55878
|
|
|
|
|
|
|
"61740305", "Atherton", |
|
55879
|
|
|
|
|
|
|
"61255705", "Toorooka", |
|
55880
|
|
|
|
|
|
|
"617452614", "Millmerran", |
|
55881
|
|
|
|
|
|
|
"61362045", "Kempton", |
|
55882
|
|
|
|
|
|
|
"61387407", "Whittlesea", |
|
55883
|
|
|
|
|
|
|
"617476370", "Ayr", |
|
55884
|
|
|
|
|
|
|
"617442883", "Briaba", |
|
55885
|
|
|
|
|
|
|
"613431974", "Linton", |
|
55886
|
|
|
|
|
|
|
"618763427", "Arno\ Bay", |
|
55887
|
|
|
|
|
|
|
"61367213", "Scottsdale", |
|
55888
|
|
|
|
|
|
|
"61864587", "Perth", |
|
55889
|
|
|
|
|
|
|
"61353783", "Skipton", |
|
55890
|
|
|
|
|
|
|
"61752130", "Caloundra", |
|
55891
|
|
|
|
|
|
|
"61258092", "Nyngan", |
|
55892
|
|
|
|
|
|
|
"618683539", "Narrakine", |
|
55893
|
|
|
|
|
|
|
"61263057", "Cowra", |
|
55894
|
|
|
|
|
|
|
"61748863", "Rockhampton", |
|
55895
|
|
|
|
|
|
|
"61896310", "Dowerin", |
|
55896
|
|
|
|
|
|
|
"612574956", "Nullamanna", |
|
55897
|
|
|
|
|
|
|
"61358009", "Logie\ Brae", |
|
55898
|
|
|
|
|
|
|
"61888028", "Brinkworth", |
|
55899
|
|
|
|
|
|
|
"612583831", "Stuart\ Town", |
|
55900
|
|
|
|
|
|
|
"61749065", "Hodgson\ Range", |
|
55901
|
|
|
|
|
|
|
"61899558", "Arrowsmith", |
|
55902
|
|
|
|
|
|
|
"618763911", "Roxby\ Downs", |
|
55903
|
|
|
|
|
|
|
"61748097", "Alpha", |
|
55904
|
|
|
|
|
|
|
"618983797", "Mount\ Madden", |
|
55905
|
|
|
|
|
|
|
"618763366", "Iron\ Baron", |
|
55906
|
|
|
|
|
|
|
"61265446", "Muswellbrook", |
|
55907
|
|
|
|
|
|
|
"612583270", "Goodooga", |
|
55908
|
|
|
|
|
|
|
"61350914", "Ouyen", |
|
55909
|
|
|
|
|
|
|
"618964493", "Lancelin", |
|
55910
|
|
|
|
|
|
|
"6174750", "Townsville", |
|
55911
|
|
|
|
|
|
|
"6129869", "Sydney", |
|
55912
|
|
|
|
|
|
|
"61753172", "Crossdale", |
|
55913
|
|
|
|
|
|
|
"6188441", "Mclaren\ Vale", |
|
55914
|
|
|
|
|
|
|
"61878000", "Alford", |
|
55915
|
|
|
|
|
|
|
"61741336", "Gin\ Gin", |
|
55916
|
|
|
|
|
|
|
"61244449", "Milton\-ulladulla", |
|
55917
|
|
|
|
|
|
|
"61247124", "Mount\ Wilson", |
|
55918
|
|
|
|
|
|
|
"61885194", "Swan\ Reach", |
|
55919
|
|
|
|
|
|
|
"61745589", "Cockatoo", |
|
55920
|
|
|
|
|
|
|
"61264643", "Cabramurra", |
|
55921
|
|
|
|
|
|
|
"613582", "Shepparton", |
|
55922
|
|
|
|
|
|
|
"61899808", "Yalgoo", |
|
55923
|
|
|
|
|
|
|
"61357334", "Buffalo\ River", |
|
55924
|
|
|
|
|
|
|
"618854558", "New\ Well", |
|
55925
|
|
|
|
|
|
|
"612532877", "Blayney", |
|
55926
|
|
|
|
|
|
|
"61357071", "Kinglake", |
|
55927
|
|
|
|
|
|
|
"61358347", "Numurkah", |
|
55928
|
|
|
|
|
|
|
"612594144", "Stanbridge", |
|
55929
|
|
|
|
|
|
|
"61259322", "Wantabadgery", |
|
55930
|
|
|
|
|
|
|
"61363863", "Pyengana", |
|
55931
|
|
|
|
|
|
|
"61876066", "Ungarra", |
|
55932
|
|
|
|
|
|
|
"618864633", "Wandearah\ East", |
|
55933
|
|
|
|
|
|
|
"61358052", "Kialla\ East", |
|
55934
|
|
|
|
|
|
|
"61248550", "Goulburn", |
|
55935
|
|
|
|
|
|
|
"61352369", "Lavers\ Hill", |
|
55936
|
|
|
|
|
|
|
"618683192", "Newdegate", |
|
55937
|
|
|
|
|
|
|
"61753117", "Thornton", |
|
55938
|
|
|
|
|
|
|
"61889398", "Daly", |
|
55939
|
|
|
|
|
|
|
"6124261", "Wollongong", |
|
55940
|
|
|
|
|
|
|
"61348023", "Kialla\ East", |
|
55941
|
|
|
|
|
|
|
"61363097", "Whitemark", |
|
55942
|
|
|
|
|
|
|
"61899564", "Yallalong", |
|
55943
|
|
|
|
|
|
|
"61886722", "Tarcoola", |
|
55944
|
|
|
|
|
|
|
"61860031", "Bodallin\ North", |
|
55945
|
|
|
|
|
|
|
"61745740", "Inglewood", |
|
55946
|
|
|
|
|
|
|
"618982383", "Kronkup", |
|
55947
|
|
|
|
|
|
|
"61740050", "Georgetown", |
|
55948
|
|
|
|
|
|
|
"61248182", "Golspie", |
|
55949
|
|
|
|
|
|
|
"61399832", "Melbourne", |
|
55950
|
|
|
|
|
|
|
"612574382", "Baan\ Baa", |
|
55951
|
|
|
|
|
|
|
"612574604", "Ingleba", |
|
55952
|
|
|
|
|
|
|
"61261504", "Burrinjuck", |
|
55953
|
|
|
|
|
|
|
"61898403", "Congee", |
|
55954
|
|
|
|
|
|
|
"61340557", "Curyo", |
|
55955
|
|
|
|
|
|
|
"61353651", "Nhill", |
|
55956
|
|
|
|
|
|
|
"618989036", "Kulin\ West", |
|
55957
|
|
|
|
|
|
|
"61875197", "Policemans\ Point", |
|
55958
|
|
|
|
|
|
|
"61269059", "Morundah", |
|
55959
|
|
|
|
|
|
|
"61351821", "Gormandale", |
|
55960
|
|
|
|
|
|
|
"61255145", "Port\ Macquarie", |
|
55961
|
|
|
|
|
|
|
"61754659", "Thornton", |
|
55962
|
|
|
|
|
|
|
"61884860", "Salisbury", |
|
55963
|
|
|
|
|
|
|
"618763879", "Kapinnie", |
|
55964
|
|
|
|
|
|
|
"6139677", "Melbourne", |
|
55965
|
|
|
|
|
|
|
"61362077", "Richmond", |
|
55966
|
|
|
|
|
|
|
"6175413", "Caloundra", |
|
55967
|
|
|
|
|
|
|
"61867012", "Darkan", |
|
55968
|
|
|
|
|
|
|
"61268688", "Gilgandra", |
|
55969
|
|
|
|
|
|
|
"61744006", "Eddington", |
|
55970
|
|
|
|
|
|
|
"61251194", "Captains\ Flat", |
|
55971
|
|
|
|
|
|
|
"61362012", "Baden", |
|
55972
|
|
|
|
|
|
|
"61888014", "Balaklava", |
|
55973
|
|
|
|
|
|
|
"61350484", "Waitchie", |
|
55974
|
|
|
|
|
|
|
"618990099", "Geraldton", |
|
55975
|
|
|
|
|
|
|
"61258030", "Nyngan", |
|
55976
|
|
|
|
|
|
|
"61746209", "Dirranbandi", |
|
55977
|
|
|
|
|
|
|
"61268385", "Bonnay", |
|
55978
|
|
|
|
|
|
|
"61752192", "Upper\ Widgee", |
|
55979
|
|
|
|
|
|
|
"61267348", "Emmaville", |
|
55980
|
|
|
|
|
|
|
"61867077", "Jangardup", |
|
55981
|
|
|
|
|
|
|
"61263941", "Cumnock", |
|
55982
|
|
|
|
|
|
|
"618993248", "Northampton", |
|
55983
|
|
|
|
|
|
|
"612593674", "Bunda", |
|
55984
|
|
|
|
|
|
|
"613542694", "Wedderburn", |
|
55985
|
|
|
|
|
|
|
"61896049", "Coomberdale", |
|
55986
|
|
|
|
|
|
|
"61250143", "Gerogery", |
|
55987
|
|
|
|
|
|
|
"61741751", "Monogorilby", |
|
55988
|
|
|
|
|
|
|
"61877051", "Conmurra", |
|
55989
|
|
|
|
|
|
|
"61875565", "Wanbi", |
|
55990
|
|
|
|
|
|
|
"61351168", "Maffra", |
|
55991
|
|
|
|
|
|
|
"61878017", "Maitland", |
|
55992
|
|
|
|
|
|
|
"6128923", "Sydney", |
|
55993
|
|
|
|
|
|
|
"612583954", "Wyanga", |
|
55994
|
|
|
|
|
|
|
"61281181", "Liverpool", |
|
55995
|
|
|
|
|
|
|
"61359080", "Koo\ Wee\ Rup", |
|
55996
|
|
|
|
|
|
|
"61746693", "Auburn", |
|
55997
|
|
|
|
|
|
|
"613432125", "Yaapeet", |
|
55998
|
|
|
|
|
|
|
"61341419", "Ensay", |
|
55999
|
|
|
|
|
|
|
"613470148", "Killawarra", |
|
56000
|
|
|
|
|
|
|
"612582518", "Tottenham", |
|
56001
|
|
|
|
|
|
|
"61361613", "Tarraleah", |
|
56002
|
|
|
|
|
|
|
"61253163", "Euchareena", |
|
56003
|
|
|
|
|
|
|
"618660098", "Dukin", |
|
56004
|
|
|
|
|
|
|
"61898164", "Kulin\ West", |
|
56005
|
|
|
|
|
|
|
"618997022", "Balla", |
|
56006
|
|
|
|
|
|
|
"61240729", "Tea\ Gardens", |
|
56007
|
|
|
|
|
|
|
"61753100", "Kilcoy", |
|
56008
|
|
|
|
|
|
|
"613451058", "Dundonnell", |
|
56009
|
|
|
|
|
|
|
"61264571", "Berridale", |
|
56010
|
|
|
|
|
|
|
"61878072", "Braemer", |
|
56011
|
|
|
|
|
|
|
"61350037", "Arumpo", |
|
56012
|
|
|
|
|
|
|
"61897857", "Marybrook", |
|
56013
|
|
|
|
|
|
|
"618600980", "Scaddan\ West", |
|
56014
|
|
|
|
|
|
|
"61342284", "Geelong", |
|
56015
|
|
|
|
|
|
|
"61243145", "Wyong", |
|
56016
|
|
|
|
|
|
|
"6128566", "Sydney", |
|
56017
|
|
|
|
|
|
|
"61361066", "Kempton", |
|
56018
|
|
|
|
|
|
|
"6173823", "Brisbane", |
|
56019
|
|
|
|
|
|
|
"612593767", "Burra", |
|
56020
|
|
|
|
|
|
|
"61896307", "Cadoux", |
|
56021
|
|
|
|
|
|
|
"613545244", "Womboota", |
|
56022
|
|
|
|
|
|
|
"61256184", "Coutts\ Crossing", |
|
56023
|
|
|
|
|
|
|
"61886063", "Frome", |
|
56024
|
|
|
|
|
|
|
"613450590", "Strathdownie", |
|
56025
|
|
|
|
|
|
|
"6138786", "Dandenong", |
|
56026
|
|
|
|
|
|
|
"61745303", "Haddon", |
|
56027
|
|
|
|
|
|
|
"61358375", "Wanganella", |
|
56028
|
|
|
|
|
|
|
"61742082", "Walsh\ River", |
|
56029
|
|
|
|
|
|
|
"61746828", "Diamondy", |
|
56030
|
|
|
|
|
|
|
"61248579", "Wombeyan\ Caves", |
|
56031
|
|
|
|
|
|
|
"6188286", "Salisbury", |
|
56032
|
|
|
|
|
|
|
"61742611", "Lakeland", |
|
56033
|
|
|
|
|
|
|
"613574713", "Swanpool", |
|
56034
|
|
|
|
|
|
|
"61269994", "Carabost", |
|
56035
|
|
|
|
|
|
|
"61898235", "Badgebup\ North", |
|
56036
|
|
|
|
|
|
|
"612594216", "Landervale", |
|
56037
|
|
|
|
|
|
|
"6186492", "Herne\ Hill", |
|
56038
|
|
|
|
|
|
|
"612583312", "Widgeland", |
|
56039
|
|
|
|
|
|
|
"61879089", "Tablelands", |
|
56040
|
|
|
|
|
|
|
"618862092", "Wilpena", |
|
56041
|
|
|
|
|
|
|
"618752461", "Goolwa", |
|
56042
|
|
|
|
|
|
|
"61255177", "Hunter\ Springs", |
|
56043
|
|
|
|
|
|
|
"61247118", "Lawson", |
|
56044
|
|
|
|
|
|
|
"61250019", "Ournie", |
|
56045
|
|
|
|
|
|
|
"61896113", "Goomalling", |
|
56046
|
|
|
|
|
|
|
"61260631", "Talmalmo", |
|
56047
|
|
|
|
|
|
|
"618867767", "Peterborough", |
|
56048
|
|
|
|
|
|
|
"61746252", "St\ George", |
|
56049
|
|
|
|
|
|
|
"61255221", "Macksville", |
|
56050
|
|
|
|
|
|
|
"6128777", "Liverpool", |
|
56051
|
|
|
|
|
|
|
"61740079", "Tully", |
|
56052
|
|
|
|
|
|
|
"61745117", "Liston", |
|
56053
|
|
|
|
|
|
|
"61756223", "Ormeau", |
|
56054
|
|
|
|
|
|
|
"61898158", "Kukerin", |
|
56055
|
|
|
|
|
|
|
"61265294", "Taylors\ Arm", |
|
56056
|
|
|
|
|
|
|
"6139451", "Eltham", |
|
56057
|
|
|
|
|
|
|
"613573022", "Euroa", |
|
56058
|
|
|
|
|
|
|
"612583606", "Geurie", |
|
56059
|
|
|
|
|
|
|
"61747156", "Ravenswood", |
|
56060
|
|
|
|
|
|
|
"61258226", "Gulargambone", |
|
56061
|
|
|
|
|
|
|
"618866932", "Booleroo\ Centre", |
|
56062
|
|
|
|
|
|
|
"61354581", "Strathfieldsaye", |
|
56063
|
|
|
|
|
|
|
"617458776", "Cecil\ Plains", |
|
56064
|
|
|
|
|
|
|
"618856728", "Swan\ Reach", |
|
56065
|
|
|
|
|
|
|
"61741683", "Murgon", |
|
56066
|
|
|
|
|
|
|
"61255112", "Byabarra", |
|
56067
|
|
|
|
|
|
|
"61885788", "Marama", |
|
56068
|
|
|
|
|
|
|
"61269070", "Tallimba", |
|
56069
|
|
|
|
|
|
|
"61356443", "Warragul", |
|
56070
|
|
|
|
|
|
|
"61351154", "Gelantipy", |
|
56071
|
|
|
|
|
|
|
"61256257", "Leeville", |
|
56072
|
|
|
|
|
|
|
"61753589", "Woodford", |
|
56073
|
|
|
|
|
|
|
"61745172", "Jandowae", |
|
56074
|
|
|
|
|
|
|
"61745775", "Eschol", |
|
56075
|
|
|
|
|
|
|
"618752505", "Taplan", |
|
56076
|
|
|
|
|
|
|
"61348165", "Conargo", |
|
56077
|
|
|
|
|
|
|
"617458706", "Auburn", |
|
56078
|
|
|
|
|
|
|
"61340579", "Swan\ Hill", |
|
56079
|
|
|
|
|
|
|
"618989128", "Cuballing", |
|
56080
|
|
|
|
|
|
|
"6124846", "Reidsdale", |
|
56081
|
|
|
|
|
|
|
"612583676", "Boona\ Mountain", |
|
56082
|
|
|
|
|
|
|
"61897189", "Dinninup", |
|
56083
|
|
|
|
|
|
|
"618996947", "Mullewa", |
|
56084
|
|
|
|
|
|
|
"61255715", "Coopernook", |
|
56085
|
|
|
|
|
|
|
"612593956", "Burcher", |
|
56086
|
|
|
|
|
|
|
"612533031", "Laheys\ Creek", |
|
56087
|
|
|
|
|
|
|
"61354878", "Mitiamo", |
|
56088
|
|
|
|
|
|
|
"618753162", "Karatta", |
|
56089
|
|
|
|
|
|
|
"61886241", "Ceduna", |
|
56090
|
|
|
|
|
|
|
"618661156", "Quairading", |
|
56091
|
|
|
|
|
|
|
"61256250", "Coffs\ Harbour", |
|
56092
|
|
|
|
|
|
|
"61269077", "Tumorrama", |
|
56093
|
|
|
|
|
|
|
"61240656", "Clarence\ Town", |
|
56094
|
|
|
|
|
|
|
"61265592", "Taree", |
|
56095
|
|
|
|
|
|
|
"61363032", "Evandale", |
|
56096
|
|
|
|
|
|
|
"61740941", "Molloy", |
|
56097
|
|
|
|
|
|
|
"61876299", "Lock", |
|
56098
|
|
|
|
|
|
|
"61255170", "Byabarra", |
|
56099
|
|
|
|
|
|
|
"61269012", "Bethungra", |
|
56100
|
|
|
|
|
|
|
"61269681", "Yenda", |
|
56101
|
|
|
|
|
|
|
"618993088", "Lynton", |
|
56102
|
|
|
|
|
|
|
"61392189", "Sunbury", |
|
56103
|
|
|
|
|
|
|
"61746554", "Paroo", |
|
56104
|
|
|
|
|
|
|
"61754081", "Caboolture", |
|
56105
|
|
|
|
|
|
|
"61358703", "Nathalia", |
|
56106
|
|
|
|
|
|
|
"61745110", "Tabers", |
|
56107
|
|
|
|
|
|
|
"6174751", "Yabulu", |
|
56108
|
|
|
|
|
|
|
"61898366", "Gairdner", |
|
56109
|
|
|
|
|
|
|
"61753466", "Gatton", |
|
56110
|
|
|
|
|
|
|
"61350226", "Wentworth", |
|
56111
|
|
|
|
|
|
|
"6128103", "Liverpool", |
|
56112
|
|
|
|
|
|
|
"612683782", "Mendooran", |
|
56113
|
|
|
|
|
|
|
"618762569", "Coober\ Pedy", |
|
56114
|
|
|
|
|
|
|
"618752940", "Lowbank", |
|
56115
|
|
|
|
|
|
|
"61746738", "Bollon", |
|
56116
|
|
|
|
|
|
|
"613451428", "Hamilton", |
|
56117
|
|
|
|
|
|
|
"61243159", "Wyong", |
|
56118
|
|
|
|
|
|
|
"61240762", "Laguna", |
|
56119
|
|
|
|
|
|
|
"61886890", "Lock", |
|
56120
|
|
|
|
|
|
|
"61896300", "Northam", |
|
56121
|
|
|
|
|
|
|
"61875132", "Sandleton", |
|
56122
|
|
|
|
|
|
|
"61358019", "Mabins\ Well", |
|
56123
|
|
|
|
|
|
|
"61896464", "Beverley", |
|
56124
|
|
|
|
|
|
|
"61895361", "Mount\ Helena", |
|
56125
|
|
|
|
|
|
|
"61897850", "Marybrook", |
|
56126
|
|
|
|
|
|
|
"618683522", "Kuringup", |
|
56127
|
|
|
|
|
|
|
"61262335", "Michelago", |
|
56128
|
|
|
|
|
|
|
"618858595", "Peake", |
|
56129
|
|
|
|
|
|
|
"61747368", "Ingham", |
|
56130
|
|
|
|
|
|
|
"613553851", "Victoria\ Valley", |
|
56131
|
|
|
|
|
|
|
"6188723", "Mount\ Gambier", |
|
56132
|
|
|
|
|
|
|
"61367203", "Glengarry", |
|
56133
|
|
|
|
|
|
|
"613451436", "Mortlake", |
|
56134
|
|
|
|
|
|
|
"6124260", "Wollongong", |
|
56135
|
|
|
|
|
|
|
"612532660", "Birriwa", |
|
56136
|
|
|
|
|
|
|
"61359087", "Cowes", |
|
56137
|
|
|
|
|
|
|
"61753107", "Moore", |
|
56138
|
|
|
|
|
|
|
"61350030", "Anabranch", |
|
56139
|
|
|
|
|
|
|
"618683092", "Nomans\ Lake", |
|
56140
|
|
|
|
|
|
|
"61269753", "Burcher", |
|
56141
|
|
|
|
|
|
|
"61896055", "Calingiri", |
|
56142
|
|
|
|
|
|
|
"61746568", "Charleville", |
|
56143
|
|
|
|
|
|
|
"61890198", "Westonia", |
|
56144
|
|
|
|
|
|
|
"6129732", "Liverpool", |
|
56145
|
|
|
|
|
|
|
"6173605", "Sandgate", |
|
56146
|
|
|
|
|
|
|
"61861737", "Spearwood", |
|
56147
|
|
|
|
|
|
|
"61256386", "Coffs\ Harbour", |
|
56148
|
|
|
|
|
|
|
"61887095", "Reedy\ Creek", |
|
56149
|
|
|
|
|
|
|
"61245025", "Colo\ Heights", |
|
56150
|
|
|
|
|
|
|
"6138752", "Dandenong", |
|
56151
|
|
|
|
|
|
|
"61888992", "Minlaton", |
|
56152
|
|
|
|
|
|
|
"61899818", "Wiluna", |
|
56153
|
|
|
|
|
|
|
"61896971", "Cadoux", |
|
56154
|
|
|
|
|
|
|
"613542031", "Goornong", |
|
56155
|
|
|
|
|
|
|
"6188440", "Adelaide", |
|
56156
|
|
|
|
|
|
|
"61861820", "Perth", |
|
56157
|
|
|
|
|
|
|
"61878010", "Bute", |
|
56158
|
|
|
|
|
|
|
"61348234", "Picola", |
|
56159
|
|
|
|
|
|
|
"61896458", "South\ Quairading", |
|
56160
|
|
|
|
|
|
|
"61742246", "Cairns", |
|
56161
|
|
|
|
|
|
|
"6126022", "Albury", |
|
56162
|
|
|
|
|
|
|
"61867070", "Cundinup", |
|
56163
|
|
|
|
|
|
|
"618989136", "Narrakine", |
|
56164
|
|
|
|
|
|
|
"61749123", "Bajool", |
|
56165
|
|
|
|
|
|
|
"61743474", "Windera", |
|
56166
|
|
|
|
|
|
|
"61747354", "Gunpowder", |
|
56167
|
|
|
|
|
|
|
"61257044", "Emmaville", |
|
56168
|
|
|
|
|
|
|
"61746804", "Tara", |
|
56169
|
|
|
|
|
|
|
"618660130", "Wubin\ West", |
|
56170
|
|
|
|
|
|
|
"61258037", "Mungery", |
|
56171
|
|
|
|
|
|
|
"61753313", "Gympie", |
|
56172
|
|
|
|
|
|
|
"61362070", "Orford", |
|
56173
|
|
|
|
|
|
|
"61734731", "Bribie\ Island", |
|
56174
|
|
|
|
|
|
|
"61748032", "Springsure", |
|
56175
|
|
|
|
|
|
|
"617480769", "Rockhampton", |
|
56176
|
|
|
|
|
|
|
"61342426", "Geelong", |
|
56177
|
|
|
|
|
|
|
"61358143", "Shepparton", |
|
56178
|
|
|
|
|
|
|
"61889786", "Roper\ River", |
|
56179
|
|
|
|
|
|
|
"61747427", "Kalkadoon", |
|
56180
|
|
|
|
|
|
|
"618763809", "Nelshaby", |
|
56181
|
|
|
|
|
|
|
"61341378", "Morwell", |
|
56182
|
|
|
|
|
|
|
"6186258", "Perth", |
|
56183
|
|
|
|
|
|
|
"61899151", "Yalgoo", |
|
56184
|
|
|
|
|
|
|
"61747935", "Bowen", |
|
56185
|
|
|
|
|
|
|
"61887498", "Short", |
|
56186
|
|
|
|
|
|
|
"613441870", "Nullawil", |
|
56187
|
|
|
|
|
|
|
"61888849", "Kadina", |
|
56188
|
|
|
|
|
|
|
"61742016", "Lakeland", |
|
56189
|
|
|
|
|
|
|
"61356438", "Tidal\ River", |
|
56190
|
|
|
|
|
|
|
"6135128", "Morwell", |
|
56191
|
|
|
|
|
|
|
"61355078", "Glenthompson", |
|
56192
|
|
|
|
|
|
|
"612593877", "Barmedman\ East", |
|
56193
|
|
|
|
|
|
|
"61891336", "Newman", |
|
56194
|
|
|
|
|
|
|
"61895589", "Rockingham", |
|
56195
|
|
|
|
|
|
|
"61253222", "Lithgow", |
|
56196
|
|
|
|
|
|
|
"61899454", "Coorow\ West", |
|
56197
|
|
|
|
|
|
|
"61263784", "Cassilis", |
|
56198
|
|
|
|
|
|
|
"613441231", "Moonambel", |
|
56199
|
|
|
|
|
|
|
"61348051", "Shepparton", |
|
56200
|
|
|
|
|
|
|
"61888542", "Curramulka", |
|
56201
|
|
|
|
|
|
|
"61257214", "Nullamanna", |
|
56202
|
|
|
|
|
|
|
"61362544", "Oatlands", |
|
56203
|
|
|
|
|
|
|
"61275000", "Engadine", |
|
56204
|
|
|
|
|
|
|
"61851014", "Mitchell", |
|
56205
|
|
|
|
|
|
|
"61728022", "Cleveland", |
|
56206
|
|
|
|
|
|
|
"618989372", "Dumbleyung", |
|
56207
|
|
|
|
|
|
|
"61899327", "Howatharra", |
|
56208
|
|
|
|
|
|
|
"61347072", "Falls\ Creek", |
|
56209
|
|
|
|
|
|
|
"61253111", "Orange", |
|
56210
|
|
|
|
|
|
|
"61264099", "Eucumbene", |
|
56211
|
|
|
|
|
|
|
"61267192", "Spring\ Plains", |
|
56212
|
|
|
|
|
|
|
"61341258", "Yarram", |
|
56213
|
|
|
|
|
|
|
"61340467", "Box\ Creek", |
|
56214
|
|
|
|
|
|
|
"61743227", "Tandora", |
|
56215
|
|
|
|
|
|
|
"618600921", "Southern\ Cross", |
|
56216
|
|
|
|
|
|
|
"61281030", "Bankstown", |
|
56217
|
|
|
|
|
|
|
"61359131", "Mornington", |
|
56218
|
|
|
|
|
|
|
"61350295", "Pooncarie", |
|
56219
|
|
|
|
|
|
|
"612582469", "Coolabah", |
|
56220
|
|
|
|
|
|
|
"61743171", "Eidsvold", |
|
56221
|
|
|
|
|
|
|
"61364002", "Burnie", |
|
56222
|
|
|
|
|
|
|
"61367109", "Ringarooma", |
|
56223
|
|
|
|
|
|
|
"618753003", "Callington", |
|
56224
|
|
|
|
|
|
|
"61872864", "Salisbury", |
|
56225
|
|
|
|
|
|
|
"61287777", "Sydney", |
|
56226
|
|
|
|
|
|
|
"61734389", "Beenleigh", |
|
56227
|
|
|
|
|
|
|
"6124388", "Gosford", |
|
56228
|
|
|
|
|
|
|
"618763613", "Arno\ Bay", |
|
56229
|
|
|
|
|
|
|
"61341135", "Morwell", |
|
56230
|
|
|
|
|
|
|
"613450999", "Ecklin", |
|
56231
|
|
|
|
|
|
|
"61255186", "Taree", |
|
56232
|
|
|
|
|
|
|
"618752934", "Kapunda", |
|
56233
|
|
|
|
|
|
|
"61355475", "Terang", |
|
56234
|
|
|
|
|
|
|
"612574660", "Bendemeer", |
|
56235
|
|
|
|
|
|
|
"617458618", "Durham\ Downs", |
|
56236
|
|
|
|
|
|
|
"61356035", "San\ Remo", |
|
56237
|
|
|
|
|
|
|
"61352188", "Apollo\ Bay", |
|
56238
|
|
|
|
|
|
|
"61268714", "Cobar", |
|
56239
|
|
|
|
|
|
|
"61895740", "Bakers\ Hill", |
|
56240
|
|
|
|
|
|
|
"61341529", "Baw\ Baw", |
|
56241
|
|
|
|
|
|
|
"61890050", "Coomalbidgup", |
|
56242
|
|
|
|
|
|
|
"61260036", "Howlong", |
|
56243
|
|
|
|
|
|
|
"613432162", "Minimay", |
|
56244
|
|
|
|
|
|
|
"61259260", "Cootamundra", |
|
56245
|
|
|
|
|
|
|
"613553523", "Darlington", |
|
56246
|
|
|
|
|
|
|
"61258181", "Weelong", |
|
56247
|
|
|
|
|
|
|
"61876193", "Frome", |
|
56248
|
|
|
|
|
|
|
"61896814", "Wyalkatchem", |
|
56249
|
|
|
|
|
|
|
"61748403", "Moranbah", |
|
56250
|
|
|
|
|
|
|
"61878240", "Bute", |
|
56251
|
|
|
|
|
|
|
"61248304", "Lost\ River", |
|
56252
|
|
|
|
|
|
|
"6134215", "Geelong", |
|
56253
|
|
|
|
|
|
|
"612966", "Sydney", |
|
56254
|
|
|
|
|
|
|
"61896161", "Quairading", |
|
56255
|
|
|
|
|
|
|
"61265942", "Ellenborough", |
|
56256
|
|
|
|
|
|
|
"617480809", "Wowan", |
|
56257
|
|
|
|
|
|
|
"61353774", "Daylesford", |
|
56258
|
|
|
|
|
|
|
"61340625", "Ultima", |
|
56259
|
|
|
|
|
|
|
"61341264", "Ensay", |
|
56260
|
|
|
|
|
|
|
"61876332", "Coober\ Pedy", |
|
56261
|
|
|
|
|
|
|
"6135629", "Bunyip", |
|
56262
|
|
|
|
|
|
|
"61895100", "Gidgegannup", |
|
56263
|
|
|
|
|
|
|
"61889770", "Victoria\ River", |
|
56264
|
|
|
|
|
|
|
"61890608", "Westonia", |
|
56265
|
|
|
|
|
|
|
"61353898", "Wilkur", |
|
56266
|
|
|
|
|
|
|
"618763769", "Coober\ Pedy", |
|
56267
|
|
|
|
|
|
|
"61265088", "Merriwa", |
|
56268
|
|
|
|
|
|
|
"618826", "Adelaide", |
|
56269
|
|
|
|
|
|
|
"612593788", "Hillston", |
|
56270
|
|
|
|
|
|
|
"618682172", "Muradup", |
|
56271
|
|
|
|
|
|
|
"618996952", "Paynes\ Find", |
|
56272
|
|
|
|
|
|
|
"613532331", "Mount\ Wallace", |
|
56273
|
|
|
|
|
|
|
"61357830", "Kilmore", |
|
56274
|
|
|
|
|
|
|
"617452691", "Cunningham", |
|
56275
|
|
|
|
|
|
|
"61890305", "Burracoppin\ South", |
|
56276
|
|
|
|
|
|
|
"613876", "Dandenong", |
|
56277
|
|
|
|
|
|
|
"61885614", "Tanunda", |
|
56278
|
|
|
|
|
|
|
"61741062", "Gooroolba", |
|
56279
|
|
|
|
|
|
|
"618683401", "Nomans\ Lake", |
|
56280
|
|
|
|
|
|
|
"612583741", "Tullamore", |
|
56281
|
|
|
|
|
|
|
"6188188", "Mount\ Barker", |
|
56282
|
|
|
|
|
|
|
"61340328", "Anabranch", |
|
56283
|
|
|
|
|
|
|
"61354322", "Goornong", |
|
56284
|
|
|
|
|
|
|
"61867086", "Tonebridge", |
|
56285
|
|
|
|
|
|
|
"61889115", "Alyangula", |
|
56286
|
|
|
|
|
|
|
"61756162", "Beaudesert", |
|
56287
|
|
|
|
|
|
|
"61899468", "Balla", |
|
56288
|
|
|
|
|
|
|
"61247039", "Penrith", |
|
56289
|
|
|
|
|
|
|
"61250138", "Walla\ Walla", |
|
56290
|
|
|
|
|
|
|
"61244132", "Nowra", |
|
56291
|
|
|
|
|
|
|
"61255630", "Ellerston", |
|
56292
|
|
|
|
|
|
|
"61256370", "Rappville", |
|
56293
|
|
|
|
|
|
|
"6139250", "Melbourne", |
|
56294
|
|
|
|
|
|
|
"61364059", "Yambacoona", |
|
56295
|
|
|
|
|
|
|
"61367152", "Emita", |
|
56296
|
|
|
|
|
|
|
"61267333", "Glencoe", |
|
56297
|
|
|
|
|
|
|
"618903512", "Kambalda", |
|
56298
|
|
|
|
|
|
|
"618867788", "Yunta", |
|
56299
|
|
|
|
|
|
|
"61886682", "Ceduna", |
|
56300
|
|
|
|
|
|
|
"617750101", "Augathella", |
|
56301
|
|
|
|
|
|
|
"618866190", "Everard", |
|
56302
|
|
|
|
|
|
|
"61886011", "Booleroo\ Centre", |
|
56303
|
|
|
|
|
|
|
"61245096", "Windsor", |
|
56304
|
|
|
|
|
|
|
"61887026", "Greenways", |
|
56305
|
|
|
|
|
|
|
"617441971", "Richmond", |
|
56306
|
|
|
|
|
|
|
"61898863", "Nalyerlup", |
|
56307
|
|
|
|
|
|
|
"61361390", "Dunalley", |
|
56308
|
|
|
|
|
|
|
"618601106", "South\ Kumminin", |
|
56309
|
|
|
|
|
|
|
"613573065", "Kinglake", |
|
56310
|
|
|
|
|
|
|
"618763994", "Port\ Lincoln", |
|
56311
|
|
|
|
|
|
|
"61899065", "Lake\ Mason", |
|
56312
|
|
|
|
|
|
|
"61742663", "Mount\ Garnet", |
|
56313
|
|
|
|
|
|
|
"61340106", "Mildura", |
|
56314
|
|
|
|
|
|
|
"61367749", "Launceston", |
|
56315
|
|
|
|
|
|
|
"61868446", "Pingelly", |
|
56316
|
|
|
|
|
|
|
"612583197", "Peak\ Hill", |
|
56317
|
|
|
|
|
|
|
"618683219", "West\ River", |
|
56318
|
|
|
|
|
|
|
"61248091", "Woodhouselee", |
|
56319
|
|
|
|
|
|
|
"61867205", "Marybrook", |
|
56320
|
|
|
|
|
|
|
"6189750", "Marybrook", |
|
56321
|
|
|
|
|
|
|
"61898097", "Gnowellen", |
|
56322
|
|
|
|
|
|
|
"612684930", "Yarragrin", |
|
56323
|
|
|
|
|
|
|
"61343293", "Ballarat", |
|
56324
|
|
|
|
|
|
|
"612530032", "Twelve\ Mile", |
|
56325
|
|
|
|
|
|
|
"61359076", "Cowes", |
|
56326
|
|
|
|
|
|
|
"61745806", "Helidon", |
|
56327
|
|
|
|
|
|
|
"61256312", "Wiangaree", |
|
56328
|
|
|
|
|
|
|
"61748983", "Connors\ Range", |
|
56329
|
|
|
|
|
|
|
"613450607", "Casterton", |
|
56330
|
|
|
|
|
|
|
"612594198", "Gala\ Vale", |
|
56331
|
|
|
|
|
|
|
"61743036", "Murgon", |
|
56332
|
|
|
|
|
|
|
"61269544", "Coleambally", |
|
56333
|
|
|
|
|
|
|
"612574429", "Gunnedah", |
|
56334
|
|
|
|
|
|
|
"617459313", "Augathella", |
|
56335
|
|
|
|
|
|
|
"617459915", "Wandoan", |
|
56336
|
|
|
|
|
|
|
"613451314", "Cobden", |
|
56337
|
|
|
|
|
|
|
"61898090", "Gairdner", |
|
56338
|
|
|
|
|
|
|
"61364045", "Yambacoona", |
|
56339
|
|
|
|
|
|
|
"613431960", "Elmhurst", |
|
56340
|
|
|
|
|
|
|
"61358138", "Numurkah", |
|
56341
|
|
|
|
|
|
|
"612530129", "Koorawatha", |
|
56342
|
|
|
|
|
|
|
"61742598", "Dimbulah", |
|
56343
|
|
|
|
|
|
|
"612691984", "Wagga\ Wagga", |
|
56344
|
|
|
|
|
|
|
"618866943", "Caltowie", |
|
56345
|
|
|
|
|
|
|
"61256377", "Whiporie", |
|
56346
|
|
|
|
|
|
|
"618965637", "Ejanding", |
|
56347
|
|
|
|
|
|
|
"612583264", "Geurie", |
|
56348
|
|
|
|
|
|
|
"617441901", "Hughenden", |
|
56349
|
|
|
|
|
|
|
"61342321", "Barwon\ Downs", |
|
56350
|
|
|
|
|
|
|
"618862998", "Cummins", |
|
56351
|
|
|
|
|
|
|
"61888505", "Marion\ Bay", |
|
56352
|
|
|
|
|
|
|
"61361397", "Little\ Swanport", |
|
56353
|
|
|
|
|
|
|
"617473951", "Mount\ Isa", |
|
56354
|
|
|
|
|
|
|
"6129985", "Avalon\ Beach", |
|
56355
|
|
|
|
|
|
|
"617750171", "Macalister", |
|
56356
|
|
|
|
|
|
|
"617480157", "Belyando", |
|
56357
|
|
|
|
|
|
|
"61891134", "De\ Grey", |
|
56358
|
|
|
|
|
|
|
"617459950", "Cecil\ Plains", |
|
56359
|
|
|
|
|
|
|
"617486719", "Springsure", |
|
56360
|
|
|
|
|
|
|
"61898974", "Badgebup", |
|
56361
|
|
|
|
|
|
|
"61364448", "Rosebery", |
|
56362
|
|
|
|
|
|
|
"61358844", "Mathoura", |
|
56363
|
|
|
|
|
|
|
"618683471", "Yealering", |
|
56364
|
|
|
|
|
|
|
"61259188", "Barellan", |
|
56365
|
|
|
|
|
|
|
"617458641", "Killarney", |
|
56366
|
|
|
|
|
|
|
"61357837", "Whorouly", |
|
56367
|
|
|
|
|
|
|
"61340091", "Mildura", |
|
56368
|
|
|
|
|
|
|
"61255637", "Jerrys\ Plains", |
|
56369
|
|
|
|
|
|
|
"61357720", "Alexandra", |
|
56370
|
|
|
|
|
|
|
"61877165", "Western\ Flat", |
|
56371
|
|
|
|
|
|
|
"61260171", "Culcairn", |
|
56372
|
|
|
|
|
|
|
"61351978", "Gormandale", |
|
56373
|
|
|
|
|
|
|
"617480133", "Zamia\ Creek", |
|
56374
|
|
|
|
|
|
|
"617476364", "Walker", |
|
56375
|
|
|
|
|
|
|
"61891848", "Millstream", |
|
56376
|
|
|
|
|
|
|
"618763845", "Yabmana", |
|
56377
|
|
|
|
|
|
|
"61895107", "Dwellingup", |
|
56378
|
|
|
|
|
|
|
"6124915", "Newcastle", |
|
56379
|
|
|
|
|
|
|
"61889777", "Daly", |
|
56380
|
|
|
|
|
|
|
"618683565", "Wagin", |
|
56381
|
|
|
|
|
|
|
"61745632", "Tambo", |
|
56382
|
|
|
|
|
|
|
"61245101", "Windsor", |
|
56383
|
|
|
|
|
|
|
"618965653", "Goomalling", |
|
56384
|
|
|
|
|
|
|
"613451386", "Mount\ Richmond", |
|
56385
|
|
|
|
|
|
|
"61746103", "Morven", |
|
56386
|
|
|
|
|
|
|
"61266998", "Mallanganee", |
|
56387
|
|
|
|
|
|
|
"61341562", "Seaspray", |
|
56388
|
|
|
|
|
|
|
"6174742", "Cloncurry", |
|
56389
|
|
|
|
|
|
|
"61256481", "Casino", |
|
56390
|
|
|
|
|
|
|
"61740784", "Babinda", |
|
56391
|
|
|
|
|
|
|
"61255384", "Singleton", |
|
56392
|
|
|
|
|
|
|
"6138304", "Sydenham", |
|
56393
|
|
|
|
|
|
|
"6175467", "Rosewood", |
|
56394
|
|
|
|
|
|
|
"617458929", "Southwood", |
|
56395
|
|
|
|
|
|
|
"61354369", "Goornong", |
|
56396
|
|
|
|
|
|
|
"61741029", "Gaeta", |
|
56397
|
|
|
|
|
|
|
"613545230", "Tennyson", |
|
56398
|
|
|
|
|
|
|
"61269086", "Wee\ Elwah", |
|
56399
|
|
|
|
|
|
|
"61756129", "Tweed\ Heads", |
|
56400
|
|
|
|
|
|
|
"61248746", "Breadalbane", |
|
56401
|
|
|
|
|
|
|
"6138741", "Croydon", |
|
56402
|
|
|
|
|
|
|
"61258295", "Purlewaugh", |
|
56403
|
|
|
|
|
|
|
"61877234", "Mount\ Gambier", |
|
56404
|
|
|
|
|
|
|
"61898461", "Manypeaks", |
|
56405
|
|
|
|
|
|
|
"61878247", "Maitland", |
|
56406
|
|
|
|
|
|
|
"61746743", "Billa\ Billa", |
|
56407
|
|
|
|
|
|
|
"6188241", "Adelaide", |
|
56408
|
|
|
|
|
|
|
"6138006", "Werribee", |
|
56409
|
|
|
|
|
|
|
"61895747", "Gidgegannup", |
|
56410
|
|
|
|
|
|
|
"612583718", "Mandagery", |
|
56411
|
|
|
|
|
|
|
"61895466", "Guilderton", |
|
56412
|
|
|
|
|
|
|
"61890057", "Corrigin\ West", |
|
56413
|
|
|
|
|
|
|
"61240051", "Wards\ River", |
|
56414
|
|
|
|
|
|
|
"61899320", "Exmouth", |
|
56415
|
|
|
|
|
|
|
"618903856", "Korbelka", |
|
56416
|
|
|
|
|
|
|
"61748551", "Middlemount", |
|
56417
|
|
|
|
|
|
|
"61745962", "Goombungee", |
|
56418
|
|
|
|
|
|
|
"612594351", "Tooma", |
|
56419
|
|
|
|
|
|
|
"61888855", "Kadina", |
|
56420
|
|
|
|
|
|
|
"6175374", "Nambour", |
|
56421
|
|
|
|
|
|
|
"61267795", "Oban", |
|
56422
|
|
|
|
|
|
|
"61340304", "Nandaly", |
|
56423
|
|
|
|
|
|
|
"61269205", "Lockhart", |
|
56424
|
|
|
|
|
|
|
"6139989", "Melbourne", |
|
56425
|
|
|
|
|
|
|
"61340460", "Woomelang", |
|
56426
|
|
|
|
|
|
|
"61867242", "Waroona", |
|
56427
|
|
|
|
|
|
|
"61743220", "Mundubbera", |
|
56428
|
|
|
|
|
|
|
"61249098", "Cessnock", |
|
56429
|
|
|
|
|
|
|
"61745556", "Cottonvale", |
|
56430
|
|
|
|
|
|
|
"61898523", "Ravensthorpe", |
|
56431
|
|
|
|
|
|
|
"618660992", "Jelkobine", |
|
56432
|
|
|
|
|
|
|
"61261042", "Anembo", |
|
56433
|
|
|
|
|
|
|
"618983690", "Jingalup", |
|
56434
|
|
|
|
|
|
|
"61263591", "Portland", |
|
56435
|
|
|
|
|
|
|
"61347010", "Kilmore", |
|
56436
|
|
|
|
|
|
|
"612593807", "Nangus", |
|
56437
|
|
|
|
|
|
|
"613441800", "Harcourt", |
|
56438
|
|
|
|
|
|
|
"61889053", "Jabiru", |
|
56439
|
|
|
|
|
|
|
"61275007", "Sutherland", |
|
56440
|
|
|
|
|
|
|
"618967692", "Koorda", |
|
56441
|
|
|
|
|
|
|
"61890624", "Belka\ East", |
|
56442
|
|
|
|
|
|
|
"618850694", "Paruna", |
|
56443
|
|
|
|
|
|
|
"61891265", "Broome", |
|
56444
|
|
|
|
|
|
|
"61343440", "Ballarat", |
|
56445
|
|
|
|
|
|
|
"61286601", "Parramatta", |
|
56446
|
|
|
|
|
|
|
"61747572", "Home\ Hill", |
|
56447
|
|
|
|
|
|
|
"613442146", "Redesdale", |
|
56448
|
|
|
|
|
|
|
"61268405", "Yeoval", |
|
56449
|
|
|
|
|
|
|
"61340181", "Berriwillock", |
|
56450
|
|
|
|
|
|
|
"61255518", "Widden\ Valley", |
|
56451
|
|
|
|
|
|
|
"61888133", "Thistle", |
|
56452
|
|
|
|
|
|
|
"618683083", "Mount\ Barker", |
|
56453
|
|
|
|
|
|
|
"61350460", "Scotia", |
|
56454
|
|
|
|
|
|
|
"61753220", "Rosewood", |
|
56455
|
|
|
|
|
|
|
"61259098", "Burra", |
|
56456
|
|
|
|
|
|
|
"61742659", "Millaa\ Millaa", |
|
56457
|
|
|
|
|
|
|
"618752513", "Willunga", |
|
56458
|
|
|
|
|
|
|
"617458761", "Barcoo", |
|
56459
|
|
|
|
|
|
|
"612593995", "Milbrulong", |
|
56460
|
|
|
|
|
|
|
"61266759", "Ballina", |
|
56461
|
|
|
|
|
|
|
"61267246", "Uralla", |
|
56462
|
|
|
|
|
|
|
"61745578", "Billa\ Billa", |
|
56463
|
|
|
|
|
|
|
"61898966", "Fitzgerald", |
|
56464
|
|
|
|
|
|
|
"61264507", "Bredbo", |
|
56465
|
|
|
|
|
|
|
"61260697", "Ournie", |
|
56466
|
|
|
|
|
|
|
"61357010", "Bonnie\ Doon", |
|
56467
|
|
|
|
|
|
|
"61898859", "Narrogin", |
|
56468
|
|
|
|
|
|
|
"61361540", "Maydena", |
|
56469
|
|
|
|
|
|
|
"612530292", "Murringo", |
|
56470
|
|
|
|
|
|
|
"61364063", "Wynyard", |
|
56471
|
|
|
|
|
|
|
"61891497", "Christmas\ Island", |
|
56472
|
|
|
|
|
|
|
"61898552", "Rocky\ Gully", |
|
56473
|
|
|
|
|
|
|
"618903317", "Corrigin\ West", |
|
56474
|
|
|
|
|
|
|
"61266142", "Tyringham", |
|
56475
|
|
|
|
|
|
|
"618752476", "Mantung", |
|
56476
|
|
|
|
|
|
|
"61889022", "Alice\ Springs", |
|
56477
|
|
|
|
|
|
|
"618865986", "Ungarra", |
|
56478
|
|
|
|
|
|
|
"61344369", "Bendigo", |
|
56479
|
|
|
|
|
|
|
"618600845", "Salmon\ Gums", |
|
56480
|
|
|
|
|
|
|
"61899261", "Walkaway", |
|
56481
|
|
|
|
|
|
|
"61746535", "Bonshaw", |
|
56482
|
|
|
|
|
|
|
"61898180", "Lake\ Oconnor", |
|
56483
|
|
|
|
|
|
|
"6173464", "Samford", |
|
56484
|
|
|
|
|
|
|
"61743361", "Maryborough", |
|
56485
|
|
|
|
|
|
|
"61268008", "Banar", |
|
56486
|
|
|
|
|
|
|
"617452531", "Cooyar", |
|
56487
|
|
|
|
|
|
|
"618982261", "Denmark", |
|
56488
|
|
|
|
|
|
|
"61746129", "Helidon", |
|
56489
|
|
|
|
|
|
|
"61867001", "Balingup", |
|
56490
|
|
|
|
|
|
|
"61359064", "Pakenham", |
|
56491
|
|
|
|
|
|
|
"61748462", "Moranbah", |
|
56492
|
|
|
|
|
|
|
"61877143", "Lochaber", |
|
56493
|
|
|
|
|
|
|
"61885750", "Meningie", |
|
56494
|
|
|
|
|
|
|
"61255741", "Rookhurst", |
|
56495
|
|
|
|
|
|
|
"618858556", "Marama", |
|
56496
|
|
|
|
|
|
|
"61250051", "Tallangatta", |
|
56497
|
|
|
|
|
|
|
"61880040", "Broken\ Hill", |
|
56498
|
|
|
|
|
|
|
"618983778", "Lumeah", |
|
56499
|
|
|
|
|
|
|
"618996899", "Yalgoo", |
|
56500
|
|
|
|
|
|
|
"61886215", "Arno\ Bay", |
|
56501
|
|
|
|
|
|
|
"61268650", "Bruie\ Plains", |
|
56502
|
|
|
|
|
|
|
"61746765", "North\ Star", |
|
56503
|
|
|
|
|
|
|
"613553988", "Warrnambool", |
|
56504
|
|
|
|
|
|
|
"61890294", "Yilgarn\ South", |
|
56505
|
|
|
|
|
|
|
"61258106", "Yarragrin", |
|
56506
|
|
|
|
|
|
|
"618683785", "Wickepin", |
|
56507
|
|
|
|
|
|
|
"612532898", "Gulgong", |
|
56508
|
|
|
|
|
|
|
"61895631", "Yanchep", |
|
56509
|
|
|
|
|
|
|
"61868079", "Hyden\ East", |
|
56510
|
|
|
|
|
|
|
"61351956", "Gormandale", |
|
56511
|
|
|
|
|
|
|
"61350091", "Murrayville", |
|
56512
|
|
|
|
|
|
|
"61391015", "Melbourne", |
|
56513
|
|
|
|
|
|
|
"61255101", "Krambach", |
|
56514
|
|
|
|
|
|
|
"61864151", "Fremantle", |
|
56515
|
|
|
|
|
|
|
"61262368", "Gundaroo", |
|
56516
|
|
|
|
|
|
|
"61747335", "Gununa", |
|
56517
|
|
|
|
|
|
|
"61741003", "Maryborough", |
|
56518
|
|
|
|
|
|
|
"61744130", "Ayr", |
|
56519
|
|
|
|
|
|
|
"61745483", "Darr\ Creek", |
|
56520
|
|
|
|
|
|
|
"61256160", "Coffs\ Harbour", |
|
56521
|
|
|
|
|
|
|
"61363462", "Moltema", |
|
56522
|
|
|
|
|
|
|
"61348255", "Jimaringle", |
|
56523
|
|
|
|
|
|
|
"61351562", "Lakes\ Entrance", |
|
56524
|
|
|
|
|
|
|
"618660107", "Jurien", |
|
56525
|
|
|
|
|
|
|
"61756103", "Beaudesert", |
|
56526
|
|
|
|
|
|
|
"61898636", "Dongolocking", |
|
56527
|
|
|
|
|
|
|
"61342260", "Geelong", |
|
56528
|
|
|
|
|
|
|
"61240249", "Branxton", |
|
56529
|
|
|
|
|
|
|
"61753036", "Esk", |
|
56530
|
|
|
|
|
|
|
"61269196", "Alleena", |
|
56531
|
|
|
|
|
|
|
"612683793", "Narromine", |
|
56532
|
|
|
|
|
|
|
"61898509", "Bradfords", |
|
56533
|
|
|
|
|
|
|
"61898802", "Kulin", |
|
56534
|
|
|
|
|
|
|
"61341451", "Goongerah", |
|
56535
|
|
|
|
|
|
|
"613531960", "Goroke", |
|
56536
|
|
|
|
|
|
|
"61348138", "Tocumwal", |
|
56537
|
|
|
|
|
|
|
"612583846", "Widgeland", |
|
56538
|
|
|
|
|
|
|
"617473867", "Doomadgee", |
|
56539
|
|
|
|
|
|
|
"61891243", "Ord", |
|
56540
|
|
|
|
|
|
|
"61246377", "Campbelltown", |
|
56541
|
|
|
|
|
|
|
"618753481", "Kingscote", |
|
56542
|
|
|
|
|
|
|
"61260816", "Walla\ Walla", |
|
56543
|
|
|
|
|
|
|
"61896034", "Bibby\ Springs", |
|
56544
|
|
|
|
|
|
|
"61742602", "Georgetown", |
|
56545
|
|
|
|
|
|
|
"61896371", "Tammin", |
|
56546
|
|
|
|
|
|
|
"61895474", "Mandurah", |
|
56547
|
|
|
|
|
|
|
"6174691", "Oakey", |
|
56548
|
|
|
|
|
|
|
"617566705", "Southport", |
|
56549
|
|
|
|
|
|
|
"61851148", "Dampier", |
|
56550
|
|
|
|
|
|
|
"61359058", "Mornington", |
|
56551
|
|
|
|
|
|
|
"61741719", "Monto", |
|
56552
|
|
|
|
|
|
|
"61877019", "Mount\ Gambier", |
|
56553
|
|
|
|
|
|
|
"61256986", "Coffs\ Harbour", |
|
56554
|
|
|
|
|
|
|
"618863997", "Tumby\ Bay", |
|
56555
|
|
|
|
|
|
|
"6187288", "Mclaren\ Vale", |
|
56556
|
|
|
|
|
|
|
"61352098", "Wingeel", |
|
56557
|
|
|
|
|
|
|
"618660859", "Gillingarra", |
|
56558
|
|
|
|
|
|
|
"61246370", "Campbelltown", |
|
56559
|
|
|
|
|
|
|
"61361436", "Sorell", |
|
56560
|
|
|
|
|
|
|
"613542680", "Watchem", |
|
56561
|
|
|
|
|
|
|
"6128667", "Sydney", |
|
56562
|
|
|
|
|
|
|
"612574740", "Wee\ Waa", |
|
56563
|
|
|
|
|
|
|
"61363886", "Blessington", |
|
56564
|
|
|
|
|
|
|
"61885073", "Kapunda", |
|
56565
|
|
|
|
|
|
|
"61240255", "Clarence\ Town", |
|
56566
|
|
|
|
|
|
|
"61367123", "Deloraine", |
|
56567
|
|
|
|
|
|
|
"61255096", "Comboyne", |
|
56568
|
|
|
|
|
|
|
"61353536", "Kaniva", |
|
56569
|
|
|
|
|
|
|
"61756310", "Ormeau", |
|
56570
|
|
|
|
|
|
|
"61889069", "Plenty", |
|
56571
|
|
|
|
|
|
|
"61266105", "Tyringham", |
|
56572
|
|
|
|
|
|
|
"618763921", "Tumby\ Bay", |
|
56573
|
|
|
|
|
|
|
"61263915", "Orange", |
|
56574
|
|
|
|
|
|
|
"618862083", "Whyalla", |
|
56575
|
|
|
|
|
|
|
"61350106", "Ouyen", |
|
56576
|
|
|
|
|
|
|
"61268024", "Binnaway", |
|
56577
|
|
|
|
|
|
|
"618850291", "Berri", |
|
56578
|
|
|
|
|
|
|
"61894836", "Perth", |
|
56579
|
|
|
|
|
|
|
"61876083", "Glendambo", |
|
56580
|
|
|
|
|
|
|
"618763417", "Willowie", |
|
56581
|
|
|
|
|
|
|
"61877375", "Tantanoola", |
|
56582
|
|
|
|
|
|
|
"61258091", "Nyngan", |
|
56583
|
|
|
|
|
|
|
"6139553", "Melbourne", |
|
56584
|
|
|
|
|
|
|
"61256167", "Casino", |
|
56585
|
|
|
|
|
|
|
"61350625", "Annuello", |
|
56586
|
|
|
|
|
|
|
"61744137", "Townsville", |
|
56587
|
|
|
|
|
|
|
"61881858", "Mclaren\ Vale", |
|
56588
|
|
|
|
|
|
|
"61899119", "Coorow\ West", |
|
56589
|
|
|
|
|
|
|
"61851239", "Mitchell", |
|
56590
|
|
|
|
|
|
|
"61891061", "Onslow", |
|
56591
|
|
|
|
|
|
|
"61342267", "Torquay", |
|
56592
|
|
|
|
|
|
|
"61896480", "Beverley\ West", |
|
56593
|
|
|
|
|
|
|
"613431203", "Telopea\ Downs", |
|
56594
|
|
|
|
|
|
|
"613572927", "Creightons\ Creek", |
|
56595
|
|
|
|
|
|
|
"617452624", "Mount\ Tyson", |
|
56596
|
|
|
|
|
|
|
"61344322", "Pyramid\ Hill", |
|
56597
|
|
|
|
|
|
|
"61348249", "Conargo", |
|
56598
|
|
|
|
|
|
|
"61267948", "Wenna", |
|
56599
|
|
|
|
|
|
|
"61898268", "Hartville", |
|
56600
|
|
|
|
|
|
|
"61268657", "Yarrabandai", |
|
56601
|
|
|
|
|
|
|
"61754601", "Gatton", |
|
56602
|
|
|
|
|
|
|
"618683243", "Boddington", |
|
56603
|
|
|
|
|
|
|
"61267082", "Halls\ Creek", |
|
56604
|
|
|
|
|
|
|
"61264189", "Bega", |
|
56605
|
|
|
|
|
|
|
"61240138", "Raymond\ Terrace", |
|
56606
|
|
|
|
|
|
|
"61341503", "Golden\ Beach", |
|
56607
|
|
|
|
|
|
|
"61257039", "Upper\ Horton", |
|
56608
|
|
|
|
|
|
|
"61742726", "Daintree", |
|
56609
|
|
|
|
|
|
|
"61890592", "Marvel\ Loch", |
|
56610
|
|
|
|
|
|
|
"618660727", "Wyalkatchem", |
|
56611
|
|
|
|
|
|
|
"61269001", "Wagga\ Wagga", |
|
56612
|
|
|
|
|
|
|
"61256288", "Wiangaree", |
|
56613
|
|
|
|
|
|
|
"61351135", "Seaspray", |
|
56614
|
|
|
|
|
|
|
"6175511", "Southport", |
|
56615
|
|
|
|
|
|
|
"61752933", "Caloundra", |
|
56616
|
|
|
|
|
|
|
"61351822", "Gormandale", |
|
56617
|
|
|
|
|
|
|
"61363429", "St\ Marys", |
|
56618
|
|
|
|
|
|
|
"61256406", "Thora", |
|
56619
|
|
|
|
|
|
|
"61342188", "Geelong", |
|
56620
|
|
|
|
|
|
|
"61885757", "Policemans\ Point", |
|
56621
|
|
|
|
|
|
|
"61353652", "Nhill", |
|
56622
|
|
|
|
|
|
|
"61880047", "White\ Cliffs", |
|
56623
|
|
|
|
|
|
|
"6189522", "Mandurah", |
|
56624
|
|
|
|
|
|
|
"61898187", "Lumeah", |
|
56625
|
|
|
|
|
|
|
"618600769", "Mount\ Beaumont", |
|
56626
|
|
|
|
|
|
|
"61886721", "Glendambo\/Gairdner", |
|
56627
|
|
|
|
|
|
|
"61860032", "Bonnie\ Rock", |
|
56628
|
|
|
|
|
|
|
"6139305", "Craigieburn", |
|
56629
|
|
|
|
|
|
|
"61399831", "Melbourne", |
|
56630
|
|
|
|
|
|
|
"61248181", "Woodhouselee", |
|
56631
|
|
|
|
|
|
|
"613441989", "Dunolly", |
|
56632
|
|
|
|
|
|
|
"61887716", "Kongorong", |
|
56633
|
|
|
|
|
|
|
"612583902", "Farrendale", |
|
56634
|
|
|
|
|
|
|
"61258304", "Weelong", |
|
56635
|
|
|
|
|
|
|
"6135215", "Geelong", |
|
56636
|
|
|
|
|
|
|
"61898254", "Tambellup", |
|
56637
|
|
|
|
|
|
|
"61742645", "Georgetown", |
|
56638
|
|
|
|
|
|
|
"61748886", "Walkerston", |
|
56639
|
|
|
|
|
|
|
"61899043", "Exmouth", |
|
56640
|
|
|
|
|
|
|
"613470591", "Graytown", |
|
56641
|
|
|
|
|
|
|
"61361547", "Richmond", |
|
56642
|
|
|
|
|
|
|
"617485881", "Mount\ Larcom", |
|
56643
|
|
|
|
|
|
|
"61357017", "Broadford", |
|
56644
|
|
|
|
|
|
|
"61345078", "Mount\ Richmond", |
|
56645
|
|
|
|
|
|
|
"61265198", "Port\ Macquarie", |
|
56646
|
|
|
|
|
|
|
"618600994", "Bodallin\ North", |
|
56647
|
|
|
|
|
|
|
"61752016", "Kenilworth", |
|
56648
|
|
|
|
|
|
|
"618763649", "Laura", |
|
56649
|
|
|
|
|
|
|
"6139767", "Dandenong", |
|
56650
|
|
|
|
|
|
|
"61341276", "Seaspray", |
|
56651
|
|
|
|
|
|
|
"61358051", "Kialla\ East", |
|
56652
|
|
|
|
|
|
|
"61362196", "Woodbury", |
|
56653
|
|
|
|
|
|
|
"613450584", "Penshurst", |
|
56654
|
|
|
|
|
|
|
"61353766", "Ballarat", |
|
56655
|
|
|
|
|
|
|
"618764009", "Tumby\ Bay", |
|
56656
|
|
|
|
|
|
|
"6174887", "Rockhampton", |
|
56657
|
|
|
|
|
|
|
"61242076", "Helensburgh", |
|
56658
|
|
|
|
|
|
|
"618904235", "Southern\ Cross", |
|
56659
|
|
|
|
|
|
|
"61243111", "Wyong", |
|
56660
|
|
|
|
|
|
|
"613542303", "Raywood", |
|
56661
|
|
|
|
|
|
|
"61383489", "Point\ Cook", |
|
56662
|
|
|
|
|
|
|
"61354179", "Bealiba", |
|
56663
|
|
|
|
|
|
|
"61357072", "Kinglake", |
|
56664
|
|
|
|
|
|
|
"61867196", "Darkan", |
|
56665
|
|
|
|
|
|
|
"61749699", "Cannon\ Valley", |
|
56666
|
|
|
|
|
|
|
"61742348", "Mutchilba", |
|
56667
|
|
|
|
|
|
|
"61259321", "Wantabadgery", |
|
56668
|
|
|
|
|
|
|
"612583661", "Albert", |
|
56669
|
|
|
|
|
|
|
"61753171", "Esk", |
|
56670
|
|
|
|
|
|
|
"61264500", "Jindabyne\ South", |
|
56671
|
|
|
|
|
|
|
"6135662", "Leongatha", |
|
56672
|
|
|
|
|
|
|
"61897888", "Brunswick\ Junction", |
|
56673
|
|
|
|
|
|
|
"61269394", "The\ Rock", |
|
56674
|
|
|
|
|
|
|
"61898845", "Bradfords", |
|
56675
|
|
|
|
|
|
|
"61340295", "Curyo", |
|
56676
|
|
|
|
|
|
|
"61350467", "Murrayville", |
|
56677
|
|
|
|
|
|
|
"61355056", "Derrinallum", |
|
56678
|
|
|
|
|
|
|
"61753227", "Maroon", |
|
56679
|
|
|
|
|
|
|
"61350746", "Willandra\ Lakes", |
|
56680
|
|
|
|
|
|
|
"61358975", "Yalca", |
|
56681
|
|
|
|
|
|
|
"61749152", "Goovigen", |
|
56682
|
|
|
|
|
|
|
"617459903", "Taroom", |
|
56683
|
|
|
|
|
|
|
"61354506", "Kerang", |
|
56684
|
|
|
|
|
|
|
"61257453", "Frazers\ Creek", |
|
56685
|
|
|
|
|
|
|
"61752246", "Caloundra", |
|
56686
|
|
|
|
|
|
|
"61742795", "Mutchilba", |
|
56687
|
|
|
|
|
|
|
"61851133", "Onslow", |
|
56688
|
|
|
|
|
|
|
"61341356", "Cabbage\ Tree\ Creek", |
|
56689
|
|
|
|
|
|
|
"61260740", "Gerogery", |
|
56690
|
|
|
|
|
|
|
"61265050", "Forster", |
|
56691
|
|
|
|
|
|
|
"612574734", "Tingha", |
|
56692
|
|
|
|
|
|
|
"618781338", "Hamley\ Bridge", |
|
56693
|
|
|
|
|
|
|
"61743313", "Gaeta", |
|
56694
|
|
|
|
|
|
|
"61248037", "Gundillion", |
|
56695
|
|
|
|
|
|
|
"618753331", "Karatta", |
|
56696
|
|
|
|
|
|
|
"61351675", "Maffra", |
|
56697
|
|
|
|
|
|
|
"61753474", "Woolooga", |
|
56698
|
|
|
|
|
|
|
"61247044", "Katoomba", |
|
56699
|
|
|
|
|
|
|
"61898031", "Borden", |
|
56700
|
|
|
|
|
|
|
"61247422", "Mulgoa", |
|
56701
|
|
|
|
|
|
|
"61898374", "Bremer\ Bay", |
|
56702
|
|
|
|
|
|
|
"617480589", "Nathan\ Gorge", |
|
56703
|
|
|
|
|
|
|
"61352426", "Winchelsea\ South", |
|
56704
|
|
|
|
|
|
|
"617441966", "Normanton", |
|
56705
|
|
|
|
|
|
|
"61348143", "Cobram", |
|
56706
|
|
|
|
|
|
|
"61263760", "Cassilis", |
|
56707
|
|
|
|
|
|
|
"61888708", "Brinkworth", |
|
56708
|
|
|
|
|
|
|
"61891238", "Fitzroy\ Crossing", |
|
56709
|
|
|
|
|
|
|
"61749749", "Agnes\ Water", |
|
56710
|
|
|
|
|
|
|
"61255428", "Singleton", |
|
56711
|
|
|
|
|
|
|
"61264283", "Candelo", |
|
56712
|
|
|
|
|
|
|
"61895036", "Gidgegannup", |
|
56713
|
|
|
|
|
|
|
"612694633", "Yaven\ Creek", |
|
56714
|
|
|
|
|
|
|
"612594077", "Winchendon\ Vale", |
|
56715
|
|
|
|
|
|
|
"61244754", "Moruya", |
|
56716
|
|
|
|
|
|
|
"61350696", "Woomelang", |
|
56717
|
|
|
|
|
|
|
"613431789", "Lorquon", |
|
56718
|
|
|
|
|
|
|
"61259157", "Morundah", |
|
56719
|
|
|
|
|
|
|
"61351378", "Bruthen", |
|
56720
|
|
|
|
|
|
|
"61736088", "Sandgate", |
|
56721
|
|
|
|
|
|
|
"61269722", "West\ Wyalong", |
|
56722
|
|
|
|
|
|
|
"618982508", "Walpole", |
|
56723
|
|
|
|
|
|
|
"6139713", "Dandenong", |
|
56724
|
|
|
|
|
|
|
"61260882", "Coppabella", |
|
56725
|
|
|
|
|
|
|
"61891155", "Leopold", |
|
56726
|
|
|
|
|
|
|
"61746972", "Greenmount", |
|
56727
|
|
|
|
|
|
|
"61295383", "Sutherland", |
|
56728
|
|
|
|
|
|
|
"618965600", "Ballidu", |
|
56729
|
|
|
|
|
|
|
"61367229", "Mole\ Creek", |
|
56730
|
|
|
|
|
|
|
"61897099", "Bridgetown", |
|
56731
|
|
|
|
|
|
|
"618753420", "New\ Well", |
|
56732
|
|
|
|
|
|
|
"61748383", "Gladstone", |
|
56733
|
|
|
|
|
|
|
"61743107", "Monto", |
|
56734
|
|
|
|
|
|
|
"61260589", "Talmalmo", |
|
56735
|
|
|
|
|
|
|
"612583517", "Gilgandra", |
|
56736
|
|
|
|
|
|
|
"61340030", "Culgoa", |
|
56737
|
|
|
|
|
|
|
"61259284", "Bunda", |
|
56738
|
|
|
|
|
|
|
"61886059", "Wilmington", |
|
56739
|
|
|
|
|
|
|
"61753631", "Rosevale", |
|
56740
|
|
|
|
|
|
|
"6175631", "Southport", |
|
56741
|
|
|
|
|
|
|
"61255025", "Jerrys\ Plains", |
|
56742
|
|
|
|
|
|
|
"61754191", "Caloundra", |
|
56743
|
|
|
|
|
|
|
"618997397", "Yandanooka", |
|
56744
|
|
|
|
|
|
|
"618967683", "Gabbin\ North", |
|
56745
|
|
|
|
|
|
|
"61363870", "Whitemark", |
|
56746
|
|
|
|
|
|
|
"61362769", "Kempton", |
|
56747
|
|
|
|
|
|
|
"61364011", "Marrawah", |
|
56748
|
|
|
|
|
|
|
"61354639", "Dingee", |
|
56749
|
|
|
|
|
|
|
"61364682", "Yambacoona", |
|
56750
|
|
|
|
|
|
|
"613442031", "Wedderburn", |
|
56751
|
|
|
|
|
|
|
"618660983", "Dangin", |
|
56752
|
|
|
|
|
|
|
"61749580", "Moranbah", |
|
56753
|
|
|
|
|
|
|
"61877138", "Keilira", |
|
56754
|
|
|
|
|
|
|
"61261685", "Gearys\ Gap", |
|
56755
|
|
|
|
|
|
|
"61743466", "Nanango", |
|
56756
|
|
|
|
|
|
|
"618852889", "Victor\ Harbor", |
|
56757
|
|
|
|
|
|
|
"61340226", "Rufus\ River", |
|
56758
|
|
|
|
|
|
|
"612593830", "Wallendbeen", |
|
56759
|
|
|
|
|
|
|
"61890485", "Wialki\ North", |
|
56760
|
|
|
|
|
|
|
"61745362", "Blackall", |
|
56761
|
|
|
|
|
|
|
"61253159", "Baldry", |
|
56762
|
|
|
|
|
|
|
"61899920", "Arrowsmith", |
|
56763
|
|
|
|
|
|
|
"618996974", "Coorow", |
|
56764
|
|
|
|
|
|
|
"61886002", "Andamooka", |
|
56765
|
|
|
|
|
|
|
"618682154", "Kukerin", |
|
56766
|
|
|
|
|
|
|
"61867125", "Brunswick\ Junction", |
|
56767
|
|
|
|
|
|
|
"6124757", "Lawson", |
|
56768
|
|
|
|
|
|
|
"613553967", "Panmure", |
|
56769
|
|
|
|
|
|
|
"61888834", "Halbury", |
|
56770
|
|
|
|
|
|
|
"61354273", "Woodend", |
|
56771
|
|
|
|
|
|
|
"618983684", "Jerramungup", |
|
56772
|
|
|
|
|
|
|
"61887847", "Kalangadoo", |
|
56773
|
|
|
|
|
|
|
"6173048", "Redcliffe", |
|
56774
|
|
|
|
|
|
|
"61739996", "Brisbane", |
|
56775
|
|
|
|
|
|
|
"61740767", "Mareeba", |
|
56776
|
|
|
|
|
|
|
"613442224", "Lalbert", |
|
56777
|
|
|
|
|
|
|
"61348019", "Jerilderie", |
|
56778
|
|
|
|
|
|
|
"61255367", "Kempsey", |
|
56779
|
|
|
|
|
|
|
"61261388", "Binalong", |
|
56780
|
|
|
|
|
|
|
"618660696", "Gabbin", |
|
56781
|
|
|
|
|
|
|
"61258810", "Warren", |
|
56782
|
|
|
|
|
|
|
"618763675", "Roxby\ Downs", |
|
56783
|
|
|
|
|
|
|
"61341280", "Golden\ Beach", |
|
56784
|
|
|
|
|
|
|
"617480649", "Pegunny", |
|
56785
|
|
|
|
|
|
|
"61738840", "Samford", |
|
56786
|
|
|
|
|
|
|
"61362539", "Dunalley", |
|
56787
|
|
|
|
|
|
|
"61242080", "Wollongong", |
|
56788
|
|
|
|
|
|
|
"618903895", "Mount\ Stirling", |
|
56789
|
|
|
|
|
|
|
"617442562", "Julia\ Creek", |
|
56790
|
|
|
|
|
|
|
"618600809", "Corrigin", |
|
56791
|
|
|
|
|
|
|
"6138520", "Melbourne", |
|
56792
|
|
|
|
|
|
|
"61890088", "Great\ Victoria", |
|
56793
|
|
|
|
|
|
|
"61362606", "Margate", |
|
56794
|
|
|
|
|
|
|
"61267598", "Garah", |
|
56795
|
|
|
|
|
|
|
"61358165", "Tongala", |
|
56796
|
|
|
|
|
|
|
"61890942", "Bodallin\ North", |
|
56797
|
|
|
|
|
|
|
"61354969", "Dingee", |
|
56798
|
|
|
|
|
|
|
"61359197", "Rosebud", |
|
56799
|
|
|
|
|
|
|
"6129407", "Parramatta", |
|
56800
|
|
|
|
|
|
|
"61260100", "Howlong", |
|
56801
|
|
|
|
|
|
|
"61265608", "Stuarts\ Point", |
|
56802
|
|
|
|
|
|
|
"61354856", "Bendigo", |
|
56803
|
|
|
|
|
|
|
"61357493", "Euroa", |
|
56804
|
|
|
|
|
|
|
"618851997", "Windsor", |
|
56805
|
|
|
|
|
|
|
"61887185", "Kalangadoo", |
|
56806
|
|
|
|
|
|
|
"613431158", "Beulah", |
|
56807
|
|
|
|
|
|
|
"61265305", "Moonan\ Flat", |
|
56808
|
|
|
|
|
|
|
"61756554", "Southport", |
|
56809
|
|
|
|
|
|
|
"61749109", "Mackay", |
|
56810
|
|
|
|
|
|
|
"61888148", "Braemer", |
|
56811
|
|
|
|
|
|
|
"61887291", "Keilira", |
|
56812
|
|
|
|
|
|
|
"613545277", "Cohuna", |
|
56813
|
|
|
|
|
|
|
"61895171", "Toodyay", |
|
56814
|
|
|
|
|
|
|
"61756252", "Beaudesert", |
|
56815
|
|
|
|
|
|
|
"613553756", "Coleraine", |
|
56816
|
|
|
|
|
|
|
"6187186", "Mclaren\ Vale", |
|
56817
|
|
|
|
|
|
|
"61887782", "Mount\ Gambier", |
|
56818
|
|
|
|
|
|
|
"61240019", "Karuah", |
|
56819
|
|
|
|
|
|
|
"61257118", "Limbri", |
|
56820
|
|
|
|
|
|
|
"617486732", "Wowan", |
|
56821
|
|
|
|
|
|
|
"61891013", "Dampier", |
|
56822
|
|
|
|
|
|
|
"61734989", "Cleveland", |
|
56823
|
|
|
|
|
|
|
"61742333", "Cooktown", |
|
56824
|
|
|
|
|
|
|
"61747178", "Woodstock", |
|
56825
|
|
|
|
|
|
|
"61245112", "Wisemans\ Ferry", |
|
56826
|
|
|
|
|
|
|
"618864075", "Koppio", |
|
56827
|
|
|
|
|
|
|
"61356054", "Hill\ End", |
|
56828
|
|
|
|
|
|
|
"61880923", "Pimpara", |
|
56829
|
|
|
|
|
|
|
"61741432", "Kingaroy", |
|
56830
|
|
|
|
|
|
|
"61898176", "Lake\ Magenta", |
|
56831
|
|
|
|
|
|
|
"618600879", "Condingup", |
|
56832
|
|
|
|
|
|
|
"61755172", "Kerry", |
|
56833
|
|
|
|
|
|
|
"61896251", "Meckering", |
|
56834
|
|
|
|
|
|
|
"61899038", "Eneabba\ North", |
|
56835
|
|
|
|
|
|
|
"61877249", "Western\ Flat", |
|
56836
|
|
|
|
|
|
|
"61260107", "Talgarno", |
|
56837
|
|
|
|
|
|
|
"61743589", "Kumbia", |
|
56838
|
|
|
|
|
|
|
"61359190", "Cowes", |
|
56839
|
|
|
|
|
|
|
"61341154", "Woodside", |
|
56840
|
|
|
|
|
|
|
"61255360", "Forster", |
|
56841
|
|
|
|
|
|
|
"61740760", "Innot\ Hot\ Springs", |
|
56842
|
|
|
|
|
|
|
"61887840", "Rendelsham", |
|
56843
|
|
|
|
|
|
|
"61253145", "Wollar", |
|
56844
|
|
|
|
|
|
|
"61256301", "Ballina", |
|
56845
|
|
|
|
|
|
|
"61255404", "Forster", |
|
56846
|
|
|
|
|
|
|
"61891709", "Hall\'s\ Creek", |
|
56847
|
|
|
|
|
|
|
"6135344", "Linton", |
|
56848
|
|
|
|
|
|
|
"6135960", "Emerald", |
|
56849
|
|
|
|
|
|
|
"61240703", "Mulbring", |
|
56850
|
|
|
|
|
|
|
"612530019", "Bribbaree", |
|
56851
|
|
|
|
|
|
|
"61888724", "Clare", |
|
56852
|
|
|
|
|
|
|
"61242087", "Wollongong", |
|
56853
|
|
|
|
|
|
|
"618753015", "Karoonda", |
|
56854
|
|
|
|
|
|
|
"61891936", "Broome", |
|
56855
|
|
|
|
|
|
|
"61738847", "Beenleigh", |
|
56856
|
|
|
|
|
|
|
"61341287", "Gelantipy", |
|
56857
|
|
|
|
|
|
|
"618763605", "Georgetown", |
|
56858
|
|
|
|
|
|
|
"61258817", "Coonabarabran", |
|
56859
|
|
|
|
|
|
|
"61899435", "Marchagee", |
|
56860
|
|
|
|
|
|
|
"61269769", "Ariah\ Park", |
|
56861
|
|
|
|
|
|
|
"61265773", "Mount\ Olive", |
|
56862
|
|
|
|
|
|
|
"61250165", "Corowa", |
|
56863
|
|
|
|
|
|
|
"61752082", "Upper\ Widgee", |
|
56864
|
|
|
|
|
|
|
"61258579", "Walgett", |
|
56865
|
|
|
|
|
|
|
"61367262", "Scottsdale", |
|
56866
|
|
|
|
|
|
|
"617458801", "Glenhope", |
|
56867
|
|
|
|
|
|
|
"618996904", "Yuna\ East", |
|
56868
|
|
|
|
|
|
|
"617485820", "Agnes\ Water", |
|
56869
|
|
|
|
|
|
|
"61260313", "Oaklands", |
|
56870
|
|
|
|
|
|
|
"61752948", "Caboolture", |
|
56871
|
|
|
|
|
|
|
"618753050", "Tailem\ Bend", |
|
56872
|
|
|
|
|
|
|
"61748519", "Carmila", |
|
56873
|
|
|
|
|
|
|
"61356068", "Wonthaggi", |
|
56874
|
|
|
|
|
|
|
"612573435", "Upper\ Horton", |
|
56875
|
|
|
|
|
|
|
"61363877", "Launceston", |
|
56876
|
|
|
|
|
|
|
"61746910", "Cambooya", |
|
56877
|
|
|
|
|
|
|
"618683327", "Unicup", |
|
56878
|
|
|
|
|
|
|
"61267933", "Narrabri", |
|
56879
|
|
|
|
|
|
|
"61749587", "Wagoora", |
|
56880
|
|
|
|
|
|
|
"6173479", "Cleveland", |
|
56881
|
|
|
|
|
|
|
"61891149", "Christmas\ Island", |
|
56882
|
|
|
|
|
|
|
"618866184", "Wirrulla", |
|
56883
|
|
|
|
|
|
|
"61341168", "Buchan", |
|
56884
|
|
|
|
|
|
|
"618965670", "Jennacubbine", |
|
56885
|
|
|
|
|
|
|
"61243163", "Gosford", |
|
56886
|
|
|
|
|
|
|
"612977", "Sydney", |
|
56887
|
|
|
|
|
|
|
"61351419", "Maffra", |
|
56888
|
|
|
|
|
|
|
"617452188", "Moonie", |
|
56889
|
|
|
|
|
|
|
"618763980", "Minnipa", |
|
56890
|
|
|
|
|
|
|
"61250234", "Oaklands", |
|
56891
|
|
|
|
|
|
|
"61357891", "Kilmore", |
|
56892
|
|
|
|
|
|
|
"61743100", "Windera", |
|
56893
|
|
|
|
|
|
|
"61340037", "Nyah", |
|
56894
|
|
|
|
|
|
|
"61886045", "Cowell", |
|
56895
|
|
|
|
|
|
|
"61286081", "Parramatta", |
|
56896
|
|
|
|
|
|
|
"61255691", "Muswellbrook", |
|
56897
|
|
|
|
|
|
|
"61363519", "Blessington", |
|
56898
|
|
|
|
|
|
|
"61745329", "Macalister", |
|
56899
|
|
|
|
|
|
|
"61269832", "Griffith", |
|
56900
|
|
|
|
|
|
|
"61269125", "Melbergen", |
|
56901
|
|
|
|
|
|
|
"617750166", "Legume", |
|
56902
|
|
|
|
|
|
|
"6173090", "Beenleigh", |
|
56903
|
|
|
|
|
|
|
"61263767", "Bathurst", |
|
56904
|
|
|
|
|
|
|
"618601161", "Neridup", |
|
56905
|
|
|
|
|
|
|
"61256094", "Tabulam", |
|
56906
|
|
|
|
|
|
|
"61381051", "Whittlesea", |
|
56907
|
|
|
|
|
|
|
"61754006", "Caloundra", |
|
56908
|
|
|
|
|
|
|
"61259150", "Tallimba", |
|
56909
|
|
|
|
|
|
|
"61361331", "Baden", |
|
56910
|
|
|
|
|
|
|
"61380996", "Sunbury", |
|
56911
|
|
|
|
|
|
|
"61356465", "Hill\ End", |
|
56912
|
|
|
|
|
|
|
"61267016", "Somerton", |
|
56913
|
|
|
|
|
|
|
"61361074", "Gretna", |
|
56914
|
|
|
|
|
|
|
"61269606", "Goolgowi", |
|
56915
|
|
|
|
|
|
|
"61266021", "Copmanhurst", |
|
56916
|
|
|
|
|
|
|
"61262274", "Binalong", |
|
56917
|
|
|
|
|
|
|
"61265342", "Baerami", |
|
56918
|
|
|
|
|
|
|
"612594007", "Tallimba", |
|
56919
|
|
|
|
|
|
|
"61260747", "Little\ Billabong", |
|
56920
|
|
|
|
|
|
|
"61340484", "Ouyen", |
|
56921
|
|
|
|
|
|
|
"61265057", "Gloucester", |
|
56922
|
|
|
|
|
|
|
"61357240", "Moyhu", |
|
56923
|
|
|
|
|
|
|
"617459973", "Freestone", |
|
56924
|
|
|
|
|
|
|
"618986145", "Kondinin", |
|
56925
|
|
|
|
|
|
|
"61742192", "Mount\ Surprise", |
|
56926
|
|
|
|
|
|
|
"61248030", "Golspie", |
|
56927
|
|
|
|
|
|
|
"61886753", "Leigh\ Creek\ South", |
|
56928
|
|
|
|
|
|
|
"612532844", "Limekilns", |
|
56929
|
|
|
|
|
|
|
"61299335", "Liverpool", |
|
56930
|
|
|
|
|
|
|
"612594177", "Barmedman\ East", |
|
56931
|
|
|
|
|
|
|
"61362063", "Nubeena", |
|
56932
|
|
|
|
|
|
|
"618867734", "Herbert", |
|
56933
|
|
|
|
|
|
|
"61888718", "Curramulka", |
|
56934
|
|
|
|
|
|
|
"61258182", "Kiacatoo", |
|
56935
|
|
|
|
|
|
|
"613553513", "Cobden", |
|
56936
|
|
|
|
|
|
|
"61268139", "Narromine", |
|
56937
|
|
|
|
|
|
|
"61264427", "Nimmitabel", |
|
56938
|
|
|
|
|
|
|
"61284034", "Dural", |
|
56939
|
|
|
|
|
|
|
"61264354", "Tathra", |
|
56940
|
|
|
|
|
|
|
"61867063", "Boyup\ Brook", |
|
56941
|
|
|
|
|
|
|
"617485896", "St\ Lawrence", |
|
56942
|
|
|
|
|
|
|
"617458628", "Guluguba", |
|
56943
|
|
|
|
|
|
|
"613470586", "Devlins\ Bridge", |
|
56944
|
|
|
|
|
|
|
"61743303", "Bundaberg", |
|
56945
|
|
|
|
|
|
|
"61897793", "Augusta", |
|
56946
|
|
|
|
|
|
|
"61362897", "Hobart", |
|
56947
|
|
|
|
|
|
|
"61899203", "Nabawa", |
|
56948
|
|
|
|
|
|
|
"612592680", "Bidgeemia", |
|
56949
|
|
|
|
|
|
|
"618763623", "Coulta", |
|
56950
|
|
|
|
|
|
|
"61354516", "Pyramid\ Hill", |
|
56951
|
|
|
|
|
|
|
"618600911", "Narembeen", |
|
56952
|
|
|
|
|
|
|
"61359132", "Red\ Hill", |
|
56953
|
|
|
|
|
|
|
"613442131", "Lalbert", |
|
56954
|
|
|
|
|
|
|
"61748254", "Biloela", |
|
56955
|
|
|
|
|
|
|
"61895903", "Dwellingup", |
|
56956
|
|
|
|
|
|
|
"61743172", "Yandaran", |
|
56957
|
|
|
|
|
|
|
"61898886", "Wickepin\ East", |
|
56958
|
|
|
|
|
|
|
"61364001", "Burnie", |
|
56959
|
|
|
|
|
|
|
"61259353", "Wallanthery", |
|
56960
|
|
|
|
|
|
|
"61728021", "Beenleigh", |
|
56961
|
|
|
|
|
|
|
"618985160", "Muradup", |
|
56962
|
|
|
|
|
|
|
"61868198", "Katanning", |
|
56963
|
|
|
|
|
|
|
"61741490", "Biggenden", |
|
56964
|
|
|
|
|
|
|
"61267191", "Rowena", |
|
56965
|
|
|
|
|
|
|
"61253112", "Orange", |
|
56966
|
|
|
|
|
|
|
"612593734", "Tumorrama", |
|
56967
|
|
|
|
|
|
|
"617452479", "Toowoomba", |
|
56968
|
|
|
|
|
|
|
"61743117", "Nanango", |
|
56969
|
|
|
|
|
|
|
"61342369", "Colac", |
|
56970
|
|
|
|
|
|
|
"6174992", "Biloela", |
|
56971
|
|
|
|
|
|
|
"61263294", "Yetholme", |
|
56972
|
|
|
|
|
|
|
"61348052", "Kialla\ East", |
|
56973
|
|
|
|
|
|
|
"61888541", "Curramulka", |
|
56974
|
|
|
|
|
|
|
"61748845", "Tieri", |
|
56975
|
|
|
|
|
|
|
"61253177", "Orange", |
|
56976
|
|
|
|
|
|
|
"61358023", "Cornalla", |
|
56977
|
|
|
|
|
|
|
"61742686", "Etheridge", |
|
56978
|
|
|
|
|
|
|
"61266786", "Dyraaba", |
|
56979
|
|
|
|
|
|
|
"61747888", "Yabulu", |
|
56980
|
|
|
|
|
|
|
"61253221", "Bathurst", |
|
56981
|
|
|
|
|
|
|
"61248092", "Woodhouselee", |
|
56982
|
|
|
|
|
|
|
"613542362", "Beazleys\ Bridge", |
|
56983
|
|
|
|
|
|
|
"61742130", "Thursday\ Island", |
|
56984
|
|
|
|
|
|
|
"61264368", "Bega", |
|
56985
|
|
|
|
|
|
|
"613531974", "Horsham", |
|
56986
|
|
|
|
|
|
|
"61886077", "Glendambo", |
|
56987
|
|
|
|
|
|
|
"618752988", "Barmera", |
|
56988
|
|
|
|
|
|
|
"613532410", "Polkemmet", |
|
56989
|
|
|
|
|
|
|
"61348009", "Berrigan", |
|
56990
|
|
|
|
|
|
|
"61899576", "Nabawa", |
|
56991
|
|
|
|
|
|
|
"61885925", "Walker\ Flat", |
|
56992
|
|
|
|
|
|
|
"618683229", "Badgebup", |
|
56993
|
|
|
|
|
|
|
"61344260", "Moonambel", |
|
56994
|
|
|
|
|
|
|
"618903522", "Laverton", |
|
56995
|
|
|
|
|
|
|
"61886681", "Gladstone", |
|
56996
|
|
|
|
|
|
|
"6175569", "Tweed\ Heads", |
|
56997
|
|
|
|
|
|
|
"61359393", "Marysville", |
|
56998
|
|
|
|
|
|
|
"613545932", "Lalbert", |
|
56999
|
|
|
|
|
|
|
"618682054", "Gairdner", |
|
57000
|
|
|
|
|
|
|
"61886012", "Booleroo\ Centre", |
|
57001
|
|
|
|
|
|
|
"61875087", "Strathalbyn", |
|
57002
|
|
|
|
|
|
|
"61264665", "Cabramurra", |
|
57003
|
|
|
|
|
|
|
"61367151", "George\ Town", |
|
57004
|
|
|
|
|
|
|
"617750333", "Diamantina", |
|
57005
|
|
|
|
|
|
|
"61351640", "Bairnsdale", |
|
57006
|
|
|
|
|
|
|
"612574830", "Tingha", |
|
57007
|
|
|
|
|
|
|
"61756161", "Tweed\ Heads", |
|
57008
|
|
|
|
|
|
|
"61749119", "Yeppoon", |
|
57009
|
|
|
|
|
|
|
"61265315", "Putty", |
|
57010
|
|
|
|
|
|
|
"61269890", "Burcher", |
|
57011
|
|
|
|
|
|
|
"61753329", "Rosevale", |
|
57012
|
|
|
|
|
|
|
"61244131", "Nowra", |
|
57013
|
|
|
|
|
|
|
"612574271", "Spring\ Plains", |
|
57014
|
|
|
|
|
|
|
"61259179", "Tumbarumba", |
|
57015
|
|
|
|
|
|
|
"61741061", "Gooroolba", |
|
57016
|
|
|
|
|
|
|
"61260775", "Cudgewa", |
|
57017
|
|
|
|
|
|
|
"61268946", "Geurie", |
|
57018
|
|
|
|
|
|
|
"61746480", "Arcadia\ Valley", |
|
57019
|
|
|
|
|
|
|
"61885084", "Kingscote", |
|
57020
|
|
|
|
|
|
|
"61255163", "Comara", |
|
57021
|
|
|
|
|
|
|
"61354321", "Goornong", |
|
57022
|
|
|
|
|
|
|
"61363187", "Pyengana", |
|
57023
|
|
|
|
|
|
|
"61260110", "Walwa", |
|
57024
|
|
|
|
|
|
|
"617750357", "Jimbour", |
|
57025
|
|
|
|
|
|
|
"617459068", "The\ Gums", |
|
57026
|
|
|
|
|
|
|
"61740899", "Malanda", |
|
57027
|
|
|
|
|
|
|
"61748268", "Middlemount", |
|
57028
|
|
|
|
|
|
|
"617458636", "Jericho", |
|
57029
|
|
|
|
|
|
|
"61896162", "Quairading", |
|
57030
|
|
|
|
|
|
|
"61265941", "Byabarra", |
|
57031
|
|
|
|
|
|
|
"6135678", "San\ Remo", |
|
57032
|
|
|
|
|
|
|
"61876331", "Yunta", |
|
57033
|
|
|
|
|
|
|
"61351989", "Bairnsdale", |
|
57034
|
|
|
|
|
|
|
"613572494", "Taggerty", |
|
57035
|
|
|
|
|
|
|
"61876074", "Nelshaby", |
|
57036
|
|
|
|
|
|
|
"61740294", "Edward\ River", |
|
57037
|
|
|
|
|
|
|
"612593898", "Gala\ Vale", |
|
57038
|
|
|
|
|
|
|
"61269063", "Rankins\ Springs", |
|
57039
|
|
|
|
|
|
|
"61897638", "Wilga", |
|
57040
|
|
|
|
|
|
|
"61341561", "Sale", |
|
57041
|
|
|
|
|
|
|
"61265079", "Taylors\ Arm", |
|
57042
|
|
|
|
|
|
|
"61260117", "Nariel", |
|
57043
|
|
|
|
|
|
|
"61754663", "Gatton", |
|
57044
|
|
|
|
|
|
|
"61256482", "Coffs\ Harbour", |
|
57045
|
|
|
|
|
|
|
"618753496", "Murray\ Bridge", |
|
57046
|
|
|
|
|
|
|
"61363180", "Ringarooma", |
|
57047
|
|
|
|
|
|
|
"61264156", "Ando", |
|
57048
|
|
|
|
|
|
|
"612583736", "Teridgerie", |
|
57049
|
|
|
|
|
|
|
"617486833", "Dysart", |
|
57050
|
|
|
|
|
|
|
"61745631", "Tambo", |
|
57051
|
|
|
|
|
|
|
"61245102", "Wisemans\ Ferry", |
|
57052
|
|
|
|
|
|
|
"61895483", "Mandurah", |
|
57053
|
|
|
|
|
|
|
"6139135", "Melbourne", |
|
57054
|
|
|
|
|
|
|
"61354098", "St\ Arnaud", |
|
57055
|
|
|
|
|
|
|
"61340092", "Mildura", |
|
57056
|
|
|
|
|
|
|
"61269897", "Narrandera", |
|
57057
|
|
|
|
|
|
|
"61260172", "Gerogery", |
|
57058
|
|
|
|
|
|
|
"61380073", "Werribee", |
|
57059
|
|
|
|
|
|
|
"61351647", "Lindenow", |
|
57060
|
|
|
|
|
|
|
"61891003", "Broome", |
|
57061
|
|
|
|
|
|
|
"61886994", "Mudamuckla", |
|
57062
|
|
|
|
|
|
|
"617486729", "Westwood", |
|
57063
|
|
|
|
|
|
|
"61746487", "Barcoo", |
|
57064
|
|
|
|
|
|
|
"61240009", "Laguna", |
|
57065
|
|
|
|
|
|
|
"61257108", "Nundle", |
|
57066
|
|
|
|
|
|
|
"61238035", "Breadalbane", |
|
57067
|
|
|
|
|
|
|
"61748636", "Rockhampton", |
|
57068
|
|
|
|
|
|
|
"612574201", "Ben\ Lomond", |
|
57069
|
|
|
|
|
|
|
"618869002", "Iron\ Baron", |
|
57070
|
|
|
|
|
|
|
"612574587", "Drake", |
|
57071
|
|
|
|
|
|
|
"61268865", "Ballimore", |
|
57072
|
|
|
|
|
|
|
"61342322", "Beeac", |
|
57073
|
|
|
|
|
|
|
"618753150", "Bower", |
|
57074
|
|
|
|
|
|
|
"61748509", "Benaraby", |
|
57075
|
|
|
|
|
|
|
"61260303", "Little\ Billabong", |
|
57076
|
|
|
|
|
|
|
"61875080", "Wanbi", |
|
57077
|
|
|
|
|
|
|
"61871400", "Adelaide", |
|
57078
|
|
|
|
|
|
|
"618859990", "Wynarka", |
|
57079
|
|
|
|
|
|
|
"617486857", "Mount\ Larcom", |
|
57080
|
|
|
|
|
|
|
"618600948", "Eyre", |
|
57081
|
|
|
|
|
|
|
"61746034", "Blackall", |
|
57082
|
|
|
|
|
|
|
"61885430", "Taylorville", |
|
57083
|
|
|
|
|
|
|
"617459925", "Yuleba", |
|
57084
|
|
|
|
|
|
|
"613546304", "Moonambel", |
|
57085
|
|
|
|
|
|
|
"613451324", "Edenhope", |
|
57086
|
|
|
|
|
|
|
"61886070", "Georgetown", |
|
57087
|
|
|
|
|
|
|
"61745474", "Cunnamulla", |
|
57088
|
|
|
|
|
|
|
"617441407", "Home\ Hill", |
|
57089
|
|
|
|
|
|
|
"61742137", "Babinda", |
|
57090
|
|
|
|
|
|
|
"6135961", "Emerald", |
|
57091
|
|
|
|
|
|
|
"61240713", "Branxton", |
|
57092
|
|
|
|
|
|
|
"612530119", "Hill\ End", |
|
57093
|
|
|
|
|
|
|
"61891719", "Roebuck", |
|
57094
|
|
|
|
|
|
|
"61341423", "Golden\ Beach", |
|
57095
|
|
|
|
|
|
|
"61344267", "Traynors\ Lagoon", |
|
57096
|
|
|
|
|
|
|
"61286659", "Blacktown", |
|
57097
|
|
|
|
|
|
|
"61256311", "Murwillumbah", |
|
57098
|
|
|
|
|
|
|
"6138658", "Melbourne", |
|
57099
|
|
|
|
|
|
|
"61255414", "Macksville", |
|
57100
|
|
|
|
|
|
|
"61257326", "Inverell", |
|
57101
|
|
|
|
|
|
|
"612574419", "Elcombe", |
|
57102
|
|
|
|
|
|
|
"61263899", "Meadow\ Flat", |
|
57103
|
|
|
|
|
|
|
"612532995", "Windeyer", |
|
57104
|
|
|
|
|
|
|
"61880200", "Tepco", |
|
57105
|
|
|
|
|
|
|
"61747571", "Halifax", |
|
57106
|
|
|
|
|
|
|
"61286602", "Parramatta", |
|
57107
|
|
|
|
|
|
|
"61743110", "Biggenden", |
|
57108
|
|
|
|
|
|
|
"617452088", "Jericho", |
|
57109
|
|
|
|
|
|
|
"61887875", "Lucindale\ South", |
|
57110
|
|
|
|
|
|
|
"61895578", "Pinjarra", |
|
57111
|
|
|
|
|
|
|
"61351409", "Seaspray", |
|
57112
|
|
|
|
|
|
|
"61261041", "Anembo", |
|
57113
|
|
|
|
|
|
|
"61256526", "Lawrence", |
|
57114
|
|
|
|
|
|
|
"61355089", "Darlington", |
|
57115
|
|
|
|
|
|
|
"612574647", "Wenna", |
|
57116
|
|
|
|
|
|
|
"6138738", "Dandenong", |
|
57117
|
|
|
|
|
|
|
"61263592", "Portland", |
|
57118
|
|
|
|
|
|
|
"61253170", "Neville", |
|
57119
|
|
|
|
|
|
|
"61748859", "Gladstone", |
|
57120
|
|
|
|
|
|
|
"61268248", "Lightning\ Ridge", |
|
57121
|
|
|
|
|
|
|
"613470861", "Bonnie\ Doon", |
|
57122
|
|
|
|
|
|
|
"61867241", "Upper\ Preston", |
|
57123
|
|
|
|
|
|
|
"61267285", "Delungra", |
|
57124
|
|
|
|
|
|
|
"6129758", "Sydney", |
|
57125
|
|
|
|
|
|
|
"613441246", "Trentham", |
|
57126
|
|
|
|
|
|
|
"617452409", "Texas", |
|
57127
|
|
|
|
|
|
|
"61741497", "Tansey", |
|
57128
|
|
|
|
|
|
|
"618683699", "Bow\ Bridge", |
|
57129
|
|
|
|
|
|
|
"61748552", "Miriam\ Vale", |
|
57130
|
|
|
|
|
|
|
"6138864", "Ringwood", |
|
57131
|
|
|
|
|
|
|
"61745961", "Toowoomba", |
|
57132
|
|
|
|
|
|
|
"6186232", "Fremantle", |
|
57133
|
|
|
|
|
|
|
"61756219", "Rathdowney", |
|
57134
|
|
|
|
|
|
|
"612583728", "Neilrex", |
|
57135
|
|
|
|
|
|
|
"613549604", "Bridgewater", |
|
57136
|
|
|
|
|
|
|
"61352179", "Aireys\ Inlet", |
|
57137
|
|
|
|
|
|
|
"61240052", "Wootton", |
|
57138
|
|
|
|
|
|
|
"612594435", "Stockinbingal", |
|
57139
|
|
|
|
|
|
|
"618985566", "Harrismith", |
|
57140
|
|
|
|
|
|
|
"61861924", "Kalamunda", |
|
57141
|
|
|
|
|
|
|
"61250023", "Tallangatta", |
|
57142
|
|
|
|
|
|
|
"61896129", "Wannamal", |
|
57143
|
|
|
|
|
|
|
"618862907", "Coffin\ Bay", |
|
57144
|
|
|
|
|
|
|
"61873825", "Salisbury", |
|
57145
|
|
|
|
|
|
|
"612594107", "Egansford", |
|
57146
|
|
|
|
|
|
|
"61269616", "Wallanthery", |
|
57147
|
|
|
|
|
|
|
"61257748", "Tamworth", |
|
57148
|
|
|
|
|
|
|
"61267006", "Banoon", |
|
57149
|
|
|
|
|
|
|
"61898462", "Gairdner", |
|
57150
|
|
|
|
|
|
|
"61731506", "Sandgate", |
|
57151
|
|
|
|
|
|
|
"612583178", "Gwabegar", |
|
57152
|
|
|
|
|
|
|
"61264420", "Jindabyne\ South", |
|
57153
|
|
|
|
|
|
|
"618601061", "Burracoppin", |
|
57154
|
|
|
|
|
|
|
"61364196", "Wynyard", |
|
57155
|
|
|
|
|
|
|
"61244076", "Huskisson", |
|
57156
|
|
|
|
|
|
|
"6173091", "Ipswich", |
|
57157
|
|
|
|
|
|
|
"61247809", "Mount\ Wilson", |
|
57158
|
|
|
|
|
|
|
"61877347", "Cannawigara", |
|
57159
|
|
|
|
|
|
|
"618997012", "Warradarge", |
|
57160
|
|
|
|
|
|
|
"61886086", "Herbert", |
|
57161
|
|
|
|
|
|
|
"61890530", "Bodallin", |
|
57162
|
|
|
|
|
|
|
"612574652", "Aberfoyle", |
|
57163
|
|
|
|
|
|
|
"61257395", "Spring\ Plains", |
|
57164
|
|
|
|
|
|
|
"61756049", "Beechmont", |
|
57165
|
|
|
|
|
|
|
"61264572", "Berridale", |
|
57166
|
|
|
|
|
|
|
"61878071", "Booborowie", |
|
57167
|
|
|
|
|
|
|
"61775077", "Darr\ Creek", |
|
57168
|
|
|
|
|
|
|
"61281182", "Liverpool", |
|
57169
|
|
|
|
|
|
|
"61741149", "Monto", |
|
57170
|
|
|
|
|
|
|
"61899587", "Latham", |
|
57171
|
|
|
|
|
|
|
"61357000", "Alexandra", |
|
57172
|
|
|
|
|
|
|
"612582528", "Weetaliba", |
|
57173
|
|
|
|
|
|
|
"61754246", "Coominya", |
|
57174
|
|
|
|
|
|
|
"61264517", "Thredbo\ Village", |
|
57175
|
|
|
|
|
|
|
"61350314", "Pooncarie", |
|
57176
|
|
|
|
|
|
|
"61875076", "Paruna", |
|
57177
|
|
|
|
|
|
|
"61263088", "Gooloogong", |
|
57178
|
|
|
|
|
|
|
"61340473", "Karawinna", |
|
57179
|
|
|
|
|
|
|
"61263942", "Molong", |
|
57180
|
|
|
|
|
|
|
"618683183", "Mettler", |
|
57181
|
|
|
|
|
|
|
"61355774", "Glenthompson", |
|
57182
|
|
|
|
|
|
|
"613432150", "Horsham", |
|
57183
|
|
|
|
|
|
|
"613451441", "Penshurst", |
|
57184
|
|
|
|
|
|
|
"61741752", "Monto", |
|
57185
|
|
|
|
|
|
|
"61895329", "Mount\ Wells", |
|
57186
|
|
|
|
|
|
|
"61877052", "Coonawarra", |
|
57187
|
|
|
|
|
|
|
"61886205", "Rudall", |
|
57188
|
|
|
|
|
|
|
"61752191", "Toogoolawah", |
|
57189
|
|
|
|
|
|
|
"612574393", "Ben\ Lomond", |
|
57190
|
|
|
|
|
|
|
"617442573", "Palm\ Island", |
|
57191
|
|
|
|
|
|
|
"61362011", "Baden", |
|
57192
|
|
|
|
|
|
|
"61364769", "Currie", |
|
57193
|
|
|
|
|
|
|
"6189413", "Perth", |
|
57194
|
|
|
|
|
|
|
"61362682", "Little\ Swanport", |
|
57195
|
|
|
|
|
|
|
"617486976", "Wowan", |
|
57196
|
|
|
|
|
|
|
"61867011", "Dardanup", |
|
57197
|
|
|
|
|
|
|
"618989141", "Narrogin", |
|
57198
|
|
|
|
|
|
|
"61866026", "Calingiri", |
|
57199
|
|
|
|
|
|
|
"61737330", "Brisbane", |
|
57200
|
|
|
|
|
|
|
"61341389", "Woodside", |
|
57201
|
|
|
|
|
|
|
"61268018", "Wyanga", |
|
57202
|
|
|
|
|
|
|
"61363176", "Targa", |
|
57203
|
|
|
|
|
|
|
"61740905", "Weipa", |
|
57204
|
|
|
|
|
|
|
"61263485", "Mudgee", |
|
57205
|
|
|
|
|
|
|
"61887344", "Tantanoola", |
|
57206
|
|
|
|
|
|
|
"617480293", "Nogoa", |
|
57207
|
|
|
|
|
|
|
"61266053", "Grafton", |
|
57208
|
|
|
|
|
|
|
"61888337", "Port\ Victoria", |
|
57209
|
|
|
|
|
|
|
"61868057", "Jingalup", |
|
57210
|
|
|
|
|
|
|
"61745227", "Miles", |
|
57211
|
|
|
|
|
|
|
"61343056", "Crymelon", |
|
57212
|
|
|
|
|
|
|
"61756113", "Jimboomba", |
|
57213
|
|
|
|
|
|
|
"61354889", "Buckrabanyule", |
|
57214
|
|
|
|
|
|
|
"618903471", "Gibson", |
|
57215
|
|
|
|
|
|
|
"61364125", "Stanley", |
|
57216
|
|
|
|
|
|
|
"61251073", "Michelago", |
|
57217
|
|
|
|
|
|
|
"61367320", "Waterhouse", |
|
57218
|
|
|
|
|
|
|
"61745171", "Goombi", |
|
57219
|
|
|
|
|
|
|
"61885298", "Loxton", |
|
57220
|
|
|
|
|
|
|
"613573012", "Devlins\ Bridge", |
|
57221
|
|
|
|
|
|
|
"61897178", "Jangardup", |
|
57222
|
|
|
|
|
|
|
"618752967", "Sandleton", |
|
57223
|
|
|
|
|
|
|
"61886544", "Tumby\ Bay", |
|
57224
|
|
|
|
|
|
|
"61741013", "Boondooma", |
|
57225
|
|
|
|
|
|
|
"61244080", "Milton\-ulladulla", |
|
57226
|
|
|
|
|
|
|
"61340588", "Willandra\ Lakes", |
|
57227
|
|
|
|
|
|
|
"61354582", "Beazleys\ Bridge", |
|
57228
|
|
|
|
|
|
|
"61364539", "Smithton", |
|
57229
|
|
|
|
|
|
|
"618856718", "Sedan", |
|
57230
|
|
|
|
|
|
|
"61255111", "Byabarra", |
|
57231
|
|
|
|
|
|
|
"61880075", "Wilcannia", |
|
57232
|
|
|
|
|
|
|
"6136289", "Tarraleah", |
|
57233
|
|
|
|
|
|
|
"618903565", "Mount\ Merivale", |
|
57234
|
|
|
|
|
|
|
"617442892", "Croydon", |
|
57235
|
|
|
|
|
|
|
"61392178", "Sydenham", |
|
57236
|
|
|
|
|
|
|
"612533046", "Murringo", |
|
57237
|
|
|
|
|
|
|
"6135055", "Mildura", |
|
57238
|
|
|
|
|
|
|
"61260632", "Walwa", |
|
57239
|
|
|
|
|
|
|
"61353078", "Yaapeet", |
|
57240
|
|
|
|
|
|
|
"61258116", "Farrendale", |
|
57241
|
|
|
|
|
|
|
"61746251", "St\ George", |
|
57242
|
|
|
|
|
|
|
"61749038", "Comet", |
|
57243
|
|
|
|
|
|
|
"61255222", "Byabarra", |
|
57244
|
|
|
|
|
|
|
"6174818", "Mackay", |
|
57245
|
|
|
|
|
|
|
"61898877", "Pumphreys", |
|
57246
|
|
|
|
|
|
|
"613470701", "Nagambie", |
|
57247
|
|
|
|
|
|
|
"61741709", "Eidsvold", |
|
57248
|
|
|
|
|
|
|
"61877009", "Monkoora", |
|
57249
|
|
|
|
|
|
|
"618996960", "Warradarge", |
|
57250
|
|
|
|
|
|
|
"61358947", "Conargo", |
|
57251
|
|
|
|
|
|
|
"612582536", "Airlands", |
|
57252
|
|
|
|
|
|
|
"61357658", "Alexandra", |
|
57253
|
|
|
|
|
|
|
"61756307", "Southport", |
|
57254
|
|
|
|
|
|
|
"612594226", "Morundah", |
|
57255
|
|
|
|
|
|
|
"61890760", "Salmon\ Gums", |
|
57256
|
|
|
|
|
|
|
"6174690", "Toowoomba", |
|
57257
|
|
|
|
|
|
|
"61357934", "Wangaratta", |
|
57258
|
|
|
|
|
|
|
"61742081", "Peninsula", |
|
57259
|
|
|
|
|
|
|
"61742612", "Lockhart\ River", |
|
57260
|
|
|
|
|
|
|
"613574723", "Tatong", |
|
57261
|
|
|
|
|
|
|
"61260806", "Tallangatta", |
|
57262
|
|
|
|
|
|
|
"61741936", "Tiaro", |
|
57263
|
|
|
|
|
|
|
"617486842", "Glenden", |
|
57264
|
|
|
|
|
|
|
"61353475", "Elmhurst", |
|
57265
|
|
|
|
|
|
|
"612532587", "Quandialla", |
|
57266
|
|
|
|
|
|
|
"61354150", "Gisborne", |
|
57267
|
|
|
|
|
|
|
"618964482", "Jurien", |
|
57268
|
|
|
|
|
|
|
"6128448", "Sydney", |
|
57269
|
|
|
|
|
|
|
"61256595", "Leeville", |
|
57270
|
|
|
|
|
|
|
"61351797", "Cann\ River", |
|
57271
|
|
|
|
|
|
|
"61364606", "Stanley", |
|
57272
|
|
|
|
|
|
|
"61352969", "Cressy", |
|
57273
|
|
|
|
|
|
|
"6124588", "Windsor", |
|
57274
|
|
|
|
|
|
|
"612631799", "Canowindra", |
|
57275
|
|
|
|
|
|
|
"613574173", "Puckapunyal", |
|
57276
|
|
|
|
|
|
|
"61742677", "Babinda", |
|
57277
|
|
|
|
|
|
|
"617459087", "Yuleba", |
|
57278
|
|
|
|
|
|
|
"61253186", "Portland", |
|
57279
|
|
|
|
|
|
|
"61361575", "Oatlands", |
|
57280
|
|
|
|
|
|
|
"613441191", "Avoca", |
|
57281
|
|
|
|
|
|
|
"61351790", "Nowa\ Nowa", |
|
57282
|
|
|
|
|
|
|
"618867740", "Morchard", |
|
57283
|
|
|
|
|
|
|
"61354157", "Newstead", |
|
57284
|
|
|
|
|
|
|
"613431695", "Beaufort", |
|
57285
|
|
|
|
|
|
|
"61875131", "Sandleton", |
|
57286
|
|
|
|
|
|
|
"61350116", "Patchewollock", |
|
57287
|
|
|
|
|
|
|
"61742670", "Thursday\ Island", |
|
57288
|
|
|
|
|
|
|
"61263905", "Harden", |
|
57289
|
|
|
|
|
|
|
"61740485", "Tully", |
|
57290
|
|
|
|
|
|
|
"61895362", "Mandurah", |
|
57291
|
|
|
|
|
|
|
"618683512", "Jingalup", |
|
57292
|
|
|
|
|
|
|
"612532830", "Gingkin", |
|
57293
|
|
|
|
|
|
|
"61879078", "Tablelands", |
|
57294
|
|
|
|
|
|
|
"61266115", "Whiporie", |
|
57295
|
|
|
|
|
|
|
"61890446", "Burracoppin", |
|
57296
|
|
|
|
|
|
|
"613451418", "Coojar", |
|
57297
|
|
|
|
|
|
|
"61890767", "Speddingup\ East", |
|
57298
|
|
|
|
|
|
|
"61358940", "Conargo", |
|
57299
|
|
|
|
|
|
|
"61887669", "Conmurra", |
|
57300
|
|
|
|
|
|
|
"61898870", "Pingelly", |
|
57301
|
|
|
|
|
|
|
"613470771", "Creightons\ Creek", |
|
57302
|
|
|
|
|
|
|
"61240761", "Karuah", |
|
57303
|
|
|
|
|
|
|
"61357349", "Flowerdale", |
|
57304
|
|
|
|
|
|
|
"61261646", "Gearys\ Gap", |
|
57305
|
|
|
|
|
|
|
"61256363", "Leeville", |
|
57306
|
|
|
|
|
|
|
"61878136", "Booborowie", |
|
57307
|
|
|
|
|
|
|
"61248588", "Taralga", |
|
57308
|
|
|
|
|
|
|
"612594385", "Bundure", |
|
57309
|
|
|
|
|
|
|
"61269011", "Batlow", |
|
57310
|
|
|
|
|
|
|
"612593740", "Wallendbeen", |
|
57311
|
|
|
|
|
|
|
"613431952", "Buangor", |
|
57312
|
|
|
|
|
|
|
"61269682", "Yenda", |
|
57313
|
|
|
|
|
|
|
"61887146", "Millicent", |
|
57314
|
|
|
|
|
|
|
"613441747", "Avoca", |
|
57315
|
|
|
|
|
|
|
"6124336", "Gosford", |
|
57316
|
|
|
|
|
|
|
"61341513", "Meerlieu", |
|
57317
|
|
|
|
|
|
|
"61255524", "Mount\ Olive", |
|
57318
|
|
|
|
|
|
|
"61740088", "Malanda", |
|
57319
|
|
|
|
|
|
|
"618983458", "Corackerup", |
|
57320
|
|
|
|
|
|
|
"612685835", "Mount\ Foster", |
|
57321
|
|
|
|
|
|
|
"617480623", "Wagoora", |
|
57322
|
|
|
|
|
|
|
"61743556", "Nanango", |
|
57323
|
|
|
|
|
|
|
"61268233", "Carinda", |
|
57324
|
|
|
|
|
|
|
"617476468", "Clarke", |
|
57325
|
|
|
|
|
|
|
"61265591", "Krambach", |
|
57326
|
|
|
|
|
|
|
"61363031", "Evandale", |
|
57327
|
|
|
|
|
|
|
"61740942", "Molloy", |
|
57328
|
|
|
|
|
|
|
"61261169", "Anembo", |
|
57329
|
|
|
|
|
|
|
"618660681", "Cadoux", |
|
57330
|
|
|
|
|
|
|
"61353619", "Glenorchy", |
|
57331
|
|
|
|
|
|
|
"6124034", "Newcastle", |
|
57332
|
|
|
|
|
|
|
"618903401", "Cascade", |
|
57333
|
|
|
|
|
|
|
"61753578", "Nambour", |
|
57334
|
|
|
|
|
|
|
"617459962", "Cunningham", |
|
57335
|
|
|
|
|
|
|
"61367327", "Launceston", |
|
57336
|
|
|
|
|
|
|
"618660077", "Bencubbin", |
|
57337
|
|
|
|
|
|
|
"61886242", "Ceduna", |
|
57338
|
|
|
|
|
|
|
"61745220", "Cockatoo", |
|
57339
|
|
|
|
|
|
|
"61899109", "Coorow", |
|
57340
|
|
|
|
|
|
|
"61244087", "Berry", |
|
57341
|
|
|
|
|
|
|
"61885779", "Pinnaroo", |
|
57342
|
|
|
|
|
|
|
"61734956", "Cleveland", |
|
57343
|
|
|
|
|
|
|
"617750342", "Galilee", |
|
57344
|
|
|
|
|
|
|
"618856741", "Truro", |
|
57345
|
|
|
|
|
|
|
"61268679", "Dubbo", |
|
57346
|
|
|
|
|
|
|
"61899152", "Yalgoo", |
|
57347
|
|
|
|
|
|
|
"61756458", "Southport", |
|
57348
|
|
|
|
|
|
|
"61887939", "Keilira", |
|
57349
|
|
|
|
|
|
|
"618763371", "Kimba", |
|
57350
|
|
|
|
|
|
|
"61888330", "Kadina", |
|
57351
|
|
|
|
|
|
|
"61868050", "Gairdner", |
|
57352
|
|
|
|
|
|
|
"61887706", "Makin", |
|
57353
|
|
|
|
|
|
|
"61734732", "Dunwich", |
|
57354
|
|
|
|
|
|
|
"61748374", "Byfield", |
|
57355
|
|
|
|
|
|
|
"612583253", "Coonamble", |
|
57356
|
|
|
|
|
|
|
"61256416", "Bellingen", |
|
57357
|
|
|
|
|
|
|
"61367065", "Lilydale", |
|
57358
|
|
|
|
|
|
|
"617441394", "Croydon", |
|
57359
|
|
|
|
|
|
|
"617476337", "Prairie", |
|
57360
|
|
|
|
|
|
|
"6175510", "Southport", |
|
57361
|
|
|
|
|
|
|
"61267494", "Kelvin", |
|
57362
|
|
|
|
|
|
|
"61752285", "Esk", |
|
57363
|
|
|
|
|
|
|
"61745036", "Moonie", |
|
57364
|
|
|
|
|
|
|
"61746476", "Miles", |
|
57365
|
|
|
|
|
|
|
"61888991", "Blyth", |
|
57366
|
|
|
|
|
|
|
"61896972", "Dalwallinu", |
|
57367
|
|
|
|
|
|
|
"61741155", "Wondai", |
|
57368
|
|
|
|
|
|
|
"61392643", "Clayton", |
|
57369
|
|
|
|
|
|
|
"618964945", "Watheroo", |
|
57370
|
|
|
|
|
|
|
"61264510", "Berridale", |
|
57371
|
|
|
|
|
|
|
"61898383", "Hopetoun", |
|
57372
|
|
|
|
|
|
|
"61753483", "Jimna", |
|
57373
|
|
|
|
|
|
|
"61747099", "The\ Monument", |
|
57374
|
|
|
|
|
|
|
"617473985", "Flinders", |
|
57375
|
|
|
|
|
|
|
"61356549", "Poowong", |
|
57376
|
|
|
|
|
|
|
"61756055", "Rathdowney", |
|
57377
|
|
|
|
|
|
|
"612574844", "Aberfoyle", |
|
57378
|
|
|
|
|
|
|
"618854966", "Mannum", |
|
57379
|
|
|
|
|
|
|
"617476353", "Richmond", |
|
57380
|
|
|
|
|
|
|
"61890537", "Goomarin", |
|
57381
|
|
|
|
|
|
|
"61877340", "Western\ Flat", |
|
57382
|
|
|
|
|
|
|
"61752006", "Cooroy", |
|
57383
|
|
|
|
|
|
|
"61897643", "Balingup", |
|
57384
|
|
|
|
|
|
|
"61899580", "Yuna", |
|
57385
|
|
|
|
|
|
|
"61357007", "Benalla", |
|
57386
|
|
|
|
|
|
|
"6135859", "Tongala", |
|
57387
|
|
|
|
|
|
|
"618965664", "Dalwallinu", |
|
57388
|
|
|
|
|
|
|
"612583237", "Bonnay", |
|
57389
|
|
|
|
|
|
|
"61775070", "Cooyar", |
|
57390
|
|
|
|
|
|
|
"61264274", "Wonboyn\ Lake", |
|
57391
|
|
|
|
|
|
|
"61896454", "South\ Quairading", |
|
57392
|
|
|
|
|
|
|
"61897860", "Brunswick\ Junction", |
|
57393
|
|
|
|
|
|
|
"61891143", "Port\ Hedland", |
|
57394
|
|
|
|
|
|
|
"612574826", "Tambar\ Springs", |
|
57395
|
|
|
|
|
|
|
"618683622", "Kukerin", |
|
57396
|
|
|
|
|
|
|
"61267939", "Bellata", |
|
57397
|
|
|
|
|
|
|
"61348238", "Tocumwal", |
|
57398
|
|
|
|
|
|
|
"612594016", "Ungarie", |
|
57399
|
|
|
|
|
|
|
"61267706", "Ebor", |
|
57400
|
|
|
|
|
|
|
"61258085", "Naradhan", |
|
57401
|
|
|
|
|
|
|
"61746808", "Pikedale", |
|
57402
|
|
|
|
|
|
|
"61268330", "Hermidale", |
|
57403
|
|
|
|
|
|
|
"61257048", "Pinkett", |
|
57404
|
|
|
|
|
|
|
"6124478", "Batemans\ Bay", |
|
57405
|
|
|
|
|
|
|
"61747358", "Townsville", |
|
57406
|
|
|
|
|
|
|
"61743478", "Biggenden", |
|
57407
|
|
|
|
|
|
|
"617476754", "Townsville", |
|
57408
|
|
|
|
|
|
|
"61356131", "Neerim\ South", |
|
57409
|
|
|
|
|
|
|
"61745323", "Glenhope", |
|
57410
|
|
|
|
|
|
|
"61898356", "Fitzgerald", |
|
57411
|
|
|
|
|
|
|
"612592688", "Carabost", |
|
57412
|
|
|
|
|
|
|
"61363513", "Mole\ Creek", |
|
57413
|
|
|
|
|
|
|
"618660919", "Northam", |
|
57414
|
|
|
|
|
|
|
"61753456", "Caloundra", |
|
57415
|
|
|
|
|
|
|
"61887494", "Mount\ Gambier", |
|
57416
|
|
|
|
|
|
|
"617458620", "Eschol", |
|
57417
|
|
|
|
|
|
|
"61351413", "Maffra", |
|
57418
|
|
|
|
|
|
|
"61245042", "St\ Albans", |
|
57419
|
|
|
|
|
|
|
"61240752", "Newcastle", |
|
57420
|
|
|
|
|
|
|
"613451062", "Glenthompson", |
|
57421
|
|
|
|
|
|
|
"61896327", "Aldersyde", |
|
57422
|
|
|
|
|
|
|
"61341031", "Dargo", |
|
57423
|
|
|
|
|
|
|
"61243169", "Gosford", |
|
57424
|
|
|
|
|
|
|
"61341374", "Loch\ Sport", |
|
57425
|
|
|
|
|
|
|
"618985168", "Muradup", |
|
57426
|
|
|
|
|
|
|
"61268991", "Barrinford", |
|
57427
|
|
|
|
|
|
|
"61359035", "Rosebud", |
|
57428
|
|
|
|
|
|
|
"617480513", "Finch\ Hatton", |
|
57429
|
|
|
|
|
|
|
"6139241", "Melbourne", |
|
57430
|
|
|
|
|
|
|
"612583413", "Cobar", |
|
57431
|
|
|
|
|
|
|
"61743075", "Maidenwell", |
|
57432
|
|
|
|
|
|
|
"61890194", "Warralakin", |
|
57433
|
|
|
|
|
|
|
"61746564", "Haddon", |
|
57434
|
|
|
|
|
|
|
"61258206", "Mendooran", |
|
57435
|
|
|
|
|
|
|
"61756203", "Southport", |
|
57436
|
|
|
|
|
|
|
"617480476", "Colston\ Park", |
|
57437
|
|
|
|
|
|
|
"61342160", "Geelong", |
|
57438
|
|
|
|
|
|
|
"618967065", "Tammin", |
|
57439
|
|
|
|
|
|
|
"61348155", "Lalalty", |
|
57440
|
|
|
|
|
|
|
"612594084", "Bambilla", |
|
57441
|
|
|
|
|
|
|
"61265996", "Taylors\ Arm", |
|
57442
|
|
|
|
|
|
|
"6124845", "Gunning", |
|
57443
|
|
|
|
|
|
|
"613431713", "Jeparit", |
|
57444
|
|
|
|
|
|
|
"61256260", "Hernani", |
|
57445
|
|
|
|
|
|
|
"61240666", "Raymond\ Terrace", |
|
57446
|
|
|
|
|
|
|
"61255201", "Rawdon\ Vale", |
|
57447
|
|
|
|
|
|
|
"61899814", "Mount\ George", |
|
57448
|
|
|
|
|
|
|
"612530243", "Galong", |
|
57449
|
|
|
|
|
|
|
"61744230", "Bowen", |
|
57450
|
|
|
|
|
|
|
"61248195", "Gunning", |
|
57451
|
|
|
|
|
|
|
"61742339", "Bloomfield", |
|
57452
|
|
|
|
|
|
|
"61734983", "Redcliffe", |
|
57453
|
|
|
|
|
|
|
"61891019", "Broome", |
|
57454
|
|
|
|
|
|
|
"61240013", "Bulahdelah", |
|
57455
|
|
|
|
|
|
|
"61899161", "Yaringa", |
|
57456
|
|
|
|
|
|
|
"61898280", "Borden", |
|
57457
|
|
|
|
|
|
|
"61249167", "Bulahdelah", |
|
57458
|
|
|
|
|
|
|
"61879332", "Rodinga", |
|
57459
|
|
|
|
|
|
|
"61244999", "Berry", |
|
57460
|
|
|
|
|
|
|
"618752980", "Walker\ Flat", |
|
57461
|
|
|
|
|
|
|
"61746734", "Inglewood", |
|
57462
|
|
|
|
|
|
|
"612683742", "Geurie", |
|
57463
|
|
|
|
|
|
|
"61886115", "Koongawa", |
|
57464
|
|
|
|
|
|
|
"61896468", "Ballidu", |
|
57465
|
|
|
|
|
|
|
"61744026", "Briaba", |
|
57466
|
|
|
|
|
|
|
"61877243", "Tantanoola", |
|
57467
|
|
|
|
|
|
|
"61743583", "Gayndah", |
|
57468
|
|
|
|
|
|
|
"61747400", "Mount\ Isa", |
|
57469
|
|
|
|
|
|
|
"618600193", "Bodallin", |
|
57470
|
|
|
|
|
|
|
"61747364", "Greenvale", |
|
57471
|
|
|
|
|
|
|
"618996987", "Kalbarri", |
|
57472
|
|
|
|
|
|
|
"612630694", "Burraga", |
|
57473
|
|
|
|
|
|
|
"61889682", "Tanami", |
|
57474
|
|
|
|
|
|
|
"61267146", "Wollomombi", |
|
57475
|
|
|
|
|
|
|
"61753120", "Gunalda", |
|
57476
|
|
|
|
|
|
|
"613572663", "Buffalo\ River", |
|
57477
|
|
|
|
|
|
|
"6173606", "Brisbane", |
|
57478
|
|
|
|
|
|
|
"61887601", "Naracoorte", |
|
57479
|
|
|
|
|
|
|
"61240709", "Tea\ Gardens", |
|
57480
|
|
|
|
|
|
|
"61755309", "Southport", |
|
57481
|
|
|
|
|
|
|
"612574838", "Wellingrove", |
|
57482
|
|
|
|
|
|
|
"61340281", "Patchewollock", |
|
57483
|
|
|
|
|
|
|
"61891703", "Cocos\ Island", |
|
57484
|
|
|
|
|
|
|
"61354874", "Llanelly", |
|
57485
|
|
|
|
|
|
|
"61354798", "Maldon", |
|
57486
|
|
|
|
|
|
|
"61885591", "Penneshaw", |
|
57487
|
|
|
|
|
|
|
"61748513", "Broadsound", |
|
57488
|
|
|
|
|
|
|
"61260319", "Walla\ Walla", |
|
57489
|
|
|
|
|
|
|
"61896065", "Coomberdale", |
|
57490
|
|
|
|
|
|
|
"618983677", "Jerdacuttup", |
|
57491
|
|
|
|
|
|
|
"61746558", "Cunnamulla", |
|
57492
|
|
|
|
|
|
|
"61888596", "Brinkworth", |
|
57493
|
|
|
|
|
|
|
"61265779", "Glendonbrook", |
|
57494
|
|
|
|
|
|
|
"618993048", "Geraldton", |
|
57495
|
|
|
|
|
|
|
"618967763", "Beverley\ West", |
|
57496
|
|
|
|
|
|
|
"617459060", "Talwood", |
|
57497
|
|
|
|
|
|
|
"61269763", "Barmedman", |
|
57498
|
|
|
|
|
|
|
"61749372", "Wowan", |
|
57499
|
|
|
|
|
|
|
"612530083", "Cudal", |
|
57500
|
|
|
|
|
|
|
"61253153", "Bribbaree", |
|
57501
|
|
|
|
|
|
|
"6188442", "Mclaren\ Vale", |
|
57502
|
|
|
|
|
|
|
"6138569", "Clayton", |
|
57503
|
|
|
|
|
|
|
"61247114", "Penrith", |
|
57504
|
|
|
|
|
|
|
"61341176", "Club\ Terrace", |
|
57505
|
|
|
|
|
|
|
"61356076", "Hill\ End", |
|
57506
|
|
|
|
|
|
|
"612593890", "Coleambally", |
|
57507
|
|
|
|
|
|
|
"613470827", "Jamieson", |
|
57508
|
|
|
|
|
|
|
"613441897", "Dingee", |
|
57509
|
|
|
|
|
|
|
"6128789", "Sydney", |
|
57510
|
|
|
|
|
|
|
"61259312", "Melbergen", |
|
57511
|
|
|
|
|
|
|
"61355436", "Tahara", |
|
57512
|
|
|
|
|
|
|
"61352901", "Barwon\ Downs", |
|
57513
|
|
|
|
|
|
|
"61265298", "Bunnan", |
|
57514
|
|
|
|
|
|
|
"61898154", "Kronkup", |
|
57515
|
|
|
|
|
|
|
"61243122", "Mangrove\ Mountain", |
|
57516
|
|
|
|
|
|
|
"61245005", "Kurrajong\ Heights", |
|
57517
|
|
|
|
|
|
|
"61885784", "Karoonda", |
|
57518
|
|
|
|
|
|
|
"61340195", "Pooncarie", |
|
57519
|
|
|
|
|
|
|
"61362533", "Oatlands", |
|
57520
|
|
|
|
|
|
|
"618683292", "Lumeah", |
|
57521
|
|
|
|
|
|
|
"6124049", "Newcastle", |
|
57522
|
|
|
|
|
|
|
"61753127", "Wolvi", |
|
57523
|
|
|
|
|
|
|
"61741761", "Kumbia", |
|
57524
|
|
|
|
|
|
|
"61260075", "Tallangatta\ Valley", |
|
57525
|
|
|
|
|
|
|
"61877061", "Lochaber", |
|
57526
|
|
|
|
|
|
|
"6129730", "Liverpool", |
|
57527
|
|
|
|
|
|
|
"61753271", "Caloundra", |
|
57528
|
|
|
|
|
|
|
"613542594", "Laen", |
|
57529
|
|
|
|
|
|
|
"61348013", "Cobram", |
|
57530
|
|
|
|
|
|
|
"61238132", "Woodhouselee", |
|
57531
|
|
|
|
|
|
|
"61875555", "Berri", |
|
57532
|
|
|
|
|
|
|
"6124262", "Wollongong", |
|
57533
|
|
|
|
|
|
|
"61351158", "Morwell", |
|
57534
|
|
|
|
|
|
|
"61358431", "Finley", |
|
57535
|
|
|
|
|
|
|
"61354279", "Woodend", |
|
57536
|
|
|
|
|
|
|
"618601027", "Mount\ Beaumont", |
|
57537
|
|
|
|
|
|
|
"6139343", "Melbourne", |
|
57538
|
|
|
|
|
|
|
"6139188", "Melbourne", |
|
57539
|
|
|
|
|
|
|
"61354963", "Logan", |
|
57540
|
|
|
|
|
|
|
"61342288", "Lavers\ Hill", |
|
57541
|
|
|
|
|
|
|
"618600940", "Collurabbie", |
|
57542
|
|
|
|
|
|
|
"61891375", "Christmas\ Island", |
|
57543
|
|
|
|
|
|
|
"618753158", "Gurrai", |
|
57544
|
|
|
|
|
|
|
"61747407", "Hughenden", |
|
57545
|
|
|
|
|
|
|
"61256188", "Grafton", |
|
57546
|
|
|
|
|
|
|
"618859998", "Wynarka", |
|
57547
|
|
|
|
|
|
|
"613545284", "Kerang", |
|
57548
|
|
|
|
|
|
|
"61880806", "The\ Darling", |
|
57549
|
|
|
|
|
|
|
"618903835", "Karloning", |
|
57550
|
|
|
|
|
|
|
"61890396", "Dundas", |
|
57551
|
|
|
|
|
|
|
"61257402", "Willow\ Tree", |
|
57552
|
|
|
|
|
|
|
"61364141", "Savage\ River", |
|
57553
|
|
|
|
|
|
|
"61749103", "Wowan", |
|
57554
|
|
|
|
|
|
|
"61269998", "Mannus", |
|
57555
|
|
|
|
|
|
|
"61746824", "Tipton", |
|
57556
|
|
|
|
|
|
|
"61351811", "Baw\ Baw", |
|
57557
|
|
|
|
|
|
|
"61248281", "Gundillion", |
|
57558
|
|
|
|
|
|
|
"61249160", "Nelson\ Bay", |
|
57559
|
|
|
|
|
|
|
"61357499", "Bright", |
|
57560
|
|
|
|
|
|
|
"612533024", "Gulgong", |
|
57561
|
|
|
|
|
|
|
"6126020", "Talgarno", |
|
57562
|
|
|
|
|
|
|
"61898287", "Nalyerlup", |
|
57563
|
|
|
|
|
|
|
"61248792", "Paddys\ River", |
|
57564
|
|
|
|
|
|
|
"61266086", "Nimbin", |
|
57565
|
|
|
|
|
|
|
"61342167", "Apollo\ Bay", |
|
57566
|
|
|
|
|
|
|
"618753391", "Copeville", |
|
57567
|
|
|
|
|
|
|
"612583506", "Cumborah", |
|
57568
|
|
|
|
|
|
|
"61747166", "The\ Monument", |
|
57569
|
|
|
|
|
|
|
"618993288", "Warradarge", |
|
57570
|
|
|
|
|
|
|
"61743319", "Fraser\ Island", |
|
57571
|
|
|
|
|
|
|
"612574794", "Guyra", |
|
57572
|
|
|
|
|
|
|
"61744237", "Ingham", |
|
57573
|
|
|
|
|
|
|
"61851139", "Sandfire", |
|
57574
|
|
|
|
|
|
|
"618661069", "Pantapin", |
|
57575
|
|
|
|
|
|
|
"61344311", "Bendigo", |
|
57576
|
|
|
|
|
|
|
"6126543", "Muswellbrook", |
|
57577
|
|
|
|
|
|
|
"61351164", "Erica", |
|
57578
|
|
|
|
|
|
|
"61256267", "Casino", |
|
57579
|
|
|
|
|
|
|
"61746262", "Westgrove", |
|
57580
|
|
|
|
|
|
|
"61264289", "Adaminaby", |
|
57581
|
|
|
|
|
|
|
"61749743", "Turkey\ Beach", |
|
57582
|
|
|
|
|
|
|
"61364701", "Currie", |
|
57583
|
|
|
|
|
|
|
"61350085", "Mildura", |
|
57584
|
|
|
|
|
|
|
"61348149", "Jerilderie", |
|
57585
|
|
|
|
|
|
|
"61888415", "Spalding", |
|
57586
|
|
|
|
|
|
|
"61898168", "Kuringup", |
|
57587
|
|
|
|
|
|
|
"618866177", "Streaky\ Bay", |
|
57588
|
|
|
|
|
|
|
"6129650", "Sydney", |
|
57589
|
|
|
|
|
|
|
"61266205", "Ballina", |
|
57590
|
|
|
|
|
|
|
"61748389", "Rockhampton", |
|
57591
|
|
|
|
|
|
|
"618763359", "Georgetown", |
|
57592
|
|
|
|
|
|
|
"61897093", "Upper\ Preston", |
|
57593
|
|
|
|
|
|
|
"61367223", "Gladstone", |
|
57594
|
|
|
|
|
|
|
"612583720", "Mount\ Foster", |
|
57595
|
|
|
|
|
|
|
"61251198", "Michelago", |
|
57596
|
|
|
|
|
|
|
"61268684", "Lake\ Cargelligo", |
|
57597
|
|
|
|
|
|
|
"61896320", "Ejanding", |
|
57598
|
|
|
|
|
|
|
"613542024", "Elmore", |
|
57599
|
|
|
|
|
|
|
"61355547", "Dorodong", |
|
57600
|
|
|
|
|
|
|
"612574969", "Sandy\ Flat", |
|
57601
|
|
|
|
|
|
|
"6128565", "Sydney", |
|
57602
|
|
|
|
|
|
|
"61361056", "Huonville", |
|
57603
|
|
|
|
|
|
|
"61350488", "Balranald", |
|
57604
|
|
|
|
|
|
|
"613442091", "Trentham", |
|
57605
|
|
|
|
|
|
|
"61888018", "Blyth", |
|
57606
|
|
|
|
|
|
|
"61897867", "Brunswick\ Junction", |
|
57607
|
|
|
|
|
|
|
"61362763", "Sorell", |
|
57608
|
|
|
|
|
|
|
"61350206", "Box\ Creek", |
|
57609
|
|
|
|
|
|
|
"61267344", "Deepwater", |
|
57610
|
|
|
|
|
|
|
"61268337", "Colane", |
|
57611
|
|
|
|
|
|
|
"61886053", "Darke\ Peak", |
|
57612
|
|
|
|
|
|
|
"612583170", "Gilgooma", |
|
57613
|
|
|
|
|
|
|
"6138785", "Dandenong", |
|
57614
|
|
|
|
|
|
|
"618867711", "Wilmington", |
|
57615
|
|
|
|
|
|
|
"618683665", "Tenterden", |
|
57616
|
|
|
|
|
|
|
"61244805", "Nowra", |
|
57617
|
|
|
|
|
|
|
"61357707", "Yarck", |
|
57618
|
|
|
|
|
|
|
"612582520", "Trundle", |
|
57619
|
|
|
|
|
|
|
"61359297", "Mornington", |
|
57620
|
|
|
|
|
|
|
"618903376", "Shackleton", |
|
57621
|
|
|
|
|
|
|
"61363423", "Winnaleah", |
|
57622
|
|
|
|
|
|
|
"61341552", "Mallacoota", |
|
57623
|
|
|
|
|
|
|
"61249094", "Maitland", |
|
57624
|
|
|
|
|
|
|
"61890325", "Baandee", |
|
57625
|
|
|
|
|
|
|
"61741340", "Bundaberg", |
|
57626
|
|
|
|
|
|
|
"61752939", "Nambour", |
|
57627
|
|
|
|
|
|
|
"61267875", "Boorolong", |
|
57628
|
|
|
|
|
|
|
"6186291", "Herne\ Hill", |
|
57629
|
|
|
|
|
|
|
"6139977", "Melbourne", |
|
57630
|
|
|
|
|
|
|
"61340308", "Ouyen", |
|
57631
|
|
|
|
|
|
|
"61749209", "Tungamull", |
|
57632
|
|
|
|
|
|
|
"613432158", "Linton", |
|
57633
|
|
|
|
|
|
|
"61887285", "Tantanoola", |
|
57634
|
|
|
|
|
|
|
"6126238", "Bungendore", |
|
57635
|
|
|
|
|
|
|
"618752921", "Blanchetown", |
|
57636
|
|
|
|
|
|
|
"61340605", "Manangatang", |
|
57637
|
|
|
|
|
|
|
"613451025", "Tyrendarra", |
|
57638
|
|
|
|
|
|
|
"612425", "Wollongong", |
|
57639
|
|
|
|
|
|
|
"61890628", "Corrigin\ West", |
|
57640
|
|
|
|
|
|
|
"61877155", "Reedy\ Creek", |
|
57641
|
|
|
|
|
|
|
"612532969", "Leadville", |
|
57642
|
|
|
|
|
|
|
"61895120", "Guilderton", |
|
57643
|
|
|
|
|
|
|
"6189752", "Busselton", |
|
57644
|
|
|
|
|
|
|
"61867225", "Dardanup", |
|
57645
|
|
|
|
|
|
|
"61253259", "Bathurst", |
|
57646
|
|
|
|
|
|
|
"61745736", "Chinchilla", |
|
57647
|
|
|
|
|
|
|
"6128623", "Parramatta", |
|
57648
|
|
|
|
|
|
|
"61249970", "Tea\ Gardens", |
|
57649
|
|
|
|
|
|
|
"6173209", "Beenleigh", |
|
57650
|
|
|
|
|
|
|
"612593711", "Marsden", |
|
57651
|
|
|
|
|
|
|
"61340126", "Culgoa", |
|
57652
|
|
|
|
|
|
|
"618600934", "Bruce\ Rock", |
|
57653
|
|
|
|
|
|
|
"613442114", "Donald", |
|
57654
|
|
|
|
|
|
|
"618985187", "Nalyerlup", |
|
57655
|
|
|
|
|
|
|
"61877238", "Port\ Macdonnell", |
|
57656
|
|
|
|
|
|
|
"613470531", "Bonnie\ Doon", |
|
57657
|
|
|
|
|
|
|
"61899049", "Geraldton", |
|
57658
|
|
|
|
|
|
|
"61745909", "Warwick", |
|
57659
|
|
|
|
|
|
|
"6129986", "Terrey\ Hills", |
|
57660
|
|
|
|
|
|
|
"618967022", "Kalannie", |
|
57661
|
|
|
|
|
|
|
"61889616", "Tablelands", |
|
57662
|
|
|
|
|
|
|
"61387500", "Croydon", |
|
57663
|
|
|
|
|
|
|
"61887006", "Bordertown", |
|
57664
|
|
|
|
|
|
|
"61341180", "Munro", |
|
57665
|
|
|
|
|
|
|
"6139252", "Melbourne", |
|
57666
|
|
|
|
|
|
|
"6186180", "Perth", |
|
57667
|
|
|
|
|
|
|
"61355997", "Caramut", |
|
57668
|
|
|
|
|
|
|
"61356080", "Warragul", |
|
57669
|
|
|
|
|
|
|
"613441224", "Llanelly", |
|
57670
|
|
|
|
|
|
|
"61351461", "Loch\ Sport", |
|
57671
|
|
|
|
|
|
|
"61354173", "Redesdale", |
|
57672
|
|
|
|
|
|
|
"61383483", "Sydenham", |
|
57673
|
|
|
|
|
|
|
"613451173", "Edenhope", |
|
57674
|
|
|
|
|
|
|
"617458681", "Texas", |
|
57675
|
|
|
|
|
|
|
"61889063", "Noonamah", |
|
57676
|
|
|
|
|
|
|
"61259184", "Wee\ Elwah", |
|
57677
|
|
|
|
|
|
|
"61743207", "Lowmead", |
|
57678
|
|
|
|
|
|
|
"612630897", "Burraga", |
|
57679
|
|
|
|
|
|
|
"61745566", "Dunmore", |
|
57680
|
|
|
|
|
|
|
"61886439", "Port\ Augusta", |
|
57681
|
|
|
|
|
|
|
"61367129", "Bicheno", |
|
57682
|
|
|
|
|
|
|
"61364022", "Savage\ River", |
|
57683
|
|
|
|
|
|
|
"61358848", "Wanganella", |
|
57684
|
|
|
|
|
|
|
"61898978", "Boscabel", |
|
57685
|
|
|
|
|
|
|
"61364444", "Stanley", |
|
57686
|
|
|
|
|
|
|
"61880117", "Menindee", |
|
57687
|
|
|
|
|
|
|
"618856710", "Sedan", |
|
57688
|
|
|
|
|
|
|
"61891255", "Pannawonica", |
|
57689
|
|
|
|
|
|
|
"6186155", "Perth", |
|
57690
|
|
|
|
|
|
|
"612574259", "Oban", |
|
57691
|
|
|
|
|
|
|
"61728002", "Ipswich", |
|
57692
|
|
|
|
|
|
|
"612683966", "Rocky\ Glen", |
|
57693
|
|
|
|
|
|
|
"61286095", "Blacktown", |
|
57694
|
|
|
|
|
|
|
"61255685", "Macksville", |
|
57695
|
|
|
|
|
|
|
"6187427", "Adelaide", |
|
57696
|
|
|
|
|
|
|
"61899307", "Warradarge", |
|
57697
|
|
|
|
|
|
|
"61864907", "Armadale", |
|
57698
|
|
|
|
|
|
|
"617480359", "Fitzroy\ West", |
|
57699
|
|
|
|
|
|
|
"618856755", "Walker\ Flat", |
|
57700
|
|
|
|
|
|
|
"61880172", "Pimpara", |
|
57701
|
|
|
|
|
|
|
"61748561", "Nogoa", |
|
57702
|
|
|
|
|
|
|
"6174798", "Halifax", |
|
57703
|
|
|
|
|
|
|
"61745952", "Toowoomba", |
|
57704
|
|
|
|
|
|
|
"612574166", "Tambar\ Springs", |
|
57705
|
|
|
|
|
|
|
"618763885", "Laura", |
|
57706
|
|
|
|
|
|
|
"61891844", "Millstream", |
|
57707
|
|
|
|
|
|
|
"61876089", "Whyalla", |
|
57708
|
|
|
|
|
|
|
"61261367", "Rye\ Park", |
|
57709
|
|
|
|
|
|
|
"61255388", "Taylors\ Arm", |
|
57710
|
|
|
|
|
|
|
"61740788", "Coen", |
|
57711
|
|
|
|
|
|
|
"61340450", "Swan\ Hill", |
|
57712
|
|
|
|
|
|
|
"61266994", "Bonalbo", |
|
57713
|
|
|
|
|
|
|
"61888865", "Blyth", |
|
57714
|
|
|
|
|
|
|
"618854503", "Yankalilla", |
|
57715
|
|
|
|
|
|
|
"61248642", "Tarago", |
|
57716
|
|
|
|
|
|
|
"61253202", "Bribbaree", |
|
57717
|
|
|
|
|
|
|
"61747976", "Richmond", |
|
57718
|
|
|
|
|
|
|
"613451346", "Tahara", |
|
57719
|
|
|
|
|
|
|
"6135237", "Apollo\ Bay", |
|
57720
|
|
|
|
|
|
|
"61897472", "Dinninup\ North", |
|
57721
|
|
|
|
|
|
|
"613532324", "Balliang", |
|
57722
|
|
|
|
|
|
|
"61269548", "Gala\ Vale", |
|
57723
|
|
|
|
|
|
|
"618863953", "Sheringa", |
|
57724
|
|
|
|
|
|
|
"6138005", "Werribee", |
|
57725
|
|
|
|
|
|
|
"6138574", "Melbourne", |
|
57726
|
|
|
|
|
|
|
"61742594", "Chillagoe", |
|
57727
|
|
|
|
|
|
|
"61851233", "Port\ Hedland", |
|
57728
|
|
|
|
|
|
|
"61240061", "Karuah", |
|
57729
|
|
|
|
|
|
|
"61899113", "Northern\ Gully", |
|
57730
|
|
|
|
|
|
|
"61358134", "Cobram", |
|
57731
|
|
|
|
|
|
|
"618996968", "Ajana", |
|
57732
|
|
|
|
|
|
|
"61752146", "Jimna", |
|
57733
|
|
|
|
|
|
|
"61895456", "Rockingham", |
|
57734
|
|
|
|
|
|
|
"61890067", "Esperance", |
|
57735
|
|
|
|
|
|
|
"61357147", "Woods\ Point", |
|
57736
|
|
|
|
|
|
|
"61266070", "Lismore", |
|
57737
|
|
|
|
|
|
|
"61384082", "Eltham", |
|
57738
|
|
|
|
|
|
|
"618763406", "Streaky\ Bay", |
|
57739
|
|
|
|
|
|
|
"61259257", "Wagga\ Wagga", |
|
57740
|
|
|
|
|
|
|
"618964951", "Yerecoin", |
|
57741
|
|
|
|
|
|
|
"61341509", "Lindenow", |
|
57742
|
|
|
|
|
|
|
"61257033", "Banoon", |
|
57743
|
|
|
|
|
|
|
"61264183", "Eucumbene", |
|
57744
|
|
|
|
|
|
|
"61897417", "Jangardup", |
|
57745
|
|
|
|
|
|
|
"618866983", "Laura", |
|
57746
|
|
|
|
|
|
|
"617486563", "Oombabeer", |
|
57747
|
|
|
|
|
|
|
"61898451", "Kronkup", |
|
57748
|
|
|
|
|
|
|
"618866385", "Wudinna", |
|
57749
|
|
|
|
|
|
|
"61753351", "Nambour", |
|
57750
|
|
|
|
|
|
|
"61891138", "Mount\ Bruce", |
|
57751
|
|
|
|
|
|
|
"618753203", "Truro", |
|
57752
|
|
|
|
|
|
|
"61289191", "Dural", |
|
57753
|
|
|
|
|
|
|
"61351090", "Lindenow", |
|
57754
|
|
|
|
|
|
|
"61754840", "Upper\ Widgee", |
|
57755
|
|
|
|
|
|
|
"61348243", "Yalca", |
|
57756
|
|
|
|
|
|
|
"617442966", "Long\ Pocket", |
|
57757
|
|
|
|
|
|
|
"61897410", "Donnybrook", |
|
57758
|
|
|
|
|
|
|
"618763476", "Mambray\ Creek", |
|
57759
|
|
|
|
|
|
|
"61868073", "Tambellup", |
|
57760
|
|
|
|
|
|
|
"61259250", "Griffith", |
|
57761
|
|
|
|
|
|
|
"613553623", "Casterton", |
|
57762
|
|
|
|
|
|
|
"61266077", "Mallanganee", |
|
57763
|
|
|
|
|
|
|
"612683757", "Gilgandra", |
|
57764
|
|
|
|
|
|
|
"612532838", "Hill\ End", |
|
57765
|
|
|
|
|
|
|
"61248450", "Bevendale", |
|
57766
|
|
|
|
|
|
|
"61351097", "Maffra", |
|
57767
|
|
|
|
|
|
|
"61754847", "Woolooga", |
|
57768
|
|
|
|
|
|
|
"612592704", "Gunbar", |
|
57769
|
|
|
|
|
|
|
"617442829", "Bowen", |
|
57770
|
|
|
|
|
|
|
"613451455", "Wombelano", |
|
57771
|
|
|
|
|
|
|
"618867748", "Morchard", |
|
57772
|
|
|
|
|
|
|
"6186393", "Herne\ Hill", |
|
57773
|
|
|
|
|
|
|
"61266012", "Bonalbo", |
|
57774
|
|
|
|
|
|
|
"61742292", "Thursday\ Island", |
|
57775
|
|
|
|
|
|
|
"618763513", "Wharminda", |
|
57776
|
|
|
|
|
|
|
"61756109", "Beechmont", |
|
57777
|
|
|
|
|
|
|
"61266681", "Tyringham", |
|
57778
|
|
|
|
|
|
|
"61742781", "Kidston", |
|
57779
|
|
|
|
|
|
|
"61357140", "Whorouly", |
|
57780
|
|
|
|
|
|
|
"6188451", "Adelaide", |
|
57781
|
|
|
|
|
|
|
"613451410", "Bessiebelle", |
|
57782
|
|
|
|
|
|
|
"61745489", "Warwick", |
|
57783
|
|
|
|
|
|
|
"61890060", "Dulyalbin", |
|
57784
|
|
|
|
|
|
|
"61741009", "Bundaberg", |
|
57785
|
|
|
|
|
|
|
"617459896", "St\ George", |
|
57786
|
|
|
|
|
|
|
"6139498", "Melbourne", |
|
57787
|
|
|
|
|
|
|
"61891249", "Karratha", |
|
57788
|
|
|
|
|
|
|
"61353894", "Dimboola", |
|
57789
|
|
|
|
|
|
|
"61875999", "Strathalbyn", |
|
57790
|
|
|
|
|
|
|
"61890604", "Westonia", |
|
57791
|
|
|
|
|
|
|
"617476460", "Clarke", |
|
57792
|
|
|
|
|
|
|
"61341268", "Nowa\ Nowa", |
|
57793
|
|
|
|
|
|
|
"61353778", "Linton", |
|
57794
|
|
|
|
|
|
|
"6135554", "Casterton", |
|
57795
|
|
|
|
|
|
|
"61754185", "Kalbar", |
|
57796
|
|
|
|
|
|
|
"61286621", "Blacktown", |
|
57797
|
|
|
|
|
|
|
"613470624", "Alexandra", |
|
57798
|
|
|
|
|
|
|
"613441694", "Castlemaine", |
|
57799
|
|
|
|
|
|
|
"612593748", "Yaven\ Creek", |
|
57800
|
|
|
|
|
|
|
"61898503", "Narrakine", |
|
57801
|
|
|
|
|
|
|
"618854573", "Waikerie", |
|
57802
|
|
|
|
|
|
|
"61345066", "Coleraine", |
|
57803
|
|
|
|
|
|
|
"61340457", "Wentworth", |
|
57804
|
|
|
|
|
|
|
"617486151", "Finch\ Hatton", |
|
57805
|
|
|
|
|
|
|
"61265084", "Macksville", |
|
57806
|
|
|
|
|
|
|
"61261360", "Burrinjuck", |
|
57807
|
|
|
|
|
|
|
"61240243", "Raymond\ Terrace", |
|
57808
|
|
|
|
|
|
|
"618983450", "Corackerup", |
|
57809
|
|
|
|
|
|
|
"61340324", "Wentworth", |
|
57810
|
|
|
|
|
|
|
"61880110", "Pimpara", |
|
57811
|
|
|
|
|
|
|
"612583781", "Cobar", |
|
57812
|
|
|
|
|
|
|
"61877013", "Wirrega", |
|
57813
|
|
|
|
|
|
|
"61741713", "Nanango", |
|
57814
|
|
|
|
|
|
|
"61885618", "Sedan", |
|
57815
|
|
|
|
|
|
|
"618660116", "Northam", |
|
57816
|
|
|
|
|
|
|
"61743200", "Howard", |
|
57817
|
|
|
|
|
|
|
"61899300", "Coorow\ West", |
|
57818
|
|
|
|
|
|
|
"61348061", "Deniliquin", |
|
57819
|
|
|
|
|
|
|
"612583399", "Bindogundra", |
|
57820
|
|
|
|
|
|
|
"61864900", "Rottnest", |
|
57821
|
|
|
|
|
|
|
"61250134", "Talgarno", |
|
57822
|
|
|
|
|
|
|
"61885941", "Geranium", |
|
57823
|
|
|
|
|
|
|
"61243263", "Wyong", |
|
57824
|
|
|
|
|
|
|
"61899464", "Exmouth", |
|
57825
|
|
|
|
|
|
|
"618661135", "Dukin", |
|
57826
|
|
|
|
|
|
|
"613450577", "Macarthur", |
|
57827
|
|
|
|
|
|
|
"61341187", "Loch\ Sport", |
|
57828
|
|
|
|
|
|
|
"61342301", "Beech\ Forest", |
|
57829
|
|
|
|
|
|
|
"61266753", "Kyogle", |
|
57830
|
|
|
|
|
|
|
"6138809", "Melbourne", |
|
57831
|
|
|
|
|
|
|
"612593935", "Stockinbingal", |
|
57832
|
|
|
|
|
|
|
"61387507", "Kalkallo", |
|
57833
|
|
|
|
|
|
|
"61899055", "Gutha\ West", |
|
57834
|
|
|
|
|
|
|
"61872868", "Woodside", |
|
57835
|
|
|
|
|
|
|
"61749568", "Connors\ Range", |
|
57836
|
|
|
|
|
|
|
"61742653", "Kuranda", |
|
57837
|
|
|
|
|
|
|
"6129144", "Sydney", |
|
57838
|
|
|
|
|
|
|
"61888139", "Minlaton", |
|
57839
|
|
|
|
|
|
|
"61268718", "Banar", |
|
57840
|
|
|
|
|
|
|
"61248605", "Bundanoon", |
|
57841
|
|
|
|
|
|
|
"61352184", "Meredith", |
|
57842
|
|
|
|
|
|
|
"618967803", "Jelkobine", |
|
57843
|
|
|
|
|
|
|
"618993267", "Pindar\ South", |
|
57844
|
|
|
|
|
|
|
"613542760", "Wycheproof", |
|
57845
|
|
|
|
|
|
|
"61356087", "Mirboo\ North", |
|
57846
|
|
|
|
|
|
|
"61355990", "Hamilton", |
|
57847
|
|
|
|
|
|
|
"61899971", "Balla", |
|
57848
|
|
|
|
|
|
|
"61249977", "Wootton", |
|
57849
|
|
|
|
|
|
|
"61261691", "Yass", |
|
57850
|
|
|
|
|
|
|
"61367162", "Blessington", |
|
57851
|
|
|
|
|
|
|
"61364069", "Yambacoona", |
|
57852
|
|
|
|
|
|
|
"6173905", "Brisbane", |
|
57853
|
|
|
|
|
|
|
"613470167", "Tatong", |
|
57854
|
|
|
|
|
|
|
"61259386", "Wallendbeen", |
|
57855
|
|
|
|
|
|
|
"612530232", "Frogmore", |
|
57856
|
|
|
|
|
|
|
"61745826", "Morven", |
|
57857
|
|
|
|
|
|
|
"61898853", "Tarwonga", |
|
57858
|
|
|
|
|
|
|
"618903612", "Salmon\ Gums", |
|
57859
|
|
|
|
|
|
|
"61890491", "Southern\ Cross", |
|
57860
|
|
|
|
|
|
|
"618854892", "Murray\ Bridge", |
|
57861
|
|
|
|
|
|
|
"612570049", "Bendemeer", |
|
57862
|
|
|
|
|
|
|
"617451759", "Clifton", |
|
57863
|
|
|
|
|
|
|
"6174931", "Rockhampton", |
|
57864
|
|
|
|
|
|
|
"618996723", "Eneabba\ South", |
|
57865
|
|
|
|
|
|
|
"61741052", "Gaeta", |
|
57866
|
|
|
|
|
|
|
"61746123", "Clifton", |
|
57867
|
|
|
|
|
|
|
"61355074", "Edenhope", |
|
57868
|
|
|
|
|
|
|
"617452591", "Jondaryan", |
|
57869
|
|
|
|
|
|
|
"61356434", "Mirboo\ North", |
|
57870
|
|
|
|
|
|
|
"61355331", "Chetwynd", |
|
57871
|
|
|
|
|
|
|
"61362548", "Baden", |
|
57872
|
|
|
|
|
|
|
"61895127", "Lake\ Clifton", |
|
57873
|
|
|
|
|
|
|
"613531822", "Learmonth", |
|
57874
|
|
|
|
|
|
|
"61257218", "Tingha", |
|
57875
|
|
|
|
|
|
|
"613546075", "Trentham", |
|
57876
|
|
|
|
|
|
|
"61344363", "Bendigo", |
|
57877
|
|
|
|
|
|
|
"612532826", "Dunedoo", |
|
57878
|
|
|
|
|
|
|
"61887191", "Rendelsham", |
|
57879
|
|
|
|
|
|
|
"61263788", "Laheys\ Creek", |
|
57880
|
|
|
|
|
|
|
"61744095", "Bowen", |
|
57881
|
|
|
|
|
|
|
"61756152", "Tweed\ Heads", |
|
57882
|
|
|
|
|
|
|
"61899458", "Leeman", |
|
57883
|
|
|
|
|
|
|
"61359290", "Warburton", |
|
57884
|
|
|
|
|
|
|
"618903306", "Corrigin", |
|
57885
|
|
|
|
|
|
|
"61341254", "Woodside", |
|
57886
|
|
|
|
|
|
|
"61358336", "Undera", |
|
57887
|
|
|
|
|
|
|
"618996839", "Mingenew", |
|
57888
|
|
|
|
|
|
|
"61357700", "Alexandra", |
|
57889
|
|
|
|
|
|
|
"61896151", "Moora", |
|
57890
|
|
|
|
|
|
|
"61260207", "Albury", |
|
57891
|
|
|
|
|
|
|
"61877149", "Monkoora", |
|
57892
|
|
|
|
|
|
|
"61868585", "Narrakine", |
|
57893
|
|
|
|
|
|
|
"61268541", "Weetaliba", |
|
57894
|
|
|
|
|
|
|
"61851018", "Ord", |
|
57895
|
|
|
|
|
|
|
"61248126", "Gundillion", |
|
57896
|
|
|
|
|
|
|
"61898276", "Magitup", |
|
57897
|
|
|
|
|
|
|
"617459412", "Cecil\ Plains", |
|
57898
|
|
|
|
|
|
|
"613441913", "Laen", |
|
57899
|
|
|
|
|
|
|
"61886786", "Leigh\ Creek\ South", |
|
57900
|
|
|
|
|
|
|
"61741347", "Yandaran", |
|
57901
|
|
|
|
|
|
|
"612574711", "Mungindi", |
|
57902
|
|
|
|
|
|
|
"61350046", "Boundary\ Bend", |
|
57903
|
|
|
|
|
|
|
"61897166", "Brunswick\ Junction", |
|
57904
|
|
|
|
|
|
|
"618753314", "Yumali", |
|
57905
|
|
|
|
|
|
|
"61354377", "Dingee", |
|
57906
|
|
|
|
|
|
|
"61259279", "Barmedman", |
|
57907
|
|
|
|
|
|
|
"61340615", "Pan\ Ban", |
|
57908
|
|
|
|
|
|
|
"613442086", "St\ Arnaud", |
|
57909
|
|
|
|
|
|
|
"61875054", "Goolwa", |
|
57910
|
|
|
|
|
|
|
"61887933", "Tantanoola", |
|
57911
|
|
|
|
|
|
|
"61268673", "Dubbo", |
|
57912
|
|
|
|
|
|
|
"617750419", "Yelarbon", |
|
57913
|
|
|
|
|
|
|
"618762635", "Wandearah\ East", |
|
57914
|
|
|
|
|
|
|
"61340318", "Tempy", |
|
57915
|
|
|
|
|
|
|
"61354312", "Raywood", |
|
57916
|
|
|
|
|
|
|
"61353066", "Rainbow", |
|
57917
|
|
|
|
|
|
|
"61896262", "York", |
|
57918
|
|
|
|
|
|
|
"6186290", "Armadale", |
|
57919
|
|
|
|
|
|
|
"617476397", "Bowen", |
|
57920
|
|
|
|
|
|
|
"61754875", "Upper\ Widgee", |
|
57921
|
|
|
|
|
|
|
"61866612", "Northam", |
|
57922
|
|
|
|
|
|
|
"618763756", "Wudinna", |
|
57923
|
|
|
|
|
|
|
"61392166", "Sunbury", |
|
57924
|
|
|
|
|
|
|
"61866081", "Jurien", |
|
57925
|
|
|
|
|
|
|
"61266045", "Dyraaba", |
|
57926
|
|
|
|
|
|
|
"61748168", "Rockhampton", |
|
57927
|
|
|
|
|
|
|
"61357717", "Wangaratta", |
|
57928
|
|
|
|
|
|
|
"61889125", "Nhulunbuy", |
|
57929
|
|
|
|
|
|
|
"61257569", "Tenterfield", |
|
57930
|
|
|
|
|
|
|
"61344160", "Woodend", |
|
57931
|
|
|
|
|
|
|
"61747093", "Gununa", |
|
57932
|
|
|
|
|
|
|
"61753489", "Nambour", |
|
57933
|
|
|
|
|
|
|
"61898389", "Ravensthorpe\ West", |
|
57934
|
|
|
|
|
|
|
"6186181", "Perth", |
|
57935
|
|
|
|
|
|
|
"61887016", "Conmurra", |
|
57936
|
|
|
|
|
|
|
"61269141", "Ivanhoe", |
|
57937
|
|
|
|
|
|
|
"61897980", "Wilga", |
|
57938
|
|
|
|
|
|
|
"61387510", "Whittlesea", |
|
57939
|
|
|
|
|
|
|
"61392649", "Clayton", |
|
57940
|
|
|
|
|
|
|
"61364998", "Burnie", |
|
57941
|
|
|
|
|
|
|
"61363154", "Fingal", |
|
57942
|
|
|
|
|
|
|
"617750201", "Taroom", |
|
57943
|
|
|
|
|
|
|
"61889606", "Davenport", |
|
57944
|
|
|
|
|
|
|
"61886021", "Ceduna", |
|
57945
|
|
|
|
|
|
|
"61742230", "Innisfail", |
|
57946
|
|
|
|
|
|
|
"618753386", "Blanchetown", |
|
57947
|
|
|
|
|
|
|
"61891531", "Mount\ Bruce", |
|
57948
|
|
|
|
|
|
|
"612583297", "Stuart\ Town", |
|
57949
|
|
|
|
|
|
|
"61885057", "Goolwa", |
|
57950
|
|
|
|
|
|
|
"618683119", "Williams", |
|
57951
|
|
|
|
|
|
|
"618983770", "Lumeah", |
|
57952
|
|
|
|
|
|
|
"617486917", "Clermont", |
|
57953
|
|
|
|
|
|
|
"617473821", "Boulia", |
|
57954
|
|
|
|
|
|
|
"613442014", "Murrabit", |
|
57955
|
|
|
|
|
|
|
"61897649", "Bridgetown", |
|
57956
|
|
|
|
|
|
|
"613553605", "Terang", |
|
57957
|
|
|
|
|
|
|
"618967772", "Brookton", |
|
57958
|
|
|
|
|
|
|
"613572440", "Bonnie\ Doon", |
|
57959
|
|
|
|
|
|
|
"6188865", "Snowtown", |
|
57960
|
|
|
|
|
|
|
"61269701", "West\ Wyalong", |
|
57961
|
|
|
|
|
|
|
"612532890", "Euchareena", |
|
57962
|
|
|
|
|
|
|
"617451479", "Allora", |
|
57963
|
|
|
|
|
|
|
"61267291", "Warialda", |
|
57964
|
|
|
|
|
|
|
"612582456", "Boona\ Mountain", |
|
57965
|
|
|
|
|
|
|
"61253212", "Harden", |
|
57966
|
|
|
|
|
|
|
"61868298", "Woogenilup", |
|
57967
|
|
|
|
|
|
|
"61267782", "Marple", |
|
57968
|
|
|
|
|
|
|
"61742026", "Peninsula", |
|
57969
|
|
|
|
|
|
|
"61899372", "Kalbarri", |
|
57970
|
|
|
|
|
|
|
"61864972", "Herne\ Hill", |
|
57971
|
|
|
|
|
|
|
"61347027", "Jamieson", |
|
57972
|
|
|
|
|
|
|
"61748154", "Mount\ Gardiner", |
|
57973
|
|
|
|
|
|
|
"61257224", "Moona\ Plains", |
|
57974
|
|
|
|
|
|
|
"61743272", "Kingaroy", |
|
57975
|
|
|
|
|
|
|
"61264387", "Cathcart", |
|
57976
|
|
|
|
|
|
|
"613553980", "Warrnambool", |
|
57977
|
|
|
|
|
|
|
"61359232", "Tankerton", |
|
57978
|
|
|
|
|
|
|
"613542511", "Charlton", |
|
57979
|
|
|
|
|
|
|
"61899317", "Yuna\ East", |
|
57980
|
|
|
|
|
|
|
"61864917", "Rottnest", |
|
57981
|
|
|
|
|
|
|
"61253121", "Ooma", |
|
57982
|
|
|
|
|
|
|
"617459074", "Wallumbilla", |
|
57983
|
|
|
|
|
|
|
"61851024", "Telfer", |
|
57984
|
|
|
|
|
|
|
"61728012", "Beenleigh", |
|
57985
|
|
|
|
|
|
|
"61256369", "Nimbin", |
|
57986
|
|
|
|
|
|
|
"61253277", "Young", |
|
57987
|
|
|
|
|
|
|
"61891761", "Marble\ Bar", |
|
57988
|
|
|
|
|
|
|
"61260923", "Albury", |
|
57989
|
|
|
|
|
|
|
"61357343", "Kilmore", |
|
57990
|
|
|
|
|
|
|
"61263194", "Quandialla", |
|
57991
|
|
|
|
|
|
|
"61880107", "Broken\ Hill", |
|
57992
|
|
|
|
|
|
|
"61747520", "Charters\ Towers", |
|
57993
|
|
|
|
|
|
|
"61887663", "Lucindale", |
|
57994
|
|
|
|
|
|
|
"61875068", "Hamley\ Bridge", |
|
57995
|
|
|
|
|
|
|
"61264634", "Ando", |
|
57996
|
|
|
|
|
|
|
"61343074", "Serviceton", |
|
57997
|
|
|
|
|
|
|
"61743217", "Moonford", |
|
57998
|
|
|
|
|
|
|
"61861091", "Perth", |
|
57999
|
|
|
|
|
|
|
"613451073", "Nirranda", |
|
58000
|
|
|
|
|
|
|
"61353613", "Stawell", |
|
58001
|
|
|
|
|
|
|
"61261163", "Cavan", |
|
58002
|
|
|
|
|
|
|
"61267840", "Copeton\ Dam", |
|
58003
|
|
|
|
|
|
|
"61741375", "Tansey", |
|
58004
|
|
|
|
|
|
|
"61268239", "Gilgooma", |
|
58005
|
|
|
|
|
|
|
"617452701", "Elbow\ Valley", |
|
58006
|
|
|
|
|
|
|
"61264471", "Jindabyne\ South", |
|
58007
|
|
|
|
|
|
|
"61258282", "Kiacatoo", |
|
58008
|
|
|
|
|
|
|
"61897407", "Collie", |
|
58009
|
|
|
|
|
|
|
"61341519", "Orbost", |
|
58010
|
|
|
|
|
|
|
"61268724", "Bourke", |
|
58011
|
|
|
|
|
|
|
"61259633", "Coolamon", |
|
58012
|
|
|
|
|
|
|
"61889769", "Pine\ Creek", |
|
58013
|
|
|
|
|
|
|
"61740396", "Aurukun", |
|
58014
|
|
|
|
|
|
|
"61885773", "Geranium", |
|
58015
|
|
|
|
|
|
|
"61741678", "Moonford", |
|
58016
|
|
|
|
|
|
|
"61899103", "Nabawa", |
|
58017
|
|
|
|
|
|
|
"61748287", "Mount\ Larcom", |
|
58018
|
|
|
|
|
|
|
"618967825", "Quairading", |
|
58019
|
|
|
|
|
|
|
"61363168", "Evandale", |
|
58020
|
|
|
|
|
|
|
"61734097", "Dunwich", |
|
58021
|
|
|
|
|
|
|
"61364533", "Gordon", |
|
58022
|
|
|
|
|
|
|
"61741019", "Bunker", |
|
58023
|
|
|
|
|
|
|
"6188450", "Adelaide", |
|
58024
|
|
|
|
|
|
|
"61734090", "Kooringal", |
|
58025
|
|
|
|
|
|
|
"61251079", "Binalong", |
|
58026
|
|
|
|
|
|
|
"61756119", "Kerry", |
|
58027
|
|
|
|
|
|
|
"61354883", "Beazleys\ Bridge", |
|
58028
|
|
|
|
|
|
|
"61749161", "Springsure", |
|
58029
|
|
|
|
|
|
|
"6138742", "Werribee", |
|
58030
|
|
|
|
|
|
|
"61266002", "Coffs\ Harbour", |
|
58031
|
|
|
|
|
|
|
"617485903", "Wagoora", |
|
58032
|
|
|
|
|
|
|
"612574748", "Aberfoyle", |
|
58033
|
|
|
|
|
|
|
"61748280", "Gayfield", |
|
58034
|
|
|
|
|
|
|
"61352279", "Lara", |
|
58035
|
|
|
|
|
|
|
"61240432", "Raymond\ Terrace", |
|
58036
|
|
|
|
|
|
|
"6188242", "Adelaide", |
|
58037
|
|
|
|
|
|
|
"61775142", "Ravensbourne", |
|
58038
|
|
|
|
|
|
|
"61238064", "Crookwell", |
|
58039
|
|
|
|
|
|
|
"61267847", "Inverell", |
|
58040
|
|
|
|
|
|
|
"61746468", "Paroo", |
|
58041
|
|
|
|
|
|
|
"618660084", "Burakin", |
|
58042
|
|
|
|
|
|
|
"617442832", "Burketown", |
|
58043
|
|
|
|
|
|
|
"61897400", "Nyamup", |
|
58044
|
|
|
|
|
|
|
"61734974", "Brisbane", |
|
58045
|
|
|
|
|
|
|
"612583627", "Mungery", |
|
58046
|
|
|
|
|
|
|
"617459004", "Eschol", |
|
58047
|
|
|
|
|
|
|
"61899310", "Yuna\ East", |
|
58048
|
|
|
|
|
|
|
"61887598", "Lucindale", |
|
58049
|
|
|
|
|
|
|
"61864910", "Kalamunda", |
|
58050
|
|
|
|
|
|
|
"613451003", "Harrow", |
|
58051
|
|
|
|
|
|
|
"61743210", "Kumbia", |
|
58052
|
|
|
|
|
|
|
"613546023", "Redesdale", |
|
58053
|
|
|
|
|
|
|
"61877003", "Cannawigara", |
|
58054
|
|
|
|
|
|
|
"61741703", "Mount\ Perry", |
|
58055
|
|
|
|
|
|
|
"61885608", "Robertstown", |
|
58056
|
|
|
|
|
|
|
"613946", "Melbourne", |
|
58057
|
|
|
|
|
|
|
"61880100", "Dolo", |
|
58058
|
|
|
|
|
|
|
"61747527", "Halifax", |
|
58059
|
|
|
|
|
|
|
"61350791", "Berriwillock", |
|
58060
|
|
|
|
|
|
|
"61385806", "Melbourne", |
|
58061
|
|
|
|
|
|
|
"61347020", "Creightons\ Creek", |
|
58062
|
|
|
|
|
|
|
"61743574", "Bundaberg", |
|
58063
|
|
|
|
|
|
|
"61898513", "Mount\ Barker", |
|
58064
|
|
|
|
|
|
|
"618600851", "Warralakin", |
|
58065
|
|
|
|
|
|
|
"61352963", "Beech\ Forest", |
|
58066
|
|
|
|
|
|
|
"61359534", "Cranbourne", |
|
58067
|
|
|
|
|
|
|
"61350282", "Werrimull", |
|
58068
|
|
|
|
|
|
|
"61885305", "Tanunda", |
|
58069
|
|
|
|
|
|
|
"618903283", "Bruce\ Rock", |
|
58070
|
|
|
|
|
|
|
"61264380", "Bendoc", |
|
58071
|
|
|
|
|
|
|
"613442246", "Traynors\ Lagoon", |
|
58072
|
|
|
|
|
|
|
"61867141", "Marybrook", |
|
58073
|
|
|
|
|
|
|
"61267185", "Bellata", |
|
58074
|
|
|
|
|
|
|
"61268148", "Dubbo", |
|
58075
|
|
|
|
|
|
|
"61746065", "Elbow\ Valley", |
|
58076
|
|
|
|
|
|
|
"61896558", "Wannamal", |
|
58077
|
|
|
|
|
|
|
"61890614", "Belka\ East", |
|
58078
|
|
|
|
|
|
|
"612570149", "Drake", |
|
58079
|
|
|
|
|
|
|
"61263396", "Oberon", |
|
58080
|
|
|
|
|
|
|
"6174930", "Rockhampton", |
|
58081
|
|
|
|
|
|
|
"61351032", "Buchan", |
|
58082
|
|
|
|
|
|
|
"61248318", "Yerrinbool", |
|
58083
|
|
|
|
|
|
|
"61885050", "Gawler", |
|
58084
|
|
|
|
|
|
|
"61746454", "Maranoa", |
|
58085
|
|
|
|
|
|
|
"61255041", "Telegraph\ Point", |
|
58086
|
|
|
|
|
|
|
"61745351", "Yelarbon", |
|
58087
|
|
|
|
|
|
|
"61238058", "Binda", |
|
58088
|
|
|
|
|
|
|
"61741143", "Tansey", |
|
58089
|
|
|
|
|
|
|
"61256322", "Bellingen", |
|
58090
|
|
|
|
|
|
|
"61756043", "Jimboomba", |
|
58091
|
|
|
|
|
|
|
"612530229", "Tyagong", |
|
58092
|
|
|
|
|
|
|
"61265492", "Muswellbrook", |
|
58093
|
|
|
|
|
|
|
"618967702", "Trayning", |
|
58094
|
|
|
|
|
|
|
"61896808", "Jelkobine", |
|
58095
|
|
|
|
|
|
|
"61247803", "Lawson", |
|
58096
|
|
|
|
|
|
|
"61748356", "Dingo", |
|
58097
|
|
|
|
|
|
|
"61895323", "Guilderton", |
|
58098
|
|
|
|
|
|
|
"61258046", "Dubbo", |
|
58099
|
|
|
|
|
|
|
"612583164", "Eugowra", |
|
58100
|
|
|
|
|
|
|
"618763967", "Kapinnie", |
|
58101
|
|
|
|
|
|
|
"61344167", "Donald", |
|
58102
|
|
|
|
|
|
|
"617480257", "Hodgson\ Range", |
|
58103
|
|
|
|
|
|
|
"61340479", "Murrayville", |
|
58104
|
|
|
|
|
|
|
"61879066", "Noonamah", |
|
58105
|
|
|
|
|
|
|
"61742237", "Mareeba", |
|
58106
|
|
|
|
|
|
|
"61342311", "Meredith", |
|
58107
|
|
|
|
|
|
|
"61897987", "Donnybrook", |
|
58108
|
|
|
|
|
|
|
"618854793", "Milang", |
|
58109
|
|
|
|
|
|
|
"618661035", "Brookton", |
|
58110
|
|
|
|
|
|
|
"612574935", "Graman", |
|
58111
|
|
|
|
|
|
|
"61264256", "Tathra", |
|
58112
|
|
|
|
|
|
|
"61364763", "Stanley", |
|
58113
|
|
|
|
|
|
|
"618859944", "Peebinga", |
|
58114
|
|
|
|
|
|
|
"618660761", "Ejanding", |
|
58115
|
|
|
|
|
|
|
"61851008", "Hall\'s\ Creek", |
|
58116
|
|
|
|
|
|
|
"613531723", "Moyston", |
|
58117
|
|
|
|
|
|
|
"61740194", "Coen", |
|
58118
|
|
|
|
|
|
|
"618854525", "Lowbank", |
|
58119
|
|
|
|
|
|
|
"6125335", "Orange", |
|
58120
|
|
|
|
|
|
|
"61357175", "Euroa", |
|
58121
|
|
|
|
|
|
|
"61266059", "Casino", |
|
58122
|
|
|
|
|
|
|
"61354370", "Wedderburn", |
|
58123
|
|
|
|
|
|
|
"61257208", "Graman", |
|
58124
|
|
|
|
|
|
|
"617480233", "Emerald", |
|
58125
|
|
|
|
|
|
|
"6188485", "Mount\ Barker", |
|
58126
|
|
|
|
|
|
|
"61893951", "Herne\ Hill", |
|
58127
|
|
|
|
|
|
|
"61341383", "Orbost", |
|
58128
|
|
|
|
|
|
|
"61749814", "Springsure", |
|
58129
|
|
|
|
|
|
|
"61753566", "Pomona", |
|
58130
|
|
|
|
|
|
|
"61256644", "Wiangaree", |
|
58131
|
|
|
|
|
|
|
"618682202", "Walyurin", |
|
58132
|
|
|
|
|
|
|
"61259345", "Talbingo", |
|
58133
|
|
|
|
|
|
|
"618781330", "Auburn", |
|
58134
|
|
|
|
|
|
|
"61749055", "Emerald", |
|
58135
|
|
|
|
|
|
|
"61248730", "Tuena", |
|
58136
|
|
|
|
|
|
|
"61899568", "Geraldton", |
|
58137
|
|
|
|
|
|
|
"61355083", "Harrow", |
|
58138
|
|
|
|
|
|
|
"61351403", "Seaspray", |
|
58139
|
|
|
|
|
|
|
"618862916", "Coulta", |
|
58140
|
|
|
|
|
|
|
"61879397", "Petermann", |
|
58141
|
|
|
|
|
|
|
"613451162", "Chetwynd", |
|
58142
|
|
|
|
|
|
|
"6129998", "Terrey\ Hills", |
|
58143
|
|
|
|
|
|
|
"61264376", "Ando", |
|
58144
|
|
|
|
|
|
|
"61898821", "Narrogin", |
|
58145
|
|
|
|
|
|
|
"618600795", "Baandee", |
|
58146
|
|
|
|
|
|
|
"612532935", "Yetholme", |
|
58147
|
|
|
|
|
|
|
"61260047", "Little\ Billabong", |
|
58148
|
|
|
|
|
|
|
"61263893", "Young", |
|
58149
|
|
|
|
|
|
|
"61260352", "Corowa", |
|
58150
|
|
|
|
|
|
|
"61353931", "Serviceton", |
|
58151
|
|
|
|
|
|
|
"618683639", "Mount\ Madden", |
|
58152
|
|
|
|
|
|
|
"613553921", "Portland", |
|
58153
|
|
|
|
|
|
|
"618996749", "Pindar\ South", |
|
58154
|
|
|
|
|
|
|
"61754706", "Nambour", |
|
58155
|
|
|
|
|
|
|
"61742621", "Mount\ Surprise", |
|
58156
|
|
|
|
|
|
|
"612594116", "Hay", |
|
58157
|
|
|
|
|
|
|
"618865931", "Nunjikompita", |
|
58158
|
|
|
|
|
|
|
"61263067", "Dunedoo", |
|
58159
|
|
|
|
|
|
|
"61352302", "Swan\ Marsh", |
|
58160
|
|
|
|
|
|
|
"61748853", "Willows", |
|
58161
|
|
|
|
|
|
|
"61899804", "Geraldton", |
|
58162
|
|
|
|
|
|
|
"61255211", "Widden\ Valley", |
|
58163
|
|
|
|
|
|
|
"618753428", "Policemans\ Point", |
|
58164
|
|
|
|
|
|
|
"617452514", "Cambooya", |
|
58165
|
|
|
|
|
|
|
"612593826", "Ungarie", |
|
58166
|
|
|
|
|
|
|
"61238190", "Barrallier", |
|
58167
|
|
|
|
|
|
|
"61891052", "Mitchell", |
|
58168
|
|
|
|
|
|
|
"61896123", "Jurien", |
|
58169
|
|
|
|
|
|
|
"61247128", "Lawson", |
|
58170
|
|
|
|
|
|
|
"61885198", "Tailem\ Bend", |
|
58171
|
|
|
|
|
|
|
"61250029", "Albury", |
|
58172
|
|
|
|
|
|
|
"618982500", "Walpole", |
|
58173
|
|
|
|
|
|
|
"612594184", "Bunda", |
|
58174
|
|
|
|
|
|
|
"61749458", "Dingo\ Beach", |
|
58175
|
|
|
|
|
|
|
"61745127", "Jondaryan", |
|
58176
|
|
|
|
|
|
|
"61352173", "Beech\ Forest", |
|
58177
|
|
|
|
|
|
|
"618965608", "Ballidu", |
|
58178
|
|
|
|
|
|
|
"6139893", "Ringwood", |
|
58179
|
|
|
|
|
|
|
"61756213", "Southport", |
|
58180
|
|
|
|
|
|
|
"61357338", "Woods\ Point", |
|
58181
|
|
|
|
|
|
|
"612970", "Sydney", |
|
58182
|
|
|
|
|
|
|
"61253005", "Wollar", |
|
58183
|
|
|
|
|
|
|
"61866130", "Coomallo", |
|
58184
|
|
|
|
|
|
|
"617486572", "St\ Lawrence", |
|
58185
|
|
|
|
|
|
|
"61255122", "Castle\ Rock", |
|
58186
|
|
|
|
|
|
|
"613431812", "Willaura", |
|
58187
|
|
|
|
|
|
|
"618862984", "Cowell", |
|
58188
|
|
|
|
|
|
|
"61258216", "Condobolin", |
|
58189
|
|
|
|
|
|
|
"61265585", "Rawdon\ Vale", |
|
58190
|
|
|
|
|
|
|
"6139240", "Melbourne", |
|
58191
|
|
|
|
|
|
|
"61357635", "Cheshunt", |
|
58192
|
|
|
|
|
|
|
"61891347", "Mitchell", |
|
58193
|
|
|
|
|
|
|
"617441892", "Georgina", |
|
58194
|
|
|
|
|
|
|
"61748276", "Benaraby", |
|
58195
|
|
|
|
|
|
|
"61889394", "Tiwi", |
|
58196
|
|
|
|
|
|
|
"61340567", "Nangiloc", |
|
58197
|
|
|
|
|
|
|
"61354386", "Watchem", |
|
58198
|
|
|
|
|
|
|
"617486893", "Bauhinia", |
|
58199
|
|
|
|
|
|
|
"61747410", "Hughenden", |
|
58200
|
|
|
|
|
|
|
"612583796", "Farrendale", |
|
58201
|
|
|
|
|
|
|
"618753436", "Tailem\ Bend", |
|
58202
|
|
|
|
|
|
|
"61754669", "Laidley", |
|
58203
|
|
|
|
|
|
|
"61265073", "Kempsey", |
|
58204
|
|
|
|
|
|
|
"61867022", "Myalup", |
|
58205
|
|
|
|
|
|
|
"61886105", "Kapinnie", |
|
58206
|
|
|
|
|
|
|
"61253350", "Hampton", |
|
58207
|
|
|
|
|
|
|
"61743040", "Farnsfield", |
|
58208
|
|
|
|
|
|
|
"61752291", "Jimna", |
|
58209
|
|
|
|
|
|
|
"61269069", "Talbingo", |
|
58210
|
|
|
|
|
|
|
"612593838", "Yaven\ Creek", |
|
58211
|
|
|
|
|
|
|
"61899554", "Lynton", |
|
58212
|
|
|
|
|
|
|
"61350641", "Nandaly", |
|
58213
|
|
|
|
|
|
|
"61362022", "Colebrook", |
|
58214
|
|
|
|
|
|
|
"61240003", "Cessnock", |
|
58215
|
|
|
|
|
|
|
"61888024", "Braemer", |
|
58216
|
|
|
|
|
|
|
"61891009", "Christmas\ Island", |
|
58217
|
|
|
|
|
|
|
"6187227", "Woodside", |
|
58218
|
|
|
|
|
|
|
"617441416", "Millaroo", |
|
58219
|
|
|
|
|
|
|
"61740060", "Peninsula", |
|
58220
|
|
|
|
|
|
|
"61895489", "Yanchep", |
|
58221
|
|
|
|
|
|
|
"61352359", "Beech\ Forest", |
|
58222
|
|
|
|
|
|
|
"61868084", "Lake\ Oconnor", |
|
58223
|
|
|
|
|
|
|
"6138322", "Sydenham", |
|
58224
|
|
|
|
|
|
|
"61876056", "Minnipa", |
|
58225
|
|
|
|
|
|
|
"61740604", "Edward\ River", |
|
58226
|
|
|
|
|
|
|
"61358062", "Logie\ Brae", |
|
58227
|
|
|
|
|
|
|
"61248560", "Yerrinbool", |
|
58228
|
|
|
|
|
|
|
"61734158", "Russell\ Island", |
|
58229
|
|
|
|
|
|
|
"618986151", "Kulin", |
|
58230
|
|
|
|
|
|
|
"613531987", "Jeparit", |
|
58231
|
|
|
|
|
|
|
"617459881", "Morven", |
|
58232
|
|
|
|
|
|
|
"61357965", "Tatong", |
|
58233
|
|
|
|
|
|
|
"617473880", "Georgina", |
|
58234
|
|
|
|
|
|
|
"61260309", "Oaklands", |
|
58235
|
|
|
|
|
|
|
"61878027", "South\ Hummocks", |
|
58236
|
|
|
|
|
|
|
"613574656", "Cheshunt", |
|
58237
|
|
|
|
|
|
|
"61748503", "Gladstone", |
|
58238
|
|
|
|
|
|
|
"613431150", "Ararat", |
|
58239
|
|
|
|
|
|
|
"61887948", "Taratap", |
|
58240
|
|
|
|
|
|
|
"61888985", "Curramulka", |
|
58241
|
|
|
|
|
|
|
"61891713", "Mitchell", |
|
58242
|
|
|
|
|
|
|
"61341429", "Lindenow", |
|
58243
|
|
|
|
|
|
|
"61887082", "Naracoorte", |
|
58244
|
|
|
|
|
|
|
"617442843", "Flinders", |
|
58245
|
|
|
|
|
|
|
"61240719", "Eccleston", |
|
58246
|
|
|
|
|
|
|
"61887611", "Kingston\ Se", |
|
58247
|
|
|
|
|
|
|
"6174786", "Bowen", |
|
58248
|
|
|
|
|
|
|
"61886626", "Georgetown", |
|
58249
|
|
|
|
|
|
|
"61754146", "Woolooga", |
|
58250
|
|
|
|
|
|
|
"612583824", "Neilrex", |
|
58251
|
|
|
|
|
|
|
"61748978", "Rockhampton", |
|
58252
|
|
|
|
|
|
|
"612570105", "Careunga", |
|
58253
|
|
|
|
|
|
|
"613542667", "St\ Arnaud", |
|
58254
|
|
|
|
|
|
|
"61874854", "Salisbury", |
|
58255
|
|
|
|
|
|
|
"61352345", "Geelong", |
|
58256
|
|
|
|
|
|
|
"6129731", "Liverpool", |
|
58257
|
|
|
|
|
|
|
"617476474", "Collinsville", |
|
58258
|
|
|
|
|
|
|
"6139298", "Ringwood", |
|
58259
|
|
|
|
|
|
|
"6138751", "Dandenong", |
|
58260
|
|
|
|
|
|
|
"61245015", "Wisemans\ Ferry", |
|
58261
|
|
|
|
|
|
|
"61257381", "Moona\ Plains", |
|
58262
|
|
|
|
|
|
|
"617750393", "Stanthorpe", |
|
58263
|
|
|
|
|
|
|
"61284151", "Dural", |
|
58264
|
|
|
|
|
|
|
"61741844", "Brooweena", |
|
58265
|
|
|
|
|
|
|
"61248567", "Breadalbane", |
|
58266
|
|
|
|
|
|
|
"61264174", "Bobundara", |
|
58267
|
|
|
|
|
|
|
"612574483", "Ben\ Lomond", |
|
58268
|
|
|
|
|
|
|
"61259302", "Junee", |
|
58269
|
|
|
|
|
|
|
"61352911", "Anglesea", |
|
58270
|
|
|
|
|
|
|
"61898561", "Perillup", |
|
58271
|
|
|
|
|
|
|
"61255646", "Murrurundi", |
|
58272
|
|
|
|
|
|
|
"61895952", "Mandurah", |
|
58273
|
|
|
|
|
|
|
"61247104", "Katoomba", |
|
58274
|
|
|
|
|
|
|
"61878020", "Moonta", |
|
58275
|
|
|
|
|
|
|
"61731798", "Bribie\ Island", |
|
58276
|
|
|
|
|
|
|
"61890788", "Mount\ Beaumont", |
|
58277
|
|
|
|
|
|
|
"618683361", "Holland\ Rocks", |
|
58278
|
|
|
|
|
|
|
"61359399", "Warburton", |
|
58279
|
|
|
|
|
|
|
"613545992", "Tullakool", |
|
58280
|
|
|
|
|
|
|
"612530183", "Glen\ Davis", |
|
58281
|
|
|
|
|
|
|
"618660871", "Miling", |
|
58282
|
|
|
|
|
|
|
"61255169", "Bunnan", |
|
58283
|
|
|
|
|
|
|
"6126021", "Albury", |
|
58284
|
|
|
|
|
|
|
"61747472", "Mount\ Isa", |
|
58285
|
|
|
|
|
|
|
"61253042", "Gingkin", |
|
58286
|
|
|
|
|
|
|
"61259173", "Stockinbingal", |
|
58287
|
|
|
|
|
|
|
"61351801", "Dargo", |
|
58288
|
|
|
|
|
|
|
"61740067", "Innot\ Hot\ Springs", |
|
58289
|
|
|
|
|
|
|
"61899252", "Warradarge", |
|
58290
|
|
|
|
|
|
|
"61745456", "Jimbour", |
|
58291
|
|
|
|
|
|
|
"61753323", "Cooroy", |
|
58292
|
|
|
|
|
|
|
"617476583", "Millaroo", |
|
58293
|
|
|
|
|
|
|
"61263491", "Grenfell", |
|
58294
|
|
|
|
|
|
|
"61749113", "Rockhampton", |
|
58295
|
|
|
|
|
|
|
"61756038", "Ormeau", |
|
58296
|
|
|
|
|
|
|
"61880816", "Tepco", |
|
58297
|
|
|
|
|
|
|
"61342416", "Geelong", |
|
58298
|
|
|
|
|
|
|
"613572434", "Alexandra", |
|
58299
|
|
|
|
|
|
|
"61747417", "Walker", |
|
58300
|
|
|
|
|
|
|
"61755478", "Jimboomba", |
|
58301
|
|
|
|
|
|
|
"612574574", "Burren\ Junction", |
|
58302
|
|
|
|
|
|
|
"61886702", "Indian\ Pacific", |
|
58303
|
|
|
|
|
|
|
"6129940", "Terrey\ Hills", |
|
58304
|
|
|
|
|
|
|
"61268392", "Brewarrina", |
|
58305
|
|
|
|
|
|
|
"618865013", "Gairdner", |
|
58306
|
|
|
|
|
|
|
"617485828", "Bingegang", |
|
58307
|
|
|
|
|
|
|
"618753058", "Waikerie", |
|
58308
|
|
|
|
|
|
|
"61752185", "Nambour", |
|
58309
|
|
|
|
|
|
|
"61340560", "Kyalite", |
|
58310
|
|
|
|
|
|
|
"61244068", "Bawley\ Point", |
|
58311
|
|
|
|
|
|
|
"617458696", "Westmar", |
|
58312
|
|
|
|
|
|
|
"61250062", "Corryong", |
|
58313
|
|
|
|
|
|
|
"61743047", "Monogorilby", |
|
58314
|
|
|
|
|
|
|
"61748451", "Biloela", |
|
58315
|
|
|
|
|
|
|
"61868430", "Narrogin", |
|
58316
|
|
|
|
|
|
|
"61741138", "Tandora", |
|
58317
|
|
|
|
|
|
|
"618601127", "Condingup", |
|
58318
|
|
|
|
|
|
|
"61388032", "Melbourne", |
|
58319
|
|
|
|
|
|
|
"61268133", "Weetaliba", |
|
58320
|
|
|
|
|
|
|
"618867794", "Hawker", |
|
58321
|
|
|
|
|
|
|
"61362069", "Sorell", |
|
58322
|
|
|
|
|
|
|
"61255725", "Jerrys\ Plains", |
|
58323
|
|
|
|
|
|
|
"61891340", "Wyndham", |
|
58324
|
|
|
|
|
|
|
"617458983", "Charleville", |
|
58325
|
|
|
|
|
|
|
"61238197", "Bungonia", |
|
58326
|
|
|
|
|
|
|
"618661169", "Yelbeni", |
|
58327
|
|
|
|
|
|
|
"61281046", "Liverpool", |
|
58328
|
|
|
|
|
|
|
"618680046", "Moodiarrup", |
|
58329
|
|
|
|
|
|
|
"61899209", "Geraldton", |
|
58330
|
|
|
|
|
|
|
"61742498", "Dimbulah", |
|
58331
|
|
|
|
|
|
|
"61897799", "Bunbury", |
|
58332
|
|
|
|
|
|
|
"612593969", "Galore", |
|
58333
|
|
|
|
|
|
|
"618965678", "Jennacubbine", |
|
58334
|
|
|
|
|
|
|
"61740628", "Kidston", |
|
58335
|
|
|
|
|
|
|
"61886142", "Melrose", |
|
58336
|
|
|
|
|
|
|
"61743309", "Farnsfield", |
|
58337
|
|
|
|
|
|
|
"61367371", "Exeter", |
|
58338
|
|
|
|
|
|
|
"61367034", "Mathinna", |
|
58339
|
|
|
|
|
|
|
"61745120", "Millmerran", |
|
58340
|
|
|
|
|
|
|
"61354184", "Kerang", |
|
58341
|
|
|
|
|
|
|
"61269022", "Carrathool", |
|
58342
|
|
|
|
|
|
|
"61867069", "Collie", |
|
58343
|
|
|
|
|
|
|
"618763988", "Penong", |
|
58344
|
|
|
|
|
|
|
"612593794", "Kyeamba", |
|
58345
|
|
|
|
|
|
|
"618996865", "Eneabba\ North", |
|
58346
|
|
|
|
|
|
|
"61735063", "Brisbane", |
|
58347
|
|
|
|
|
|
|
"613542774", "Echuca", |
|
58348
|
|
|
|
|
|
|
"61244054", "Milton\-ulladulla", |
|
58349
|
|
|
|
|
|
|
"61875231", "Victor\ Harbor", |
|
58350
|
|
|
|
|
|
|
"61754344", "Jimna", |
|
58351
|
|
|
|
|
|
|
"61341462", "Mount\ Taylor", |
|
58352
|
|
|
|
|
|
|
"61256581", "Bellingen", |
|
58353
|
|
|
|
|
|
|
"61259359", "West\ Wyalong", |
|
58354
|
|
|
|
|
|
|
"61888008", "Arthurton", |
|
58355
|
|
|
|
|
|
|
"61895909", "Waroona", |
|
58356
|
|
|
|
|
|
|
"61263060", "Cudal", |
|
58357
|
|
|
|
|
|
|
"618854562", "Taylorville", |
|
58358
|
|
|
|
|
|
|
"612532711", "Orange", |
|
58359
|
|
|
|
|
|
|
"61878236", "Booborowie", |
|
58360
|
|
|
|
|
|
|
"61879390", "Darwin", |
|
58361
|
|
|
|
|
|
|
"61898731", "Tenterden", |
|
58362
|
|
|
|
|
|
|
"61358029", "Mathoura", |
|
58363
|
|
|
|
|
|
|
"61248737", "Gunning", |
|
58364
|
|
|
|
|
|
|
"61260040", "Koetong", |
|
58365
|
|
|
|
|
|
|
"61364548", "Currie", |
|
58366
|
|
|
|
|
|
|
"61742095", "Maryfarms", |
|
58367
|
|
|
|
|
|
|
"61342363", "Apollo\ Bay", |
|
58368
|
|
|
|
|
|
|
"61363869", "Waterhouse", |
|
58369
|
|
|
|
|
|
|
"61340216", "Swan\ Hill", |
|
58370
|
|
|
|
|
|
|
"613441214", "Harcourt", |
|
58371
|
|
|
|
|
|
|
"61351462", "Woodside", |
|
58372
|
|
|
|
|
|
|
"61896587", "Bolgart", |
|
58373
|
|
|
|
|
|
|
"61863834", "Perth", |
|
58374
|
|
|
|
|
|
|
"617485915", "Banana", |
|
58375
|
|
|
|
|
|
|
"61867115", "Pemberton", |
|
58376
|
|
|
|
|
|
|
"618967012", "Meckering", |
|
58377
|
|
|
|
|
|
|
"61264649", "Delegate", |
|
58378
|
|
|
|
|
|
|
"61889086", "Simpson", |
|
58379
|
|
|
|
|
|
|
"61745583", "Wandoan", |
|
58380
|
|
|
|
|
|
|
"61244443", "Nowra", |
|
58381
|
|
|
|
|
|
|
"61861928", "Rottnest", |
|
58382
|
|
|
|
|
|
|
"61387643", "Werribee", |
|
58383
|
|
|
|
|
|
|
"61359555", "Emerald", |
|
58384
|
|
|
|
|
|
|
"613442124", "Inglewood", |
|
58385
|
|
|
|
|
|
|
"61348029", "Moulamein", |
|
58386
|
|
|
|
|
|
|
"618683029", "Borden", |
|
58387
|
|
|
|
|
|
|
"61264980", "Bega", |
|
58388
|
|
|
|
|
|
|
"61885905", "Kingscote", |
|
58389
|
|
|
|
|
|
|
"61879436", "Yulara", |
|
58390
|
|
|
|
|
|
|
"61752095", "Gunalda", |
|
58391
|
|
|
|
|
|
|
"618683132", "Borden", |
|
58392
|
|
|
|
|
|
|
"61352363", "Birregurra", |
|
58393
|
|
|
|
|
|
|
"612593721", "Rannock", |
|
58394
|
|
|
|
|
|
|
"613451015", "Penshurst", |
|
58395
|
|
|
|
|
|
|
"6139136", "Melbourne", |
|
58396
|
|
|
|
|
|
|
"612574687", "Frazers\ Creek", |
|
58397
|
|
|
|
|
|
|
"61887795", "Bordertown", |
|
58398
|
|
|
|
|
|
|
"61895574", "Pinjarra", |
|
58399
|
|
|
|
|
|
|
"61341551", "Maffra", |
|
58400
|
|
|
|
|
|
|
"61267237", "Bundarra", |
|
58401
|
|
|
|
|
|
|
"61269053", "Mannus", |
|
58402
|
|
|
|
|
|
|
"613451050", "Chetwynd", |
|
58403
|
|
|
|
|
|
|
"61268244", "Buckinguy", |
|
58404
|
|
|
|
|
|
|
"61350730", "Swan\ Hill", |
|
58405
|
|
|
|
|
|
|
"618867721", "Carrieton", |
|
58406
|
|
|
|
|
|
|
"618989096", "Bradfords", |
|
58407
|
|
|
|
|
|
|
"618967754", "Beverley", |
|
58408
|
|
|
|
|
|
|
"61264166", "Eden", |
|
58409
|
|
|
|
|
|
|
"61898409", "Bow\ Bridge", |
|
58410
|
|
|
|
|
|
|
"612594309", "Temora", |
|
58411
|
|
|
|
|
|
|
"61344184", "Korong\ Vale", |
|
58412
|
|
|
|
|
|
|
"61878175", "Bute", |
|
58413
|
|
|
|
|
|
|
"613470140", "Devlins\ Bridge", |
|
58414
|
|
|
|
|
|
|
"612582510", "Parkes", |
|
58415
|
|
|
|
|
|
|
"618660090", "Cunderdin", |
|
58416
|
|
|
|
|
|
|
"61899223", "Mendel", |
|
58417
|
|
|
|
|
|
|
"61898452", "Kronkup", |
|
58418
|
|
|
|
|
|
|
"61891597", "Karratha", |
|
58419
|
|
|
|
|
|
|
"61753352", "Harrisville", |
|
58420
|
|
|
|
|
|
|
"61249173", "Newcastle", |
|
58421
|
|
|
|
|
|
|
"613450598", "Wombelano", |
|
58422
|
|
|
|
|
|
|
"61353540", "Maroona", |
|
58423
|
|
|
|
|
|
|
"61289192", "Terrey\ Hills", |
|
58424
|
|
|
|
|
|
|
"61384081", "Eltham", |
|
58425
|
|
|
|
|
|
|
"618600988", "Wilgoyne", |
|
58426
|
|
|
|
|
|
|
"61361440", "Swansea", |
|
58427
|
|
|
|
|
|
|
"617441959", "Kirk", |
|
58428
|
|
|
|
|
|
|
"61743323", "Gooroolba", |
|
58429
|
|
|
|
|
|
|
"617459052", "Ravensbourne", |
|
58430
|
|
|
|
|
|
|
"61742185", "Millaa\ Millaa", |
|
58431
|
|
|
|
|
|
|
"61240062", "Laguna", |
|
58432
|
|
|
|
|
|
|
"61350560", "Underbool", |
|
58433
|
|
|
|
|
|
|
"61745478", "Chinchilla", |
|
58434
|
|
|
|
|
|
|
"61264407", "Dalgety", |
|
58435
|
|
|
|
|
|
|
"61746038", "Brigalow", |
|
58436
|
|
|
|
|
|
|
"613532314", "Ballan", |
|
58437
|
|
|
|
|
|
|
"61897471", "Dinninup", |
|
58438
|
|
|
|
|
|
|
"61268505", "Weelong", |
|
58439
|
|
|
|
|
|
|
"618983753", "Kuringup", |
|
58440
|
|
|
|
|
|
|
"61255418", "Mount\ Olive", |
|
58441
|
|
|
|
|
|
|
"61753047", "Rosewood", |
|
58442
|
|
|
|
|
|
|
"618964457", "Coomberdale", |
|
58443
|
|
|
|
|
|
|
"61358003", "Berrigan", |
|
58444
|
|
|
|
|
|
|
"61898647", "Kukerin", |
|
58445
|
|
|
|
|
|
|
"61748869", "Gladstone", |
|
58446
|
|
|
|
|
|
|
"61253201", "Boorowa", |
|
58447
|
|
|
|
|
|
|
"61248641", "Barrallier", |
|
58448
|
|
|
|
|
|
|
"61897634", "Pemberton", |
|
58449
|
|
|
|
|
|
|
"61740298", "Gordonvale", |
|
58450
|
|
|
|
|
|
|
"61880171", "Menindee", |
|
58451
|
|
|
|
|
|
|
"618683599", "Dudinin", |
|
58452
|
|
|
|
|
|
|
"61748562", "Oombabeer", |
|
58453
|
|
|
|
|
|
|
"61745951", "Toowoomba", |
|
58454
|
|
|
|
|
|
|
"61353789", "Dimboola", |
|
58455
|
|
|
|
|
|
|
"61367219", "Whitemark", |
|
58456
|
|
|
|
|
|
|
"618660706", "Konnongorring", |
|
58457
|
|
|
|
|
|
|
"61342345", "Beech\ Forest", |
|
58458
|
|
|
|
|
|
|
"61263996", "Dunedoo", |
|
58459
|
|
|
|
|
|
|
"618964433", "Bidaminna", |
|
58460
|
|
|
|
|
|
|
"61897387", "Dinninup", |
|
58461
|
|
|
|
|
|
|
"61728001", "Cleveland", |
|
58462
|
|
|
|
|
|
|
"6175632", "Southport", |
|
58463
|
|
|
|
|
|
|
"618903292", "Bullaring", |
|
58464
|
|
|
|
|
|
|
"618983737", "Kojonup", |
|
58465
|
|
|
|
|
|
|
"61255015", "Comboyne", |
|
58466
|
|
|
|
|
|
|
"61746927", "Brymaroo", |
|
58467
|
|
|
|
|
|
|
"61354094", "Wedderburn", |
|
58468
|
|
|
|
|
|
|
"61244297", "Huskisson", |
|
58469
|
|
|
|
|
|
|
"613572906", "Myrtleford", |
|
58470
|
|
|
|
|
|
|
"61746435", "Clifton", |
|
58471
|
|
|
|
|
|
|
"61364021", "Savage\ River", |
|
58472
|
|
|
|
|
|
|
"61745075", "Inglewood", |
|
58473
|
|
|
|
|
|
|
"61238087", "Binda", |
|
58474
|
|
|
|
|
|
|
"61257104", "Yarrie\ Lake", |
|
58475
|
|
|
|
|
|
|
"612583891", "Coolabah", |
|
58476
|
|
|
|
|
|
|
"612683321", "Coolabah", |
|
58477
|
|
|
|
|
|
|
"61886998", "Port\ Kenny", |
|
58478
|
|
|
|
|
|
|
"618856720", "Swan\ Reach", |
|
58479
|
|
|
|
|
|
|
"61746920", "Oakey", |
|
58480
|
|
|
|
|
|
|
"61348062", "Dookie", |
|
58481
|
|
|
|
|
|
|
"613451331", "Lismore", |
|
58482
|
|
|
|
|
|
|
"61885942", "Gurrai", |
|
58483
|
|
|
|
|
|
|
"61383740", "Point\ Cook", |
|
58484
|
|
|
|
|
|
|
"61897380", "Upper\ Preston", |
|
58485
|
|
|
|
|
|
|
"61342359", "Winchelsea\ South", |
|
58486
|
|
|
|
|
|
|
"61238080", "Woodhouselee", |
|
58487
|
|
|
|
|
|
|
"61898989", "Tenterden", |
|
58488
|
|
|
|
|
|
|
"61885088", "Lameroo", |
|
58489
|
|
|
|
|
|
|
"618989120", "Cuballing", |
|
58490
|
|
|
|
|
|
|
"618660126", "Wannamal", |
|
58491
|
|
|
|
|
|
|
"61260895", "Oaklands", |
|
58492
|
|
|
|
|
|
|
"613431987", "Rainbow", |
|
58493
|
|
|
|
|
|
|
"61244290", "Bawley\ Point", |
|
58494
|
|
|
|
|
|
|
"613470614", "Thoona", |
|
58495
|
|
|
|
|
|
|
"61256506", "Nimbin", |
|
58496
|
|
|
|
|
|
|
"61748264", "Clermont", |
|
58497
|
|
|
|
|
|
|
"61351429", "Morwell", |
|
58498
|
|
|
|
|
|
|
"61259363", "Adelong", |
|
58499
|
|
|
|
|
|
|
"61363135", "Emita", |
|
58500
|
|
|
|
|
|
|
"61364695", "Ulverstone", |
|
58501
|
|
|
|
|
|
|
"6128707", "Bankstown", |
|
58502
|
|
|
|
|
|
|
"6126343", "Grenfell", |
|
58503
|
|
|
|
|
|
|
"61740779", "Innisfail", |
|
58504
|
|
|
|
|
|
|
"61898640", "Moulyinning", |
|
58505
|
|
|
|
|
|
|
"61255379", "Putty", |
|
58506
|
|
|
|
|
|
|
"61876078", "Wandearah\ East", |
|
58507
|
|
|
|
|
|
|
"6173418", "Ipswich", |
|
58508
|
|
|
|
|
|
|
"61269115", "Adelong", |
|
58509
|
|
|
|
|
|
|
"618763795", "Koppio", |
|
58510
|
|
|
|
|
|
|
"618660776", "Miling", |
|
58511
|
|
|
|
|
|
|
"61744146", "Boulia", |
|
58512
|
|
|
|
|
|
|
"61745319", "Darr\ Creek", |
|
58513
|
|
|
|
|
|
|
"61286622", "Blacktown", |
|
58514
|
|
|
|
|
|
|
"61264400", "Candelo", |
|
58515
|
|
|
|
|
|
|
"618752948", "Meningie\ East", |
|
58516
|
|
|
|
|
|
|
"61879789", "Borroloola", |
|
58517
|
|
|
|
|
|
|
"613470686", "Flowerdale", |
|
58518
|
|
|
|
|
|
|
"613451420", "Dartmoor", |
|
58519
|
|
|
|
|
|
|
"61885485", "Murray\ Bridge", |
|
58520
|
|
|
|
|
|
|
"61264364", "Jindabyne\ South", |
|
58521
|
|
|
|
|
|
|
"61867053", "Nannup", |
|
58522
|
|
|
|
|
|
|
"61266011", "Bonalbo", |
|
58523
|
|
|
|
|
|
|
"61742291", "Etheridge", |
|
58524
|
|
|
|
|
|
|
"618763523", "Yunta", |
|
58525
|
|
|
|
|
|
|
"61266682", "Ulong", |
|
58526
|
|
|
|
|
|
|
"61243350", "Mangrove\ Mountain", |
|
58527
|
|
|
|
|
|
|
"61354977", "Donald", |
|
58528
|
|
|
|
|
|
|
"61383589", "Craigieburn", |
|
58529
|
|
|
|
|
|
|
"61256639", "Tyalgum", |
|
58530
|
|
|
|
|
|
|
"61753040", "Boonah", |
|
58531
|
|
|
|
|
|
|
"617487142", "Mount\ Gardiner", |
|
58532
|
|
|
|
|
|
|
"61742782", "Kowanyama", |
|
58533
|
|
|
|
|
|
|
"61355193", "Bessiebelle", |
|
58534
|
|
|
|
|
|
|
"61896109", "Moora", |
|
58535
|
|
|
|
|
|
|
"61250003", "Barnawartha", |
|
58536
|
|
|
|
|
|
|
"61875035", "Culburra", |
|
58537
|
|
|
|
|
|
|
"61886763", "Cummins", |
|
58538
|
|
|
|
|
|
|
"61353547", "Maroona", |
|
58539
|
|
|
|
|
|
|
"617442819", "The\ Monument", |
|
58540
|
|
|
|
|
|
|
"61891590", "Karratha", |
|
58541
|
|
|
|
|
|
|
"61362053", "Maydena", |
|
58542
|
|
|
|
|
|
|
"613553613", "Timboon", |
|
58543
|
|
|
|
|
|
|
"617750159", "Jimbour", |
|
58544
|
|
|
|
|
|
|
"61256273", "Ulong", |
|
58545
|
|
|
|
|
|
|
"612582495", "Lake\ Cargelligo", |
|
58546
|
|
|
|
|
|
|
"61886296", "Cowell", |
|
58547
|
|
|
|
|
|
|
"61748258", "Spier", |
|
58548
|
|
|
|
|
|
|
"61257128", "Nundle", |
|
58549
|
|
|
|
|
|
|
"61240029", "Wards\ River", |
|
58550
|
|
|
|
|
|
|
"61267230", "Inverell", |
|
58551
|
|
|
|
|
|
|
"613441923", "Moonambel", |
|
58552
|
|
|
|
|
|
|
"61746213", "Cunnamulla", |
|
58553
|
|
|
|
|
|
|
"612594379", "Bethungra", |
|
58554
|
|
|
|
|
|
|
"61342173", "Bannockburn", |
|
58555
|
|
|
|
|
|
|
"61896152", "Moora", |
|
58556
|
|
|
|
|
|
|
"61891023", "Fitzroy\ Crossing", |
|
58557
|
|
|
|
|
|
|
"61361293", "Strathgordon", |
|
58558
|
|
|
|
|
|
|
"61868194", "Denmark", |
|
58559
|
|
|
|
|
|
|
"61268542", "Wyanga", |
|
58560
|
|
|
|
|
|
|
"612532668", "Bylong", |
|
58561
|
|
|
|
|
|
|
"61880913", "Wilcannia", |
|
58562
|
|
|
|
|
|
|
"6126689", "Nimbin", |
|
58563
|
|
|
|
|
|
|
"61351886", "Mallacoota", |
|
58564
|
|
|
|
|
|
|
"613531812", "Daylesford", |
|
58565
|
|
|
|
|
|
|
"61263298", "Oberon", |
|
58566
|
|
|
|
|
|
|
"61886533", "Terowie", |
|
58567
|
|
|
|
|
|
|
"61887192", "Short", |
|
58568
|
|
|
|
|
|
|
"61749476", "Lethebrook", |
|
58569
|
|
|
|
|
|
|
"618600233", "Goomarin", |
|
58570
|
|
|
|
|
|
|
"61756151", "Tamborine\ Mountain", |
|
58571
|
|
|
|
|
|
|
"61741051", "Gaeta", |
|
58572
|
|
|
|
|
|
|
"618996713", "Carnamah", |
|
58573
|
|
|
|
|
|
|
"61747884", "Greenvale", |
|
58574
|
|
|
|
|
|
|
"61255153", "Putty", |
|
58575
|
|
|
|
|
|
|
"6174948", "Cannon\ Valley", |
|
58576
|
|
|
|
|
|
|
"6135187", "Woodside", |
|
58577
|
|
|
|
|
|
|
"6138369", "Melbourne", |
|
58578
|
|
|
|
|
|
|
"61361536", "Huonville", |
|
58579
|
|
|
|
|
|
|
"6138413", "Melbourne", |
|
58580
|
|
|
|
|
|
|
"6189194", "Broome", |
|
58581
|
|
|
|
|
|
|
"61355332", "Terang", |
|
58582
|
|
|
|
|
|
|
"61341403", "Buchan", |
|
58583
|
|
|
|
|
|
|
"61264987", "Wonboyn\ Lake", |
|
58584
|
|
|
|
|
|
|
"61264655", "Adaminaby", |
|
58585
|
|
|
|
|
|
|
"618903622", "Scaddan\ West", |
|
58586
|
|
|
|
|
|
|
"61345083", "Poolaijelo", |
|
58587
|
|
|
|
|
|
|
"61890492", "Southern\ Cross", |
|
58588
|
|
|
|
|
|
|
"61257306", "Collarenebri", |
|
58589
|
|
|
|
|
|
|
"618660138", "Badgingarra", |
|
58590
|
|
|
|
|
|
|
"612532884", "Cassilis", |
|
58591
|
|
|
|
|
|
|
"61361609", "South\ Bruny", |
|
58592
|
|
|
|
|
|
|
"61899972", "Dongara", |
|
58593
|
|
|
|
|
|
|
"612685856", "Nyngan", |
|
58594
|
|
|
|
|
|
|
"613553994", "Woolsthorpe", |
|
58595
|
|
|
|
|
|
|
"61888714", "Ardrossan", |
|
58596
|
|
|
|
|
|
|
"61261692", "Uriarra\ Forest", |
|
58597
|
|
|
|
|
|
|
"61367161", "Bicheno", |
|
58598
|
|
|
|
|
|
|
"61748135", "Koumala", |
|
58599
|
|
|
|
|
|
|
"613470546", "Killawarra", |
|
58600
|
|
|
|
|
|
|
"61896580", "Lancelin", |
|
58601
|
|
|
|
|
|
|
"61880036", "Wilcannia", |
|
58602
|
|
|
|
|
|
|
"61284038", "Avalon\ Beach", |
|
58603
|
|
|
|
|
|
|
"61264358", "Cabramurra", |
|
58604
|
|
|
|
|
|
|
"61357943", "Graytown", |
|
58605
|
|
|
|
|
|
|
"61342302", "Birregurra", |
|
58606
|
|
|
|
|
|
|
"61897873", "Pemberton", |
|
58607
|
|
|
|
|
|
|
"618600257", "Neridup", |
|
58608
|
|
|
|
|
|
|
"61255202", "Forster", |
|
58609
|
|
|
|
|
|
|
"618964985", "Cunderdin", |
|
58610
|
|
|
|
|
|
|
"613441878", "Strathfieldsaye", |
|
58611
|
|
|
|
|
|
|
"61889753", "Daly", |
|
58612
|
|
|
|
|
|
|
"617473945", "Karumba", |
|
58613
|
|
|
|
|
|
|
"61734966", "Russell\ Island", |
|
58614
|
|
|
|
|
|
|
"613431723", "Maroona", |
|
58615
|
|
|
|
|
|
|
"61890585", "Dulyalbin", |
|
58616
|
|
|
|
|
|
|
"61896203", "Bidaminna", |
|
58617
|
|
|
|
|
|
|
"61267095", "Narrabri", |
|
58618
|
|
|
|
|
|
|
"618683306", "Newdegate\ East", |
|
58619
|
|
|
|
|
|
|
"6138467", "Melbourne", |
|
58620
|
|
|
|
|
|
|
"6124335", "Gosford", |
|
58621
|
|
|
|
|
|
|
"6124747", "Penrith", |
|
58622
|
|
|
|
|
|
|
"61264278", "Merimbula", |
|
58623
|
|
|
|
|
|
|
"613431173", "Halls\ Gap", |
|
58624
|
|
|
|
|
|
|
"61261159", "Yass", |
|
58625
|
|
|
|
|
|
|
"61745207", "Barcaldine", |
|
58626
|
|
|
|
|
|
|
"61268992", "Bourke", |
|
58627
|
|
|
|
|
|
|
"617480523", "Gargett", |
|
58628
|
|
|
|
|
|
|
"617458992", "Culgoa", |
|
58629
|
|
|
|
|
|
|
"612583423", "Dandaloo", |
|
58630
|
|
|
|
|
|
|
"61743566", "Yandaran", |
|
58631
|
|
|
|
|
|
|
"61364105", "Gordon", |
|
58632
|
|
|
|
|
|
|
"61351383", "Yarram", |
|
58633
|
|
|
|
|
|
|
"61883079", "Salisbury", |
|
58634
|
|
|
|
|
|
|
"61367300", "Emita", |
|
58635
|
|
|
|
|
|
|
"6139238", "Dandenong", |
|
58636
|
|
|
|
|
|
|
"612574668", "Bundella", |
|
58637
|
|
|
|
|
|
|
"61887659", "Frances", |
|
58638
|
|
|
|
|
|
|
"618763851", "Booleroo\ Centre", |
|
58639
|
|
|
|
|
|
|
"61245041", "Kurrajong\ Heights", |
|
58640
|
|
|
|
|
|
|
"61738348", "Brisbane", |
|
58641
|
|
|
|
|
|
|
"61756454", "Tweed\ Heads", |
|
58642
|
|
|
|
|
|
|
"617458610", "Cunningham", |
|
58643
|
|
|
|
|
|
|
"61240751", "Wootton", |
|
58644
|
|
|
|
|
|
|
"61341032", "Golden\ Beach", |
|
58645
|
|
|
|
|
|
|
"618863964", "Sleaford\ Mere", |
|
58646
|
|
|
|
|
|
|
"61749907", "Cannon\ Valley", |
|
58647
|
|
|
|
|
|
|
"61895047", "Mount\ Helena", |
|
58648
|
|
|
|
|
|
|
"617459501", "Crows\ Nest", |
|
58649
|
|
|
|
|
|
|
"618856781", "Culburra", |
|
58650
|
|
|
|
|
|
|
"61890757", "Grass\ Patch", |
|
58651
|
|
|
|
|
|
|
"61355603", "Warrnambool", |
|
58652
|
|
|
|
|
|
|
"61356132", "Toora", |
|
58653
|
|
|
|
|
|
|
"618859977", "Policemans\ Point", |
|
58654
|
|
|
|
|
|
|
"61748378", "Mackay", |
|
58655
|
|
|
|
|
|
|
"61746043", "Cambooya", |
|
58656
|
|
|
|
|
|
|
"618660929", "Watheroo", |
|
58657
|
|
|
|
|
|
|
"61256353", "Copmanhurst", |
|
58658
|
|
|
|
|
|
|
"617486554", "Moranbah", |
|
58659
|
|
|
|
|
|
|
"618600242", "Laverton", |
|
58660
|
|
|
|
|
|
|
"61359999", "Healesville", |
|
58661
|
|
|
|
|
|
|
"61354167", "Newstead", |
|
58662
|
|
|
|
|
|
|
"61897376", "Darkan", |
|
58663
|
|
|
|
|
|
|
"617458655", "Mitchell", |
|
58664
|
|
|
|
|
|
|
"61269786", "Narraburra", |
|
58665
|
|
|
|
|
|
|
"61248046", "Marulan", |
|
58666
|
|
|
|
|
|
|
"61260826", "Eskdale", |
|
58667
|
|
|
|
|
|
|
"61741729", "Kingaroy", |
|
58668
|
|
|
|
|
|
|
"6173287", "Beenleigh", |
|
58669
|
|
|
|
|
|
|
"61238076", "Tarago", |
|
58670
|
|
|
|
|
|
|
"61877029", "Frances", |
|
58671
|
|
|
|
|
|
|
"612574816", "Pilliga", |
|
58672
|
|
|
|
|
|
|
"6126977", "Temora", |
|
58673
|
|
|
|
|
|
|
"618683612", "Jaloran", |
|
58674
|
|
|
|
|
|
|
"61357236", "Wangaratta", |
|
58675
|
|
|
|
|
|
|
"61267498", "Goolhi", |
|
58676
|
|
|
|
|
|
|
"618865005", "Frome", |
|
58677
|
|
|
|
|
|
|
"612594026", "West\ Wyalong", |
|
58678
|
|
|
|
|
|
|
"61350479", "Natya", |
|
58679
|
|
|
|
|
|
|
"61752237", "Thornton", |
|
58680
|
|
|
|
|
|
|
"61740084", "Lockhart\ River", |
|
58681
|
|
|
|
|
|
|
"61255528", "Jerrys\ Plains", |
|
58682
|
|
|
|
|
|
|
"618600967", "Mount\ Merivale", |
|
58683
|
|
|
|
|
|
|
"61896576", "Coomberdale", |
|
58684
|
|
|
|
|
|
|
"613441787", "Castlemaine", |
|
58685
|
|
|
|
|
|
|
"612593780", "Ganmain", |
|
58686
|
|
|
|
|
|
|
"61754944", "Maleny", |
|
58687
|
|
|
|
|
|
|
"61889077", "Ranken\ River", |
|
58688
|
|
|
|
|
|
|
"61753210", "Rosewood", |
|
58689
|
|
|
|
|
|
|
"617487133", "Lethebrook", |
|
58690
|
|
|
|
|
|
|
"61340282", "Turriff", |
|
58691
|
|
|
|
|
|
|
"613545983", "Quambatook", |
|
58692
|
|
|
|
|
|
|
"612683603", "Collie", |
|
58693
|
|
|
|
|
|
|
"61753574", "Maroon", |
|
58694
|
|
|
|
|
|
|
"61741165", "Tansey", |
|
58695
|
|
|
|
|
|
|
"61357020", "Buffalo\ River", |
|
58696
|
|
|
|
|
|
|
"61261373", "Binalong", |
|
58697
|
|
|
|
|
|
|
"61885592", "Kingscote", |
|
58698
|
|
|
|
|
|
|
"61889681", "Noonamah", |
|
58699
|
|
|
|
|
|
|
"61356393", "Wonthaggi", |
|
58700
|
|
|
|
|
|
|
"61885899", "Willunga", |
|
58701
|
|
|
|
|
|
|
"61756065", "Tweed\ Heads", |
|
58702
|
|
|
|
|
|
|
"61244035", "Bawley\ Point", |
|
58703
|
|
|
|
|
|
|
"618982493", "Unicup", |
|
58704
|
|
|
|
|
|
|
"618852072", "Hamley\ Bridge", |
|
58705
|
|
|
|
|
|
|
"617750382", "Oakey", |
|
58706
|
|
|
|
|
|
|
"61887602", "Naracoorte", |
|
58707
|
|
|
|
|
|
|
"617480093", "Oombabeer", |
|
58708
|
|
|
|
|
|
|
"61353997", "Wilkur", |
|
58709
|
|
|
|
|
|
|
"618867780", "Yunta", |
|
58710
|
|
|
|
|
|
|
"61256179", "Dorrigo", |
|
58711
|
|
|
|
|
|
|
"618866198", "Everard", |
|
58712
|
|
|
|
|
|
|
"6134339", "Minyip\/Mount\ Wallace\/Moyston\/Murtoa\/Natimuk", |
|
58713
|
|
|
|
|
|
|
"61890073", "Gibson", |
|
58714
|
|
|
|
|
|
|
"617487157", "Springsure", |
|
58715
|
|
|
|
|
|
|
"61367055", "Waterhouse", |
|
58716
|
|
|
|
|
|
|
"61875290", "Barmera", |
|
58717
|
|
|
|
|
|
|
"618858569", "Meningie", |
|
58718
|
|
|
|
|
|
|
"6188135", "Adelaide", |
|
58719
|
|
|
|
|
|
|
"6186103", "Perth", |
|
58720
|
|
|
|
|
|
|
"61734509", "Ipswich", |
|
58721
|
|
|
|
|
|
|
"617442603", "Greenvale", |
|
58722
|
|
|
|
|
|
|
"617476592", "Mount\ Fox", |
|
58723
|
|
|
|
|
|
|
"61740437", "Bloomfield", |
|
58724
|
|
|
|
|
|
|
"61342279", "Beeac", |
|
58725
|
|
|
|
|
|
|
"61887836", "Mount\ Gambier", |
|
58726
|
|
|
|
|
|
|
"61746119", "Stanthorpe", |
|
58727
|
|
|
|
|
|
|
"61866006", "Northam", |
|
58728
|
|
|
|
|
|
|
"61899162", "Yaringa", |
|
58729
|
|
|
|
|
|
|
"61240683", "Clarence\ Town", |
|
58730
|
|
|
|
|
|
|
"61879331", "Ranken\ River", |
|
58731
|
|
|
|
|
|
|
"61898790", "Yealering", |
|
58732
|
|
|
|
|
|
|
"61364745", "Waratah", |
|
58733
|
|
|
|
|
|
|
"618762595", "Koppio", |
|
58734
|
|
|
|
|
|
|
"61879074", "Rodinga", |
|
58735
|
|
|
|
|
|
|
"61255259", "Jerrys\ Plains", |
|
58736
|
|
|
|
|
|
|
"61248584", "Woodhouselee", |
|
58737
|
|
|
|
|
|
|
"61886225", "Wudinna", |
|
58738
|
|
|
|
|
|
|
"617452485", "Bringalily", |
|
58739
|
|
|
|
|
|
|
"61868060", "Kuringup", |
|
58740
|
|
|
|
|
|
|
"61891689", "Ord", |
|
58741
|
|
|
|
|
|
|
"61357938", "Puckapunyal", |
|
58742
|
|
|
|
|
|
|
"6175512", "Southport", |
|
58743
|
|
|
|
|
|
|
"61248282", "Reidsdale", |
|
58744
|
|
|
|
|
|
|
"61351812", "Erica", |
|
58745
|
|
|
|
|
|
|
"61898797", "Harrismith", |
|
58746
|
|
|
|
|
|
|
"612533014", "Cumnock", |
|
58747
|
|
|
|
|
|
|
"61357654", "Kilmore", |
|
58748
|
|
|
|
|
|
|
"613431968", "Kalkee", |
|
58749
|
|
|
|
|
|
|
"61248791", "Gundillion", |
|
58750
|
|
|
|
|
|
|
"617486882", "Willows", |
|
58751
|
|
|
|
|
|
|
"618780686", "Freeling", |
|
58752
|
|
|
|
|
|
|
"61266063", "Lawrence", |
|
58753
|
|
|
|
|
|
|
"61868067", "Nyabing", |
|
58754
|
|
|
|
|
|
|
"61741656", "Mundubbera", |
|
58755
|
|
|
|
|
|
|
"61364142", "Waratah", |
|
58756
|
|
|
|
|
|
|
"61367049", "Evandale", |
|
58757
|
|
|
|
|
|
|
"61257401", "Wellingrove", |
|
58758
|
|
|
|
|
|
|
"6189521", "Pinjarra", |
|
58759
|
|
|
|
|
|
|
"61351519", "Dargo", |
|
58760
|
|
|
|
|
|
|
"612594190", "Coleambally", |
|
58761
|
|
|
|
|
|
|
"618600756", "Grass\ Patch", |
|
58762
|
|
|
|
|
|
|
"61269439", "Coolac", |
|
58763
|
|
|
|
|
|
|
"61747183", "Cloncurry", |
|
58764
|
|
|
|
|
|
|
"617476452", "Charters\ Towers", |
|
58765
|
|
|
|
|
|
|
"61255245", "Ellenborough", |
|
58766
|
|
|
|
|
|
|
"618862990", "Cummins", |
|
58767
|
|
|
|
|
|
|
"613532262", "Rainbow", |
|
58768
|
|
|
|
|
|
|
"61887726", "Frances", |
|
58769
|
|
|
|
|
|
|
"618964442", "Coomallo", |
|
58770
|
|
|
|
|
|
|
"617459958", "Cottonvale", |
|
58771
|
|
|
|
|
|
|
"612532547", "Milvale", |
|
58772
|
|
|
|
|
|
|
"61353990", "Wilkur", |
|
58773
|
|
|
|
|
|
|
"61351877", "Yarram", |
|
58774
|
|
|
|
|
|
|
"618601017", "Kalgoorlie", |
|
58775
|
|
|
|
|
|
|
"617459047", "Omanama", |
|
58776
|
|
|
|
|
|
|
"61740430", "Cooktown", |
|
58777
|
|
|
|
|
|
|
"61357027", "Chiltern", |
|
58778
|
|
|
|
|
|
|
"61238131", "Wombeyan\ Caves", |
|
58779
|
|
|
|
|
|
|
"61264976", "Merimbula", |
|
58780
|
|
|
|
|
|
|
"61358432", "Jerilderie", |
|
58781
|
|
|
|
|
|
|
"61340584", "Waitchie", |
|
58782
|
|
|
|
|
|
|
"61741762", "Maidenwell", |
|
58783
|
|
|
|
|
|
|
"61886548", "Ungarra", |
|
58784
|
|
|
|
|
|
|
"612594456", "West\ Wyalong", |
|
58785
|
|
|
|
|
|
|
"61879997", "Darwin", |
|
58786
|
|
|
|
|
|
|
"61877062", "Lucindale", |
|
58787
|
|
|
|
|
|
|
"61897174", "Myalup", |
|
58788
|
|
|
|
|
|
|
"61753272", "Caboolture", |
|
58789
|
|
|
|
|
|
|
"61885294", "Riverton", |
|
58790
|
|
|
|
|
|
|
"613470134", "Bright", |
|
58791
|
|
|
|
|
|
|
"61259311", "Maude", |
|
58792
|
|
|
|
|
|
|
"613470817", "Cheshunt", |
|
58793
|
|
|
|
|
|
|
"61352902", "Beeac", |
|
58794
|
|
|
|
|
|
|
"61243121", "Wyong", |
|
58795
|
|
|
|
|
|
|
"61392174", "Craigieburn", |
|
58796
|
|
|
|
|
|
|
"61749034", "Carbine\ Creek", |
|
58797
|
|
|
|
|
|
|
"61749371", "Wowan", |
|
58798
|
|
|
|
|
|
|
"61753217", "Harrisville", |
|
58799
|
|
|
|
|
|
|
"61889070", "Pine\ Creek", |
|
58800
|
|
|
|
|
|
|
"61353074", "Telopea\ Downs", |
|
58801
|
|
|
|
|
|
|
"61741839", "Pialba", |
|
58802
|
|
|
|
|
|
|
"61743489", "Eidsvold", |
|
58803
|
|
|
|
|
|
|
"61357365", "Kobyboyn", |
|
58804
|
|
|
|
|
|
|
"612532687", "Harden", |
|
58805
|
|
|
|
|
|
|
"61354160", "Carisbrook", |
|
58806
|
|
|
|
|
|
|
"612583755", "Yeoval", |
|
58807
|
|
|
|
|
|
|
"61752230", "Maroon", |
|
58808
|
|
|
|
|
|
|
"61887645", "Wrattonbully", |
|
58809
|
|
|
|
|
|
|
"617473894", "Gulf", |
|
58810
|
|
|
|
|
|
|
"618865075", "Roxby\ Downs", |
|
58811
|
|
|
|
|
|
|
"61367113", "Launceston", |
|
58812
|
|
|
|
|
|
|
"61260736", "Corowa", |
|
58813
|
|
|
|
|
|
|
"61352959", "Wingeel", |
|
58814
|
|
|
|
|
|
|
"61895040", "Gingin", |
|
58815
|
|
|
|
|
|
|
"61268014", "Dubbo", |
|
58816
|
|
|
|
|
|
|
"612583710", "Grawin", |
|
58817
|
|
|
|
|
|
|
"61890750", "Condingup", |
|
58818
|
|
|
|
|
|
|
"618850191", "Yumali", |
|
58819
|
|
|
|
|
|
|
"61749900", "Biloela", |
|
58820
|
|
|
|
|
|
|
"613542014", "Dingee", |
|
58821
|
|
|
|
|
|
|
"6186593", "Spearwood", |
|
58822
|
|
|
|
|
|
|
"61263925", "Neville", |
|
58823
|
|
|
|
|
|
|
"617486185", "Clermont", |
|
58824
|
|
|
|
|
|
|
"618660866", "Kalannie\ East", |
|
58825
|
|
|
|
|
|
|
"61887348", "Millicent", |
|
58826
|
|
|
|
|
|
|
"618683376", "Kukerin", |
|
58827
|
|
|
|
|
|
|
"61364702", "Devonport", |
|
58828
|
|
|
|
|
|
|
"61350615", "Scotia", |
|
58829
|
|
|
|
|
|
|
"61899129", "Eneabba", |
|
58830
|
|
|
|
|
|
|
"6189484", "Perth", |
|
58831
|
|
|
|
|
|
|
"618903665", "Bodallin\ North", |
|
58832
|
|
|
|
|
|
|
"61748419", "Mackay", |
|
58833
|
|
|
|
|
|
|
"61340046", "Turriff", |
|
58834
|
|
|
|
|
|
|
"61899535", "Eneabba\ South", |
|
58835
|
|
|
|
|
|
|
"61367307", "Launceston", |
|
58836
|
|
|
|
|
|
|
"61746261", "Injune", |
|
58837
|
|
|
|
|
|
|
"61745200", "Atholwood", |
|
58838
|
|
|
|
|
|
|
"61354986", "Laen", |
|
58839
|
|
|
|
|
|
|
"613574695", "Moyhu", |
|
58840
|
|
|
|
|
|
|
"6136144", "Hobart", |
|
58841
|
|
|
|
|
|
|
"617441883", "Charters\ Towers", |
|
58842
|
|
|
|
|
|
|
"618864347", "Port\ Broughton", |
|
58843
|
|
|
|
|
|
|
"61263084", "Glen\ Davis", |
|
58844
|
|
|
|
|
|
|
"61350318", "Wemen", |
|
58845
|
|
|
|
|
|
|
"61343066", "Minyip", |
|
58846
|
|
|
|
|
|
|
"61344312", "Bendigo", |
|
58847
|
|
|
|
|
|
|
"618983698", "Jingalup", |
|
58848
|
|
|
|
|
|
|
"61884571", "Adelaide", |
|
58849
|
|
|
|
|
|
|
"61355778", "Woodhouse", |
|
58850
|
|
|
|
|
|
|
"613441808", "Lake\ Meran", |
|
58851
|
|
|
|
|
|
|
"618683143", "Cuballing", |
|
58852
|
|
|
|
|
|
|
"61742716", "Walsh\ River", |
|
58853
|
|
|
|
|
|
|
"61364115", "Yolla", |
|
58854
|
|
|
|
|
|
|
"61367310", "Mathinna", |
|
58855
|
|
|
|
|
|
|
"61265194", "Forster", |
|
58856
|
|
|
|
|
|
|
"61345074", "Harrow", |
|
58857
|
|
|
|
|
|
|
"61268667", "Baradine", |
|
58858
|
|
|
|
|
|
|
"617485841", "Buckland", |
|
58859
|
|
|
|
|
|
|
"61745217", "Thomson", |
|
58860
|
|
|
|
|
|
|
"61898258", "Lake\ Toolbrunup", |
|
58861
|
|
|
|
|
|
|
"61730920", "Redcliffe", |
|
58862
|
|
|
|
|
|
|
"61756123", "Beechmont", |
|
58863
|
|
|
|
|
|
|
"612593668", "Batlow", |
|
58864
|
|
|
|
|
|
|
"61891975", "Mount\ Bruce", |
|
58865
|
|
|
|
|
|
|
"613545290", "Lake\ Meran", |
|
58866
|
|
|
|
|
|
|
"61741023", "Brooweena", |
|
58867
|
|
|
|
|
|
|
"61354363", "Rochester", |
|
58868
|
|
|
|
|
|
|
"61255121", "Castle\ Rock", |
|
58869
|
|
|
|
|
|
|
"61255277", "Ellenborough", |
|
58870
|
|
|
|
|
|
|
"618763689", "Wharminda", |
|
58871
|
|
|
|
|
|
|
"617441438", "Briaba", |
|
58872
|
|
|
|
|
|
|
"617452369", "Talwood", |
|
58873
|
|
|
|
|
|
|
"61742344", "Babinda", |
|
58874
|
|
|
|
|
|
|
"61899476", "Coorow\ West", |
|
58875
|
|
|
|
|
|
|
"6173197", "Brisbane", |
|
58876
|
|
|
|
|
|
|
"61256157", "Kyogle", |
|
58877
|
|
|
|
|
|
|
"61358490", "Kyabram", |
|
58878
|
|
|
|
|
|
|
"618753418", "Mypolonga", |
|
58879
|
|
|
|
|
|
|
"61255212", "Merriwa", |
|
58880
|
|
|
|
|
|
|
"6174194", "Pialba", |
|
58881
|
|
|
|
|
|
|
"617452524", "Clifton", |
|
58882
|
|
|
|
|
|
|
"61269398", "Bidgeemia", |
|
58883
|
|
|
|
|
|
|
"61891051", "Mitchell", |
|
58884
|
|
|
|
|
|
|
"61897884", "Collie", |
|
58885
|
|
|
|
|
|
|
"612593816", "Talbingo", |
|
58886
|
|
|
|
|
|
|
"6126375", "Dunedoo", |
|
58887
|
|
|
|
|
|
|
"61342257", "Geelong", |
|
58888
|
|
|
|
|
|
|
"61890996", "Holleton", |
|
58889
|
|
|
|
|
|
|
"61258126", "Coalbaggie", |
|
58890
|
|
|
|
|
|
|
"61885537", "Penneshaw", |
|
58891
|
|
|
|
|
|
|
"61746749", "Moonie", |
|
58892
|
|
|
|
|
|
|
"61364770", "Devonport", |
|
58893
|
|
|
|
|
|
|
"612594126", "Landervale", |
|
58894
|
|
|
|
|
|
|
"61352301", "Beeac", |
|
58895
|
|
|
|
|
|
|
"61351187", "Cann\ River", |
|
58896
|
|
|
|
|
|
|
"61256284", "Whiporie", |
|
58897
|
|
|
|
|
|
|
"6173813", "Ipswich", |
|
58898
|
|
|
|
|
|
|
"61353932", "Serviceton", |
|
58899
|
|
|
|
|
|
|
"61260351", "Balldale", |
|
58900
|
|
|
|
|
|
|
"613553911", "Mount\ Richmond", |
|
58901
|
|
|
|
|
|
|
"61342184", "Lorne", |
|
58902
|
|
|
|
|
|
|
"612593884", "Bunda", |
|
58903
|
|
|
|
|
|
|
"61742622", "Mutchilba", |
|
58904
|
|
|
|
|
|
|
"613441949", "Womboota", |
|
58905
|
|
|
|
|
|
|
"61898822", "Narrogin", |
|
58906
|
|
|
|
|
|
|
"61898135", "Jingalup", |
|
58907
|
|
|
|
|
|
|
"618967632", "Beacon\ North", |
|
58908
|
|
|
|
|
|
|
"61363640", "Pyengana", |
|
58909
|
|
|
|
|
|
|
"61746580", "Longreach", |
|
58910
|
|
|
|
|
|
|
"61889059", "Petermann", |
|
58911
|
|
|
|
|
|
|
"61258308", "Wyanga", |
|
58912
|
|
|
|
|
|
|
"61749917", "Mount\ Morgan", |
|
58913
|
|
|
|
|
|
|
"61249386", "Branxton", |
|
58914
|
|
|
|
|
|
|
"618983630", "Hartville", |
|
58915
|
|
|
|
|
|
|
"612827", "Sydney", |
|
58916
|
|
|
|
|
|
|
"61240265", "Mulbring", |
|
58917
|
|
|
|
|
|
|
"618660932", "Wubin\ West", |
|
58918
|
|
|
|
|
|
|
"61898529", "Hopetoun", |
|
58919
|
|
|
|
|
|
|
"61747380", "Clarke", |
|
58920
|
|
|
|
|
|
|
"61887081", "Naracoorte", |
|
58921
|
|
|
|
|
|
|
"61744185", "Walker", |
|
58922
|
|
|
|
|
|
|
"61881854", "Mount\ Barker", |
|
58923
|
|
|
|
|
|
|
"61887612", "Kingston\ Se", |
|
58924
|
|
|
|
|
|
|
"6128913", "Sydney", |
|
58925
|
|
|
|
|
|
|
"613431775", "Gerang\ Gerung", |
|
58926
|
|
|
|
|
|
|
"61250243", "Walwa", |
|
58927
|
|
|
|
|
|
|
"61350457", "Pooncarie", |
|
58928
|
|
|
|
|
|
|
"612594138", "Narraburra", |
|
58929
|
|
|
|
|
|
|
"61355066", "Dunkeld", |
|
58930
|
|
|
|
|
|
|
"612583561", "Weelong", |
|
58931
|
|
|
|
|
|
|
"61748989", "Nebo", |
|
58932
|
|
|
|
|
|
|
"61352970", "Barwon\ Downs", |
|
58933
|
|
|
|
|
|
|
"613432215", "Skipton", |
|
58934
|
|
|
|
|
|
|
"612530092", "Cumnock", |
|
58935
|
|
|
|
|
|
|
"617487033", "Mardale", |
|
58936
|
|
|
|
|
|
|
"61268937", "Boona\ Mountain", |
|
58937
|
|
|
|
|
|
|
"61748640", "Moranbah", |
|
58938
|
|
|
|
|
|
|
"61753200", "Rosewood", |
|
58939
|
|
|
|
|
|
|
"61887677", "Taratap", |
|
58940
|
|
|
|
|
|
|
"61898264", "Kojonup", |
|
58941
|
|
|
|
|
|
|
"61267944", "Baan\ Baa", |
|
58942
|
|
|
|
|
|
|
"6138690", "Melbourne", |
|
58943
|
|
|
|
|
|
|
"613470691", "Kilmore", |
|
58944
|
|
|
|
|
|
|
"61353756", "Buangor", |
|
58945
|
|
|
|
|
|
|
"61253263", "Bathurst", |
|
58946
|
|
|
|
|
|
|
"618965697", "Konnongorring", |
|
58947
|
|
|
|
|
|
|
"61895319", "Mandurah", |
|
58948
|
|
|
|
|
|
|
"61240134", "Newcastle", |
|
58949
|
|
|
|
|
|
|
"618683283", "Kukerin", |
|
58950
|
|
|
|
|
|
|
"61358061", "Logie\ Brae", |
|
58951
|
|
|
|
|
|
|
"612574780", "Ebor", |
|
58952
|
|
|
|
|
|
|
"61356197", "Warragul", |
|
58953
|
|
|
|
|
|
|
"6175423", "Toogoolawah", |
|
58954
|
|
|
|
|
|
|
"617441426", "Rollingstone", |
|
58955
|
|
|
|
|
|
|
"61352094", "Winchelsea\ South", |
|
58956
|
|
|
|
|
|
|
"61350642", "Nandaly", |
|
58957
|
|
|
|
|
|
|
"61362021", "Colebrook", |
|
58958
|
|
|
|
|
|
|
"61341097", "Dinner\ Plain", |
|
58959
|
|
|
|
|
|
|
"61261177", "Michelago", |
|
58960
|
|
|
|
|
|
|
"61866016", "Beacon", |
|
58961
|
|
|
|
|
|
|
"61268028", "Boona\ Mountain", |
|
58962
|
|
|
|
|
|
|
"61867021", "Marybrook", |
|
58963
|
|
|
|
|
|
|
"61746109", "Omanama", |
|
58964
|
|
|
|
|
|
|
"61752292", "Kalbar", |
|
58965
|
|
|
|
|
|
|
"61885767", "Lameroo", |
|
58966
|
|
|
|
|
|
|
"61885446", "Walker\ Flat", |
|
58967
|
|
|
|
|
|
|
"617487057", "The\ Caves", |
|
58968
|
|
|
|
|
|
|
"61755489", "Jimboomba", |
|
58969
|
|
|
|
|
|
|
"61344345", "Pyramid\ Hill", |
|
58970
|
|
|
|
|
|
|
"61748452", "Miriam\ Vale", |
|
58971
|
|
|
|
|
|
|
"618601117", "Bodallin", |
|
58972
|
|
|
|
|
|
|
"61742146", "Weipa", |
|
58973
|
|
|
|
|
|
|
"61886701", "Everard", |
|
58974
|
|
|
|
|
|
|
"612583886", "Coalbaggie", |
|
58975
|
|
|
|
|
|
|
"61348134", "Tongala", |
|
58976
|
|
|
|
|
|
|
"618865023", "Glendambo", |
|
58977
|
|
|
|
|
|
|
"61268391", "Brewarrina", |
|
58978
|
|
|
|
|
|
|
"61871850", "Mclaren\ Vale", |
|
58979
|
|
|
|
|
|
|
"61885760", "Geranium", |
|
58980
|
|
|
|
|
|
|
"61250061", "Corowa", |
|
58981
|
|
|
|
|
|
|
"61895478", "Byford", |
|
58982
|
|
|
|
|
|
|
"61899251", "Howatharra", |
|
58983
|
|
|
|
|
|
|
"61256426", "Coutts\ Crossing", |
|
58984
|
|
|
|
|
|
|
"61351509", "Lakes\ Entrance", |
|
58985
|
|
|
|
|
|
|
"61247033", "Mulgoa", |
|
58986
|
|
|
|
|
|
|
"61896038", "Bidaminna", |
|
58987
|
|
|
|
|
|
|
"612594090", "Bidgeemia", |
|
58988
|
|
|
|
|
|
|
"61263492", "Grenfell", |
|
58989
|
|
|
|
|
|
|
"61356190", "Warragul", |
|
58990
|
|
|
|
|
|
|
"618753441", "Truro", |
|
58991
|
|
|
|
|
|
|
"612583153", "Collie", |
|
58992
|
|
|
|
|
|
|
"61261170", "Binalong", |
|
58993
|
|
|
|
|
|
|
"61265396", "Forster", |
|
58994
|
|
|
|
|
|
|
"61359054", "Koo\ Wee\ Rup", |
|
58995
|
|
|
|
|
|
|
"61341090", "Bruthen", |
|
58996
|
|
|
|
|
|
|
"61851144", "Wyndham", |
|
58997
|
|
|
|
|
|
|
"61747471", "The\ Monument", |
|
58998
|
|
|
|
|
|
|
"61253041", "Burraga", |
|
58999
|
|
|
|
|
|
|
"61863330", "Perth", |
|
59000
|
|
|
|
|
|
|
"617452631", "Nobby", |
|
59001
|
|
|
|
|
|
|
"61351802", "Dargo", |
|
59002
|
|
|
|
|
|
|
"613532391", "Telopea\ Downs", |
|
59003
|
|
|
|
|
|
|
"61898869", "Ravensthorpe\ West", |
|
59004
|
|
|
|
|
|
|
"61747634", "Bowen", |
|
59005
|
|
|
|
|
|
|
"61890298", "Marvel\ Loch", |
|
59006
|
|
|
|
|
|
|
"61268930", "Myamley", |
|
59007
|
|
|
|
|
|
|
"61753207", "Gatton", |
|
59008
|
|
|
|
|
|
|
"61257382", "Mullaley", |
|
59009
|
|
|
|
|
|
|
"61351636", "Orbost", |
|
59010
|
|
|
|
|
|
|
"61267339", "Wellingrove", |
|
59011
|
|
|
|
|
|
|
"61284152", "Dural", |
|
59012
|
|
|
|
|
|
|
"6186430", "Perth", |
|
59013
|
|
|
|
|
|
|
"612583405", "Boorooma", |
|
59014
|
|
|
|
|
|
|
"61259301", "Humula", |
|
59015
|
|
|
|
|
|
|
"61364053", "Wynyard", |
|
59016
|
|
|
|
|
|
|
"61898562", "Kulin", |
|
59017
|
|
|
|
|
|
|
"61352912", "Bannockburn", |
|
59018
|
|
|
|
|
|
|
"61895951", "Mandurah", |
|
59019
|
|
|
|
|
|
|
"618683745", "Magitup", |
|
59020
|
|
|
|
|
|
|
"612592747", "Urana", |
|
59021
|
|
|
|
|
|
|
"61343299", "Horsham", |
|
59022
|
|
|
|
|
|
|
"61262364", "Captains\ Flat", |
|
59023
|
|
|
|
|
|
|
"61896435", "Ejanding", |
|
59024
|
|
|
|
|
|
|
"612583814", "Mandagery", |
|
59025
|
|
|
|
|
|
|
"612583137", "Bindogundra", |
|
59026
|
|
|
|
|
|
|
"61895075", "Pinjarra", |
|
59027
|
|
|
|
|
|
|
"61898956", "Kojonup", |
|
59028
|
|
|
|
|
|
|
"61352977", "Torquay", |
|
59029
|
|
|
|
|
|
|
"61350450", "Arumpo", |
|
59030
|
|
|
|
|
|
|
"61742669", "South\ Johnstone", |
|
59031
|
|
|
|
|
|
|
"613431705", "Dimboola", |
|
59032
|
|
|
|
|
|
|
"618763934", "Yeelanna", |
|
59033
|
|
|
|
|
|
|
"61363647", "Emita", |
|
59034
|
|
|
|
|
|
|
"61746587", "Muttaburra", |
|
59035
|
|
|
|
|
|
|
"618600885", "Esperance", |
|
59036
|
|
|
|
|
|
|
"61882099", "Woodside", |
|
59037
|
|
|
|
|
|
|
"618865946", "Penong", |
|
59038
|
|
|
|
|
|
|
"61359068", "Tankerton", |
|
59039
|
|
|
|
|
|
|
"61895583", "Mount\ Helena", |
|
59040
|
|
|
|
|
|
|
"61898732", "Tenterden", |
|
59041
|
|
|
|
|
|
|
"61749910", "Emerald", |
|
59042
|
|
|
|
|
|
|
"61268004", "Albert", |
|
59043
|
|
|
|
|
|
|
"61350126", "Rufus\ River", |
|
59044
|
|
|
|
|
|
|
"61888843", "Marion\ Bay", |
|
59045
|
|
|
|
|
|
|
"61367103", "Evandale", |
|
59046
|
|
|
|
|
|
|
"61889045", "Daly", |
|
59047
|
|
|
|
|
|
|
"61351180", "Maffra", |
|
59048
|
|
|
|
|
|
|
"61266125", "Woodenbong", |
|
59049
|
|
|
|
|
|
|
"612532721", "Woodstock", |
|
59050
|
|
|
|
|
|
|
"61264093", "Cobargo", |
|
59051
|
|
|
|
|
|
|
"61875232", "Willunga", |
|
59052
|
|
|
|
|
|
|
"61341461", "Morwell", |
|
59053
|
|
|
|
|
|
|
"61256582", "Bonalbo", |
|
59054
|
|
|
|
|
|
|
"61886141", "Melrose", |
|
59055
|
|
|
|
|
|
|
"61256150", "Lismore", |
|
59056
|
|
|
|
|
|
|
"618683043", "Dongolocking", |
|
59057
|
|
|
|
|
|
|
"61742706", "Mount\ Garnet", |
|
59058
|
|
|
|
|
|
|
"61367372", "Fingal", |
|
59059
|
|
|
|
|
|
|
"61341523", "Swifts\ Creek", |
|
59060
|
|
|
|
|
|
|
"61359465", "Healesville", |
|
59061
|
|
|
|
|
|
|
"61255514", "Moonan\ Flat", |
|
59062
|
|
|
|
|
|
|
"6138648", "Melbourne", |
|
59063
|
|
|
|
|
|
|
"6173389", "Ipswich", |
|
59064
|
|
|
|
|
|
|
"61266606", "Dyraaba", |
|
59065
|
|
|
|
|
|
|
"61269021", "Carabost", |
|
59066
|
|
|
|
|
|
|
"61364777", "Burnie", |
|
59067
|
|
|
|
|
|
|
"61745574", "Tipton", |
|
59068
|
|
|
|
|
|
|
"61734383", "Dayboro", |
|
59069
|
|
|
|
|
|
|
"61353629", "Banyena", |
|
59070
|
|
|
|
|
|
|
"61350308", "Mildura", |
|
59071
|
|
|
|
|
|
|
"61342250", "Winchelsea\ South", |
|
59072
|
|
|
|
|
|
|
"61348265", "Nathalia", |
|
59073
|
|
|
|
|
|
|
"61259094", "West\ Wyalong", |
|
59074
|
|
|
|
|
|
|
"61358497", "Wanganella", |
|
59075
|
|
|
|
|
|
|
"612631997", "Canowindra", |
|
59076
|
|
|
|
|
|
|
"61730927", "Russell\ Island", |
|
59077
|
|
|
|
|
|
|
"61745210", "Diamantina", |
|
59078
|
|
|
|
|
|
|
"61268660", "Mandagery", |
|
59079
|
|
|
|
|
|
|
"61367317", "St\ Helens", |
|
59080
|
|
|
|
|
|
|
"61746755", "Yetman", |
|
59081
|
|
|
|
|
|
|
"61748409", "Dysart", |
|
59082
|
|
|
|
|
|
|
"61351966", "Gormandale", |
|
59083
|
|
|
|
|
|
|
"61388031", "Melbourne", |
|
59084
|
|
|
|
|
|
|
"61255270", "Kempsey", |
|
59085
|
|
|
|
|
|
|
"61876199", "Kapinnie", |
|
59086
|
|
|
|
|
|
|
"61350605", "Manangatang", |
|
59087
|
|
|
|
|
|
|
"618620", "Wanneroo", |
|
59088
|
|
|
|
|
|
|
"61256098", "Mullumbimby", |
|
59089
|
|
|
|
|
|
|
"61250155", "Tallangatta", |
|
59090
|
|
|
|
|
|
|
"617442971", "Normanton", |
|
59091
|
|
|
|
|
|
|
"61342370", "Cressy", |
|
59092
|
|
|
|
|
|
|
"618683032", "Bradfords", |
|
59093
|
|
|
|
|
|
|
"61269759", "Ungarie", |
|
59094
|
|
|
|
|
|
|
"61891839", "Karratha", |
|
59095
|
|
|
|
|
|
|
"61885915", "Milang", |
|
59096
|
|
|
|
|
|
|
"61891532", "Onslow", |
|
59097
|
|
|
|
|
|
|
"61262278", "Burrinjuck", |
|
59098
|
|
|
|
|
|
|
"618683129", "Bedford\ Harbour", |
|
59099
|
|
|
|
|
|
|
"617486927", "Finch\ Hatton", |
|
59100
|
|
|
|
|
|
|
"612593687", "Egansford", |
|
59101
|
|
|
|
|
|
|
"61361078", "Tarraleah", |
|
59102
|
|
|
|
|
|
|
"617473811", "Barkly", |
|
59103
|
|
|
|
|
|
|
"613442024", "Strathfieldsaye", |
|
59104
|
|
|
|
|
|
|
"61269142", "Lachlan", |
|
59105
|
|
|
|
|
|
|
"61263073", "Frogmore", |
|
59106
|
|
|
|
|
|
|
"61745040", "The\ Gums", |
|
59107
|
|
|
|
|
|
|
"61740750", "Minnamoolka", |
|
59108
|
|
|
|
|
|
|
"61255350", "Broke", |
|
59109
|
|
|
|
|
|
|
"6172889", "Beenleigh", |
|
59110
|
|
|
|
|
|
|
"61862252", "Perth", |
|
59111
|
|
|
|
|
|
|
"61867105", "Donnybrook", |
|
59112
|
|
|
|
|
|
|
"61886022", "Ceduna", |
|
59113
|
|
|
|
|
|
|
"61340488", "Pooncarie", |
|
59114
|
|
|
|
|
|
|
"618763505", "Tarcoola", |
|
59115
|
|
|
|
|
|
|
"618852063", "Gawler", |
|
59116
|
|
|
|
|
|
|
"618683779", "Unicup", |
|
59117
|
|
|
|
|
|
|
"617459855", "Helidon", |
|
59118
|
|
|
|
|
|
|
"6188767", "Kingston\ Se", |
|
59119
|
|
|
|
|
|
|
"6126452", "Cooma", |
|
59120
|
|
|
|
|
|
|
"61340206", "Woomelang", |
|
59121
|
|
|
|
|
|
|
"61753319", "Kalbar", |
|
59122
|
|
|
|
|
|
|
"613532203", "Laharum", |
|
59123
|
|
|
|
|
|
|
"61265325", "Merriwa", |
|
59124
|
|
|
|
|
|
|
"61866611", "Dalwallinu", |
|
59125
|
|
|
|
|
|
|
"61866082", "Lancelin", |
|
59126
|
|
|
|
|
|
|
"61352167", "Lorne", |
|
59127
|
|
|
|
|
|
|
"61363797", "Lilydale", |
|
59128
|
|
|
|
|
|
|
"61749129", "Garnant", |
|
59129
|
|
|
|
|
|
|
"61361475", "Gretna", |
|
59130
|
|
|
|
|
|
|
"61356064", "Leongatha", |
|
59131
|
|
|
|
|
|
|
"618989196", "Quindanning", |
|
59132
|
|
|
|
|
|
|
"613451150", "Cavendish", |
|
59133
|
|
|
|
|
|
|
"61895200", "Bullsbrook\ East", |
|
59134
|
|
|
|
|
|
|
"61261186", "Yass", |
|
59135
|
|
|
|
|
|
|
"6173487", "Redcliffe", |
|
59136
|
|
|
|
|
|
|
"61341164", "Dinner\ Plain", |
|
59137
|
|
|
|
|
|
|
"618854490", "Hartley", |
|
59138
|
|
|
|
|
|
|
"6128458", "Sydney", |
|
59139
|
|
|
|
|
|
|
"61256495", "Glenreagh", |
|
59140
|
|
|
|
|
|
|
"61354311", "Marong", |
|
59141
|
|
|
|
|
|
|
"61896261", "York", |
|
59142
|
|
|
|
|
|
|
"612574171", "Upper\ Horton", |
|
59143
|
|
|
|
|
|
|
"613545007", "Gunbower", |
|
59144
|
|
|
|
|
|
|
"6187185", "Woodside", |
|
59145
|
|
|
|
|
|
|
"618763940", "Caltowie", |
|
59146
|
|
|
|
|
|
|
"61250238", "Talgarno", |
|
59147
|
|
|
|
|
|
|
"617452148", "Lynd\ Range", |
|
59148
|
|
|
|
|
|
|
"61889215", "Roper\ River", |
|
59149
|
|
|
|
|
|
|
"61260120", "Leicester\ Park", |
|
59150
|
|
|
|
|
|
|
"612574721", "Pine\ Ridge", |
|
59151
|
|
|
|
|
|
|
"618753324", "Eudunda", |
|
59152
|
|
|
|
|
|
|
"61358149", "Jimaringle", |
|
59153
|
|
|
|
|
|
|
"6138522", "Clayton", |
|
59154
|
|
|
|
|
|
|
"617486209", "Mardale", |
|
59155
|
|
|
|
|
|
|
"61340085", "Wentworth", |
|
59156
|
|
|
|
|
|
|
"61362626", "Brighton", |
|
59157
|
|
|
|
|
|
|
"61877336", "Tarpeena", |
|
59158
|
|
|
|
|
|
|
"61255408", "Hunter\ Springs", |
|
59159
|
|
|
|
|
|
|
"612583208", "Tyrie", |
|
59160
|
|
|
|
|
|
|
"61260456", "Tallangatta", |
|
59161
|
|
|
|
|
|
|
"617442558", "Halifax", |
|
59162
|
|
|
|
|
|
|
"618967815", "Pantapin", |
|
59163
|
|
|
|
|
|
|
"61265067", "Idaville", |
|
59164
|
|
|
|
|
|
|
"61264417", "Tathra", |
|
59165
|
|
|
|
|
|
|
"61341235", "Dargo", |
|
59166
|
|
|
|
|
|
|
"61255286", "Hunter\ Springs", |
|
59167
|
|
|
|
|
|
|
"61897183", "Balingup", |
|
59168
|
|
|
|
|
|
|
"61242035", "Wollongong", |
|
59169
|
|
|
|
|
|
|
"61340573", "Patchewollock", |
|
59170
|
|
|
|
|
|
|
"61891656", "Newman", |
|
59171
|
|
|
|
|
|
|
"61888728", "South\ Hummocks", |
|
59172
|
|
|
|
|
|
|
"61358709", "Brassi", |
|
59173
|
|
|
|
|
|
|
"618967850", "York", |
|
59174
|
|
|
|
|
|
|
"61392183", "Sunbury", |
|
59175
|
|
|
|
|
|
|
"61878140", "Bute", |
|
59176
|
|
|
|
|
|
|
"61899487", "Geraldton", |
|
59177
|
|
|
|
|
|
|
"6188553", "Kingscote", |
|
59178
|
|
|
|
|
|
|
"61876293", "Kapinnie", |
|
59179
|
|
|
|
|
|
|
"613431162", "Clear\ Lake", |
|
59180
|
|
|
|
|
|
|
"61259160", "Egansford", |
|
59181
|
|
|
|
|
|
|
"61358936", "Mathoura", |
|
59182
|
|
|
|
|
|
|
"61264472", "Merimbula", |
|
59183
|
|
|
|
|
|
|
"61356455", "Leongatha", |
|
59184
|
|
|
|
|
|
|
"61258281", "Hermidale", |
|
59185
|
|
|
|
|
|
|
"61257114", "Armidale", |
|
59186
|
|
|
|
|
|
|
"61351176", "Golden\ Beach", |
|
59187
|
|
|
|
|
|
|
"61243153", "Gosford", |
|
59188
|
|
|
|
|
|
|
"61861092", "Perth", |
|
59189
|
|
|
|
|
|
|
"613442231", "Mitiamo", |
|
59190
|
|
|
|
|
|
|
"61255005", "Taylors\ Arm", |
|
59191
|
|
|
|
|
|
|
"61747174", "Walker", |
|
59192
|
|
|
|
|
|
|
"61253122", "Ooma", |
|
59193
|
|
|
|
|
|
|
"61887130", "Willalooka", |
|
59194
|
|
|
|
|
|
|
"61266196", "Grafton", |
|
59195
|
|
|
|
|
|
|
"61728011", "Ipswich", |
|
59196
|
|
|
|
|
|
|
"61891762", "Whaleback", |
|
59197
|
|
|
|
|
|
|
"61367209", "Moltema", |
|
59198
|
|
|
|
|
|
|
"61743271", "Johnstown\ West", |
|
59199
|
|
|
|
|
|
|
"613441905", "Gunbower", |
|
59200
|
|
|
|
|
|
|
"61743127", "Yarraman", |
|
59201
|
|
|
|
|
|
|
"61356058", "Warragul", |
|
59202
|
|
|
|
|
|
|
"618858535", "Lameroo", |
|
59203
|
|
|
|
|
|
|
"61359231", "Rosebud", |
|
59204
|
|
|
|
|
|
|
"617441388", "Camooweal", |
|
59205
|
|
|
|
|
|
|
"61350195", "Nandaly", |
|
59206
|
|
|
|
|
|
|
"61284203", "Avalon\ Beach", |
|
59207
|
|
|
|
|
|
|
"61269702", "West\ Wyalong", |
|
59208
|
|
|
|
|
|
|
"612592752", "Warralonga", |
|
59209
|
|
|
|
|
|
|
"61341158", "Yarram", |
|
59210
|
|
|
|
|
|
|
"618903361", "Narembeen\ East", |
|
59211
|
|
|
|
|
|
|
"61253211", "Gulgong", |
|
59212
|
|
|
|
|
|
|
"61267292", "Warialda", |
|
59213
|
|
|
|
|
|
|
"61267781", "Wollomombi", |
|
59214
|
|
|
|
|
|
|
"61899034", "Eneabba", |
|
59215
|
|
|
|
|
|
|
"61358013", "Caldwell", |
|
59216
|
|
|
|
|
|
|
"61899371", "Kalbarri", |
|
59217
|
|
|
|
|
|
|
"61864971", "Herne\ Hill", |
|
59218
|
|
|
|
|
|
|
"61745309", "Warrego", |
|
59219
|
|
|
|
|
|
|
"61743120", "Boondooma", |
|
59220
|
|
|
|
|
|
|
"61267594", "Bunnor", |
|
59221
|
|
|
|
|
|
|
"61867142", "Myalup", |
|
59222
|
|
|
|
|
|
|
"618780034", "Riverton", |
|
59223
|
|
|
|
|
|
|
"61886069", "Booleroo\ Centre", |
|
59224
|
|
|
|
|
|
|
"61890084", "Grass\ Patch", |
|
59225
|
|
|
|
|
|
|
"61746576", "Blackall", |
|
59226
|
|
|
|
|
|
|
"61269105", "Griffith", |
|
59227
|
|
|
|
|
|
|
"61350792", "Berriwillock", |
|
59228
|
|
|
|
|
|
|
"61265604", "Smithtown", |
|
59229
|
|
|
|
|
|
|
"61256516", "Woodburn", |
|
59230
|
|
|
|
|
|
|
"61350281", "Werrimull", |
|
59231
|
|
|
|
|
|
|
"61879083", "Arnhem", |
|
59232
|
|
|
|
|
|
|
"61891165", "Marble\ Bar", |
|
59233
|
|
|
|
|
|
|
"613546013", "Kyneton", |
|
59234
|
|
|
|
|
|
|
"61888144", "Port\ Wakefield", |
|
59235
|
|
|
|
|
|
|
"612583617", "Hermidale", |
|
59236
|
|
|
|
|
|
|
"61887137", "Wrattonbully", |
|
59237
|
|
|
|
|
|
|
"61756558", "Beaudesert", |
|
59238
|
|
|
|
|
|
|
"61248573", "Reidsdale", |
|
59239
|
|
|
|
|
|
|
"61263750", "Leadville", |
|
59240
|
|
|
|
|
|
|
"617750059", "Atholwood", |
|
59241
|
|
|
|
|
|
|
"618904256", "Westonia", |
|
59242
|
|
|
|
|
|
|
"61878147", "Maitland", |
|
59243
|
|
|
|
|
|
|
"61899480", "Denham", |
|
59244
|
|
|
|
|
|
|
"6186231", "Perth", |
|
59245
|
|
|
|
|
|
|
"61756229", "Rathdowney", |
|
59246
|
|
|
|
|
|
|
"61877134", "Coonawarra", |
|
59247
|
|
|
|
|
|
|
"61740073", "Kowanyama", |
|
59248
|
|
|
|
|
|
|
"61258195", "Lightning\ Ridge", |
|
59249
|
|
|
|
|
|
|
"61240431", "Laguna", |
|
59250
|
|
|
|
|
|
|
"61259167", "Batlow", |
|
59251
|
|
|
|
|
|
|
"61890437", "Holleton", |
|
59252
|
|
|
|
|
|
|
"61896119", "Regans\ Ford", |
|
59253
|
|
|
|
|
|
|
"61250013", "Howlong", |
|
59254
|
|
|
|
|
|
|
"61364786", "Devonport", |
|
59255
|
|
|
|
|
|
|
"61261384", "Yass", |
|
59256
|
|
|
|
|
|
|
"61341366", "Genoa", |
|
59257
|
|
|
|
|
|
|
"61754026", "Jimna", |
|
59258
|
|
|
|
|
|
|
"61753583", "Nambour", |
|
59259
|
|
|
|
|
|
|
"612583278", "Lightning\ Ridge", |
|
59260
|
|
|
|
|
|
|
"61265060", "Howes\ Valley", |
|
59261
|
|
|
|
|
|
|
"618983644", "Hopetoun", |
|
59262
|
|
|
|
|
|
|
"61749162", "Tieri", |
|
59263
|
|
|
|
|
|
|
"612594207", "Henty", |
|
59264
|
|
|
|
|
|
|
"617487042", "Mount\ Morgan", |
|
59265
|
|
|
|
|
|
|
"61266001", "Coffs\ Harbour", |
|
59266
|
|
|
|
|
|
|
"61356449", "Buffalo", |
|
59267
|
|
|
|
|
|
|
"61888838", "South\ Hummocks", |
|
59268
|
|
|
|
|
|
|
"61741689", "Proston", |
|
59269
|
|
|
|
|
|
|
"618866992", "Melrose", |
|
59270
|
|
|
|
|
|
|
"617480689", "Sarina", |
|
59271
|
|
|
|
|
|
|
"61264410", "Eden", |
|
59272
|
|
|
|
|
|
|
"61753075", "Kalbar", |
|
59273
|
|
|
|
|
|
|
"61260127", "Talmalmo", |
|
59274
|
|
|
|
|
|
|
"618854550", "New\ Well", |
|
59275
|
|
|
|
|
|
|
"61354866", "Heathcote", |
|
59276
|
|
|
|
|
|
|
"61736084", "Brisbane", |
|
59277
|
|
|
|
|
|
|
"618983473", "Fitzgerald", |
|
59278
|
|
|
|
|
|
|
"61877265", "Cannawigara", |
|
59279
|
|
|
|
|
|
|
"618853092", "Callington", |
|
59280
|
|
|
|
|
|
|
"61259288", "Carrathool", |
|
59281
|
|
|
|
|
|
|
"61890546", "Nungarin", |
|
59282
|
|
|
|
|
|
|
"61880903", "White\ Cliffs", |
|
59283
|
|
|
|
|
|
|
"61893952", "Herne\ Hill", |
|
59284
|
|
|
|
|
|
|
"613531713", "Maroona", |
|
59285
|
|
|
|
|
|
|
"618856796", "Geranium", |
|
59286
|
|
|
|
|
|
|
"618967643", "Bencubbin", |
|
59287
|
|
|
|
|
|
|
"61358155", "Numurkah", |
|
59288
|
|
|
|
|
|
|
"61352160", "Inverleigh", |
|
59289
|
|
|
|
|
|
|
"618854515", "Blanchetown", |
|
59290
|
|
|
|
|
|
|
"61363790", "Exeter", |
|
59291
|
|
|
|
|
|
|
"61746203", "St\ George", |
|
59292
|
|
|
|
|
|
|
"613532273", "Warracknabeal", |
|
59293
|
|
|
|
|
|
|
"61876440", "Port\ Neill", |
|
59294
|
|
|
|
|
|
|
"612574101", "Boorolong", |
|
59295
|
|
|
|
|
|
|
"618660943", "Studleigh", |
|
59296
|
|
|
|
|
|
|
"61895207", "Byford", |
|
59297
|
|
|
|
|
|
|
"61354959", "Gunbower", |
|
59298
|
|
|
|
|
|
|
"61268496", "Gwabegar", |
|
59299
|
|
|
|
|
|
|
"61745047", "Glenhope", |
|
59300
|
|
|
|
|
|
|
"61740757", "Ravenshoe", |
|
59301
|
|
|
|
|
|
|
"61255357", "Denman", |
|
59302
|
|
|
|
|
|
|
"61342312", "Queenscliff", |
|
59303
|
|
|
|
|
|
|
"61393604", "Sydenham", |
|
59304
|
|
|
|
|
|
|
"617480549", "Mount\ Coolon", |
|
59305
|
|
|
|
|
|
|
"612583449", "Cobar", |
|
59306
|
|
|
|
|
|
|
"618683709", "Denbarker", |
|
59307
|
|
|
|
|
|
|
"61247048", "Penrith", |
|
59308
|
|
|
|
|
|
|
"61250149", "Nariel", |
|
59309
|
|
|
|
|
|
|
"61896043", "Brookton", |
|
59310
|
|
|
|
|
|
|
"61753478", "Coominya", |
|
59311
|
|
|
|
|
|
|
"61269745", "Maude", |
|
59312
|
|
|
|
|
|
|
"6174864", "Mackay", |
|
59313
|
|
|
|
|
|
|
"61862554", "Perth", |
|
59314
|
|
|
|
|
|
|
"61891234", "Tom\ Price", |
|
59315
|
|
|
|
|
|
|
"61743456", "Maidenwell", |
|
59316
|
|
|
|
|
|
|
"61747376", "Briaba", |
|
59317
|
|
|
|
|
|
|
"612530219", "Rockley", |
|
59318
|
|
|
|
|
|
|
"6135962", "Healesville", |
|
59319
|
|
|
|
|
|
|
"61342377", "Meredith", |
|
59320
|
|
|
|
|
|
|
"61240723", "Mulbring", |
|
59321
|
|
|
|
|
|
|
"618753215", "Meningie\ East", |
|
59322
|
|
|
|
|
|
|
"61888704", "Braemer", |
|
59323
|
|
|
|
|
|
|
"61265491", "Moonan\ Flat", |
|
59324
|
|
|
|
|
|
|
"617442901", "Gumlu", |
|
59325
|
|
|
|
|
|
|
"61257316", "Wenna", |
|
59326
|
|
|
|
|
|
|
"61253169", "Neville", |
|
59327
|
|
|
|
|
|
|
"618763461", "Hawker", |
|
59328
|
|
|
|
|
|
|
"61351374", "Maffra", |
|
59329
|
|
|
|
|
|
|
"61351031", "Buchan", |
|
59330
|
|
|
|
|
|
|
"613431749", "Ballarat", |
|
59331
|
|
|
|
|
|
|
"61255042", "Muswellbrook", |
|
59332
|
|
|
|
|
|
|
"61746699", "Dalby", |
|
59333
|
|
|
|
|
|
|
"61341413", "Morwell", |
|
59334
|
|
|
|
|
|
|
"61898675", "Pingrup", |
|
59335
|
|
|
|
|
|
|
"61244758", "Jilliga", |
|
59336
|
|
|
|
|
|
|
"61745352", "Yetman", |
|
59337
|
|
|
|
|
|
|
"61256321", "Lismore", |
|
59338
|
|
|
|
|
|
|
"61255424", "Ravensworth", |
|
59339
|
|
|
|
|
|
|
"61249993", "Bandon\ Grove", |
|
59340
|
|
|
|
|
|
|
"61740031", "Cooktown", |
|
59341
|
|
|
|
|
|
|
"61891479", "Marble\ Bar", |
|
59342
|
|
|
|
|
|
|
"61860050", "Marvel\ Loch", |
|
59343
|
|
|
|
|
|
|
"618869017", "Iron\ Knob", |
|
59344
|
|
|
|
|
|
|
"61363088", "Targa", |
|
59345
|
|
|
|
|
|
|
"61745714", "Toowoomba", |
|
59346
|
|
|
|
|
|
|
"61260679", "Albury", |
|
59347
|
|
|
|
|
|
|
"61364517", "Currie", |
|
59348
|
|
|
|
|
|
|
"61851200", "Whaleback", |
|
59349
|
|
|
|
|
|
|
"61889387", "Victoria\ River", |
|
59350
|
|
|
|
|
|
|
"61352896", "Aireys\ Inlet", |
|
59351
|
|
|
|
|
|
|
"61265403", "Bunnan", |
|
59352
|
|
|
|
|
|
|
"61259610", "Goolgowi", |
|
59353
|
|
|
|
|
|
|
"612593775", "Currawarna", |
|
59354
|
|
|
|
|
|
|
"61746840", "Stanthorpe", |
|
59355
|
|
|
|
|
|
|
"61885135", "Murray\ Bridge", |
|
59356
|
|
|
|
|
|
|
"61753728", "Noosaville", |
|
59357
|
|
|
|
|
|
|
"618967618", "Badgerin\ Rock", |
|
59358
|
|
|
|
|
|
|
"61245609", "St\ Albans", |
|
59359
|
|
|
|
|
|
|
"61257000", "Bohena", |
|
59360
|
|
|
|
|
|
|
"61749670", "Mackay", |
|
59361
|
|
|
|
|
|
|
"61889634", "Ranken\ River", |
|
59362
|
|
|
|
|
|
|
"61353630", "Murtoa", |
|
59363
|
|
|
|
|
|
|
"61256555", "Ettrick", |
|
59364
|
|
|
|
|
|
|
"618660918", "Moora", |
|
59365
|
|
|
|
|
|
|
"612592689", "Carrathool", |
|
59366
|
|
|
|
|
|
|
"61357395", "Strathbogie", |
|
59367
|
|
|
|
|
|
|
"613574652", "Cheshunt", |
|
59368
|
|
|
|
|
|
|
"612532987", "Orange", |
|
59369
|
|
|
|
|
|
|
"61885258", "Gawler", |
|
59370
|
|
|
|
|
|
|
"61263176", "Neville", |
|
59371
|
|
|
|
|
|
|
"617441412", "Karumba", |
|
59372
|
|
|
|
|
|
|
"61351585", "Combienbar", |
|
59373
|
|
|
|
|
|
|
"61875188", "Lameroo", |
|
59374
|
|
|
|
|
|
|
"6173443", "Brisbane", |
|
59375
|
|
|
|
|
|
|
"612594404", "Gunbar", |
|
59376
|
|
|
|
|
|
|
"61343096", "Horsham", |
|
59377
|
|
|
|
|
|
|
"613442233", "Murrabit", |
|
59378
|
|
|
|
|
|
|
"61285217", "Sutherland", |
|
59379
|
|
|
|
|
|
|
"618903363", "Narembeen\ East", |
|
59380
|
|
|
|
|
|
|
"61746291", "St\ George", |
|
59381
|
|
|
|
|
|
|
"617452642", "Oakey", |
|
59382
|
|
|
|
|
|
|
"61746782", "Diamondy", |
|
59383
|
|
|
|
|
|
|
"612583792", "Double\ Peaks", |
|
59384
|
|
|
|
|
|
|
"618867775", "Terowie", |
|
59385
|
|
|
|
|
|
|
"61361211", "Strathgordon", |
|
59386
|
|
|
|
|
|
|
"61879384", "Alyangula", |
|
59387
|
|
|
|
|
|
|
"618753432", "Sandleton", |
|
59388
|
|
|
|
|
|
|
"61248531", "Gunning", |
|
59389
|
|
|
|
|
|
|
"61886178", "Peterborough", |
|
59390
|
|
|
|
|
|
|
"61898537", "Nomans\ Lake", |
|
59391
|
|
|
|
|
|
|
"61887223", "Bordertown", |
|
59392
|
|
|
|
|
|
|
"6136285", "Hobart", |
|
59393
|
|
|
|
|
|
|
"61350689", "Wemen", |
|
59394
|
|
|
|
|
|
|
"61747448", "Mount\ Isa", |
|
59395
|
|
|
|
|
|
|
"61253078", "Blayney", |
|
59396
|
|
|
|
|
|
|
"61358116", "Brassi", |
|
59397
|
|
|
|
|
|
|
"617486576", "Tungamull", |
|
59398
|
|
|
|
|
|
|
"612574595", "Glencoe", |
|
59399
|
|
|
|
|
|
|
"617473813", "Barkly", |
|
59400
|
|
|
|
|
|
|
"613431816", "Ballan", |
|
59401
|
|
|
|
|
|
|
"618989327", "Wickepin", |
|
59402
|
|
|
|
|
|
|
"61748485", "Rockhampton", |
|
59403
|
|
|
|
|
|
|
"61743018", "Maryborough", |
|
59404
|
|
|
|
|
|
|
"6173720", "Brisbane", |
|
59405
|
|
|
|
|
|
|
"61889964", "Alyangula", |
|
59406
|
|
|
|
|
|
|
"617442973", "Pentland", |
|
59407
|
|
|
|
|
|
|
"61373000", "Craigieburn", |
|
59408
|
|
|
|
|
|
|
"61895441", "Bindoon", |
|
59409
|
|
|
|
|
|
|
"61353960", "Warracknabeal", |
|
59410
|
|
|
|
|
|
|
"61896344", "Badgingarra", |
|
59411
|
|
|
|
|
|
|
"61752151", "Kilkivan", |
|
59412
|
|
|
|
|
|
|
"618683220", "Wickepin", |
|
59413
|
|
|
|
|
|
|
"6136250", "Nubeena", |
|
59414
|
|
|
|
|
|
|
"617441896", "Gumlu", |
|
59415
|
|
|
|
|
|
|
"61875267", "Goolwa", |
|
59416
|
|
|
|
|
|
|
"6139518", "Clayton", |
|
59417
|
|
|
|
|
|
|
"6189182", "Karratha", |
|
59418
|
|
|
|
|
|
|
"61868097", "Quindanning", |
|
59419
|
|
|
|
|
|
|
"618852061", "Gawler", |
|
59420
|
|
|
|
|
|
|
"61268929", "Myamley", |
|
59421
|
|
|
|
|
|
|
"61266093", "Tabulam", |
|
59422
|
|
|
|
|
|
|
"618964970", "Calingiri", |
|
59423
|
|
|
|
|
|
|
"61355111", "Mount\ Richmond", |
|
59424
|
|
|
|
|
|
|
"61344080", "Talbot", |
|
59425
|
|
|
|
|
|
|
"61731132", "Sandgate", |
|
59426
|
|
|
|
|
|
|
"612593822", "Tullibigeal", |
|
59427
|
|
|
|
|
|
|
"61240588", "Bulahdelah", |
|
59428
|
|
|
|
|
|
|
"61898767", "Walyurin", |
|
59429
|
|
|
|
|
|
|
"61753346", "Caloundra", |
|
59430
|
|
|
|
|
|
|
"617314", "Brisbane", |
|
59431
|
|
|
|
|
|
|
"61248761", "Yerrinbool", |
|
59432
|
|
|
|
|
|
|
"6136442", "Wynyard", |
|
59433
|
|
|
|
|
|
|
"61350940", "Underbool", |
|
59434
|
|
|
|
|
|
|
"61351073", "Goongerah", |
|
59435
|
|
|
|
|
|
|
"61264125", "Cathcart", |
|
59436
|
|
|
|
|
|
|
"617452582", "Helidon", |
|
59437
|
|
|
|
|
|
|
"617480246", "Gemfields", |
|
59438
|
|
|
|
|
|
|
"6139207", "Melbourne", |
|
59439
|
|
|
|
|
|
|
"61743415", "Eidsvold", |
|
59440
|
|
|
|
|
|
|
"612574839", "Wenna", |
|
59441
|
|
|
|
|
|
|
"612574173", "Walcha", |
|
59442
|
|
|
|
|
|
|
"61255623", "Byabarra", |
|
59443
|
|
|
|
|
|
|
"613532201", "Laharum", |
|
59444
|
|
|
|
|
|
|
"612594112", "Griffith", |
|
59445
|
|
|
|
|
|
|
"61747045", "Charters\ Towers", |
|
59446
|
|
|
|
|
|
|
"61284185", "Avalon\ Beach", |
|
59447
|
|
|
|
|
|
|
"61257355", "Breeza", |
|
59448
|
|
|
|
|
|
|
"618863707", "Rudall", |
|
59449
|
|
|
|
|
|
|
"61748088", "Goovigen", |
|
59450
|
|
|
|
|
|
|
"61264606", "Merimbula", |
|
59451
|
|
|
|
|
|
|
"618993049", "Guranu", |
|
59452
|
|
|
|
|
|
|
"612574723", "Plumthorpe", |
|
59453
|
|
|
|
|
|
|
"61896622", "Dalwallinu", |
|
59454
|
|
|
|
|
|
|
"61741792", "Kumbia", |
|
59455
|
|
|
|
|
|
|
"61877092", "Conmurra", |
|
59456
|
|
|
|
|
|
|
"613451166", "Darlington", |
|
59457
|
|
|
|
|
|
|
"61897086", "Pemberton", |
|
59458
|
|
|
|
|
|
|
"618862912", "Coulta", |
|
59459
|
|
|
|
|
|
|
"61887910", "Bangham", |
|
59460
|
|
|
|
|
|
|
"613431884", "Ballan", |
|
59461
|
|
|
|
|
|
|
"6124834", "Tuena", |
|
59462
|
|
|
|
|
|
|
"61888319", "Ardrossan", |
|
59463
|
|
|
|
|
|
|
"617476495", "Giru", |
|
59464
|
|
|
|
|
|
|
"61887917", "Marcollat", |
|
59465
|
|
|
|
|
|
|
"61356363", "Icy\ Creek", |
|
59466
|
|
|
|
|
|
|
"61756095", "Beaudesert", |
|
59467
|
|
|
|
|
|
|
"61359506", "Red\ Hill", |
|
59468
|
|
|
|
|
|
|
"6128504", "Sydney", |
|
59469
|
|
|
|
|
|
|
"61747059", "Kalkadoon", |
|
59470
|
|
|
|
|
|
|
"61744152", "Eddington", |
|
59471
|
|
|
|
|
|
|
"617476510", "Gumlu", |
|
59472
|
|
|
|
|
|
|
"61257349", "Ben\ Lomond", |
|
59473
|
|
|
|
|
|
|
"6126641", "Grafton", |
|
59474
|
|
|
|
|
|
|
"61754123", "Caloundra", |
|
59475
|
|
|
|
|
|
|
"61888951", "Halbury", |
|
59476
|
|
|
|
|
|
|
"61741195", "Mulgildie", |
|
59477
|
|
|
|
|
|
|
"612574103", "Bundarra", |
|
59478
|
|
|
|
|
|
|
"61250116", "Coppabella", |
|
59479
|
|
|
|
|
|
|
"618660941", "Regans\ Ford", |
|
59480
|
|
|
|
|
|
|
"618683354", "Dumbleyung", |
|
59481
|
|
|
|
|
|
|
"617476555", "Kirk", |
|
59482
|
|
|
|
|
|
|
"61887972", "Coonawarra", |
|
59483
|
|
|
|
|
|
|
"613531711", "Maroona", |
|
59484
|
|
|
|
|
|
|
"61740176", "Mareeba", |
|
59485
|
|
|
|
|
|
|
"618967641", "Bencubbin", |
|
59486
|
|
|
|
|
|
|
"61888075", "Paskeville", |
|
59487
|
|
|
|
|
|
|
"61269283", "Galore", |
|
59488
|
|
|
|
|
|
|
"61885956", "Taldra", |
|
59489
|
|
|
|
|
|
|
"617486720", "St\ Lawrence", |
|
59490
|
|
|
|
|
|
|
"618865080", "Tarcoola", |
|
59491
|
|
|
|
|
|
|
"618854566", "Taylorville", |
|
59492
|
|
|
|
|
|
|
"613532271", "Warracknabeal", |
|
59493
|
|
|
|
|
|
|
"61264722", "Bonang", |
|
59494
|
|
|
|
|
|
|
"618763747", "Wandearah\ East", |
|
59495
|
|
|
|
|
|
|
"612530155", "Neville\/Lyndhurst\/Maimuru\/Manildra", |
|
59496
|
|
|
|
|
|
|
"61344087", "Lockington", |
|
59497
|
|
|
|
|
|
|
"618753159", "Halidon", |
|
59498
|
|
|
|
|
|
|
"618964900", "Miling", |
|
59499
|
|
|
|
|
|
|
"61268806", "Mendooran", |
|
59500
|
|
|
|
|
|
|
"61868090", "Cuballing", |
|
59501
|
|
|
|
|
|
|
"61753704", "Nambour", |
|
59502
|
|
|
|
|
|
|
"61899192", "Perenjori\ East", |
|
59503
|
|
|
|
|
|
|
"61890877", "Collurabbie", |
|
59504
|
|
|
|
|
|
|
"612574455", "Pine\ Ridge", |
|
59505
|
|
|
|
|
|
|
"61898760", "Wagin", |
|
59506
|
|
|
|
|
|
|
"61890519", "Leonora", |
|
59507
|
|
|
|
|
|
|
"618763463", "Indian\ Pacific", |
|
59508
|
|
|
|
|
|
|
"61267454", "Tenterden", |
|
59509
|
|
|
|
|
|
|
"61263374", "Killongbutta", |
|
59510
|
|
|
|
|
|
|
"612530110", "Lyndhurst", |
|
59511
|
|
|
|
|
|
|
"61361169", "Tarraleah", |
|
59512
|
|
|
|
|
|
|
"6189173", "Port\ Hedland", |
|
59513
|
|
|
|
|
|
|
"61287471", "Bankstown", |
|
59514
|
|
|
|
|
|
|
"61263031", "Burraga", |
|
59515
|
|
|
|
|
|
|
"6134336", "Goroke\/Halls\ Gap\/Horsham\/Jeparit\/Kalkee\/Ballarat", |
|
59516
|
|
|
|
|
|
|
"61875260", "Halidon", |
|
59517
|
|
|
|
|
|
|
"61373007", "Point\ Cook", |
|
59518
|
|
|
|
|
|
|
"61353967", "Wilkur", |
|
59519
|
|
|
|
|
|
|
"612685677", "Cumborah", |
|
59520
|
|
|
|
|
|
|
"61876201", "Kelly", |
|
59521
|
|
|
|
|
|
|
"612574410", "Craigleigh", |
|
59522
|
|
|
|
|
|
|
"617442903", "Gununa", |
|
59523
|
|
|
|
|
|
|
"61890812", "Southern\ Cross", |
|
59524
|
|
|
|
|
|
|
"61355524", "Dunkeld", |
|
59525
|
|
|
|
|
|
|
"618867705", "Willowie", |
|
59526
|
|
|
|
|
|
|
"61268962", "Mount\ Herring", |
|
59527
|
|
|
|
|
|
|
"61755405", "Beaudesert", |
|
59528
|
|
|
|
|
|
|
"61753144", "Lowood", |
|
59529
|
|
|
|
|
|
|
"617458692", "Warra", |
|
59530
|
|
|
|
|
|
|
"6126950", "Narrandera", |
|
59531
|
|
|
|
|
|
|
"61743596", "Moonford", |
|
59532
|
|
|
|
|
|
|
"618661068", "Northam", |
|
59533
|
|
|
|
|
|
|
"61898530", "Porongurup", |
|
59534
|
|
|
|
|
|
|
"61891318", "Sandfire", |
|
59535
|
|
|
|
|
|
|
"61746185", "Taroom", |
|
59536
|
|
|
|
|
|
|
"61357421", "Yarrawonga", |
|
59537
|
|
|
|
|
|
|
"618993289", "Wiluna", |
|
59538
|
|
|
|
|
|
|
"61356416", "Leongatha", |
|
59539
|
|
|
|
|
|
|
"61742038", "Innot\ Hot\ Springs", |
|
59540
|
|
|
|
|
|
|
"61267065", "Elcombe", |
|
59541
|
|
|
|
|
|
|
"61359273", "Mornington", |
|
59542
|
|
|
|
|
|
|
"61896146", "Miling", |
|
59543
|
|
|
|
|
|
|
"61743233", "Yarraman", |
|
59544
|
|
|
|
|
|
|
"61285210", "Sutherland", |
|
59545
|
|
|
|
|
|
|
"617452400", "Wallumbilla", |
|
59546
|
|
|
|
|
|
|
"61899333", "Eneabba", |
|
59547
|
|
|
|
|
|
|
"61864933", "Armadale", |
|
59548
|
|
|
|
|
|
|
"613546011", "Kyneton", |
|
59549
|
|
|
|
|
|
|
"617480086", "Nathan\ Gorge", |
|
59550
|
|
|
|
|
|
|
"61891615", "Derby", |
|
59551
|
|
|
|
|
|
|
"618683690", "Arthur\ River", |
|
59552
|
|
|
|
|
|
|
"61238184", "Taralga", |
|
59553
|
|
|
|
|
|
|
"61257007", "Wee\ Waa", |
|
59554
|
|
|
|
|
|
|
"618982486", "Tenterden", |
|
59555
|
|
|
|
|
|
|
"61259617", "Merriwagga", |
|
59556
|
|
|
|
|
|
|
"612593705", "Lachlan", |
|
59557
|
|
|
|
|
|
|
"6124426", "Nowra", |
|
59558
|
|
|
|
|
|
|
"61888583", "Yorketown", |
|
59559
|
|
|
|
|
|
|
"61353637", "Dimboola", |
|
59560
|
|
|
|
|
|
|
"61340531", "Pooncarie", |
|
59561
|
|
|
|
|
|
|
"61885732", "Coonalpyn", |
|
59562
|
|
|
|
|
|
|
"61355973", "Penshurst", |
|
59563
|
|
|
|
|
|
|
"61749677", "Cannon\ Valley", |
|
59564
|
|
|
|
|
|
|
"618763358", "Gairdner", |
|
59565
|
|
|
|
|
|
|
"617458955", "Winton", |
|
59566
|
|
|
|
|
|
|
"61730939", "Dayboro", |
|
59567
|
|
|
|
|
|
|
"61256549", "Casino", |
|
59568
|
|
|
|
|
|
|
"61860057", "Munglinup", |
|
59569
|
|
|
|
|
|
|
"61343101", "Horsham", |
|
59570
|
|
|
|
|
|
|
"61357563", "Seymour", |
|
59571
|
|
|
|
|
|
|
"61749612", "Gladstone", |
|
59572
|
|
|
|
|
|
|
"61749081", "Nebo", |
|
59573
|
|
|
|
|
|
|
"612582447", "Barrier", |
|
59574
|
|
|
|
|
|
|
"61889380", "Jabiru", |
|
59575
|
|
|
|
|
|
|
"612574968", "Rowena", |
|
59576
|
|
|
|
|
|
|
"61260018", "Corryong", |
|
59577
|
|
|
|
|
|
|
"618600774", "Mukinbudin", |
|
59578
|
|
|
|
|
|
|
"61364510", "Smithton", |
|
59579
|
|
|
|
|
|
|
"61851207", "De\ Grey", |
|
59580
|
|
|
|
|
|
|
"61744109", "Townsville", |
|
59581
|
|
|
|
|
|
|
"618904260", "Wialki\ North", |
|
59582
|
|
|
|
|
|
|
"61740966", "Malanda", |
|
59583
|
|
|
|
|
|
|
"612583563", "Wellington", |
|
59584
|
|
|
|
|
|
|
"617480463", "Carmila", |
|
59585
|
|
|
|
|
|
|
"61362507", "Dunalley", |
|
59586
|
|
|
|
|
|
|
"61741605", "Wondai", |
|
59587
|
|
|
|
|
|
|
"6138366", "Point\ Cook", |
|
59588
|
|
|
|
|
|
|
"61888200", "Braemer", |
|
59589
|
|
|
|
|
|
|
"61263268", "Ooma", |
|
59590
|
|
|
|
|
|
|
"61866049", "Quairading", |
|
59591
|
|
|
|
|
|
|
"61383515", "Craigieburn", |
|
59592
|
|
|
|
|
|
|
"61269850", "Burcher", |
|
59593
|
|
|
|
|
|
|
"6126686", "Ballina", |
|
59594
|
|
|
|
|
|
|
"6128484", "Sydney", |
|
59595
|
|
|
|
|
|
|
"61887162", "Lucindale", |
|
59596
|
|
|
|
|
|
|
"61358182", "Wakool", |
|
59597
|
|
|
|
|
|
|
"612532968", "Laheys\ Creek", |
|
59598
|
|
|
|
|
|
|
"61868164", "Jacup", |
|
59599
|
|
|
|
|
|
|
"618683281", "Kondinin", |
|
59600
|
|
|
|
|
|
|
"61387711", "Sunbury", |
|
59601
|
|
|
|
|
|
|
"61340340", "Karawinna", |
|
59602
|
|
|
|
|
|
|
"61361263", "Richmond", |
|
59603
|
|
|
|
|
|
|
"618683507", "Hyden\ East", |
|
59604
|
|
|
|
|
|
|
"61886266", "Courela", |
|
59605
|
|
|
|
|
|
|
"617487031", "Lethebrook", |
|
59606
|
|
|
|
|
|
|
"61740859", "Cooktown", |
|
59607
|
|
|
|
|
|
|
"61879170", "Roper\ River", |
|
59608
|
|
|
|
|
|
|
"613432159", "Lorquon", |
|
59609
|
|
|
|
|
|
|
"613470693", "Kinglake", |
|
59610
|
|
|
|
|
|
|
"61256999", "Lismore", |
|
59611
|
|
|
|
|
|
|
"61258023", "Walgett", |
|
59612
|
|
|
|
|
|
|
"61899602", "Northern\ Gully", |
|
59613
|
|
|
|
|
|
|
"613573077", "Kobyboyn", |
|
59614
|
|
|
|
|
|
|
"61897012", "Boyup\ Brook", |
|
59615
|
|
|
|
|
|
|
"6135261", "Torquay", |
|
59616
|
|
|
|
|
|
|
"61897681", "Bunbury", |
|
59617
|
|
|
|
|
|
|
"61749137", "Yeppoon", |
|
59618
|
|
|
|
|
|
|
"61740180", "Dimbulah", |
|
59619
|
|
|
|
|
|
|
"61745688", "Diamantina", |
|
59620
|
|
|
|
|
|
|
"61363294", "Longford", |
|
59621
|
|
|
|
|
|
|
"61248052", "Nerriga", |
|
59622
|
|
|
|
|
|
|
"61754229", "Woodford", |
|
59623
|
|
|
|
|
|
|
"613553694", "Edenhope", |
|
59624
|
|
|
|
|
|
|
"612582452", "Binnaway", |
|
59625
|
|
|
|
|
|
|
"61897077", "Myalup", |
|
59626
|
|
|
|
|
|
|
"617473997", "Hughenden", |
|
59627
|
|
|
|
|
|
|
"61367191", "Beaconsfield", |
|
59628
|
|
|
|
|
|
|
"61353112", "Glenorchy", |
|
59629
|
|
|
|
|
|
|
"61898341", "Lumeah", |
|
59630
|
|
|
|
|
|
|
"61741126", "Proston", |
|
59631
|
|
|
|
|
|
|
"613531890", "Banyena", |
|
59632
|
|
|
|
|
|
|
"61753441", "Crossdale", |
|
59633
|
|
|
|
|
|
|
"612482", "Goulburn", |
|
59634
|
|
|
|
|
|
|
"61269189", "Marsden", |
|
59635
|
|
|
|
|
|
|
"61756026", "Southport", |
|
59636
|
|
|
|
|
|
|
"61259132", "Mangoplah", |
|
59637
|
|
|
|
|
|
|
"61264001", "Adaminaby", |
|
59638
|
|
|
|
|
|
|
"6175565", "Tweed\ Heads", |
|
59639
|
|
|
|
|
|
|
"61359353", "Cranbourne", |
|
59640
|
|
|
|
|
|
|
"61745385", "Durham\ Downs", |
|
59641
|
|
|
|
|
|
|
"61890462", "Coomalbidgup", |
|
59642
|
|
|
|
|
|
|
"61357124", "Tatong", |
|
59643
|
|
|
|
|
|
|
"61267151", "Armidale", |
|
59644
|
|
|
|
|
|
|
"618753382", "Yankalilla", |
|
59645
|
|
|
|
|
|
|
"612594397", "Egansford", |
|
59646
|
|
|
|
|
|
|
"612574258", "Oakey\ Creek", |
|
59647
|
|
|
|
|
|
|
"612532455", "Molong", |
|
59648
|
|
|
|
|
|
|
"61741450", "Murgon", |
|
59649
|
|
|
|
|
|
|
"61263845", "Murringo", |
|
59650
|
|
|
|
|
|
|
"61868158", "Moulyinning", |
|
59651
|
|
|
|
|
|
|
"618680033", "Lake\ Magenta", |
|
59652
|
|
|
|
|
|
|
"618967776", "Brookton", |
|
59653
|
|
|
|
|
|
|
"613470914", "Chiltern", |
|
59654
|
|
|
|
|
|
|
"61889376", "Batchelor", |
|
59655
|
|
|
|
|
|
|
"617485843", "Calen", |
|
59656
|
|
|
|
|
|
|
"61748294", "Mackay", |
|
59657
|
|
|
|
|
|
|
"61364665", "Wynyard", |
|
59658
|
|
|
|
|
|
|
"61268117", "Warrington", |
|
59659
|
|
|
|
|
|
|
"61356866", "Warragul", |
|
59660
|
|
|
|
|
|
|
"61740636", "Euramo", |
|
59661
|
|
|
|
|
|
|
"6135175", "Traralgon", |
|
59662
|
|
|
|
|
|
|
"61248009", "Bowral", |
|
59663
|
|
|
|
|
|
|
"61756230", "Southport", |
|
59664
|
|
|
|
|
|
|
"61260865", "Talgarno", |
|
59665
|
|
|
|
|
|
|
"6138393", "Melbourne", |
|
59666
|
|
|
|
|
|
|
"61268172", "Bruie\ Plains", |
|
59667
|
|
|
|
|
|
|
"612570011", "Baan\ Baa", |
|
59668
|
|
|
|
|
|
|
"61348092", "Brassi", |
|
59669
|
|
|
|
|
|
|
"617480358", "Agnes\ Water", |
|
59670
|
|
|
|
|
|
|
"61263254", "Hill\ End", |
|
59671
|
|
|
|
|
|
|
"61358800", "Wakool", |
|
59672
|
|
|
|
|
|
|
"618996969", "Arrowsmith", |
|
59673
|
|
|
|
|
|
|
"613553913", "Mount\ Richmond", |
|
59674
|
|
|
|
|
|
|
"61267818", "Pine\ Ridge", |
|
59675
|
|
|
|
|
|
|
"61754808", "Pomona", |
|
59676
|
|
|
|
|
|
|
"618763752", "Wilmington", |
|
59677
|
|
|
|
|
|
|
"61268303", "Trundle", |
|
59678
|
|
|
|
|
|
|
"618680057", "Moulyinning", |
|
59679
|
|
|
|
|
|
|
"61263187", "Orange", |
|
59680
|
|
|
|
|
|
|
"61891560", "Karratha", |
|
59681
|
|
|
|
|
|
|
"612685804", "Coolabah", |
|
59682
|
|
|
|
|
|
|
"61734925", "Dunwich", |
|
59683
|
|
|
|
|
|
|
"6189492", "Perth", |
|
59684
|
|
|
|
|
|
|
"61355163", "Wallacedale", |
|
59685
|
|
|
|
|
|
|
"61868235", "Corackerup", |
|
59686
|
|
|
|
|
|
|
"61743139", "Brooweena", |
|
59687
|
|
|
|
|
|
|
"613442082", "Raywood", |
|
59688
|
|
|
|
|
|
|
"61878228", "Warooka", |
|
59689
|
|
|
|
|
|
|
"61743525", "Boondooma", |
|
59690
|
|
|
|
|
|
|
"61344131", "Buckrabanyule", |
|
59691
|
|
|
|
|
|
|
"61264394", "Ando", |
|
59692
|
|
|
|
|
|
|
"61362850", "Strathgordon", |
|
59693
|
|
|
|
|
|
|
"61357108", "Seymour", |
|
59694
|
|
|
|
|
|
|
"61340009", "Karawinna", |
|
59695
|
|
|
|
|
|
|
"61257275", "Pine\ Ridge", |
|
59696
|
|
|
|
|
|
|
"612685590", "Berkley\ Downs", |
|
59697
|
|
|
|
|
|
|
"617442828", "Boulia", |
|
59698
|
|
|
|
|
|
|
"61240092", "Branxton", |
|
59699
|
|
|
|
|
|
|
"612532839", "Kandos", |
|
59700
|
|
|
|
|
|
|
"618682206", "Williams", |
|
59701
|
|
|
|
|
|
|
"618864614", "Redhill", |
|
59702
|
|
|
|
|
|
|
"61364156", "Burnie", |
|
59703
|
|
|
|
|
|
|
"61741642", "Kingaroy", |
|
59704
|
|
|
|
|
|
|
"612685874", "Alectown", |
|
59705
|
|
|
|
|
|
|
"618997007", "Pindar\ South", |
|
59706
|
|
|
|
|
|
|
"61851075", "Onslow", |
|
59707
|
|
|
|
|
|
|
"61891567", "Millstream", |
|
59708
|
|
|
|
|
|
|
"61263180", "Oberon", |
|
59709
|
|
|
|
|
|
|
"61887129", "Western\ Flat", |
|
59710
|
|
|
|
|
|
|
"61356482", "Bunyip", |
|
59711
|
|
|
|
|
|
|
"612532723", "Young", |
|
59712
|
|
|
|
|
|
|
"61355414", "Terang", |
|
59713
|
|
|
|
|
|
|
"61356311", "San\ Remo", |
|
59714
|
|
|
|
|
|
|
"612593749", "Yenda", |
|
59715
|
|
|
|
|
|
|
"6135419", "Kyneton", |
|
59716
|
|
|
|
|
|
|
"61899348", "Kalbarri", |
|
59717
|
|
|
|
|
|
|
"61756237", "Ormeau", |
|
59718
|
|
|
|
|
|
|
"61886968", "The\ Ranges", |
|
59719
|
|
|
|
|
|
|
"61268775", "Buckinguy", |
|
59720
|
|
|
|
|
|
|
"61357326", "Buffalo\ River", |
|
59721
|
|
|
|
|
|
|
"618683041", "Denbarker", |
|
59722
|
|
|
|
|
|
|
"61867189", "Brunswick\ Junction", |
|
59723
|
|
|
|
|
|
|
"61358807", "Wanganella", |
|
59724
|
|
|
|
|
|
|
"6174684", "Ballandean", |
|
59725
|
|
|
|
|
|
|
"61247136", "Penrith", |
|
59726
|
|
|
|
|
|
|
"61263859", "Frogmore", |
|
59727
|
|
|
|
|
|
|
"61741324", "Yandaran", |
|
59728
|
|
|
|
|
|
|
"61743248", "Maryborough", |
|
59729
|
|
|
|
|
|
|
"61352132", "Meredith", |
|
59730
|
|
|
|
|
|
|
"612583398", "Berkley\ Downs", |
|
59731
|
|
|
|
|
|
|
"61741457", "Gaeta", |
|
59732
|
|
|
|
|
|
|
"61748592", "Sarina", |
|
59733
|
|
|
|
|
|
|
"61263966", "Cumnock", |
|
59734
|
|
|
|
|
|
|
"61742043", "Kuranda", |
|
59735
|
|
|
|
|
|
|
"61268110", "Tottenham", |
|
59736
|
|
|
|
|
|
|
"61895144", "Lake\ Clifton", |
|
59737
|
|
|
|
|
|
|
"61246232", "Camden", |
|
59738
|
|
|
|
|
|
|
"61740268", "Dimbulah", |
|
59739
|
|
|
|
|
|
|
"618967706", "Trayning", |
|
59740
|
|
|
|
|
|
|
"613524", "Geelong", |
|
59741
|
|
|
|
|
|
|
"61260139", "Albury", |
|
59742
|
|
|
|
|
|
|
"61752065", "Kalbar", |
|
59743
|
|
|
|
|
|
|
"61250182", "Talgarno", |
|
59744
|
|
|
|
|
|
|
"61244188", "Bawley\ Point", |
|
59745
|
|
|
|
|
|
|
"61352393", "Apollo\ Bay", |
|
59746
|
|
|
|
|
|
|
"618865021", "Glendambo", |
|
59747
|
|
|
|
|
|
|
"61897070", "Bunbury", |
|
59748
|
|
|
|
|
|
|
"61878204", "Booborowie", |
|
59749
|
|
|
|
|
|
|
"6128864", "Sydney", |
|
59750
|
|
|
|
|
|
|
"61885378", "Eudunda", |
|
59751
|
|
|
|
|
|
|
"61353715", "Natimuk", |
|
59752
|
|
|
|
|
|
|
"61260525", "Howlong", |
|
59753
|
|
|
|
|
|
|
"613442242", "St\ Arnaud", |
|
59754
|
|
|
|
|
|
|
"618850795", "Renmark", |
|
59755
|
|
|
|
|
|
|
"618661087", "Aldersyde", |
|
59756
|
|
|
|
|
|
|
"61367285", "Pyengana", |
|
59757
|
|
|
|
|
|
|
"61356526", "Trafalgar", |
|
59758
|
|
|
|
|
|
|
"61361041", "Tarraleah", |
|
59759
|
|
|
|
|
|
|
"61749130", "Rockhampton", |
|
59760
|
|
|
|
|
|
|
"61263802", "Boorowa", |
|
59761
|
|
|
|
|
|
|
"61889174", "Simpson", |
|
59762
|
|
|
|
|
|
|
"612570048", "Pilliga", |
|
59763
|
|
|
|
|
|
|
"61357511", "Myrtleford", |
|
59764
|
|
|
|
|
|
|
"6128738", "Liverpool", |
|
59765
|
|
|
|
|
|
|
"61265032", "Comara", |
|
59766
|
|
|
|
|
|
|
"613532393", "Telopea\ Downs", |
|
59767
|
|
|
|
|
|
|
"61255089", "Kempsey", |
|
59768
|
|
|
|
|
|
|
"617452633", "Nobby", |
|
59769
|
|
|
|
|
|
|
"61363899", "Bicheno", |
|
59770
|
|
|
|
|
|
|
"618753443", "Victor\ Harbor", |
|
59771
|
|
|
|
|
|
|
"612583151", "Cobar", |
|
59772
|
|
|
|
|
|
|
"61740187", "Hopevale", |
|
59773
|
|
|
|
|
|
|
"61866055", "Wannamal", |
|
59774
|
|
|
|
|
|
|
"61886335", "Port\ Pirie", |
|
59775
|
|
|
|
|
|
|
"61340347", "Nandaly", |
|
59776
|
|
|
|
|
|
|
"618683577", "Arthur\ River", |
|
59777
|
|
|
|
|
|
|
"613546267", "Dunolly", |
|
59778
|
|
|
|
|
|
|
"6126732", "Glen\ Innes", |
|
59779
|
|
|
|
|
|
|
"61344076", "Moonambel", |
|
59780
|
|
|
|
|
|
|
"61264196", "Wonboyn\ Lake", |
|
59781
|
|
|
|
|
|
|
"618660754", "Dale\ River", |
|
59782
|
|
|
|
|
|
|
"61357748", "Taggerty", |
|
59783
|
|
|
|
|
|
|
"61879177", "Yulara", |
|
59784
|
|
|
|
|
|
|
"617442836", "Clarke", |
|
59785
|
|
|
|
|
|
|
"61899726", "Yandanooka", |
|
59786
|
|
|
|
|
|
|
"61890886", "Kalgoorlie\/Goldfields", |
|
59787
|
|
|
|
|
|
|
"618967090", "Yorkrakine", |
|
59788
|
|
|
|
|
|
|
"61358785", "Berrigan", |
|
59789
|
|
|
|
|
|
|
"61740254", "Kidston", |
|
59790
|
|
|
|
|
|
|
"61897994", "Dinninup", |
|
59791
|
|
|
|
|
|
|
"612574987", "Wollomombi", |
|
59792
|
|
|
|
|
|
|
"61887765", "Lucindale", |
|
59793
|
|
|
|
|
|
|
"61350023", "Turriff", |
|
59794
|
|
|
|
|
|
|
"61740845", "Ravenshoe", |
|
59795
|
|
|
|
|
|
|
"61886954", "Coffin\ Bay", |
|
59796
|
|
|
|
|
|
|
"618996838", "Mendel", |
|
59797
|
|
|
|
|
|
|
"61269857", "Weethalle", |
|
59798
|
|
|
|
|
|
|
"61340052", "Mildura", |
|
59799
|
|
|
|
|
|
|
"61888207", "Braemer", |
|
59800
|
|
|
|
|
|
|
"61354058", "Trentham", |
|
59801
|
|
|
|
|
|
|
"61879112", "Katherine", |
|
59802
|
|
|
|
|
|
|
"61355428", "Coleraine", |
|
59803
|
|
|
|
|
|
|
"618763402", "Rudall", |
|
59804
|
|
|
|
|
|
|
"61851047", "Ord", |
|
59805
|
|
|
|
|
|
|
"61359157", "Marysville", |
|
59806
|
|
|
|
|
|
|
"617750418", "Wyaga", |
|
59807
|
|
|
|
|
|
|
"617487131", "Isaac\ River", |
|
59808
|
|
|
|
|
|
|
"61238173", "Goulburn", |
|
59809
|
|
|
|
|
|
|
"61248143", "Crookwell", |
|
59810
|
|
|
|
|
|
|
"61267558", "Nundle", |
|
59811
|
|
|
|
|
|
|
"61748530", "Colston\ Park", |
|
59812
|
|
|
|
|
|
|
"61362572", "Orford", |
|
59813
|
|
|
|
|
|
|
"617442962", "Kalkadoon", |
|
59814
|
|
|
|
|
|
|
"61352190", "Beeac", |
|
59815
|
|
|
|
|
|
|
"61888574", "Maitland", |
|
59816
|
|
|
|
|
|
|
"61896185", "Wannamal", |
|
59817
|
|
|
|
|
|
|
"61348037", "Tongala", |
|
59818
|
|
|
|
|
|
|
"61347044", "Whorouly", |
|
59819
|
|
|
|
|
|
|
"612631894", "Canowindra", |
|
59820
|
|
|
|
|
|
|
"61257247", "Bunnor", |
|
59821
|
|
|
|
|
|
|
"613545981", "Quambatook", |
|
59822
|
|
|
|
|
|
|
"61357453", "Swanpool", |
|
59823
|
|
|
|
|
|
|
"612683601", "Collie", |
|
59824
|
|
|
|
|
|
|
"61362517", "Hermitage", |
|
59825
|
|
|
|
|
|
|
"613546094", "Amphitheatre", |
|
59826
|
|
|
|
|
|
|
"61258234", "Dubbo", |
|
59827
|
|
|
|
|
|
|
"61877295", "Tarpeena", |
|
59828
|
|
|
|
|
|
|
"61749333", "Rockhampton", |
|
59829
|
|
|
|
|
|
|
"61354896", "Amphitheatre", |
|
59830
|
|
|
|
|
|
|
"61264682", "Numeralla", |
|
59831
|
|
|
|
|
|
|
"61388996", "Melbourne", |
|
59832
|
|
|
|
|
|
|
"617336", "Brisbane", |
|
59833
|
|
|
|
|
|
|
"61264011", "Bemboka", |
|
59834
|
|
|
|
|
|
|
"61253199", "Millthorpe", |
|
59835
|
|
|
|
|
|
|
"612574162", "Rowena", |
|
59836
|
|
|
|
|
|
|
"61896847", "Gabbin\ North", |
|
59837
|
|
|
|
|
|
|
"61746669", "Warwick", |
|
59838
|
|
|
|
|
|
|
"61355025", "Camperdown", |
|
59839
|
|
|
|
|
|
|
"618967038", "Northam", |
|
59840
|
|
|
|
|
|
|
"61899677", "Dongara", |
|
59841
|
|
|
|
|
|
|
"61266400", "Maclean", |
|
59842
|
|
|
|
|
|
|
"61745843", "Texas", |
|
59843
|
|
|
|
|
|
|
"61353102", "Stawell", |
|
59844
|
|
|
|
|
|
|
"61263870", "Blayney", |
|
59845
|
|
|
|
|
|
|
"613451342", "Port\ Fairy", |
|
59846
|
|
|
|
|
|
|
"612532705", "Monteagle", |
|
59847
|
|
|
|
|
|
|
"617442601", "Georgina", |
|
59848
|
|
|
|
|
|
|
"61265461", "Moonan\ Flat", |
|
59849
|
|
|
|
|
|
|
"61240030", "Wootton", |
|
59850
|
|
|
|
|
|
|
"61350532", "Turriff", |
|
59851
|
|
|
|
|
|
|
"61359284", "Marysville", |
|
59852
|
|
|
|
|
|
|
"618683118", "Wickepin\ East", |
|
59853
|
|
|
|
|
|
|
"61350839", "Mildura", |
|
59854
|
|
|
|
|
|
|
"61268466", "Gollan", |
|
59855
|
|
|
|
|
|
|
"61897002", "Augusta", |
|
59856
|
|
|
|
|
|
|
"612683962", "Rocky\ Glen", |
|
59857
|
|
|
|
|
|
|
"6135260", "Geelong", |
|
59858
|
|
|
|
|
|
|
"61899612", "Mullewa", |
|
59859
|
|
|
|
|
|
|
"61899081", "Meekatharra", |
|
59860
|
|
|
|
|
|
|
"618996890", "Perenjori", |
|
59861
|
|
|
|
|
|
|
"618967026", "Kalannie", |
|
59862
|
|
|
|
|
|
|
"61353742", "Buninyong", |
|
59863
|
|
|
|
|
|
|
"612583917", "Lake\ Cargelligo", |
|
59864
|
|
|
|
|
|
|
"61265974", "Smithtown", |
|
59865
|
|
|
|
|
|
|
"61876041", "Arno\ Bay", |
|
59866
|
|
|
|
|
|
|
"61897059", "Boyup\ Brook", |
|
59867
|
|
|
|
|
|
|
"61875322", "Lameroo", |
|
59868
|
|
|
|
|
|
|
"618763837", "Wharminda", |
|
59869
|
|
|
|
|
|
|
"613431721", "Lorquon", |
|
59870
|
|
|
|
|
|
|
"618866955", "Georgetown", |
|
59871
|
|
|
|
|
|
|
"61891195", "Karratha", |
|
59872
|
|
|
|
|
|
|
"61248019", "Barrallier", |
|
59873
|
|
|
|
|
|
|
"61361388", "Colebrook", |
|
59874
|
|
|
|
|
|
|
"61268107", "Stuart\ Town", |
|
59875
|
|
|
|
|
|
|
"613431171", "Glenorchy", |
|
59876
|
|
|
|
|
|
|
"612583421", "Curban", |
|
59877
|
|
|
|
|
|
|
"61353159", "Lorquon", |
|
59878
|
|
|
|
|
|
|
"61742587", "Mossman", |
|
59879
|
|
|
|
|
|
|
"61754151", "Noosaville", |
|
59880
|
|
|
|
|
|
|
"61256620", "Coutts\ Crossing", |
|
59881
|
|
|
|
|
|
|
"618863985", "Tooligie\ Hill", |
|
59882
|
|
|
|
|
|
|
"61890176", "Scaddan\ West", |
|
59883
|
|
|
|
|
|
|
"618866910", "Marla", |
|
59884
|
|
|
|
|
|
|
"61240226", "Laguna", |
|
59885
|
|
|
|
|
|
|
"613531794", "Buninyong", |
|
59886
|
|
|
|
|
|
|
"61886099", "Gladstone", |
|
59887
|
|
|
|
|
|
|
"618965645", "Cadoux", |
|
59888
|
|
|
|
|
|
|
"61248703", "Paddys\ River", |
|
59889
|
|
|
|
|
|
|
"612573397", "Gurley", |
|
59890
|
|
|
|
|
|
|
"61243089", "Gosford", |
|
59891
|
|
|
|
|
|
|
"61266987", "Nimbin", |
|
59892
|
|
|
|
|
|
|
"61265090", "Moonan\ Flat", |
|
59893
|
|
|
|
|
|
|
"61354672", "Moonambel", |
|
59894
|
|
|
|
|
|
|
"618763853", "Carrieton", |
|
59895
|
|
|
|
|
|
|
"61345170", "Heywood", |
|
59896
|
|
|
|
|
|
|
"61341396", "Sale", |
|
59897
|
|
|
|
|
|
|
"61742755", "South\ Johnstone", |
|
59898
|
|
|
|
|
|
|
"61887476", "Bangham", |
|
59899
|
|
|
|
|
|
|
"617459503", "Cunnamulla", |
|
59900
|
|
|
|
|
|
|
"61749192", "Sarina", |
|
59901
|
|
|
|
|
|
|
"618856783", "Culburra", |
|
59902
|
|
|
|
|
|
|
"61740877", "Mutchilba", |
|
59903
|
|
|
|
|
|
|
"61259197", "Carrathool", |
|
59904
|
|
|
|
|
|
|
"61350656", "Arumpo", |
|
59905
|
|
|
|
|
|
|
"61244794", "Batemans\ Bay", |
|
59906
|
|
|
|
|
|
|
"61879145", "Carpentaria", |
|
59907
|
|
|
|
|
|
|
"61746939", "Brookstead", |
|
59908
|
|
|
|
|
|
|
"618903372", "Shackleton", |
|
59909
|
|
|
|
|
|
|
"61268313", "Buckinguy", |
|
59910
|
|
|
|
|
|
|
"61746706", "Jondaryan", |
|
59911
|
|
|
|
|
|
|
"61267808", "Upper\ Horton", |
|
59912
|
|
|
|
|
|
|
"618964964", "Bolgart", |
|
59913
|
|
|
|
|
|
|
"61340375", "Berriwillock", |
|
59914
|
|
|
|
|
|
|
"61269274", "Coolamon", |
|
59915
|
|
|
|
|
|
|
"61258165", "Dubbo", |
|
59916
|
|
|
|
|
|
|
"618660850", "Dalwallinu", |
|
59917
|
|
|
|
|
|
|
"618903302", "Corrigin", |
|
59918
|
|
|
|
|
|
|
"61266649", "Mallanganee", |
|
59919
|
|
|
|
|
|
|
"61898485", "Hartville", |
|
59920
|
|
|
|
|
|
|
"61742749", "Mount\ Garnet", |
|
59921
|
|
|
|
|
|
|
"61897448", "Brunswick\ Junction", |
|
59922
|
|
|
|
|
|
|
"612574749", "Armidale", |
|
59923
|
|
|
|
|
|
|
"61269572", "Wagga\ Wagga", |
|
59924
|
|
|
|
|
|
|
"61259190", "Black\ Stump", |
|
59925
|
|
|
|
|
|
|
"61269879", "Lockhart", |
|
59926
|
|
|
|
|
|
|
"61256054", "Nimbin", |
|
59927
|
|
|
|
|
|
|
"61745441", "Bell", |
|
59928
|
|
|
|
|
|
|
"61345112", "Terang", |
|
59929
|
|
|
|
|
|
|
"61244581", "Nowra", |
|
59930
|
|
|
|
|
|
|
"617459416", "Cockatoo", |
|
59931
|
|
|
|
|
|
|
"61348226", "Kyabram", |
|
59932
|
|
|
|
|
|
|
"61747205", "Ayr", |
|
59933
|
|
|
|
|
|
|
"6126869", "Peak\ Hill", |
|
59934
|
|
|
|
|
|
|
"61742152", "Kidston", |
|
59935
|
|
|
|
|
|
|
"61740870", "Mossman", |
|
59936
|
|
|
|
|
|
|
"618850193", "Yumali", |
|
59937
|
|
|
|
|
|
|
"618989183", "Pumphreys", |
|
59938
|
|
|
|
|
|
|
"61351925", "Traralgon", |
|
59939
|
|
|
|
|
|
|
"61880834", "Tibooburra", |
|
59940
|
|
|
|
|
|
|
"61357118", "Swanpool", |
|
59941
|
|
|
|
|
|
|
"61752123", "Caboolture", |
|
59942
|
|
|
|
|
|
|
"61340019", "Werrimull", |
|
59943
|
|
|
|
|
|
|
"612532822", "Coolah", |
|
59944
|
|
|
|
|
|
|
"61265097", "Mount\ Olive", |
|
59945
|
|
|
|
|
|
|
"61266980", "Kyogle", |
|
59946
|
|
|
|
|
|
|
"618903684", "Bullfinch", |
|
59947
|
|
|
|
|
|
|
"61267262", "Graman", |
|
59948
|
|
|
|
|
|
|
"61358872", "Wakool", |
|
59949
|
|
|
|
|
|
|
"61898942", "Mount\ Barker", |
|
59950
|
|
|
|
|
|
|
"617486164", "Bingegang", |
|
59951
|
|
|
|
|
|
|
"61268100", "Neilrex", |
|
59952
|
|
|
|
|
|
|
"61898088", "Fitzgerald", |
|
59953
|
|
|
|
|
|
|
"61256627", "Kyogle", |
|
59954
|
|
|
|
|
|
|
"612530236", "Frogmore", |
|
59955
|
|
|
|
|
|
|
"61742580", "Cairns", |
|
59956
|
|
|
|
|
|
|
"61350165", "Werrimull", |
|
59957
|
|
|
|
|
|
|
"618903616", "Salmon\ Gums", |
|
59958
|
|
|
|
|
|
|
"61897045", "Dinninup", |
|
59959
|
|
|
|
|
|
|
"61747086", "Gumlu", |
|
59960
|
|
|
|
|
|
|
"6173704", "Brisbane", |
|
59961
|
|
|
|
|
|
|
"61891281", "Dampier", |
|
59962
|
|
|
|
|
|
|
"61891792", "Telfer", |
|
59963
|
|
|
|
|
|
|
"61880148", "Tibooburra", |
|
59964
|
|
|
|
|
|
|
"618683141", "Corackerup", |
|
59965
|
|
|
|
|
|
|
"61255651", "Ravensworth", |
|
59966
|
|
|
|
|
|
|
"61885640", "Truro", |
|
59967
|
|
|
|
|
|
|
"61248678", "Bundanoon", |
|
59968
|
|
|
|
|
|
|
"61351084", "Lakes\ Entrance", |
|
59969
|
|
|
|
|
|
|
"61357851", "Pyalong", |
|
59970
|
|
|
|
|
|
|
"618982978", "Borden", |
|
59971
|
|
|
|
|
|
|
"617441881", "Camooweal", |
|
59972
|
|
|
|
|
|
|
"61355404", "Caramut", |
|
59973
|
|
|
|
|
|
|
"61356301", "Warragul", |
|
59974
|
|
|
|
|
|
|
"61353145", "Dimboola", |
|
59975
|
|
|
|
|
|
|
"61350729", "Box\ Creek", |
|
59976
|
|
|
|
|
|
|
"612530228", "Twelve\ Mile", |
|
59977
|
|
|
|
|
|
|
"61240037", "Newcastle", |
|
59978
|
|
|
|
|
|
|
"61890374", "Leinster", |
|
59979
|
|
|
|
|
|
|
"6126942", "Cootamundra", |
|
59980
|
|
|
|
|
|
|
"618660112", "Lancelin", |
|
59981
|
|
|
|
|
|
|
"61741479", "Yarraman", |
|
59982
|
|
|
|
|
|
|
"61890031", "Bullfinch", |
|
59983
|
|
|
|
|
|
|
"61267824", "Bingara", |
|
59984
|
|
|
|
|
|
|
"61357501", "Bright", |
|
59985
|
|
|
|
|
|
|
"61343163", "Streatham", |
|
59986
|
|
|
|
|
|
|
"613977", "Dandenong", |
|
59987
|
|
|
|
|
|
|
"612570148", "Delungra", |
|
59988
|
|
|
|
|
|
|
"618903544", "Leonora", |
|
59989
|
|
|
|
|
|
|
"61359582", "Marysville", |
|
59990
|
|
|
|
|
|
|
"61263812", "Galong", |
|
59991
|
|
|
|
|
|
|
"6138290", "Melbourne", |
|
59992
|
|
|
|
|
|
|
"61879373", "Roper\ River", |
|
59993
|
|
|
|
|
|
|
"618904274", "Wilgoyne", |
|
59994
|
|
|
|
|
|
|
"618600760", "Kambalda", |
|
59995
|
|
|
|
|
|
|
"618927", "Perth", |
|
59996
|
|
|
|
|
|
|
"61353705", "Broughton", |
|
59997
|
|
|
|
|
|
|
"6188790", "Bordertown", |
|
59998
|
|
|
|
|
|
|
"61896840", "Koorda", |
|
59999
|
|
|
|
|
|
|
"613441980", "Bridgewater", |
|
60000
|
|
|
|
|
|
|
"612593987", "Leeton", |
|
60001
|
|
|
|
|
|
|
"61340143", "Patchewollock", |
|
60002
|
|
|
|
|
|
|
"61878214", "Lochiel", |
|
60003
|
|
|
|
|
|
|
"61263877", "Molong", |
|
60004
|
|
|
|
|
|
|
"61899670", "Yuna\ East", |
|
60005
|
|
|
|
|
|
|
"61266407", "Glenreagh", |
|
60006
|
|
|
|
|
|
|
"61744038", "Hughenden", |
|
60007
|
|
|
|
|
|
|
"61879102", "Rodinga", |
|
60008
|
|
|
|
|
|
|
"6127903", "Sydney", |
|
60009
|
|
|
|
|
|
|
"61348030", "Nathalia", |
|
60010
|
|
|
|
|
|
|
"61877181", "Keilira", |
|
60011
|
|
|
|
|
|
|
"61268882", "Ballimore", |
|
60012
|
|
|
|
|
|
|
"618763640", "Iron\ Baron", |
|
60013
|
|
|
|
|
|
|
"61362510", "South\ Bruny", |
|
60014
|
|
|
|
|
|
|
"618764000", "Rudall", |
|
60015
|
|
|
|
|
|
|
"61257240", "Plumthorpe", |
|
60016
|
|
|
|
|
|
|
"61742109", "Weipa", |
|
60017
|
|
|
|
|
|
|
"6137301", "Point\ Cook", |
|
60018
|
|
|
|
|
|
|
"617459892", "Ravensbourne", |
|
60019
|
|
|
|
|
|
|
"612685770", "Lightning\ Ridge", |
|
60020
|
|
|
|
|
|
|
"61261074", "The\ Mullion", |
|
60021
|
|
|
|
|
|
|
"61256465", "Coffs\ Harbour", |
|
60022
|
|
|
|
|
|
|
"61367016", "Whitemark", |
|
60023
|
|
|
|
|
|
|
"61851040", "Leopold", |
|
60024
|
|
|
|
|
|
|
"61341194", "Bruthen", |
|
60025
|
|
|
|
|
|
|
"61359150", "Warburton", |
|
60026
|
|
|
|
|
|
|
"61281051", "Bankstown", |
|
60027
|
|
|
|
|
|
|
"618763472", "Kyancutta", |
|
60028
|
|
|
|
|
|
|
"617468307", "Kupunn", |
|
60029
|
|
|
|
|
|
|
"61744435", "Halifax", |
|
60030
|
|
|
|
|
|
|
"61896291", "Goomalling", |
|
60031
|
|
|
|
|
|
|
"61352197", "Swan\ Marsh", |
|
60032
|
|
|
|
|
|
|
"61748537", "Finch\ Hatton", |
|
60033
|
|
|
|
|
|
|
"61356094", "Neerim\ South", |
|
60034
|
|
|
|
|
|
|
"61747544", "Pentland", |
|
60035
|
|
|
|
|
|
|
"6175432", "Caboolture", |
|
60036
|
|
|
|
|
|
|
"61747070", "Flinders", |
|
60037
|
|
|
|
|
|
|
"61887034", "Keilira", |
|
60038
|
|
|
|
|
|
|
"61755679", "Rathdowney", |
|
60039
|
|
|
|
|
|
|
"61264063", "Jindabyne\ South", |
|
60040
|
|
|
|
|
|
|
"61888047", "Hallett", |
|
60041
|
|
|
|
|
|
|
"61341491", "Buchan", |
|
60042
|
|
|
|
|
|
|
"61257010", "Currabubula", |
|
60043
|
|
|
|
|
|
|
"612573404", "Limbri", |
|
60044
|
|
|
|
|
|
|
"6188564", "Tanunda", |
|
60045
|
|
|
|
|
|
|
"61269156", "Grong\ Grong", |
|
60046
|
|
|
|
|
|
|
"61245619", "Wisemans\ Ferry", |
|
60047
|
|
|
|
|
|
|
"617442925", "The\ Monument", |
|
60048
|
|
|
|
|
|
|
"61362935", "Brighton", |
|
60049
|
|
|
|
|
|
|
"61259600", "Ariah\ Park", |
|
60050
|
|
|
|
|
|
|
"61264897", "Dalgety", |
|
60051
|
|
|
|
|
|
|
"61359098", "Mornington", |
|
60052
|
|
|
|
|
|
|
"6187988", "Darwin", |
|
60053
|
|
|
|
|
|
|
"61364507", "Smithton", |
|
60054
|
|
|
|
|
|
|
"61899130", "Tenindewa", |
|
60055
|
|
|
|
|
|
|
"61745704", "Dalby", |
|
60056
|
|
|
|
|
|
|
"618683638", "Mount\ Barker", |
|
60057
|
|
|
|
|
|
|
"61734750", "Dunwich", |
|
60058
|
|
|
|
|
|
|
"61868032", "Tenterden", |
|
60059
|
|
|
|
|
|
|
"61382034", "Croydon", |
|
60060
|
|
|
|
|
|
|
"61890187", "Southern\ Cross", |
|
60061
|
|
|
|
|
|
|
"61742576", "Atherton", |
|
60062
|
|
|
|
|
|
|
"618996748", "Perenjori\ East", |
|
60063
|
|
|
|
|
|
|
"613431780", "Horsham", |
|
60064
|
|
|
|
|
|
|
"61240181", "Cessnock", |
|
60065
|
|
|
|
|
|
|
"61350051", "Box\ Creek", |
|
60066
|
|
|
|
|
|
|
"61876169", "Ungarra", |
|
60067
|
|
|
|
|
|
|
"612574125", "Glen\ Elgin", |
|
60068
|
|
|
|
|
|
|
"61355741", "Cavendish", |
|
60069
|
|
|
|
|
|
|
"617750324", "Coondarra", |
|
60070
|
|
|
|
|
|
|
"61361201", "Huonville", |
|
60071
|
|
|
|
|
|
|
"618753429", "Renmark", |
|
60072
|
|
|
|
|
|
|
"61890254", "Salmon\ Gums", |
|
60073
|
|
|
|
|
|
|
"61887487", "Willalooka", |
|
60074
|
|
|
|
|
|
|
"61266976", "Lawrence", |
|
60075
|
|
|
|
|
|
|
"61285207", "Engadine", |
|
60076
|
|
|
|
|
|
|
"61889183", "Carpentaria", |
|
60077
|
|
|
|
|
|
|
"61259064", "The\ Rock", |
|
60078
|
|
|
|
|
|
|
"6135461", "Maryborough", |
|
60079
|
|
|
|
|
|
|
"612631697", "Canowindra", |
|
60080
|
|
|
|
|
|
|
"61358467", "Wakool", |
|
60081
|
|
|
|
|
|
|
"61741820", "Kingaroy", |
|
60082
|
|
|
|
|
|
|
"612583893", "Coonamble", |
|
60083
|
|
|
|
|
|
|
"612574775", "Currabubula", |
|
60084
|
|
|
|
|
|
|
"61348295", "Mabins\ Well", |
|
60085
|
|
|
|
|
|
|
"61877037", "Reedy\ Creek", |
|
60086
|
|
|
|
|
|
|
"61741737", "Yarraman", |
|
60087
|
|
|
|
|
|
|
"6173386", "Beenleigh", |
|
60088
|
|
|
|
|
|
|
"618964431", "Bidaminna", |
|
60089
|
|
|
|
|
|
|
"61878044", "Curramulka", |
|
60090
|
|
|
|
|
|
|
"612683746", "Geurie", |
|
60091
|
|
|
|
|
|
|
"61752229", "Maleny", |
|
60092
|
|
|
|
|
|
|
"61879253", "Noonamah", |
|
60093
|
|
|
|
|
|
|
"61341060", "Swifts\ Creek", |
|
60094
|
|
|
|
|
|
|
"61265366", "Gloucester", |
|
60095
|
|
|
|
|
|
|
"618903530", "Leinster", |
|
60096
|
|
|
|
|
|
|
"612593839", "Yenda", |
|
60097
|
|
|
|
|
|
|
"618852880", "Victor\ Harbor", |
|
60098
|
|
|
|
|
|
|
"61355101", "Macarthur", |
|
60099
|
|
|
|
|
|
|
"61742203", "Cooktown", |
|
60100
|
|
|
|
|
|
|
"61263462", "Lithgow", |
|
60101
|
|
|
|
|
|
|
"61356160", "Trafalgar", |
|
60102
|
|
|
|
|
|
|
"61745838", "Surat", |
|
60103
|
|
|
|
|
|
|
"6173721", "Brisbane", |
|
60104
|
|
|
|
|
|
|
"61885790", "Meningie\ East", |
|
60105
|
|
|
|
|
|
|
"61268361", "Cobar", |
|
60106
|
|
|
|
|
|
|
"612593723", "Springdale", |
|
60107
|
|
|
|
|
|
|
"61743008", "Mundubbera", |
|
60108
|
|
|
|
|
|
|
"61247837", "Penrith", |
|
60109
|
|
|
|
|
|
|
"61260442", "Corowa", |
|
60110
|
|
|
|
|
|
|
"61741567", "Gaeta", |
|
60111
|
|
|
|
|
|
|
"61260024", "Culcairn", |
|
60112
|
|
|
|
|
|
|
"61897831", "Upper\ Preston", |
|
60113
|
|
|
|
|
|
|
"61354735", "Lalbert", |
|
60114
|
|
|
|
|
|
|
"61358106", "Yalca", |
|
60115
|
|
|
|
|
|
|
"618600800", "Bruce\ Rock", |
|
60116
|
|
|
|
|
|
|
"6189292", "Rottnest", |
|
60117
|
|
|
|
|
|
|
"61256231", "Coffs\ Harbour", |
|
60118
|
|
|
|
|
|
|
"61888309", "Bute", |
|
60119
|
|
|
|
|
|
|
"618763634", "Gladstone", |
|
60120
|
|
|
|
|
|
|
"61749348", "Rockhampton", |
|
60121
|
|
|
|
|
|
|
"61742699", "Malanda", |
|
60122
|
|
|
|
|
|
|
"61259058", "Kyeamba", |
|
60123
|
|
|
|
|
|
|
"61879692", "Alice\ Springs", |
|
60124
|
|
|
|
|
|
|
"613451066", "Heywood", |
|
60125
|
|
|
|
|
|
|
"61891324", "Telfer", |
|
60126
|
|
|
|
|
|
|
"61299433", "Terrey\ Hills", |
|
60127
|
|
|
|
|
|
|
"61342131", "Apollo\ Bay", |
|
60128
|
|
|
|
|
|
|
"61351779", "Rosedale", |
|
60129
|
|
|
|
|
|
|
"61264616", "Cabramurra", |
|
60130
|
|
|
|
|
|
|
"6126874", "Cuttaburra", |
|
60131
|
|
|
|
|
|
|
"61248138", "Bundanoon", |
|
60132
|
|
|
|
|
|
|
"618867723", "Carrieton", |
|
60133
|
|
|
|
|
|
|
"618683626", "Lake\ Grace", |
|
60134
|
|
|
|
|
|
|
"61749645", "St\ Lawrence", |
|
60135
|
|
|
|
|
|
|
"618996935", "Kalbarri", |
|
60136
|
|
|
|
|
|
|
"612574822", "Rowena", |
|
60137
|
|
|
|
|
|
|
"61891457", "Dampier", |
|
60138
|
|
|
|
|
|
|
"61886571", "Wilpena", |
|
60139
|
|
|
|
|
|
|
"612594012", "Tullibigeal", |
|
60140
|
|
|
|
|
|
|
"61898592", "Nomans\ Lake", |
|
60141
|
|
|
|
|
|
|
"61890268", "Collurabbie", |
|
60142
|
|
|
|
|
|
|
"61340249", "Natya", |
|
60143
|
|
|
|
|
|
|
"61898899", "Walyurin", |
|
60144
|
|
|
|
|
|
|
"61341604", "Traralgon", |
|
60145
|
|
|
|
|
|
|
"61745144", "Killarney", |
|
60146
|
|
|
|
|
|
|
"61743405", "Blackbutt", |
|
60147
|
|
|
|
|
|
|
"61260657", "Howlong", |
|
60148
|
|
|
|
|
|
|
"61394753", "Eltham", |
|
60149
|
|
|
|
|
|
|
"61891450", "Broome", |
|
60150
|
|
|
|
|
|
|
"61358091", "Tocumwal", |
|
60151
|
|
|
|
|
|
|
"61269935", "Carrathool", |
|
60152
|
|
|
|
|
|
|
"61265158", "Stuarts\ Point", |
|
60153
|
|
|
|
|
|
|
"61260650", "Gerogery", |
|
60154
|
|
|
|
|
|
|
"61886888", "Ungarra", |
|
60155
|
|
|
|
|
|
|
"613441921", "Maryborough", |
|
60156
|
|
|
|
|
|
|
"6188328", "Mclaren\ Vale", |
|
60157
|
|
|
|
|
|
|
"61250106", "Balldale", |
|
60158
|
|
|
|
|
|
|
"61355096", "Lismore", |
|
60159
|
|
|
|
|
|
|
"618996711", "Arrowsmith", |
|
60160
|
|
|
|
|
|
|
"61267123", "Tambar\ Springs", |
|
60161
|
|
|
|
|
|
|
"61269354", "Cootamundra", |
|
60162
|
|
|
|
|
|
|
"61340255", "Karawinna", |
|
60163
|
|
|
|
|
|
|
"618600870", "Bodallin\ North", |
|
60164
|
|
|
|
|
|
|
"61890636", "Mount\ Walker\ South", |
|
60165
|
|
|
|
|
|
|
"61867156", "Beedelup", |
|
60166
|
|
|
|
|
|
|
"61263886", "Frogmore", |
|
60167
|
|
|
|
|
|
|
"613574740", "Tungamah", |
|
60168
|
|
|
|
|
|
|
"618600231", "Gibson", |
|
60169
|
|
|
|
|
|
|
"612532865", "Rockley", |
|
60170
|
|
|
|
|
|
|
"61351298", "Swifts\ Creek", |
|
60171
|
|
|
|
|
|
|
"61354132", "Kerang", |
|
60172
|
|
|
|
|
|
|
"61357039", "Yarck", |
|
60173
|
|
|
|
|
|
|
"61340138", "Nandaly", |
|
60174
|
|
|
|
|
|
|
"61367082", "Targa", |
|
60175
|
|
|
|
|
|
|
"61364189", "Wynyard", |
|
60176
|
|
|
|
|
|
|
"61876211", "Lock", |
|
60177
|
|
|
|
|
|
|
"61885797", "Tanunda", |
|
60178
|
|
|
|
|
|
|
"61890802", "Kambalda", |
|
60179
|
|
|
|
|
|
|
"61877226", "Lucindale", |
|
60180
|
|
|
|
|
|
|
"61259449", "Leeton", |
|
60181
|
|
|
|
|
|
|
"617452715", "Freestone", |
|
60182
|
|
|
|
|
|
|
"61741560", "Yandaran", |
|
60183
|
|
|
|
|
|
|
"61745728", "Wallumbilla", |
|
60184
|
|
|
|
|
|
|
"612530010", "Lue", |
|
60185
|
|
|
|
|
|
|
"6188821", "Kadina", |
|
60186
|
|
|
|
|
|
|
"61752262", "Laidley", |
|
60187
|
|
|
|
|
|
|
"61247830", "Katoomba", |
|
60188
|
|
|
|
|
|
|
"61890509", "Dundas", |
|
60189
|
|
|
|
|
|
|
"613544", "Bendigo", |
|
60190
|
|
|
|
|
|
|
"6136376", "St\ Helens", |
|
60191
|
|
|
|
|
|
|
"61876122", "Nelshaby", |
|
60192
|
|
|
|
|
|
|
"61280430", "Sydney", |
|
60193
|
|
|
|
|
|
|
"61753714", "Kilkivan", |
|
60194
|
|
|
|
|
|
|
"612685860", "Widgeland", |
|
60195
|
|
|
|
|
|
|
"61341067", "Woodside", |
|
60196
|
|
|
|
|
|
|
"612583502", "Condobolin", |
|
60197
|
|
|
|
|
|
|
"61356167", "Leongatha", |
|
60198
|
|
|
|
|
|
|
"6186322", "Perth", |
|
60199
|
|
|
|
|
|
|
"61265235", "Pacific\ Palms", |
|
60200
|
|
|
|
|
|
|
"612530055", "Lithgow", |
|
60201
|
|
|
|
|
|
|
"61352064", "Inverleigh", |
|
60202
|
|
|
|
|
|
|
"618903887", "Mount\ Hampton", |
|
60203
|
|
|
|
|
|
|
"618753059", "Walker\ Flat", |
|
60204
|
|
|
|
|
|
|
"617485829", "Blackwater", |
|
60205
|
|
|
|
|
|
|
"61741827", "Nanango", |
|
60206
|
|
|
|
|
|
|
"612574705", "Manilla", |
|
60207
|
|
|
|
|
|
|
"617480186", "Buckland", |
|
60208
|
|
|
|
|
|
|
"61358460", "Cornalla", |
|
60209
|
|
|
|
|
|
|
"61264241", "Shannons\ Flat", |
|
60210
|
|
|
|
|
|
|
"61890966", "Salmon\ Gums", |
|
60211
|
|
|
|
|
|
|
"61285200", "Sutherland", |
|
60212
|
|
|
|
|
|
|
"61358304", "Finley", |
|
60213
|
|
|
|
|
|
|
"613451333", "Merino", |
|
60214
|
|
|
|
|
|
|
"61880133", "Broken\ Hill", |
|
60215
|
|
|
|
|
|
|
"61877030", "Keilira", |
|
60216
|
|
|
|
|
|
|
"61741730", "Nanango", |
|
60217
|
|
|
|
|
|
|
"61348181", "Nathalia", |
|
60218
|
|
|
|
|
|
|
"61749836", "Miclere", |
|
60219
|
|
|
|
|
|
|
"61341325", "Gelantipy", |
|
60220
|
|
|
|
|
|
|
"61890552", "Yilgarn\ South", |
|
60221
|
|
|
|
|
|
|
"61356406", "Toora", |
|
60222
|
|
|
|
|
|
|
"6136353", "Ringarooma", |
|
60223
|
|
|
|
|
|
|
"618763989", "Peterborough", |
|
60224
|
|
|
|
|
|
|
"61269665", "Rankins\ Springs", |
|
60225
|
|
|
|
|
|
|
"61353876", "Nhill", |
|
60226
|
|
|
|
|
|
|
"61246035", "Campbelltown", |
|
60227
|
|
|
|
|
|
|
"61891308", "Cocos\ Island", |
|
60228
|
|
|
|
|
|
|
"6126951", "Narrandera", |
|
60229
|
|
|
|
|
|
|
"61251135", "Michelago", |
|
60230
|
|
|
|
|
|
|
"6135388", "Clear\ Lake", |
|
60231
|
|
|
|
|
|
|
"61268697", "Mungery", |
|
60232
|
|
|
|
|
|
|
"618661168", "Wyalkatchem", |
|
60233
|
|
|
|
|
|
|
"6135143", "Sale", |
|
60234
|
|
|
|
|
|
|
"61265164", "Lord\ Howe\ Island", |
|
60235
|
|
|
|
|
|
|
"6129576", "Sutherland", |
|
60236
|
|
|
|
|
|
|
"612593968", "Gala\ Vale", |
|
60237
|
|
|
|
|
|
|
"61887480", "Keith", |
|
60238
|
|
|
|
|
|
|
"6173160", "Brisbane", |
|
60239
|
|
|
|
|
|
|
"61747012", "Ayr", |
|
60240
|
|
|
|
|
|
|
"618683296", "Mettler", |
|
60241
|
|
|
|
|
|
|
"618763521", "Yabmana", |
|
60242
|
|
|
|
|
|
|
"61260008", "Barnawartha", |
|
60243
|
|
|
|
|
|
|
"61747681", "Flinders", |
|
60244
|
|
|
|
|
|
|
"61364500", "Rosebery", |
|
60245
|
|
|
|
|
|
|
"61851217", "Ord", |
|
60246
|
|
|
|
|
|
|
"61899137", "Upper\ Gascoyne", |
|
60247
|
|
|
|
|
|
|
"61745346", "Goondiwindi", |
|
60248
|
|
|
|
|
|
|
"61255056", "Smithtown", |
|
60249
|
|
|
|
|
|
|
"6173538", "Brisbane", |
|
60250
|
|
|
|
|
|
|
"61264890", "Delegate", |
|
60251
|
|
|
|
|
|
|
"61864006", "Perth", |
|
60252
|
|
|
|
|
|
|
"613451357", "Balmoral", |
|
60253
|
|
|
|
|
|
|
"61249131", "Swansea", |
|
60254
|
|
|
|
|
|
|
"61257072", "Frazers\ Creek", |
|
60255
|
|
|
|
|
|
|
"61743442", "Tandora", |
|
60256
|
|
|
|
|
|
|
"618997385", "Northern\ Gully", |
|
60257
|
|
|
|
|
|
|
"61743024", "Manumbar", |
|
60258
|
|
|
|
|
|
|
"6187083", "Adelaide", |
|
60259
|
|
|
|
|
|
|
"61343111", "Ballarat", |
|
60260
|
|
|
|
|
|
|
"61890180", "Shackleton", |
|
60261
|
|
|
|
|
|
|
"61359321", "Cowes", |
|
60262
|
|
|
|
|
|
|
"61734757", "Russell\ Island", |
|
60263
|
|
|
|
|
|
|
"618863597", "Port\ Neill", |
|
60264
|
|
|
|
|
|
|
"61352058", "Colac", |
|
60265
|
|
|
|
|
|
|
"617750215", "Warrego", |
|
60266
|
|
|
|
|
|
|
"61888040", "Curramulka", |
|
60267
|
|
|
|
|
|
|
"61362420", "Southwest", |
|
60268
|
|
|
|
|
|
|
"61748341", "Pegunny", |
|
60269
|
|
|
|
|
|
|
"6129767", "Sydney", |
|
60270
|
|
|
|
|
|
|
"61891126", "Kununurra", |
|
60271
|
|
|
|
|
|
|
"617486824", "Carmila", |
|
60272
|
|
|
|
|
|
|
"61353253", "Navarre", |
|
60273
|
|
|
|
|
|
|
"613553611", "Timboon", |
|
60274
|
|
|
|
|
|
|
"61747077", "Giru", |
|
60275
|
|
|
|
|
|
|
"61259607", "Bunda", |
|
60276
|
|
|
|
|
|
|
"6134208", "Geelong", |
|
60277
|
|
|
|
|
|
|
"61754468", "Cooroy", |
|
60278
|
|
|
|
|
|
|
"61897433", "Bunbury", |
|
60279
|
|
|
|
|
|
|
"6135881", "Deniliquin", |
|
60280
|
|
|
|
|
|
|
"61257017", "Armidale", |
|
60281
|
|
|
|
|
|
|
"61245078", "St\ Albans", |
|
60282
|
|
|
|
|
|
|
"61259131", "Lockhart", |
|
60283
|
|
|
|
|
|
|
"61361350", "Bothwell", |
|
60284
|
|
|
|
|
|
|
"618763870", "Gladstone", |
|
60285
|
|
|
|
|
|
|
"61736090", "Sandgate", |
|
60286
|
|
|
|
|
|
|
"61240746", "Raymond\ Terrace", |
|
60287
|
|
|
|
|
|
|
"61245056", "Colo\ Heights", |
|
60288
|
|
|
|
|
|
|
"61240467", "Newcastle", |
|
60289
|
|
|
|
|
|
|
"61264002", "Adaminaby", |
|
60290
|
|
|
|
|
|
|
"61267109", "Rowena", |
|
60291
|
|
|
|
|
|
|
"61885389", "Berri", |
|
60292
|
|
|
|
|
|
|
"613546240", "Carisbrook", |
|
60293
|
|
|
|
|
|
|
"61890461", "Condingup", |
|
60294
|
|
|
|
|
|
|
"612592756", "West\ Wyalong", |
|
60295
|
|
|
|
|
|
|
"61342058", "Swan\ Marsh", |
|
60296
|
|
|
|
|
|
|
"617486891", "Banana", |
|
60297
|
|
|
|
|
|
|
"61753024", "Cooroy", |
|
60298
|
|
|
|
|
|
|
"61353111", "Marnoo", |
|
60299
|
|
|
|
|
|
|
"61898342", "Lumeah", |
|
60300
|
|
|
|
|
|
|
"61367192", "Bicheno", |
|
60301
|
|
|
|
|
|
|
"61364099", "Wynyard", |
|
60302
|
|
|
|
|
|
|
"61244179", "Bawley\ Point", |
|
60303
|
|
|
|
|
|
|
"61357570", "Wangaratta", |
|
60304
|
|
|
|
|
|
|
"61753442", "Moore", |
|
60305
|
|
|
|
|
|
|
"61745018", "Millmerran", |
|
60306
|
|
|
|
|
|
|
"61363784", "Beaconsfield", |
|
60307
|
|
|
|
|
|
|
"61898057", "Congee", |
|
60308
|
|
|
|
|
|
|
"61352076", "Lorne", |
|
60309
|
|
|
|
|
|
|
"61385667", "Melbourne", |
|
60310
|
|
|
|
|
|
|
"61862192", "Fremantle", |
|
60311
|
|
|
|
|
|
|
"61375000", "Clayton", |
|
60312
|
|
|
|
|
|
|
"61248051", "Nerriga", |
|
60313
|
|
|
|
|
|
|
"61255078", "Gloucester", |
|
60314
|
|
|
|
|
|
|
"61247017", "Mount\ Wilson", |
|
60315
|
|
|
|
|
|
|
"6138806", "Ringwood", |
|
60316
|
|
|
|
|
|
|
"61256438", "Mallanganee", |
|
60317
|
|
|
|
|
|
|
"61896026", "Beverley", |
|
60318
|
|
|
|
|
|
|
"61899601", "Morawa", |
|
60319
|
|
|
|
|
|
|
"61897011", "Boyup\ Brook", |
|
60320
|
|
|
|
|
|
|
"61749598", "Mackay", |
|
60321
|
|
|
|
|
|
|
"618763594", "Coorabie", |
|
60322
|
|
|
|
|
|
|
"61897682", "Capel", |
|
60323
|
|
|
|
|
|
|
"618683028", "Bokerup", |
|
60324
|
|
|
|
|
|
|
"61351628", "Omeo", |
|
60325
|
|
|
|
|
|
|
"61348304", "Tocumwal", |
|
60326
|
|
|
|
|
|
|
"618986153", "Kulin", |
|
60327
|
|
|
|
|
|
|
"617459883", "Muttaburra", |
|
60328
|
|
|
|
|
|
|
"617452049", "Haden", |
|
60329
|
|
|
|
|
|
|
"61746944", "Pittsworth", |
|
60330
|
|
|
|
|
|
|
"61353858", "Minyip", |
|
60331
|
|
|
|
|
|
|
"61358181", "Moulamein", |
|
60332
|
|
|
|
|
|
|
"6172101", "Brisbane", |
|
60333
|
|
|
|
|
|
|
"61359260", "Cranbourne", |
|
60334
|
|
|
|
|
|
|
"6135625", "Warragul", |
|
60335
|
|
|
|
|
|
|
"613431166", "Daylesford", |
|
60336
|
|
|
|
|
|
|
"61387712", "Kalkallo", |
|
60337
|
|
|
|
|
|
|
"618866370", "Wharminda", |
|
60338
|
|
|
|
|
|
|
"61256035", "Hernani", |
|
60339
|
|
|
|
|
|
|
"61266380", "Casino", |
|
60340
|
|
|
|
|
|
|
"61898624", "Beaufort\ River", |
|
60341
|
|
|
|
|
|
|
"617442841", "Doomadgee", |
|
60342
|
|
|
|
|
|
|
"61255475", "Lord\ Howe\ Island", |
|
60343
|
|
|
|
|
|
|
"613574660", "Chiltern", |
|
60344
|
|
|
|
|
|
|
"612573447", "Yarrowitch", |
|
60345
|
|
|
|
|
|
|
"612594308", "Tarcutta", |
|
60346
|
|
|
|
|
|
|
"61887161", "Lochaber", |
|
60347
|
|
|
|
|
|
|
"61744065", "Long\ Pocket", |
|
60348
|
|
|
|
|
|
|
"618903690", "Burracoppin", |
|
60349
|
|
|
|
|
|
|
"61745415", "Mount\ Tyson", |
|
60350
|
|
|
|
|
|
|
"61890523", "Neridup", |
|
60351
|
|
|
|
|
|
|
"61355186", "Poolaijelo", |
|
60352
|
|
|
|
|
|
|
"61875273", "Paruna", |
|
60353
|
|
|
|
|
|
|
"61890090", "Holleton", |
|
60354
|
|
|
|
|
|
|
"61887814", "Monkoora", |
|
60355
|
|
|
|
|
|
|
"61754043", "Upper\ Widgee", |
|
60356
|
|
|
|
|
|
|
"618600989", "Yilgarn\ South", |
|
60357
|
|
|
|
|
|
|
"61879269", "Darwin", |
|
60358
|
|
|
|
|
|
|
"61355630", "Warrnambool", |
|
60359
|
|
|
|
|
|
|
"617441958", "Karumba", |
|
60360
|
|
|
|
|
|
|
"61350138", "Swan\ Hill", |
|
60361
|
|
|
|
|
|
|
"61344132", "Dingee", |
|
60362
|
|
|
|
|
|
|
"61347039", "Taggerty", |
|
60363
|
|
|
|
|
|
|
"61267580", "Glen\ Elgin", |
|
60364
|
|
|
|
|
|
|
"613450599", "Woodhouse", |
|
60365
|
|
|
|
|
|
|
"61263403", "Canowindra", |
|
60366
|
|
|
|
|
|
|
"6128512", "Sydney", |
|
60367
|
|
|
|
|
|
|
"61744454", "Palm\ Island", |
|
60368
|
|
|
|
|
|
|
"61878118", "Nantawarra", |
|
60369
|
|
|
|
|
|
|
"618865933", "Nunjikompita", |
|
60370
|
|
|
|
|
|
|
"61886283", "Cleve", |
|
60371
|
|
|
|
|
|
|
"61351067", "Genoa", |
|
60372
|
|
|
|
|
|
|
"61744327", "Charters\ Towers", |
|
60373
|
|
|
|
|
|
|
"612594165", "Weethalle", |
|
60374
|
|
|
|
|
|
|
"61361408", "South\ Bruny", |
|
60375
|
|
|
|
|
|
|
"61898773", "Wickepin", |
|
60376
|
|
|
|
|
|
|
"61240625", "Wards\ River", |
|
60377
|
|
|
|
|
|
|
"61353508", "Streatham", |
|
60378
|
|
|
|
|
|
|
"61342064", "Aireys\ Inlet", |
|
60379
|
|
|
|
|
|
|
"61876153", "Cleve", |
|
60380
|
|
|
|
|
|
|
"613553923", "Portland", |
|
60381
|
|
|
|
|
|
|
"61361286", "Kempton", |
|
60382
|
|
|
|
|
|
|
"61268171", "Bogan\ Gate", |
|
60383
|
|
|
|
|
|
|
"612570021", "Cuttabri\/Barraba\/Cuttabri\/Cuttabri\/Cuttabri\/Cuttabri\/Barwick", |
|
60384
|
|
|
|
|
|
|
"618683598", "Dongolocking", |
|
60385
|
|
|
|
|
|
|
"61348091", "Blighty", |
|
60386
|
|
|
|
|
|
|
"618858587", "Narrung", |
|
60387
|
|
|
|
|
|
|
"6189789", "Bunbury", |
|
60388
|
|
|
|
|
|
|
"61899494", "Exmouth", |
|
60389
|
|
|
|
|
|
|
"61867178", "Nyamup", |
|
60390
|
|
|
|
|
|
|
"61240106", "Swansea", |
|
60391
|
|
|
|
|
|
|
"61890974", "Grass\ Patch", |
|
60392
|
|
|
|
|
|
|
"61267749", "Armidale", |
|
60393
|
|
|
|
|
|
|
"61896230", "Jennacubbine", |
|
60394
|
|
|
|
|
|
|
"613470924", "Killawarra", |
|
60395
|
|
|
|
|
|
|
"613441994", "Gowar\ East", |
|
60396
|
|
|
|
|
|
|
"618611", "Perth", |
|
60397
|
|
|
|
|
|
|
"618903354", "Narembeen", |
|
60398
|
|
|
|
|
|
|
"61261390", "Burrinjuck", |
|
60399
|
|
|
|
|
|
|
"618683036", "Chittinup", |
|
60400
|
|
|
|
|
|
|
"61265176", "Ellerston", |
|
60401
|
|
|
|
|
|
|
"61345096", "Casterton", |
|
60402
|
|
|
|
|
|
|
"61264059", "Merimbula", |
|
60403
|
|
|
|
|
|
|
"61267152", "Quirindi", |
|
60404
|
|
|
|
|
|
|
"61262205", "Cavan", |
|
60405
|
|
|
|
|
|
|
"61341298", "Morwell", |
|
60406
|
|
|
|
|
|
|
"61242098", "Kiama", |
|
60407
|
|
|
|
|
|
|
"61361005", "Huonville", |
|
60408
|
|
|
|
|
|
|
"61367333", "Bicheno", |
|
60409
|
|
|
|
|
|
|
"61889860", "Katherine", |
|
60410
|
|
|
|
|
|
|
"61362178", "Strathgordon", |
|
60411
|
|
|
|
|
|
|
"61249058", "Branxton", |
|
60412
|
|
|
|
|
|
|
"61266964", "Tabulam", |
|
60413
|
|
|
|
|
|
|
"61261397", "Rye\ Park", |
|
60414
|
|
|
|
|
|
|
"61888895", "Balaklava", |
|
60415
|
|
|
|
|
|
|
"61896237", "Goomalling", |
|
60416
|
|
|
|
|
|
|
"61267755", "Boorolong", |
|
60417
|
|
|
|
|
|
|
"61352131", "Lorne", |
|
60418
|
|
|
|
|
|
|
"61898608", "Pingelly", |
|
60419
|
|
|
|
|
|
|
"61353269", "Dimboola", |
|
60420
|
|
|
|
|
|
|
"61388396", "Ringwood", |
|
60421
|
|
|
|
|
|
|
"61745233", "Injune", |
|
60422
|
|
|
|
|
|
|
"61264045", "Cobargo", |
|
60423
|
|
|
|
|
|
|
"61749016", "Blackwater", |
|
60424
|
|
|
|
|
|
|
"61885513", "Victor\ Harbor", |
|
60425
|
|
|
|
|
|
|
"61258138", "Grawin", |
|
60426
|
|
|
|
|
|
|
"6125908", "Wagga\ Wagga", |
|
60427
|
|
|
|
|
|
|
"617458981", "Cambooya", |
|
60428
|
|
|
|
|
|
|
"61889093", "Tanami", |
|
60429
|
|
|
|
|
|
|
"618996884", "Mullewa", |
|
60430
|
|
|
|
|
|
|
"617452289", "Quilpie", |
|
60431
|
|
|
|
|
|
|
"61356312", "Hill\ End", |
|
60432
|
|
|
|
|
|
|
"61898305", "Moodiarrup", |
|
60433
|
|
|
|
|
|
|
"61259076", "Weethalle", |
|
60434
|
|
|
|
|
|
|
"61753405", "Crossdale", |
|
60435
|
|
|
|
|
|
|
"61351604", "Meerlieu", |
|
60436
|
|
|
|
|
|
|
"61745596", "Aramac", |
|
60437
|
|
|
|
|
|
|
"61741918", "Murgon", |
|
60438
|
|
|
|
|
|
|
"618856792", "Geranium", |
|
60439
|
|
|
|
|
|
|
"61744320", "Richmond", |
|
60440
|
|
|
|
|
|
|
"61258255", "Ballimore", |
|
60441
|
|
|
|
|
|
|
"61356481", "Buffalo", |
|
60442
|
|
|
|
|
|
|
"61747125", "Leichhardt\ Range", |
|
60443
|
|
|
|
|
|
|
"612532713", "Quandialla", |
|
60444
|
|
|
|
|
|
|
"61351060", "Erica", |
|
60445
|
|
|
|
|
|
|
"61752203", "Toogoolawah", |
|
60446
|
|
|
|
|
|
|
"618762560", "Andamooka", |
|
60447
|
|
|
|
|
|
|
"618752949", "Milang", |
|
60448
|
|
|
|
|
|
|
"61741641", "Kingaroy", |
|
60449
|
|
|
|
|
|
|
"61753008", "Kia\ Ora", |
|
60450
|
|
|
|
|
|
|
"61267587", "Wellingrove", |
|
60451
|
|
|
|
|
|
|
"61240091", "Newcastle", |
|
60452
|
|
|
|
|
|
|
"61380154", "Werribee", |
|
60453
|
|
|
|
|
|
|
"61355637", "Port\ Fairy", |
|
60454
|
|
|
|
|
|
|
"61887219", "Port\ Macdonnell", |
|
60455
|
|
|
|
|
|
|
"617750158", "Jericho", |
|
60456
|
|
|
|
|
|
|
"618853096", "Callington", |
|
60457
|
|
|
|
|
|
|
"61890097", "Kambalda", |
|
60458
|
|
|
|
|
|
|
"61348106", "Lalalty", |
|
60459
|
|
|
|
|
|
|
"613546080", "Woodend", |
|
60460
|
|
|
|
|
|
|
"617442818", "Rollingstone", |
|
60461
|
|
|
|
|
|
|
"612594378", "Batlow", |
|
60462
|
|
|
|
|
|
|
"617487046", "Nogoa", |
|
60463
|
|
|
|
|
|
|
"612532669", "Canowindra", |
|
60464
|
|
|
|
|
|
|
"612583307", "Warrington", |
|
60465
|
|
|
|
|
|
|
"61340051", "Karawinna", |
|
60466
|
|
|
|
|
|
|
"61266387", "Dorrigo", |
|
60467
|
|
|
|
|
|
|
"61879111", "Daly", |
|
60468
|
|
|
|
|
|
|
"618866996", "Melrose", |
|
60469
|
|
|
|
|
|
|
"61342449", "Geelong", |
|
60470
|
|
|
|
|
|
|
"6128741", "Sydney", |
|
60471
|
|
|
|
|
|
|
"61266958", "Mallanganee", |
|
60472
|
|
|
|
|
|
|
"618904252", "Westonia", |
|
60473
|
|
|
|
|
|
|
"61742734", "Hopevale", |
|
60474
|
|
|
|
|
|
|
"612530181", "Glen\ Davis", |
|
60475
|
|
|
|
|
|
|
"618683363", "Hyden", |
|
60476
|
|
|
|
|
|
|
"61268913", "Tullamore", |
|
60477
|
|
|
|
|
|
|
"617750391", "Southwood", |
|
60478
|
|
|
|
|
|
|
"61876418", "Elliston", |
|
60479
|
|
|
|
|
|
|
"61359267", "Cowes", |
|
60480
|
|
|
|
|
|
|
"612574481", "Yarrowitch", |
|
60481
|
|
|
|
|
|
|
"6124919", "Nelson\ Bay", |
|
60482
|
|
|
|
|
|
|
"61749663", "Yakapari", |
|
60483
|
|
|
|
|
|
|
"61742558", "Cairns", |
|
60484
|
|
|
|
|
|
|
"617476581", "Millaroo", |
|
60485
|
|
|
|
|
|
|
"61375007", "Clayton", |
|
60486
|
|
|
|
|
|
|
"61898050", "Cairlocup", |
|
60487
|
|
|
|
|
|
|
"61745679", "Bunya\ Mountains", |
|
60488
|
|
|
|
|
|
|
"618660873", "Aldersyde", |
|
60489
|
|
|
|
|
|
|
"61361042", "Dover", |
|
60490
|
|
|
|
|
|
|
"61263801", "Young", |
|
60491
|
|
|
|
|
|
|
"61361424", "Huonville", |
|
60492
|
|
|
|
|
|
|
"618851798", "Mallala", |
|
60493
|
|
|
|
|
|
|
"61265374", "Mount\ George", |
|
60494
|
|
|
|
|
|
|
"61255619", "Taree", |
|
60495
|
|
|
|
|
|
|
"618660139", "Balkuling", |
|
60496
|
|
|
|
|
|
|
"61265031", "Comara", |
|
60497
|
|
|
|
|
|
|
"61247010", "Mulgoa", |
|
60498
|
|
|
|
|
|
|
"61357512", "Myrtleford", |
|
60499
|
|
|
|
|
|
|
"617480760", "Rockhampton", |
|
60500
|
|
|
|
|
|
|
"6139950", "Melbourne", |
|
60501
|
|
|
|
|
|
|
"618763800", "Mambray\ Creek", |
|
60502
|
|
|
|
|
|
|
"61736097", "Sandgate", |
|
60503
|
|
|
|
|
|
|
"6129989", "Terrey\ Hills", |
|
60504
|
|
|
|
|
|
|
"61240460", "Newcastle", |
|
60505
|
|
|
|
|
|
|
"61876015", "Booleroo\ Centre", |
|
60506
|
|
|
|
|
|
|
"618763454", "Everard", |
|
60507
|
|
|
|
|
|
|
"61381037", "Kalkallo", |
|
60508
|
|
|
|
|
|
|
"61269178", "Henty", |
|
60509
|
|
|
|
|
|
|
"61361357", "Bothwell", |
|
60510
|
|
|
|
|
|
|
"61357577", "Mount\ Buller", |
|
60511
|
|
|
|
|
|
|
"61250181", "Rennie", |
|
60512
|
|
|
|
|
|
|
"613531780", "Beaufort", |
|
60513
|
|
|
|
|
|
|
"61268036", "Coalbaggie", |
|
60514
|
|
|
|
|
|
|
"61263983", "Maimuru", |
|
60515
|
|
|
|
|
|
|
"618865011", "Gairdner", |
|
60516
|
|
|
|
|
|
|
"6173206", "Cleveland", |
|
60517
|
|
|
|
|
|
|
"61265254", "Merriwa", |
|
60518
|
|
|
|
|
|
|
"61358030", "Dookie", |
|
60519
|
|
|
|
|
|
|
"61248532", "Goulburn", |
|
60520
|
|
|
|
|
|
|
"613441879", "Talbot", |
|
60521
|
|
|
|
|
|
|
"61367348", "Mathinna", |
|
60522
|
|
|
|
|
|
|
"61898198", "Manypeaks\ North", |
|
60523
|
|
|
|
|
|
|
"618903577", "Munglinup", |
|
60524
|
|
|
|
|
|
|
"61752109", "Moore", |
|
60525
|
|
|
|
|
|
|
"61877304", "Bangham", |
|
60526
|
|
|
|
|
|
|
"61746292", "Thallon", |
|
60527
|
|
|
|
|
|
|
"61746781", "Cecil\ Plains", |
|
60528
|
|
|
|
|
|
|
"61361212", "Baden", |
|
60529
|
|
|
|
|
|
|
"61248839", "Yerrinbool", |
|
60530
|
|
|
|
|
|
|
"61876245", "Port\ Augusta", |
|
60531
|
|
|
|
|
|
|
"61341546", "Heyfield", |
|
60532
|
|
|
|
|
|
|
"617441422", "Pentland", |
|
60533
|
|
|
|
|
|
|
"61256297", "Mullumbimby", |
|
60534
|
|
|
|
|
|
|
"61351194", "Goongerah", |
|
60535
|
|
|
|
|
|
|
"613451071", "Mortlake", |
|
60536
|
|
|
|
|
|
|
"61887113", "Tarpeena", |
|
60537
|
|
|
|
|
|
|
"61361277", "Geeveston", |
|
60538
|
|
|
|
|
|
|
"618752975", "Taylorville", |
|
60539
|
|
|
|
|
|
|
"61266174", "Lismore", |
|
60540
|
|
|
|
|
|
|
"613542513", "Charlton", |
|
60541
|
|
|
|
|
|
|
"6128828", "Sydney", |
|
60542
|
|
|
|
|
|
|
"618904247", "Warralakin", |
|
60543
|
|
|
|
|
|
|
"61747196", "Millaroo", |
|
60544
|
|
|
|
|
|
|
"61862348", "Perth", |
|
60545
|
|
|
|
|
|
|
"61342197", "Lorne", |
|
60546
|
|
|
|
|
|
|
"612582460", "Brewarrina", |
|
60547
|
|
|
|
|
|
|
"61250037", "Dartmouth", |
|
60548
|
|
|
|
|
|
|
"618660928", "Wannamal", |
|
60549
|
|
|
|
|
|
|
"613450990", "Cobden", |
|
60550
|
|
|
|
|
|
|
"61745525", "Thomson", |
|
60551
|
|
|
|
|
|
|
"61340234", "Culgoa", |
|
60552
|
|
|
|
|
|
|
"612574669", "Bunnor", |
|
60553
|
|
|
|
|
|
|
"61745139", "Cambooya", |
|
60554
|
|
|
|
|
|
|
"6126822", "Coonamble", |
|
60555
|
|
|
|
|
|
|
"618967628", "Beacon", |
|
60556
|
|
|
|
|
|
|
"617452703", "Elbow\ Valley", |
|
60557
|
|
|
|
|
|
|
"61887307", "Greenways", |
|
60558
|
|
|
|
|
|
|
"61363618", "Fingal", |
|
60559
|
|
|
|
|
|
|
"61265187", "Rawdon\ Vale", |
|
60560
|
|
|
|
|
|
|
"61251168", "Michelago", |
|
60561
|
|
|
|
|
|
|
"61879414", "Borroloola", |
|
60562
|
|
|
|
|
|
|
"612685698", "Grawin", |
|
60563
|
|
|
|
|
|
|
"61740032", "Cooktown", |
|
60564
|
|
|
|
|
|
|
"61754038", "Pomona", |
|
60565
|
|
|
|
|
|
|
"61269954", "Bambilla", |
|
60566
|
|
|
|
|
|
|
"618869027", "Kelly", |
|
60567
|
|
|
|
|
|
|
"61897063", "Manjimup", |
|
60568
|
|
|
|
|
|
|
"612530096", "Cumnock", |
|
60569
|
|
|
|
|
|
|
"61350143", "Turriff", |
|
60570
|
|
|
|
|
|
|
"61888826", "Thistle", |
|
60571
|
|
|
|
|
|
|
"612583554", "Trundle", |
|
60572
|
|
|
|
|
|
|
"61748315", "Emerald", |
|
60573
|
|
|
|
|
|
|
"617480454", "Cannon\ Valley", |
|
60574
|
|
|
|
|
|
|
"618763760", "Andamooka", |
|
60575
|
|
|
|
|
|
|
"61248656", "Robertson", |
|
60576
|
|
|
|
|
|
|
"618967636", "Beacon\ North", |
|
60577
|
|
|
|
|
|
|
"61899006", "Carnamah", |
|
60578
|
|
|
|
|
|
|
"61741791", "Childers", |
|
60579
|
|
|
|
|
|
|
"61896621", "Dalwallinu", |
|
60580
|
|
|
|
|
|
|
"612574713", "Nowendoc", |
|
60581
|
|
|
|
|
|
|
"61877091", "Colebatch", |
|
60582
|
|
|
|
|
|
|
"61340165", "Mildura", |
|
60583
|
|
|
|
|
|
|
"61745946", "Dalby", |
|
60584
|
|
|
|
|
|
|
"618660936", "York", |
|
60585
|
|
|
|
|
|
|
"6128786", "Liverpool", |
|
60586
|
|
|
|
|
|
|
"61251287", "Rye\ Park", |
|
60587
|
|
|
|
|
|
|
"61356184", "Tidal\ River", |
|
60588
|
|
|
|
|
|
|
"61265268", "Glendonbrook", |
|
60589
|
|
|
|
|
|
|
"612594122", "Junee\ Reefs", |
|
60590
|
|
|
|
|
|
|
"61887049", "Colebatch", |
|
60591
|
|
|
|
|
|
|
"61352087", "Swan\ Marsh", |
|
60592
|
|
|
|
|
|
|
"61734788", "Dunwich", |
|
60593
|
|
|
|
|
|
|
"61895657", "Toodyay", |
|
60594
|
|
|
|
|
|
|
"61350703", "Sea\ Lake", |
|
60595
|
|
|
|
|
|
|
"61343145", "Jeparit", |
|
60596
|
|
|
|
|
|
|
"6124344", "Gosford", |
|
60597
|
|
|
|
|
|
|
"61746653", "Tara", |
|
60598
|
|
|
|
|
|
|
"6138566", "Clayton", |
|
60599
|
|
|
|
|
|
|
"61261066", "Michelago", |
|
60600
|
|
|
|
|
|
|
"61341084", "Nowa\ Nowa", |
|
60601
|
|
|
|
|
|
|
"61256443", "Tabulam", |
|
60602
|
|
|
|
|
|
|
"618683255", "Cranbrook", |
|
60603
|
|
|
|
|
|
|
"61248762", "Taralga", |
|
60604
|
|
|
|
|
|
|
"617750203", "Texas", |
|
60605
|
|
|
|
|
|
|
"61743385", "Pialba", |
|
60606
|
|
|
|
|
|
|
"61358904", "Deniliquin", |
|
60607
|
|
|
|
|
|
|
"61899285", "Eneabba\ North", |
|
60608
|
|
|
|
|
|
|
"61355112", "Mount\ Richmond", |
|
60609
|
|
|
|
|
|
|
"61878039", "Braemer", |
|
60610
|
|
|
|
|
|
|
"612593812", "Sandigo", |
|
60611
|
|
|
|
|
|
|
"61731131", "Sandgate", |
|
60612
|
|
|
|
|
|
|
"6138431", "Eltham", |
|
60613
|
|
|
|
|
|
|
"618858568", "Meningie", |
|
60614
|
|
|
|
|
|
|
"6138777", "Croydon", |
|
60615
|
|
|
|
|
|
|
"61895442", "Gidgegannup", |
|
60616
|
|
|
|
|
|
|
"618683210", "Tambellup", |
|
60617
|
|
|
|
|
|
|
"61752152", "Laidley", |
|
60618
|
|
|
|
|
|
|
"61264215", "Thredbo\ Village", |
|
60619
|
|
|
|
|
|
|
"61341437", "Bruthen", |
|
60620
|
|
|
|
|
|
|
"61895024", "Bindoon", |
|
60621
|
|
|
|
|
|
|
"61891908", "Whaleback", |
|
60622
|
|
|
|
|
|
|
"61350019", "Box\ Creek", |
|
60623
|
|
|
|
|
|
|
"61742123", "Thursday\ Island", |
|
60624
|
|
|
|
|
|
|
"61355177", "Woolsthorpe", |
|
60625
|
|
|
|
|
|
|
"617473823", "Boulia", |
|
60626
|
|
|
|
|
|
|
"618989317", "Tarwonga", |
|
60627
|
|
|
|
|
|
|
"61354993", "Korong\ Vale", |
|
60628
|
|
|
|
|
|
|
"61341430", "Loch\ Sport", |
|
60629
|
|
|
|
|
|
|
"61266376", "Woodburn", |
|
60630
|
|
|
|
|
|
|
"612574420", "Emmaville", |
|
60631
|
|
|
|
|
|
|
"61876202", "Kimba", |
|
60632
|
|
|
|
|
|
|
"61890811", "Marvel\ Loch", |
|
60633
|
|
|
|
|
|
|
"61265509", "Pacific\ Palms", |
|
60634
|
|
|
|
|
|
|
"61885423", "Morgan", |
|
60635
|
|
|
|
|
|
|
"613546234", "Bealiba", |
|
60636
|
|
|
|
|
|
|
"61355170", "Wombelano", |
|
60637
|
|
|
|
|
|
|
"61267699", "Currabubula", |
|
60638
|
|
|
|
|
|
|
"612530120", "Manildra", |
|
60639
|
|
|
|
|
|
|
"613542182", "Llanelly", |
|
60640
|
|
|
|
|
|
|
"61253089", "Kandos", |
|
60641
|
|
|
|
|
|
|
"61263032", "Burraga", |
|
60642
|
|
|
|
|
|
|
"61350678", "Underbool", |
|
60643
|
|
|
|
|
|
|
"613431969", "Kaniva", |
|
60644
|
|
|
|
|
|
|
"61287472", "Bankstown", |
|
60645
|
|
|
|
|
|
|
"61887458", "Tantanoola", |
|
60646
|
|
|
|
|
|
|
"61890235", "Wilgoyne", |
|
60647
|
|
|
|
|
|
|
"61899191", "Perenjori", |
|
60648
|
|
|
|
|
|
|
"61877106", "Marcollat", |
|
60649
|
|
|
|
|
|
|
"61268474", "Warren", |
|
60650
|
|
|
|
|
|
|
"61249197", "Tea\ Gardens", |
|
60651
|
|
|
|
|
|
|
"618854791", "Milang", |
|
60652
|
|
|
|
|
|
|
"61264721", "Bombala", |
|
60653
|
|
|
|
|
|
|
"617474470", "Barkly", |
|
60654
|
|
|
|
|
|
|
"61248165", "Reidsdale", |
|
60655
|
|
|
|
|
|
|
"61350375", "Culgoa", |
|
60656
|
|
|
|
|
|
|
"617459959", "Crows\ Nest", |
|
60657
|
|
|
|
|
|
|
"61242150", "Wollongong", |
|
60658
|
|
|
|
|
|
|
"61888566", "Spalding", |
|
60659
|
|
|
|
|
|
|
"61890158", "Narembeen\ East", |
|
60660
|
|
|
|
|
|
|
"613531721", "Moyston", |
|
60661
|
|
|
|
|
|
|
"61352080", "Meredith", |
|
60662
|
|
|
|
|
|
|
"61896095", "Dukin", |
|
60663
|
|
|
|
|
|
|
"617486710", "Nogoa", |
|
60664
|
|
|
|
|
|
|
"61895650", "Gingin", |
|
60665
|
|
|
|
|
|
|
"61754213", "Lowood", |
|
60666
|
|
|
|
|
|
|
"61267203", "Tingha", |
|
60667
|
|
|
|
|
|
|
"61251280", "Burrinjuck", |
|
60668
|
|
|
|
|
|
|
"612583185", "Mendooran", |
|
60669
|
|
|
|
|
|
|
"6135596", "Lismore", |
|
60670
|
|
|
|
|
|
|
"61258019", "Cumborah", |
|
60671
|
|
|
|
|
|
|
"61244273", "Nowra", |
|
60672
|
|
|
|
|
|
|
"618660763", "Gabbin\ North", |
|
60673
|
|
|
|
|
|
|
"61887971", "Colebatch", |
|
60674
|
|
|
|
|
|
|
"61343159", "Navarre", |
|
60675
|
|
|
|
|
|
|
"618865942", "Penong", |
|
60676
|
|
|
|
|
|
|
"61362954", "Hobart", |
|
60677
|
|
|
|
|
|
|
"61877328", "Penola", |
|
60678
|
|
|
|
|
|
|
"61888952", "Lochiel", |
|
60679
|
|
|
|
|
|
|
"61741584", "Proston", |
|
60680
|
|
|
|
|
|
|
"6128632", "Blacktown", |
|
60681
|
|
|
|
|
|
|
"613431794", "Mount\ Wallace", |
|
60682
|
|
|
|
|
|
|
"61250226", "Eskdale", |
|
60683
|
|
|
|
|
|
|
"61744151", "Doomadgee", |
|
60684
|
|
|
|
|
|
|
"61887055", "Lucindale", |
|
60685
|
|
|
|
|
|
|
"612630994", "Burraga", |
|
60686
|
|
|
|
|
|
|
"617476520", "Halifax", |
|
60687
|
|
|
|
|
|
|
"6138103", "Whittlesea", |
|
60688
|
|
|
|
|
|
|
"617480231", "Emerald", |
|
60689
|
|
|
|
|
|
|
"61863361", "Perth", |
|
60690
|
|
|
|
|
|
|
"6188986", "Noonamah", |
|
60691
|
|
|
|
|
|
|
"61749611", "Rockhampton", |
|
60692
|
|
|
|
|
|
|
"61756669", "Ormeau", |
|
60693
|
|
|
|
|
|
|
"617458920", "Oakey", |
|
60694
|
|
|
|
|
|
|
"61886850", "Quorn", |
|
60695
|
|
|
|
|
|
|
"61264433", "Adaminaby", |
|
60696
|
|
|
|
|
|
|
"61749082", "Oombabeer", |
|
60697
|
|
|
|
|
|
|
"61887464", "Keilira", |
|
60698
|
|
|
|
|
|
|
"6135637", "Trafalgar", |
|
60699
|
|
|
|
|
|
|
"61891924", "Roebuck", |
|
60700
|
|
|
|
|
|
|
"61265180", "Mount\ Olive", |
|
60701
|
|
|
|
|
|
|
"61891206", "Whaleback", |
|
60702
|
|
|
|
|
|
|
"61260688", "Tallangatta\ Valley", |
|
60703
|
|
|
|
|
|
|
"61888736", "Kadina", |
|
60704
|
|
|
|
|
|
|
"61363079", "Campbell\ Town", |
|
60705
|
|
|
|
|
|
|
"61887300", "Millicent", |
|
60706
|
|
|
|
|
|
|
"617485901", "Turkey\ Beach", |
|
60707
|
|
|
|
|
|
|
"61356386", "Mirboo\ North", |
|
60708
|
|
|
|
|
|
|
"61888909", "Hallett", |
|
60709
|
|
|
|
|
|
|
"61343102", "Ballarat", |
|
60710
|
|
|
|
|
|
|
"61891488", "Wittenoom", |
|
60711
|
|
|
|
|
|
|
"61345025", "Hamilton", |
|
60712
|
|
|
|
|
|
|
"618600837", "Munglinup", |
|
60713
|
|
|
|
|
|
|
"61260385", "Culcairn", |
|
60714
|
|
|
|
|
|
|
"61340532", "Robinvale", |
|
60715
|
|
|
|
|
|
|
"61250030", "Balldale", |
|
60716
|
|
|
|
|
|
|
"61885731", "Coonalpyn", |
|
60717
|
|
|
|
|
|
|
"6139732", "Sunbury", |
|
60718
|
|
|
|
|
|
|
"61358928", "Undera", |
|
60719
|
|
|
|
|
|
|
"61880014", "Dolo", |
|
60720
|
|
|
|
|
|
|
"61897890", "Jangardup", |
|
60721
|
|
|
|
|
|
|
"61358484", "Kyabram", |
|
60722
|
|
|
|
|
|
|
"61895405", "Guilderton", |
|
60723
|
|
|
|
|
|
|
"613451001", "Glenthompson", |
|
60724
|
|
|
|
|
|
|
"61240696", "Clarence\ Town", |
|
60725
|
|
|
|
|
|
|
"61875179", "Victor\ Harbor", |
|
60726
|
|
|
|
|
|
|
"613546021", "Redesdale", |
|
60727
|
|
|
|
|
|
|
"61256290", "Glenreagh", |
|
60728
|
|
|
|
|
|
|
"61362968", "Richmond", |
|
60729
|
|
|
|
|
|
|
"61879163", "Nhulunbuy", |
|
60730
|
|
|
|
|
|
|
"6186374", "Perth", |
|
60731
|
|
|
|
|
|
|
"61891085", "Telfer", |
|
60732
|
|
|
|
|
|
|
"61342190", "Cressy", |
|
60733
|
|
|
|
|
|
|
"61265966", "Scone", |
|
60734
|
|
|
|
|
|
|
"61258143", "Weetaliba", |
|
60735
|
|
|
|
|
|
|
"61361270", "Hermitage", |
|
60736
|
|
|
|
|
|
|
"61357044", "Falls\ Creek", |
|
60737
|
|
|
|
|
|
|
"618903281", "Bruce\ Rock", |
|
60738
|
|
|
|
|
|
|
"61890164", "Norseman", |
|
60739
|
|
|
|
|
|
|
"61886189", "Port\ Augusta", |
|
60740
|
|
|
|
|
|
|
"61357422", "Yarrawonga", |
|
60741
|
|
|
|
|
|
|
"61358037", "Jerilderie", |
|
60742
|
|
|
|
|
|
|
"613441809", "Lalbert", |
|
60743
|
|
|
|
|
|
|
"61259434", "Wagga\ Wagga", |
|
60744
|
|
|
|
|
|
|
"61361514", "Ouse", |
|
60745
|
|
|
|
|
|
|
"61265859", "Telegraph\ Point", |
|
60746
|
|
|
|
|
|
|
"612473", "Penrith", |
|
60747
|
|
|
|
|
|
|
"61741046", "Fraser\ Island", |
|
60748
|
|
|
|
|
|
|
"61268961", "Mount\ Herring", |
|
60749
|
|
|
|
|
|
|
"612583882", "Brewarrina", |
|
60750
|
|
|
|
|
|
|
"6173540", "Brisbane", |
|
60751
|
|
|
|
|
|
|
"618600853", "Wialki\ North", |
|
60752
|
|
|
|
|
|
|
"618866364", "Wanilla", |
|
60753
|
|
|
|
|
|
|
"61354076", "Watchem", |
|
60754
|
|
|
|
|
|
|
"61264544", "Bredbo", |
|
60755
|
|
|
|
|
|
|
"61867099", "Collie", |
|
60756
|
|
|
|
|
|
|
"617441439", "Burdekin", |
|
60757
|
|
|
|
|
|
|
"618763688", "Wanilla", |
|
60758
|
|
|
|
|
|
|
"61350347", "Mallan", |
|
60759
|
|
|
|
|
|
|
"613451171", "Dunkeld", |
|
60760
|
|
|
|
|
|
|
"61887103", "Short", |
|
60761
|
|
|
|
|
|
|
"61238167", "Braidwood", |
|
60762
|
|
|
|
|
|
|
"617458683", "Thargomindah", |
|
60763
|
|
|
|
|
|
|
"61265383", "Coopernook", |
|
60764
|
|
|
|
|
|
|
"612583245", "Carinda", |
|
60765
|
|
|
|
|
|
|
"61267435", "Goolhi", |
|
60766
|
|
|
|
|
|
|
"61897769", "Beedelup", |
|
60767
|
|
|
|
|
|
|
"61742468", "Lockhart\ River", |
|
60768
|
|
|
|
|
|
|
"612593669", "Bethungra", |
|
60769
|
|
|
|
|
|
|
"61355159", "Lake\ Mundi", |
|
60770
|
|
|
|
|
|
|
"6188642", "Port\ Augusta", |
|
60771
|
|
|
|
|
|
|
"612574150", "Nullamanna", |
|
60772
|
|
|
|
|
|
|
"61361202", "Tarraleah", |
|
60773
|
|
|
|
|
|
|
"618753419", "Narrung", |
|
60774
|
|
|
|
|
|
|
"618854501", "Yankalilla", |
|
60775
|
|
|
|
|
|
|
"61877314", "Keith", |
|
60776
|
|
|
|
|
|
|
"618964937", "Wannamal", |
|
60777
|
|
|
|
|
|
|
"612683950", "Purlewaugh", |
|
60778
|
|
|
|
|
|
|
"6186213", "Perth", |
|
60779
|
|
|
|
|
|
|
"61889407", "Tanami", |
|
60780
|
|
|
|
|
|
|
"61752119", "Woodbine", |
|
60781
|
|
|
|
|
|
|
"61340023", "Mittyack", |
|
60782
|
|
|
|
|
|
|
"61350052", "Box\ Creek", |
|
60783
|
|
|
|
|
|
|
"61344058", "Amphitheatre", |
|
60784
|
|
|
|
|
|
|
"61355742", "Cavendish", |
|
60785
|
|
|
|
|
|
|
"612574115", "Currabubula", |
|
60786
|
|
|
|
|
|
|
"617452368", "Tabers", |
|
60787
|
|
|
|
|
|
|
"61263974", "Bylong", |
|
60788
|
|
|
|
|
|
|
"613574674", "Killawarra", |
|
60789
|
|
|
|
|
|
|
"61362099", "Baden", |
|
60790
|
|
|
|
|
|
|
"61896339", "Bencubbin", |
|
60791
|
|
|
|
|
|
|
"617750314", "Brookstead", |
|
60792
|
|
|
|
|
|
|
"61748050", "Dysart", |
|
60793
|
|
|
|
|
|
|
"61868031", "Rocky\ Gully", |
|
60794
|
|
|
|
|
|
|
"617442950", "Georgina", |
|
60795
|
|
|
|
|
|
|
"61899663", "Walkaway", |
|
60796
|
|
|
|
|
|
|
"61287358", "Liverpool", |
|
60797
|
|
|
|
|
|
|
"61267038", "Bundarra", |
|
60798
|
|
|
|
|
|
|
"61240182", "Clarence\ Town", |
|
60799
|
|
|
|
|
|
|
"61879360", "Daly", |
|
60800
|
|
|
|
|
|
|
"618863951", "Sheringa", |
|
60801
|
|
|
|
|
|
|
"618683544", "Nomans\ Lake", |
|
60802
|
|
|
|
|
|
|
"617750386", "Pittsworth", |
|
60803
|
|
|
|
|
|
|
"618763864", "Darke\ Peak", |
|
60804
|
|
|
|
|
|
|
"61257949", "Moree", |
|
60805
|
|
|
|
|
|
|
"61363608", "Evandale", |
|
60806
|
|
|
|
|
|
|
"618852076", "Hamley\ Bridge", |
|
60807
|
|
|
|
|
|
|
"61879404", "Tablelands", |
|
60808
|
|
|
|
|
|
|
"613542242", "Marong", |
|
60809
|
|
|
|
|
|
|
"61887317", "Short", |
|
60810
|
|
|
|
|
|
|
"61263090", "Greenethorpe", |
|
60811
|
|
|
|
|
|
|
"61245089", "Kurrajong\ Heights", |
|
60812
|
|
|
|
|
|
|
"618753201", "Taplan", |
|
60813
|
|
|
|
|
|
|
"617442915", "Mount\ Fox", |
|
60814
|
|
|
|
|
|
|
"61885356", "Murray\ Bridge", |
|
60815
|
|
|
|
|
|
|
"61890403", "Mount\ Hampton", |
|
60816
|
|
|
|
|
|
|
"613441948", "Wedderburn", |
|
60817
|
|
|
|
|
|
|
"618964953", "Yerecoin", |
|
60818
|
|
|
|
|
|
|
"618865094", "Woomera", |
|
60819
|
|
|
|
|
|
|
"617473875", "Eddington", |
|
60820
|
|
|
|
|
|
|
"61355880", "Wombelano", |
|
60821
|
|
|
|
|
|
|
"61851120", "De\ Grey", |
|
60822
|
|
|
|
|
|
|
"618866981", "Laura", |
|
60823
|
|
|
|
|
|
|
"617486561", "Nebo", |
|
60824
|
|
|
|
|
|
|
"61341492", "Cabbage\ Tree\ Creek", |
|
60825
|
|
|
|
|
|
|
"61863556", "Perth", |
|
60826
|
|
|
|
|
|
|
"612594139", "Narrandera", |
|
60827
|
|
|
|
|
|
|
"61746237", "Mitchell", |
|
60828
|
|
|
|
|
|
|
"61742327", "Innisfail", |
|
60829
|
|
|
|
|
|
|
"618600246", "Merredin", |
|
60830
|
|
|
|
|
|
|
"61886879", "Elliston", |
|
60831
|
|
|
|
|
|
|
"61363050", "Lilydale", |
|
60832
|
|
|
|
|
|
|
"61359369", "Rosebud", |
|
60833
|
|
|
|
|
|
|
"618867713", "Wilmington", |
|
60834
|
|
|
|
|
|
|
"613470557", "Nagambie", |
|
60835
|
|
|
|
|
|
|
"61748608", "Rockhampton", |
|
60836
|
|
|
|
|
|
|
"61264086", "Wonboyn\ Lake", |
|
60837
|
|
|
|
|
|
|
"61889649", "Tanami", |
|
60838
|
|
|
|
|
|
|
"618683616", "Karlgarin", |
|
60839
|
|
|
|
|
|
|
"61257136", "Armidale", |
|
60840
|
|
|
|
|
|
|
"61344064", "Carisbrook", |
|
60841
|
|
|
|
|
|
|
"61248597", "Rugby", |
|
60842
|
|
|
|
|
|
|
"61350713", "Tempy", |
|
60843
|
|
|
|
|
|
|
"612574812", "Oakey\ Creek", |
|
60844
|
|
|
|
|
|
|
"61886572", "Wilpena", |
|
60845
|
|
|
|
|
|
|
"61898591", "Nomans\ Lake", |
|
60846
|
|
|
|
|
|
|
"612594022", "Warralonga", |
|
60847
|
|
|
|
|
|
|
"61897606", "Beedelup", |
|
60848
|
|
|
|
|
|
|
"61879691", "Tennant\ Creek", |
|
60849
|
|
|
|
|
|
|
"61752043", "Rosevale", |
|
60850
|
|
|
|
|
|
|
"61361528", "Brighton", |
|
60851
|
|
|
|
|
|
|
"61899016", "Coorow", |
|
60852
|
|
|
|
|
|
|
"613441735", "Strathfieldsaye", |
|
60853
|
|
|
|
|
|
|
"61342132", "Lavers\ Hill", |
|
60854
|
|
|
|
|
|
|
"61895596", "Rockingham", |
|
60855
|
|
|
|
|
|
|
"61256232", "Nimbin", |
|
60856
|
|
|
|
|
|
|
"61748305", "Broadsound", |
|
60857
|
|
|
|
|
|
|
"61742454", "Etheridge", |
|
60858
|
|
|
|
|
|
|
"618752923", "Bower", |
|
60859
|
|
|
|
|
|
|
"61875150", "Meningie", |
|
60860
|
|
|
|
|
|
|
"61897125", "Nannup", |
|
60861
|
|
|
|
|
|
|
"61887743", "Greenways", |
|
60862
|
|
|
|
|
|
|
"61260441", "Coppabella", |
|
60863
|
|
|
|
|
|
|
"613470533", "Broadford", |
|
60864
|
|
|
|
|
|
|
"61891918", "Broome", |
|
60865
|
|
|
|
|
|
|
"618683302", "Nalyerlup", |
|
60866
|
|
|
|
|
|
|
"61897832", "Nannup", |
|
60867
|
|
|
|
|
|
|
"61264205", "Cabramurra", |
|
60868
|
|
|
|
|
|
|
"6129450", "Terrey\ Hills", |
|
60869
|
|
|
|
|
|
|
"61885280", "Hamley\ Bridge", |
|
60870
|
|
|
|
|
|
|
"618863578", "Mount\ Hope", |
|
60871
|
|
|
|
|
|
|
"61361259", "Bothwell", |
|
60872
|
|
|
|
|
|
|
"617458996", "Darr\ Creek", |
|
60873
|
|
|
|
|
|
|
"61244098", "Huskisson", |
|
60874
|
|
|
|
|
|
|
"61340590", "Anabranch", |
|
60875
|
|
|
|
|
|
|
"612593713", "Melbergen", |
|
60876
|
|
|
|
|
|
|
"61268362", "Cobar", |
|
60877
|
|
|
|
|
|
|
"61364178", "Marrawah", |
|
60878
|
|
|
|
|
|
|
"61353025", "Halls\ Gap", |
|
60879
|
|
|
|
|
|
|
"61355102", "Macarthur", |
|
60880
|
|
|
|
|
|
|
"6138430", "Melbourne", |
|
60881
|
|
|
|
|
|
|
"61740097", "Millaa\ Millaa", |
|
60882
|
|
|
|
|
|
|
"61265870", "Byabarra", |
|
60883
|
|
|
|
|
|
|
"61263461", "Hampton", |
|
60884
|
|
|
|
|
|
|
"61358914", "Cobram", |
|
60885
|
|
|
|
|
|
|
"61734396", "Beenleigh", |
|
60886
|
|
|
|
|
|
|
"61392125", "Dandenong", |
|
60887
|
|
|
|
|
|
|
"61876270", "Cleve", |
|
60888
|
|
|
|
|
|
|
"61255199", "Denman", |
|
60889
|
|
|
|
|
|
|
"61880028", "The\ Darling", |
|
60890
|
|
|
|
|
|
|
"61889166", "Victoria\ River", |
|
60891
|
|
|
|
|
|
|
"618967801", "Jelkobine", |
|
60892
|
|
|
|
|
|
|
"61361245", "Kempton", |
|
60893
|
|
|
|
|
|
|
"61740090", "Mareeba", |
|
60894
|
|
|
|
|
|
|
"618762574", "Crystal\ Brook", |
|
60895
|
|
|
|
|
|
|
"61861936", "Herne\ Hill", |
|
60896
|
|
|
|
|
|
|
"6124678", "Picton", |
|
60897
|
|
|
|
|
|
|
"61861709", "Spearwood", |
|
60898
|
|
|
|
|
|
|
"61721000", "Brisbane", |
|
60899
|
|
|
|
|
|
|
"61876121", "Carrieton", |
|
60900
|
|
|
|
|
|
|
"61876277", "Frome", |
|
60901
|
|
|
|
|
|
|
"61877116", "Robe", |
|
60902
|
|
|
|
|
|
|
"61890983", "South\ Kumminin", |
|
60903
|
|
|
|
|
|
|
"61355705", "Macarthur", |
|
60904
|
|
|
|
|
|
|
"61879428", "Rodinga", |
|
60905
|
|
|
|
|
|
|
"61754699", "Kalbar", |
|
60906
|
|
|
|
|
|
|
"618683372", "Kojaneerup", |
|
60907
|
|
|
|
|
|
|
"61753139", "Woodford", |
|
60908
|
|
|
|
|
|
|
"61752261", "Kilkivan", |
|
60909
|
|
|
|
|
|
|
"61875157", "Wynarka", |
|
60910
|
|
|
|
|
|
|
"61753525", "Gympie", |
|
60911
|
|
|
|
|
|
|
"61354131", "Cohuna", |
|
60912
|
|
|
|
|
|
|
"61367081", "Deloraine", |
|
60913
|
|
|
|
|
|
|
"61876212", "Marla", |
|
60914
|
|
|
|
|
|
|
"61340597", "Cowangie", |
|
60915
|
|
|
|
|
|
|
"61890801", "Kalgoorlie", |
|
60916
|
|
|
|
|
|
|
"617452725", "Killarney", |
|
60917
|
|
|
|
|
|
|
"61351788", "Mallacoota", |
|
60918
|
|
|
|
|
|
|
"6174789", "Townsville", |
|
60919
|
|
|
|
|
|
|
"61730944", "Redcliffe", |
|
60920
|
|
|
|
|
|
|
"61889655", "Arnhem", |
|
60921
|
|
|
|
|
|
|
"61749494", "Nebo", |
|
60922
|
|
|
|
|
|
|
"61256534", "Rappville", |
|
60923
|
|
|
|
|
|
|
"618854958", "Kapunda", |
|
60924
|
|
|
|
|
|
|
"618997044", "Marchagee", |
|
60925
|
|
|
|
|
|
|
"61875284", "Walker\ Flat", |
|
60926
|
|
|
|
|
|
|
"618996721", "Eneabba", |
|
60927
|
|
|
|
|
|
|
"617452593", "Jondaryan", |
|
60928
|
|
|
|
|
|
|
"61885154", "Peake", |
|
60929
|
|
|
|
|
|
|
"618660862", "Jelkobine", |
|
60930
|
|
|
|
|
|
|
"61740974", "Mount\ Garnet", |
|
60931
|
|
|
|
|
|
|
"6188379", "Adelaide", |
|
60932
|
|
|
|
|
|
|
"61898784", "Woodanilling", |
|
60933
|
|
|
|
|
|
|
"61363057", "Mathinna", |
|
60934
|
|
|
|
|
|
|
"613531687", "Lake\ Bolac", |
|
60935
|
|
|
|
|
|
|
"61746230", "Durham\ Downs", |
|
60936
|
|
|
|
|
|
|
"61258009", "Yarragrin", |
|
60937
|
|
|
|
|
|
|
"61742320", "Aurukun", |
|
60938
|
|
|
|
|
|
|
"613441911", "Korong\ Vale", |
|
60939
|
|
|
|
|
|
|
"61754203", "Caboolture", |
|
60940
|
|
|
|
|
|
|
"61868176", "Newdegate\ East", |
|
60941
|
|
|
|
|
|
|
"61879025", "Batchelor", |
|
60942
|
|
|
|
|
|
|
"617480667", "Broadsound", |
|
60943
|
|
|
|
|
|
|
"61248590", "Barrallier", |
|
60944
|
|
|
|
|
|
|
"61358092", "Tocumwal", |
|
60945
|
|
|
|
|
|
|
"61880004", "Broken\ Hill", |
|
60946
|
|
|
|
|
|
|
"61263097", "Gulgong", |
|
60947
|
|
|
|
|
|
|
"61248023", "Bungonia", |
|
60948
|
|
|
|
|
|
|
"61260843", "Corryong", |
|
60949
|
|
|
|
|
|
|
"61744229", "Bowen", |
|
60950
|
|
|
|
|
|
|
"61748342", "Theodore", |
|
60951
|
|
|
|
|
|
|
"61355887", "Wombelano", |
|
60952
|
|
|
|
|
|
|
"61851127", "Leopold", |
|
60953
|
|
|
|
|
|
|
"618864088", "Kyancutta", |
|
60954
|
|
|
|
|
|
|
"613553621", "Casterton", |
|
60955
|
|
|
|
|
|
|
"613431890", "Beulah", |
|
60956
|
|
|
|
|
|
|
"61257071", "Elcombe", |
|
60957
|
|
|
|
|
|
|
"61743441", "Rosedale", |
|
60958
|
|
|
|
|
|
|
"612494", "Newcastle", |
|
60959
|
|
|
|
|
|
|
"6129865", "Parramatta", |
|
60960
|
|
|
|
|
|
|
"61257334", "Tamworth", |
|
60961
|
|
|
|
|
|
|
"61343112", "Halls\ Gap", |
|
60962
|
|
|
|
|
|
|
"61888919", "Thistle", |
|
60963
|
|
|
|
|
|
|
"61359322", "Tankerton", |
|
60964
|
|
|
|
|
|
|
"61748057", "Moranbah", |
|
60965
|
|
|
|
|
|
|
"61258347", "Bourke", |
|
60966
|
|
|
|
|
|
|
"617750225", "Aramac", |
|
60967
|
|
|
|
|
|
|
"61899598", "Tenindewa", |
|
60968
|
|
|
|
|
|
|
"61747011", "Ayr", |
|
60969
|
|
|
|
|
|
|
"618763511", "Wandearah\ East", |
|
60970
|
|
|
|
|
|
|
"61887310", "Penola", |
|
60971
|
|
|
|
|
|
|
"61747682", "Hughenden", |
|
60972
|
|
|
|
|
|
|
"61344449", "Tennyson", |
|
60973
|
|
|
|
|
|
|
"612594452", "Warralonga", |
|
60974
|
|
|
|
|
|
|
"61891216", "Mitchell", |
|
60975
|
|
|
|
|
|
|
"61364643", "Ulverstone", |
|
60976
|
|
|
|
|
|
|
"61249132", "Tea\ Gardens", |
|
60977
|
|
|
|
|
|
|
"61879367", "Noonamah", |
|
60978
|
|
|
|
|
|
|
"61889400", "Elliott", |
|
60979
|
|
|
|
|
|
|
"618854571", "Waikerie", |
|
60980
|
|
|
|
|
|
|
"61896944", "Coomberdale", |
|
60981
|
|
|
|
|
|
|
"617486153", "Gargett", |
|
60982
|
|
|
|
|
|
|
"61355145", "Strathdownie", |
|
60983
|
|
|
|
|
|
|
"61353404", "Polkemmet", |
|
60984
|
|
|
|
|
|
|
"618964446", "Coomallo", |
|
60985
|
|
|
|
|
|
|
"61361504", "Huonville", |
|
60986
|
|
|
|
|
|
|
"613574604", "Strathbogie", |
|
60987
|
|
|
|
|
|
|
"61890551", "Wilgoyne", |
|
60988
|
|
|
|
|
|
|
"613573044", "Graytown", |
|
60989
|
|
|
|
|
|
|
"6173406", "Brisbane", |
|
60990
|
|
|
|
|
|
|
"61299125", "Blacktown", |
|
60991
|
|
|
|
|
|
|
"61350340", "Mallan", |
|
60992
|
|
|
|
|
|
|
"61348182", "Numurkah", |
|
60993
|
|
|
|
|
|
|
"612583783", "Collie", |
|
60994
|
|
|
|
|
|
|
"618780682", "Gawler", |
|
60995
|
|
|
|
|
|
|
"617486886", "Yeppoon", |
|
60996
|
|
|
|
|
|
|
"61264242", "Thredbo\ Village", |
|
60997
|
|
|
|
|
|
|
"61895415", "Mount\ Helena", |
|
60998
|
|
|
|
|
|
|
"61238160", "Wombeyan\ Caves", |
|
60999
|
|
|
|
|
|
|
"61885168", "Pinnaroo", |
|
61000
|
|
|
|
|
|
|
"618600752", "Eyre", |
|
61001
|
|
|
|
|
|
|
"61741924", "Childers", |
|
61002
|
|
|
|
|
|
|
"618683128", "Beaufort\ River", |
|
61003
|
|
|
|
|
|
|
"61741206", "Pialba", |
|
61004
|
|
|
|
|
|
|
"61897001", "Augusta", |
|
61005
|
|
|
|
|
|
|
"61879096", "Roper\ River", |
|
61006
|
|
|
|
|
|
|
"61899611", "Mullewa", |
|
61007
|
|
|
|
|
|
|
"61247007", "Mount\ Wilson", |
|
61008
|
|
|
|
|
|
|
"61899082", "Meekatharra", |
|
61009
|
|
|
|
|
|
|
"618903296", "Bullaring", |
|
61010
|
|
|
|
|
|
|
"61357204", "Killawarra", |
|
61011
|
|
|
|
|
|
|
"61357926", "Thoona", |
|
61012
|
|
|
|
|
|
|
"61260346", "Koetong", |
|
61013
|
|
|
|
|
|
|
"61741488", "Redridge", |
|
61014
|
|
|
|
|
|
|
"61752927", "Noosaville", |
|
61015
|
|
|
|
|
|
|
"61868180", "Pingaring", |
|
61016
|
|
|
|
|
|
|
"61886368", "Redhill", |
|
61017
|
|
|
|
|
|
|
"61350531", "Hopetoun", |
|
61018
|
|
|
|
|
|
|
"61264077", "Shannons\ Flat", |
|
61019
|
|
|
|
|
|
|
"61899948", "Mullewa", |
|
61020
|
|
|
|
|
|
|
"613572902", "Myrtleford", |
|
61021
|
|
|
|
|
|
|
"618763667", "Port\ Augusta", |
|
61022
|
|
|
|
|
|
|
"61745008", "Augathella", |
|
61023
|
|
|
|
|
|
|
"61344197", "Kerang", |
|
61024
|
|
|
|
|
|
|
"612594447", "Urana", |
|
61025
|
|
|
|
|
|
|
"61353101", "Ararat", |
|
61026
|
|
|
|
|
|
|
"6188651", "Peterborough", |
|
61027
|
|
|
|
|
|
|
"618600191", "Baandee", |
|
61028
|
|
|
|
|
|
|
"61265462", "Moonan\ Flat", |
|
61029
|
|
|
|
|
|
|
"618683778", "Tenterden", |
|
61030
|
|
|
|
|
|
|
"61264681", "Wonboyn\ Lake", |
|
61031
|
|
|
|
|
|
|
"61267119", "Nowendoc", |
|
61032
|
|
|
|
|
|
|
"61264012", "Bemboka", |
|
61033
|
|
|
|
|
|
|
"613532382", "Serviceton", |
|
61034
|
|
|
|
|
|
|
"61887738", "Mount\ Gambier", |
|
61035
|
|
|
|
|
|
|
"613553975", "Port\ Fairy", |
|
61036
|
|
|
|
|
|
|
"618660702", "Jennacubbine", |
|
61037
|
|
|
|
|
|
|
"617459056", "St\ George", |
|
61038
|
|
|
|
|
|
|
"61753596", "Lowood", |
|
61039
|
|
|
|
|
|
|
"61741085", "Manumbar", |
|
61040
|
|
|
|
|
|
|
"612685584", "Wirrinya", |
|
61041
|
|
|
|
|
|
|
"61745405", "Clifton", |
|
61042
|
|
|
|
|
|
|
"61743144", "Childers", |
|
61043
|
|
|
|
|
|
|
"618997030", "Dongara", |
|
61044
|
|
|
|
|
|
|
"61752038", "Maroon", |
|
61045
|
|
|
|
|
|
|
"613572661", "Buffalo\ River", |
|
61046
|
|
|
|
|
|
|
"612582474", "Cuttaburra", |
|
61047
|
|
|
|
|
|
|
"61753233", "Thornton", |
|
61048
|
|
|
|
|
|
|
"618967761", "Beverley\ West", |
|
61049
|
|
|
|
|
|
|
"61362571", "Orford", |
|
61050
|
|
|
|
|
|
|
"618600747", "Corrigin", |
|
61051
|
|
|
|
|
|
|
"61896594", "Jennacubbine", |
|
61052
|
|
|
|
|
|
|
"61740164", "Silkwood", |
|
61053
|
|
|
|
|
|
|
"612574635", "Tamworth", |
|
61054
|
|
|
|
|
|
|
"618982997", "Bremer\ Bay", |
|
61055
|
|
|
|
|
|
|
"617452149", "Macalister", |
|
61056
|
|
|
|
|
|
|
"61358473", "Cobram", |
|
61057
|
|
|
|
|
|
|
"61891046", "Millstream", |
|
61058
|
|
|
|
|
|
|
"617380", "Beenleigh", |
|
61059
|
|
|
|
|
|
|
"61888120", "Brinkworth", |
|
61060
|
|
|
|
|
|
|
"61367137", "Campbell\ Town", |
|
61061
|
|
|
|
|
|
|
"61354087", "Goornong", |
|
61062
|
|
|
|
|
|
|
"61260728", "Koetong", |
|
61063
|
|
|
|
|
|
|
"61269888", "Boree\ Creek", |
|
61064
|
|
|
|
|
|
|
"61361418", "Dover", |
|
61065
|
|
|
|
|
|
|
"61264753", "Cathcart", |
|
61066
|
|
|
|
|
|
|
"618967084", "Wubin", |
|
61067
|
|
|
|
|
|
|
"6126792", "Narrabri", |
|
61068
|
|
|
|
|
|
|
"61238094", "Golspie", |
|
61069
|
|
|
|
|
|
|
"61746498", "Yetman", |
|
61070
|
|
|
|
|
|
|
"612594065", "Tumut", |
|
61071
|
|
|
|
|
|
|
"617442559", "Home\ Hill", |
|
61072
|
|
|
|
|
|
|
"61878108", "Clare", |
|
61073
|
|
|
|
|
|
|
"61886935", "Tumby\ Bay", |
|
61074
|
|
|
|
|
|
|
"612583209", "Walgett", |
|
61075
|
|
|
|
|
|
|
"612890", "Sydney", |
|
61076
|
|
|
|
|
|
|
"61354671", "Woodend", |
|
61077
|
|
|
|
|
|
|
"61749191", "Proserpine", |
|
61078
|
|
|
|
|
|
|
"61740235", "Thursday\ Island", |
|
61079
|
|
|
|
|
|
|
"61255440", "Taree", |
|
61080
|
|
|
|
|
|
|
"61866034", "Dangin", |
|
61081
|
|
|
|
|
|
|
"61886354", "Port\ Broughton", |
|
61082
|
|
|
|
|
|
|
"618985498", "Tambellup", |
|
61083
|
|
|
|
|
|
|
"61267043", "Collarenebri", |
|
61084
|
|
|
|
|
|
|
"61887804", "Lochaber", |
|
61085
|
|
|
|
|
|
|
"613573030", "Flowerdale", |
|
61086
|
|
|
|
|
|
|
"61361015", "Kempton", |
|
61087
|
|
|
|
|
|
|
"61876357", "Whyalla", |
|
61088
|
|
|
|
|
|
|
"61740158", "Mutchilba", |
|
61089
|
|
|
|
|
|
|
"61754152", "Caboolture", |
|
61090
|
|
|
|
|
|
|
"61898079", "Newdegate", |
|
61091
|
|
|
|
|
|
|
"61885978", "Paruna", |
|
61092
|
|
|
|
|
|
|
"618866920", "Mintabie", |
|
61093
|
|
|
|
|
|
|
"61746095", "Macalister", |
|
61094
|
|
|
|
|
|
|
"61745650", "Westmar", |
|
61095
|
|
|
|
|
|
|
"618763774", "Crystal\ Brook", |
|
61096
|
|
|
|
|
|
|
"618683136", "Bremer\ Bay", |
|
61097
|
|
|
|
|
|
|
"612583411", "Carinda", |
|
61098
|
|
|
|
|
|
|
"61352993", "Colac", |
|
61099
|
|
|
|
|
|
|
"61891584", "Derby", |
|
61100
|
|
|
|
|
|
|
"61268483", "Tooraweenah", |
|
61101
|
|
|
|
|
|
|
"61730594", "Samford", |
|
61102
|
|
|
|
|
|
|
"612530241", "Galong", |
|
61103
|
|
|
|
|
|
|
"61240116", "Dungog", |
|
61104
|
|
|
|
|
|
|
"618967016", "Meckering", |
|
61105
|
|
|
|
|
|
|
"61353741", "Beaufort", |
|
61106
|
|
|
|
|
|
|
"612583927", "Naradhan", |
|
61107
|
|
|
|
|
|
|
"6128798", "Liverpool", |
|
61108
|
|
|
|
|
|
|
"61244157", "Moruya", |
|
61109
|
|
|
|
|
|
|
"617441389", "Cape\ River", |
|
61110
|
|
|
|
|
|
|
"61876042", "Bayley\ Plains", |
|
61111
|
|
|
|
|
|
|
"61887568", "Keith", |
|
61112
|
|
|
|
|
|
|
"613431711", "Halls\ Gap", |
|
61113
|
|
|
|
|
|
|
"613470542", "Flowerdale", |
|
61114
|
|
|
|
|
|
|
"61357852", "Pyalong", |
|
61115
|
|
|
|
|
|
|
"61875098", "Gawler", |
|
61116
|
|
|
|
|
|
|
"61263164", "Molong", |
|
61117
|
|
|
|
|
|
|
"61343186", "Scarsdale", |
|
61118
|
|
|
|
|
|
|
"61361379", "South\ Bruny", |
|
61119
|
|
|
|
|
|
|
"61351614", "Cabbage\ Tree\ Creek", |
|
61120
|
|
|
|
|
|
|
"61753415", "Noosaville", |
|
61121
|
|
|
|
|
|
|
"61898315", "Badgebup\ North", |
|
61122
|
|
|
|
|
|
|
"61356302", "Wonthaggi", |
|
61123
|
|
|
|
|
|
|
"61747616", "Charters\ Towers", |
|
61124
|
|
|
|
|
|
|
"61891282", "De\ Grey", |
|
61125
|
|
|
|
|
|
|
"61357559", "Harrietville", |
|
61126
|
|
|
|
|
|
|
"61355876", "Benayeo", |
|
61127
|
|
|
|
|
|
|
"61244150", "Nowra", |
|
61128
|
|
|
|
|
|
|
"61891791", "Telfer", |
|
61129
|
|
|
|
|
|
|
"61749006", "Agnes\ Water", |
|
61130
|
|
|
|
|
|
|
"618753393", "Eudunda", |
|
61131
|
|
|
|
|
|
|
"61256399", "Maclean", |
|
61132
|
|
|
|
|
|
|
"61895946", "Bullsbrook\ East", |
|
61133
|
|
|
|
|
|
|
"61255652", "Rawdon\ Vale", |
|
61134
|
|
|
|
|
|
|
"61260144", "Culcairn", |
|
61135
|
|
|
|
|
|
|
"61745657", "Glenhope", |
|
61136
|
|
|
|
|
|
|
"61898618", "Jaloran", |
|
61137
|
|
|
|
|
|
|
"618903626", "Scaddan\ West", |
|
61138
|
|
|
|
|
|
|
"613553680", "Benayeo", |
|
61139
|
|
|
|
|
|
|
"61358871", "Wakool", |
|
61140
|
|
|
|
|
|
|
"61267261", "Copeton\ Dam", |
|
61141
|
|
|
|
|
|
|
"61898941", "Kondinin", |
|
61142
|
|
|
|
|
|
|
"612685852", "Nyngan", |
|
61143
|
|
|
|
|
|
|
"618763704", "Kelly", |
|
61144
|
|
|
|
|
|
|
"613431935", "Telopea\ Downs", |
|
61145
|
|
|
|
|
|
|
"61868268", "Mount\ Madden", |
|
61146
|
|
|
|
|
|
|
"618683530", "Manypeaks", |
|
61147
|
|
|
|
|
|
|
"61364954", "Devonport", |
|
61148
|
|
|
|
|
|
|
"61363198", "George\ Town", |
|
61149
|
|
|
|
|
|
|
"6124055", "Newcastle", |
|
61150
|
|
|
|
|
|
|
"61243078", "Gosford", |
|
61151
|
|
|
|
|
|
|
"61348116", "Tatura", |
|
61152
|
|
|
|
|
|
|
"6128423", "Sydney", |
|
61153
|
|
|
|
|
|
|
"61889799", "Jabiru", |
|
61154
|
|
|
|
|
|
|
"61887209", "Tilley\ Swamp", |
|
61155
|
|
|
|
|
|
|
"617750058", "Arcadia\ Valley", |
|
61156
|
|
|
|
|
|
|
"61742151", "Weipa", |
|
61157
|
|
|
|
|
|
|
"61255447", "Telegraph\ Point", |
|
61158
|
|
|
|
|
|
|
"61753018", "Caboolture", |
|
61159
|
|
|
|
|
|
|
"617480688", "Dingo", |
|
61160
|
|
|
|
|
|
|
"61899246", "Geraldton", |
|
61161
|
|
|
|
|
|
|
"61745442", "Bowenville", |
|
61162
|
|
|
|
|
|
|
"61345111", "Mortlake", |
|
61163
|
|
|
|
|
|
|
"61367130", "Fingal", |
|
61164
|
|
|
|
|
|
|
"618985558", "Dudinin", |
|
61165
|
|
|
|
|
|
|
"61354080", "Wycheproof", |
|
61166
|
|
|
|
|
|
|
"61745024", "Tambo", |
|
61167
|
|
|
|
|
|
|
"61752213", "Cooroy", |
|
61168
|
|
|
|
|
|
|
"61356173", "Hill\ End", |
|
61169
|
|
|
|
|
|
|
"61341073", "Combienbar", |
|
61170
|
|
|
|
|
|
|
"612583279", "Magometon", |
|
61171
|
|
|
|
|
|
|
"613442093", "Watchem", |
|
61172
|
|
|
|
|
|
|
"61261193", "Gearys\ Gap", |
|
61173
|
|
|
|
|
|
|
"61253056", "Ooma", |
|
61174
|
|
|
|
|
|
|
"61741908", "Brooweena", |
|
61175
|
|
|
|
|
|
|
"61743346", "Tiaro", |
|
61176
|
|
|
|
|
|
|
"61269571", "Urana", |
|
61177
|
|
|
|
|
|
|
"61260838", "Cudgewa", |
|
61178
|
|
|
|
|
|
|
"61392196", "Craigieburn", |
|
61179
|
|
|
|
|
|
|
"61886156", "Mount\ Hope", |
|
61180
|
|
|
|
|
|
|
"613553540", "Dundonnell", |
|
61181
|
|
|
|
|
|
|
"61268903", "Bobadah", |
|
61182
|
|
|
|
|
|
|
"618864067", "Koongawa", |
|
61183
|
|
|
|
|
|
|
"6126587", "Ellenborough", |
|
61184
|
|
|
|
|
|
|
"61888127", "Paskeville", |
|
61185
|
|
|
|
|
|
|
"61255536", "Baerami", |
|
61186
|
|
|
|
|
|
|
"61353096", "Buninyong", |
|
61187
|
|
|
|
|
|
|
"61876286", "Ceduna", |
|
61188
|
|
|
|
|
|
|
"612530081", "Cudal", |
|
61189
|
|
|
|
|
|
|
"61341585", "Gormandale", |
|
61190
|
|
|
|
|
|
|
"6128740", "Liverpool", |
|
61191
|
|
|
|
|
|
|
"61868254", "Kondinin", |
|
61192
|
|
|
|
|
|
|
"61361153", "Hermitage", |
|
61193
|
|
|
|
|
|
|
"61896292", "Pantapin", |
|
61194
|
|
|
|
|
|
|
"61362888", "Hobart", |
|
61195
|
|
|
|
|
|
|
"61268881", "Balladoran", |
|
61196
|
|
|
|
|
|
|
"61264994", "Candelo", |
|
61197
|
|
|
|
|
|
|
"61263158", "Millthorpe", |
|
61198
|
|
|
|
|
|
|
"613470682", "Devlins\ Bridge", |
|
61199
|
|
|
|
|
|
|
"61242639", "Kiama", |
|
61200
|
|
|
|
|
|
|
"61897196", "Brunswick\ Junction", |
|
61201
|
|
|
|
|
|
|
"61879101", "Tiwi", |
|
61202
|
|
|
|
|
|
|
"61255293", "Bunnan", |
|
61203
|
|
|
|
|
|
|
"617487146", "Nathan\ Gorge", |
|
61204
|
|
|
|
|
|
|
"61877182", "Keith", |
|
61205
|
|
|
|
|
|
|
"6189432", "Fremantle", |
|
61206
|
|
|
|
|
|
|
"618683708", "Cuballing", |
|
61207
|
|
|
|
|
|
|
"612583448", "Coalbaggie", |
|
61208
|
|
|
|
|
|
|
"61887828", "Short", |
|
61209
|
|
|
|
|
|
|
"61895525", "Bakers\ Hill", |
|
61210
|
|
|
|
|
|
|
"617480548", "Koumala", |
|
61211
|
|
|
|
|
|
|
"613542257", "Mitiamo", |
|
61212
|
|
|
|
|
|
|
"61876005", "Nunjikompita", |
|
61213
|
|
|
|
|
|
|
"61895139", "Yanchep", |
|
61214
|
|
|
|
|
|
|
"6188998", "Darwin", |
|
61215
|
|
|
|
|
|
|
"618660772", "Konnongorring", |
|
61216
|
|
|
|
|
|
|
"613553905", "Heywood", |
|
61217
|
|
|
|
|
|
|
"6139951", "Melbourne", |
|
61218
|
|
|
|
|
|
|
"61247000", "Katoomba", |
|
61219
|
|
|
|
|
|
|
"613431748", "Ballan", |
|
61220
|
|
|
|
|
|
|
"61357502", "Yea", |
|
61221
|
|
|
|
|
|
|
"61878124", "South\ Hummocks", |
|
61222
|
|
|
|
|
|
|
"61255609", "Rookhurst", |
|
61223
|
|
|
|
|
|
|
"61263811", "Maimuru", |
|
61224
|
|
|
|
|
|
|
"61359581", "Tankerton", |
|
61225
|
|
|
|
|
|
|
"6138333", "Craigieburn", |
|
61226
|
|
|
|
|
|
|
"612530218", "Reids\ Flat", |
|
61227
|
|
|
|
|
|
|
"61747063", "Doomadgee", |
|
61228
|
|
|
|
|
|
|
"61264070", "Nimmitabel", |
|
61229
|
|
|
|
|
|
|
"61260704", "Tallangatta\ Valley", |
|
61230
|
|
|
|
|
|
|
"61868187", "Pingelly", |
|
61231
|
|
|
|
|
|
|
"618660122", "Studleigh", |
|
61232
|
|
|
|
|
|
|
"61890032", "Bullfinch", |
|
61233
|
|
|
|
|
|
|
"6173552", "Brisbane",}; |
|
61234
|
|
|
|
|
|
|
|
|
61235
|
|
|
|
|
|
|
sub new { |
|
61236
|
16
|
|
|
16
|
1
|
52
|
my $class = shift; |
|
61237
|
16
|
|
|
|
|
36
|
my $number = shift; |
|
61238
|
16
|
|
|
|
|
116
|
$number =~ s/(^\+61|\D)//g; |
|
61239
|
16
|
|
|
|
|
107
|
my $self = bless({ country_code => '61', number => $number, formatters => $formatters, validators => $validators, areanames => \%areanames}, $class); |
|
61240
|
16
|
100
|
|
|
|
99
|
return $self if ($self->is_valid()); |
|
61241
|
3
|
|
|
|
|
35
|
my $prefix = qr/^(?:([59]\d{7})$|0)/; |
|
61242
|
3
|
|
|
|
|
25
|
my @matches = $number =~ /$prefix/; |
|
61243
|
3
|
50
|
|
|
|
16
|
if (defined $matches[-1]) { |
|
61244
|
3
|
|
|
3
|
|
539829
|
no warnings 'uninitialized'; |
|
|
3
|
|
|
|
|
10
|
|
|
|
3
|
|
|
|
|
15053
|
|
|
61245
|
0
|
|
|
|
|
0
|
$number =~ s/$prefix/8$1/; |
|
61246
|
|
|
|
|
|
|
} |
|
61247
|
|
|
|
|
|
|
else { |
|
61248
|
3
|
|
|
|
|
13
|
$number =~ s/$prefix//; |
|
61249
|
|
|
|
|
|
|
} |
|
61250
|
3
|
|
|
|
|
52
|
$self = bless({ country_code => '61', number => $number, formatters => $formatters, validators => $validators, areanames => \%areanames}, $class); |
|
61251
|
3
|
50
|
|
|
|
15
|
return $self->is_valid() ? $self : undef; |
|
61252
|
|
|
|
|
|
|
} |
|
61253
|
|
|
|
|
|
|
1; |