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(28.7122,-81.5456)};var g_ed376ba445937786419022f9eea069d1 = new google.maps.Geocoder();g_ed376ba445937786419022f9eea069d1.geocode( { 'address': "2266 Windsor Crest Loop, Apopka, FL 32712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apopka-FL-the-mortgage-sourceprimary-residential').style.display = '';map = new google.maps.Map(document.getElementById('apopka-FL-the-mortgage-sourceprimary-residential'), mapOptions);}document.getElementById('f1f30cc6').innerHTML += ' | View Map';var $led376ba445937786419022f9eea069d1 = '

The Mortgage Source/Primary Residential

Address: 2266 Windsor Crest Loop, Apopka, FL 32712, USA
Phone: (407) 884-0873
';var m_ed376ba445937786419022f9eea069d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Mortgage Source/Primary Residential',});m_ed376ba445937786419022f9eea069d1['infowindow'] = new google.maps.InfoWindow({content: $led376ba445937786419022f9eea069d1});var infowindow = new google.maps.InfoWindow({content: $led376ba445937786419022f9eea069d1});google.maps.event.addListener(m_ed376ba445937786419022f9eea069d1, 'click', function() {infowindow.open(map,m_ed376ba445937786419022f9eea069d1);});$marker.push(m_ed376ba445937786419022f9eea069d1);}});}google.maps.event.addDomListener(window, 'load', initialize);