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(33.7124,-108.758)};var g_c1062c774446626c15fc5d6f205a33f1 = new google.maps.Geocoder();g_c1062c774446626c15fc5d6f205a33f1.geocode( { 'address': "101 Main St, Reserve, NM 87830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reserve-NM-catron-county-assessor').style.display = '';map = new google.maps.Map(document.getElementById('reserve-NM-catron-county-assessor'), mapOptions);}document.getElementById('78742c42').innerHTML += ' | View Map';var $lc1062c774446626c15fc5d6f205a33f1 = '

Catron County Assessor

Address: 101 Main St, Reserve, NM 87830, USA
Phone: (575) 533-6577
';var m_c1062c774446626c15fc5d6f205a33f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catron County Assessor',});m_c1062c774446626c15fc5d6f205a33f1['infowindow'] = new google.maps.InfoWindow({content: $lc1062c774446626c15fc5d6f205a33f1});var infowindow = new google.maps.InfoWindow({content: $lc1062c774446626c15fc5d6f205a33f1});google.maps.event.addListener(m_c1062c774446626c15fc5d6f205a33f1, 'click', function() {infowindow.open(map,m_c1062c774446626c15fc5d6f205a33f1);});$marker.push(m_c1062c774446626c15fc5d6f205a33f1);}});}google.maps.event.addDomListener(window, 'load', initialize);