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.9887,-74.1796)};var g_99f4891bb763dddad06311b0552de8b3 = new google.maps.Geocoder();g_99f4891bb763dddad06311b0552de8b3.geocode( { 'address': "214 Washington St, Toms River, NJ 08753"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toms-river-NJ-hopewell-valley-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('toms-river-NJ-hopewell-valley-community-bank'), mapOptions);}document.getElementById('e31f11b6').innerHTML += ' | View Map';var $l99f4891bb763dddad06311b0552de8b3 = '

Hopewell Valley Community Bank

Address: 214 Washington St, Toms River, NJ 08753
Phone: (732) 281-1300
';var m_99f4891bb763dddad06311b0552de8b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hopewell Valley Community Bank',});m_99f4891bb763dddad06311b0552de8b3['infowindow'] = new google.maps.InfoWindow({content: $l99f4891bb763dddad06311b0552de8b3});var infowindow = new google.maps.InfoWindow({content: $l99f4891bb763dddad06311b0552de8b3});google.maps.event.addListener(m_99f4891bb763dddad06311b0552de8b3, 'click', function() {infowindow.open(map,m_99f4891bb763dddad06311b0552de8b3);});$marker.push(m_99f4891bb763dddad06311b0552de8b3);}});}google.maps.event.addDomListener(window, 'load', initialize);