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(37.6572,-120.736)};var g_e0f48a1058f0f0204b22d4a2fd6f18ae = new google.maps.Geocoder();g_e0f48a1058f0f0204b22d4a2fd6f18ae.geocode( { 'address': "12710 Bentley St, Waterford, CA 95386"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterford-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('waterford-CA-bank-of-the-west'), mapOptions);}document.getElementById('0c8c0135').innerHTML += ' | View Map';var $le0f48a1058f0f0204b22d4a2fd6f18ae = '

Bank of the West

Address: 12710 Bentley St, Waterford, CA 95386
Phone: (209) 874-2353
';var m_e0f48a1058f0f0204b22d4a2fd6f18ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_e0f48a1058f0f0204b22d4a2fd6f18ae['infowindow'] = new google.maps.InfoWindow({content: $le0f48a1058f0f0204b22d4a2fd6f18ae});var infowindow = new google.maps.InfoWindow({content: $le0f48a1058f0f0204b22d4a2fd6f18ae});google.maps.event.addListener(m_e0f48a1058f0f0204b22d4a2fd6f18ae, 'click', function() {infowindow.open(map,m_e0f48a1058f0f0204b22d4a2fd6f18ae);});$marker.push(m_e0f48a1058f0f0204b22d4a2fd6f18ae);}});}google.maps.event.addDomListener(window, 'load', initialize);