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(28.077,-82.7614)};var g_936a96a77c3eca882a69ec04c94372b4 = new google.maps.Geocoder();g_936a96a77c3eca882a69ec04c94372b4.geocode( { 'address': "32845 US Highway 19 N, Palm Harbor, FL 34684"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-harbor-FL-synovus-bank').style.display = '';map = new google.maps.Map(document.getElementById('palm-harbor-FL-synovus-bank'), mapOptions);}document.getElementById('b45ae873').innerHTML += ' | View Map';var $l936a96a77c3eca882a69ec04c94372b4 = '

Synovus Bank

Address: 32845 US Highway 19 N, Palm Harbor, FL 34684
Phone: (727) 786-6677
';var m_936a96a77c3eca882a69ec04c94372b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus Bank',});m_936a96a77c3eca882a69ec04c94372b4['infowindow'] = new google.maps.InfoWindow({content: $l936a96a77c3eca882a69ec04c94372b4});var infowindow = new google.maps.InfoWindow({content: $l936a96a77c3eca882a69ec04c94372b4});google.maps.event.addListener(m_936a96a77c3eca882a69ec04c94372b4, 'click', function() {infowindow.open(map,m_936a96a77c3eca882a69ec04c94372b4);});$marker.push(m_936a96a77c3eca882a69ec04c94372b4);}});}google.maps.event.addDomListener(window, 'load', initialize);