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.2027,-121.029)};var g_32eb8eda89071d04050d7d6020c5c920 = new google.maps.Geocoder();g_32eb8eda89071d04050d7d6020c5c920.geocode( { 'address': "375 Brunswick Rd, Grass Valley, CA 95945"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grass-valley-CA-westamerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('grass-valley-CA-westamerica-bank'), mapOptions);}document.getElementById('c8052c74').innerHTML += ' | View Map';var $l32eb8eda89071d04050d7d6020c5c920 = '

Westamerica Bank

Address: 375 Brunswick Rd, Grass Valley, CA 95945
Phone: (530) 477-4040
';var m_32eb8eda89071d04050d7d6020c5c920 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westamerica Bank',});m_32eb8eda89071d04050d7d6020c5c920['infowindow'] = new google.maps.InfoWindow({content: $l32eb8eda89071d04050d7d6020c5c920});var infowindow = new google.maps.InfoWindow({content: $l32eb8eda89071d04050d7d6020c5c920});google.maps.event.addListener(m_32eb8eda89071d04050d7d6020c5c920, 'click', function() {infowindow.open(map,m_32eb8eda89071d04050d7d6020c5c920);});$marker.push(m_32eb8eda89071d04050d7d6020c5c920);}});}google.maps.event.addDomListener(window, 'load', initialize);