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.1438,-82.6801)};var g_8325eebf33793188352c7e16a72e0f35 = new google.maps.Geocoder();g_8325eebf33793188352c7e16a72e0f35.geocode( { 'address': "116 S Pinellas Ave, Tarpon Springs, FL 34689"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tarpon-springs-FL-jefferson-bank').style.display = '';map = new google.maps.Map(document.getElementById('tarpon-springs-FL-jefferson-bank'), mapOptions);}document.getElementById('ad7ba076').innerHTML += ' | View Map';var $l8325eebf33793188352c7e16a72e0f35 = '

Jefferson Bank

Address: 116 S Pinellas Ave, Tarpon Springs, FL 34689
Phone: (727) 942-2800
';var m_8325eebf33793188352c7e16a72e0f35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jefferson Bank',});m_8325eebf33793188352c7e16a72e0f35['infowindow'] = new google.maps.InfoWindow({content: $l8325eebf33793188352c7e16a72e0f35});var infowindow = new google.maps.InfoWindow({content: $l8325eebf33793188352c7e16a72e0f35});google.maps.event.addListener(m_8325eebf33793188352c7e16a72e0f35, 'click', function() {infowindow.open(map,m_8325eebf33793188352c7e16a72e0f35);});$marker.push(m_8325eebf33793188352c7e16a72e0f35);}});}google.maps.event.addDomListener(window, 'load', initialize);