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.8092,-80.3353)};var g_e9437348054c27c0951c7d9d59bac04f = new google.maps.Geocoder();g_e9437348054c27c0951c7d9d59bac04f.geocode( { 'address': "8484 NW 36th St, Doral, FL 33166, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doral-FL-valley-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('doral-FL-valley-national-bank'), mapOptions);}document.getElementById('5fef3307').innerHTML += ' | View Map';var $le9437348054c27c0951c7d9d59bac04f = '

VALLEY NATIONAL BANK

Address: 8484 NW 36th St, Doral, FL 33166, USA
Phone: (305) 341-5344
';var m_e9437348054c27c0951c7d9d59bac04f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VALLEY NATIONAL BANK',});m_e9437348054c27c0951c7d9d59bac04f['infowindow'] = new google.maps.InfoWindow({content: $le9437348054c27c0951c7d9d59bac04f});var infowindow = new google.maps.InfoWindow({content: $le9437348054c27c0951c7d9d59bac04f});google.maps.event.addListener(m_e9437348054c27c0951c7d9d59bac04f, 'click', function() {infowindow.open(map,m_e9437348054c27c0951c7d9d59bac04f);});$marker.push(m_e9437348054c27c0951c7d9d59bac04f);}});}google.maps.event.addDomListener(window, 'load', initialize);