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.4506,-83.4848)};var g_a39d360115c841484ea31ddc31936ee4 = new google.maps.Geocoder();g_a39d360115c841484ea31ddc31936ee4.geocode( { 'address': "235 Main St, Luckey, OH 43443, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('luckey-OH-state-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('luckey-OH-state-bank--trust-co'), mapOptions);}document.getElementById('8580a88b').innerHTML += ' | View Map';var $la39d360115c841484ea31ddc31936ee4 = '

State Bank & Trust Co

Address: 235 Main St, Luckey, OH 43443, USA
Phone: (419) 833-3401
';var m_a39d360115c841484ea31ddc31936ee4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust Co',});m_a39d360115c841484ea31ddc31936ee4['infowindow'] = new google.maps.InfoWindow({content: $la39d360115c841484ea31ddc31936ee4});var infowindow = new google.maps.InfoWindow({content: $la39d360115c841484ea31ddc31936ee4});google.maps.event.addListener(m_a39d360115c841484ea31ddc31936ee4, 'click', function() {infowindow.open(map,m_a39d360115c841484ea31ddc31936ee4);});$marker.push(m_a39d360115c841484ea31ddc31936ee4);}});}google.maps.event.addDomListener(window, 'load', initialize);