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(43.7543,-71.6881)};var g_b555275c3a31179cda2cf2de0d150532 = new google.maps.Geocoder();g_b555275c3a31179cda2cf2de0d150532.geocode( { 'address': "28 Main St, Plymouth, NH 03264, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-NH-community-guaranty-savings-bnk').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-NH-community-guaranty-savings-bnk'), mapOptions);}document.getElementById('8cdbb571').innerHTML += ' | View Map';var $lb555275c3a31179cda2cf2de0d150532 = '

Community Guaranty Savings Bnk

Address: 28 Main St, Plymouth, NH 03264, USA
Phone: (603) 536-0001
';var m_b555275c3a31179cda2cf2de0d150532 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Guaranty Savings Bnk',});m_b555275c3a31179cda2cf2de0d150532['infowindow'] = new google.maps.InfoWindow({content: $lb555275c3a31179cda2cf2de0d150532});var infowindow = new google.maps.InfoWindow({content: $lb555275c3a31179cda2cf2de0d150532});google.maps.event.addListener(m_b555275c3a31179cda2cf2de0d150532, 'click', function() {infowindow.open(map,m_b555275c3a31179cda2cf2de0d150532);});$marker.push(m_b555275c3a31179cda2cf2de0d150532);}});}google.maps.event.addDomListener(window, 'load', initialize);