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.7012,-75.1798)};var g_c2a83580b6e4faa57ae59da55f0e57a4 = new google.maps.Geocoder();g_c2a83580b6e4faa57ae59da55f0e57a4.geocode( { 'address': "190 Roseberry St, Phillipsburg, NJ 08865, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phillipsburg-NJ-provident-bank').style.display = '';map = new google.maps.Map(document.getElementById('phillipsburg-NJ-provident-bank'), mapOptions);}document.getElementById('e166caf9').innerHTML += ' | View Map';var $lc2a83580b6e4faa57ae59da55f0e57a4 = '

Provident Bank

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