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.3536,-82.4866)};var g_25d99b591b27cf90e142555c7d7f2347 = new google.maps.Geocoder();g_25d99b591b27cf90e142555c7d7f2347.geocode( { 'address': "3430 Clark Rd, Sarasota, FL 34231"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-publix-employees-fcu').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-publix-employees-fcu'), mapOptions);}document.getElementById('bea9d7ce').innerHTML += ' | View Map';var $l25d99b591b27cf90e142555c7d7f2347 = '

Publix Employees FCU

Address: 3430 Clark Rd, Sarasota, FL 34231
Phone: (941) 923-4867
';var m_25d99b591b27cf90e142555c7d7f2347 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Publix Employees FCU',});m_25d99b591b27cf90e142555c7d7f2347['infowindow'] = new google.maps.InfoWindow({content: $l25d99b591b27cf90e142555c7d7f2347});var infowindow = new google.maps.InfoWindow({content: $l25d99b591b27cf90e142555c7d7f2347});google.maps.event.addListener(m_25d99b591b27cf90e142555c7d7f2347, 'click', function() {infowindow.open(map,m_25d99b591b27cf90e142555c7d7f2347);});$marker.push(m_25d99b591b27cf90e142555c7d7f2347);}});}google.maps.event.addDomListener(window, 'load', initialize);