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_1b62faff18a25d908c1bf2924a8319ae = new google.maps.Geocoder();g_1b62faff18a25d908c1bf2924a8319ae.geocode( { 'address': "1001 Brickell Bay Dr, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-bladex').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-bladex'), mapOptions);}document.getElementById('a768c416').innerHTML += ' | View Map';var $l1b62faff18a25d908c1bf2924a8319ae = '

Bladex

Address: 1001 Brickell Bay Dr, Miami, FL 33131
Phone: (305) 358-8804
';var m_1b62faff18a25d908c1bf2924a8319ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bladex',});m_1b62faff18a25d908c1bf2924a8319ae['infowindow'] = new google.maps.InfoWindow({content: $l1b62faff18a25d908c1bf2924a8319ae});var infowindow = new google.maps.InfoWindow({content: $l1b62faff18a25d908c1bf2924a8319ae});google.maps.event.addListener(m_1b62faff18a25d908c1bf2924a8319ae, 'click', function() {infowindow.open(map,m_1b62faff18a25d908c1bf2924a8319ae);});$marker.push(m_1b62faff18a25d908c1bf2924a8319ae);}});}google.maps.event.addDomListener(window, 'load', initialize);