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.6345,-117.078)};var g_330bb1faa22252b4be21c91c92a697e9 = new google.maps.Geocoder();g_330bb1faa22252b4be21c91c92a697e9.geocode( { 'address': "303-1 H St, Chula Vista, CA 91910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-sdccu-chula-vista-branch').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-sdccu-chula-vista-branch'), mapOptions);}document.getElementById('15d7b3b7').innerHTML += ' | View Map';var $l330bb1faa22252b4be21c91c92a697e9 = '

SDCCU Chula Vista Branch

Address: 303-1 H St, Chula Vista, CA 91910, USA
Phone: (877) 732-2848
';var m_330bb1faa22252b4be21c91c92a697e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SDCCU Chula Vista Branch',});m_330bb1faa22252b4be21c91c92a697e9['infowindow'] = new google.maps.InfoWindow({content: $l330bb1faa22252b4be21c91c92a697e9});var infowindow = new google.maps.InfoWindow({content: $l330bb1faa22252b4be21c91c92a697e9});google.maps.event.addListener(m_330bb1faa22252b4be21c91c92a697e9, 'click', function() {infowindow.open(map,m_330bb1faa22252b4be21c91c92a697e9);});$marker.push(m_330bb1faa22252b4be21c91c92a697e9);}});}google.maps.event.addDomListener(window, 'load', initialize);