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.4439,-80.1789)};var g_212427b78daa18d3a047e40228b102a1 = new google.maps.Geocoder();g_212427b78daa18d3a047e40228b102a1.geocode( { 'address': "7021 Steubenville Pike, Oakdale, PA 15071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakdale-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('oakdale-PA-citizens-bank'), mapOptions);}document.getElementById('b8309bee').innerHTML += ' | View Map';var $l212427b78daa18d3a047e40228b102a1 = '

Citizens Bank

Address: 7021 Steubenville Pike, Oakdale, PA 15071, USA
Phone:
';var m_212427b78daa18d3a047e40228b102a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_212427b78daa18d3a047e40228b102a1['infowindow'] = new google.maps.InfoWindow({content: $l212427b78daa18d3a047e40228b102a1});var infowindow = new google.maps.InfoWindow({content: $l212427b78daa18d3a047e40228b102a1});google.maps.event.addListener(m_212427b78daa18d3a047e40228b102a1, 'click', function() {infowindow.open(map,m_212427b78daa18d3a047e40228b102a1);});$marker.push(m_212427b78daa18d3a047e40228b102a1);}});}google.maps.event.addDomListener(window, 'load', initialize);