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.6953,-112.083)};var g_81c00a4703d8a7a190b1d8e4a6fff6ae = new google.maps.Geocoder();g_81c00a4703d8a7a190b1d8e4a6fff6ae.geocode( { 'address': "8035 3500 S, Magna, UT 84044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('magna-UT-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('magna-UT-check-n-go'), mapOptions);}document.getElementById('6dd221ee').innerHTML += ' | View Map';var $l81c00a4703d8a7a190b1d8e4a6fff6ae = '

Check 'n Go

Address: 8035 3500 S, Magna, UT 84044, USA
Phone: (801) 508-0800
';var m_81c00a4703d8a7a190b1d8e4a6fff6ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_81c00a4703d8a7a190b1d8e4a6fff6ae['infowindow'] = new google.maps.InfoWindow({content: $l81c00a4703d8a7a190b1d8e4a6fff6ae});var infowindow = new google.maps.InfoWindow({content: $l81c00a4703d8a7a190b1d8e4a6fff6ae});google.maps.event.addListener(m_81c00a4703d8a7a190b1d8e4a6fff6ae, 'click', function() {infowindow.open(map,m_81c00a4703d8a7a190b1d8e4a6fff6ae);});$marker.push(m_81c00a4703d8a7a190b1d8e4a6fff6ae);}});}google.maps.event.addDomListener(window, 'load', initialize);