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.1348,-81.8605)};var g_fb15b63c3c29825a07df13c169bec865 = new google.maps.Geocoder();g_fb15b63c3c29825a07df13c169bec865.geocode( { 'address': "890 N Court St, Medina, OH 44256"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medina-OH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('medina-OH-citizens-bank'), mapOptions);}document.getElementById('f78a8142').innerHTML += ' | View Map';var $lfb15b63c3c29825a07df13c169bec865 = '

Citizens Bank

Address: 890 N Court St, Medina, OH 44256
Phone: (330) 721-7771
';var m_fb15b63c3c29825a07df13c169bec865 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_fb15b63c3c29825a07df13c169bec865['infowindow'] = new google.maps.InfoWindow({content: $lfb15b63c3c29825a07df13c169bec865});var infowindow = new google.maps.InfoWindow({content: $lfb15b63c3c29825a07df13c169bec865});google.maps.event.addListener(m_fb15b63c3c29825a07df13c169bec865, 'click', function() {infowindow.open(map,m_fb15b63c3c29825a07df13c169bec865);});$marker.push(m_fb15b63c3c29825a07df13c169bec865);}});}google.maps.event.addDomListener(window, 'load', initialize);