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_cbbd365c90546687152e91515322142a = new google.maps.Geocoder();g_cbbd365c90546687152e91515322142a.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-sb-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-sb-financial-group-inc'), mapOptions);}document.getElementById('c3a0a061').innerHTML += ' | View Map';var $lcbbd365c90546687152e91515322142a = '

Sb Financial Group Inc

Address: 401 Clinton St, Defiance, OH 43512
Phone: (419) 783-8950
';var m_cbbd365c90546687152e91515322142a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sb Financial Group Inc',});m_cbbd365c90546687152e91515322142a['infowindow'] = new google.maps.InfoWindow({content: $lcbbd365c90546687152e91515322142a});var infowindow = new google.maps.InfoWindow({content: $lcbbd365c90546687152e91515322142a});google.maps.event.addListener(m_cbbd365c90546687152e91515322142a, 'click', function() {infowindow.open(map,m_cbbd365c90546687152e91515322142a);});$marker.push(m_cbbd365c90546687152e91515322142a);}});}google.maps.event.addDomListener(window, 'load', initialize);