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.5224,-81.3403)};var g_f9933ca8386ce057d4a5f8ff041632fa = new google.maps.Geocoder();g_f9933ca8386ce057d4a5f8ff041632fa.geocode( { 'address': "8440 Mayfield Rd, Chesterland, OH 44026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesterland-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('chesterland-OH-citizens-bank'), mapOptions);}document.getElementById('c2865421').innerHTML += ' | View Map';var $lf9933ca8386ce057d4a5f8ff041632fa = '

Citizens Bank

Address: 8440 Mayfield Rd, Chesterland, OH 44026, USA
Phone: (440) 729-7361
';var m_f9933ca8386ce057d4a5f8ff041632fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_f9933ca8386ce057d4a5f8ff041632fa['infowindow'] = new google.maps.InfoWindow({content: $lf9933ca8386ce057d4a5f8ff041632fa});var infowindow = new google.maps.InfoWindow({content: $lf9933ca8386ce057d4a5f8ff041632fa});google.maps.event.addListener(m_f9933ca8386ce057d4a5f8ff041632fa, 'click', function() {infowindow.open(map,m_f9933ca8386ce057d4a5f8ff041632fa);});$marker.push(m_f9933ca8386ce057d4a5f8ff041632fa);}});}google.maps.event.addDomListener(window, 'load', initialize);