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(41.8736,-103.666)};var g_5d4a4c9d4609bb473387350092e94b8d = new google.maps.Geocoder();g_5d4a4c9d4609bb473387350092e94b8d.geocode( { 'address': "202 W 27th St, Scottsbluff, NE 69361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsbluff-NE-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('scottsbluff-NE-check-n-go'), mapOptions);}document.getElementById('4ddc18d2').innerHTML += ' | View Map';var $l5d4a4c9d4609bb473387350092e94b8d = '

Check 'n Go

Address: 202 W 27th St, Scottsbluff, NE 69361, USA
Phone: (308) 220-4537
';var m_5d4a4c9d4609bb473387350092e94b8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_5d4a4c9d4609bb473387350092e94b8d['infowindow'] = new google.maps.InfoWindow({content: $l5d4a4c9d4609bb473387350092e94b8d});var infowindow = new google.maps.InfoWindow({content: $l5d4a4c9d4609bb473387350092e94b8d});google.maps.event.addListener(m_5d4a4c9d4609bb473387350092e94b8d, 'click', function() {infowindow.open(map,m_5d4a4c9d4609bb473387350092e94b8d);});$marker.push(m_5d4a4c9d4609bb473387350092e94b8d);}});}google.maps.event.addDomListener(window, 'load', initialize);