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.5544,-71.7855)};var g_42c8938e4cf5777700700e642dc2a8cd = new google.maps.Geocoder();g_42c8938e4cf5777700700e642dc2a8cd.geocode( { 'address': "67 Whalon St, Fitchburg, MA 01420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fitchburg-MA-icfcu---auto-center-not-a-branch--no-transactions').style.display = '';map = new google.maps.Map(document.getElementById('fitchburg-MA-icfcu---auto-center-not-a-branch--no-transactions'), mapOptions);}document.getElementById('0ffa0367').innerHTML += ' | View Map';var $l42c8938e4cf5777700700e642dc2a8cd = '

ICFCU - Auto Center (Not a Branch / NO Transactions)

Address: 67 Whalon St, Fitchburg, MA 01420, USA
Phone: (800) 262-1001
';var m_42c8938e4cf5777700700e642dc2a8cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ICFCU - Auto Center (Not a Branch / NO Transactions)',});m_42c8938e4cf5777700700e642dc2a8cd['infowindow'] = new google.maps.InfoWindow({content: $l42c8938e4cf5777700700e642dc2a8cd});var infowindow = new google.maps.InfoWindow({content: $l42c8938e4cf5777700700e642dc2a8cd});google.maps.event.addListener(m_42c8938e4cf5777700700e642dc2a8cd, 'click', function() {infowindow.open(map,m_42c8938e4cf5777700700e642dc2a8cd);});$marker.push(m_42c8938e4cf5777700700e642dc2a8cd);}});}google.maps.event.addDomListener(window, 'load', initialize);