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(38.3551,-121.987)};var g_c254e7753095807e1cca159e48eceb21 = new google.maps.Geocoder();g_c254e7753095807e1cca159e48eceb21.geocode( { 'address': "330 Davis St, Vacaville, CA 95688, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vacaville-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('vacaville-CA-bank-of-the-west'), mapOptions);}document.getElementById('7581777c').innerHTML += ' | View Map';var $lc254e7753095807e1cca159e48eceb21 = '

Bank of the West

Address: 330 Davis St, Vacaville, CA 95688, USA
Phone: (707) 448-1100
';var m_c254e7753095807e1cca159e48eceb21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_c254e7753095807e1cca159e48eceb21['infowindow'] = new google.maps.InfoWindow({content: $lc254e7753095807e1cca159e48eceb21});var infowindow = new google.maps.InfoWindow({content: $lc254e7753095807e1cca159e48eceb21});google.maps.event.addListener(m_c254e7753095807e1cca159e48eceb21, 'click', function() {infowindow.open(map,m_c254e7753095807e1cca159e48eceb21);});$marker.push(m_c254e7753095807e1cca159e48eceb21);}});}google.maps.event.addDomListener(window, 'load', initialize);