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.5723,-80.8209)};var g_9d4931dda0ca4421759650d3df46a1e9 = new google.maps.Geocoder();g_9d4931dda0ca4421759650d3df46a1e9.geocode( { 'address': "3950 S Washington Ave, Titusville, FL 32780"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('titusville-FL-kennedy-space-center-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('titusville-FL-kennedy-space-center-federal-credit-union'), mapOptions);}document.getElementById('55489af5').innerHTML += ' | View Map';var $l9d4931dda0ca4421759650d3df46a1e9 = '

Kennedy Space Center Federal Credit Union

Address: 3950 S Washington Ave, Titusville, FL 32780
Phone: (321) 268-3070
';var m_9d4931dda0ca4421759650d3df46a1e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kennedy Space Center Federal Credit Union',});m_9d4931dda0ca4421759650d3df46a1e9['infowindow'] = new google.maps.InfoWindow({content: $l9d4931dda0ca4421759650d3df46a1e9});var infowindow = new google.maps.InfoWindow({content: $l9d4931dda0ca4421759650d3df46a1e9});google.maps.event.addListener(m_9d4931dda0ca4421759650d3df46a1e9, 'click', function() {infowindow.open(map,m_9d4931dda0ca4421759650d3df46a1e9);});$marker.push(m_9d4931dda0ca4421759650d3df46a1e9);}});}google.maps.event.addDomListener(window, 'load', initialize);