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.2376,-81.347)};var g_154428033ca2c81219fc1225bcf3c380 = new google.maps.Geocoder();g_154428033ca2c81219fc1225bcf3c380.geocode( { 'address': "1280 OH-303, Streetsboro, OH 44241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('streetsboro-OH-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('streetsboro-OH-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('31894ad4').innerHTML += ' | View Map';var $l154428033ca2c81219fc1225bcf3c380 = '

Citizens Bank Supermarket Branch

Address: 1280 OH-303, Streetsboro, OH 44241, USA
Phone: (330) 626-0593
';var m_154428033ca2c81219fc1225bcf3c380 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_154428033ca2c81219fc1225bcf3c380['infowindow'] = new google.maps.InfoWindow({content: $l154428033ca2c81219fc1225bcf3c380});var infowindow = new google.maps.InfoWindow({content: $l154428033ca2c81219fc1225bcf3c380});google.maps.event.addListener(m_154428033ca2c81219fc1225bcf3c380, 'click', function() {infowindow.open(map,m_154428033ca2c81219fc1225bcf3c380);});$marker.push(m_154428033ca2c81219fc1225bcf3c380);}});}google.maps.event.addDomListener(window, 'load', initialize);