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(36.7432,-108.169)};var g_a3a1daaac9e50d204f873bd633c38838 = new google.maps.Geocoder();g_a3a1daaac9e50d204f873bd633c38838.geocode( { 'address': "2844 E Main St # 102, Farmington, NM 87402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-NM-t--r-tax-services').style.display = '';map = new google.maps.Map(document.getElementById('farmington-NM-t--r-tax-services'), mapOptions);}document.getElementById('2a874ff3').innerHTML += ' | View Map';var $la3a1daaac9e50d204f873bd633c38838 = '

T & R Tax Services

Address: 2844 E Main St # 102, Farmington, NM 87402, USA
Phone: (505) 326-1520
';var m_a3a1daaac9e50d204f873bd633c38838 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'T & R Tax Services',});m_a3a1daaac9e50d204f873bd633c38838['infowindow'] = new google.maps.InfoWindow({content: $la3a1daaac9e50d204f873bd633c38838});var infowindow = new google.maps.InfoWindow({content: $la3a1daaac9e50d204f873bd633c38838});google.maps.event.addListener(m_a3a1daaac9e50d204f873bd633c38838, 'click', function() {infowindow.open(map,m_a3a1daaac9e50d204f873bd633c38838);});$marker.push(m_a3a1daaac9e50d204f873bd633c38838);}});}google.maps.event.addDomListener(window, 'load', initialize);