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.4943,-79.8887)};var g_59732044c84003ac3d134d88c1980b32 = new google.maps.Geocoder();g_59732044c84003ac3d134d88c1980b32.geocode( { 'address': "1010 Delafield Rd, Pittsburgh, PA 15215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-va-pittsburgh-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-va-pittsburgh-employees-federal-credit-union'), mapOptions);}document.getElementById('7f800029').innerHTML += ' | View Map';var $l59732044c84003ac3d134d88c1980b32 = '

VA Pittsburgh Employees Federal Credit Union

Address: 1010 Delafield Rd, Pittsburgh, PA 15215, USA
Phone: (412) 822-3185
';var m_59732044c84003ac3d134d88c1980b32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VA Pittsburgh Employees Federal Credit Union',});m_59732044c84003ac3d134d88c1980b32['infowindow'] = new google.maps.InfoWindow({content: $l59732044c84003ac3d134d88c1980b32});var infowindow = new google.maps.InfoWindow({content: $l59732044c84003ac3d134d88c1980b32});google.maps.event.addListener(m_59732044c84003ac3d134d88c1980b32, 'click', function() {infowindow.open(map,m_59732044c84003ac3d134d88c1980b32);});$marker.push(m_59732044c84003ac3d134d88c1980b32);}});}google.maps.event.addDomListener(window, 'load', initialize);