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.7094,-105.134)};var g_3cc9cef4d73fb5d586dc2db65a37cfed = new google.maps.Geocoder();g_3cc9cef4d73fb5d586dc2db65a37cfed.geocode( { 'address': "12019 W Alameda Pkwy, Lakewood, CO 80228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-denver-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-denver-mortgage-company'), mapOptions);}document.getElementById('6cf91d64').innerHTML += ' | View Map';var $l3cc9cef4d73fb5d586dc2db65a37cfed = '

Denver Mortgage Company

Address: 12019 W Alameda Pkwy, Lakewood, CO 80228, USA
Phone: (303) 716-0283
';var m_3cc9cef4d73fb5d586dc2db65a37cfed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Denver Mortgage Company',});m_3cc9cef4d73fb5d586dc2db65a37cfed['infowindow'] = new google.maps.InfoWindow({content: $l3cc9cef4d73fb5d586dc2db65a37cfed});var infowindow = new google.maps.InfoWindow({content: $l3cc9cef4d73fb5d586dc2db65a37cfed});google.maps.event.addListener(m_3cc9cef4d73fb5d586dc2db65a37cfed, 'click', function() {infowindow.open(map,m_3cc9cef4d73fb5d586dc2db65a37cfed);});$marker.push(m_3cc9cef4d73fb5d586dc2db65a37cfed);}});}google.maps.event.addDomListener(window, 'load', initialize);