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.8602,-74.1257)};var g_39a2094057a541546e6c934ab3a18a9f = new google.maps.Geocoder();g_39a2094057a541546e6c934ab3a18a9f.geocode( { 'address': "629 Main Ave, Passaic, NJ 07055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('passaic-NJ-pnc-bank').style.display = '';map = new google.maps.Map(document.getElementById('passaic-NJ-pnc-bank'), mapOptions);}document.getElementById('2af026dc').innerHTML += ' | View Map';var $l39a2094057a541546e6c934ab3a18a9f = '

PNC Bank

Address: 629 Main Ave, Passaic, NJ 07055, USA
Phone: (973) 458-5138
';var m_39a2094057a541546e6c934ab3a18a9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNC Bank',});m_39a2094057a541546e6c934ab3a18a9f['infowindow'] = new google.maps.InfoWindow({content: $l39a2094057a541546e6c934ab3a18a9f});var infowindow = new google.maps.InfoWindow({content: $l39a2094057a541546e6c934ab3a18a9f});google.maps.event.addListener(m_39a2094057a541546e6c934ab3a18a9f, 'click', function() {infowindow.open(map,m_39a2094057a541546e6c934ab3a18a9f);});$marker.push(m_39a2094057a541546e6c934ab3a18a9f);}});}google.maps.event.addDomListener(window, 'load', initialize);