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.8949,-70.8683)};var g_015bd59ba0bae79d022d8bf02320c7b8 = new google.maps.Geocoder();g_015bd59ba0bae79d022d8bf02320c7b8.geocode( { 'address': "700 Lafayette Rd #103A, Seabrook, NH 03874, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seabrook-NH-merrimack-valley-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('seabrook-NH-merrimack-valley-credit-union'), mapOptions);}document.getElementById('60fac5d8').innerHTML += ' | View Map';var $l015bd59ba0bae79d022d8bf02320c7b8 = '

Merrimack Valley Credit Union

Address: 700 Lafayette Rd #103A, Seabrook, NH 03874, USA
Phone: (800) 356-0067
';var m_015bd59ba0bae79d022d8bf02320c7b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrimack Valley Credit Union',});m_015bd59ba0bae79d022d8bf02320c7b8['infowindow'] = new google.maps.InfoWindow({content: $l015bd59ba0bae79d022d8bf02320c7b8});var infowindow = new google.maps.InfoWindow({content: $l015bd59ba0bae79d022d8bf02320c7b8});google.maps.event.addListener(m_015bd59ba0bae79d022d8bf02320c7b8, 'click', function() {infowindow.open(map,m_015bd59ba0bae79d022d8bf02320c7b8);});$marker.push(m_015bd59ba0bae79d022d8bf02320c7b8);}});}google.maps.event.addDomListener(window, 'load', initialize);