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.5295,-108.683)};var g_fd9553c889eac672121d6aa9ed9f9f73 = new google.maps.Geocoder();g_fd9553c889eac672121d6aa9ed9f9f73.geocode( { 'address': "3312 Rte 66, Gallup, NM 87301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallup-NM-star-loans-new-mexico').style.display = '';map = new google.maps.Map(document.getElementById('gallup-NM-star-loans-new-mexico'), mapOptions);}document.getElementById('2fa367df').innerHTML += ' | View Map';var $lfd9553c889eac672121d6aa9ed9f9f73 = '

Star Loans New Mexico

Address: 3312 Rte 66, Gallup, NM 87301, USA
Phone: (505) 726-0170
';var m_fd9553c889eac672121d6aa9ed9f9f73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Loans New Mexico',});m_fd9553c889eac672121d6aa9ed9f9f73['infowindow'] = new google.maps.InfoWindow({content: $lfd9553c889eac672121d6aa9ed9f9f73});var infowindow = new google.maps.InfoWindow({content: $lfd9553c889eac672121d6aa9ed9f9f73});google.maps.event.addListener(m_fd9553c889eac672121d6aa9ed9f9f73, 'click', function() {infowindow.open(map,m_fd9553c889eac672121d6aa9ed9f9f73);});$marker.push(m_fd9553c889eac672121d6aa9ed9f9f73);}});}google.maps.event.addDomListener(window, 'load', initialize);