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(27.9775,-82.783)};var g_976f26e16f52c34681b9c02a07a99974 = new google.maps.Geocoder();g_976f26e16f52c34681b9c02a07a99974.geocode( { 'address': "28163 Us Highway 19 N, Clearwater, FL 33761"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearwater-FL-whitney-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('clearwater-FL-whitney-national-bank'), mapOptions);}document.getElementById('a440a3fc').innerHTML += ' | View Map';var $l976f26e16f52c34681b9c02a07a99974 = '

Whitney National Bank

Address: 28163 Us Highway 19 N, Clearwater, FL 33761
Phone: (727) 712-4775
';var m_976f26e16f52c34681b9c02a07a99974 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitney National Bank',});m_976f26e16f52c34681b9c02a07a99974['infowindow'] = new google.maps.InfoWindow({content: $l976f26e16f52c34681b9c02a07a99974});var infowindow = new google.maps.InfoWindow({content: $l976f26e16f52c34681b9c02a07a99974});google.maps.event.addListener(m_976f26e16f52c34681b9c02a07a99974, 'click', function() {infowindow.open(map,m_976f26e16f52c34681b9c02a07a99974);});$marker.push(m_976f26e16f52c34681b9c02a07a99974);}});}google.maps.event.addDomListener(window, 'load', initialize);