diff --git a/themes/default/js/stores.js b/themes/default/js/stores.js index 7fdccd8c7..a70c57057 100644 --- a/themes/default/js/stores.js +++ b/themes/default/js/stores.js @@ -110,7 +110,7 @@ function searchLocationsNear(center) parseFloat(markerNodes[i].getAttribute('lng'))); createOption(name, distance, i); - createMarker(latlng, name, address, addressNoHtml, other, id_store, has_store_picture); + createMarker(latlng, name, address, other, id_store, has_store_picture); bounds.extend(latlng); $('#stores-table tr:last').after(''+parseInt(i + 1)+''+name+''+(has_store_picture == 1 ? '
' : '')+''+address+(phone != '' ? '

'+translation_4+' '+phone : '')+''+distance+' '+distance_unit+'');