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.6792,-84.5531)};var g_67bf6e2a89c6cf554999da4ba3117158 = new google.maps.Geocoder();g_67bf6e2a89c6cf554999da4ba3117158.geocode( { 'address': "119 S State St, Pioneer, OH 43554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pioneer-OH-state-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('pioneer-OH-state-bank--trust-co'), mapOptions);}document.getElementById('795b003d').innerHTML += ' | View Map';var $l67bf6e2a89c6cf554999da4ba3117158 = '

State Bank & Trust Co

Address: 119 S State St, Pioneer, OH 43554, USA
Phone: (419) 737-2379
';var m_67bf6e2a89c6cf554999da4ba3117158 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust Co',});m_67bf6e2a89c6cf554999da4ba3117158['infowindow'] = new google.maps.InfoWindow({content: $l67bf6e2a89c6cf554999da4ba3117158});var infowindow = new google.maps.InfoWindow({content: $l67bf6e2a89c6cf554999da4ba3117158});google.maps.event.addListener(m_67bf6e2a89c6cf554999da4ba3117158, 'click', function() {infowindow.open(map,m_67bf6e2a89c6cf554999da4ba3117158);});$marker.push(m_67bf6e2a89c6cf554999da4ba3117158);}});}google.maps.event.addDomListener(window, 'load', initialize);