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(39.828,-75.1345)};var g_a034653120221be669cc083e007fca50 = new google.maps.Geocoder();g_a034653120221be669cc083e007fca50.geocode( { 'address': "1460 Clements Bridge Rd, Woodbury, NJ 08096"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbury-NJ-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodbury-NJ-columbia-bank'), mapOptions);}document.getElementById('ebf78c79').innerHTML += ' | View Map';var $la034653120221be669cc083e007fca50 = '

Columbia Bank

Address: 1460 Clements Bridge Rd, Woodbury, NJ 08096
Phone: (856) 848-5055
';var m_a034653120221be669cc083e007fca50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_a034653120221be669cc083e007fca50['infowindow'] = new google.maps.InfoWindow({content: $la034653120221be669cc083e007fca50});var infowindow = new google.maps.InfoWindow({content: $la034653120221be669cc083e007fca50});google.maps.event.addListener(m_a034653120221be669cc083e007fca50, 'click', function() {infowindow.open(map,m_a034653120221be669cc083e007fca50);});$marker.push(m_a034653120221be669cc083e007fca50);}});}google.maps.event.addDomListener(window, 'load', initialize);