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_0bc58258e6f3c040a65fa2bfc9d0c907 = new google.maps.Geocoder();g_0bc58258e6f3c040a65fa2bfc9d0c907.geocode( { 'address': "201 S Biscayne Blvd, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-city-private-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-city-private-bank'), mapOptions);}document.getElementById('89e07eb4').innerHTML += ' | View Map';var $l0bc58258e6f3c040a65fa2bfc9d0c907 = '

City Private Bank

Address: 201 S Biscayne Blvd, Miami, FL 33131
Phone: (305) 347-1200
';var m_0bc58258e6f3c040a65fa2bfc9d0c907 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Private Bank',});m_0bc58258e6f3c040a65fa2bfc9d0c907['infowindow'] = new google.maps.InfoWindow({content: $l0bc58258e6f3c040a65fa2bfc9d0c907});var infowindow = new google.maps.InfoWindow({content: $l0bc58258e6f3c040a65fa2bfc9d0c907});google.maps.event.addListener(m_0bc58258e6f3c040a65fa2bfc9d0c907, 'click', function() {infowindow.open(map,m_0bc58258e6f3c040a65fa2bfc9d0c907);});$marker.push(m_0bc58258e6f3c040a65fa2bfc9d0c907);}});}google.maps.event.addDomListener(window, 'load', initialize);