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.6814,-121.753)};var g_bfad36f4e668b12a41518dead3a5e0da = new google.maps.Geocoder();g_bfad36f4e668b12a41518dead3a5e0da.geocode( { 'address': "2287 Second St, Livermore, CA 94550"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livermore-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('livermore-CA-bank-of-the-west'), mapOptions);}document.getElementById('e7846942').innerHTML += ' | View Map';var $lbfad36f4e668b12a41518dead3a5e0da = '

Bank of the West

Address: 2287 Second St, Livermore, CA 94550
Phone: (925) 443-1212
';var m_bfad36f4e668b12a41518dead3a5e0da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_bfad36f4e668b12a41518dead3a5e0da['infowindow'] = new google.maps.InfoWindow({content: $lbfad36f4e668b12a41518dead3a5e0da});var infowindow = new google.maps.InfoWindow({content: $lbfad36f4e668b12a41518dead3a5e0da});google.maps.event.addListener(m_bfad36f4e668b12a41518dead3a5e0da, 'click', function() {infowindow.open(map,m_bfad36f4e668b12a41518dead3a5e0da);});$marker.push(m_bfad36f4e668b12a41518dead3a5e0da);}});}google.maps.event.addDomListener(window, 'load', initialize);