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_24fe91f875b9f7869f22e3b69f150af6 = new google.maps.Geocoder();g_24fe91f875b9f7869f22e3b69f150af6.geocode( { 'address': "318 4th Ave, Chula Vista, CA 91910"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-first-bank'), mapOptions);}document.getElementById('c03790ea').innerHTML += ' | View Map';var $l24fe91f875b9f7869f22e3b69f150af6 = '

First Bank

Address: 318 4th Ave, Chula Vista, CA 91910
Phone: (619) 476-3200
';var m_24fe91f875b9f7869f22e3b69f150af6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_24fe91f875b9f7869f22e3b69f150af6['infowindow'] = new google.maps.InfoWindow({content: $l24fe91f875b9f7869f22e3b69f150af6});var infowindow = new google.maps.InfoWindow({content: $l24fe91f875b9f7869f22e3b69f150af6});google.maps.event.addListener(m_24fe91f875b9f7869f22e3b69f150af6, 'click', function() {infowindow.open(map,m_24fe91f875b9f7869f22e3b69f150af6);});$marker.push(m_24fe91f875b9f7869f22e3b69f150af6);}});var g_1d13aca6c59ca13d2ea3b5ae80accffa = new google.maps.Geocoder();g_1d13aca6c59ca13d2ea3b5ae80accffa.geocode( { 'address': "2314 Proctor Valley Rd, Chula Vista, CA 91914"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-first-bank'), mapOptions);}document.getElementById('38fb0e4e').innerHTML += ' | View Map';var $l1d13aca6c59ca13d2ea3b5ae80accffa = '

First Bank

Address: 2314 Proctor Valley Rd, Chula Vista, CA 91914
Phone: (619) 656-5278
';var m_1d13aca6c59ca13d2ea3b5ae80accffa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_1d13aca6c59ca13d2ea3b5ae80accffa['infowindow'] = new google.maps.InfoWindow({content: $l1d13aca6c59ca13d2ea3b5ae80accffa});var infowindow = new google.maps.InfoWindow({content: $l1d13aca6c59ca13d2ea3b5ae80accffa});google.maps.event.addListener(m_1d13aca6c59ca13d2ea3b5ae80accffa, 'click', function() {infowindow.open(map,m_1d13aca6c59ca13d2ea3b5ae80accffa);});$marker.push(m_1d13aca6c59ca13d2ea3b5ae80accffa);}});}google.maps.event.addDomListener(window, 'load', initialize);