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(32.0103,-106.606)};var g_27bc180c3de1916f7b9834792801f003 = new google.maps.Geocoder();g_27bc180c3de1916f7b9834792801f003.geocode( { 'address': "818 Anthony Dr, Anthony, NM 88021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anthony-NM-new-mexico-title-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('anthony-NM-new-mexico-title-loans-inc'), mapOptions);}document.getElementById('801252b3').innerHTML += ' | View Map';var $l27bc180c3de1916f7b9834792801f003 = '

New Mexico Title Loans, Inc.

Address: 818 Anthony Dr, Anthony, NM 88021, USA
Phone: (575) 882-1244
';var m_27bc180c3de1916f7b9834792801f003 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Mexico Title Loans, Inc.',});m_27bc180c3de1916f7b9834792801f003['infowindow'] = new google.maps.InfoWindow({content: $l27bc180c3de1916f7b9834792801f003});var infowindow = new google.maps.InfoWindow({content: $l27bc180c3de1916f7b9834792801f003});google.maps.event.addListener(m_27bc180c3de1916f7b9834792801f003, 'click', function() {infowindow.open(map,m_27bc180c3de1916f7b9834792801f003);});$marker.push(m_27bc180c3de1916f7b9834792801f003);}});}google.maps.event.addDomListener(window, 'load', initialize);