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.151,-81.8615)};var g_c750b9e8e5d8957e9d4bd5da3cd41dbf = new google.maps.Geocoder();g_c750b9e8e5d8957e9d4bd5da3cd41dbf.geocode( { 'address': "870 N Court St, Medina, OH 44256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medina-OH-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('medina-OH-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('5858bb1b').innerHTML += ' | View Map';var $lc750b9e8e5d8957e9d4bd5da3cd41dbf = '

Citizens Bank Supermarket Branch

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