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.0672,-70.7841)};var g_bc67a3a3aea969cbaaa0c155e8f59317 = new google.maps.Geocoder();g_bc67a3a3aea969cbaaa0c155e8f59317.geocode( { 'address': "77 Hanover St, Portsmouth, NH 03801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-hampshire-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-hampshire-first-bank'), mapOptions);}document.getElementById('33ea2cf3').innerHTML += ' | View Map';var $lbc67a3a3aea969cbaaa0c155e8f59317 = '

Hampshire First Bank

Address: 77 Hanover St, Portsmouth, NH 03801
Phone: (603) 334-1280
';var m_bc67a3a3aea969cbaaa0c155e8f59317 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hampshire First Bank',});m_bc67a3a3aea969cbaaa0c155e8f59317['infowindow'] = new google.maps.InfoWindow({content: $lbc67a3a3aea969cbaaa0c155e8f59317});var infowindow = new google.maps.InfoWindow({content: $lbc67a3a3aea969cbaaa0c155e8f59317});google.maps.event.addListener(m_bc67a3a3aea969cbaaa0c155e8f59317, 'click', function() {infowindow.open(map,m_bc67a3a3aea969cbaaa0c155e8f59317);});$marker.push(m_bc67a3a3aea969cbaaa0c155e8f59317);}});}google.maps.event.addDomListener(window, 'load', initialize);