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.2106,-82.4612)};var g_883a0d48e49a8588823cd246e1f46f16 = new google.maps.Geocoder();g_883a0d48e49a8588823cd246e1f46f16.geocode( { 'address': "3632 Land O\' Lakes Blvd #106, Land O Lakes, FL 34639, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('land-o-lakes-FL-affordable-home-funding').style.display = '';map = new google.maps.Map(document.getElementById('land-o-lakes-FL-affordable-home-funding'), mapOptions);}document.getElementById('5f08328f').innerHTML += ' | View Map';var $l883a0d48e49a8588823cd246e1f46f16 = '

Affordable Home Funding

Address: 3632 Land O\' Lakes Blvd #106, Land O Lakes, FL 34639, USA
Phone: (813) 404-6934
';var m_883a0d48e49a8588823cd246e1f46f16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affordable Home Funding',});m_883a0d48e49a8588823cd246e1f46f16['infowindow'] = new google.maps.InfoWindow({content: $l883a0d48e49a8588823cd246e1f46f16});var infowindow = new google.maps.InfoWindow({content: $l883a0d48e49a8588823cd246e1f46f16});google.maps.event.addListener(m_883a0d48e49a8588823cd246e1f46f16, 'click', function() {infowindow.open(map,m_883a0d48e49a8588823cd246e1f46f16);});$marker.push(m_883a0d48e49a8588823cd246e1f46f16);}});}google.maps.event.addDomListener(window, 'load', initialize);