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.3267,-71.9175)};var g_a2ac50785658b26c06e6764f412d2229 = new google.maps.Geocoder();g_a2ac50785658b26c06e6764f412d2229.geocode( { 'address': "50 Sunset Ln, Paxton, MA 01612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paxton-MA-leominster-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('paxton-MA-leominster-credit-union'), mapOptions);}document.getElementById('309c44de').innerHTML += ' | View Map';var $la2ac50785658b26c06e6764f412d2229 = '

Leominster Credit Union

Address: 50 Sunset Ln, Paxton, MA 01612, USA
Phone: (800) 649-4646
';var m_a2ac50785658b26c06e6764f412d2229 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leominster Credit Union',});m_a2ac50785658b26c06e6764f412d2229['infowindow'] = new google.maps.InfoWindow({content: $la2ac50785658b26c06e6764f412d2229});var infowindow = new google.maps.InfoWindow({content: $la2ac50785658b26c06e6764f412d2229});google.maps.event.addListener(m_a2ac50785658b26c06e6764f412d2229, 'click', function() {infowindow.open(map,m_a2ac50785658b26c06e6764f412d2229);});$marker.push(m_a2ac50785658b26c06e6764f412d2229);}});}google.maps.event.addDomListener(window, 'load', initialize);