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_e1335d95cb3b93d835eb22780be7327f = new google.maps.Geocoder();g_e1335d95cb3b93d835eb22780be7327f.geocode( { 'address': "18851 NE 29th Ave, Miami, FL 33180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-idb-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-idb-bank'), mapOptions);}document.getElementById('4e76b1ff').innerHTML += ' | View Map';var $le1335d95cb3b93d835eb22780be7327f = '

Idb Bank

Address: 18851 NE 29th Ave, Miami, FL 33180
Phone: (305) 682-3700
';var m_e1335d95cb3b93d835eb22780be7327f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Idb Bank',});m_e1335d95cb3b93d835eb22780be7327f['infowindow'] = new google.maps.InfoWindow({content: $le1335d95cb3b93d835eb22780be7327f});var infowindow = new google.maps.InfoWindow({content: $le1335d95cb3b93d835eb22780be7327f});google.maps.event.addListener(m_e1335d95cb3b93d835eb22780be7327f, 'click', function() {infowindow.open(map,m_e1335d95cb3b93d835eb22780be7327f);});$marker.push(m_e1335d95cb3b93d835eb22780be7327f);}});}google.maps.event.addDomListener(window, 'load', initialize);