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(44.3102,-71.7983)};var g_cb0217e062ae7cb7f4ddd97326c843cf = new google.maps.Geocoder();g_cb0217e062ae7cb7f4ddd97326c843cf.geocode( { 'address': "218 Dells Rd, Littleton, NH 03561, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('littleton-NH-northern-lights-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('littleton-NH-northern-lights-credit-union'), mapOptions);}document.getElementById('1ae034bf').innerHTML += ' | View Map';var $lcb0217e062ae7cb7f4ddd97326c843cf = '

Northern Lights Credit Union

Address: 218 Dells Rd, Littleton, NH 03561, USA
Phone: (603) 444-9964
';var m_cb0217e062ae7cb7f4ddd97326c843cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Lights Credit Union',});m_cb0217e062ae7cb7f4ddd97326c843cf['infowindow'] = new google.maps.InfoWindow({content: $lcb0217e062ae7cb7f4ddd97326c843cf});var infowindow = new google.maps.InfoWindow({content: $lcb0217e062ae7cb7f4ddd97326c843cf});google.maps.event.addListener(m_cb0217e062ae7cb7f4ddd97326c843cf, 'click', function() {infowindow.open(map,m_cb0217e062ae7cb7f4ddd97326c843cf);});$marker.push(m_cb0217e062ae7cb7f4ddd97326c843cf);}});}google.maps.event.addDomListener(window, 'load', initialize);