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.1304,-70.9767)};var g_9a48a4db98bb07d6ec0660864c12378f = new google.maps.Geocoder();g_9a48a4db98bb07d6ec0660864c12378f.geocode( { 'address': "7 Mill Rd, Durham, NH 03824"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NH-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('durham-NH-federal-savings-bank'), mapOptions);}document.getElementById('6b506a3f').innerHTML += ' | View Map';var $l9a48a4db98bb07d6ec0660864c12378f = '

Federal Savings Bank

Address: 7 Mill Rd, Durham, NH 03824
Phone: (603) 868-1111
';var m_9a48a4db98bb07d6ec0660864c12378f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Savings Bank',});m_9a48a4db98bb07d6ec0660864c12378f['infowindow'] = new google.maps.InfoWindow({content: $l9a48a4db98bb07d6ec0660864c12378f});var infowindow = new google.maps.InfoWindow({content: $l9a48a4db98bb07d6ec0660864c12378f});google.maps.event.addListener(m_9a48a4db98bb07d6ec0660864c12378f, 'click', function() {infowindow.open(map,m_9a48a4db98bb07d6ec0660864c12378f);});$marker.push(m_9a48a4db98bb07d6ec0660864c12378f);}});}google.maps.event.addDomListener(window, 'load', initialize);