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_49c3197fb54810f98b08e8d8a5f17059 = new google.maps.Geocoder();g_49c3197fb54810f98b08e8d8a5f17059.geocode( { 'address': "5881 Fruitville Rd, Sarasota, FL 34232"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-sarasota-coastal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-sarasota-coastal-credit-union'), mapOptions);}document.getElementById('1b76edc8').innerHTML += ' | View Map';var $l49c3197fb54810f98b08e8d8a5f17059 = '

Sarasota Coastal Credit Union

Address: 5881 Fruitville Rd, Sarasota, FL 34232
Phone: (941) 907-4000
';var m_49c3197fb54810f98b08e8d8a5f17059 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sarasota Coastal Credit Union',});m_49c3197fb54810f98b08e8d8a5f17059['infowindow'] = new google.maps.InfoWindow({content: $l49c3197fb54810f98b08e8d8a5f17059});var infowindow = new google.maps.InfoWindow({content: $l49c3197fb54810f98b08e8d8a5f17059});google.maps.event.addListener(m_49c3197fb54810f98b08e8d8a5f17059, 'click', function() {infowindow.open(map,m_49c3197fb54810f98b08e8d8a5f17059);});$marker.push(m_49c3197fb54810f98b08e8d8a5f17059);}});}google.maps.event.addDomListener(window, 'load', initialize);