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.1359,-79.8433)};var g_d1856159683d6fdbc4d264c3012d8797 = new google.maps.Geocoder();g_d1856159683d6fdbc4d264c3012d8797.geocode( { 'address': "1670 Broad Ave, Belle Vernon, PA 15012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belle-vernon-PA-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('belle-vernon-PA-community-bank'), mapOptions);}document.getElementById('80c4c418').innerHTML += ' | View Map';var $ld1856159683d6fdbc4d264c3012d8797 = '

Community Bank

Address: 1670 Broad Ave, Belle Vernon, PA 15012, USA
Phone: (724) 929-3900
';var m_d1856159683d6fdbc4d264c3012d8797 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_d1856159683d6fdbc4d264c3012d8797['infowindow'] = new google.maps.InfoWindow({content: $ld1856159683d6fdbc4d264c3012d8797});var infowindow = new google.maps.InfoWindow({content: $ld1856159683d6fdbc4d264c3012d8797});google.maps.event.addListener(m_d1856159683d6fdbc4d264c3012d8797, 'click', function() {infowindow.open(map,m_d1856159683d6fdbc4d264c3012d8797);});$marker.push(m_d1856159683d6fdbc4d264c3012d8797);}});}google.maps.event.addDomListener(window, 'load', initialize);