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.8053,-80.947)};var g_b1765f5855052362c90e3553739974dd = new google.maps.Geocoder();g_b1765f5855052362c90e3553739974dd.geocode( { 'address': "30 E Main St, Geneva, OH 44041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneva-OH-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('geneva-OH-northwest-bank'), mapOptions);}document.getElementById('0210cb47').innerHTML += ' | View Map';var $lb1765f5855052362c90e3553739974dd = '

Northwest Bank

Address: 30 E Main St, Geneva, OH 44041, USA
Phone: (440) 466-5013
';var m_b1765f5855052362c90e3553739974dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_b1765f5855052362c90e3553739974dd['infowindow'] = new google.maps.InfoWindow({content: $lb1765f5855052362c90e3553739974dd});var infowindow = new google.maps.InfoWindow({content: $lb1765f5855052362c90e3553739974dd});google.maps.event.addListener(m_b1765f5855052362c90e3553739974dd, 'click', function() {infowindow.open(map,m_b1765f5855052362c90e3553739974dd);});$marker.push(m_b1765f5855052362c90e3553739974dd);}});}google.maps.event.addDomListener(window, 'load', initialize);