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(40.8391,-115.755)};var g_023040934abf55f62ac1e9bf7c34f4cf = new google.maps.Geocoder();g_023040934abf55f62ac1e9bf7c34f4cf.geocode( { 'address': "1352 Idaho St, Elko, NV 89801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elko-NV-money-in-a-minute').style.display = '';map = new google.maps.Map(document.getElementById('elko-NV-money-in-a-minute'), mapOptions);}document.getElementById('ff2b3e9b').innerHTML += ' | View Map';var $l023040934abf55f62ac1e9bf7c34f4cf = '

Money In A Minute

Address: 1352 Idaho St, Elko, NV 89801, USA
Phone: (775) 777-1097
';var m_023040934abf55f62ac1e9bf7c34f4cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money In A Minute',});m_023040934abf55f62ac1e9bf7c34f4cf['infowindow'] = new google.maps.InfoWindow({content: $l023040934abf55f62ac1e9bf7c34f4cf});var infowindow = new google.maps.InfoWindow({content: $l023040934abf55f62ac1e9bf7c34f4cf});google.maps.event.addListener(m_023040934abf55f62ac1e9bf7c34f4cf, 'click', function() {infowindow.open(map,m_023040934abf55f62ac1e9bf7c34f4cf);});$marker.push(m_023040934abf55f62ac1e9bf7c34f4cf);}});}google.maps.event.addDomListener(window, 'load', initialize);