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.7385,-83.2537)};var g_2a3bebb3e528fcf0055071c5c2719c68 = new google.maps.Geocoder();g_2a3bebb3e528fcf0055071c5c2719c68.geocode( { 'address': "17480 Cherokee St, Harpster, OH 43323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harpster-OH-first-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('harpster-OH-first-federal-bank'), mapOptions);}document.getElementById('b5fef3de').innerHTML += ' | View Map';var $l2a3bebb3e528fcf0055071c5c2719c68 = '

First Federal Bank

Address: 17480 Cherokee St, Harpster, OH 43323, USA
Phone: (740) 496-2881
';var m_2a3bebb3e528fcf0055071c5c2719c68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Bank',});m_2a3bebb3e528fcf0055071c5c2719c68['infowindow'] = new google.maps.InfoWindow({content: $l2a3bebb3e528fcf0055071c5c2719c68});var infowindow = new google.maps.InfoWindow({content: $l2a3bebb3e528fcf0055071c5c2719c68});google.maps.event.addListener(m_2a3bebb3e528fcf0055071c5c2719c68, 'click', function() {infowindow.open(map,m_2a3bebb3e528fcf0055071c5c2719c68);});$marker.push(m_2a3bebb3e528fcf0055071c5c2719c68);}});}google.maps.event.addDomListener(window, 'load', initialize);