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.1645,-106.596)};var g_bb859699a1e4fc28c59162684235a28c = new google.maps.Geocoder();g_bb859699a1e4fc28c59162684235a28c.geocode( { 'address': "4200 Wolcott Ave NE, Albuquerque, NM 87109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-credit-union-association-of-new-mexico').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-credit-union-association-of-new-mexico'), mapOptions);}document.getElementById('62618878').innerHTML += ' | View Map';var $lbb859699a1e4fc28c59162684235a28c = '

Credit Union Association of New Mexico

Address: 4200 Wolcott Ave NE, Albuquerque, NM 87109, USA
Phone: (505) 298-9899
';var m_bb859699a1e4fc28c59162684235a28c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union Association of New Mexico',});m_bb859699a1e4fc28c59162684235a28c['infowindow'] = new google.maps.InfoWindow({content: $lbb859699a1e4fc28c59162684235a28c});var infowindow = new google.maps.InfoWindow({content: $lbb859699a1e4fc28c59162684235a28c});google.maps.event.addListener(m_bb859699a1e4fc28c59162684235a28c, 'click', function() {infowindow.open(map,m_bb859699a1e4fc28c59162684235a28c);});$marker.push(m_bb859699a1e4fc28c59162684235a28c);}});}google.maps.event.addDomListener(window, 'load', initialize);