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_a4cc3a85c7cda24dd3e028306403697d = new google.maps.Geocoder();g_a4cc3a85c7cda24dd3e028306403697d.geocode( { 'address': "501 NE 167th St, North Miami Bch, FL 33162"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-miami-bch-FL-amerasia-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-miami-bch-FL-amerasia-bank'), mapOptions);}document.getElementById('8c90cb49').innerHTML += ' | View Map';var $la4cc3a85c7cda24dd3e028306403697d = '

Amerasia Bank

Address: 501 NE 167th St, North Miami Bch, FL 33162
Phone: (305) 770-1681
';var m_a4cc3a85c7cda24dd3e028306403697d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amerasia Bank',});m_a4cc3a85c7cda24dd3e028306403697d['infowindow'] = new google.maps.InfoWindow({content: $la4cc3a85c7cda24dd3e028306403697d});var infowindow = new google.maps.InfoWindow({content: $la4cc3a85c7cda24dd3e028306403697d});google.maps.event.addListener(m_a4cc3a85c7cda24dd3e028306403697d, 'click', function() {infowindow.open(map,m_a4cc3a85c7cda24dd3e028306403697d);});$marker.push(m_a4cc3a85c7cda24dd3e028306403697d);}});}google.maps.event.addDomListener(window, 'load', initialize);