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.3501,-80.0822)};var g_84420c351da8c4464afa66f7f553557e = new google.maps.Geocoder();g_84420c351da8c4464afa66f7f553557e.geocode( { 'address': "3279 S Main St, Sandy Lake, PA 16145, USA"}, 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('a67a1acd').innerHTML += ' | View Map';var $l84420c351da8c4464afa66f7f553557e = '

Mercer County State Bank

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