Store information

Nice to meet you! We are a tech-driven online retailer located near Salt Lake City in the shadow of the Wasatch Mountains.

Leo Bookery
United States

Send a request

optional
"; var infowindow = new google.maps.InfoWindow({ content: "loading..." }); var marker = new google.maps.Marker({ position: new google.maps.LatLng(lt, lg), animation: google.maps.Animation.DROP, map: map, icon: apGMap.img_ps_dir + apGMap.logo_store, title: obj.name, html: html }); google.maps.event.addListener(marker, "click", function () { infowindow.setContent(this.html); infowindow.open(map, this); }); markers[i] = marker; } }