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.2026,-79.9262)};var g_559269b636448e707b934d2e19a15af8 = new google.maps.Geocoder();g_559269b636448e707b934d2e19a15af8.geocode( { 'address': "318 W Main St, Monongahela, PA 15063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monongahela-PA-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('monongahela-PA-key-bank'), mapOptions);}document.getElementById('2d165a5b').innerHTML += ' | View Map';var $l559269b636448e707b934d2e19a15af8 = '

Key Bank

Address: 318 W Main St, Monongahela, PA 15063, USA
Phone: (724) 258-7300
';var m_559269b636448e707b934d2e19a15af8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_559269b636448e707b934d2e19a15af8['infowindow'] = new google.maps.InfoWindow({content: $l559269b636448e707b934d2e19a15af8});var infowindow = new google.maps.InfoWindow({content: $l559269b636448e707b934d2e19a15af8});google.maps.event.addListener(m_559269b636448e707b934d2e19a15af8, 'click', function() {infowindow.open(map,m_559269b636448e707b934d2e19a15af8);});$marker.push(m_559269b636448e707b934d2e19a15af8);}});}google.maps.event.addDomListener(window, 'load', initialize);