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.2845,-74.6739)};var g_718419eea9c17c6e8315105d1adcd991 = new google.maps.Geocoder();g_718419eea9c17c6e8315105d1adcd991.geocode( { 'address': "4140 Quakerbridge Rd, Trenton, NJ 08648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-NJ-public-service-ed-trenton-fcu').style.display = '';map = new google.maps.Map(document.getElementById('trenton-NJ-public-service-ed-trenton-fcu'), mapOptions);}document.getElementById('e7179200').innerHTML += ' | View Map';var $l718419eea9c17c6e8315105d1adcd991 = '

Public Service Ed Trenton FCU

Address: 4140 Quakerbridge Rd, Trenton, NJ 08648, USA
Phone: (609) 799-6987
';var m_718419eea9c17c6e8315105d1adcd991 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Public Service Ed Trenton FCU',});m_718419eea9c17c6e8315105d1adcd991['infowindow'] = new google.maps.InfoWindow({content: $l718419eea9c17c6e8315105d1adcd991});var infowindow = new google.maps.InfoWindow({content: $l718419eea9c17c6e8315105d1adcd991});google.maps.event.addListener(m_718419eea9c17c6e8315105d1adcd991, 'click', function() {infowindow.open(map,m_718419eea9c17c6e8315105d1adcd991);});$marker.push(m_718419eea9c17c6e8315105d1adcd991);}});}google.maps.event.addDomListener(window, 'load', initialize);