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.9344,-74.1176)};var g_0d770c496aa3da6d2c3f2bd19e7b9d6b = new google.maps.Geocoder();g_0d770c496aa3da6d2c3f2bd19e7b9d6b.geocode( { 'address': "33-11 Broadway, Fair Lawn, NJ 07410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-lawn-NJ-clifton-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('fair-lawn-NJ-clifton-savings-bank'), mapOptions);}document.getElementById('222d3b68').innerHTML += ' | View Map';var $l0d770c496aa3da6d2c3f2bd19e7b9d6b = '

Clifton Savings Bank

Address: 33-11 Broadway, Fair Lawn, NJ 07410
Phone: (201) 794-4605
';var m_0d770c496aa3da6d2c3f2bd19e7b9d6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clifton Savings Bank',});m_0d770c496aa3da6d2c3f2bd19e7b9d6b['infowindow'] = new google.maps.InfoWindow({content: $l0d770c496aa3da6d2c3f2bd19e7b9d6b});var infowindow = new google.maps.InfoWindow({content: $l0d770c496aa3da6d2c3f2bd19e7b9d6b});google.maps.event.addListener(m_0d770c496aa3da6d2c3f2bd19e7b9d6b, 'click', function() {infowindow.open(map,m_0d770c496aa3da6d2c3f2bd19e7b9d6b);});$marker.push(m_0d770c496aa3da6d2c3f2bd19e7b9d6b);}});}google.maps.event.addDomListener(window, 'load', initialize);