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(32.0126,-80.843)};var g_80b912d8d81919969ccab0080ddd8e2f = new google.maps.Geocoder();g_80b912d8d81919969ccab0080ddd8e2f.geocode( { 'address': "304 1st St, Tybee Island, GA 31328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tybee-island-GA-chus-convenience-mart').style.display = '';map = new google.maps.Map(document.getElementById('tybee-island-GA-chus-convenience-mart'), mapOptions);}document.getElementById('ebb9922e').innerHTML += ' | View Map';var $l80b912d8d81919969ccab0080ddd8e2f = '

Chu's Convenience Mart

Address: 304 1st St, Tybee Island, GA 31328, USA
Phone: (912) 786-5247
';var m_80b912d8d81919969ccab0080ddd8e2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chu's Convenience Mart',});m_80b912d8d81919969ccab0080ddd8e2f['infowindow'] = new google.maps.InfoWindow({content: $l80b912d8d81919969ccab0080ddd8e2f});var infowindow = new google.maps.InfoWindow({content: $l80b912d8d81919969ccab0080ddd8e2f});google.maps.event.addListener(m_80b912d8d81919969ccab0080ddd8e2f, 'click', function() {infowindow.open(map,m_80b912d8d81919969ccab0080ddd8e2f);});$marker.push(m_80b912d8d81919969ccab0080ddd8e2f);}});}google.maps.event.addDomListener(window, 'load', initialize);