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_cc0c03944d54e6fb0a27aa25d3c43dfc = new google.maps.Geocoder();g_cc0c03944d54e6fb0a27aa25d3c43dfc.geocode( { 'address': "12700 Biscayne Blvd, North Miami, FL 33181"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-miami-FL-trans-atlantic-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-miami-FL-trans-atlantic-bank'), mapOptions);}document.getElementById('a7b41a37').innerHTML += ' | View Map';var $lcc0c03944d54e6fb0a27aa25d3c43dfc = '

Trans Atlantic Bank

Address: 12700 Biscayne Blvd, North Miami, FL 33181
Phone: (305) 891-0200
';var m_cc0c03944d54e6fb0a27aa25d3c43dfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trans Atlantic Bank',});m_cc0c03944d54e6fb0a27aa25d3c43dfc['infowindow'] = new google.maps.InfoWindow({content: $lcc0c03944d54e6fb0a27aa25d3c43dfc});var infowindow = new google.maps.InfoWindow({content: $lcc0c03944d54e6fb0a27aa25d3c43dfc});google.maps.event.addListener(m_cc0c03944d54e6fb0a27aa25d3c43dfc, 'click', function() {infowindow.open(map,m_cc0c03944d54e6fb0a27aa25d3c43dfc);});$marker.push(m_cc0c03944d54e6fb0a27aa25d3c43dfc);}});}google.maps.event.addDomListener(window, 'load', initialize);