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.4413,-74.8362)};var g_2d41051035e05e630ae73356010660f0 = new google.maps.Geocoder();g_2d41051035e05e630ae73356010660f0.geocode( { 'address': "1082 Old York Rd, Ringoes, NJ 08551"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ringoes-NJ-hopewell-valley-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('ringoes-NJ-hopewell-valley-community-bank'), mapOptions);}document.getElementById('5071b130').innerHTML += ' | View Map';var $l2d41051035e05e630ae73356010660f0 = '

Hopewell Valley Community Bank

Address: 1082 Old York Rd, Ringoes, NJ 08551
Phone: (908) 237-2215
';var m_2d41051035e05e630ae73356010660f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hopewell Valley Community Bank',});m_2d41051035e05e630ae73356010660f0['infowindow'] = new google.maps.InfoWindow({content: $l2d41051035e05e630ae73356010660f0});var infowindow = new google.maps.InfoWindow({content: $l2d41051035e05e630ae73356010660f0});google.maps.event.addListener(m_2d41051035e05e630ae73356010660f0, 'click', function() {infowindow.open(map,m_2d41051035e05e630ae73356010660f0);});$marker.push(m_2d41051035e05e630ae73356010660f0);}});}google.maps.event.addDomListener(window, 'load', initialize);