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(35.232,-106.656)};var g_2027d20416b1bfa9348bc972be6fcd71 = new google.maps.Geocoder();g_2027d20416b1bfa9348bc972be6fcd71.geocode( { 'address': "1670 Rio Rancho Blvd SE e, Rio Rancho, NM 87124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rio-rancho-NM-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('rio-rancho-NM-check-n-go'), mapOptions);}document.getElementById('ad058375').innerHTML += ' | View Map';var $l2027d20416b1bfa9348bc972be6fcd71 = '

Check 'n Go

Address: 1670 Rio Rancho Blvd SE e, Rio Rancho, NM 87124, USA
Phone: (505) 896-0000
';var m_2027d20416b1bfa9348bc972be6fcd71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_2027d20416b1bfa9348bc972be6fcd71['infowindow'] = new google.maps.InfoWindow({content: $l2027d20416b1bfa9348bc972be6fcd71});var infowindow = new google.maps.InfoWindow({content: $l2027d20416b1bfa9348bc972be6fcd71});google.maps.event.addListener(m_2027d20416b1bfa9348bc972be6fcd71, 'click', function() {infowindow.open(map,m_2027d20416b1bfa9348bc972be6fcd71);});$marker.push(m_2027d20416b1bfa9348bc972be6fcd71);}});}google.maps.event.addDomListener(window, 'load', initialize);