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.1222,-74.0635)};var g_6f5e4e86a87220e5d361ad82f1ebc335 = new google.maps.Geocoder();g_6f5e4e86a87220e5d361ad82f1ebc335.geocode( { 'address': "240 Parker Ave, Manasquan, NJ 08736"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manasquan-NJ-two-river-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('manasquan-NJ-two-river-community-bank'), mapOptions);}document.getElementById('afdc8ea2').innerHTML += ' | View Map';var $l6f5e4e86a87220e5d361ad82f1ebc335 = '

Two River Community Bank

Address: 240 Parker Ave, Manasquan, NJ 08736
Phone: (732) 223-0374
';var m_6f5e4e86a87220e5d361ad82f1ebc335 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Two River Community Bank',});m_6f5e4e86a87220e5d361ad82f1ebc335['infowindow'] = new google.maps.InfoWindow({content: $l6f5e4e86a87220e5d361ad82f1ebc335});var infowindow = new google.maps.InfoWindow({content: $l6f5e4e86a87220e5d361ad82f1ebc335});google.maps.event.addListener(m_6f5e4e86a87220e5d361ad82f1ebc335, 'click', function() {infowindow.open(map,m_6f5e4e86a87220e5d361ad82f1ebc335);});$marker.push(m_6f5e4e86a87220e5d361ad82f1ebc335);}});}google.maps.event.addDomListener(window, 'load', initialize);