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(26.2723,-81.7652)};var g_14208ec76fe4b1da0c6b62f96dbaf0a6 = new google.maps.Geocoder();g_14208ec76fe4b1da0c6b62f96dbaf0a6.geocode( { 'address': "3000 Immokalee Rd #7, Naples, FL 34110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-florida-financial-institute').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-florida-financial-institute'), mapOptions);}document.getElementById('fe06c997').innerHTML += ' | View Map';var $l14208ec76fe4b1da0c6b62f96dbaf0a6 = '

Florida Financial Institute

Address: 3000 Immokalee Rd #7, Naples, FL 34110, USA
Phone: (239) 269-8000
';var m_14208ec76fe4b1da0c6b62f96dbaf0a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida Financial Institute',});m_14208ec76fe4b1da0c6b62f96dbaf0a6['infowindow'] = new google.maps.InfoWindow({content: $l14208ec76fe4b1da0c6b62f96dbaf0a6});var infowindow = new google.maps.InfoWindow({content: $l14208ec76fe4b1da0c6b62f96dbaf0a6});google.maps.event.addListener(m_14208ec76fe4b1da0c6b62f96dbaf0a6, 'click', function() {infowindow.open(map,m_14208ec76fe4b1da0c6b62f96dbaf0a6);});$marker.push(m_14208ec76fe4b1da0c6b62f96dbaf0a6);}});}google.maps.event.addDomListener(window, 'load', initialize);