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(38.9625,-119.939)};var g_28a32c20769baa8373833005b125864b = new google.maps.Geocoder();g_28a32c20769baa8373833005b125864b.geocode( { 'address': "110 Highway 50, Stateline, NV 89449"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stateline-NV-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('stateline-NV-wells-fargo-bank'), mapOptions);}document.getElementById('1a6e78f5').innerHTML += ' | View Map';var $l28a32c20769baa8373833005b125864b = '

WELLS FARGO BANK

Address: 110 Highway 50, Stateline, NV 89449
Phone: (775) 588-6652
';var m_28a32c20769baa8373833005b125864b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_28a32c20769baa8373833005b125864b['infowindow'] = new google.maps.InfoWindow({content: $l28a32c20769baa8373833005b125864b});var infowindow = new google.maps.InfoWindow({content: $l28a32c20769baa8373833005b125864b});google.maps.event.addListener(m_28a32c20769baa8373833005b125864b, 'click', function() {infowindow.open(map,m_28a32c20769baa8373833005b125864b);});$marker.push(m_28a32c20769baa8373833005b125864b);}});}google.maps.event.addDomListener(window, 'load', initialize);