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.2099,-107.911)};var g_1d715bae5c24c728757dc4de28ae388f = new google.maps.Geocoder();g_1d715bae5c24c728757dc4de28ae388f.geocode( { 'address': "819 W Highway 66, Suite 3, Milan, NM 87021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milan-NM-continental-loans').style.display = '';map = new google.maps.Map(document.getElementById('milan-NM-continental-loans'), mapOptions);}document.getElementById('54d3400c').innerHTML += ' | View Map';var $l1d715bae5c24c728757dc4de28ae388f = '

Continental Loans

Address: 819 W Highway 66, Suite 3, Milan, NM 87021, USA
Phone: (505) 287-2480
';var m_1d715bae5c24c728757dc4de28ae388f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Loans',});m_1d715bae5c24c728757dc4de28ae388f['infowindow'] = new google.maps.InfoWindow({content: $l1d715bae5c24c728757dc4de28ae388f});var infowindow = new google.maps.InfoWindow({content: $l1d715bae5c24c728757dc4de28ae388f});google.maps.event.addListener(m_1d715bae5c24c728757dc4de28ae388f, 'click', function() {infowindow.open(map,m_1d715bae5c24c728757dc4de28ae388f);});$marker.push(m_1d715bae5c24c728757dc4de28ae388f);}});}google.maps.event.addDomListener(window, 'load', initialize);