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(33.8026,-118.045)};var g_665ff68447af51236240372e4ce5a774 = new google.maps.Geocoder();g_665ff68447af51236240372e4ce5a774.geocode( { 'address': "5090 Katella Ave, Los Alamitos, CA 90720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-alamitos-CA-fme-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('los-alamitos-CA-fme-federal-credit-union'), mapOptions);}document.getElementById('afa1caa3').innerHTML += ' | View Map';var $l665ff68447af51236240372e4ce5a774 = '

FME Federal Credit Union

Address: 5090 Katella Ave, Los Alamitos, CA 90720, USA
Phone: (562) 598-1395
';var m_665ff68447af51236240372e4ce5a774 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FME Federal Credit Union',});m_665ff68447af51236240372e4ce5a774['infowindow'] = new google.maps.InfoWindow({content: $l665ff68447af51236240372e4ce5a774});var infowindow = new google.maps.InfoWindow({content: $l665ff68447af51236240372e4ce5a774});google.maps.event.addListener(m_665ff68447af51236240372e4ce5a774, 'click', function() {infowindow.open(map,m_665ff68447af51236240372e4ce5a774);});$marker.push(m_665ff68447af51236240372e4ce5a774);}});}google.maps.event.addDomListener(window, 'load', initialize);