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.2101,-80.1065)};var g_2d140718297b693fcfaa8aee36d73f90 = new google.maps.Geocoder();g_2d140718297b693fcfaa8aee36d73f90.geocode( { 'address': "1600 S Federal Hwy, Pompano Beach, FL 33062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pompano-beach-FL-bankatlantic').style.display = '';map = new google.maps.Map(document.getElementById('pompano-beach-FL-bankatlantic'), mapOptions);}document.getElementById('66bfc1e2').innerHTML += ' | View Map';var $l2d140718297b693fcfaa8aee36d73f90 = '

BankAtlantic

Address: 1600 S Federal Hwy, Pompano Beach, FL 33062, USA
Phone: (954) 942-7443
';var m_2d140718297b693fcfaa8aee36d73f90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankAtlantic',});m_2d140718297b693fcfaa8aee36d73f90['infowindow'] = new google.maps.InfoWindow({content: $l2d140718297b693fcfaa8aee36d73f90});var infowindow = new google.maps.InfoWindow({content: $l2d140718297b693fcfaa8aee36d73f90});google.maps.event.addListener(m_2d140718297b693fcfaa8aee36d73f90, 'click', function() {infowindow.open(map,m_2d140718297b693fcfaa8aee36d73f90);});$marker.push(m_2d140718297b693fcfaa8aee36d73f90);}});}google.maps.event.addDomListener(window, 'load', initialize);