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(32.6077,-117.071)};var g_6d56016f0fa3f4946cb10b302cfc5674 = new google.maps.Geocoder();g_6d56016f0fa3f4946cb10b302cfc5674.geocode( { 'address': "444 3rd Ave, Chula Vista, CA 91910"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-california-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-california-bank-trust'), mapOptions);}document.getElementById('22f1075d').innerHTML += ' | View Map';var $l6d56016f0fa3f4946cb10b302cfc5674 = '

California Bank & Trust

Address: 444 3rd Ave, Chula Vista, CA 91910
Phone: (619) 409-4000
';var m_6d56016f0fa3f4946cb10b302cfc5674 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Bank & Trust',});m_6d56016f0fa3f4946cb10b302cfc5674['infowindow'] = new google.maps.InfoWindow({content: $l6d56016f0fa3f4946cb10b302cfc5674});var infowindow = new google.maps.InfoWindow({content: $l6d56016f0fa3f4946cb10b302cfc5674});google.maps.event.addListener(m_6d56016f0fa3f4946cb10b302cfc5674, 'click', function() {infowindow.open(map,m_6d56016f0fa3f4946cb10b302cfc5674);});$marker.push(m_6d56016f0fa3f4946cb10b302cfc5674);}});}google.maps.event.addDomListener(window, 'load', initialize);