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.1383,-81.3565)};var g_ef0468242912c8d4391ea6e67cc71c41 = new google.maps.Geocoder();g_ef0468242912c8d4391ea6e67cc71c41.geocode( { 'address': "1532 S Water St, Kent, OH 44240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kent-OH-portage-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('kent-OH-portage-community-bank'), mapOptions);}document.getElementById('4dfe77a6').innerHTML += ' | View Map';var $lef0468242912c8d4391ea6e67cc71c41 = '

Portage Community Bank

Address: 1532 S Water St, Kent, OH 44240, USA
Phone: (330) 678-8080
';var m_ef0468242912c8d4391ea6e67cc71c41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Portage Community Bank',});m_ef0468242912c8d4391ea6e67cc71c41['infowindow'] = new google.maps.InfoWindow({content: $lef0468242912c8d4391ea6e67cc71c41});var infowindow = new google.maps.InfoWindow({content: $lef0468242912c8d4391ea6e67cc71c41});google.maps.event.addListener(m_ef0468242912c8d4391ea6e67cc71c41, 'click', function() {infowindow.open(map,m_ef0468242912c8d4391ea6e67cc71c41);});$marker.push(m_ef0468242912c8d4391ea6e67cc71c41);}});}google.maps.event.addDomListener(window, 'load', initialize);