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(26.1203,-80.1295)};var g_be3119c92b6b7ed6add0746b9fa26a90 = new google.maps.Geocoder();g_be3119c92b6b7ed6add0746b9fa26a90.geocode( { 'address': "5900 N Federal Hwy, Fort Lauderdale, FL 33308"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-tropical-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-tropical-financial-credit-union'), mapOptions);}document.getElementById('c29da006').innerHTML += ' | View Map';var $lbe3119c92b6b7ed6add0746b9fa26a90 = '

Tropical Financial Credit Union

Address: 5900 N Federal Hwy, Fort Lauderdale, FL 33308
Phone: (888) 261-8328
';var m_be3119c92b6b7ed6add0746b9fa26a90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tropical Financial Credit Union',});m_be3119c92b6b7ed6add0746b9fa26a90['infowindow'] = new google.maps.InfoWindow({content: $lbe3119c92b6b7ed6add0746b9fa26a90});var infowindow = new google.maps.InfoWindow({content: $lbe3119c92b6b7ed6add0746b9fa26a90});google.maps.event.addListener(m_be3119c92b6b7ed6add0746b9fa26a90, 'click', function() {infowindow.open(map,m_be3119c92b6b7ed6add0746b9fa26a90);});$marker.push(m_be3119c92b6b7ed6add0746b9fa26a90);}});}google.maps.event.addDomListener(window, 'load', initialize);