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.8381,-115.756)};var g_af870d5c4a079808bb22f3e10a5f9dbf = new google.maps.Geocoder();g_af870d5c4a079808bb22f3e10a5f9dbf.geocode( { 'address': "1208 Idaho St, Elko, NV 89801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elko-NV-credit-bureau-of-elko-county').style.display = '';map = new google.maps.Map(document.getElementById('elko-NV-credit-bureau-of-elko-county'), mapOptions);}document.getElementById('2a239dcb').innerHTML += ' | View Map';var $laf870d5c4a079808bb22f3e10a5f9dbf = '

Credit Bureau of Elko County

Address: 1208 Idaho St, Elko, NV 89801, USA
Phone: (775) 738-5215
';var m_af870d5c4a079808bb22f3e10a5f9dbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bureau of Elko County',});m_af870d5c4a079808bb22f3e10a5f9dbf['infowindow'] = new google.maps.InfoWindow({content: $laf870d5c4a079808bb22f3e10a5f9dbf});var infowindow = new google.maps.InfoWindow({content: $laf870d5c4a079808bb22f3e10a5f9dbf});google.maps.event.addListener(m_af870d5c4a079808bb22f3e10a5f9dbf, 'click', function() {infowindow.open(map,m_af870d5c4a079808bb22f3e10a5f9dbf);});$marker.push(m_af870d5c4a079808bb22f3e10a5f9dbf);}});}google.maps.event.addDomListener(window, 'load', initialize);