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_0527dc6a05a520c0123d58da521a4a36 = new google.maps.Geocoder();g_0527dc6a05a520c0123d58da521a4a36.geocode( { 'address': "705 Hooksett Rd, Manchester, NH 03104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-laconia-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-laconia-savings-bank'), mapOptions);}document.getElementById('56e59390').innerHTML += ' | View Map';var $l0527dc6a05a520c0123d58da521a4a36 = '

Laconia Savings Bank

Address: 705 Hooksett Rd, Manchester, NH 03104
Phone: (603) 626-1301
';var m_0527dc6a05a520c0123d58da521a4a36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Laconia Savings Bank',});m_0527dc6a05a520c0123d58da521a4a36['infowindow'] = new google.maps.InfoWindow({content: $l0527dc6a05a520c0123d58da521a4a36});var infowindow = new google.maps.InfoWindow({content: $l0527dc6a05a520c0123d58da521a4a36});google.maps.event.addListener(m_0527dc6a05a520c0123d58da521a4a36, 'click', function() {infowindow.open(map,m_0527dc6a05a520c0123d58da521a4a36);});$marker.push(m_0527dc6a05a520c0123d58da521a4a36);}});}google.maps.event.addDomListener(window, 'load', initialize);