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.8081,-82.5703)};var g_dc4a1c1e778909c03a41d2c672c2b962 = new google.maps.Geocoder();g_dc4a1c1e778909c03a41d2c672c2b962.geocode( { 'address': "3700 S Eastpark Way, Homosassa, FL 34448, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homosassa-FL-jaf-appraisals-and-real-estate').style.display = '';map = new google.maps.Map(document.getElementById('homosassa-FL-jaf-appraisals-and-real-estate'), mapOptions);}document.getElementById('aba927ca').innerHTML += ' | View Map';var $ldc4a1c1e778909c03a41d2c672c2b962 = '

J.A.F. Appraisals and Real Estate

Address: 3700 S Eastpark Way, Homosassa, FL 34448, USA
Phone: (352) 503-7551
';var m_dc4a1c1e778909c03a41d2c672c2b962 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J.A.F. Appraisals and Real Estate',});m_dc4a1c1e778909c03a41d2c672c2b962['infowindow'] = new google.maps.InfoWindow({content: $ldc4a1c1e778909c03a41d2c672c2b962});var infowindow = new google.maps.InfoWindow({content: $ldc4a1c1e778909c03a41d2c672c2b962});google.maps.event.addListener(m_dc4a1c1e778909c03a41d2c672c2b962, 'click', function() {infowindow.open(map,m_dc4a1c1e778909c03a41d2c672c2b962);});$marker.push(m_dc4a1c1e778909c03a41d2c672c2b962);}});}google.maps.event.addDomListener(window, 'load', initialize);