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.2702,-119.538)};var g_4c21d6da76d2be1650d4607ad476ac95 = new google.maps.Geocoder();g_4c21d6da76d2be1650d4607ad476ac95.geocode( { 'address': "6 Pine Cone Rd, Dayton, NV 89403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-NV-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('dayton-NV-wells-fargo-bank'), mapOptions);}document.getElementById('cd6339c8').innerHTML += ' | View Map';var $l4c21d6da76d2be1650d4607ad476ac95 = '

Wells Fargo Bank

Address: 6 Pine Cone Rd, Dayton, NV 89403
Phone: (775) 888-8600
';var m_4c21d6da76d2be1650d4607ad476ac95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_4c21d6da76d2be1650d4607ad476ac95['infowindow'] = new google.maps.InfoWindow({content: $l4c21d6da76d2be1650d4607ad476ac95});var infowindow = new google.maps.InfoWindow({content: $l4c21d6da76d2be1650d4607ad476ac95});google.maps.event.addListener(m_4c21d6da76d2be1650d4607ad476ac95, 'click', function() {infowindow.open(map,m_4c21d6da76d2be1650d4607ad476ac95);});$marker.push(m_4c21d6da76d2be1650d4607ad476ac95);}});}google.maps.event.addDomListener(window, 'load', initialize);