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.8987,-82.586)};var g_d1a8591bbf49207bb1efdc237e75aa3e = new google.maps.Geocoder();g_d1a8591bbf49207bb1efdc237e75aa3e.geocode( { 'address': "517 NE 5th St, Crystal River, FL 34429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-river-FL-suncoast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('crystal-river-FL-suncoast-credit-union'), mapOptions);}document.getElementById('3ae6481b').innerHTML += ' | View Map';var $ld1a8591bbf49207bb1efdc237e75aa3e = '

Suncoast Credit Union

Address: 517 NE 5th St, Crystal River, FL 34429, USA
Phone: (800) 999-5887
';var m_d1a8591bbf49207bb1efdc237e75aa3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suncoast Credit Union',});m_d1a8591bbf49207bb1efdc237e75aa3e['infowindow'] = new google.maps.InfoWindow({content: $ld1a8591bbf49207bb1efdc237e75aa3e});var infowindow = new google.maps.InfoWindow({content: $ld1a8591bbf49207bb1efdc237e75aa3e});google.maps.event.addListener(m_d1a8591bbf49207bb1efdc237e75aa3e, 'click', function() {infowindow.open(map,m_d1a8591bbf49207bb1efdc237e75aa3e);});$marker.push(m_d1a8591bbf49207bb1efdc237e75aa3e);}});}google.maps.event.addDomListener(window, 'load', initialize);