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.319,-106.543)};var g_fe9ceaa4d8b7afaefd4aa95d5910f7c4 = new google.maps.Geocoder();g_fe9ceaa4d8b7afaefd4aa95d5910f7c4.geocode( { 'address': "140 East U.S. Hwy 550, Suite A, Bernalillo, NM 87004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bernalillo-NM-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('bernalillo-NM-check-n-go'), mapOptions);}document.getElementById('9989a195').innerHTML += ' | View Map';var $lfe9ceaa4d8b7afaefd4aa95d5910f7c4 = '

Check 'n Go

Address: 140 East U.S. Hwy 550, Suite A, Bernalillo, NM 87004, USA
Phone: (505) 867-0432
';var m_fe9ceaa4d8b7afaefd4aa95d5910f7c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_fe9ceaa4d8b7afaefd4aa95d5910f7c4['infowindow'] = new google.maps.InfoWindow({content: $lfe9ceaa4d8b7afaefd4aa95d5910f7c4});var infowindow = new google.maps.InfoWindow({content: $lfe9ceaa4d8b7afaefd4aa95d5910f7c4});google.maps.event.addListener(m_fe9ceaa4d8b7afaefd4aa95d5910f7c4, 'click', function() {infowindow.open(map,m_fe9ceaa4d8b7afaefd4aa95d5910f7c4);});$marker.push(m_fe9ceaa4d8b7afaefd4aa95d5910f7c4);}});}google.maps.event.addDomListener(window, 'load', initialize);