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.507,-105.056)};var g_f7e6c85504ce6e82442c770f7c8606f0 = new google.maps.Geocoder();g_f7e6c85504ce6e82442c770f7c8606f0.geocode( { 'address': "Littleton, CO 80125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('littleton-CO-nova-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('littleton-CO-nova-home-loans'), mapOptions);}document.getElementById('1a5a7c7e').innerHTML += ' | View Map';var $lf7e6c85504ce6e82442c770f7c8606f0 = '

Nova Home Loans

Address: Littleton, CO 80125, USA
Phone: (303) 346-6682
';var m_f7e6c85504ce6e82442c770f7c8606f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nova Home Loans',});m_f7e6c85504ce6e82442c770f7c8606f0['infowindow'] = new google.maps.InfoWindow({content: $lf7e6c85504ce6e82442c770f7c8606f0});var infowindow = new google.maps.InfoWindow({content: $lf7e6c85504ce6e82442c770f7c8606f0});google.maps.event.addListener(m_f7e6c85504ce6e82442c770f7c8606f0, 'click', function() {infowindow.open(map,m_f7e6c85504ce6e82442c770f7c8606f0);});$marker.push(m_f7e6c85504ce6e82442c770f7c8606f0);}});}google.maps.event.addDomListener(window, 'load', initialize);