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.3951,-74.1093)};var g_81478370014e6075aea19486b7a0f032 = new google.maps.Geocoder();g_81478370014e6075aea19486b7a0f032.geocode( { 'address': "1250 State Route 35, Middletown, NJ 07748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-NJ-two-river-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('middletown-NJ-two-river-community-bank'), mapOptions);}document.getElementById('157ef702').innerHTML += ' | View Map';var $l81478370014e6075aea19486b7a0f032 = '

Two River Community Bank

Address: 1250 State Route 35, Middletown, NJ 07748
Phone: (732) 706-9009
';var m_81478370014e6075aea19486b7a0f032 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Two River Community Bank',});m_81478370014e6075aea19486b7a0f032['infowindow'] = new google.maps.InfoWindow({content: $l81478370014e6075aea19486b7a0f032});var infowindow = new google.maps.InfoWindow({content: $l81478370014e6075aea19486b7a0f032});google.maps.event.addListener(m_81478370014e6075aea19486b7a0f032, 'click', function() {infowindow.open(map,m_81478370014e6075aea19486b7a0f032);});$marker.push(m_81478370014e6075aea19486b7a0f032);}});}google.maps.event.addDomListener(window, 'load', initialize);