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(39.7141,-82.6013)};var g_301c4f58017c2419ff854c10662be4f1 = new google.maps.Geocoder();g_301c4f58017c2419ff854c10662be4f1.geocode( { 'address': "111 E Main St, Lancaster, OH 43130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-OH-fairfield-federal-s--l-association').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-OH-fairfield-federal-s--l-association'), mapOptions);}document.getElementById('299f4f45').innerHTML += ' | View Map';var $l301c4f58017c2419ff854c10662be4f1 = '

Fairfield Federal S & L Association

Address: 111 E Main St, Lancaster, OH 43130, USA
Phone: (740) 653-3863
';var m_301c4f58017c2419ff854c10662be4f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairfield Federal S & L Association',});m_301c4f58017c2419ff854c10662be4f1['infowindow'] = new google.maps.InfoWindow({content: $l301c4f58017c2419ff854c10662be4f1});var infowindow = new google.maps.InfoWindow({content: $l301c4f58017c2419ff854c10662be4f1});google.maps.event.addListener(m_301c4f58017c2419ff854c10662be4f1, 'click', function() {infowindow.open(map,m_301c4f58017c2419ff854c10662be4f1);});$marker.push(m_301c4f58017c2419ff854c10662be4f1);}});}google.maps.event.addDomListener(window, 'load', initialize);