-
Notifications
You must be signed in to change notification settings - Fork 15
/
01d8f0b4a1bef3acef8ec448a640bbb5
513 lines (458 loc) · 23 KB
/
01d8f0b4a1bef3acef8ec448a640bbb5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Lane Guide | The Lender Source
</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link href="style.css" rel="stylesheet" type="text/css" /><link rel="shortcut icon" href="/images/lanegd.ico" />
<style type="text/css">
.auto-style1 {
font-family: Arial, Helvetica, sans-serif;
}
.auto-style2 {
font-size: small;
color: #808080;
}
.auto-style3 {
font-size: x-large;
}
</style>
<meta name="alexaVerifyID" content="1y-BJYbVkYU4Mi5d3EK0bdHSPK0" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/easySlider1.5.js"></script>
<script type="text/javascript" charset="utf-8">
// <![CDATA[
$(document).ready(function(){
$("#slider").easySlider({
controlsBefore: '<p id="controls">',
controlsAfter: '</p>',
auto: true,
continuous: true
});
});
// ]]>
</script>
<style type="text/css">
.gallery {
float:right;
width:337px;
height:299px;
margin:0 25px 0 0;
}
#slider {
margin:0;
padding:0;
list-style:none;
}
#slider ul, #slider li {
margin:0;
padding:0;
height:299px;
list-style:none;
}
/*
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/
#slider li {
width:337px;
height:299px;
overflow:hidden;
}
p#controls {
margin:0;
position:relative;
}
#prevBtn, #nextBtn {
display:block;
margin:0;
overflow:hidden;
width:30px;
height:299px;
position:absolute;
left:0 !important;
left:-327px;
top:-299px;
}
#nextBtn {
left:307px !important;
left:-20px;
}
#prevBtn a {
display:block;
width:30px;
height:278px;
background:url(images/spacer.gif) no-repeat 0 0;
}
#nextBtn a {
display:block;
width:30px;
height:278px;
background:url(images/spacer.gif) no-repeat 0 0;
}
.auto-style1 {
margin-left: 3px;
}
.auto-style2 {
font-style: italic;
font-size: 12px;
color: #797979;
}
.auto-style3 {
color: #800000;
}
.auto-style5 {
text-decoration: underline;
}
.auto-style9 {
font-size: x-large;
color: #808080;
}
.auto-style10 {
font-size: small;
color: #797979;
}
.auto-style11 {
font-size: large;
}
.auto-style12 {
border-style: solid;
border-width: 1px;
}
.auto-style13 {
font-size: x-large;
}
.auto-style15 {
text-align: center;
}
</style>
<meta content="Lane Guide, Banking Directory, Lender Directory, Lender Locator, Wholesale Lenders, Land Guide, Lane Creditors Guide, Find Closed Lenders, Bank history, Clearing Title, Lien Releases, Order Payoff Statement, REO,Asset Manager, Loss Mitigation, Lender Successor, Bank Mergers, Lender Trace, Find Mortgage Servicers, Find REO List, Special Asset Managers, Buy Bank Notes" name="keywords" />
<meta content="The Official Home Page of Lane Guide - The Lender Source. The original and complete nationwide Lender, Creditor and Banking directory." name="description" />
<meta content="http://www.alexa.com/siteinfo/laneguide.com#" name="Alexa" />
<!-- Quantcast Tag -->
<script type="text/javascript">
var _qevents = _qevents || [];
(function() {
var elem = document.createElement('script');
elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
elem.async = true;
elem.type = "text/javascript";
var scpt = document.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
_qevents.push({
qacct:"p-4aye-Xgum7k9k"
});
</script>
<noscript>
<div style="display:none;">
<img src="//pixel.quantserve.com/pixel/p-4aye-Xgum7k9k.gif" border="0" height="1" width="1" alt="Quantcast"/>
</div>
</noscript>
<!-- End Quantcast tag -->
<!-- Google Analytics Tag -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7240038-1");
pageTracker._trackPageview();
}
catch (err) { }
</script>
<!-- End Google Analytics tag -->
</head>
<body>
<form name="aspnetForm" method="post" action="default.aspx?AspxAutoDetectCookieSupport=1" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTI1MTUxMzg2NWQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgMFFWN0bDAwJEJ1dHRvblNlYXJjaFRvcAUkY3RsMDAkQ29udGVudE1lbnUkTG9naW5TdGF0dXMxJGN0bDAxBSRjdGwwMCRDb250ZW50TWVudSRMb2dpblN0YXR1czEkY3RsMDP+hwfx4/NcN4zlu0ykDzFDZK+gWJGzvLkcLSOYZoQM5w==" />
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=k49oGrw8O44J-JW8kdbOSX9hSpwpkZeh5rw797YCa3WhMOm3Jt0L66hdQtFzfyf3tEYkOUZgZSt06peOhE_0KbQjohpfNq7yi57AXwX5Cu41&t=635331764433534000" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=BpWIdpNc_8EcxsTaALEhC2_GSsr4K09aSp3qDXBa_PgFqBiJpgVa0PfvZc7E6nsW6p-t9jYSrRCh3G7qYaVH3FZoHZ0q8WfM5NwiJB8iYN1hIXwycECtGqsBNOJ9hzCZ6b1jEHdHKDSvD3ROog31cRfnnQYrWCZyv0SnI8gFOew1&t=ffffffffb2e917fb" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=xgwuwTxBdd8YP4flkzqObZm5ea7-3-Qv4vLB1mTLv6YZ6i69YjInAj0MJu17R2CSGSmxgURxJWdmshJg6h4kCWhC5CrHjO2ySPjI3tYm7xxgNJVZqpGMUrucrFxIU5BAa3LRM8TxzLG6QW6hbKts7w2&t=397b6a7" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>
<script src="/ScriptResource.axd?d=syfHrzxQDr9rK8UpmXZoIXw1FOF5aGnJPJNvkDRnVGHkfArIDmV8sKEkM-fLmlmG2t40VR8z3A7Sqax9jouSpMRETSYVte0VfM-nGVRa26fsMNj2FNLkNSL5I5l2hEssOHqT-JhPYEK5YnraSkGIHg2&t=397b6a7" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=hSHmngioSCvrqklZixjORKiMXq37JhQMSRVeECHu899VAzomGYXhy0zezQKrgq4V0MMvNCcr7W3_vFrFlKYVmyNY8euec1Yw0BtCI-vfzuX0E0lFI8yQKiuWxlCpMjLCyOeNaemM4Z2-ITGpBVEdig2&t=397b6a7" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=0iVrYmHiI9T3M4sceNdSae_q6wEsIlJ-GkBG1EnA3BfRjy3wgQB0avZDvwg_P6BLYfo3QYtPIYc6hUiNZLZ2k3XoE61FlZwZE7Y8nwRV-EHsrrqowx6WtFakYEcCZHKp_7uPdkjQpTnrvY42jdGeaw2&t=397b6a7" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=YDj85eij8P4cZQbqVtYQ1MojVuyVpYWdL5dujM8jZAa2VUHoD_ZTgy9qcdS49uwzaoDLQvvvC7QkeMjzxRnjlDxq1BcB09e4lYc1zxXnY3pVNPmnKuzDSl1_Y1Or0U-aaKbiaKy4Z3TVVr3JaQBjKw2&t=397b6a7" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=ZGdP4HycHzR2u_ObCCjdvMmaSo5UR-y5n7wumGT4KRby80acsdr8AaByxokuvmvKObyZ0nVVnw_1ED16vpf0tCqlH6LQFArSjFS83eQdNGwTfYmhSZ-FpmEfQWjg4KWO4tDb8sVTKO_n_GDy-LFb2w2&t=397b6a7" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=5qVSh0AfR5Q_76QAlLiaB_DQsyBq0Dm8gdmvpZa2A1_0DNueR1v84Dwuc8VPmkAMz9pboqd0t6gE5szW0-7HFLogcujCch1iByfbIJHn-MzEEiSCytb7PYis5gXEvDXyFmqoScI4t4Dvg32i8PlZSEbuYnDCcihXZb9JIEBg1cs1&t=397b6a7" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=LAspDoOoQgk4xUMtIHZ5mqF5fdVCjsNVEjUBWyZTl2uabK63RmXZmohrYQP0vKjl30pN_mYYkgGqjCoCAhyBCsXYKyf3tUmq4KrV7tfwMG0TsGNpLf5YGK_QfH4W4kET4AQQ178dmApJRpkPVHxpQpVAoptl8ZXHcJzWkCnI2d01&t=397b6a7" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=P-BlYeFyXtmqtylDZl1a7eoIw9zxud-WBT90qjIgTwUJTBsT-MxbA7oN8X5GXmI8OefqS-LDUjfhllU2qLwX7bVAD89zmQFlPoR-C6jLb41wTbNFMskg6DaawYu3J7XPm_WWgkEQAUxt13vlg2znPlmFa5za6Zim2IVmFQrmJCI1&t=397b6a7" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAATWMCP62rgD2/SIDhGqjIRferepw3mhN3au80NAmt8V5xlskVAdTcFXK5ak560v4OaB+FW9lLnwku1ybrJk/+Vr1xl6DP+7/jBA1wjh4oYSQ5bcvyzVX7kO2U77GpKwq40=" />
</div>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', 'aspnetForm', [], [], [], 90, 'ctl00');
//]]>
</script>
<div class="main">
<div class="header">
<div class="block_header">
<div class="logo"><a href="/default.aspx"><img src="https://www.laneguide.com/images/logo.gif" width="306"
height="124" border="0" alt="logo" /></a></div>
<div class="search" style="height: 33px">
<div id="ctl00_TopSearch" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_ButtonSearchTop')">
<label><span style="display:inline-block;color:silver;font-size:8pt; padding-top:8px;">Name Search: </span>
<input name="ctl00$InputCorpName" type="text" autocomplete="off" id="ctl00_InputCorpName" class="keywords" style="height:22px;width:190px;" />
<span id="ctl00_RequiredGlobalSearch" style="color:Red;display:none;"> **</span>
<input type="image" name="ctl00$ButtonSearchTop" id="ctl00_ButtonSearchTop" title="Click to Search" class="topSearchButton" src="https://www.laneguide.com/images/search.gif" style="border-width:0px;" />
</label><br />
</div>
</div>
<div class="clr"></div>
<div style="float:right;">
<div class="clr"> </div>
<div class="menu">
<ul>
<li><a href="/default.aspx">Home</a></li>
<li><a href="/history.aspx">About us</a></li>
<li><a href="/products.aspx">Subscribe</a></li>
<li><a href="/searchmenu.aspx"> Search Menu</a></li>
<li><a href="/support.aspx">Help Desk</a></li>
<li><a href="/customer/profile.aspx">Manage Account</a></li>
<li>
<a id="ctl00_ContentMenu_LoginStatus1" href="javascript:__doPostBack('ctl00$ContentMenu$LoginStatus1$ctl02','')">Login</a>
</li>
</ul>
</div>
</div>
<div class="clr">
</div>
</div>
</div>
<div class="slider">
<div class="header_text">
<div class="div">
<div class="left1">
<h1>Find Lender Information Nationwide, Instantly!</h1>
<p>Only Lane Guide has the complete lender database with nearly 160,000 lenders, open and closed, with cross references. The complete data source with loan servicing
and payoffs or releases, REO contacts, short-sale/loss mitigation, specialized
service departments, closed lender cross-references, and trustees. Lane Guide even has Special Asset departments and contacts for the largest lenders, nationwide -- your contact points for Note Buying and Secondary Marketing.<p />
<p><a href="customers.aspx">See how Lane Guide is used by industry
professionals</a>, everyday!</p>
<ul class="buttons">
<li>
<a href="customers.aspx" title="See profiles of current Lane Guide customers"><img src="images/profiles.gif" width="114" height="36" border="0" alt="button" /></a></li>
<li>
<a href="products.aspx" title="More details on Lane Guide products">
<img src="images/products.gif" width="114" height="36" border="0" alt="button" /></a></li>
</ul>
</div>
<div class="gallery">
<div id="slider">
<ul>
<li><img src="images/java_img_2.jpg" alt="screen 1" width="337" height="299" border="0" /></li>
<li><img src="images/java_img.jpg" alt="screen 3" width="337" height="299" border="0" /></li>
<li><img src="images/java_img_2.jpg" alt="screen 2" width="337" height="299" border="0" /></li>
</ul>
</div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
</div>
<div class="body">
<div class="body_resize">
<div class="left">
<div class="text_left">
<div id="ctl00_ContentLeft_LeftSearchMenu1_mainPanel" style="width:280px;">
<img alt="search tools" height="128" src="/images/toolbox.png" width="128" />
<div style="margin:0; padding:0; height:1px; width:100%; clear:both;font-size:1px;"> </div>
<h3 style="margin:1px; padding:1px">Search Toolbox:</h3>
<div id="ctl00_ContentLeft_LeftSearchMenu1_VisibleSet1">
<ul style="margin-top:0px; padding-top:0px; margin-bottom:15px;">
<li class="MenuList"><a href="/menus/reo_search.aspx">REO Asset Manager</a></li>
<li class="MenuList"><a href="/menus/advanced.aspx">Advanced Lender Name</a></li>
<li class="MenuList"><a href="/menus/performancedashboard.aspx">Performance Dashboard</a></li>
<li class="MenuList"><a href="/LenderSearch/portfolio.aspx">REO Portfolio Analyzer</a></li>
<li class="MenuList"><a href="/menus/TrusteeSearch.aspx">Lender/Trustee Lookup</a></li>
<li class="MenuList"><a href="/LenderSearch/REOareaHotList.aspx">REO Zip Code HotList</a></li>
<li class="MenuList"><a href="/menus/payoff.aspx">DemandFast Payoff Location</a></li>
<li class="MenuList"><a href="/menus/VOD.aspx">VOD (Deposit Verification) Location</a></li>
<li class="MenuList"><a href="/menus/MasterServicers.aspx">Mortgage-Backed Fund Servicers</a></li>
<li class="MenuList"><a href="/menus/WholesaleSearch.aspx">Wholesale Program Search</a></li>
<li class="MenuList"><a href="/menus/LenderTrace.aspx">LenderTrace™ Successor History</a></li>
<li class="MenuList"><a href="/menus/LenderNexSearch.aspx">LenderNex™ Lender Nexus Graph</a></li>
<li class="MenuList"><a href="/FindRoutingNumbers/">FindRoutingNumbers.com™</a></li>
<li class="MenuList"><a href="/PublicContent/industryTrack.aspx">IndustryTrack Trends</a></li>
<li class="MenuList"><a href="/menus/LendingType_Search.aspx">Lending Type Search</a></li>
<li class="MenuList"><a href="/menus/ClassificationSearch.aspx">Primary Classification Search</a></li>
<li class="MenuList"><a href="/menus/ReverseLookup_Search.aspx">Reverse Search</a></li>
<!--<li class="MenuList"><a href="/menus/DashboardCredit.aspx">CreditUnionRegister.com Search</a></li>-->
<li class="MenuList"><a href="/default.aspx">Lane Guide Home</a></li>
</ul>
</div>
<br />
</div>
<div style="width: 100%;">
<img alt="About Lane Guide" height="128" src="images/aboutus.png" width="128" />
</div>
<h3 class="auto-style13">Who Uses It?</h3>
<ul>
<li><a href="/customers.aspx#atty"><span class="auto-style10">Attorneys & Trustees</span></a></li>
<li><a href="/customers.aspx#escrow"><span class="auto-style10">Escrow & Loan Processing</span></a></li>
<li><a href="/customers.aspx#realtors"><span class="auto-style10">Brokers, Investors & Asset Mgrs.</span></a></li>
<li><a href="/customers.aspx#loan"><span class="auto-style10">Mortgage Brokers & Advisors</span></a></li>
<li><a href="/customers.aspx#note"><span class="auto-style10">Note Buyers</span></a></li>
<li><a href="/customers.aspx#tax"><span class="auto-style10">Tax & Code Enforcement</span></a></li>
</ul>
<br/>
<div class="data"> 12.22.13</div>
<p>Commercial REO Inventory Now Exceeds Residential...</p>
<a href="http://www.laneguide.com/PublicContent/industryTrack.aspx">more info »</a>
<br/>
<div class="data"> 10.21.08</div>
<p>PropertyRadar (formerly ForeclosureRadar)content partners with Lane Guide for lender data...</p>
<p><a href="http://www.propertyradar.com/news/release-081021">more info »</a></p>
<p> </p>
</div>
</div>
<div class="right">
<h2 class="Our" style="font-size: x-large"><strong>Since 1957:
<span class="auto-style3">The Lender Source.</span></strong>
</h2>
<div class="box1" style="width: 505px; margin-right: 20px">
<img alt="1957 Original Lane Guide Publication" height="155" longdesc="John M. Lane published his first credtors guide in July 1957." src="images/1957_LaneGuide.gif" style="float: left" width="111" />
<p class="auto-style1" style="width: 480px"><i>The Lane Guide lists over 140,000 open and closed lenders, creditors, banks and asset managers nationwide.</i></p>
<p>
<strong>Lane Guide is the leading lender and banking directory since 1957,</strong>
the Lane Guide has been widely used by the industry to locate information concerning payoffs, demands, mortgage discharges, loan
verifications, returned check disposition, loss mitigation, Bank REO (Real Estate Owned) lender asset management contacts, locate
foreclosure trustees, complete bank/lender merger history, acquisition references, missing assignments, and other types of
financial information inquiries.
</p>
<p>
<strong>Not Just Somebody's 'Put Together' List</strong>!
Lane Guide has been the authority on lender information for over 50 years. We are the
<a href="history.aspx#Trusted">trusted information provider</a> used by major lenders, title companies,
government agencies, and asset managers industry-wide<em>Only Lane Guide maintains the
<a href="Menus/ClosedLenders.aspx">National Database of Closed Lenders</a>, so make
your source, <span class="auto-style5">THE LENDER SOURCE</span>!</em>
</p>
<br/>
<h2 class="What" style="width: 480px"><span style="padding-left: 30px;"class="auto-style9"> What is the Lane Guide?</span></h2>
<p>
<strong><span class="auto-style11">Why do you need it?</span></strong>
<br />
</p>
<p>
The Lane Guide offers a complete reference on all banks, savings banks, finance companies, mortgage lenders, loan servicers,
credit unions and other major creditors. With the Guide, you get instant access to loan service centers, main offices, loan
departments, specialized departments and branch offices.
</p>
<p>
Our listings include complete mailing address, phone and fax numbers, REO and asset administrator contacts, short-sale/loss-mit,
wholesale and conduit lending, toll-free information lines, credit rating policies, bureaus reported to, rating hours and more.
We maintain cross-references on all closed institutions so you can locate the current location of loan records. All this
information is available nationwide on a CD-ROM desktop client and an Internet subscription.
</p>
<h2 class="What" style="width: 544px"><span style="padding-left: 30px;" class="auto-style9">You come recommended?</span></h2>
<p>
<strong><span class="auto-style11"><br />After 55 years, you live by your reputation!</span></strong>
</p>
<br />
<p>
One of the best compliments we get is through your referrals and return business. In an eight-month period
(Jan-Aug '10), we discovered that 72% of our orders were from returning past customers, or were referred to us by
a current client. Thanks for your continued patronage.
</p>
<img alt="Return/New Chart" class="auto-style12" src="images/ReturningUsersChart.png" style="float: none" />
</div>
</div>
<div class="bloga">
<table style="width: 100%">
<tr>
<td style="width: 93px">
<img alt="50 Years of Service" height="83" src="https://www.laneguide.com/images/50yearSeal.gif" width="86" />
</td>
<td style="width: 259px"><span class="auto-style1"><strong><span class="auto-style3">Lane Guide.</span><br /></strong></span><span class="auto-style2">The Lender Source, Since 1957!</span></td>
<td style="width: 438px">
<h2 class="Contact" align="left" style="width:285px">Contact info</h2>
<p style="width: 307px">
» Lane Guide Lenders On Line, Inc.<br />» 10399 Double R Blvd - Reno, NV 89521<br />» Telephone: 1-800-526-3484</p>
</td>
</tr>
</table>
<p style=" color: white;">REF: NONE</p>
</div>
</div>
<div class="clr" ></div>
</div>
<div class="footer">
<p class="clr" ></p>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
var Page_Validators = new Array(document.getElementById("ctl00_RequiredGlobalSearch"));
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var ctl00_RequiredGlobalSearch = document.all ? document.all["ctl00_RequiredGlobalSearch"] : document.getElementById("ctl00_RequiredGlobalSearch");
ctl00_RequiredGlobalSearch.controltovalidate = "ctl00_InputCorpName";
ctl00_RequiredGlobalSearch.errormessage = " **";
ctl00_RequiredGlobalSearch.display = "Dynamic";
ctl00_RequiredGlobalSearch.validationGroup = "GlobalSearch";
ctl00_RequiredGlobalSearch.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
ctl00_RequiredGlobalSearch.initialvalue = "";
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}
function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
else {
return true;
}
}
document.getElementById('ctl00_RequiredGlobalSearch').dispose = function() {
Array.remove(Page_Validators, document.getElementById('ctl00_RequiredGlobalSearch'));
}
Sys.Application.add_init(function() {
$create(Sys.Extended.UI.AutoCompleteBehavior, {"completionInterval":180,"completionListCssClass":"autocomplete_completionListElement","completionListItemCssClass":"autocomplete_listItem","completionSetCount":20,"delimiterCharacters":"","highlightedItemCssClass":"autocomplete_highlightedListItem","id":"ctl00_InputCorpName_AutoCompleteExtender","serviceMethod":"GetCompletionList","servicePath":"NameFinderAutoComplete.asmx","useContextKey":true}, null, null, $get("ctl00_InputCorpName"));
});
//]]>
</script>
</form>
</body>
</html>