You have no items in your shopping cart.

Store Locator
').insert(m.address_display.replace(/\n/, '
') + '
'); if(m.phone.length > 5) { div.insert(m.phone + '
'); } if(url.length > 5) { div.insert('' + url + '
') } div.insert('

Advertisement
' + m.notes + '
'); container.update(div); return container.innerHTML; } }); Event.observe(window, 'load', function () { var searchLocation = getQueryStringValue(window.location, 'SearchLocation'); //var searchLocation =''; if( searchLocation) { storeLocator.init_search(searchLocation, { radius: 10 }); $('address').value = getQueryStringValue(window.location, 'SearchLocation'); } else { storeLocator.load(); } $('map').style.visibility = 'visible'; $('sidebar').style.visibility = 'visible'; }); Event.observe($('store_locator_form'), 'submit', function() { $('map').style.visibility = 'visible'; $('sidebar').style.visibility = 'visible'; storeLocator.search($('address').value, { radius: $('radius').value /*, type: $('product_type').value*/ }); }); /*$('locations-reset').observe('click', function(e){ Event.stop(e); if (storeLocator) { storeLocator.reset(); } });*/ })();