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.4754,-84.5672)};var g_65a6437c3b12d661bee8f833a8ae71b6 = new google.maps.Geocoder();g_65a6437c3b12d661bee8f833a8ae71b6.geocode( { 'address': "1419 W High St, Bryan, OH 43506"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-OH-state-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('bryan-OH-state-bank-trust-co'), mapOptions);}document.getElementById('7a123270').innerHTML += ' | View Map';var $l65a6437c3b12d661bee8f833a8ae71b6 = '

State Bank & Trust Co

Address: 1419 W High St, Bryan, OH 43506
Phone: (419) 630-0854
';var m_65a6437c3b12d661bee8f833a8ae71b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust Co',});m_65a6437c3b12d661bee8f833a8ae71b6['infowindow'] = new google.maps.InfoWindow({content: $l65a6437c3b12d661bee8f833a8ae71b6});var infowindow = new google.maps.InfoWindow({content: $l65a6437c3b12d661bee8f833a8ae71b6});google.maps.event.addListener(m_65a6437c3b12d661bee8f833a8ae71b6, 'click', function() {infowindow.open(map,m_65a6437c3b12d661bee8f833a8ae71b6);});$marker.push(m_65a6437c3b12d661bee8f833a8ae71b6);}});}google.maps.event.addDomListener(window, 'load', initialize);