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.7791,-80.1977)};var g_2ad85f2613675ad3083c372be24659b7 = new google.maps.Geocoder();g_2ad85f2613675ad3083c372be24659b7.geocode( { 'address': "80 SW 8th St, Miami, FL 33130"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-florida-international-bankers').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-florida-international-bankers'), mapOptions);}document.getElementById('1bd475ae').innerHTML += ' | View Map';var $l2ad85f2613675ad3083c372be24659b7 = '

Florida International Bankers

Address: 80 SW 8th St, Miami, FL 33130
Phone: (305) 579-0969
';var m_2ad85f2613675ad3083c372be24659b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida International Bankers',});m_2ad85f2613675ad3083c372be24659b7['infowindow'] = new google.maps.InfoWindow({content: $l2ad85f2613675ad3083c372be24659b7});var infowindow = new google.maps.InfoWindow({content: $l2ad85f2613675ad3083c372be24659b7});google.maps.event.addListener(m_2ad85f2613675ad3083c372be24659b7, 'click', function() {infowindow.open(map,m_2ad85f2613675ad3083c372be24659b7);});$marker.push(m_2ad85f2613675ad3083c372be24659b7);}});}google.maps.event.addDomListener(window, 'load', initialize);