var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.5499,-111.889)};var g_db64c0aebc690877b866ad642fa3c722 = new google.maps.Geocoder();g_db64c0aebc690877b866ad642fa3c722.geocode( { 'address': "11075 State St #3, Sandy, UT 84070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-laser-lending').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-laser-lending'), mapOptions);}document.getElementById('57d03766').innerHTML += ' | View Map';var $ldb64c0aebc690877b866ad642fa3c722 = '

Laser Lending

Address: 11075 State St #3, Sandy, UT 84070, USA
Phone: (801) 999-0493
';var m_db64c0aebc690877b866ad642fa3c722 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Laser Lending',});m_db64c0aebc690877b866ad642fa3c722['infowindow'] = new google.maps.InfoWindow({content: $ldb64c0aebc690877b866ad642fa3c722});var infowindow = new google.maps.InfoWindow({content: $ldb64c0aebc690877b866ad642fa3c722});google.maps.event.addListener(m_db64c0aebc690877b866ad642fa3c722, 'click', function() {infowindow.open(map,m_db64c0aebc690877b866ad642fa3c722);});$marker.push(m_db64c0aebc690877b866ad642fa3c722);}});}google.maps.event.addDomListener(window, 'load', initialize);