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.1907,-79.9186)};var g_f941a17be0eb55a75333bd45051df07e = new google.maps.Geocoder();g_f941a17be0eb55a75333bd45051df07e.geocode( { 'address': "1300 Country Club Rd, Monongahela, PA 15063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monongahela-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('monongahela-PA-citizens-bank'), mapOptions);}document.getElementById('28b2a877').innerHTML += ' | View Map';var $lf941a17be0eb55a75333bd45051df07e = '

Citizens Bank

Address: 1300 Country Club Rd, Monongahela, PA 15063, USA
Phone: (724) 258-4050
';var m_f941a17be0eb55a75333bd45051df07e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_f941a17be0eb55a75333bd45051df07e['infowindow'] = new google.maps.InfoWindow({content: $lf941a17be0eb55a75333bd45051df07e});var infowindow = new google.maps.InfoWindow({content: $lf941a17be0eb55a75333bd45051df07e});google.maps.event.addListener(m_f941a17be0eb55a75333bd45051df07e, 'click', function() {infowindow.open(map,m_f941a17be0eb55a75333bd45051df07e);});$marker.push(m_f941a17be0eb55a75333bd45051df07e);}});}google.maps.event.addDomListener(window, 'load', initialize);