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.7075,-81.3613)};var g_daca35421d04c8a4f7b2ae191976813d = new google.maps.Geocoder();g_daca35421d04c8a4f7b2ae191976813d.geocode( { 'address': "5963 Andrews 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-bank').style.display = '';map = new google.maps.Map(document.getElementById('mentor-on-the-lake-OH-citizens-bank'), mapOptions);}document.getElementById('32095b7d').innerHTML += ' | View Map';var $ldaca35421d04c8a4f7b2ae191976813d = '

Citizens Bank

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