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(25.9019,-80.305)};var g_464f794e79b5a98edcc107e017f04f0d = new google.maps.Geocoder();g_464f794e79b5a98edcc107e017f04f0d.geocode( { 'address': "1573 W 49th St, Hialeah, FL 33012"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hialeah-FL-bankatlantic').style.display = '';map = new google.maps.Map(document.getElementById('hialeah-FL-bankatlantic'), mapOptions);}document.getElementById('97ccfd5a').innerHTML += ' | View Map';var $l464f794e79b5a98edcc107e017f04f0d = '

Bankatlantic

Address: 1573 W 49th St, Hialeah, FL 33012
Phone: (305) 821-0225
';var m_464f794e79b5a98edcc107e017f04f0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankatlantic',});m_464f794e79b5a98edcc107e017f04f0d['infowindow'] = new google.maps.InfoWindow({content: $l464f794e79b5a98edcc107e017f04f0d});var infowindow = new google.maps.InfoWindow({content: $l464f794e79b5a98edcc107e017f04f0d});google.maps.event.addListener(m_464f794e79b5a98edcc107e017f04f0d, 'click', function() {infowindow.open(map,m_464f794e79b5a98edcc107e017f04f0d);});$marker.push(m_464f794e79b5a98edcc107e017f04f0d);}});}google.maps.event.addDomListener(window, 'load', initialize);