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.1772,-79.7101)};var g_9b29958002fdcce5a0e04baa94987423 = new google.maps.Geocoder();g_9b29958002fdcce5a0e04baa94987423.geocode( { 'address': "612 Main St, Emlenton, PA 16373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emlenton-PA-emclaire-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('emlenton-PA-emclaire-financial-corporation'), mapOptions);}document.getElementById('d500c0ca').innerHTML += ' | View Map';var $l9b29958002fdcce5a0e04baa94987423 = '

Emclaire Financial Corporation

Address: 612 Main St, Emlenton, PA 16373, USA
Phone: (724) 867-2311
';var m_9b29958002fdcce5a0e04baa94987423 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Emclaire Financial Corporation',});m_9b29958002fdcce5a0e04baa94987423['infowindow'] = new google.maps.InfoWindow({content: $l9b29958002fdcce5a0e04baa94987423});var infowindow = new google.maps.InfoWindow({content: $l9b29958002fdcce5a0e04baa94987423});google.maps.event.addListener(m_9b29958002fdcce5a0e04baa94987423, 'click', function() {infowindow.open(map,m_9b29958002fdcce5a0e04baa94987423);});$marker.push(m_9b29958002fdcce5a0e04baa94987423);}});}google.maps.event.addDomListener(window, 'load', initialize);