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(34.8148,-106.765)};var g_7021eb337d9e2dd3354f74c2ce49599e = new google.maps.Geocoder();g_7021eb337d9e2dd3354f74c2ce49599e.geocode( { 'address': "2270 Sun Ranch Loop, Los Lunas, NM 87031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-lunas-NM-new-mexico-title-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-lunas-NM-new-mexico-title-loans-inc'), mapOptions);}document.getElementById('36075596').innerHTML += ' | View Map';var $l7021eb337d9e2dd3354f74c2ce49599e = '

New Mexico Title Loans, Inc.

Address: 2270 Sun Ranch Loop, Los Lunas, NM 87031, USA
Phone: (505) 565-2877
';var m_7021eb337d9e2dd3354f74c2ce49599e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Mexico Title Loans, Inc.',});m_7021eb337d9e2dd3354f74c2ce49599e['infowindow'] = new google.maps.InfoWindow({content: $l7021eb337d9e2dd3354f74c2ce49599e});var infowindow = new google.maps.InfoWindow({content: $l7021eb337d9e2dd3354f74c2ce49599e});google.maps.event.addListener(m_7021eb337d9e2dd3354f74c2ce49599e, 'click', function() {infowindow.open(map,m_7021eb337d9e2dd3354f74c2ce49599e);});$marker.push(m_7021eb337d9e2dd3354f74c2ce49599e);}});}google.maps.event.addDomListener(window, 'load', initialize);