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(30.8479,-90.1508)};var g_7aa0b2fdee3ca345a222201e845e76d5 = new google.maps.Geocoder();g_7aa0b2fdee3ca345a222201e845e76d5.geocode( { 'address': "1312 Washington St, Franklinton, LA 70438, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklinton-LA-dors-foodmart').style.display = '';map = new google.maps.Map(document.getElementById('franklinton-LA-dors-foodmart'), mapOptions);}document.getElementById('c22bb11f').innerHTML += ' | View Map';var $l7aa0b2fdee3ca345a222201e845e76d5 = '

Dor's Foodmart

Address: 1312 Washington St, Franklinton, LA 70438, USA
Phone: (985) 839-5242
';var m_7aa0b2fdee3ca345a222201e845e76d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dor's Foodmart',});m_7aa0b2fdee3ca345a222201e845e76d5['infowindow'] = new google.maps.InfoWindow({content: $l7aa0b2fdee3ca345a222201e845e76d5});var infowindow = new google.maps.InfoWindow({content: $l7aa0b2fdee3ca345a222201e845e76d5});google.maps.event.addListener(m_7aa0b2fdee3ca345a222201e845e76d5, 'click', function() {infowindow.open(map,m_7aa0b2fdee3ca345a222201e845e76d5);});$marker.push(m_7aa0b2fdee3ca345a222201e845e76d5);}});}google.maps.event.addDomListener(window, 'load', initialize);