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.972,-73.9619)};var g_68cdd7cf8954323ce3a4329051385e2c = new google.maps.Geocoder();g_68cdd7cf8954323ce3a4329051385e2c.geocode( { 'address': "617 Piermont Rd, Closter, NJ 07624"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('closter-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('closter-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('6dd7f8a4').innerHTML += ' | View Map';var $l68cdd7cf8954323ce3a4329051385e2c = '

Wells Fargo Bank

Address: 617 Piermont Rd, Closter, NJ 07624
Phone: (201) 767-1710
';var m_68cdd7cf8954323ce3a4329051385e2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_68cdd7cf8954323ce3a4329051385e2c['infowindow'] = new google.maps.InfoWindow({content: $l68cdd7cf8954323ce3a4329051385e2c});var infowindow = new google.maps.InfoWindow({content: $l68cdd7cf8954323ce3a4329051385e2c});google.maps.event.addListener(m_68cdd7cf8954323ce3a4329051385e2c, 'click', function() {infowindow.open(map,m_68cdd7cf8954323ce3a4329051385e2c);});$marker.push(m_68cdd7cf8954323ce3a4329051385e2c);}});}google.maps.event.addDomListener(window, 'load', initialize);