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.04,-81.9997)};var g_d9be23a7ea5cbdaf51e41248813e57e8 = new google.maps.Geocoder();g_d9be23a7ea5cbdaf51e41248813e57e8.geocode( { 'address': "303 Highland Dr, Lodi, OH 44254, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-OH-wayne-savings-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('lodi-OH-wayne-savings-community-bank'), mapOptions);}document.getElementById('696e0cef').innerHTML += ' | View Map';var $ld9be23a7ea5cbdaf51e41248813e57e8 = '

Wayne Savings Community Bank

Address: 303 Highland Dr, Lodi, OH 44254, USA
Phone: (330) 948-1811
';var m_d9be23a7ea5cbdaf51e41248813e57e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wayne Savings Community Bank',});m_d9be23a7ea5cbdaf51e41248813e57e8['infowindow'] = new google.maps.InfoWindow({content: $ld9be23a7ea5cbdaf51e41248813e57e8});var infowindow = new google.maps.InfoWindow({content: $ld9be23a7ea5cbdaf51e41248813e57e8});google.maps.event.addListener(m_d9be23a7ea5cbdaf51e41248813e57e8, 'click', function() {infowindow.open(map,m_d9be23a7ea5cbdaf51e41248813e57e8);});$marker.push(m_d9be23a7ea5cbdaf51e41248813e57e8);}});}google.maps.event.addDomListener(window, 'load', initialize);