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.7167,-79.6597)};var g_633f6a54399fd8745558c6f9f6a2f9f1 = new google.maps.Geocoder();g_633f6a54399fd8745558c6f9f6a2f9f1.geocode( { 'address': "236 5th St, Freeport, PA 16229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('freeport-PA-farmers-merchants-bank-wstrn').style.display = '';map = new google.maps.Map(document.getElementById('freeport-PA-farmers-merchants-bank-wstrn'), mapOptions);}document.getElementById('fc91ff7d').innerHTML += ' | View Map';var $l633f6a54399fd8745558c6f9f6a2f9f1 = '

Farmers & Merchants Bank-Wstrn

Address: 236 5th St, Freeport, PA 16229
Phone: (724) 295-3400
';var m_633f6a54399fd8745558c6f9f6a2f9f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank-Wstrn',});m_633f6a54399fd8745558c6f9f6a2f9f1['infowindow'] = new google.maps.InfoWindow({content: $l633f6a54399fd8745558c6f9f6a2f9f1});var infowindow = new google.maps.InfoWindow({content: $l633f6a54399fd8745558c6f9f6a2f9f1});google.maps.event.addListener(m_633f6a54399fd8745558c6f9f6a2f9f1, 'click', function() {infowindow.open(map,m_633f6a54399fd8745558c6f9f6a2f9f1);});$marker.push(m_633f6a54399fd8745558c6f9f6a2f9f1);}});}google.maps.event.addDomListener(window, 'load', initialize);