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.5238,-79.9461)};var g_856213ca887976a33e3d91b2c61fa65a = new google.maps.Geocoder();g_856213ca887976a33e3d91b2c61fa65a.geocode( { 'address': "1700 Mt Royal Blvd, Glenshaw, PA 15116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenshaw-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('glenshaw-PA-citizens-bank'), mapOptions);}document.getElementById('68386e57').innerHTML += ' | View Map';var $l856213ca887976a33e3d91b2c61fa65a = '

Citizens Bank

Address: 1700 Mt Royal Blvd, Glenshaw, PA 15116
Phone: (412) 487-7600
';var m_856213ca887976a33e3d91b2c61fa65a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_856213ca887976a33e3d91b2c61fa65a['infowindow'] = new google.maps.InfoWindow({content: $l856213ca887976a33e3d91b2c61fa65a});var infowindow = new google.maps.InfoWindow({content: $l856213ca887976a33e3d91b2c61fa65a});google.maps.event.addListener(m_856213ca887976a33e3d91b2c61fa65a, 'click', function() {infowindow.open(map,m_856213ca887976a33e3d91b2c61fa65a);});$marker.push(m_856213ca887976a33e3d91b2c61fa65a);}});}google.maps.event.addDomListener(window, 'load', initialize);