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_7b900d73c557c7dab192f70ee782dc92 = new google.maps.Geocoder();g_7b900d73c557c7dab192f70ee782dc92.geocode( { 'address': "8181 Sw 117th St, Miami, FL 33156"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-mercantil-commercebank-na').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-mercantil-commercebank-na'), mapOptions);}document.getElementById('d1d7bbfb').innerHTML += ' | View Map';var $l7b900d73c557c7dab192f70ee782dc92 = '

Mercantil Commercebank Na

Address: 8181 Sw 117th St, Miami, FL 33156
Phone: (305) 909-2600
';var m_7b900d73c557c7dab192f70ee782dc92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercantil Commercebank Na',});m_7b900d73c557c7dab192f70ee782dc92['infowindow'] = new google.maps.InfoWindow({content: $l7b900d73c557c7dab192f70ee782dc92});var infowindow = new google.maps.InfoWindow({content: $l7b900d73c557c7dab192f70ee782dc92});google.maps.event.addListener(m_7b900d73c557c7dab192f70ee782dc92, 'click', function() {infowindow.open(map,m_7b900d73c557c7dab192f70ee782dc92);});$marker.push(m_7b900d73c557c7dab192f70ee782dc92);}});}google.maps.event.addDomListener(window, 'load', initialize);