function addAutocompleteForStoreSearch(){"object"==typeof google&&"object"==typeof google.maps&&"object"==typeof google.maps.places&&"function"==typeof google.maps.places.Autocomplete&&(jQuery("#market_search input[name='mktegut[address]']:not('.noAutoComplete')").length>0&&new google.maps.places.Autocomplete(jQuery("#market_search input[name='mktegut[address]']:not('.noAutoComplete')")[0],{types:["geocode"],language:"de",componentRestrictions:{country:"de"}}),jQuery(".places-autocomplete").length>0&&new google.maps.places.Autocomplete(jQuery(".places-autocomplete")[0],{types:["geocode"],language:"de",componentRestrictions:{country:"de"}}))}jQuery(document).ready(function(){addAutocompleteForStoreSearch()});