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.575,-74.6577)};var g_8f99de512b606488e18d6d9c8b2646ed = new google.maps.Geocoder();g_8f99de512b606488e18d6d9c8b2646ed.geocode( { 'address': "Raritan, NJ 08869, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raritan-NJ-prime-federal-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('raritan-NJ-prime-federal-credit-union-inc'), mapOptions);}document.getElementById('6e47c6eb').innerHTML += ' | View Map';var $l8f99de512b606488e18d6d9c8b2646ed = '

Prime Federal Credit Union Inc

Address: Raritan, NJ 08869, USA
Phone: (908) 704-9009
';var m_8f99de512b606488e18d6d9c8b2646ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Federal Credit Union Inc',});m_8f99de512b606488e18d6d9c8b2646ed['infowindow'] = new google.maps.InfoWindow({content: $l8f99de512b606488e18d6d9c8b2646ed});var infowindow = new google.maps.InfoWindow({content: $l8f99de512b606488e18d6d9c8b2646ed});google.maps.event.addListener(m_8f99de512b606488e18d6d9c8b2646ed, 'click', function() {infowindow.open(map,m_8f99de512b606488e18d6d9c8b2646ed);});$marker.push(m_8f99de512b606488e18d6d9c8b2646ed);}});}google.maps.event.addDomListener(window, 'load', initialize);