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_03f46deabff97c9545515d60917da1cf = new google.maps.Geocoder();g_03f46deabff97c9545515d60917da1cf.geocode( { 'address': "2912 Prenda De Oro NW, Albuquerque, NM 87120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-mgta').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-mgta'), mapOptions);}document.getElementById('9ef6bb75').innerHTML += ' | View Map';var $l03f46deabff97c9545515d60917da1cf = '

Mgta

Address: 2912 Prenda De Oro NW, Albuquerque, NM 87120
Phone: (505) 379-6828
';var m_03f46deabff97c9545515d60917da1cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mgta',});m_03f46deabff97c9545515d60917da1cf['infowindow'] = new google.maps.InfoWindow({content: $l03f46deabff97c9545515d60917da1cf});var infowindow = new google.maps.InfoWindow({content: $l03f46deabff97c9545515d60917da1cf});google.maps.event.addListener(m_03f46deabff97c9545515d60917da1cf, 'click', function() {infowindow.open(map,m_03f46deabff97c9545515d60917da1cf);});$marker.push(m_03f46deabff97c9545515d60917da1cf);}});}google.maps.event.addDomListener(window, 'load', initialize);