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_14434ffa29daf167e8750e5f4c17ffd8 = new google.maps.Geocoder();g_14434ffa29daf167e8750e5f4c17ffd8.geocode( { 'address': "9100 S Dadeland Blvd, STE 107, Miami, FL 33156"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-mellon-united-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-mellon-united-national-bank'), mapOptions);}document.getElementById('85711763').innerHTML += ' | View Map';var $l14434ffa29daf167e8750e5f4c17ffd8 = '

Mellon United National Bank

Address: 9100 S Dadeland Blvd, STE 107, Miami, FL 33156
Phone: (305) 670-5122
';var m_14434ffa29daf167e8750e5f4c17ffd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mellon United National Bank',});m_14434ffa29daf167e8750e5f4c17ffd8['infowindow'] = new google.maps.InfoWindow({content: $l14434ffa29daf167e8750e5f4c17ffd8});var infowindow = new google.maps.InfoWindow({content: $l14434ffa29daf167e8750e5f4c17ffd8});google.maps.event.addListener(m_14434ffa29daf167e8750e5f4c17ffd8, 'click', function() {infowindow.open(map,m_14434ffa29daf167e8750e5f4c17ffd8);});$marker.push(m_14434ffa29daf167e8750e5f4c17ffd8);}});}google.maps.event.addDomListener(window, 'load', initialize);