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.5352,-108.76)};var g_15d8caecb77542f0f9ee79c4f59d7a3b = new google.maps.Geocoder();g_15d8caecb77542f0f9ee79c4f59d7a3b.geocode( { 'address': "903 A N U.S 491, Gallup, NM 87301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallup-NM-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('gallup-NM-check-n-go'), mapOptions);}document.getElementById('d8ffee05').innerHTML += ' | View Map';var $l15d8caecb77542f0f9ee79c4f59d7a3b = '

Check 'n Go

Address: 903 A N U.S 491, Gallup, NM 87301, USA
Phone: (505) 722-3200
';var m_15d8caecb77542f0f9ee79c4f59d7a3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_15d8caecb77542f0f9ee79c4f59d7a3b['infowindow'] = new google.maps.InfoWindow({content: $l15d8caecb77542f0f9ee79c4f59d7a3b});var infowindow = new google.maps.InfoWindow({content: $l15d8caecb77542f0f9ee79c4f59d7a3b});google.maps.event.addListener(m_15d8caecb77542f0f9ee79c4f59d7a3b, 'click', function() {infowindow.open(map,m_15d8caecb77542f0f9ee79c4f59d7a3b);});$marker.push(m_15d8caecb77542f0f9ee79c4f59d7a3b);}});}google.maps.event.addDomListener(window, 'load', initialize);