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.015,-105.251)};var g_65c824a1c830fcf2ff5e0891df2789ca = new google.maps.Geocoder();g_65c824a1c830fcf2ff5e0891df2789ca.geocode( { 'address': "3223 Arapahoe Ave #123, Boulder, CO 80303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boulder-CO-cornerstone-home-lending-inc').style.display = '';map = new google.maps.Map(document.getElementById('boulder-CO-cornerstone-home-lending-inc'), mapOptions);}document.getElementById('5a190bb2').innerHTML += ' | View Map';var $l65c824a1c830fcf2ff5e0891df2789ca = '

Cornerstone Home Lending, Inc.

Address: 3223 Arapahoe Ave #123, Boulder, CO 80303, USA
Phone: (303) 547-3407
';var m_65c824a1c830fcf2ff5e0891df2789ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Home Lending, Inc.',});m_65c824a1c830fcf2ff5e0891df2789ca['infowindow'] = new google.maps.InfoWindow({content: $l65c824a1c830fcf2ff5e0891df2789ca});var infowindow = new google.maps.InfoWindow({content: $l65c824a1c830fcf2ff5e0891df2789ca});google.maps.event.addListener(m_65c824a1c830fcf2ff5e0891df2789ca, 'click', function() {infowindow.open(map,m_65c824a1c830fcf2ff5e0891df2789ca);});$marker.push(m_65c824a1c830fcf2ff5e0891df2789ca);}});}google.maps.event.addDomListener(window, 'load', initialize);