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.8192,-80.3372)};var g_214c9190e029476dc646bc0764c28aa1 = new google.maps.Geocoder();g_214c9190e029476dc646bc0764c28aa1.geocode( { 'address': "5241 NW 87th Ave, Doral, FL 33178, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doral-FL-continental-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('doral-FL-continental-national-bank'), mapOptions);}document.getElementById('19c76c45').innerHTML += ' | View Map';var $l214c9190e029476dc646bc0764c28aa1 = '

Continental National Bank

Address: 5241 NW 87th Ave, Doral, FL 33178, USA
Phone: (305) 643-8966
';var m_214c9190e029476dc646bc0764c28aa1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental National Bank',});m_214c9190e029476dc646bc0764c28aa1['infowindow'] = new google.maps.InfoWindow({content: $l214c9190e029476dc646bc0764c28aa1});var infowindow = new google.maps.InfoWindow({content: $l214c9190e029476dc646bc0764c28aa1});google.maps.event.addListener(m_214c9190e029476dc646bc0764c28aa1, 'click', function() {infowindow.open(map,m_214c9190e029476dc646bc0764c28aa1);});$marker.push(m_214c9190e029476dc646bc0764c28aa1);}});}google.maps.event.addDomListener(window, 'load', initialize);