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.792,-74.0562)};var g_cadf63424798d6a6f53d2a23c14da0f1 = new google.maps.Geocoder();g_cadf63424798d6a6f53d2a23c14da0f1.geocode( { 'address': "249 Rte 3 E, Secaucus, NJ 07094, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('secaucus-NJ-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('secaucus-NJ-citizens-bank'), mapOptions);}document.getElementById('1657af74').innerHTML += ' | View Map';var $lcadf63424798d6a6f53d2a23c14da0f1 = '

Citizens Bank

Address: 249 Rte 3 E, Secaucus, NJ 07094, USA
Phone:
';var m_cadf63424798d6a6f53d2a23c14da0f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_cadf63424798d6a6f53d2a23c14da0f1['infowindow'] = new google.maps.InfoWindow({content: $lcadf63424798d6a6f53d2a23c14da0f1});var infowindow = new google.maps.InfoWindow({content: $lcadf63424798d6a6f53d2a23c14da0f1});google.maps.event.addListener(m_cadf63424798d6a6f53d2a23c14da0f1, 'click', function() {infowindow.open(map,m_cadf63424798d6a6f53d2a23c14da0f1);});$marker.push(m_cadf63424798d6a6f53d2a23c14da0f1);}});}google.maps.event.addDomListener(window, 'load', initialize);