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.5105,-80.1824)};var g_f95430d20637fcc12f1f4ddedfb80827 = new google.maps.Geocoder();g_f95430d20637fcc12f1f4ddedfb80827.geocode( { 'address': "901 4th Ave, Coraopolis, PA 15108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coraopolis-PA-sewickley-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('coraopolis-PA-sewickley-savings-bank'), mapOptions);}document.getElementById('86565a18').innerHTML += ' | View Map';var $lf95430d20637fcc12f1f4ddedfb80827 = '

Sewickley Savings Bank

Address: 901 4th Ave, Coraopolis, PA 15108
Phone: (412) 264-4940
';var m_f95430d20637fcc12f1f4ddedfb80827 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sewickley Savings Bank',});m_f95430d20637fcc12f1f4ddedfb80827['infowindow'] = new google.maps.InfoWindow({content: $lf95430d20637fcc12f1f4ddedfb80827});var infowindow = new google.maps.InfoWindow({content: $lf95430d20637fcc12f1f4ddedfb80827});google.maps.event.addListener(m_f95430d20637fcc12f1f4ddedfb80827, 'click', function() {infowindow.open(map,m_f95430d20637fcc12f1f4ddedfb80827);});$marker.push(m_f95430d20637fcc12f1f4ddedfb80827);}});}google.maps.event.addDomListener(window, 'load', initialize);