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(27.522,-82.528)};var g_de14767859f7ab4a57feb39d4a709f86 = new google.maps.Geocoder();g_de14767859f7ab4a57feb39d4a709f86.geocode( { 'address': "3602 US-301, Ellenton, FL 34222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellenton-FL-stop-and-shop').style.display = '';map = new google.maps.Map(document.getElementById('ellenton-FL-stop-and-shop'), mapOptions);}document.getElementById('9e2f82a2').innerHTML += ' | View Map';var $lde14767859f7ab4a57feb39d4a709f86 = '

Stop and Shop

Address: 3602 US-301, Ellenton, FL 34222, USA
Phone: (941) 722-8292
';var m_de14767859f7ab4a57feb39d4a709f86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stop and Shop',});m_de14767859f7ab4a57feb39d4a709f86['infowindow'] = new google.maps.InfoWindow({content: $lde14767859f7ab4a57feb39d4a709f86});var infowindow = new google.maps.InfoWindow({content: $lde14767859f7ab4a57feb39d4a709f86});google.maps.event.addListener(m_de14767859f7ab4a57feb39d4a709f86, 'click', function() {infowindow.open(map,m_de14767859f7ab4a57feb39d4a709f86);});$marker.push(m_de14767859f7ab4a57feb39d4a709f86);}});}google.maps.event.addDomListener(window, 'load', initialize);