// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (RemoteCoopStoreLocator == null) var RemoteCoopStoreLocator = {}; RemoteCoopStoreLocator._path = '/StoreLocator/dwr'; RemoteCoopStoreLocator.loadBanners = function(p0, callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'loadBanners', p0, callback); } RemoteCoopStoreLocator.getProvince = function(callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getProvince', callback); } RemoteCoopStoreLocator.getRegioni = function(callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getRegioni', callback); } RemoteCoopStoreLocator.getProvinceByCooperativaAndCategoria = function(p0, p1, callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getProvinceByCooperativaAndCategoria', p0, p1, callback); } RemoteCoopStoreLocator.getDefaultLatLng = function(callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getDefaultLatLng', callback); } RemoteCoopStoreLocator.getStores = function(p0, callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getStores', p0, callback); } RemoteCoopStoreLocator.getStore = function(p0, callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getStore', p0, callback); } RemoteCoopStoreLocator.getStoresByIds = function(p0, callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getStoresByIds', p0, callback); } RemoteCoopStoreLocator.getStoresByIdsAndVolantino = function(p0, callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getStoresByIdsAndVolantino', p0, callback); } RemoteCoopStoreLocator.getStoresByCooperativa = function(p0, callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getStoresByCooperativa', p0, callback); } RemoteCoopStoreLocator.getStoresByCooperativaAndCategoria = function(p0, p1, callback) { dwr.engine._execute(RemoteCoopStoreLocator._path, 'RemoteCoopStoreLocator', 'getStoresByCooperativaAndCategoria', p0, p1, callback); }