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.3917,-74.7544)};var g_3205b3d0d7def309007edd6c22dd3339 = new google.maps.Geocoder();g_3205b3d0d7def309007edd6c22dd3339.geocode( { 'address': "86 E Broad St, Hopewell, NJ 08525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopewell-NJ-1st-constitution-bank').style.display = '';map = new google.maps.Map(document.getElementById('hopewell-NJ-1st-constitution-bank'), mapOptions);}document.getElementById('423ea0b8').innerHTML += ' | View Map';var $l3205b3d0d7def309007edd6c22dd3339 = '

1st Constitution Bank

Address: 86 E Broad St, Hopewell, NJ 08525, USA
Phone: (609) 466-2100
';var m_3205b3d0d7def309007edd6c22dd3339 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Constitution Bank',});m_3205b3d0d7def309007edd6c22dd3339['infowindow'] = new google.maps.InfoWindow({content: $l3205b3d0d7def309007edd6c22dd3339});var infowindow = new google.maps.InfoWindow({content: $l3205b3d0d7def309007edd6c22dd3339});google.maps.event.addListener(m_3205b3d0d7def309007edd6c22dd3339, 'click', function() {infowindow.open(map,m_3205b3d0d7def309007edd6c22dd3339);});$marker.push(m_3205b3d0d7def309007edd6c22dd3339);}});}google.maps.event.addDomListener(window, 'load', initialize);