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.8771,-74.1452)};var g_098cfa8d18627149daffb8f4e05692d0 = new google.maps.Geocoder();g_098cfa8d18627149daffb8f4e05692d0.geocode( { 'address': "1133 Main Ave, Clifton, NJ 07011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-NJ-alma-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-NJ-alma-bank'), mapOptions);}document.getElementById('5b048166').innerHTML += ' | View Map';var $l098cfa8d18627149daffb8f4e05692d0 = '

Alma Bank

Address: 1133 Main Ave, Clifton, NJ 07011
Phone: (973) 778-2100
';var m_098cfa8d18627149daffb8f4e05692d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alma Bank',});m_098cfa8d18627149daffb8f4e05692d0['infowindow'] = new google.maps.InfoWindow({content: $l098cfa8d18627149daffb8f4e05692d0});var infowindow = new google.maps.InfoWindow({content: $l098cfa8d18627149daffb8f4e05692d0});google.maps.event.addListener(m_098cfa8d18627149daffb8f4e05692d0, 'click', function() {infowindow.open(map,m_098cfa8d18627149daffb8f4e05692d0);});$marker.push(m_098cfa8d18627149daffb8f4e05692d0);}});}google.maps.event.addDomListener(window, 'load', initialize);