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.8386,-81.428)};var g_7295b8c846b35dfe7da45330e57d3f61 = new google.maps.Geocoder();g_7295b8c846b35dfe7da45330e57d3f61.geocode( { 'address': "4194 Fulton Dr NW, Canton, OH 44718, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OH-american-first-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('canton-OH-american-first-bancorp-inc'), mapOptions);}document.getElementById('051be7e4').innerHTML += ' | View Map';var $l7295b8c846b35dfe7da45330e57d3f61 = '

American First Bancorp Inc

Address: 4194 Fulton Dr NW, Canton, OH 44718, USA
Phone: (330) 492-7757
';var m_7295b8c846b35dfe7da45330e57d3f61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American First Bancorp Inc',});m_7295b8c846b35dfe7da45330e57d3f61['infowindow'] = new google.maps.InfoWindow({content: $l7295b8c846b35dfe7da45330e57d3f61});var infowindow = new google.maps.InfoWindow({content: $l7295b8c846b35dfe7da45330e57d3f61});google.maps.event.addListener(m_7295b8c846b35dfe7da45330e57d3f61, 'click', function() {infowindow.open(map,m_7295b8c846b35dfe7da45330e57d3f61);});$marker.push(m_7295b8c846b35dfe7da45330e57d3f61);}});}google.maps.event.addDomListener(window, 'load', initialize);