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_39555391eb0624a439c5131b1bb8a2e0 = new google.maps.Geocoder();g_39555391eb0624a439c5131b1bb8a2e0.geocode( { 'address': "4099 Tamiami Trl N, Naples, FL 34103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-central-bank').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-central-bank'), mapOptions);}document.getElementById('0246ba65').innerHTML += ' | View Map';var $l39555391eb0624a439c5131b1bb8a2e0 = '

Central Bank

Address: 4099 Tamiami Trl N, Naples, FL 34103
Phone: (239) 649-4734
';var m_39555391eb0624a439c5131b1bb8a2e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank',});m_39555391eb0624a439c5131b1bb8a2e0['infowindow'] = new google.maps.InfoWindow({content: $l39555391eb0624a439c5131b1bb8a2e0});var infowindow = new google.maps.InfoWindow({content: $l39555391eb0624a439c5131b1bb8a2e0});google.maps.event.addListener(m_39555391eb0624a439c5131b1bb8a2e0, 'click', function() {infowindow.open(map,m_39555391eb0624a439c5131b1bb8a2e0);});$marker.push(m_39555391eb0624a439c5131b1bb8a2e0);}});}google.maps.event.addDomListener(window, 'load', initialize);