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.7791,-80.1977)};var g_72a18efb5f9cc44f119aeac6fe4bb42a = new google.maps.Geocoder();g_72a18efb5f9cc44f119aeac6fe4bb42a.geocode( { 'address': "10900 Sw 88th St, Miami, FL 33176"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-dade-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-dade-county-federal-credit-union'), mapOptions);}document.getElementById('017cb600').innerHTML += ' | View Map';var $l72a18efb5f9cc44f119aeac6fe4bb42a = '

Dade County Federal Credit Union

Address: 10900 Sw 88th St, Miami, FL 33176
Phone: (305) 471-5080
';var m_72a18efb5f9cc44f119aeac6fe4bb42a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dade County Federal Credit Union',});m_72a18efb5f9cc44f119aeac6fe4bb42a['infowindow'] = new google.maps.InfoWindow({content: $l72a18efb5f9cc44f119aeac6fe4bb42a});var infowindow = new google.maps.InfoWindow({content: $l72a18efb5f9cc44f119aeac6fe4bb42a});google.maps.event.addListener(m_72a18efb5f9cc44f119aeac6fe4bb42a, 'click', function() {infowindow.open(map,m_72a18efb5f9cc44f119aeac6fe4bb42a);});$marker.push(m_72a18efb5f9cc44f119aeac6fe4bb42a);}});}google.maps.event.addDomListener(window, 'load', initialize);