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_2195d1bcffa0604371aad817c13f7a66 = new google.maps.Geocoder();g_2195d1bcffa0604371aad817c13f7a66.geocode( { 'address': "6920 Holly Ave NE, Albuquerque, NM 87113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-sandia-labs-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-sandia-labs-federal-credit-union'), mapOptions);}document.getElementById('56cef29d').innerHTML += ' | View Map';var $l2195d1bcffa0604371aad817c13f7a66 = '

Sandia Labs Federal Credit Union

Address: 6920 Holly Ave NE, Albuquerque, NM 87113
Phone: (505) 293-0500
';var m_2195d1bcffa0604371aad817c13f7a66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sandia Labs Federal Credit Union',});m_2195d1bcffa0604371aad817c13f7a66['infowindow'] = new google.maps.InfoWindow({content: $l2195d1bcffa0604371aad817c13f7a66});var infowindow = new google.maps.InfoWindow({content: $l2195d1bcffa0604371aad817c13f7a66});google.maps.event.addListener(m_2195d1bcffa0604371aad817c13f7a66, 'click', function() {infowindow.open(map,m_2195d1bcffa0604371aad817c13f7a66);});$marker.push(m_2195d1bcffa0604371aad817c13f7a66);}});}google.maps.event.addDomListener(window, 'load', initialize);