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_c3a7eb7c994a6475994948502df99fe4 = new google.maps.Geocoder();g_c3a7eb7c994a6475994948502df99fe4.geocode( { 'address': "1401 W Commercial Blvd, Fort Lauderdale, FL 33309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-citibank').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-citibank'), mapOptions);}document.getElementById('5802baa5').innerHTML += ' | View Map';var $lc3a7eb7c994a6475994948502df99fe4 = '

Citibank

Address: 1401 W Commercial Blvd, Fort Lauderdale, FL 33309
Phone: (954) 958-8200
';var m_c3a7eb7c994a6475994948502df99fe4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_c3a7eb7c994a6475994948502df99fe4['infowindow'] = new google.maps.InfoWindow({content: $lc3a7eb7c994a6475994948502df99fe4});var infowindow = new google.maps.InfoWindow({content: $lc3a7eb7c994a6475994948502df99fe4});google.maps.event.addListener(m_c3a7eb7c994a6475994948502df99fe4, 'click', function() {infowindow.open(map,m_c3a7eb7c994a6475994948502df99fe4);});$marker.push(m_c3a7eb7c994a6475994948502df99fe4);}});}google.maps.event.addDomListener(window, 'load', initialize);