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_cd6539b09d112a53ba4098fe605df806 = new google.maps.Geocoder();g_cd6539b09d112a53ba4098fe605df806.geocode( { 'address': "42 Nashua Rd, Londonderry, NH 03053"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('londonderry-NH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('londonderry-NH-citizens-bank'), mapOptions);}document.getElementById('5178e797').innerHTML += ' | View Map';var $lcd6539b09d112a53ba4098fe605df806 = '

Citizens Bank

Address: 42 Nashua Rd, Londonderry, NH 03053
Phone: (603) 434-4576
';var m_cd6539b09d112a53ba4098fe605df806 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_cd6539b09d112a53ba4098fe605df806['infowindow'] = new google.maps.InfoWindow({content: $lcd6539b09d112a53ba4098fe605df806});var infowindow = new google.maps.InfoWindow({content: $lcd6539b09d112a53ba4098fe605df806});google.maps.event.addListener(m_cd6539b09d112a53ba4098fe605df806, 'click', function() {infowindow.open(map,m_cd6539b09d112a53ba4098fe605df806);});$marker.push(m_cd6539b09d112a53ba4098fe605df806);}});}google.maps.event.addDomListener(window, 'load', initialize);