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.4494,-74.6626)};var g_cb9ba9fabe76bf1fe0ca03b7aa658f96 = new google.maps.Geocoder();g_cb9ba9fabe76bf1fe0ca03b7aa658f96.geocode( { 'address': "2162 Rt 206 South, Belle Mead, NJ 08502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-NJ-provident-bank').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-NJ-provident-bank'), mapOptions);}document.getElementById('12fb6843').innerHTML += ' | View Map';var $lcb9ba9fabe76bf1fe0ca03b7aa658f96 = '

Provident Bank

Address: 2162 Rt 206 South, Belle Mead, NJ 08502, USA
Phone: (800) 448-7768
';var m_cb9ba9fabe76bf1fe0ca03b7aa658f96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Provident Bank',});m_cb9ba9fabe76bf1fe0ca03b7aa658f96['infowindow'] = new google.maps.InfoWindow({content: $lcb9ba9fabe76bf1fe0ca03b7aa658f96});var infowindow = new google.maps.InfoWindow({content: $lcb9ba9fabe76bf1fe0ca03b7aa658f96});google.maps.event.addListener(m_cb9ba9fabe76bf1fe0ca03b7aa658f96, 'click', function() {infowindow.open(map,m_cb9ba9fabe76bf1fe0ca03b7aa658f96);});$marker.push(m_cb9ba9fabe76bf1fe0ca03b7aa658f96);}});}google.maps.event.addDomListener(window, 'load', initialize);