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.0777,-70.7598)};var g_cb4a0cbfa36db037a0555bb9d6999cd1 = new google.maps.Geocoder();g_cb4a0cbfa36db037a0555bb9d6999cd1.geocode( { 'address': "2nd Floor, 100 Market St, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-nbt-bank-of-portsmouth').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-nbt-bank-of-portsmouth'), mapOptions);}document.getElementById('e85ba45c').innerHTML += ' | View Map';var $lcb4a0cbfa36db037a0555bb9d6999cd1 = '

NBT Bank of Portsmouth

Address: 2nd Floor, 100 Market St, Portsmouth, NH 03801, USA
Phone: (603) 334-1280
';var m_cb4a0cbfa36db037a0555bb9d6999cd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NBT Bank of Portsmouth',});m_cb4a0cbfa36db037a0555bb9d6999cd1['infowindow'] = new google.maps.InfoWindow({content: $lcb4a0cbfa36db037a0555bb9d6999cd1});var infowindow = new google.maps.InfoWindow({content: $lcb4a0cbfa36db037a0555bb9d6999cd1});google.maps.event.addListener(m_cb4a0cbfa36db037a0555bb9d6999cd1, 'click', function() {infowindow.open(map,m_cb4a0cbfa36db037a0555bb9d6999cd1);});$marker.push(m_cb4a0cbfa36db037a0555bb9d6999cd1);}});}google.maps.event.addDomListener(window, 'load', initialize);