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(43.6007,-116.393)};var g_cdd2957699637211c6d7a06480ba625f = new google.maps.Geocoder();g_cdd2957699637211c6d7a06480ba625f.geocode( { 'address': "450 S Meridian Rd #35, Meridian, ID 83642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-ID-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('meridian-ID-check-n-go'), mapOptions);}document.getElementById('3f3cb0ed').innerHTML += ' | View Map';var $lcdd2957699637211c6d7a06480ba625f = '

Check 'n Go

Address: 450 S Meridian Rd #35, Meridian, ID 83642, USA
Phone: (208) 888-3548
';var m_cdd2957699637211c6d7a06480ba625f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_cdd2957699637211c6d7a06480ba625f['infowindow'] = new google.maps.InfoWindow({content: $lcdd2957699637211c6d7a06480ba625f});var infowindow = new google.maps.InfoWindow({content: $lcdd2957699637211c6d7a06480ba625f});google.maps.event.addListener(m_cdd2957699637211c6d7a06480ba625f, 'click', function() {infowindow.open(map,m_cdd2957699637211c6d7a06480ba625f);});$marker.push(m_cdd2957699637211c6d7a06480ba625f);}});}google.maps.event.addDomListener(window, 'load', initialize);