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.2109,-81.7458)};var g_10f5fbb1c0f0c452e46b48bca452a16d = new google.maps.Geocoder();g_10f5fbb1c0f0c452e46b48bca452a16d.geocode( { 'address': "3580 Pine Ridge Rd, Naples, FL 34105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-first-florida-integrity-bank--pine-ridge').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-first-florida-integrity-bank--pine-ridge'), mapOptions);}document.getElementById('8b6e44f3').innerHTML += ' | View Map';var $l10f5fbb1c0f0c452e46b48bca452a16d = '

First Florida Integrity Bank -Pine Ridge

Address: 3580 Pine Ridge Rd, Naples, FL 34105, USA
Phone: (239) 348-8000
';var m_10f5fbb1c0f0c452e46b48bca452a16d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Florida Integrity Bank -Pine Ridge',});m_10f5fbb1c0f0c452e46b48bca452a16d['infowindow'] = new google.maps.InfoWindow({content: $l10f5fbb1c0f0c452e46b48bca452a16d});var infowindow = new google.maps.InfoWindow({content: $l10f5fbb1c0f0c452e46b48bca452a16d});google.maps.event.addListener(m_10f5fbb1c0f0c452e46b48bca452a16d, 'click', function() {infowindow.open(map,m_10f5fbb1c0f0c452e46b48bca452a16d);});$marker.push(m_10f5fbb1c0f0c452e46b48bca452a16d);}});}google.maps.event.addDomListener(window, 'load', initialize);