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(35.2005,-106.643)};var g_3d98b79ac6c8d1cef43d7bf1dadf8647 = new google.maps.Geocoder();g_3d98b79ac6c8d1cef43d7bf1dadf8647.geocode( { 'address': "1625 Rio Bravo Blvd Sw, Albuquerque, NM 87105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-new-mexico-educators-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-new-mexico-educators-federal-credit-union'), mapOptions);}document.getElementById('e0c5e2bf').innerHTML += ' | View Map';var $l3d98b79ac6c8d1cef43d7bf1dadf8647 = '

New Mexico Educators Federal Credit Union

Address: 1625 Rio Bravo Blvd Sw, Albuquerque, NM 87105
Phone: (505) 889-7755
';var m_3d98b79ac6c8d1cef43d7bf1dadf8647 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Mexico Educators Federal Credit Union',});m_3d98b79ac6c8d1cef43d7bf1dadf8647['infowindow'] = new google.maps.InfoWindow({content: $l3d98b79ac6c8d1cef43d7bf1dadf8647});var infowindow = new google.maps.InfoWindow({content: $l3d98b79ac6c8d1cef43d7bf1dadf8647});google.maps.event.addListener(m_3d98b79ac6c8d1cef43d7bf1dadf8647, 'click', function() {infowindow.open(map,m_3d98b79ac6c8d1cef43d7bf1dadf8647);});$marker.push(m_3d98b79ac6c8d1cef43d7bf1dadf8647);}});}google.maps.event.addDomListener(window, 'load', initialize);