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.3301,-80.611)};var g_4928e7510f45da6575b04a28519c09ed = new google.maps.Geocoder();g_4928e7510f45da6575b04a28519c09ed.geocode( { 'address': "1205 N Atlantic Ave, Cocoa Beach, FL 32931, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cocoa-beach-FL-space-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cocoa-beach-FL-space-coast-credit-union'), mapOptions);}document.getElementById('905811cd').innerHTML += ' | View Map';var $l4928e7510f45da6575b04a28519c09ed = '

Space Coast Credit Union

Address: 1205 N Atlantic Ave, Cocoa Beach, FL 32931, USA
Phone: (321) 752-2222
';var m_4928e7510f45da6575b04a28519c09ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Space Coast Credit Union',});m_4928e7510f45da6575b04a28519c09ed['infowindow'] = new google.maps.InfoWindow({content: $l4928e7510f45da6575b04a28519c09ed});var infowindow = new google.maps.InfoWindow({content: $l4928e7510f45da6575b04a28519c09ed});google.maps.event.addListener(m_4928e7510f45da6575b04a28519c09ed, 'click', function() {infowindow.open(map,m_4928e7510f45da6575b04a28519c09ed);});$marker.push(m_4928e7510f45da6575b04a28519c09ed);}});}google.maps.event.addDomListener(window, 'load', initialize);