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.449,-74.4351)};var g_825ab77fe4eb3419db2fc9c6ceff7146 = new google.maps.Geocoder();g_825ab77fe4eb3419db2fc9c6ceff7146.geocode( { 'address': "97 N Main St, Milltown, NJ 08850"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milltown-NJ-provident-bank').style.display = '';map = new google.maps.Map(document.getElementById('milltown-NJ-provident-bank'), mapOptions);}document.getElementById('56112017').innerHTML += ' | View Map';var $l825ab77fe4eb3419db2fc9c6ceff7146 = '

Provident Bank

Address: 97 N Main St, Milltown, NJ 08850
Phone: (732) 828-0410
';var m_825ab77fe4eb3419db2fc9c6ceff7146 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Bank',});m_825ab77fe4eb3419db2fc9c6ceff7146['infowindow'] = new google.maps.InfoWindow({content: $l825ab77fe4eb3419db2fc9c6ceff7146});var infowindow = new google.maps.InfoWindow({content: $l825ab77fe4eb3419db2fc9c6ceff7146});google.maps.event.addListener(m_825ab77fe4eb3419db2fc9c6ceff7146, 'click', function() {infowindow.open(map,m_825ab77fe4eb3419db2fc9c6ceff7146);});$marker.push(m_825ab77fe4eb3419db2fc9c6ceff7146);}});}google.maps.event.addDomListener(window, 'load', initialize);