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.7625,-80.1906)};var g_68735778590d3ca47404b7528b1699e6 = new google.maps.Geocoder();g_68735778590d3ca47404b7528b1699e6.geocode( { 'address': "1111 Brickell Ave, Miami, FL 33131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-sabadell-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-sabadell-united-bank'), mapOptions);}document.getElementById('589bba26').innerHTML += ' | View Map';var $l68735778590d3ca47404b7528b1699e6 = '

Sabadell United Bank

Address: 1111 Brickell Ave, Miami, FL 33131, USA
Phone: (305) 421-6565
';var m_68735778590d3ca47404b7528b1699e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sabadell United Bank',});m_68735778590d3ca47404b7528b1699e6['infowindow'] = new google.maps.InfoWindow({content: $l68735778590d3ca47404b7528b1699e6});var infowindow = new google.maps.InfoWindow({content: $l68735778590d3ca47404b7528b1699e6});google.maps.event.addListener(m_68735778590d3ca47404b7528b1699e6, 'click', function() {infowindow.open(map,m_68735778590d3ca47404b7528b1699e6);});$marker.push(m_68735778590d3ca47404b7528b1699e6);}});}google.maps.event.addDomListener(window, 'load', initialize);