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(40.9133,-74.1755)};var g_3c9b5f1cd6a030bcb7bed9eac80589fb = new google.maps.Geocoder();g_3c9b5f1cd6a030bcb7bed9eac80589fb.geocode( { 'address': "125 Broadway, Paterson, NJ 07505"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paterson-NJ-city-national-bank-new-jersey').style.display = '';map = new google.maps.Map(document.getElementById('paterson-NJ-city-national-bank-new-jersey'), mapOptions);}document.getElementById('6d40afbb').innerHTML += ' | View Map';var $l3c9b5f1cd6a030bcb7bed9eac80589fb = '

City National Bank-New Jersey

Address: 125 Broadway, Paterson, NJ 07505
Phone: (973) 279-4424
';var m_3c9b5f1cd6a030bcb7bed9eac80589fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank-New Jersey',});m_3c9b5f1cd6a030bcb7bed9eac80589fb['infowindow'] = new google.maps.InfoWindow({content: $l3c9b5f1cd6a030bcb7bed9eac80589fb});var infowindow = new google.maps.InfoWindow({content: $l3c9b5f1cd6a030bcb7bed9eac80589fb});google.maps.event.addListener(m_3c9b5f1cd6a030bcb7bed9eac80589fb, 'click', function() {infowindow.open(map,m_3c9b5f1cd6a030bcb7bed9eac80589fb);});$marker.push(m_3c9b5f1cd6a030bcb7bed9eac80589fb);}});}google.maps.event.addDomListener(window, 'load', initialize);