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.1569,-81.4007)};var g_d2361d07d9f4dd38dd802a5e917176a3 = new google.maps.Geocoder();g_d2361d07d9f4dd38dd802a5e917176a3.geocode( { 'address': "4445 Kent Rd, Stow, OH 44224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stow-OH-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('stow-OH-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('1174149b').innerHTML += ' | View Map';var $ld2361d07d9f4dd38dd802a5e917176a3 = '

Citizens Bank Supermarket Branch

Address: 4445 Kent Rd, Stow, OH 44224, USA
Phone: (330) 673-7320
';var m_d2361d07d9f4dd38dd802a5e917176a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_d2361d07d9f4dd38dd802a5e917176a3['infowindow'] = new google.maps.InfoWindow({content: $ld2361d07d9f4dd38dd802a5e917176a3});var infowindow = new google.maps.InfoWindow({content: $ld2361d07d9f4dd38dd802a5e917176a3});google.maps.event.addListener(m_d2361d07d9f4dd38dd802a5e917176a3, 'click', function() {infowindow.open(map,m_d2361d07d9f4dd38dd802a5e917176a3);});$marker.push(m_d2361d07d9f4dd38dd802a5e917176a3);}});}google.maps.event.addDomListener(window, 'load', initialize);