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.9488,-80.2049)};var g_c2cb3ab3afd2547f8c176d7623fb8197 = new google.maps.Geocoder();g_c2cb3ab3afd2547f8c176d7623fb8197.geocode( { 'address': "18975 NW 2nd Ave, Miami, FL 33169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-south-florida-educational-federal-credit-union-miami-gardens-branch').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-south-florida-educational-federal-credit-union-miami-gardens-branch'), mapOptions);}document.getElementById('78e41e6c').innerHTML += ' | View Map';var $lc2cb3ab3afd2547f8c176d7623fb8197 = '

South Florida Educational Federal Credit Union: Miami Gardens Branch

Address: 18975 NW 2nd Ave, Miami, FL 33169, USA
Phone: (305) 914-3939
';var m_c2cb3ab3afd2547f8c176d7623fb8197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Florida Educational Federal Credit Union: Miami Gardens Branch',});m_c2cb3ab3afd2547f8c176d7623fb8197['infowindow'] = new google.maps.InfoWindow({content: $lc2cb3ab3afd2547f8c176d7623fb8197});var infowindow = new google.maps.InfoWindow({content: $lc2cb3ab3afd2547f8c176d7623fb8197});google.maps.event.addListener(m_c2cb3ab3afd2547f8c176d7623fb8197, 'click', function() {infowindow.open(map,m_c2cb3ab3afd2547f8c176d7623fb8197);});$marker.push(m_c2cb3ab3afd2547f8c176d7623fb8197);}});}google.maps.event.addDomListener(window, 'load', initialize);