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.5277,-119.813)};var g_36e2dc477ac2450d454cc95b826f19ad = new google.maps.Geocoder();g_36e2dc477ac2450d454cc95b826f19ad.geocode( { 'address': "4950 Kietzke Ln, Reno, NV 89509"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reno-NV-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('reno-NV-bank-of-the-west'), mapOptions);}document.getElementById('360c5d89').innerHTML += ' | View Map';var $l36e2dc477ac2450d454cc95b826f19ad = '

Bank of the West

Address: 4950 Kietzke Ln, Reno, NV 89509
Phone: (775) 689-2300
';var m_36e2dc477ac2450d454cc95b826f19ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_36e2dc477ac2450d454cc95b826f19ad['infowindow'] = new google.maps.InfoWindow({content: $l36e2dc477ac2450d454cc95b826f19ad});var infowindow = new google.maps.InfoWindow({content: $l36e2dc477ac2450d454cc95b826f19ad});google.maps.event.addListener(m_36e2dc477ac2450d454cc95b826f19ad, 'click', function() {infowindow.open(map,m_36e2dc477ac2450d454cc95b826f19ad);});$marker.push(m_36e2dc477ac2450d454cc95b826f19ad);}});}google.maps.event.addDomListener(window, 'load', initialize);