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.4044,-103.197)};var g_34e81352505555b8fea122cba1403273 = new google.maps.Geocoder();g_34e81352505555b8fea122cba1403273.geocode( { 'address': "620 N Prince St, Clovis, NM 88101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clovis-NM-a--a-title-loan').style.display = '';map = new google.maps.Map(document.getElementById('clovis-NM-a--a-title-loan'), mapOptions);}document.getElementById('75652ca6').innerHTML += ' | View Map';var $l34e81352505555b8fea122cba1403273 = '

A & A Title Loan

Address: 620 N Prince St, Clovis, NM 88101, USA
Phone: (575) 742-2558
';var m_34e81352505555b8fea122cba1403273 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A & A Title Loan',});m_34e81352505555b8fea122cba1403273['infowindow'] = new google.maps.InfoWindow({content: $l34e81352505555b8fea122cba1403273});var infowindow = new google.maps.InfoWindow({content: $l34e81352505555b8fea122cba1403273});google.maps.event.addListener(m_34e81352505555b8fea122cba1403273, 'click', function() {infowindow.open(map,m_34e81352505555b8fea122cba1403273);});$marker.push(m_34e81352505555b8fea122cba1403273);}});}google.maps.event.addDomListener(window, 'load', initialize);