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_9aa748d193c6c2249e038fe9844d5d43 = new google.maps.Geocoder();g_9aa748d193c6c2249e038fe9844d5d43.geocode( { 'address': "1111 NW 7th St, Miami, FL 33136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-miami-firefighters-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-miami-firefighters-credit-union'), mapOptions);}document.getElementById('0d194e2f').innerHTML += ' | View Map';var $l9aa748d193c6c2249e038fe9844d5d43 = '

Miami Firefighters Credit Union

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