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(40.4775,-104.901)};var g_82cadb0649a3af4968404c9f6031b233 = new google.maps.Geocoder();g_82cadb0649a3af4968404c9f6031b233.geocode( { 'address': "Windsor, CO 80550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-CO-cornerstone-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('windsor-CO-cornerstone-mortgage-co'), mapOptions);}document.getElementById('66de2169').innerHTML += ' | View Map';var $l82cadb0649a3af4968404c9f6031b233 = '

Cornerstone Mortgage Co

Address: Windsor, CO 80550, USA
Phone: (970) 686-7561
';var m_82cadb0649a3af4968404c9f6031b233 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Mortgage Co',});m_82cadb0649a3af4968404c9f6031b233['infowindow'] = new google.maps.InfoWindow({content: $l82cadb0649a3af4968404c9f6031b233});var infowindow = new google.maps.InfoWindow({content: $l82cadb0649a3af4968404c9f6031b233});google.maps.event.addListener(m_82cadb0649a3af4968404c9f6031b233, 'click', function() {infowindow.open(map,m_82cadb0649a3af4968404c9f6031b233);});$marker.push(m_82cadb0649a3af4968404c9f6031b233);}});}google.maps.event.addDomListener(window, 'load', initialize);