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(26.1194,-80.1401)};var g_066fe4d933a236372f439bc1e5232889 = new google.maps.Geocoder();g_066fe4d933a236372f439bc1e5232889.geocode( { 'address': "301 E Las Olas Blvd, Fort Lauderdale, FL 33301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lauderdale-FL-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-lauderdale-FL-valley-national-bank'), mapOptions);}document.getElementById('6408d1a0').innerHTML += ' | View Map';var $l066fe4d933a236372f439bc1e5232889 = '

Valley National Bank

Address: 301 E Las Olas Blvd, Fort Lauderdale, FL 33301, USA
Phone: (954) 524-2265
';var m_066fe4d933a236372f439bc1e5232889 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley National Bank',});m_066fe4d933a236372f439bc1e5232889['infowindow'] = new google.maps.InfoWindow({content: $l066fe4d933a236372f439bc1e5232889});var infowindow = new google.maps.InfoWindow({content: $l066fe4d933a236372f439bc1e5232889});google.maps.event.addListener(m_066fe4d933a236372f439bc1e5232889, 'click', function() {infowindow.open(map,m_066fe4d933a236372f439bc1e5232889);});$marker.push(m_066fe4d933a236372f439bc1e5232889);}});}google.maps.event.addDomListener(window, 'load', initialize);