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_e9720a717745574cd81f22b988c3d190 = new google.maps.Geocoder();g_e9720a717745574cd81f22b988c3d190.geocode( { 'address': "100 Park Ave, Woodbury, NJ 08096"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbury-NJ-the-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodbury-NJ-the-bank'), mapOptions);}document.getElementById('66da5327').innerHTML += ' | View Map';var $le9720a717745574cd81f22b988c3d190 = '

The Bank

Address: 100 Park Ave, Woodbury, NJ 08096
Phone: (856) 686-6808
';var m_e9720a717745574cd81f22b988c3d190 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank',});m_e9720a717745574cd81f22b988c3d190['infowindow'] = new google.maps.InfoWindow({content: $le9720a717745574cd81f22b988c3d190});var infowindow = new google.maps.InfoWindow({content: $le9720a717745574cd81f22b988c3d190});google.maps.event.addListener(m_e9720a717745574cd81f22b988c3d190, 'click', function() {infowindow.open(map,m_e9720a717745574cd81f22b988c3d190);});$marker.push(m_e9720a717745574cd81f22b988c3d190);}});}google.maps.event.addDomListener(window, 'load', initialize);