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.4722,-79.8198)};var g_732e3d5a62c1d1475646db1a2df039a8 = new google.maps.Geocoder();g_732e3d5a62c1d1475646db1a2df039a8.geocode( { 'address': "12245 Frankstown Rd, Pittsburgh, PA 15235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-penn-hills-municipal-fcu').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-penn-hills-municipal-fcu'), mapOptions);}document.getElementById('f13b807f').innerHTML += ' | View Map';var $l732e3d5a62c1d1475646db1a2df039a8 = '

Penn Hills Municipal FCU

Address: 12245 Frankstown Rd, Pittsburgh, PA 15235, USA
Phone: (412) 798-2115
';var m_732e3d5a62c1d1475646db1a2df039a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Penn Hills Municipal FCU',});m_732e3d5a62c1d1475646db1a2df039a8['infowindow'] = new google.maps.InfoWindow({content: $l732e3d5a62c1d1475646db1a2df039a8});var infowindow = new google.maps.InfoWindow({content: $l732e3d5a62c1d1475646db1a2df039a8});google.maps.event.addListener(m_732e3d5a62c1d1475646db1a2df039a8, 'click', function() {infowindow.open(map,m_732e3d5a62c1d1475646db1a2df039a8);});$marker.push(m_732e3d5a62c1d1475646db1a2df039a8);}});}google.maps.event.addDomListener(window, 'load', initialize);