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.8882,-71.299)};var g_760affa2ded84b1ddb338e7fa5bf5b94 = new google.maps.Geocoder();g_760affa2ded84b1ddb338e7fa5bf5b94.geocode( { 'address': "60 Crystal Ave, Derry, NH 03038"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('derry-NH-enterprise-bank').style.display = '';map = new google.maps.Map(document.getElementById('derry-NH-enterprise-bank'), mapOptions);}document.getElementById('6c7a7407').innerHTML += ' | View Map';var $l760affa2ded84b1ddb338e7fa5bf5b94 = '

Enterprise Bank

Address: 60 Crystal Ave, Derry, NH 03038
Phone: (603) 965-0036
';var m_760affa2ded84b1ddb338e7fa5bf5b94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Enterprise Bank',});m_760affa2ded84b1ddb338e7fa5bf5b94['infowindow'] = new google.maps.InfoWindow({content: $l760affa2ded84b1ddb338e7fa5bf5b94});var infowindow = new google.maps.InfoWindow({content: $l760affa2ded84b1ddb338e7fa5bf5b94});google.maps.event.addListener(m_760affa2ded84b1ddb338e7fa5bf5b94, 'click', function() {infowindow.open(map,m_760affa2ded84b1ddb338e7fa5bf5b94);});$marker.push(m_760affa2ded84b1ddb338e7fa5bf5b94);}});}google.maps.event.addDomListener(window, 'load', initialize);