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.1616,-79.8903)};var g_f916c7220824ba3ca1260a7870223f02 = new google.maps.Geocoder();g_f916c7220824ba3ca1260a7870223f02.geocode( { 'address': "819 Schoonmaker Ave, Monessen, PA 15062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monessen-PA-valley-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('monessen-PA-valley-first-credit-union'), mapOptions);}document.getElementById('675c48c5').innerHTML += ' | View Map';var $lf916c7220824ba3ca1260a7870223f02 = '

Valley First Credit Union

Address: 819 Schoonmaker Ave, Monessen, PA 15062, USA
Phone: (724) 929-6002
';var m_f916c7220824ba3ca1260a7870223f02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley First Credit Union',});m_f916c7220824ba3ca1260a7870223f02['infowindow'] = new google.maps.InfoWindow({content: $lf916c7220824ba3ca1260a7870223f02});var infowindow = new google.maps.InfoWindow({content: $lf916c7220824ba3ca1260a7870223f02});google.maps.event.addListener(m_f916c7220824ba3ca1260a7870223f02, 'click', function() {infowindow.open(map,m_f916c7220824ba3ca1260a7870223f02);});$marker.push(m_f916c7220824ba3ca1260a7870223f02);}});}google.maps.event.addDomListener(window, 'load', initialize);