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.2976,-84.3578)};var g_ac2c1fd09bc875e9e64d78c947c38128 = new google.maps.Geocoder();g_ac2c1fd09bc875e9e64d78c947c38128.geocode( { 'address': "401 Clinton St, Defiance, OH 43512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('defiance-OH-the-state-bank-and-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-the-state-bank-and-trust-company'), mapOptions);}document.getElementById('c3a0a061').innerHTML += ' | View Map';var $lac2c1fd09bc875e9e64d78c947c38128 = '

The State Bank and Trust Company

Address: 401 Clinton St, Defiance, OH 43512
Phone: (419) 783-8950
';var m_ac2c1fd09bc875e9e64d78c947c38128 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The State Bank and Trust Company',});m_ac2c1fd09bc875e9e64d78c947c38128['infowindow'] = new google.maps.InfoWindow({content: $lac2c1fd09bc875e9e64d78c947c38128});var infowindow = new google.maps.InfoWindow({content: $lac2c1fd09bc875e9e64d78c947c38128});google.maps.event.addListener(m_ac2c1fd09bc875e9e64d78c947c38128, 'click', function() {infowindow.open(map,m_ac2c1fd09bc875e9e64d78c947c38128);});$marker.push(m_ac2c1fd09bc875e9e64d78c947c38128);}});}google.maps.event.addDomListener(window, 'load', initialize);