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.3743,-71.9504)};var g_f49e83655b804ba2c8f0c309463cafe7 = new google.maps.Geocoder();g_f49e83655b804ba2c8f0c309463cafe7.geocode( { 'address': "32 Pommogussett Rd, Rutland, MA 01543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rutland-MA-gfa-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rutland-MA-gfa-federal-credit-union'), mapOptions);}document.getElementById('ab08cbf7').innerHTML += ' | View Map';var $lf49e83655b804ba2c8f0c309463cafe7 = '

GFA Federal Credit Union

Address: 32 Pommogussett Rd, Rutland, MA 01543
Phone: (508) 886-6300
';var m_f49e83655b804ba2c8f0c309463cafe7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GFA Federal Credit Union',});m_f49e83655b804ba2c8f0c309463cafe7['infowindow'] = new google.maps.InfoWindow({content: $lf49e83655b804ba2c8f0c309463cafe7});var infowindow = new google.maps.InfoWindow({content: $lf49e83655b804ba2c8f0c309463cafe7});google.maps.event.addListener(m_f49e83655b804ba2c8f0c309463cafe7, 'click', function() {infowindow.open(map,m_f49e83655b804ba2c8f0c309463cafe7);});$marker.push(m_f49e83655b804ba2c8f0c309463cafe7);}});}google.maps.event.addDomListener(window, 'load', initialize);