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.2024,-79.9258)};var g_d4d2775cb2a95db2d267b98def4c3e6b = new google.maps.Geocoder();g_d4d2775cb2a95db2d267b98def4c3e6b.geocode( { 'address': "300 W Main St, Monongahela, PA 15063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monongahela-PA-atm-pnc-bank').style.display = '';map = new google.maps.Map(document.getElementById('monongahela-PA-atm-pnc-bank'), mapOptions);}document.getElementById('07c2ed32').innerHTML += ' | View Map';var $ld4d2775cb2a95db2d267b98def4c3e6b = '

ATM (PNC Bank)

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