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.1387,-81.7971)};var g_157e2c09fd6a096b061c2baf0b1d8899 = new google.maps.Geocoder();g_157e2c09fd6a096b061c2baf0b1d8899.geocode( { 'address': "2728 Horseshoe Dr N, Naples, FL 34104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-suncoast-schools-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-suncoast-schools-federal-credit-union'), mapOptions);}document.getElementById('ca78008b').innerHTML += ' | View Map';var $l157e2c09fd6a096b061c2baf0b1d8899 = '

Suncoast Schools Federal Credit Union

Address: 2728 Horseshoe Dr N, Naples, FL 34104
Phone: (239) 435-0011
';var m_157e2c09fd6a096b061c2baf0b1d8899 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suncoast Schools Federal Credit Union',});m_157e2c09fd6a096b061c2baf0b1d8899['infowindow'] = new google.maps.InfoWindow({content: $l157e2c09fd6a096b061c2baf0b1d8899});var infowindow = new google.maps.InfoWindow({content: $l157e2c09fd6a096b061c2baf0b1d8899});google.maps.event.addListener(m_157e2c09fd6a096b061c2baf0b1d8899, 'click', function() {infowindow.open(map,m_157e2c09fd6a096b061c2baf0b1d8899);});$marker.push(m_157e2c09fd6a096b061c2baf0b1d8899);}});}google.maps.event.addDomListener(window, 'load', initialize);