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.6365,-83.4756)};var g_40d300970074f93e6a14657860750219 = new google.maps.Geocoder();g_40d300970074f93e6a14657860750219.geocode( { 'address': "3024 Navarre Ave, Oregon, OH 43616, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oregon-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('oregon-OH-citizens-bank'), mapOptions);}document.getElementById('8c24da19').innerHTML += ' | View Map';var $l40d300970074f93e6a14657860750219 = '

Citizens Bank

Address: 3024 Navarre Ave, Oregon, OH 43616, USA
Phone: (419) 691-3619
';var m_40d300970074f93e6a14657860750219 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_40d300970074f93e6a14657860750219['infowindow'] = new google.maps.InfoWindow({content: $l40d300970074f93e6a14657860750219});var infowindow = new google.maps.InfoWindow({content: $l40d300970074f93e6a14657860750219});google.maps.event.addListener(m_40d300970074f93e6a14657860750219, 'click', function() {infowindow.open(map,m_40d300970074f93e6a14657860750219);});$marker.push(m_40d300970074f93e6a14657860750219);}});}google.maps.event.addDomListener(window, 'load', initialize);