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.4707,-79.9543)};var g_4f0707d3501c6ff1532c927f43685768 = new google.maps.Geocoder();g_4f0707d3501c6ff1532c927f43685768.geocode( { 'address': "714 Brookline Blvd, Pittsburgh, PA 15226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-community-bank'), mapOptions);}document.getElementById('1c8d2fe8').innerHTML += ' | View Map';var $l4f0707d3501c6ff1532c927f43685768 = '

Community Bank

Address: 714 Brookline Blvd, Pittsburgh, PA 15226
Phone: (412) 531-9677
';var m_4f0707d3501c6ff1532c927f43685768 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_4f0707d3501c6ff1532c927f43685768['infowindow'] = new google.maps.InfoWindow({content: $l4f0707d3501c6ff1532c927f43685768});var infowindow = new google.maps.InfoWindow({content: $l4f0707d3501c6ff1532c927f43685768});google.maps.event.addListener(m_4f0707d3501c6ff1532c927f43685768, 'click', function() {infowindow.open(map,m_4f0707d3501c6ff1532c927f43685768);});$marker.push(m_4f0707d3501c6ff1532c927f43685768);}});}google.maps.event.addDomListener(window, 'load', initialize);