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_acf513e9f985ebc190acca290a8a6540 = new google.maps.Geocoder();g_acf513e9f985ebc190acca290a8a6540.geocode( { 'address': "1617 Gulf To Bay Blvd, Clearwater, FL 33755"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clearwater-FL-liberty-bank-in-organization').style.display = '';map = new google.maps.Map(document.getElementById('clearwater-FL-liberty-bank-in-organization'), mapOptions);}document.getElementById('b68ae589').innerHTML += ' | View Map';var $lacf513e9f985ebc190acca290a8a6540 = '

Liberty Bank In Organization

Address: 1617 Gulf To Bay Blvd, Clearwater, FL 33755
Phone: (727) 298-0134
';var m_acf513e9f985ebc190acca290a8a6540 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Bank In Organization',});m_acf513e9f985ebc190acca290a8a6540['infowindow'] = new google.maps.InfoWindow({content: $lacf513e9f985ebc190acca290a8a6540});var infowindow = new google.maps.InfoWindow({content: $lacf513e9f985ebc190acca290a8a6540});google.maps.event.addListener(m_acf513e9f985ebc190acca290a8a6540, 'click', function() {infowindow.open(map,m_acf513e9f985ebc190acca290a8a6540);});$marker.push(m_acf513e9f985ebc190acca290a8a6540);}});}google.maps.event.addDomListener(window, 'load', initialize);