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.6766,-117.092)};var g_0c6c511cfc3eb2340871b0fbe3bcf19a = new google.maps.Geocoder();g_0c6c511cfc3eb2340871b0fbe3bcf19a.geocode( { 'address': "1302 E Plaza Blvd, National City, CA 91950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('national-city-CA-mission-federal-credit-union-national-city').style.display = '';map = new google.maps.Map(document.getElementById('national-city-CA-mission-federal-credit-union-national-city'), mapOptions);}document.getElementById('2d5dc4d7').innerHTML += ' | View Map';var $l0c6c511cfc3eb2340871b0fbe3bcf19a = '

Mission Federal Credit Union National City

Address: 1302 E Plaza Blvd, National City, CA 91950, USA
Phone: (800) 500-6328
';var m_0c6c511cfc3eb2340871b0fbe3bcf19a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mission Federal Credit Union National City',});m_0c6c511cfc3eb2340871b0fbe3bcf19a['infowindow'] = new google.maps.InfoWindow({content: $l0c6c511cfc3eb2340871b0fbe3bcf19a});var infowindow = new google.maps.InfoWindow({content: $l0c6c511cfc3eb2340871b0fbe3bcf19a});google.maps.event.addListener(m_0c6c511cfc3eb2340871b0fbe3bcf19a, 'click', function() {infowindow.open(map,m_0c6c511cfc3eb2340871b0fbe3bcf19a);});$marker.push(m_0c6c511cfc3eb2340871b0fbe3bcf19a);}});}google.maps.event.addDomListener(window, 'load', initialize);