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_629a3f6a067e5759698767345398ace6 = new google.maps.Geocoder();g_629a3f6a067e5759698767345398ace6.geocode( { 'address': "25A Orchard View Drive, Londonderry, NH 03053"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('londonderry-NH-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('londonderry-NH-santander-bank'), mapOptions);}document.getElementById('e92ab101').innerHTML += ' | View Map';var $l629a3f6a067e5759698767345398ace6 = '

Santander Bank

Address: 25A Orchard View Drive, Londonderry, NH 03053
Phone: (603) 425-0381
';var m_629a3f6a067e5759698767345398ace6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_629a3f6a067e5759698767345398ace6['infowindow'] = new google.maps.InfoWindow({content: $l629a3f6a067e5759698767345398ace6});var infowindow = new google.maps.InfoWindow({content: $l629a3f6a067e5759698767345398ace6});google.maps.event.addListener(m_629a3f6a067e5759698767345398ace6, 'click', function() {infowindow.open(map,m_629a3f6a067e5759698767345398ace6);});$marker.push(m_629a3f6a067e5759698767345398ace6);}});}google.maps.event.addDomListener(window, 'load', initialize);