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_d3ddedd999aa150f47c2d0a55cb17898 = new google.maps.Geocoder();g_d3ddedd999aa150f47c2d0a55cb17898.geocode( { 'address': "8000 Palomas Ave NE, Albuquerque, NM 87109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-sandia-area-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-sandia-area-federal-credit-union'), mapOptions);}document.getElementById('923cba99').innerHTML += ' | View Map';var $ld3ddedd999aa150f47c2d0a55cb17898 = '

Sandia Area Federal Credit Union

Address: 8000 Palomas Ave NE, Albuquerque, NM 87109
Phone: (505) 292-6343
';var m_d3ddedd999aa150f47c2d0a55cb17898 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sandia Area Federal Credit Union',});m_d3ddedd999aa150f47c2d0a55cb17898['infowindow'] = new google.maps.InfoWindow({content: $ld3ddedd999aa150f47c2d0a55cb17898});var infowindow = new google.maps.InfoWindow({content: $ld3ddedd999aa150f47c2d0a55cb17898});google.maps.event.addListener(m_d3ddedd999aa150f47c2d0a55cb17898, 'click', function() {infowindow.open(map,m_d3ddedd999aa150f47c2d0a55cb17898);});$marker.push(m_d3ddedd999aa150f47c2d0a55cb17898);}});}google.maps.event.addDomListener(window, 'load', initialize);