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.5431,-119.716)};var g_783f97e5b07af4621d986dec16754459 = new google.maps.Geocoder();g_783f97e5b07af4621d986dec16754459.geocode( { 'address': "855 Sparks Blvd, Sparks, NV 89434, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparks-NV-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('sparks-NV-bank-of-the-west'), mapOptions);}document.getElementById('43f8d2a5').innerHTML += ' | View Map';var $l783f97e5b07af4621d986dec16754459 = '

Bank of the West

Address: 855 Sparks Blvd, Sparks, NV 89434, USA
Phone: (775) 685-2240
';var m_783f97e5b07af4621d986dec16754459 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_783f97e5b07af4621d986dec16754459['infowindow'] = new google.maps.InfoWindow({content: $l783f97e5b07af4621d986dec16754459});var infowindow = new google.maps.InfoWindow({content: $l783f97e5b07af4621d986dec16754459});google.maps.event.addListener(m_783f97e5b07af4621d986dec16754459, 'click', function() {infowindow.open(map,m_783f97e5b07af4621d986dec16754459);});$marker.push(m_783f97e5b07af4621d986dec16754459);}});}google.maps.event.addDomListener(window, 'load', initialize);