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.8671,-71.3776)};var g_8a51062fb336239020a78ebbe33dca50 = new google.maps.Geocoder();g_8a51062fb336239020a78ebbe33dca50.geocode( { 'address': "175 Mammoth Rd, Londonderry, NH 03053"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('londonderry-NH-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('londonderry-NH-bank-of-america'), mapOptions);}document.getElementById('b962d2e0').innerHTML += ' | View Map';var $l8a51062fb336239020a78ebbe33dca50 = '

Bank Of America

Address: 175 Mammoth Rd, Londonderry, NH 03053
Phone: (603) 434-4151
';var m_8a51062fb336239020a78ebbe33dca50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_8a51062fb336239020a78ebbe33dca50['infowindow'] = new google.maps.InfoWindow({content: $l8a51062fb336239020a78ebbe33dca50});var infowindow = new google.maps.InfoWindow({content: $l8a51062fb336239020a78ebbe33dca50});google.maps.event.addListener(m_8a51062fb336239020a78ebbe33dca50, 'click', function() {infowindow.open(map,m_8a51062fb336239020a78ebbe33dca50);});$marker.push(m_8a51062fb336239020a78ebbe33dca50);}});}google.maps.event.addDomListener(window, 'load', initialize);