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.3651,-71.0631)};var g_29f2c2f884c66eb660e71f659cee6a3d = new google.maps.Geocoder();g_29f2c2f884c66eb660e71f659cee6a3d.geocode( { 'address': "10 Causeway St #436, Boston, MA 02222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-boston-customs-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-boston-customs-federal-cu'), mapOptions);}document.getElementById('77741428').innerHTML += ' | View Map';var $l29f2c2f884c66eb660e71f659cee6a3d = '

Boston Customs Federal CU

Address: 10 Causeway St #436, Boston, MA 02222, USA
Phone: (617) 742-1135
';var m_29f2c2f884c66eb660e71f659cee6a3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boston Customs Federal CU',});m_29f2c2f884c66eb660e71f659cee6a3d['infowindow'] = new google.maps.InfoWindow({content: $l29f2c2f884c66eb660e71f659cee6a3d});var infowindow = new google.maps.InfoWindow({content: $l29f2c2f884c66eb660e71f659cee6a3d});google.maps.event.addListener(m_29f2c2f884c66eb660e71f659cee6a3d, 'click', function() {infowindow.open(map,m_29f2c2f884c66eb660e71f659cee6a3d);});$marker.push(m_29f2c2f884c66eb660e71f659cee6a3d);}});}google.maps.event.addDomListener(window, 'load', initialize);