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.1586,-106.561)};var g_f8f23e20475cd553ead1be9c1b031d05 = new google.maps.Geocoder();g_f8f23e20475cd553ead1be9c1b031d05.geocode( { 'address': "7007 Wyoming Blvd NE #5, Albuquerque, NM 87109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albuquerque-NM-universal-lending-corporation').style.display = '';map = new google.maps.Map(document.getElementById('albuquerque-NM-universal-lending-corporation'), mapOptions);}document.getElementById('27c1f633').innerHTML += ' | View Map';var $lf8f23e20475cd553ead1be9c1b031d05 = '

Universal Lending Corporation

Address: 7007 Wyoming Blvd NE #5, Albuquerque, NM 87109, USA
Phone: (505) 217-1501
';var m_f8f23e20475cd553ead1be9c1b031d05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Lending Corporation',});m_f8f23e20475cd553ead1be9c1b031d05['infowindow'] = new google.maps.InfoWindow({content: $lf8f23e20475cd553ead1be9c1b031d05});var infowindow = new google.maps.InfoWindow({content: $lf8f23e20475cd553ead1be9c1b031d05});google.maps.event.addListener(m_f8f23e20475cd553ead1be9c1b031d05, 'click', function() {infowindow.open(map,m_f8f23e20475cd553ead1be9c1b031d05);});$marker.push(m_f8f23e20475cd553ead1be9c1b031d05);}});}google.maps.event.addDomListener(window, 'load', initialize);