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.858,-71.3559)};var g_feaa3aa9821868db73534710d1945c9c = new google.maps.Geocoder();g_feaa3aa9821868db73534710d1945c9c.geocode( { 'address': "25 Orchard View Dr, Londonderry, NH 03053, USA"}, 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('affa84f4').innerHTML += ' | View Map';var $lfeaa3aa9821868db73534710d1945c9c = '

Santander Bank

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