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.0517,-74.1068)};var g_b0928f2d4ba7ea33b05024f21d937f48 = new google.maps.Geocoder();g_b0928f2d4ba7ea33b05024f21d937f48.geocode( { 'address': "1930 Route 88, Brick, NJ 08724"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brick-NJ-provident-bank').style.display = '';map = new google.maps.Map(document.getElementById('brick-NJ-provident-bank'), mapOptions);}document.getElementById('9f655b9a').innerHTML += ' | View Map';var $lb0928f2d4ba7ea33b05024f21d937f48 = '

Provident Bank

Address: 1930 Route 88, Brick, NJ 08724
Phone: (732) 785-9183
';var m_b0928f2d4ba7ea33b05024f21d937f48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Bank',});m_b0928f2d4ba7ea33b05024f21d937f48['infowindow'] = new google.maps.InfoWindow({content: $lb0928f2d4ba7ea33b05024f21d937f48});var infowindow = new google.maps.InfoWindow({content: $lb0928f2d4ba7ea33b05024f21d937f48});google.maps.event.addListener(m_b0928f2d4ba7ea33b05024f21d937f48, 'click', function() {infowindow.open(map,m_b0928f2d4ba7ea33b05024f21d937f48);});$marker.push(m_b0928f2d4ba7ea33b05024f21d937f48);}});}google.maps.event.addDomListener(window, 'load', initialize);