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.1499,-79.5437)};var g_9091d4c6d5b5f859d91e257f02fa7fe6 = new google.maps.Geocoder();g_9091d4c6d5b5f859d91e257f02fa7fe6.geocode( { 'address': "632 W Main St, Mt Pleasant, PA 15666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-PA-mount-pleasant-branch').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-PA-mount-pleasant-branch'), mapOptions);}document.getElementById('20a571fd').innerHTML += ' | View Map';var $l9091d4c6d5b5f859d91e257f02fa7fe6 = '

Mount Pleasant Branch

Address: 632 W Main St, Mt Pleasant, PA 15666, USA
Phone: (724) 547-6900
';var m_9091d4c6d5b5f859d91e257f02fa7fe6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mount Pleasant Branch',});m_9091d4c6d5b5f859d91e257f02fa7fe6['infowindow'] = new google.maps.InfoWindow({content: $l9091d4c6d5b5f859d91e257f02fa7fe6});var infowindow = new google.maps.InfoWindow({content: $l9091d4c6d5b5f859d91e257f02fa7fe6});google.maps.event.addListener(m_9091d4c6d5b5f859d91e257f02fa7fe6, 'click', function() {infowindow.open(map,m_9091d4c6d5b5f859d91e257f02fa7fe6);});$marker.push(m_9091d4c6d5b5f859d91e257f02fa7fe6);}});}google.maps.event.addDomListener(window, 'load', initialize);