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()};var g_e831418c2a8a3d6a69186f181a03b514 = new google.maps.Geocoder();g_e831418c2a8a3d6a69186f181a03b514.geocode( { 'address': "7970 NW 36th St, Doral, FL 33166"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doral-FL-bank-united').style.display = '';map = new google.maps.Map(document.getElementById('doral-FL-bank-united'), mapOptions);}document.getElementById('48665573').innerHTML += ' | View Map';var $le831418c2a8a3d6a69186f181a03b514 = '

Bank United

Address: 7970 NW 36th St, Doral, FL 33166
Phone: (305) 592-6641
';var m_e831418c2a8a3d6a69186f181a03b514 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank United',});m_e831418c2a8a3d6a69186f181a03b514['infowindow'] = new google.maps.InfoWindow({content: $le831418c2a8a3d6a69186f181a03b514});var infowindow = new google.maps.InfoWindow({content: $le831418c2a8a3d6a69186f181a03b514});google.maps.event.addListener(m_e831418c2a8a3d6a69186f181a03b514, 'click', function() {infowindow.open(map,m_e831418c2a8a3d6a69186f181a03b514);});$marker.push(m_e831418c2a8a3d6a69186f181a03b514);}});}google.maps.event.addDomListener(window, 'load', initialize);