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(29.2691,-81.101)};var g_5b96b1c7f8cd8d0666a31b54086aae43 = new google.maps.Geocoder();g_5b96b1c7f8cd8d0666a31b54086aae43.geocode( { 'address': "1185 W Granada Blvd #10A, Ormond Beach, FL 32174, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ormond-beach-FL-space-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ormond-beach-FL-space-coast-credit-union'), mapOptions);}document.getElementById('c5366c39').innerHTML += ' | View Map';var $l5b96b1c7f8cd8d0666a31b54086aae43 = '

Space Coast Credit Union

Address: 1185 W Granada Blvd #10A, Ormond Beach, FL 32174, USA
Phone: (800) 447-7228
';var m_5b96b1c7f8cd8d0666a31b54086aae43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Space Coast Credit Union',});m_5b96b1c7f8cd8d0666a31b54086aae43['infowindow'] = new google.maps.InfoWindow({content: $l5b96b1c7f8cd8d0666a31b54086aae43});var infowindow = new google.maps.InfoWindow({content: $l5b96b1c7f8cd8d0666a31b54086aae43});google.maps.event.addListener(m_5b96b1c7f8cd8d0666a31b54086aae43, 'click', function() {infowindow.open(map,m_5b96b1c7f8cd8d0666a31b54086aae43);});$marker.push(m_5b96b1c7f8cd8d0666a31b54086aae43);}});}google.maps.event.addDomListener(window, 'load', initialize);