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.3075,-79.384)};var g_64b327d40918ca7522ac22e3d02dc41c = new google.maps.Geocoder();g_64b327d40918ca7522ac22e3d02dc41c.geocode( { 'address': "2501 Sharkys Dr, Latrobe, PA 15650"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('latrobe-PA-first-commonwealth-bank').style.display = '';map = new google.maps.Map(document.getElementById('latrobe-PA-first-commonwealth-bank'), mapOptions);}document.getElementById('98f3d9fc').innerHTML += ' | View Map';var $l64b327d40918ca7522ac22e3d02dc41c = '

First Commonwealth Bank

Address: 2501 Sharkys Dr, Latrobe, PA 15650
Phone: (724) 238-6130
';var m_64b327d40918ca7522ac22e3d02dc41c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commonwealth Bank',});m_64b327d40918ca7522ac22e3d02dc41c['infowindow'] = new google.maps.InfoWindow({content: $l64b327d40918ca7522ac22e3d02dc41c});var infowindow = new google.maps.InfoWindow({content: $l64b327d40918ca7522ac22e3d02dc41c});google.maps.event.addListener(m_64b327d40918ca7522ac22e3d02dc41c, 'click', function() {infowindow.open(map,m_64b327d40918ca7522ac22e3d02dc41c);});$marker.push(m_64b327d40918ca7522ac22e3d02dc41c);}});}google.maps.event.addDomListener(window, 'load', initialize);