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.3837,-105.586)};var g_cc1b7b4f7c363acf3c5d3dedd6026598 = new google.maps.Geocoder();g_cc1b7b4f7c363acf3c5d3dedd6026598.geocode( { 'address': "1033 Paseo Del Pueblo Sur # B, Taos, NM 87571, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taos-NM-continental-loans').style.display = '';map = new google.maps.Map(document.getElementById('taos-NM-continental-loans'), mapOptions);}document.getElementById('2397dd09').innerHTML += ' | View Map';var $lcc1b7b4f7c363acf3c5d3dedd6026598 = '

Continental Loans

Address: 1033 Paseo Del Pueblo Sur # B, Taos, NM 87571, USA
Phone: (575) 758-8995
';var m_cc1b7b4f7c363acf3c5d3dedd6026598 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Loans',});m_cc1b7b4f7c363acf3c5d3dedd6026598['infowindow'] = new google.maps.InfoWindow({content: $lcc1b7b4f7c363acf3c5d3dedd6026598});var infowindow = new google.maps.InfoWindow({content: $lcc1b7b4f7c363acf3c5d3dedd6026598});google.maps.event.addListener(m_cc1b7b4f7c363acf3c5d3dedd6026598, 'click', function() {infowindow.open(map,m_cc1b7b4f7c363acf3c5d3dedd6026598);});$marker.push(m_cc1b7b4f7c363acf3c5d3dedd6026598);}});}google.maps.event.addDomListener(window, 'load', initialize);