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.8871,-74.2188)};var g_4ecca9950b8e48cca47014655c2c4789 = new google.maps.Geocoder();g_4ecca9950b8e48cca47014655c2c4789.geocode( { 'address': "150 Clove Rd, Little Falls, NJ 07424"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-falls-NJ-first-atlantic-bank-corp').style.display = '';map = new google.maps.Map(document.getElementById('little-falls-NJ-first-atlantic-bank-corp'), mapOptions);}document.getElementById('c38574c4').innerHTML += ' | View Map';var $l4ecca9950b8e48cca47014655c2c4789 = '

First Atlantic Bank Corp

Address: 150 Clove Rd, Little Falls, NJ 07424
Phone: (973) 337-1122
';var m_4ecca9950b8e48cca47014655c2c4789 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Atlantic Bank Corp',});m_4ecca9950b8e48cca47014655c2c4789['infowindow'] = new google.maps.InfoWindow({content: $l4ecca9950b8e48cca47014655c2c4789});var infowindow = new google.maps.InfoWindow({content: $l4ecca9950b8e48cca47014655c2c4789});google.maps.event.addListener(m_4ecca9950b8e48cca47014655c2c4789, 'click', function() {infowindow.open(map,m_4ecca9950b8e48cca47014655c2c4789);});$marker.push(m_4ecca9950b8e48cca47014655c2c4789);}});}google.maps.event.addDomListener(window, 'load', initialize);