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.0686,-82.5181)};var g_0a6839114b496b4405710c64cf1607ae = new google.maps.Geocoder();g_0a6839114b496b4405710c64cf1607ae.geocode( { 'address': "126 N Prospect St, Granville, OH 43023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granville-OH-first-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('granville-OH-first-federal-savings'), mapOptions);}document.getElementById('846ebf2c').innerHTML += ' | View Map';var $l0a6839114b496b4405710c64cf1607ae = '

First Federal Savings

Address: 126 N Prospect St, Granville, OH 43023, USA
Phone: (740) 587-0242
';var m_0a6839114b496b4405710c64cf1607ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings',});m_0a6839114b496b4405710c64cf1607ae['infowindow'] = new google.maps.InfoWindow({content: $l0a6839114b496b4405710c64cf1607ae});var infowindow = new google.maps.InfoWindow({content: $l0a6839114b496b4405710c64cf1607ae});google.maps.event.addListener(m_0a6839114b496b4405710c64cf1607ae, 'click', function() {infowindow.open(map,m_0a6839114b496b4405710c64cf1607ae);});$marker.push(m_0a6839114b496b4405710c64cf1607ae);}});}google.maps.event.addDomListener(window, 'load', initialize);