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.1919,-81.8009)};var g_0c2cc3557f3a9fc932a0cab63f4bc74c = new google.maps.Geocoder();g_0c2cc3557f3a9fc932a0cab63f4bc74c.geocode( { 'address': "3777 Tamiami Trail N #100, Naples, FL 34103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-key-private-bank').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-key-private-bank'), mapOptions);}document.getElementById('3751af54').innerHTML += ' | View Map';var $l0c2cc3557f3a9fc932a0cab63f4bc74c = '

Key Private Bank

Address: 3777 Tamiami Trail N #100, Naples, FL 34103, USA
Phone: (239) 659-8800
';var m_0c2cc3557f3a9fc932a0cab63f4bc74c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Private Bank',});m_0c2cc3557f3a9fc932a0cab63f4bc74c['infowindow'] = new google.maps.InfoWindow({content: $l0c2cc3557f3a9fc932a0cab63f4bc74c});var infowindow = new google.maps.InfoWindow({content: $l0c2cc3557f3a9fc932a0cab63f4bc74c});google.maps.event.addListener(m_0c2cc3557f3a9fc932a0cab63f4bc74c, 'click', function() {infowindow.open(map,m_0c2cc3557f3a9fc932a0cab63f4bc74c);});$marker.push(m_0c2cc3557f3a9fc932a0cab63f4bc74c);}});}google.maps.event.addDomListener(window, 'load', initialize);