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(39.6687,-104.94)};var g_4eda34fc6e333f39f6490462f430218a = new google.maps.Geocoder();g_4eda34fc6e333f39f6490462f430218a.geocode( { 'address': "2696 S Colorado Blvd #575, Denver, CO 80222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-ko-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-ko-home-loans'), mapOptions);}document.getElementById('ebfafc77').innerHTML += ' | View Map';var $l4eda34fc6e333f39f6490462f430218a = '

KO Home Loans

Address: 2696 S Colorado Blvd #575, Denver, CO 80222, USA
Phone: (303) 669-2111
';var m_4eda34fc6e333f39f6490462f430218a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KO Home Loans',});m_4eda34fc6e333f39f6490462f430218a['infowindow'] = new google.maps.InfoWindow({content: $l4eda34fc6e333f39f6490462f430218a});var infowindow = new google.maps.InfoWindow({content: $l4eda34fc6e333f39f6490462f430218a});google.maps.event.addListener(m_4eda34fc6e333f39f6490462f430218a, 'click', function() {infowindow.open(map,m_4eda34fc6e333f39f6490462f430218a);});$marker.push(m_4eda34fc6e333f39f6490462f430218a);}});}google.maps.event.addDomListener(window, 'load', initialize);