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.5181,-70.9045)};var g_7fb693858c802d676c3ca3a52737fb35 = new google.maps.Geocoder();g_7fb693858c802d676c3ca3a52737fb35.geocode( { 'address': "370 Highland Ave, Salem, MA 01970"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-MA-st-jeans-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('salem-MA-st-jeans-credit-union'), mapOptions);}document.getElementById('fa955986').innerHTML += ' | View Map';var $l7fb693858c802d676c3ca3a52737fb35 = '

St Jeans Credit Union

Address: 370 Highland Ave, Salem, MA 01970
Phone: (978) 745-1370
';var m_7fb693858c802d676c3ca3a52737fb35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Jeans Credit Union',});m_7fb693858c802d676c3ca3a52737fb35['infowindow'] = new google.maps.InfoWindow({content: $l7fb693858c802d676c3ca3a52737fb35});var infowindow = new google.maps.InfoWindow({content: $l7fb693858c802d676c3ca3a52737fb35});google.maps.event.addListener(m_7fb693858c802d676c3ca3a52737fb35, 'click', function() {infowindow.open(map,m_7fb693858c802d676c3ca3a52737fb35);});$marker.push(m_7fb693858c802d676c3ca3a52737fb35);}});}google.maps.event.addDomListener(window, 'load', initialize);