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(42.9883,-71.4653)};var g_6410bb923bcf940b7c57331f7b7db3c6 = new google.maps.Geocoder();g_6410bb923bcf940b7c57331f7b7db3c6.geocode( { 'address': "340 Wilson St, Manchester, NH 03103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-northeast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-northeast-credit-union'), mapOptions);}document.getElementById('d497b52f').innerHTML += ' | View Map';var $l6410bb923bcf940b7c57331f7b7db3c6 = '

Northeast Credit Union

Address: 340 Wilson St, Manchester, NH 03103
Phone: (603) 622-3261
';var m_6410bb923bcf940b7c57331f7b7db3c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Credit Union',});m_6410bb923bcf940b7c57331f7b7db3c6['infowindow'] = new google.maps.InfoWindow({content: $l6410bb923bcf940b7c57331f7b7db3c6});var infowindow = new google.maps.InfoWindow({content: $l6410bb923bcf940b7c57331f7b7db3c6});google.maps.event.addListener(m_6410bb923bcf940b7c57331f7b7db3c6, 'click', function() {infowindow.open(map,m_6410bb923bcf940b7c57331f7b7db3c6);});$marker.push(m_6410bb923bcf940b7c57331f7b7db3c6);}});}google.maps.event.addDomListener(window, 'load', initialize);