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.5574,-80.8102)};var g_fa9af38d039afc806f7015d98022623e = new google.maps.Geocoder();g_fa9af38d039afc806f7015d98022623e.geocode( { 'address': "807 Cheney Hwy, Titusville, FL 32780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('titusville-FL-space-coast-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('titusville-FL-space-coast-financial-services-inc'), mapOptions);}document.getElementById('ce11c5b8').innerHTML += ' | View Map';var $lfa9af38d039afc806f7015d98022623e = '

Space Coast Financial Services, Inc.

Address: 807 Cheney Hwy, Titusville, FL 32780, USA
Phone: (321) 267-9178
';var m_fa9af38d039afc806f7015d98022623e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Space Coast Financial Services, Inc.',});m_fa9af38d039afc806f7015d98022623e['infowindow'] = new google.maps.InfoWindow({content: $lfa9af38d039afc806f7015d98022623e});var infowindow = new google.maps.InfoWindow({content: $lfa9af38d039afc806f7015d98022623e});google.maps.event.addListener(m_fa9af38d039afc806f7015d98022623e, 'click', function() {infowindow.open(map,m_fa9af38d039afc806f7015d98022623e);});$marker.push(m_fa9af38d039afc806f7015d98022623e);}});}google.maps.event.addDomListener(window, 'load', initialize);