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.2602,-74.5138)};var g_2ae65ae50098c71b1fc86d9388d4240f = new google.maps.Geocoder();g_2ae65ae50098c71b1fc86d9388d4240f.geocode( { 'address': "299 Ward St B, East Windsor, NJ 08520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-windsor-NJ-new-jersey-credit-union-league').style.display = '';map = new google.maps.Map(document.getElementById('east-windsor-NJ-new-jersey-credit-union-league'), mapOptions);}document.getElementById('80c38e93').innerHTML += ' | View Map';var $l2ae65ae50098c71b1fc86d9388d4240f = '

New Jersey Credit Union League

Address: 299 Ward St B, East Windsor, NJ 08520, USA
Phone: (609) 448-2426
';var m_2ae65ae50098c71b1fc86d9388d4240f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Jersey Credit Union League',});m_2ae65ae50098c71b1fc86d9388d4240f['infowindow'] = new google.maps.InfoWindow({content: $l2ae65ae50098c71b1fc86d9388d4240f});var infowindow = new google.maps.InfoWindow({content: $l2ae65ae50098c71b1fc86d9388d4240f});google.maps.event.addListener(m_2ae65ae50098c71b1fc86d9388d4240f, 'click', function() {infowindow.open(map,m_2ae65ae50098c71b1fc86d9388d4240f);});$marker.push(m_2ae65ae50098c71b1fc86d9388d4240f);}});}google.maps.event.addDomListener(window, 'load', initialize);