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.0764,-70.757)};var g_0cfbe32b3d427b75091106e30193b577 = new google.maps.Geocoder();g_0cfbe32b3d427b75091106e30193b577.geocode( { 'address': "15 Pleasant St # 1, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-piscataqua-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-piscataqua-savings-bank'), mapOptions);}document.getElementById('1f7616bd').innerHTML += ' | View Map';var $l0cfbe32b3d427b75091106e30193b577 = '

Piscataqua Savings Bank

Address: 15 Pleasant St # 1, Portsmouth, NH 03801, USA
Phone: (603) 436-5250
';var m_0cfbe32b3d427b75091106e30193b577 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Piscataqua Savings Bank',});m_0cfbe32b3d427b75091106e30193b577['infowindow'] = new google.maps.InfoWindow({content: $l0cfbe32b3d427b75091106e30193b577});var infowindow = new google.maps.InfoWindow({content: $l0cfbe32b3d427b75091106e30193b577});google.maps.event.addListener(m_0cfbe32b3d427b75091106e30193b577, 'click', function() {infowindow.open(map,m_0cfbe32b3d427b75091106e30193b577);});$marker.push(m_0cfbe32b3d427b75091106e30193b577);}});}google.maps.event.addDomListener(window, 'load', initialize);