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.6376,-74.9105)};var g_a51bccafec3f2debd220857b54dfaca0 = new google.maps.Geocoder();g_a51bccafec3f2debd220857b54dfaca0.geocode( { 'address': "5 Leigh St, Clinton, NJ 08809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-NJ-riegel-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clinton-NJ-riegel-federal-credit-union'), mapOptions);}document.getElementById('fe72b173').innerHTML += ' | View Map';var $la51bccafec3f2debd220857b54dfaca0 = '

Riegel Federal Credit Union

Address: 5 Leigh St, Clinton, NJ 08809, USA
Phone: (908) 730-8773
';var m_a51bccafec3f2debd220857b54dfaca0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riegel Federal Credit Union',});m_a51bccafec3f2debd220857b54dfaca0['infowindow'] = new google.maps.InfoWindow({content: $la51bccafec3f2debd220857b54dfaca0});var infowindow = new google.maps.InfoWindow({content: $la51bccafec3f2debd220857b54dfaca0});google.maps.event.addListener(m_a51bccafec3f2debd220857b54dfaca0, 'click', function() {infowindow.open(map,m_a51bccafec3f2debd220857b54dfaca0);});$marker.push(m_a51bccafec3f2debd220857b54dfaca0);}});}google.maps.event.addDomListener(window, 'load', initialize);