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.5335,-74.529)};var g_92a0e7a415d64ebafcb16a8ca817cde4 = new google.maps.Geocoder();g_92a0e7a415d64ebafcb16a8ca817cde4.geocode( { 'address': "285 Davidson Ave # 305, Somerset, NJ 08873, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-township-NJ-first-constitution').style.display = '';map = new google.maps.Map(document.getElementById('franklin-township-NJ-first-constitution'), mapOptions);}document.getElementById('72fcd25c').innerHTML += ' | View Map';var $l92a0e7a415d64ebafcb16a8ca817cde4 = '

First Constitution

Address: 285 Davidson Ave # 305, Somerset, NJ 08873, USA
Phone: (732) 560-1085
';var m_92a0e7a415d64ebafcb16a8ca817cde4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Constitution',});m_92a0e7a415d64ebafcb16a8ca817cde4['infowindow'] = new google.maps.InfoWindow({content: $l92a0e7a415d64ebafcb16a8ca817cde4});var infowindow = new google.maps.InfoWindow({content: $l92a0e7a415d64ebafcb16a8ca817cde4});google.maps.event.addListener(m_92a0e7a415d64ebafcb16a8ca817cde4, 'click', function() {infowindow.open(map,m_92a0e7a415d64ebafcb16a8ca817cde4);});$marker.push(m_92a0e7a415d64ebafcb16a8ca817cde4);}});}google.maps.event.addDomListener(window, 'load', initialize);