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.1334,-79.8429)};var g_364a1fefb6dca82c9c4add7490070940 = new google.maps.Geocoder();g_364a1fefb6dca82c9c4add7490070940.geocode( { 'address': "608 Rostraver Rd, Belle Vernon, PA 15012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belle-vernon-PA-bva-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('belle-vernon-PA-bva-federal-credit-union'), mapOptions);}document.getElementById('b57ae1ed').innerHTML += ' | View Map';var $l364a1fefb6dca82c9c4add7490070940 = '

BVA Federal Credit Union

Address: 608 Rostraver Rd, Belle Vernon, PA 15012, USA
Phone: (724) 930-9864
';var m_364a1fefb6dca82c9c4add7490070940 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BVA Federal Credit Union',});m_364a1fefb6dca82c9c4add7490070940['infowindow'] = new google.maps.InfoWindow({content: $l364a1fefb6dca82c9c4add7490070940});var infowindow = new google.maps.InfoWindow({content: $l364a1fefb6dca82c9c4add7490070940});google.maps.event.addListener(m_364a1fefb6dca82c9c4add7490070940, 'click', function() {infowindow.open(map,m_364a1fefb6dca82c9c4add7490070940);});$marker.push(m_364a1fefb6dca82c9c4add7490070940);}});}google.maps.event.addDomListener(window, 'load', initialize);