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.6618,-74.3469)};var g_4613cb39d8f661740d22539accecef4f = new google.maps.Geocoder();g_4613cb39d8f661740d22539accecef4f.geocode( { 'address': "1100 Raymond St, Westfield, NJ 07090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-NJ-aspire-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('westfield-NJ-aspire-federal-credit-union'), mapOptions);}document.getElementById('78fd633a').innerHTML += ' | View Map';var $l4613cb39d8f661740d22539accecef4f = '

Aspire Federal Credit Union

Address: 1100 Raymond St, Westfield, NJ 07090, USA
Phone: (888) 322-3732
';var m_4613cb39d8f661740d22539accecef4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aspire Federal Credit Union',});m_4613cb39d8f661740d22539accecef4f['infowindow'] = new google.maps.InfoWindow({content: $l4613cb39d8f661740d22539accecef4f});var infowindow = new google.maps.InfoWindow({content: $l4613cb39d8f661740d22539accecef4f});google.maps.event.addListener(m_4613cb39d8f661740d22539accecef4f, 'click', function() {infowindow.open(map,m_4613cb39d8f661740d22539accecef4f);});$marker.push(m_4613cb39d8f661740d22539accecef4f);}});}google.maps.event.addDomListener(window, 'load', initialize);