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

Emclaire Financial Corp

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