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(37.321,-107.586)};var g_e31ea40e5c5cdcd45c0cb824f35255e9 = new google.maps.Geocoder();g_e31ea40e5c5cdcd45c0cb824f35255e9.geocode( { 'address': "81 Little Bear Ln, Bayfield, CO 81122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bayfield-CO-bayfield-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('bayfield-CO-bayfield-mortgage-co'), mapOptions);}document.getElementById('d0750895').innerHTML += ' | View Map';var $le31ea40e5c5cdcd45c0cb824f35255e9 = '

Bayfield Mortgage Co

Address: 81 Little Bear Ln, Bayfield, CO 81122, USA
Phone: (970) 884-2212
';var m_e31ea40e5c5cdcd45c0cb824f35255e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bayfield Mortgage Co',});m_e31ea40e5c5cdcd45c0cb824f35255e9['infowindow'] = new google.maps.InfoWindow({content: $le31ea40e5c5cdcd45c0cb824f35255e9});var infowindow = new google.maps.InfoWindow({content: $le31ea40e5c5cdcd45c0cb824f35255e9});google.maps.event.addListener(m_e31ea40e5c5cdcd45c0cb824f35255e9, 'click', function() {infowindow.open(map,m_e31ea40e5c5cdcd45c0cb824f35255e9);});$marker.push(m_e31ea40e5c5cdcd45c0cb824f35255e9);}});}google.maps.event.addDomListener(window, 'load', initialize);