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(43.026,-70.7922)};var g_f19ea2ad04c46f33134d405510650a60 = new google.maps.Geocoder();g_f19ea2ad04c46f33134d405510650a60.geocode( { 'address': "3003 Lafayette Rd, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-service-credit-union-headquarters').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-service-credit-union-headquarters'), mapOptions);}document.getElementById('0d9d433d').innerHTML += ' | View Map';var $lf19ea2ad04c46f33134d405510650a60 = '

Service Credit Union Headquarters

Address: 3003 Lafayette Rd, Portsmouth, NH 03801, USA
Phone: (800) 936-7730
';var m_f19ea2ad04c46f33134d405510650a60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Service Credit Union Headquarters',});m_f19ea2ad04c46f33134d405510650a60['infowindow'] = new google.maps.InfoWindow({content: $lf19ea2ad04c46f33134d405510650a60});var infowindow = new google.maps.InfoWindow({content: $lf19ea2ad04c46f33134d405510650a60});google.maps.event.addListener(m_f19ea2ad04c46f33134d405510650a60, 'click', function() {infowindow.open(map,m_f19ea2ad04c46f33134d405510650a60);});$marker.push(m_f19ea2ad04c46f33134d405510650a60);}});}google.maps.event.addDomListener(window, 'load', initialize);