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.6284,-117.037)};var g_2bfdfb429f588dad5c895ecb12e624db = new google.maps.Geocoder();g_2bfdfb429f588dad5c895ecb12e624db.geocode( { 'address': "599 Telegraph Canyon Rd, Chula Vista, CA 91910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-mission-federal-credit-union-telegraph-canyon').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-mission-federal-credit-union-telegraph-canyon'), mapOptions);}document.getElementById('12c86216').innerHTML += ' | View Map';var $l2bfdfb429f588dad5c895ecb12e624db = '

Mission Federal Credit Union Telegraph Canyon

Address: 599 Telegraph Canyon Rd, Chula Vista, CA 91910, USA
Phone: (800) 500-6328
';var m_2bfdfb429f588dad5c895ecb12e624db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mission Federal Credit Union Telegraph Canyon',});m_2bfdfb429f588dad5c895ecb12e624db['infowindow'] = new google.maps.InfoWindow({content: $l2bfdfb429f588dad5c895ecb12e624db});var infowindow = new google.maps.InfoWindow({content: $l2bfdfb429f588dad5c895ecb12e624db});google.maps.event.addListener(m_2bfdfb429f588dad5c895ecb12e624db, 'click', function() {infowindow.open(map,m_2bfdfb429f588dad5c895ecb12e624db);});$marker.push(m_2bfdfb429f588dad5c895ecb12e624db);}});}google.maps.event.addDomListener(window, 'load', initialize);