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.7704,-74.0309)};var g_4c2289f1f8d89455c79b030ed793d33e = new google.maps.Geocoder();g_4c2289f1f8d89455c79b030ed793d33e.geocode( { 'address': "4200 Bergenline Ave, Union City, NJ 07087"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-NJ-oritani-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-city-NJ-oritani-savings-bank'), mapOptions);}document.getElementById('29fb8ff6').innerHTML += ' | View Map';var $l4c2289f1f8d89455c79b030ed793d33e = '

Oritani Savings Bank

Address: 4200 Bergenline Ave, Union City, NJ 07087
Phone: (201) 330-2400
';var m_4c2289f1f8d89455c79b030ed793d33e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oritani Savings Bank',});m_4c2289f1f8d89455c79b030ed793d33e['infowindow'] = new google.maps.InfoWindow({content: $l4c2289f1f8d89455c79b030ed793d33e});var infowindow = new google.maps.InfoWindow({content: $l4c2289f1f8d89455c79b030ed793d33e});google.maps.event.addListener(m_4c2289f1f8d89455c79b030ed793d33e, 'click', function() {infowindow.open(map,m_4c2289f1f8d89455c79b030ed793d33e);});$marker.push(m_4c2289f1f8d89455c79b030ed793d33e);}});}google.maps.event.addDomListener(window, 'load', initialize);