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.7893,-80.1909)};var g_dbc359320d3e036e7695ffe2de38ddad = new google.maps.Geocoder();g_dbc359320d3e036e7695ffe2de38ddad.geocode( { 'address': "1498 NE 2nd Ave, Miami, FL 33132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-south-florida-educational-federal-credit-union-downtown-branch').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-south-florida-educational-federal-credit-union-downtown-branch'), mapOptions);}document.getElementById('1e3501de').innerHTML += ' | View Map';var $ldbc359320d3e036e7695ffe2de38ddad = '

South Florida Educational Federal Credit Union: Downtown Branch

Address: 1498 NE 2nd Ave, Miami, FL 33132, USA
Phone: (305) 379-0621
';var m_dbc359320d3e036e7695ffe2de38ddad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Florida Educational Federal Credit Union: Downtown Branch',});m_dbc359320d3e036e7695ffe2de38ddad['infowindow'] = new google.maps.InfoWindow({content: $ldbc359320d3e036e7695ffe2de38ddad});var infowindow = new google.maps.InfoWindow({content: $ldbc359320d3e036e7695ffe2de38ddad});google.maps.event.addListener(m_dbc359320d3e036e7695ffe2de38ddad, 'click', function() {infowindow.open(map,m_dbc359320d3e036e7695ffe2de38ddad);});$marker.push(m_dbc359320d3e036e7695ffe2de38ddad);}});}google.maps.event.addDomListener(window, 'load', initialize);