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.632,-111.877)};var g_2c1d9847e28b38cf7b4d35aea02a5a24 = new google.maps.Geocoder();g_2c1d9847e28b38cf7b4d35aea02a5a24.geocode( { 'address': "512 E Winchester St, Murray, UT 84107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-UT-utah-low-rate').style.display = '';map = new google.maps.Map(document.getElementById('murray-UT-utah-low-rate'), mapOptions);}document.getElementById('0dcb9c76').innerHTML += ' | View Map';var $l2c1d9847e28b38cf7b4d35aea02a5a24 = '

Utah Low Rate

Address: 512 E Winchester St, Murray, UT 84107, USA
Phone: (801) 604-4949
';var m_2c1d9847e28b38cf7b4d35aea02a5a24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Low Rate',});m_2c1d9847e28b38cf7b4d35aea02a5a24['infowindow'] = new google.maps.InfoWindow({content: $l2c1d9847e28b38cf7b4d35aea02a5a24});var infowindow = new google.maps.InfoWindow({content: $l2c1d9847e28b38cf7b4d35aea02a5a24});google.maps.event.addListener(m_2c1d9847e28b38cf7b4d35aea02a5a24, 'click', function() {infowindow.open(map,m_2c1d9847e28b38cf7b4d35aea02a5a24);});$marker.push(m_2c1d9847e28b38cf7b4d35aea02a5a24);}});}google.maps.event.addDomListener(window, 'load', initialize);