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.6521,-111.938)};var g_a6a141f631618325c81115ed35c32ff5 = new google.maps.Geocoder();g_a6a141f631618325c81115ed35c32ff5.geocode( { 'address': "5443 S Redwood Rd Ste D, Taylorsville, UT 84123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylorsville-UT-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('taylorsville-UT-check-n-go'), mapOptions);}document.getElementById('28fc83bc').innerHTML += ' | View Map';var $la6a141f631618325c81115ed35c32ff5 = '

Check 'n Go

Address: 5443 S Redwood Rd Ste D, Taylorsville, UT 84123, USA
Phone: (801) 685-2323
';var m_a6a141f631618325c81115ed35c32ff5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_a6a141f631618325c81115ed35c32ff5['infowindow'] = new google.maps.InfoWindow({content: $la6a141f631618325c81115ed35c32ff5});var infowindow = new google.maps.InfoWindow({content: $la6a141f631618325c81115ed35c32ff5});google.maps.event.addListener(m_a6a141f631618325c81115ed35c32ff5, 'click', function() {infowindow.open(map,m_a6a141f631618325c81115ed35c32ff5);});$marker.push(m_a6a141f631618325c81115ed35c32ff5);}});}google.maps.event.addDomListener(window, 'load', initialize);