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(42.9883,-71.4653)};var g_72414d07865a7ba85e0197f41248884f = new google.maps.Geocoder();g_72414d07865a7ba85e0197f41248884f.geocode( { 'address': "1589 Elm St, Manchester, NH 03101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-bank-of-new-england').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-bank-of-new-england'), mapOptions);}document.getElementById('984c1cd6').innerHTML += ' | View Map';var $l72414d07865a7ba85e0197f41248884f = '

Bank of New England

Address: 1589 Elm St, Manchester, NH 03101
Phone: (603) 624-6676
';var m_72414d07865a7ba85e0197f41248884f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of New England',});m_72414d07865a7ba85e0197f41248884f['infowindow'] = new google.maps.InfoWindow({content: $l72414d07865a7ba85e0197f41248884f});var infowindow = new google.maps.InfoWindow({content: $l72414d07865a7ba85e0197f41248884f});google.maps.event.addListener(m_72414d07865a7ba85e0197f41248884f, 'click', function() {infowindow.open(map,m_72414d07865a7ba85e0197f41248884f);});$marker.push(m_72414d07865a7ba85e0197f41248884f);}});}google.maps.event.addDomListener(window, 'load', initialize);