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.042,-82.0156)};var g_3df07fdae1ab273a967aaa1d355b8bb6 = new google.maps.Geocoder();g_3df07fdae1ab273a967aaa1d355b8bb6.geocode( { 'address': "303 Highland Dr, Lodi, OH 44254"}, 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('46ba3a3f').innerHTML += ' | View Map';var $l3df07fdae1ab273a967aaa1d355b8bb6 = '

Wayne Savings Community Bank

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