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(44.4006,-71.1927)};var g_be816c8a164ab7992ac40b97ed687634 = new google.maps.Geocoder();g_be816c8a164ab7992ac40b97ed687634.geocode( { 'address': "583 Main St, Gorham, NH 03581"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gorham-NH-bank-of-new-hampshire').style.display = '';map = new google.maps.Map(document.getElementById('gorham-NH-bank-of-new-hampshire'), mapOptions);}document.getElementById('554858da').innerHTML += ' | View Map';var $lbe816c8a164ab7992ac40b97ed687634 = '

Bank Of New Hampshire

Address: 583 Main St, Gorham, NH 03581
Phone: (603) 466-3352
';var m_be816c8a164ab7992ac40b97ed687634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of New Hampshire',});m_be816c8a164ab7992ac40b97ed687634['infowindow'] = new google.maps.InfoWindow({content: $lbe816c8a164ab7992ac40b97ed687634});var infowindow = new google.maps.InfoWindow({content: $lbe816c8a164ab7992ac40b97ed687634});google.maps.event.addListener(m_be816c8a164ab7992ac40b97ed687634, 'click', function() {infowindow.open(map,m_be816c8a164ab7992ac40b97ed687634);});$marker.push(m_be816c8a164ab7992ac40b97ed687634);}});}google.maps.event.addDomListener(window, 'load', initialize);