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.0014,-121.839)};var g_84479f976fbdcf3884fa80a80a3f2e3a = new google.maps.Geocoder();g_84479f976fbdcf3884fa80a80a3f2e3a.geocode( { 'address': "2507 Somersville Rd, Antioch, CA 94509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-bank-of-the-west'), mapOptions);}document.getElementById('77efd09e').innerHTML += ' | View Map';var $l84479f976fbdcf3884fa80a80a3f2e3a = '

Bank of the West

Address: 2507 Somersville Rd, Antioch, CA 94509, USA
Phone: (925) 754-1845
';var m_84479f976fbdcf3884fa80a80a3f2e3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_84479f976fbdcf3884fa80a80a3f2e3a['infowindow'] = new google.maps.InfoWindow({content: $l84479f976fbdcf3884fa80a80a3f2e3a});var infowindow = new google.maps.InfoWindow({content: $l84479f976fbdcf3884fa80a80a3f2e3a});google.maps.event.addListener(m_84479f976fbdcf3884fa80a80a3f2e3a, 'click', function() {infowindow.open(map,m_84479f976fbdcf3884fa80a80a3f2e3a);});$marker.push(m_84479f976fbdcf3884fa80a80a3f2e3a);}});}google.maps.event.addDomListener(window, 'load', initialize);