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.9267,-103.345)};var g_69ac1689884bcc81ddf448f1d1fae3b2 = new google.maps.Geocoder();g_69ac1689884bcc81ddf448f1d1fae3b2.geocode( { 'address': "2320 S Main Ave, Lovington, NM 88260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lovington-NM-aaa-title-loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('lovington-NM-aaa-title-loan-inc'), mapOptions);}document.getElementById('d6609cf4').innerHTML += ' | View Map';var $l69ac1689884bcc81ddf448f1d1fae3b2 = '

AAA Title Loan Inc

Address: 2320 S Main Ave, Lovington, NM 88260, USA
Phone: (575) 396-1555
';var m_69ac1689884bcc81ddf448f1d1fae3b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AAA Title Loan Inc',});m_69ac1689884bcc81ddf448f1d1fae3b2['infowindow'] = new google.maps.InfoWindow({content: $l69ac1689884bcc81ddf448f1d1fae3b2});var infowindow = new google.maps.InfoWindow({content: $l69ac1689884bcc81ddf448f1d1fae3b2});google.maps.event.addListener(m_69ac1689884bcc81ddf448f1d1fae3b2, 'click', function() {infowindow.open(map,m_69ac1689884bcc81ddf448f1d1fae3b2);});$marker.push(m_69ac1689884bcc81ddf448f1d1fae3b2);}});}google.maps.event.addDomListener(window, 'load', initialize);