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.5426,-83.5977)};var g_eee5bfe09413b2b48821a5a488b1f494 = new google.maps.Geocoder();g_eee5bfe09413b2b48821a5a488b1f494.geocode( { 'address': "610 E South Boundary St, Perrysburg, OH 43551"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('perrysburg-OH-state-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('perrysburg-OH-state-bank-trust-co'), mapOptions);}document.getElementById('c6c12025').innerHTML += ' | View Map';var $leee5bfe09413b2b48821a5a488b1f494 = '

State Bank & Trust Co

Address: 610 E South Boundary St, Perrysburg, OH 43551
Phone: (419) 874-2090
';var m_eee5bfe09413b2b48821a5a488b1f494 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust Co',});m_eee5bfe09413b2b48821a5a488b1f494['infowindow'] = new google.maps.InfoWindow({content: $leee5bfe09413b2b48821a5a488b1f494});var infowindow = new google.maps.InfoWindow({content: $leee5bfe09413b2b48821a5a488b1f494});google.maps.event.addListener(m_eee5bfe09413b2b48821a5a488b1f494, 'click', function() {infowindow.open(map,m_eee5bfe09413b2b48821a5a488b1f494);});$marker.push(m_eee5bfe09413b2b48821a5a488b1f494);}});}google.maps.event.addDomListener(window, 'load', initialize);