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.7808,-80.2139)};var g_feb653027f00e66c864bd45e99b38c84 = new google.maps.Geocoder();g_feb653027f00e66c864bd45e99b38c84.geocode( { 'address': "1111 NW 7th St, Miami, FL 33136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-miami-firefighters-fcu').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-miami-firefighters-fcu'), mapOptions);}document.getElementById('257a5cca').innerHTML += ' | View Map';var $lfeb653027f00e66c864bd45e99b38c84 = '

Miami Firefighters FCU

Address: 1111 NW 7th St, Miami, FL 33136, USA
Phone: (305) 324-4004
';var m_feb653027f00e66c864bd45e99b38c84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Miami Firefighters FCU',});m_feb653027f00e66c864bd45e99b38c84['infowindow'] = new google.maps.InfoWindow({content: $lfeb653027f00e66c864bd45e99b38c84});var infowindow = new google.maps.InfoWindow({content: $lfeb653027f00e66c864bd45e99b38c84});google.maps.event.addListener(m_feb653027f00e66c864bd45e99b38c84, 'click', function() {infowindow.open(map,m_feb653027f00e66c864bd45e99b38c84);});$marker.push(m_feb653027f00e66c864bd45e99b38c84);}});}google.maps.event.addDomListener(window, 'load', initialize);