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.2459,-81.8018)};var g_a75a20e0bfcac4668f4ad5a9211c8a17 = new google.maps.Geocoder();g_a75a20e0bfcac4668f4ad5a9211c8a17.geocode( { 'address': "8889 Pelican Bay Blvd # 100, Naples, FL 34108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-private-client-group---the-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-private-client-group---the-huntington-national-bank'), mapOptions);}document.getElementById('84b7b33a').innerHTML += ' | View Map';var $la75a20e0bfcac4668f4ad5a9211c8a17 = '

Private Client Group - The Huntington National Bank

Address: 8889 Pelican Bay Blvd # 100, Naples, FL 34108, USA
Phone: (239) 594-5900
';var m_a75a20e0bfcac4668f4ad5a9211c8a17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Private Client Group - The Huntington National Bank',});m_a75a20e0bfcac4668f4ad5a9211c8a17['infowindow'] = new google.maps.InfoWindow({content: $la75a20e0bfcac4668f4ad5a9211c8a17});var infowindow = new google.maps.InfoWindow({content: $la75a20e0bfcac4668f4ad5a9211c8a17});google.maps.event.addListener(m_a75a20e0bfcac4668f4ad5a9211c8a17, 'click', function() {infowindow.open(map,m_a75a20e0bfcac4668f4ad5a9211c8a17);});$marker.push(m_a75a20e0bfcac4668f4ad5a9211c8a17);}});}google.maps.event.addDomListener(window, 'load', initialize);