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.8907,-74.3654)};var g_da1119b9cf02e0d06765f5fb9757b267 = new google.maps.Geocoder();g_da1119b9cf02e0d06765f5fb9757b267.geocode( { 'address': "166 Changebridge Rd, Montville, NJ 07045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montville-NJ-lakeland-bank').style.display = '';map = new google.maps.Map(document.getElementById('montville-NJ-lakeland-bank'), mapOptions);}document.getElementById('5cc86672').innerHTML += ' | View Map';var $lda1119b9cf02e0d06765f5fb9757b267 = '

Lakeland Bank

Address: 166 Changebridge Rd, Montville, NJ 07045, USA
Phone: (973) 882-0800
';var m_da1119b9cf02e0d06765f5fb9757b267 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lakeland Bank',});m_da1119b9cf02e0d06765f5fb9757b267['infowindow'] = new google.maps.InfoWindow({content: $lda1119b9cf02e0d06765f5fb9757b267});var infowindow = new google.maps.InfoWindow({content: $lda1119b9cf02e0d06765f5fb9757b267});google.maps.event.addListener(m_da1119b9cf02e0d06765f5fb9757b267, 'click', function() {infowindow.open(map,m_da1119b9cf02e0d06765f5fb9757b267);});$marker.push(m_da1119b9cf02e0d06765f5fb9757b267);}});}google.maps.event.addDomListener(window, 'load', initialize);