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.2581,-120.037)};var g_fab40c1b95e7dacc8f700ca5a5b5552b = new google.maps.Geocoder();g_fab40c1b95e7dacc8f700ca5a5b5552b.geocode( { 'address': "200 Bear St, Kings Beach, CA 96143"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kings-beach-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('kings-beach-CA-bank-of-the-west'), mapOptions);}document.getElementById('053717ed').innerHTML += ' | View Map';var $lfab40c1b95e7dacc8f700ca5a5b5552b = '

Bank of the West

Address: 200 Bear St, Kings Beach, CA 96143
Phone: (530) 546-8577
';var m_fab40c1b95e7dacc8f700ca5a5b5552b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_fab40c1b95e7dacc8f700ca5a5b5552b['infowindow'] = new google.maps.InfoWindow({content: $lfab40c1b95e7dacc8f700ca5a5b5552b});var infowindow = new google.maps.InfoWindow({content: $lfab40c1b95e7dacc8f700ca5a5b5552b});google.maps.event.addListener(m_fab40c1b95e7dacc8f700ca5a5b5552b, 'click', function() {infowindow.open(map,m_fab40c1b95e7dacc8f700ca5a5b5552b);});$marker.push(m_fab40c1b95e7dacc8f700ca5a5b5552b);}});}google.maps.event.addDomListener(window, 'load', initialize);