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(32.7423,-103.157)};var g_e8953ac58b3f5e170d238532d9fb3216 = new google.maps.Geocoder();g_e8953ac58b3f5e170d238532d9fb3216.geocode( { 'address': "1710 W. Joe Harvey, Hobbs, NM 88240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hobbs-NM-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('hobbs-NM-check-n-go'), mapOptions);}document.getElementById('a79a3ae2').innerHTML += ' | View Map';var $le8953ac58b3f5e170d238532d9fb3216 = '

Check 'n Go

Address: 1710 W. Joe Harvey, Hobbs, NM 88240, USA
Phone: (575) 492-9001
';var m_e8953ac58b3f5e170d238532d9fb3216 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_e8953ac58b3f5e170d238532d9fb3216['infowindow'] = new google.maps.InfoWindow({content: $le8953ac58b3f5e170d238532d9fb3216});var infowindow = new google.maps.InfoWindow({content: $le8953ac58b3f5e170d238532d9fb3216});google.maps.event.addListener(m_e8953ac58b3f5e170d238532d9fb3216, 'click', function() {infowindow.open(map,m_e8953ac58b3f5e170d238532d9fb3216);});$marker.push(m_e8953ac58b3f5e170d238532d9fb3216);}});}google.maps.event.addDomListener(window, 'load', initialize);