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()};var g_f646ea3a80f5c4cf51c8cbde54ec1c04 = new google.maps.Geocoder();g_f646ea3a80f5c4cf51c8cbde54ec1c04.geocode( { 'address': "372 E Dania Beach Blvd, Dania Beach, FL 33004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dania-beach-FL-bank-atlantic').style.display = '';map = new google.maps.Map(document.getElementById('dania-beach-FL-bank-atlantic'), mapOptions);}document.getElementById('27f6259d').innerHTML += ' | View Map';var $lf646ea3a80f5c4cf51c8cbde54ec1c04 = '

Bank Atlantic

Address: 372 E Dania Beach Blvd, Dania Beach, FL 33004
Phone: (954) 923-6556
';var m_f646ea3a80f5c4cf51c8cbde54ec1c04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Atlantic',});m_f646ea3a80f5c4cf51c8cbde54ec1c04['infowindow'] = new google.maps.InfoWindow({content: $lf646ea3a80f5c4cf51c8cbde54ec1c04});var infowindow = new google.maps.InfoWindow({content: $lf646ea3a80f5c4cf51c8cbde54ec1c04});google.maps.event.addListener(m_f646ea3a80f5c4cf51c8cbde54ec1c04, 'click', function() {infowindow.open(map,m_f646ea3a80f5c4cf51c8cbde54ec1c04);});$marker.push(m_f646ea3a80f5c4cf51c8cbde54ec1c04);}});}google.maps.event.addDomListener(window, 'load', initialize);