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.22,-74.7608)};var g_121f112758e4254fd9b922dfa871720d = new google.maps.Geocoder();g_121f112758e4254fd9b922dfa871720d.geocode( { 'address': "225 E State St, Trenton, NJ 08604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-NJ-njl--ps-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('trenton-NJ-njl--ps-credit-union'), mapOptions);}document.getElementById('18869b95').innerHTML += ' | View Map';var $l121f112758e4254fd9b922dfa871720d = '

NJL & PS Credit Union

Address: 225 E State St, Trenton, NJ 08604, USA
Phone: (609) 393-0046
';var m_121f112758e4254fd9b922dfa871720d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NJL & PS Credit Union',});m_121f112758e4254fd9b922dfa871720d['infowindow'] = new google.maps.InfoWindow({content: $l121f112758e4254fd9b922dfa871720d});var infowindow = new google.maps.InfoWindow({content: $l121f112758e4254fd9b922dfa871720d});google.maps.event.addListener(m_121f112758e4254fd9b922dfa871720d, 'click', function() {infowindow.open(map,m_121f112758e4254fd9b922dfa871720d);});$marker.push(m_121f112758e4254fd9b922dfa871720d);}});}google.maps.event.addDomListener(window, 'load', initialize);