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.5511,-74.4372)};var g_a78a4988fd5f67973f1ef4826e0f9af7 = new google.maps.Geocoder();g_a78a4988fd5f67973f1ef4826e0f9af7.geocode( { 'address': "1342 Centennial Ave, Piscataway Township, NJ 08854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('piscataway-township-NJ-affinity-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('piscataway-township-NJ-affinity-federal-credit-union'), mapOptions);}document.getElementById('2bb0201d').innerHTML += ' | View Map';var $la78a4988fd5f67973f1ef4826e0f9af7 = '

Affinity Federal Credit Union

Address: 1342 Centennial Ave, Piscataway Township, NJ 08854, USA
Phone: (908) 860-7258
';var m_a78a4988fd5f67973f1ef4826e0f9af7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Federal Credit Union',});m_a78a4988fd5f67973f1ef4826e0f9af7['infowindow'] = new google.maps.InfoWindow({content: $la78a4988fd5f67973f1ef4826e0f9af7});var infowindow = new google.maps.InfoWindow({content: $la78a4988fd5f67973f1ef4826e0f9af7});google.maps.event.addListener(m_a78a4988fd5f67973f1ef4826e0f9af7, 'click', function() {infowindow.open(map,m_a78a4988fd5f67973f1ef4826e0f9af7);});$marker.push(m_a78a4988fd5f67973f1ef4826e0f9af7);}});}google.maps.event.addDomListener(window, 'load', initialize);