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_ac72056e309158cc9cb768fe36feba61 = new google.maps.Geocoder();g_ac72056e309158cc9cb768fe36feba61.geocode( { 'address': "200 E Broward Blvd, Fort Lauderdale, FL 33301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-fidelity-federal-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-fidelity-federal-bank-trust'), mapOptions);}document.getElementById('9579aad0').innerHTML += ' | View Map';var $lac72056e309158cc9cb768fe36feba61 = '

Fidelity Federal Bank & Trust

Address: 200 E Broward Blvd, Fort Lauderdale, FL 33301
Phone: (954) 764-3211
';var m_ac72056e309158cc9cb768fe36feba61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Federal Bank & Trust',});m_ac72056e309158cc9cb768fe36feba61['infowindow'] = new google.maps.InfoWindow({content: $lac72056e309158cc9cb768fe36feba61});var infowindow = new google.maps.InfoWindow({content: $lac72056e309158cc9cb768fe36feba61});google.maps.event.addListener(m_ac72056e309158cc9cb768fe36feba61, 'click', function() {infowindow.open(map,m_ac72056e309158cc9cb768fe36feba61);});$marker.push(m_ac72056e309158cc9cb768fe36feba61);}});}google.maps.event.addDomListener(window, 'load', initialize);