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.7456,-108.37)};var g_1f4d7f83f69e339e84ad3f3ec46652c7 = new google.maps.Geocoder();g_1f4d7f83f69e339e84ad3f3ec46652c7.geocode( { 'address': "4129 US-64, Kirtland, NM 87417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirtland-NM-kirtland-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('kirtland-NM-kirtland-loan-co'), mapOptions);}document.getElementById('62cd4d70').innerHTML += ' | View Map';var $l1f4d7f83f69e339e84ad3f3ec46652c7 = '

Kirtland Loan Co

Address: 4129 US-64, Kirtland, NM 87417, USA
Phone: (505) 598-1400
';var m_1f4d7f83f69e339e84ad3f3ec46652c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kirtland Loan Co',});m_1f4d7f83f69e339e84ad3f3ec46652c7['infowindow'] = new google.maps.InfoWindow({content: $l1f4d7f83f69e339e84ad3f3ec46652c7});var infowindow = new google.maps.InfoWindow({content: $l1f4d7f83f69e339e84ad3f3ec46652c7});google.maps.event.addListener(m_1f4d7f83f69e339e84ad3f3ec46652c7, 'click', function() {infowindow.open(map,m_1f4d7f83f69e339e84ad3f3ec46652c7);});$marker.push(m_1f4d7f83f69e339e84ad3f3ec46652c7);}});}google.maps.event.addDomListener(window, 'load', initialize);