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.699,-104.933)};var g_020e3e36116fa2175efc76885d034450 = new google.maps.Geocoder();g_020e3e36116fa2175efc76885d034450.geocode( { 'address': "950 S Cherry St #215, Denver, CO 80246, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-john-renfro-at-anniemac-home-mortgage-nmls-id-879586').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-john-renfro-at-anniemac-home-mortgage-nmls-id-879586'), mapOptions);}document.getElementById('9c379e3a').innerHTML += ' | View Map';var $l020e3e36116fa2175efc76885d034450 = '

John Renfro at AnnieMac Home Mortgage NMLS ID# 879586

Address: 950 S Cherry St #215, Denver, CO 80246, USA
Phone: (480) 381-9377
';var m_020e3e36116fa2175efc76885d034450 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Renfro at AnnieMac Home Mortgage NMLS ID# 879586',});m_020e3e36116fa2175efc76885d034450['infowindow'] = new google.maps.InfoWindow({content: $l020e3e36116fa2175efc76885d034450});var infowindow = new google.maps.InfoWindow({content: $l020e3e36116fa2175efc76885d034450});google.maps.event.addListener(m_020e3e36116fa2175efc76885d034450, 'click', function() {infowindow.open(map,m_020e3e36116fa2175efc76885d034450);});$marker.push(m_020e3e36116fa2175efc76885d034450);}});}google.maps.event.addDomListener(window, 'load', initialize);