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.6391,-74.8981)};var g_026e4ab9d68f3537b91f1930471a999c = new google.maps.Geocoder();g_026e4ab9d68f3537b91f1930471a999c.geocode( { 'address': "178 Center St, Clinton, NJ 08809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NJ-provident-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NJ-provident-bank'), mapOptions);}document.getElementById('cf7bf02c').innerHTML += ' | View Map';var $l026e4ab9d68f3537b91f1930471a999c = '

Provident Bank

Address: 178 Center St, Clinton, NJ 08809, USA
Phone: (800) 448-7768
';var m_026e4ab9d68f3537b91f1930471a999c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Bank',});m_026e4ab9d68f3537b91f1930471a999c['infowindow'] = new google.maps.InfoWindow({content: $l026e4ab9d68f3537b91f1930471a999c});var infowindow = new google.maps.InfoWindow({content: $l026e4ab9d68f3537b91f1930471a999c});google.maps.event.addListener(m_026e4ab9d68f3537b91f1930471a999c, 'click', function() {infowindow.open(map,m_026e4ab9d68f3537b91f1930471a999c);});$marker.push(m_026e4ab9d68f3537b91f1930471a999c);}});}google.maps.event.addDomListener(window, 'load', initialize);