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.5496,-81.3765)};var g_c91e363d595a1087d7e8a5358ac4c5eb = new google.maps.Geocoder();g_c91e363d595a1087d7e8a5358ac4c5eb.geocode( { 'address': "501 N Magnolia Ave #100, Orlando, FL 32801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-florida-community-loan-fund').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-florida-community-loan-fund'), mapOptions);}document.getElementById('b1a8f41a').innerHTML += ' | View Map';var $lc91e363d595a1087d7e8a5358ac4c5eb = '

Florida Community Loan Fund

Address: 501 N Magnolia Ave #100, Orlando, FL 32801, USA
Phone: (407) 246-0846
';var m_c91e363d595a1087d7e8a5358ac4c5eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Community Loan Fund',});m_c91e363d595a1087d7e8a5358ac4c5eb['infowindow'] = new google.maps.InfoWindow({content: $lc91e363d595a1087d7e8a5358ac4c5eb});var infowindow = new google.maps.InfoWindow({content: $lc91e363d595a1087d7e8a5358ac4c5eb});google.maps.event.addListener(m_c91e363d595a1087d7e8a5358ac4c5eb, 'click', function() {infowindow.open(map,m_c91e363d595a1087d7e8a5358ac4c5eb);});$marker.push(m_c91e363d595a1087d7e8a5358ac4c5eb);}});}google.maps.event.addDomListener(window, 'load', initialize);