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_57ade73fc8c328402e4905ffe30ffc9f = new google.maps.Geocoder();g_57ade73fc8c328402e4905ffe30ffc9f.geocode( { 'address': "9128 Strada Pl, Naples, FL 34108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naples-FL-commonwealth-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('naples-FL-commonwealth-trust-co'), mapOptions);}document.getElementById('fa8ab71b').innerHTML += ' | View Map';var $l57ade73fc8c328402e4905ffe30ffc9f = '

Commonwealth Trust Co

Address: 9128 Strada Pl, Naples, FL 34108
Phone: (302) 658-7214
';var m_57ade73fc8c328402e4905ffe30ffc9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonwealth Trust Co',});m_57ade73fc8c328402e4905ffe30ffc9f['infowindow'] = new google.maps.InfoWindow({content: $l57ade73fc8c328402e4905ffe30ffc9f});var infowindow = new google.maps.InfoWindow({content: $l57ade73fc8c328402e4905ffe30ffc9f});google.maps.event.addListener(m_57ade73fc8c328402e4905ffe30ffc9f, 'click', function() {infowindow.open(map,m_57ade73fc8c328402e4905ffe30ffc9f);});$marker.push(m_57ade73fc8c328402e4905ffe30ffc9f);}});}google.maps.event.addDomListener(window, 'load', initialize);