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.3686,-74.0002)};var g_ed4531c827b20fc93e120b756ec0e5ad = new google.maps.Geocoder();g_ed4531c827b20fc93e120b756ec0e5ad.geocode( { 'address': "20 Bingham Ave, Rumson, NJ 07760"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rumson-NJ-1st-constitution-bank').style.display = '';map = new google.maps.Map(document.getElementById('rumson-NJ-1st-constitution-bank'), mapOptions);}document.getElementById('2366fdb1').innerHTML += ' | View Map';var $led4531c827b20fc93e120b756ec0e5ad = '

1st Constitution Bank

Address: 20 Bingham Ave, Rumson, NJ 07760
Phone: (732) 933-4445
';var m_ed4531c827b20fc93e120b756ec0e5ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Constitution Bank',});m_ed4531c827b20fc93e120b756ec0e5ad['infowindow'] = new google.maps.InfoWindow({content: $led4531c827b20fc93e120b756ec0e5ad});var infowindow = new google.maps.InfoWindow({content: $led4531c827b20fc93e120b756ec0e5ad});google.maps.event.addListener(m_ed4531c827b20fc93e120b756ec0e5ad, 'click', function() {infowindow.open(map,m_ed4531c827b20fc93e120b756ec0e5ad);});$marker.push(m_ed4531c827b20fc93e120b756ec0e5ad);}});}google.maps.event.addDomListener(window, 'load', initialize);