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_1ae6d832e61922335167a47f41211a30 = new google.maps.Geocoder();g_1ae6d832e61922335167a47f41211a30.geocode( { 'address': "500 W Cypress Creek Rd, Fort Lauderdale, FL 33309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-citi-financial').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-citi-financial'), mapOptions);}document.getElementById('0aca7705').innerHTML += ' | View Map';var $l1ae6d832e61922335167a47f41211a30 = '

Citi Financial

Address: 500 W Cypress Creek Rd, Fort Lauderdale, FL 33309
Phone: (954) 640-6000
';var m_1ae6d832e61922335167a47f41211a30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citi Financial',});m_1ae6d832e61922335167a47f41211a30['infowindow'] = new google.maps.InfoWindow({content: $l1ae6d832e61922335167a47f41211a30});var infowindow = new google.maps.InfoWindow({content: $l1ae6d832e61922335167a47f41211a30});google.maps.event.addListener(m_1ae6d832e61922335167a47f41211a30, 'click', function() {infowindow.open(map,m_1ae6d832e61922335167a47f41211a30);});$marker.push(m_1ae6d832e61922335167a47f41211a30);}});}google.maps.event.addDomListener(window, 'load', initialize);