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_751d8d469b4f5508690047d65cbdac1b = new google.maps.Geocoder();g_751d8d469b4f5508690047d65cbdac1b.geocode( { 'address': "1390 Brickell Ave, Miami, FL 33131"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-pacific-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-pacific-national-bank'), mapOptions);}document.getElementById('bdca1474').innerHTML += ' | View Map';var $l751d8d469b4f5508690047d65cbdac1b = '

Pacific National Bank

Address: 1390 Brickell Ave, Miami, FL 33131
Phone: (305) 539-7500
';var m_751d8d469b4f5508690047d65cbdac1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific National Bank',});m_751d8d469b4f5508690047d65cbdac1b['infowindow'] = new google.maps.InfoWindow({content: $l751d8d469b4f5508690047d65cbdac1b});var infowindow = new google.maps.InfoWindow({content: $l751d8d469b4f5508690047d65cbdac1b});google.maps.event.addListener(m_751d8d469b4f5508690047d65cbdac1b, 'click', function() {infowindow.open(map,m_751d8d469b4f5508690047d65cbdac1b);});$marker.push(m_751d8d469b4f5508690047d65cbdac1b);}});}google.maps.event.addDomListener(window, 'load', initialize);