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.0124,-71.4529)};var g_f41f94e3576a8e292c03201210b90cbb = new google.maps.Geocoder();g_f41f94e3576a8e292c03201210b90cbb.geocode( { 'address': "425 Hooksett Rd, Manchester, NH 03104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-NH-bellwether-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manchester-NH-bellwether-community-credit-union'), mapOptions);}document.getElementById('7d2dc66f').innerHTML += ' | View Map';var $lf41f94e3576a8e292c03201210b90cbb = '

Bellwether Community Credit Union

Address: 425 Hooksett Rd, Manchester, NH 03104, USA
Phone: (603) 645-8181
';var m_f41f94e3576a8e292c03201210b90cbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bellwether Community Credit Union',});m_f41f94e3576a8e292c03201210b90cbb['infowindow'] = new google.maps.InfoWindow({content: $lf41f94e3576a8e292c03201210b90cbb});var infowindow = new google.maps.InfoWindow({content: $lf41f94e3576a8e292c03201210b90cbb});google.maps.event.addListener(m_f41f94e3576a8e292c03201210b90cbb, 'click', function() {infowindow.open(map,m_f41f94e3576a8e292c03201210b90cbb);});$marker.push(m_f41f94e3576a8e292c03201210b90cbb);}});}google.maps.event.addDomListener(window, 'load', initialize);