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.2108,-81.7938)};var g_3a024235bd20e2fdec4b9e280846592f = new google.maps.Geocoder();g_3a024235bd20e2fdec4b9e280846592f.geocode( { 'address': "1410 Pine Ridge Rd, Naples, FL 34108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-third-federal-savings--loan').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-third-federal-savings--loan'), mapOptions);}document.getElementById('ee75b479').innerHTML += ' | View Map';var $l3a024235bd20e2fdec4b9e280846592f = '

Third Federal Savings & Loan

Address: 1410 Pine Ridge Rd, Naples, FL 34108, USA
Phone: (239) 213-9460
';var m_3a024235bd20e2fdec4b9e280846592f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Third Federal Savings & Loan',});m_3a024235bd20e2fdec4b9e280846592f['infowindow'] = new google.maps.InfoWindow({content: $l3a024235bd20e2fdec4b9e280846592f});var infowindow = new google.maps.InfoWindow({content: $l3a024235bd20e2fdec4b9e280846592f});google.maps.event.addListener(m_3a024235bd20e2fdec4b9e280846592f, 'click', function() {infowindow.open(map,m_3a024235bd20e2fdec4b9e280846592f);});$marker.push(m_3a024235bd20e2fdec4b9e280846592f);}});}google.maps.event.addDomListener(window, 'load', initialize);