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.706,-81.3562)};var g_8f6f251157147901cd9d387d19ee0dda = new google.maps.Geocoder();g_8f6f251157147901cd9d387d19ee0dda.geocode( { 'address': "7923 Munson Rd, Mentor-On-The-Lake, OH 44060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mentor-on-the-lake-OH-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('mentor-on-the-lake-OH-citizens-state-bank'), mapOptions);}document.getElementById('a340837b').innerHTML += ' | View Map';var $l8f6f251157147901cd9d387d19ee0dda = '

Citizens State Bank

Address: 7923 Munson Rd, Mentor-On-The-Lake, OH 44060, USA
Phone: (440) 953-2996
';var m_8f6f251157147901cd9d387d19ee0dda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_8f6f251157147901cd9d387d19ee0dda['infowindow'] = new google.maps.InfoWindow({content: $l8f6f251157147901cd9d387d19ee0dda});var infowindow = new google.maps.InfoWindow({content: $l8f6f251157147901cd9d387d19ee0dda});google.maps.event.addListener(m_8f6f251157147901cd9d387d19ee0dda, 'click', function() {infowindow.open(map,m_8f6f251157147901cd9d387d19ee0dda);});$marker.push(m_8f6f251157147901cd9d387d19ee0dda);}});}google.maps.event.addDomListener(window, 'load', initialize);