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.8086,-71.2883)};var g_35f2a0e920c6a73ac0a264c06e895336 = new google.maps.Geocoder();g_35f2a0e920c6a73ac0a264c06e895336.geocode( { 'address': "3 Wall St, Windham, NH 03087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windham-NH-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('windham-NH-santander-bank'), mapOptions);}document.getElementById('d5ad08e7').innerHTML += ' | View Map';var $l35f2a0e920c6a73ac0a264c06e895336 = '

Santander Bank

Address: 3 Wall St, Windham, NH 03087, USA
Phone: (603) 432-1900
';var m_35f2a0e920c6a73ac0a264c06e895336 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_35f2a0e920c6a73ac0a264c06e895336['infowindow'] = new google.maps.InfoWindow({content: $l35f2a0e920c6a73ac0a264c06e895336});var infowindow = new google.maps.InfoWindow({content: $l35f2a0e920c6a73ac0a264c06e895336});google.maps.event.addListener(m_35f2a0e920c6a73ac0a264c06e895336, 'click', function() {infowindow.open(map,m_35f2a0e920c6a73ac0a264c06e895336);});$marker.push(m_35f2a0e920c6a73ac0a264c06e895336);}});}google.maps.event.addDomListener(window, 'load', initialize);