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(39.7738,-76.67)};var g_6220d78a81df90871ed5d07ad6023bf7 = new google.maps.Geocoder();g_6220d78a81df90871ed5d07ad6023bf7.geocode( { 'address': "14601 Mount Airy Rd, Shrewsbury, PA 17361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shrewsbury-PA-members-1st-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('shrewsbury-PA-members-1st-federal-credit-union'), mapOptions);}document.getElementById('80484189').innerHTML += ' | View Map';var $l6220d78a81df90871ed5d07ad6023bf7 = '

Members 1st Federal Credit Union

Address: 14601 Mount Airy Rd, Shrewsbury, PA 17361, USA
Phone: (800) 237-7288
';var m_6220d78a81df90871ed5d07ad6023bf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Members 1st Federal Credit Union',});m_6220d78a81df90871ed5d07ad6023bf7['infowindow'] = new google.maps.InfoWindow({content: $l6220d78a81df90871ed5d07ad6023bf7});var infowindow = new google.maps.InfoWindow({content: $l6220d78a81df90871ed5d07ad6023bf7});google.maps.event.addListener(m_6220d78a81df90871ed5d07ad6023bf7, 'click', function() {infowindow.open(map,m_6220d78a81df90871ed5d07ad6023bf7);});$marker.push(m_6220d78a81df90871ed5d07ad6023bf7);}});}google.maps.event.addDomListener(window, 'load', initialize);