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()};var g_a4a1108bbcc329a70efa93d7bf060914 = new google.maps.Geocoder();g_a4a1108bbcc329a70efa93d7bf060914.geocode( { 'address': "263 Us Hwy 22, Green Brook, NJ 08812"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('green-brook-NJ-financial-resources-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('green-brook-NJ-financial-resources-federal-credit-union'), mapOptions);}document.getElementById('39f5522f').innerHTML += ' | View Map';var $la4a1108bbcc329a70efa93d7bf060914 = '

Financial Resources Federal Credit Union

Address: 263 Us Hwy 22, Green Brook, NJ 08812
Phone: (732) 424-3971
';var m_a4a1108bbcc329a70efa93d7bf060914 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Resources Federal Credit Union',});m_a4a1108bbcc329a70efa93d7bf060914['infowindow'] = new google.maps.InfoWindow({content: $la4a1108bbcc329a70efa93d7bf060914});var infowindow = new google.maps.InfoWindow({content: $la4a1108bbcc329a70efa93d7bf060914});google.maps.event.addListener(m_a4a1108bbcc329a70efa93d7bf060914, 'click', function() {infowindow.open(map,m_a4a1108bbcc329a70efa93d7bf060914);});$marker.push(m_a4a1108bbcc329a70efa93d7bf060914);}});}google.maps.event.addDomListener(window, 'load', initialize);