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.7507,-111.836)};var g_ce7cf3a2f1334f82df304f443b1339ef = new google.maps.Geocoder();g_ce7cf3a2f1334f82df304f443b1339ef.geocode( { 'address': "55 W 1000 N Ste 5, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-check-n-go'), mapOptions);}document.getElementById('181cd28f').innerHTML += ' | View Map';var $lce7cf3a2f1334f82df304f443b1339ef = '

Check 'n Go

Address: 55 W 1000 N Ste 5, Logan, UT 84321, USA
Phone: (435) 713-0300
';var m_ce7cf3a2f1334f82df304f443b1339ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_ce7cf3a2f1334f82df304f443b1339ef['infowindow'] = new google.maps.InfoWindow({content: $lce7cf3a2f1334f82df304f443b1339ef});var infowindow = new google.maps.InfoWindow({content: $lce7cf3a2f1334f82df304f443b1339ef});google.maps.event.addListener(m_ce7cf3a2f1334f82df304f443b1339ef, 'click', function() {infowindow.open(map,m_ce7cf3a2f1334f82df304f443b1339ef);});$marker.push(m_ce7cf3a2f1334f82df304f443b1339ef);}});}google.maps.event.addDomListener(window, 'load', initialize);