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.2996,-84.5624)};var g_03c9ac9b2ae51c6644c2f7eb45501c68 = new google.maps.Geocoder();g_03c9ac9b2ae51c6644c2f7eb45501c68.geocode( { 'address': "105 N Harrison St, Sherwood, OH 43556"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sherwood-OH-sherwood-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('sherwood-OH-sherwood-state-bank'), mapOptions);}document.getElementById('a9d72517').innerHTML += ' | View Map';var $l03c9ac9b2ae51c6644c2f7eb45501c68 = '

Sherwood State Bank

Address: 105 N Harrison St, Sherwood, OH 43556
Phone: (419) 899-2111
';var m_03c9ac9b2ae51c6644c2f7eb45501c68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sherwood State Bank',});m_03c9ac9b2ae51c6644c2f7eb45501c68['infowindow'] = new google.maps.InfoWindow({content: $l03c9ac9b2ae51c6644c2f7eb45501c68});var infowindow = new google.maps.InfoWindow({content: $l03c9ac9b2ae51c6644c2f7eb45501c68});google.maps.event.addListener(m_03c9ac9b2ae51c6644c2f7eb45501c68, 'click', function() {infowindow.open(map,m_03c9ac9b2ae51c6644c2f7eb45501c68);});$marker.push(m_03c9ac9b2ae51c6644c2f7eb45501c68);}});}google.maps.event.addDomListener(window, 'load', initialize);