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(48.3064,-116.547)};var g_79d530edbd69471c878411f3560d24fb = new google.maps.Geocoder();g_79d530edbd69471c878411f3560d24fb.geocode( { 'address': "476864 US-95 # 2, Ponderay, ID 83852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ponderay-ID-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('ponderay-ID-check-n-go'), mapOptions);}document.getElementById('53e78aa2').innerHTML += ' | View Map';var $l79d530edbd69471c878411f3560d24fb = '

Check 'n Go

Address: 476864 US-95 # 2, Ponderay, ID 83852, USA
Phone: (208) 263-4182
';var m_79d530edbd69471c878411f3560d24fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_79d530edbd69471c878411f3560d24fb['infowindow'] = new google.maps.InfoWindow({content: $l79d530edbd69471c878411f3560d24fb});var infowindow = new google.maps.InfoWindow({content: $l79d530edbd69471c878411f3560d24fb});google.maps.event.addListener(m_79d530edbd69471c878411f3560d24fb, 'click', function() {infowindow.open(map,m_79d530edbd69471c878411f3560d24fb);});$marker.push(m_79d530edbd69471c878411f3560d24fb);}});}google.maps.event.addDomListener(window, 'load', initialize);