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.9014,-83.6307)};var g_74031546be2db65f0705bea4b1c0654b = new google.maps.Geocoder();g_74031546be2db65f0705bea4b1c0654b.geocode( { 'address': "112 E Liberty St, Arlington, OH 45814"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-OH-commercial-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-OH-commercial-savings-bank'), mapOptions);}document.getElementById('7ef8b4ec').innerHTML += ' | View Map';var $l74031546be2db65f0705bea4b1c0654b = '

Commercial Savings Bank

Address: 112 E Liberty St, Arlington, OH 45814
Phone: (419) 365-5300
';var m_74031546be2db65f0705bea4b1c0654b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Savings Bank',});m_74031546be2db65f0705bea4b1c0654b['infowindow'] = new google.maps.InfoWindow({content: $l74031546be2db65f0705bea4b1c0654b});var infowindow = new google.maps.InfoWindow({content: $l74031546be2db65f0705bea4b1c0654b});google.maps.event.addListener(m_74031546be2db65f0705bea4b1c0654b, 'click', function() {infowindow.open(map,m_74031546be2db65f0705bea4b1c0654b);});$marker.push(m_74031546be2db65f0705bea4b1c0654b);}});}google.maps.event.addDomListener(window, 'load', initialize);