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.8913,-122.122)};var g_6157da8f269ae250dc69f76cddfc38b5 = new google.maps.Geocoder();g_6157da8f269ae250dc69f76cddfc38b5.geocode( { 'address': "3583 Mt Diablo Blvd, Lafayette, CA 94549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-CA-bank-of-the-west'), mapOptions);}document.getElementById('1fb594ad').innerHTML += ' | View Map';var $l6157da8f269ae250dc69f76cddfc38b5 = '

Bank of the West

Address: 3583 Mt Diablo Blvd, Lafayette, CA 94549, USA
Phone: (925) 284-7072
';var m_6157da8f269ae250dc69f76cddfc38b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_6157da8f269ae250dc69f76cddfc38b5['infowindow'] = new google.maps.InfoWindow({content: $l6157da8f269ae250dc69f76cddfc38b5});var infowindow = new google.maps.InfoWindow({content: $l6157da8f269ae250dc69f76cddfc38b5});google.maps.event.addListener(m_6157da8f269ae250dc69f76cddfc38b5, 'click', function() {infowindow.open(map,m_6157da8f269ae250dc69f76cddfc38b5);});$marker.push(m_6157da8f269ae250dc69f76cddfc38b5);}});}google.maps.event.addDomListener(window, 'load', initialize);