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.1381,-79.846)};var g_716614cd2471872f32fadb67fa52bbae = new google.maps.Geocoder();g_716614cd2471872f32fadb67fa52bbae.geocode( { 'address': "100 Sara Way, Belle Vernon, PA 15012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belle-vernon-PA-valley-1st-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('belle-vernon-PA-valley-1st-community-federal-credit-union'), mapOptions);}document.getElementById('7fd0be9c').innerHTML += ' | View Map';var $l716614cd2471872f32fadb67fa52bbae = '

Valley 1st Community Federal Credit Union

Address: 100 Sara Way, Belle Vernon, PA 15012, USA
Phone: (724) 929-6002
';var m_716614cd2471872f32fadb67fa52bbae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley 1st Community Federal Credit Union',});m_716614cd2471872f32fadb67fa52bbae['infowindow'] = new google.maps.InfoWindow({content: $l716614cd2471872f32fadb67fa52bbae});var infowindow = new google.maps.InfoWindow({content: $l716614cd2471872f32fadb67fa52bbae});google.maps.event.addListener(m_716614cd2471872f32fadb67fa52bbae, 'click', function() {infowindow.open(map,m_716614cd2471872f32fadb67fa52bbae);});$marker.push(m_716614cd2471872f32fadb67fa52bbae);}});}google.maps.event.addDomListener(window, 'load', initialize);