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(46.7339,-117.011)};var g_68490de08cb90a40d0cea57b02b0ffd7 = new google.maps.Geocoder();g_68490de08cb90a40d0cea57b02b0ffd7.geocode( { 'address': "730 W Pullman Rd B, Moscow, ID 83843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moscow-ID-fastbucks').style.display = '';map = new google.maps.Map(document.getElementById('moscow-ID-fastbucks'), mapOptions);}document.getElementById('2db7f67c').innerHTML += ' | View Map';var $l68490de08cb90a40d0cea57b02b0ffd7 = '

FastBucks

Address: 730 W Pullman Rd B, Moscow, ID 83843, USA
Phone: (208) 892-8638
';var m_68490de08cb90a40d0cea57b02b0ffd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FastBucks',});m_68490de08cb90a40d0cea57b02b0ffd7['infowindow'] = new google.maps.InfoWindow({content: $l68490de08cb90a40d0cea57b02b0ffd7});var infowindow = new google.maps.InfoWindow({content: $l68490de08cb90a40d0cea57b02b0ffd7});google.maps.event.addListener(m_68490de08cb90a40d0cea57b02b0ffd7, 'click', function() {infowindow.open(map,m_68490de08cb90a40d0cea57b02b0ffd7);});$marker.push(m_68490de08cb90a40d0cea57b02b0ffd7);}});}google.maps.event.addDomListener(window, 'load', initialize);