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(25.945,-80.1669)};var g_e928b89d2ab7fd226ad3e2b3364be7ba = new google.maps.Geocoder();g_e928b89d2ab7fd226ad3e2b3364be7ba.geocode( { 'address': "1672 NE Miami Gardens Dr, North Miami Beach, FL 33179, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-miami-beach-FL-space-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-miami-beach-FL-space-coast-credit-union'), mapOptions);}document.getElementById('7b81b0ba').innerHTML += ' | View Map';var $le928b89d2ab7fd226ad3e2b3364be7ba = '

Space Coast Credit Union

Address: 1672 NE Miami Gardens Dr, North Miami Beach, FL 33179, USA
Phone: (305) 882-5000
';var m_e928b89d2ab7fd226ad3e2b3364be7ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Space Coast Credit Union',});m_e928b89d2ab7fd226ad3e2b3364be7ba['infowindow'] = new google.maps.InfoWindow({content: $le928b89d2ab7fd226ad3e2b3364be7ba});var infowindow = new google.maps.InfoWindow({content: $le928b89d2ab7fd226ad3e2b3364be7ba});google.maps.event.addListener(m_e928b89d2ab7fd226ad3e2b3364be7ba, 'click', function() {infowindow.open(map,m_e928b89d2ab7fd226ad3e2b3364be7ba);});$marker.push(m_e928b89d2ab7fd226ad3e2b3364be7ba);}});}google.maps.event.addDomListener(window, 'load', initialize);