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.9165,-80.2967)};var g_bc575bb13f8382beb384da7a3ae32e56 = new google.maps.Geocoder();g_bc575bb13f8382beb384da7a3ae32e56.geocode( { 'address': "5890 NW 158th St, Hialeah, FL 33014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hialeah-FL-south-florida-educational-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hialeah-FL-south-florida-educational-federal-credit-union'), mapOptions);}document.getElementById('83920797').innerHTML += ' | View Map';var $lbc575bb13f8382beb384da7a3ae32e56 = '

South Florida Educational Federal Credit Union

Address: 5890 NW 158th St, Hialeah, FL 33014, USA
Phone: (305) 556-4311
';var m_bc575bb13f8382beb384da7a3ae32e56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Florida Educational Federal Credit Union',});m_bc575bb13f8382beb384da7a3ae32e56['infowindow'] = new google.maps.InfoWindow({content: $lbc575bb13f8382beb384da7a3ae32e56});var infowindow = new google.maps.InfoWindow({content: $lbc575bb13f8382beb384da7a3ae32e56});google.maps.event.addListener(m_bc575bb13f8382beb384da7a3ae32e56, 'click', function() {infowindow.open(map,m_bc575bb13f8382beb384da7a3ae32e56);});$marker.push(m_bc575bb13f8382beb384da7a3ae32e56);}});}google.maps.event.addDomListener(window, 'load', initialize);