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.9702,-122.055)};var g_44aa7c891ed72b753552e308774ad496 = new google.maps.Geocoder();g_44aa7c891ed72b753552e308774ad496.geocode( { 'address': "1969 Diamond Blvd, Concord, CA 94520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('concord-CA-bank-of-the-west'), mapOptions);}document.getElementById('69676694').innerHTML += ' | View Map';var $l44aa7c891ed72b753552e308774ad496 = '

Bank of the West

Address: 1969 Diamond Blvd, Concord, CA 94520, USA
Phone: (925) 689-4410
';var m_44aa7c891ed72b753552e308774ad496 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_44aa7c891ed72b753552e308774ad496['infowindow'] = new google.maps.InfoWindow({content: $l44aa7c891ed72b753552e308774ad496});var infowindow = new google.maps.InfoWindow({content: $l44aa7c891ed72b753552e308774ad496});google.maps.event.addListener(m_44aa7c891ed72b753552e308774ad496, 'click', function() {infowindow.open(map,m_44aa7c891ed72b753552e308774ad496);});$marker.push(m_44aa7c891ed72b753552e308774ad496);}});}google.maps.event.addDomListener(window, 'load', initialize);