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_a28477d0c57129b93d95baf171634582 = new google.maps.Geocoder();g_a28477d0c57129b93d95baf171634582.geocode( { 'address': "9730 E Fern St, Miami, FL 33157"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-1st-national-bank-of-south-florida').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-1st-national-bank-of-south-florida'), mapOptions);}document.getElementById('14f6976a').innerHTML += ' | View Map';var $la28477d0c57129b93d95baf171634582 = '

1st National Bank of South Florida

Address: 9730 E Fern St, Miami, FL 33157
Phone: (305) 253-2414
';var m_a28477d0c57129b93d95baf171634582 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st National Bank of South Florida',});m_a28477d0c57129b93d95baf171634582['infowindow'] = new google.maps.InfoWindow({content: $la28477d0c57129b93d95baf171634582});var infowindow = new google.maps.InfoWindow({content: $la28477d0c57129b93d95baf171634582});google.maps.event.addListener(m_a28477d0c57129b93d95baf171634582, 'click', function() {infowindow.open(map,m_a28477d0c57129b93d95baf171634582);});$marker.push(m_a28477d0c57129b93d95baf171634582);}});}google.maps.event.addDomListener(window, 'load', initialize);