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_e5b14c99bcbbec56836bd253c7e3e1a2 = new google.maps.Geocoder();g_e5b14c99bcbbec56836bd253c7e3e1a2.geocode( { 'address': "1111 Brickell Ave, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-american-express-bank-international').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-american-express-bank-international'), mapOptions);}document.getElementById('3fd2257c').innerHTML += ' | View Map';var $le5b14c99bcbbec56836bd253c7e3e1a2 = '

American Express Bank International

Address: 1111 Brickell Ave, Miami, FL 33131
Phone: (305) 350-7750
';var m_e5b14c99bcbbec56836bd253c7e3e1a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express Bank International',});m_e5b14c99bcbbec56836bd253c7e3e1a2['infowindow'] = new google.maps.InfoWindow({content: $le5b14c99bcbbec56836bd253c7e3e1a2});var infowindow = new google.maps.InfoWindow({content: $le5b14c99bcbbec56836bd253c7e3e1a2});google.maps.event.addListener(m_e5b14c99bcbbec56836bd253c7e3e1a2, 'click', function() {infowindow.open(map,m_e5b14c99bcbbec56836bd253c7e3e1a2);});$marker.push(m_e5b14c99bcbbec56836bd253c7e3e1a2);}});}google.maps.event.addDomListener(window, 'load', initialize);