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_42085df6d3d066c57c86452a818bb74b = new google.maps.Geocoder();g_42085df6d3d066c57c86452a818bb74b.geocode( { 'address': "460 NE 215th St, Miami, FL 33179"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-belize-bank-limited').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-belize-bank-limited'), mapOptions);}document.getElementById('b2c70b28').innerHTML += ' | View Map';var $l42085df6d3d066c57c86452a818bb74b = '

Belize Bank Limited

Address: 460 NE 215th St, Miami, FL 33179
Phone: (305) 493-8747
';var m_42085df6d3d066c57c86452a818bb74b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Belize Bank Limited',});m_42085df6d3d066c57c86452a818bb74b['infowindow'] = new google.maps.InfoWindow({content: $l42085df6d3d066c57c86452a818bb74b});var infowindow = new google.maps.InfoWindow({content: $l42085df6d3d066c57c86452a818bb74b});google.maps.event.addListener(m_42085df6d3d066c57c86452a818bb74b, 'click', function() {infowindow.open(map,m_42085df6d3d066c57c86452a818bb74b);});$marker.push(m_42085df6d3d066c57c86452a818bb74b);}});}google.maps.event.addDomListener(window, 'load', initialize);