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.1738,-106.591)};var g_0cc36676967cb7edbb302fb4aafc34bc = new google.maps.Geocoder();g_0cc36676967cb7edbb302fb4aafc34bc.geocode( { 'address': "4801 Lang Ave NE # 110, Albuquerque, NM 87109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-new-mexico-tax-credit-alliance').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-new-mexico-tax-credit-alliance'), mapOptions);}document.getElementById('dca209df').innerHTML += ' | View Map';var $l0cc36676967cb7edbb302fb4aafc34bc = '

New Mexico Tax Credit Alliance

Address: 4801 Lang Ave NE # 110, Albuquerque, NM 87109, USA
Phone: (505) 798-2642
';var m_0cc36676967cb7edbb302fb4aafc34bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Mexico Tax Credit Alliance',});m_0cc36676967cb7edbb302fb4aafc34bc['infowindow'] = new google.maps.InfoWindow({content: $l0cc36676967cb7edbb302fb4aafc34bc});var infowindow = new google.maps.InfoWindow({content: $l0cc36676967cb7edbb302fb4aafc34bc});google.maps.event.addListener(m_0cc36676967cb7edbb302fb4aafc34bc, 'click', function() {infowindow.open(map,m_0cc36676967cb7edbb302fb4aafc34bc);});$marker.push(m_0cc36676967cb7edbb302fb4aafc34bc);}});}google.maps.event.addDomListener(window, 'load', initialize);