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.7783,-80.2881)};var g_bf959c64f2ebaa7aa642e0b5280bbdf6 = new google.maps.Geocoder();g_bf959c64f2ebaa7aa642e0b5280bbdf6.geocode( { 'address': "701 NW 57th Ave # 110, Miami, FL 33126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-great-florida-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-great-florida-bank'), mapOptions);}document.getElementById('ed0aa1f8').innerHTML += ' | View Map';var $lbf959c64f2ebaa7aa642e0b5280bbdf6 = '

Great Florida Bank

Address: 701 NW 57th Ave # 110, Miami, FL 33126, USA
Phone: (305) 514-8340
';var m_bf959c64f2ebaa7aa642e0b5280bbdf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Florida Bank',});m_bf959c64f2ebaa7aa642e0b5280bbdf6['infowindow'] = new google.maps.InfoWindow({content: $lbf959c64f2ebaa7aa642e0b5280bbdf6});var infowindow = new google.maps.InfoWindow({content: $lbf959c64f2ebaa7aa642e0b5280bbdf6});google.maps.event.addListener(m_bf959c64f2ebaa7aa642e0b5280bbdf6, 'click', function() {infowindow.open(map,m_bf959c64f2ebaa7aa642e0b5280bbdf6);});$marker.push(m_bf959c64f2ebaa7aa642e0b5280bbdf6);}});}google.maps.event.addDomListener(window, 'load', initialize);