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.5055,-71.2707)};var g_1ea5e6f2837d15cbe7a9989bb9ff07af = new google.maps.Geocoder();g_1ea5e6f2837d15cbe7a9989bb9ff07af.geocode( { 'address': "200 Springs Rd, Bedford, MA 01730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-MA-bedford-va-fcu').style.display = '';map = new google.maps.Map(document.getElementById('bedford-MA-bedford-va-fcu'), mapOptions);}document.getElementById('66886464').innerHTML += ' | View Map';var $l1ea5e6f2837d15cbe7a9989bb9ff07af = '

Bedford VA FCU

Address: 200 Springs Rd, Bedford, MA 01730, USA
Phone: (781) 271-0262
';var m_1ea5e6f2837d15cbe7a9989bb9ff07af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bedford VA FCU',});m_1ea5e6f2837d15cbe7a9989bb9ff07af['infowindow'] = new google.maps.InfoWindow({content: $l1ea5e6f2837d15cbe7a9989bb9ff07af});var infowindow = new google.maps.InfoWindow({content: $l1ea5e6f2837d15cbe7a9989bb9ff07af});google.maps.event.addListener(m_1ea5e6f2837d15cbe7a9989bb9ff07af, 'click', function() {infowindow.open(map,m_1ea5e6f2837d15cbe7a9989bb9ff07af);});$marker.push(m_1ea5e6f2837d15cbe7a9989bb9ff07af);}});}google.maps.event.addDomListener(window, 'load', initialize);