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.2075,-83.9035)};var g_b3385637859c7e1bf875c127272934a6 = new google.maps.Geocoder();g_b3385637859c7e1bf875c127272934a6.geocode( { 'address': "201 W Main St, Deshler, OH 43516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deshler-OH-corn-city-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('deshler-OH-corn-city-state-bank'), mapOptions);}document.getElementById('47fb0260').innerHTML += ' | View Map';var $lb3385637859c7e1bf875c127272934a6 = '

Corn City State Bank

Address: 201 W Main St, Deshler, OH 43516, USA
Phone: (419) 278-0015
';var m_b3385637859c7e1bf875c127272934a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Corn City State Bank',});m_b3385637859c7e1bf875c127272934a6['infowindow'] = new google.maps.InfoWindow({content: $lb3385637859c7e1bf875c127272934a6});var infowindow = new google.maps.InfoWindow({content: $lb3385637859c7e1bf875c127272934a6});google.maps.event.addListener(m_b3385637859c7e1bf875c127272934a6, 'click', function() {infowindow.open(map,m_b3385637859c7e1bf875c127272934a6);});$marker.push(m_b3385637859c7e1bf875c127272934a6);}});}google.maps.event.addDomListener(window, 'load', initialize);