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(41.35,-80.0844)};var g_87208431a38b263a8212d32da9222f2d = new google.maps.Geocoder();g_87208431a38b263a8212d32da9222f2d.geocode( { 'address': "3309 N Main St, Sandy Lake, PA 16145"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-lake-PA-mercer-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('sandy-lake-PA-mercer-county-state-bank'), mapOptions);}document.getElementById('447bff2b').innerHTML += ' | View Map';var $l87208431a38b263a8212d32da9222f2d = '

Mercer County State Bank

Address: 3309 N Main St, Sandy Lake, PA 16145
Phone: (724) 376-4601
';var m_87208431a38b263a8212d32da9222f2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercer County State Bank',});m_87208431a38b263a8212d32da9222f2d['infowindow'] = new google.maps.InfoWindow({content: $l87208431a38b263a8212d32da9222f2d});var infowindow = new google.maps.InfoWindow({content: $l87208431a38b263a8212d32da9222f2d});google.maps.event.addListener(m_87208431a38b263a8212d32da9222f2d, 'click', function() {infowindow.open(map,m_87208431a38b263a8212d32da9222f2d);});$marker.push(m_87208431a38b263a8212d32da9222f2d);}});}google.maps.event.addDomListener(window, 'load', initialize);