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_494a509bf962509518e104c5bd511b46 = new google.maps.Geocoder();g_494a509bf962509518e104c5bd511b46.geocode( { 'address': "29750 Us Highway 19 N, Clearwater, FL 33761"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearwater-FL-flagship-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clearwater-FL-flagship-community-bank'), mapOptions);}document.getElementById('2d89963b').innerHTML += ' | View Map';var $l494a509bf962509518e104c5bd511b46 = '

Flagship Community Bank

Address: 29750 Us Highway 19 N, Clearwater, FL 33761
Phone: (727) 451-2020
';var m_494a509bf962509518e104c5bd511b46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagship Community Bank',});m_494a509bf962509518e104c5bd511b46['infowindow'] = new google.maps.InfoWindow({content: $l494a509bf962509518e104c5bd511b46});var infowindow = new google.maps.InfoWindow({content: $l494a509bf962509518e104c5bd511b46});google.maps.event.addListener(m_494a509bf962509518e104c5bd511b46, 'click', function() {infowindow.open(map,m_494a509bf962509518e104c5bd511b46);});$marker.push(m_494a509bf962509518e104c5bd511b46);}});}google.maps.event.addDomListener(window, 'load', initialize);