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.7851,-105.132)};var g_b543b38a3f32c4020d97b572456709b7 = new google.maps.Geocoder();g_b543b38a3f32c4020d97b572456709b7.geocode( { 'address': "11941 W 48th Ave, Wheat Ridge, CO 80033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheat-ridge-CO-americas-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('wheat-ridge-CO-americas-mortgage'), mapOptions);}document.getElementById('53890afe').innerHTML += ' | View Map';var $lb543b38a3f32c4020d97b572456709b7 = '

America's Mortgage

Address: 11941 W 48th Ave, Wheat Ridge, CO 80033, USA
Phone: (303) 595-0531
';var m_b543b38a3f32c4020d97b572456709b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'America's Mortgage',});m_b543b38a3f32c4020d97b572456709b7['infowindow'] = new google.maps.InfoWindow({content: $lb543b38a3f32c4020d97b572456709b7});var infowindow = new google.maps.InfoWindow({content: $lb543b38a3f32c4020d97b572456709b7});google.maps.event.addListener(m_b543b38a3f32c4020d97b572456709b7, 'click', function() {infowindow.open(map,m_b543b38a3f32c4020d97b572456709b7);});$marker.push(m_b543b38a3f32c4020d97b572456709b7);}});}google.maps.event.addDomListener(window, 'load', initialize);