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.0346,-70.7819)};var g_c45c2caed3ebe61eab835dd87dbf1b28 = new google.maps.Geocoder();g_c45c2caed3ebe61eab835dd87dbf1b28.geocode( { 'address': "2400 Lafayette Rd, Portsmouth, NH 03801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-NH-granite-bank').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-NH-granite-bank'), mapOptions);}document.getElementById('723a65d6').innerHTML += ' | View Map';var $lc45c2caed3ebe61eab835dd87dbf1b28 = '

Granite Bank

Address: 2400 Lafayette Rd, Portsmouth, NH 03801, USA
Phone: (603) 436-2324
';var m_c45c2caed3ebe61eab835dd87dbf1b28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite Bank',});m_c45c2caed3ebe61eab835dd87dbf1b28['infowindow'] = new google.maps.InfoWindow({content: $lc45c2caed3ebe61eab835dd87dbf1b28});var infowindow = new google.maps.InfoWindow({content: $lc45c2caed3ebe61eab835dd87dbf1b28});google.maps.event.addListener(m_c45c2caed3ebe61eab835dd87dbf1b28, 'click', function() {infowindow.open(map,m_c45c2caed3ebe61eab835dd87dbf1b28);});$marker.push(m_c45c2caed3ebe61eab835dd87dbf1b28);}});}google.maps.event.addDomListener(window, 'load', initialize);