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.7751,-74.0268)};var g_75fb21b393f669d14eb8c244de5625cf = new google.maps.Geocoder();g_75fb21b393f669d14eb8c244de5625cf.geocode( { 'address': "3720 Bergenline Ave, Union City, NJ 07087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-NJ-the-provident-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-city-NJ-the-provident-bank'), mapOptions);}document.getElementById('bca6d538').innerHTML += ' | View Map';var $l75fb21b393f669d14eb8c244de5625cf = '

The Provident Bank

Address: 3720 Bergenline Ave, Union City, NJ 07087, USA
Phone: (800) 448-7768
';var m_75fb21b393f669d14eb8c244de5625cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Provident Bank',});m_75fb21b393f669d14eb8c244de5625cf['infowindow'] = new google.maps.InfoWindow({content: $l75fb21b393f669d14eb8c244de5625cf});var infowindow = new google.maps.InfoWindow({content: $l75fb21b393f669d14eb8c244de5625cf});google.maps.event.addListener(m_75fb21b393f669d14eb8c244de5625cf, 'click', function() {infowindow.open(map,m_75fb21b393f669d14eb8c244de5625cf);});$marker.push(m_75fb21b393f669d14eb8c244de5625cf);}});}google.maps.event.addDomListener(window, 'load', initialize);