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.4077,-79.909)};var g_290f71b8b7d8db05402cae2338327656 = new google.maps.Geocoder();g_290f71b8b7d8db05402cae2338327656.geocode( { 'address': "300 E 8th Ave, Homestead, PA 15120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homestead-PA-financial-advantage-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('homestead-PA-financial-advantage-federal-credit-union'), mapOptions);}document.getElementById('78b0ad63').innerHTML += ' | View Map';var $l290f71b8b7d8db05402cae2338327656 = '

Financial Advantage Federal Credit Union

Address: 300 E 8th Ave, Homestead, PA 15120, USA
Phone: (412) 461-5100
';var m_290f71b8b7d8db05402cae2338327656 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Advantage Federal Credit Union',});m_290f71b8b7d8db05402cae2338327656['infowindow'] = new google.maps.InfoWindow({content: $l290f71b8b7d8db05402cae2338327656});var infowindow = new google.maps.InfoWindow({content: $l290f71b8b7d8db05402cae2338327656});google.maps.event.addListener(m_290f71b8b7d8db05402cae2338327656, 'click', function() {infowindow.open(map,m_290f71b8b7d8db05402cae2338327656);});$marker.push(m_290f71b8b7d8db05402cae2338327656);}});}google.maps.event.addDomListener(window, 'load', initialize);