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(41.1626,-112.027)};var g_e45f01aa9fb6ae18a5b306a057d7c886 = new google.maps.Geocoder();g_e45f01aa9fb6ae18a5b306a057d7c886.geocode( { 'address': "5557 S 1900 W, Roy, UT 84067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roy-UT-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('roy-UT-check-n-go'), mapOptions);}document.getElementById('793dbe6b').innerHTML += ' | View Map';var $le45f01aa9fb6ae18a5b306a057d7c886 = '

Check 'n Go

Address: 5557 S 1900 W, Roy, UT 84067, USA
Phone: (801) 779-0133
';var m_e45f01aa9fb6ae18a5b306a057d7c886 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_e45f01aa9fb6ae18a5b306a057d7c886['infowindow'] = new google.maps.InfoWindow({content: $le45f01aa9fb6ae18a5b306a057d7c886});var infowindow = new google.maps.InfoWindow({content: $le45f01aa9fb6ae18a5b306a057d7c886});google.maps.event.addListener(m_e45f01aa9fb6ae18a5b306a057d7c886, 'click', function() {infowindow.open(map,m_e45f01aa9fb6ae18a5b306a057d7c886);});$marker.push(m_e45f01aa9fb6ae18a5b306a057d7c886);}});}google.maps.event.addDomListener(window, 'load', initialize);