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_131632cb7eeb986974e1be59af67e8fe = new google.maps.Geocoder();g_131632cb7eeb986974e1be59af67e8fe.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-scoti-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-scoti-bank'), mapOptions);}document.getElementById('89e07eb4').innerHTML += ' | View Map';var $l131632cb7eeb986974e1be59af67e8fe = '

Scoti Bank

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