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.5067,-81.785)};var g_40c9117b1d9079d6f0176edd3c3d8797 = new google.maps.Geocoder();g_40c9117b1d9079d6f0176edd3c3d8797.geocode( { 'address': "4440 Co Rd 70, Charm, OH 44617, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charm-OH-commercial--savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('charm-OH-commercial--savings-bank'), mapOptions);}document.getElementById('5c485a97').innerHTML += ' | View Map';var $l40c9117b1d9079d6f0176edd3c3d8797 = '

Commercial & Savings Bank

Address: 4440 Co Rd 70, Charm, OH 44617, USA
Phone: (330) 893-3323
';var m_40c9117b1d9079d6f0176edd3c3d8797 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial & Savings Bank',});m_40c9117b1d9079d6f0176edd3c3d8797['infowindow'] = new google.maps.InfoWindow({content: $l40c9117b1d9079d6f0176edd3c3d8797});var infowindow = new google.maps.InfoWindow({content: $l40c9117b1d9079d6f0176edd3c3d8797});google.maps.event.addListener(m_40c9117b1d9079d6f0176edd3c3d8797, 'click', function() {infowindow.open(map,m_40c9117b1d9079d6f0176edd3c3d8797);});$marker.push(m_40c9117b1d9079d6f0176edd3c3d8797);}});}google.maps.event.addDomListener(window, 'load', initialize);