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(41.003,-74.3587)};var g_589e48b09df3eb560af7d96556853822 = new google.maps.Geocoder();g_589e48b09df3eb560af7d96556853822.geocode( { 'address': "300 Kakeout Rd, Kinnelon, NJ 07405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kinnelon-NJ-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('kinnelon-NJ-columbia-bank'), mapOptions);}document.getElementById('15e0efd3').innerHTML += ' | View Map';var $l589e48b09df3eb560af7d96556853822 = '

Columbia Bank

Address: 300 Kakeout Rd, Kinnelon, NJ 07405, USA
Phone: (973) 283-4357
';var m_589e48b09df3eb560af7d96556853822 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_589e48b09df3eb560af7d96556853822['infowindow'] = new google.maps.InfoWindow({content: $l589e48b09df3eb560af7d96556853822});var infowindow = new google.maps.InfoWindow({content: $l589e48b09df3eb560af7d96556853822});google.maps.event.addListener(m_589e48b09df3eb560af7d96556853822, 'click', function() {infowindow.open(map,m_589e48b09df3eb560af7d96556853822);});$marker.push(m_589e48b09df3eb560af7d96556853822);}});}google.maps.event.addDomListener(window, 'load', initialize);