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(34.2685,-119.214)};var g_bd0ad1a5e9999d9bd885d0c24494b504 = new google.maps.Geocoder();g_bd0ad1a5e9999d9bd885d0c24494b504.geocode( { 'address': "789 S Victoria Ave, Ventura, CA 93003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-santa-barbara-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-santa-barbara-bank--trust'), mapOptions);}document.getElementById('fb6ef399').innerHTML += ' | View Map';var $lbd0ad1a5e9999d9bd885d0c24494b504 = '

Santa Barbara Bank & Trust

Address: 789 S Victoria Ave, Ventura, CA 93003, USA
Phone: (805) 289-3566
';var m_bd0ad1a5e9999d9bd885d0c24494b504 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Barbara Bank & Trust',});m_bd0ad1a5e9999d9bd885d0c24494b504['infowindow'] = new google.maps.InfoWindow({content: $lbd0ad1a5e9999d9bd885d0c24494b504});var infowindow = new google.maps.InfoWindow({content: $lbd0ad1a5e9999d9bd885d0c24494b504});google.maps.event.addListener(m_bd0ad1a5e9999d9bd885d0c24494b504, 'click', function() {infowindow.open(map,m_bd0ad1a5e9999d9bd885d0c24494b504);});$marker.push(m_bd0ad1a5e9999d9bd885d0c24494b504);}});}google.maps.event.addDomListener(window, 'load', initialize);