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(47.5458,-116.131)};var g_bf6724ab2d8049872a5cbee828b87863 = new google.maps.Geocoder();g_bf6724ab2d8049872a5cbee828b87863.geocode( { 'address': "830 W Cameron Ave, Kellogg, ID 83837, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kellogg-ID-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('kellogg-ID-quik-cash'), mapOptions);}document.getElementById('a472dfd3').innerHTML += ' | View Map';var $lbf6724ab2d8049872a5cbee828b87863 = '

Quik Cash

Address: 830 W Cameron Ave, Kellogg, ID 83837, USA
Phone: (208) 786-6300
';var m_bf6724ab2d8049872a5cbee828b87863 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_bf6724ab2d8049872a5cbee828b87863['infowindow'] = new google.maps.InfoWindow({content: $lbf6724ab2d8049872a5cbee828b87863});var infowindow = new google.maps.InfoWindow({content: $lbf6724ab2d8049872a5cbee828b87863});google.maps.event.addListener(m_bf6724ab2d8049872a5cbee828b87863, 'click', function() {infowindow.open(map,m_bf6724ab2d8049872a5cbee828b87863);});$marker.push(m_bf6724ab2d8049872a5cbee828b87863);}});}google.maps.event.addDomListener(window, 'load', initialize);