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.909,-74.073)};var g_cdb3e6352aeabdf607267144010a1271 = new google.maps.Geocoder();g_cdb3e6352aeabdf607267144010a1271.geocode( { 'address': "1 E Passaic St, Rochelle Park, NJ 07662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochelle-park-NJ-lakeland-bank').style.display = '';map = new google.maps.Map(document.getElementById('rochelle-park-NJ-lakeland-bank'), mapOptions);}document.getElementById('c57becf0').innerHTML += ' | View Map';var $lcdb3e6352aeabdf607267144010a1271 = '

Lakeland Bank

Address: 1 E Passaic St, Rochelle Park, NJ 07662, USA
Phone: (201) 843-1728
';var m_cdb3e6352aeabdf607267144010a1271 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lakeland Bank',});m_cdb3e6352aeabdf607267144010a1271['infowindow'] = new google.maps.InfoWindow({content: $lcdb3e6352aeabdf607267144010a1271});var infowindow = new google.maps.InfoWindow({content: $lcdb3e6352aeabdf607267144010a1271});google.maps.event.addListener(m_cdb3e6352aeabdf607267144010a1271, 'click', function() {infowindow.open(map,m_cdb3e6352aeabdf607267144010a1271);});$marker.push(m_cdb3e6352aeabdf607267144010a1271);}});}google.maps.event.addDomListener(window, 'load', initialize);