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.5184,-79.8424)};var g_53242ac9fdc82d921e9b5f6363426a66 = new google.maps.Geocoder();g_53242ac9fdc82d921e9b5f6363426a66.geocode( { 'address': "524 Allegheny River Blvd, Oakmont, PA 15139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakmont-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('oakmont-PA-citizens-bank'), mapOptions);}document.getElementById('20061ca3').innerHTML += ' | View Map';var $l53242ac9fdc82d921e9b5f6363426a66 = '

Citizens Bank

Address: 524 Allegheny River Blvd, Oakmont, PA 15139, USA
Phone: (412) 828-8100
';var m_53242ac9fdc82d921e9b5f6363426a66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_53242ac9fdc82d921e9b5f6363426a66['infowindow'] = new google.maps.InfoWindow({content: $l53242ac9fdc82d921e9b5f6363426a66});var infowindow = new google.maps.InfoWindow({content: $l53242ac9fdc82d921e9b5f6363426a66});google.maps.event.addListener(m_53242ac9fdc82d921e9b5f6363426a66, 'click', function() {infowindow.open(map,m_53242ac9fdc82d921e9b5f6363426a66);});$marker.push(m_53242ac9fdc82d921e9b5f6363426a66);}});}google.maps.event.addDomListener(window, 'load', initialize);