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.674,-111.89)};var g_0c72e483c7a71bdfb5ddfe05bb597081 = new google.maps.Geocoder();g_0c72e483c7a71bdfb5ddfe05bb597081.geocode( { 'address': "40 E 4500 S, Murray, UT 84107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-UT-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('murray-UT-checksmart'), mapOptions);}document.getElementById('288ece9e').innerHTML += ' | View Map';var $l0c72e483c7a71bdfb5ddfe05bb597081 = '

CheckSmart

Address: 40 E 4500 S, Murray, UT 84107, USA
Phone: (801) 262-8800
';var m_0c72e483c7a71bdfb5ddfe05bb597081 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_0c72e483c7a71bdfb5ddfe05bb597081['infowindow'] = new google.maps.InfoWindow({content: $l0c72e483c7a71bdfb5ddfe05bb597081});var infowindow = new google.maps.InfoWindow({content: $l0c72e483c7a71bdfb5ddfe05bb597081});google.maps.event.addListener(m_0c72e483c7a71bdfb5ddfe05bb597081, 'click', function() {infowindow.open(map,m_0c72e483c7a71bdfb5ddfe05bb597081);});$marker.push(m_0c72e483c7a71bdfb5ddfe05bb597081);}});}google.maps.event.addDomListener(window, 'load', initialize);