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.8414,-73.996)};var g_13a0c26ba224360a93be29f939999187 = new google.maps.Geocoder();g_13a0c26ba224360a93be29f939999187.geocode( { 'address': "US Hwy 46E & Abbott Ave, Palisades Park, NJ 07650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palisades-park-NJ-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('palisades-park-NJ-citizens-bank'), mapOptions);}document.getElementById('e774dbdf').innerHTML += ' | View Map';var $l13a0c26ba224360a93be29f939999187 = '

Citizens Bank

Address: US Hwy 46E & Abbott Ave, Palisades Park, NJ 07650, USA
Phone:
';var m_13a0c26ba224360a93be29f939999187 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_13a0c26ba224360a93be29f939999187['infowindow'] = new google.maps.InfoWindow({content: $l13a0c26ba224360a93be29f939999187});var infowindow = new google.maps.InfoWindow({content: $l13a0c26ba224360a93be29f939999187});google.maps.event.addListener(m_13a0c26ba224360a93be29f939999187, 'click', function() {infowindow.open(map,m_13a0c26ba224360a93be29f939999187);});$marker.push(m_13a0c26ba224360a93be29f939999187);}});}google.maps.event.addDomListener(window, 'load', initialize);