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.6287,-74.3144)};var g_628b513f43239ac1b77331a89f88fc84 = new google.maps.Geocoder();g_628b513f43239ac1b77331a89f88fc84.geocode( { 'address': "1100 Raritan Rd, Clark, NJ 07066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clark-NJ-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('clark-NJ-columbia-bank'), mapOptions);}document.getElementById('e9ed7061').innerHTML += ' | View Map';var $l628b513f43239ac1b77331a89f88fc84 = '

Columbia Bank

Address: 1100 Raritan Rd, Clark, NJ 07066, USA
Phone: (732) 381-5515
';var m_628b513f43239ac1b77331a89f88fc84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_628b513f43239ac1b77331a89f88fc84['infowindow'] = new google.maps.InfoWindow({content: $l628b513f43239ac1b77331a89f88fc84});var infowindow = new google.maps.InfoWindow({content: $l628b513f43239ac1b77331a89f88fc84});google.maps.event.addListener(m_628b513f43239ac1b77331a89f88fc84, 'click', function() {infowindow.open(map,m_628b513f43239ac1b77331a89f88fc84);});$marker.push(m_628b513f43239ac1b77331a89f88fc84);}});}google.maps.event.addDomListener(window, 'load', initialize);