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.0992,-82.4126)};var g_f4b365faac47ed901d50ff5506be247f = new google.maps.Geocoder();g_f4b365faac47ed901d50ff5506be247f.geocode( { 'address': "1485 E Venice Ave, Venice, FL 34292, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('venice-FL-sarasota-coastal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('venice-FL-sarasota-coastal-credit-union'), mapOptions);}document.getElementById('0a55b711').innerHTML += ' | View Map';var $lf4b365faac47ed901d50ff5506be247f = '

Sarasota Coastal Credit Union

Address: 1485 E Venice Ave, Venice, FL 34292, USA
Phone: (941) 412-3768
';var m_f4b365faac47ed901d50ff5506be247f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sarasota Coastal Credit Union',});m_f4b365faac47ed901d50ff5506be247f['infowindow'] = new google.maps.InfoWindow({content: $lf4b365faac47ed901d50ff5506be247f});var infowindow = new google.maps.InfoWindow({content: $lf4b365faac47ed901d50ff5506be247f});google.maps.event.addListener(m_f4b365faac47ed901d50ff5506be247f, 'click', function() {infowindow.open(map,m_f4b365faac47ed901d50ff5506be247f);});$marker.push(m_f4b365faac47ed901d50ff5506be247f);}});}google.maps.event.addDomListener(window, 'load', initialize);