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.8353,-115.757)};var g_0dd81a42714c6fe8bd670804643b458d = new google.maps.Geocoder();g_0dd81a42714c6fe8bd670804643b458d.geocode( { 'address': "978 Commercial St, Elko, NV 89801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elko-NV-american-agcredit').style.display = '';map = new google.maps.Map(document.getElementById('elko-NV-american-agcredit'), mapOptions);}document.getElementById('1d766dfa').innerHTML += ' | View Map';var $l0dd81a42714c6fe8bd670804643b458d = '

American AgCredit

Address: 978 Commercial St, Elko, NV 89801, USA
Phone: (775) 738-8496
';var m_0dd81a42714c6fe8bd670804643b458d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American AgCredit',});m_0dd81a42714c6fe8bd670804643b458d['infowindow'] = new google.maps.InfoWindow({content: $l0dd81a42714c6fe8bd670804643b458d});var infowindow = new google.maps.InfoWindow({content: $l0dd81a42714c6fe8bd670804643b458d});google.maps.event.addListener(m_0dd81a42714c6fe8bd670804643b458d, 'click', function() {infowindow.open(map,m_0dd81a42714c6fe8bd670804643b458d);});$marker.push(m_0dd81a42714c6fe8bd670804643b458d);}});}google.maps.event.addDomListener(window, 'load', initialize);