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.1613,-106.594)};var g_4e2d305ce79d4ac0c03d042caff139ba = new google.maps.Geocoder();g_4e2d305ce79d4ac0c03d042caff139ba.geocode( { 'address': "7101 Jefferson St NE, Albuquerque, NM 87109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-santa-fe-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-santa-fe-federal-credit-union'), mapOptions);}document.getElementById('fa070845').innerHTML += ' | View Map';var $l4e2d305ce79d4ac0c03d042caff139ba = '

Santa Fe Federal Credit Union

Address: 7101 Jefferson St NE, Albuquerque, NM 87109, USA
Phone: (505) 345-6450
';var m_4e2d305ce79d4ac0c03d042caff139ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Fe Federal Credit Union',});m_4e2d305ce79d4ac0c03d042caff139ba['infowindow'] = new google.maps.InfoWindow({content: $l4e2d305ce79d4ac0c03d042caff139ba});var infowindow = new google.maps.InfoWindow({content: $l4e2d305ce79d4ac0c03d042caff139ba});google.maps.event.addListener(m_4e2d305ce79d4ac0c03d042caff139ba, 'click', function() {infowindow.open(map,m_4e2d305ce79d4ac0c03d042caff139ba);});$marker.push(m_4e2d305ce79d4ac0c03d042caff139ba);}});}google.maps.event.addDomListener(window, 'load', initialize);