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(40.3042,-79.9752)};var g_127eaaddcaea0a408a42c6c7e1a30150 = new google.maps.Geocoder();g_127eaaddcaea0a408a42c6c7e1a30150.geocode( { 'address': "626 Cochrans Mill Rd #140, Pittsburgh, PA 15236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-mem-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-mem-federal-cu'), mapOptions);}document.getElementById('13f6db4e').innerHTML += ' | View Map';var $l127eaaddcaea0a408a42c6c7e1a30150 = '

Mem Federal Cu

Address: 626 Cochrans Mill Rd #140, Pittsburgh, PA 15236, USA
Phone: (412) 386-6631
';var m_127eaaddcaea0a408a42c6c7e1a30150 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mem Federal Cu',});m_127eaaddcaea0a408a42c6c7e1a30150['infowindow'] = new google.maps.InfoWindow({content: $l127eaaddcaea0a408a42c6c7e1a30150});var infowindow = new google.maps.InfoWindow({content: $l127eaaddcaea0a408a42c6c7e1a30150});google.maps.event.addListener(m_127eaaddcaea0a408a42c6c7e1a30150, 'click', function() {infowindow.open(map,m_127eaaddcaea0a408a42c6c7e1a30150);});$marker.push(m_127eaaddcaea0a408a42c6c7e1a30150);}});}google.maps.event.addDomListener(window, 'load', initialize);