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.7009,-80.1049)};var g_6edc03df17b4a88e6fc9aa204da0e662 = new google.maps.Geocoder();g_6edc03df17b4a88e6fc9aa204da0e662.geocode( { 'address': "Cranberry Twp, PA 16066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranberry-township-PA-west-view-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('cranberry-township-PA-west-view-savings-bank'), mapOptions);}document.getElementById('fd42a6c6').innerHTML += ' | View Map';var $l6edc03df17b4a88e6fc9aa204da0e662 = '

West View Savings Bank

Address: Cranberry Twp, PA 16066, USA
Phone: (724) 776-3480
';var m_6edc03df17b4a88e6fc9aa204da0e662 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West View Savings Bank',});m_6edc03df17b4a88e6fc9aa204da0e662['infowindow'] = new google.maps.InfoWindow({content: $l6edc03df17b4a88e6fc9aa204da0e662});var infowindow = new google.maps.InfoWindow({content: $l6edc03df17b4a88e6fc9aa204da0e662});google.maps.event.addListener(m_6edc03df17b4a88e6fc9aa204da0e662, 'click', function() {infowindow.open(map,m_6edc03df17b4a88e6fc9aa204da0e662);});$marker.push(m_6edc03df17b4a88e6fc9aa204da0e662);}});}google.maps.event.addDomListener(window, 'load', initialize);