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.7557,-74.4187)};var g_8289b9fbebe7b39698cb1e1899b77810 = new google.maps.Geocoder();g_8289b9fbebe7b39698cb1e1899b77810.geocode( { 'address': "265 Main St, Madison, NJ 07940"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-NJ-lakeland-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-NJ-lakeland-bank'), mapOptions);}document.getElementById('eb60c789').innerHTML += ' | View Map';var $l8289b9fbebe7b39698cb1e1899b77810 = '

Lakeland Bank

Address: 265 Main St, Madison, NJ 07940
Phone: (973) 301-1745
';var m_8289b9fbebe7b39698cb1e1899b77810 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lakeland Bank',});m_8289b9fbebe7b39698cb1e1899b77810['infowindow'] = new google.maps.InfoWindow({content: $l8289b9fbebe7b39698cb1e1899b77810});var infowindow = new google.maps.InfoWindow({content: $l8289b9fbebe7b39698cb1e1899b77810});google.maps.event.addListener(m_8289b9fbebe7b39698cb1e1899b77810, 'click', function() {infowindow.open(map,m_8289b9fbebe7b39698cb1e1899b77810);});$marker.push(m_8289b9fbebe7b39698cb1e1899b77810);}});}google.maps.event.addDomListener(window, 'load', initialize);