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.0722,-70.7692)};var g_5a18c1e2271e01211cbf197961402d5a = new google.maps.Geocoder();g_5a18c1e2271e01211cbf197961402d5a.geocode( { 'address': "501 Islington St, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-sis-bank').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-sis-bank'), mapOptions);}document.getElementById('82653bbb').innerHTML += ' | View Map';var $l5a18c1e2271e01211cbf197961402d5a = '

SIS Bank

Address: 501 Islington St, Portsmouth, NH 03801, USA
Phone: (603) 430-0042
';var m_5a18c1e2271e01211cbf197961402d5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SIS Bank',});m_5a18c1e2271e01211cbf197961402d5a['infowindow'] = new google.maps.InfoWindow({content: $l5a18c1e2271e01211cbf197961402d5a});var infowindow = new google.maps.InfoWindow({content: $l5a18c1e2271e01211cbf197961402d5a});google.maps.event.addListener(m_5a18c1e2271e01211cbf197961402d5a, 'click', function() {infowindow.open(map,m_5a18c1e2271e01211cbf197961402d5a);});$marker.push(m_5a18c1e2271e01211cbf197961402d5a);}});}google.maps.event.addDomListener(window, 'load', initialize);