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_ed8b48e1c4539c20a31939ea517e043a = new google.maps.Geocoder();g_ed8b48e1c4539c20a31939ea517e043a.geocode( { 'address': "9300 NW 77th Ave, Miami Lakes, FL 33016"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-lakes-FL-continental-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-lakes-FL-continental-national-bank'), mapOptions);}document.getElementById('54fb9073').innerHTML += ' | View Map';var $led8b48e1c4539c20a31939ea517e043a = '

Continental National Bank

Address: 9300 NW 77th Ave, Miami Lakes, FL 33016
Phone: (305) 822-9990
';var m_ed8b48e1c4539c20a31939ea517e043a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental National Bank',});m_ed8b48e1c4539c20a31939ea517e043a['infowindow'] = new google.maps.InfoWindow({content: $led8b48e1c4539c20a31939ea517e043a});var infowindow = new google.maps.InfoWindow({content: $led8b48e1c4539c20a31939ea517e043a});google.maps.event.addListener(m_ed8b48e1c4539c20a31939ea517e043a, 'click', function() {infowindow.open(map,m_ed8b48e1c4539c20a31939ea517e043a);});$marker.push(m_ed8b48e1c4539c20a31939ea517e043a);}});}google.maps.event.addDomListener(window, 'load', initialize);