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_5ad742cd15633b26fdce1b80f7b39f7c = new google.maps.Geocoder();g_5ad742cd15633b26fdce1b80f7b39f7c.geocode( { 'address': "358 E H St, Chula Vista, CA 91910"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-financial-21-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-financial-21-community-credit-union'), mapOptions);}document.getElementById('6087407f').innerHTML += ' | View Map';var $l5ad742cd15633b26fdce1b80f7b39f7c = '

Financial 21 Community Credit Union

Address: 358 E H St, Chula Vista, CA 91910
Phone: (619) 425-5633
';var m_5ad742cd15633b26fdce1b80f7b39f7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial 21 Community Credit Union',});m_5ad742cd15633b26fdce1b80f7b39f7c['infowindow'] = new google.maps.InfoWindow({content: $l5ad742cd15633b26fdce1b80f7b39f7c});var infowindow = new google.maps.InfoWindow({content: $l5ad742cd15633b26fdce1b80f7b39f7c});google.maps.event.addListener(m_5ad742cd15633b26fdce1b80f7b39f7c, 'click', function() {infowindow.open(map,m_5ad742cd15633b26fdce1b80f7b39f7c);});$marker.push(m_5ad742cd15633b26fdce1b80f7b39f7c);}});}google.maps.event.addDomListener(window, 'load', initialize);