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.6168,-80.0648)};var g_573c57272d4dec500465daeb683f4958 = new google.maps.Geocoder();g_573c57272d4dec500465daeb683f4958.geocode( { 'address': "2566 Brandt School Rd, Wexford, PA 15090"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wexford-PA-west-view-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('wexford-PA-west-view-savings-bank'), mapOptions);}document.getElementById('756875fd').innerHTML += ' | View Map';var $l573c57272d4dec500465daeb683f4958 = '

West View Savings Bank

Address: 2566 Brandt School Rd, Wexford, PA 15090
Phone: (412) 931-1622
';var m_573c57272d4dec500465daeb683f4958 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West View Savings Bank',});m_573c57272d4dec500465daeb683f4958['infowindow'] = new google.maps.InfoWindow({content: $l573c57272d4dec500465daeb683f4958});var infowindow = new google.maps.InfoWindow({content: $l573c57272d4dec500465daeb683f4958});google.maps.event.addListener(m_573c57272d4dec500465daeb683f4958, 'click', function() {infowindow.open(map,m_573c57272d4dec500465daeb683f4958);});$marker.push(m_573c57272d4dec500465daeb683f4958);}});}google.maps.event.addDomListener(window, 'load', initialize);