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(39.382,-114.883)};var g_4f17477e5c721fc0bbe302fd5a448270 = new google.maps.Geocoder();g_4f17477e5c721fc0bbe302fd5a448270.geocode( { 'address': "595 Aultman St, Ely, NV 89301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ely-NV-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ely-NV-first-national-bank'), mapOptions);}document.getElementById('4b377f24').innerHTML += ' | View Map';var $l4f17477e5c721fc0bbe302fd5a448270 = '

First National Bank

Address: 595 Aultman St, Ely, NV 89301
Phone: (775) 289-4441
';var m_4f17477e5c721fc0bbe302fd5a448270 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_4f17477e5c721fc0bbe302fd5a448270['infowindow'] = new google.maps.InfoWindow({content: $l4f17477e5c721fc0bbe302fd5a448270});var infowindow = new google.maps.InfoWindow({content: $l4f17477e5c721fc0bbe302fd5a448270});google.maps.event.addListener(m_4f17477e5c721fc0bbe302fd5a448270, 'click', function() {infowindow.open(map,m_4f17477e5c721fc0bbe302fd5a448270);});$marker.push(m_4f17477e5c721fc0bbe302fd5a448270);}});}google.maps.event.addDomListener(window, 'load', initialize);