define("Born_Bopis/js/map-loader",["jquery"],function(e){var t=null,n=window.bopisConfig.api_key;return t||(t=e.Deferred(),window.google_maps_loaded=function(){t.resolve(google.maps)},require(["https://maps.googleapis.com/maps/api/js?key="+n+"&callback=google_maps_loaded&libraries=places"],function(){},function(e){console.log(e),t.reject()})),t.promise()}),define("text!Born_Bopis/template/available-stores/container.html",[],function(){return'<div id="stores-map"></div>\n<div class="available-store-container">\n    <div class="search-box-container">\n        <div class="search-box">\n            <input type="text" id="store-search" name="store-search"\n            data-bind="event: { \'keyup\': storeSearch }, attr:{placeholder: $t(\'Type in the city or postcode\')}">\n        </div>\n        <div class="other-info">\n            <div class="current-location-link">\n                <a href="#" data-bind="event: {\'click\': setCurrentLocation()}, i18n: \'Use my current location\'" ></a>\n            </div>\n            <div class="stores-count" data-bind="text: storesCountText"></div>\n        </div>\n    </div>\n    <render args="storeListTemplate" ></render>\n</div>\n'}),define("text!Born_Bopis/template/available-stores/storeList.html",[],function(){return'<div class="search-result">\n    <div role="alert" class="message error" data-bind="style:{\'display\':\'none\'}">\n        <span translate="\'Please select pickup store.\'" ></span>\n    </div>\n    \x3c!-- ko if: storeItems --\x3e\n    <ul class="stores-list">\n        \x3c!-- ko foreach: {data: storeItems, as: \'item\'} --\x3e\n        <li class="store-item" data-bind="attr: {\'data-store-code\': item.storeCode, \'data-store-info\': JSON.stringify(item)}, event: {\'click\': $parent.selectItem.bind(item)}, afterRender: $parent.restoreStoredQuoteData" >\n            <div class="item-title" data-bind="text: item.storeName"></div>\n            <div class="item-detail" data-bind="text: $parent.prepareAddress(item)"></div>\n            <div class="item-telephone" data-bind="text: item.storePhone"></div>\n        </li>\n        \x3c!-- /ko --\x3e\n    </ul>\n    \x3c!-- /ko --\x3e\n</div>\n<span data-bind="" ></span>\n'}),define("bundles/product-checkout",function(){});
//# sourceMappingURL=product-checkout.js.map