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.9377,-121.695)};var g_47abb7a74678777f264c7ad9a0bc12b0 = new google.maps.Geocoder();g_47abb7a74678777f264c7ad9a0bc12b0.geocode( { 'address': "4540 Balfour Rd, Brentwood, CA 94513"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brentwood-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('brentwood-CA-bank-of-the-west'), mapOptions);}document.getElementById('9129625b').innerHTML += ' | View Map';var $l47abb7a74678777f264c7ad9a0bc12b0 = '

Bank of the West

Address: 4540 Balfour Rd, Brentwood, CA 94513
Phone: (925) 634-2161
';var m_47abb7a74678777f264c7ad9a0bc12b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_47abb7a74678777f264c7ad9a0bc12b0['infowindow'] = new google.maps.InfoWindow({content: $l47abb7a74678777f264c7ad9a0bc12b0});var infowindow = new google.maps.InfoWindow({content: $l47abb7a74678777f264c7ad9a0bc12b0});google.maps.event.addListener(m_47abb7a74678777f264c7ad9a0bc12b0, 'click', function() {infowindow.open(map,m_47abb7a74678777f264c7ad9a0bc12b0);});$marker.push(m_47abb7a74678777f264c7ad9a0bc12b0);}});}google.maps.event.addDomListener(window, 'load', initialize);