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(44.4747,-71.1712)};var g_0a46864eecae49a324586ad2e2a1d2a0 = new google.maps.Geocoder();g_0a46864eecae49a324586ad2e2a1d2a0.geocode( { 'address': "730 Main St, Berlin, NH 03570, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berlin-NH-woodlands-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('berlin-NH-woodlands-credit-union'), mapOptions);}document.getElementById('98e6bf4c').innerHTML += ' | View Map';var $l0a46864eecae49a324586ad2e2a1d2a0 = '

Woodlands Credit Union

Address: 730 Main St, Berlin, NH 03570, USA
Phone: (603) 752-5650
';var m_0a46864eecae49a324586ad2e2a1d2a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodlands Credit Union',});m_0a46864eecae49a324586ad2e2a1d2a0['infowindow'] = new google.maps.InfoWindow({content: $l0a46864eecae49a324586ad2e2a1d2a0});var infowindow = new google.maps.InfoWindow({content: $l0a46864eecae49a324586ad2e2a1d2a0});google.maps.event.addListener(m_0a46864eecae49a324586ad2e2a1d2a0, 'click', function() {infowindow.open(map,m_0a46864eecae49a324586ad2e2a1d2a0);});$marker.push(m_0a46864eecae49a324586ad2e2a1d2a0);}});}google.maps.event.addDomListener(window, 'load', initialize);