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.1169,-106.606)};var g_aa8d08571075d235791235138b9b78c6 = new google.maps.Geocoder();g_aa8d08571075d235791235138b9b78c6.geocode( { 'address': "3451 Candelaria Rd NE, Albuquerque, NM 87107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-state-employees-credit-union-of-new-mexico').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-state-employees-credit-union-of-new-mexico'), mapOptions);}document.getElementById('afad5ac5').innerHTML += ' | View Map';var $laa8d08571075d235791235138b9b78c6 = '

State Employees Credit Union of New Mexico

Address: 3451 Candelaria Rd NE, Albuquerque, NM 87107, USA
Phone: (505) 884-0128
';var m_aa8d08571075d235791235138b9b78c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Employees Credit Union of New Mexico',});m_aa8d08571075d235791235138b9b78c6['infowindow'] = new google.maps.InfoWindow({content: $laa8d08571075d235791235138b9b78c6});var infowindow = new google.maps.InfoWindow({content: $laa8d08571075d235791235138b9b78c6});google.maps.event.addListener(m_aa8d08571075d235791235138b9b78c6, 'click', function() {infowindow.open(map,m_aa8d08571075d235791235138b9b78c6);});$marker.push(m_aa8d08571075d235791235138b9b78c6);}});}google.maps.event.addDomListener(window, 'load', initialize);