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.1442,-80.583)};var g_a0a1548a1ea3cb9abeb496eb62ebbb03 = new google.maps.Geocoder();g_a0a1548a1ea3cb9abeb496eb62ebbb03.geocode( { 'address': "2100 Florida A1A, Indian Harbour Beach, FL 32937, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indian-harbour-beach-FL-space-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('indian-harbour-beach-FL-space-coast-credit-union'), mapOptions);}document.getElementById('0054c33c').innerHTML += ' | View Map';var $la0a1548a1ea3cb9abeb496eb62ebbb03 = '

Space Coast Credit Union

Address: 2100 Florida A1A, Indian Harbour Beach, FL 32937, USA
Phone: (321) 752-2222
';var m_a0a1548a1ea3cb9abeb496eb62ebbb03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Space Coast Credit Union',});m_a0a1548a1ea3cb9abeb496eb62ebbb03['infowindow'] = new google.maps.InfoWindow({content: $la0a1548a1ea3cb9abeb496eb62ebbb03});var infowindow = new google.maps.InfoWindow({content: $la0a1548a1ea3cb9abeb496eb62ebbb03});google.maps.event.addListener(m_a0a1548a1ea3cb9abeb496eb62ebbb03, 'click', function() {infowindow.open(map,m_a0a1548a1ea3cb9abeb496eb62ebbb03);});$marker.push(m_a0a1548a1ea3cb9abeb496eb62ebbb03);}});}google.maps.event.addDomListener(window, 'load', initialize);