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.9009,-74.8471)};var g_82004274d9bc2c4b2035fe7a40b86fcd = new google.maps.Geocoder();g_82004274d9bc2c4b2035fe7a40b86fcd.geocode( { 'address': "133 NJ-70, Medford, NJ 08055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-NJ-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('medford-NJ-columbia-bank'), mapOptions);}document.getElementById('f58f079a').innerHTML += ' | View Map';var $l82004274d9bc2c4b2035fe7a40b86fcd = '

Columbia Bank

Address: 133 NJ-70, Medford, NJ 08055, USA
Phone: (609) 953-4780
';var m_82004274d9bc2c4b2035fe7a40b86fcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_82004274d9bc2c4b2035fe7a40b86fcd['infowindow'] = new google.maps.InfoWindow({content: $l82004274d9bc2c4b2035fe7a40b86fcd});var infowindow = new google.maps.InfoWindow({content: $l82004274d9bc2c4b2035fe7a40b86fcd});google.maps.event.addListener(m_82004274d9bc2c4b2035fe7a40b86fcd, 'click', function() {infowindow.open(map,m_82004274d9bc2c4b2035fe7a40b86fcd);});$marker.push(m_82004274d9bc2c4b2035fe7a40b86fcd);}});}google.maps.event.addDomListener(window, 'load', initialize);