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.4004,-74.3246)};var g_30c29f65f3a8b197733b45a63c61041f = new google.maps.Geocoder();g_30c29f65f3a8b197733b45a63c61041f.geocode( { 'address': "3889 Highway 516, Old Bridge, NJ 08857"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-bridge-NJ-provident-bank').style.display = '';map = new google.maps.Map(document.getElementById('old-bridge-NJ-provident-bank'), mapOptions);}document.getElementById('4e54efe1').innerHTML += ' | View Map';var $l30c29f65f3a8b197733b45a63c61041f = '

Provident Bank

Address: 3889 Highway 516, Old Bridge, NJ 08857
Phone: (732) 679-7600
';var m_30c29f65f3a8b197733b45a63c61041f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Bank',});m_30c29f65f3a8b197733b45a63c61041f['infowindow'] = new google.maps.InfoWindow({content: $l30c29f65f3a8b197733b45a63c61041f});var infowindow = new google.maps.InfoWindow({content: $l30c29f65f3a8b197733b45a63c61041f});google.maps.event.addListener(m_30c29f65f3a8b197733b45a63c61041f, 'click', function() {infowindow.open(map,m_30c29f65f3a8b197733b45a63c61041f);});$marker.push(m_30c29f65f3a8b197733b45a63c61041f);}});}google.maps.event.addDomListener(window, 'load', initialize);