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.2385,-74.7494)};var g_bdc2424fd46a000e3946482846500c3f = new google.maps.Geocoder();g_bdc2424fd46a000e3946482846500c3f.geocode( { 'address': "1110 N Olden Ave, Trenton, NJ 08638, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-NJ-polish--slavic-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('trenton-NJ-polish--slavic-credit-union'), mapOptions);}document.getElementById('9494abf2').innerHTML += ' | View Map';var $lbdc2424fd46a000e3946482846500c3f = '

Polish & Slavic Credit Union

Address: 1110 N Olden Ave, Trenton, NJ 08638, USA
Phone: (609) 278-9580
';var m_bdc2424fd46a000e3946482846500c3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Polish & Slavic Credit Union',});m_bdc2424fd46a000e3946482846500c3f['infowindow'] = new google.maps.InfoWindow({content: $lbdc2424fd46a000e3946482846500c3f});var infowindow = new google.maps.InfoWindow({content: $lbdc2424fd46a000e3946482846500c3f});google.maps.event.addListener(m_bdc2424fd46a000e3946482846500c3f, 'click', function() {infowindow.open(map,m_bdc2424fd46a000e3946482846500c3f);});$marker.push(m_bdc2424fd46a000e3946482846500c3f);}});}google.maps.event.addDomListener(window, 'load', initialize);