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.4027,-74.6503)};var g_ab330135f213dedd5653800ce7703d35 = new google.maps.Geocoder();g_ab330135f213dedd5653800ce7703d35.geocode( { 'address': "995 Co Rd 518, Skillman, NJ 08558, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-NJ-1st-constitution-bank').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-NJ-1st-constitution-bank'), mapOptions);}document.getElementById('9b1482f5').innerHTML += ' | View Map';var $lab330135f213dedd5653800ce7703d35 = '

1st Constitution Bank

Address: 995 Co Rd 518, Skillman, NJ 08558, USA
Phone: (609) 921-1776
';var m_ab330135f213dedd5653800ce7703d35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Constitution Bank',});m_ab330135f213dedd5653800ce7703d35['infowindow'] = new google.maps.InfoWindow({content: $lab330135f213dedd5653800ce7703d35});var infowindow = new google.maps.InfoWindow({content: $lab330135f213dedd5653800ce7703d35});google.maps.event.addListener(m_ab330135f213dedd5653800ce7703d35, 'click', function() {infowindow.open(map,m_ab330135f213dedd5653800ce7703d35);});$marker.push(m_ab330135f213dedd5653800ce7703d35);}});}google.maps.event.addDomListener(window, 'load', initialize);