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.8651,-80.3172)};var g_913d2ce70fa020925eba63c460a2d39a = new google.maps.Geocoder();g_913d2ce70fa020925eba63c460a2d39a.geocode( { 'address': "1738 W 49th St, Hialeah, FL 33012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hialeah-FL-dade-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hialeah-FL-dade-county-federal-credit-union'), mapOptions);}document.getElementById('da56f574').innerHTML += ' | View Map';var $l913d2ce70fa020925eba63c460a2d39a = '

Dade County Federal Credit Union

Address: 1738 W 49th St, Hialeah, FL 33012, USA
Phone: (305) 471-5080
';var m_913d2ce70fa020925eba63c460a2d39a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dade County Federal Credit Union',});m_913d2ce70fa020925eba63c460a2d39a['infowindow'] = new google.maps.InfoWindow({content: $l913d2ce70fa020925eba63c460a2d39a});var infowindow = new google.maps.InfoWindow({content: $l913d2ce70fa020925eba63c460a2d39a});google.maps.event.addListener(m_913d2ce70fa020925eba63c460a2d39a, 'click', function() {infowindow.open(map,m_913d2ce70fa020925eba63c460a2d39a);});$marker.push(m_913d2ce70fa020925eba63c460a2d39a);}});}google.maps.event.addDomListener(window, 'load', initialize);