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.5697,-80.0376)};var g_301f15170f8fa6dfaac42989e3eed1af = new google.maps.Geocoder();g_301f15170f8fa6dfaac42989e3eed1af.geocode( { 'address': "9001 Old Perry Hwy, Pittsburgh, PA 15237, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-west-view-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-west-view-savings-bank'), mapOptions);}document.getElementById('a4ae83fe').innerHTML += ' | View Map';var $l301f15170f8fa6dfaac42989e3eed1af = '

West View Savings Bank

Address: 9001 Old Perry Hwy, Pittsburgh, PA 15237, USA
Phone: (412) 364-1911
';var m_301f15170f8fa6dfaac42989e3eed1af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West View Savings Bank',});m_301f15170f8fa6dfaac42989e3eed1af['infowindow'] = new google.maps.InfoWindow({content: $l301f15170f8fa6dfaac42989e3eed1af});var infowindow = new google.maps.InfoWindow({content: $l301f15170f8fa6dfaac42989e3eed1af});google.maps.event.addListener(m_301f15170f8fa6dfaac42989e3eed1af, 'click', function() {infowindow.open(map,m_301f15170f8fa6dfaac42989e3eed1af);});$marker.push(m_301f15170f8fa6dfaac42989e3eed1af);}});var g_8d7e3965bfffcc0f301594ac697055cc = new google.maps.Geocoder();g_8d7e3965bfffcc0f301594ac697055cc.geocode( { 'address': "456 Perry Hwy, Pittsburgh, PA 15229, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-west-view-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-west-view-savings-bank'), mapOptions);}document.getElementById('fc359c61').innerHTML += ' | View Map';var $l8d7e3965bfffcc0f301594ac697055cc = '

West View Savings Bank

Address: 456 Perry Hwy, Pittsburgh, PA 15229, USA
Phone: (412) 931-2171
';var m_8d7e3965bfffcc0f301594ac697055cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West View Savings Bank',});m_8d7e3965bfffcc0f301594ac697055cc['infowindow'] = new google.maps.InfoWindow({content: $l8d7e3965bfffcc0f301594ac697055cc});var infowindow = new google.maps.InfoWindow({content: $l8d7e3965bfffcc0f301594ac697055cc});google.maps.event.addListener(m_8d7e3965bfffcc0f301594ac697055cc, 'click', function() {infowindow.open(map,m_8d7e3965bfffcc0f301594ac697055cc);});$marker.push(m_8d7e3965bfffcc0f301594ac697055cc);}});}google.maps.event.addDomListener(window, 'load', initialize);