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(33.7533,-88.1093)};var g_b8ed83c8ad30c00c3d5d86b85ddaadf9 = new google.maps.Geocoder();g_b8ed83c8ad30c00c3d5d86b85ddaadf9.geocode( { 'address': "44390 AL-17, Vernon, AL 35592, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vernon-AL-macs-minit-mart').style.display = '';map = new google.maps.Map(document.getElementById('vernon-AL-macs-minit-mart'), mapOptions);}document.getElementById('3928b183').innerHTML += ' | View Map';var $lb8ed83c8ad30c00c3d5d86b85ddaadf9 = '

Macs Minit Mart

Address: 44390 AL-17, Vernon, AL 35592, USA
Phone: (205) 695-9765
';var m_b8ed83c8ad30c00c3d5d86b85ddaadf9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Macs Minit Mart',});m_b8ed83c8ad30c00c3d5d86b85ddaadf9['infowindow'] = new google.maps.InfoWindow({content: $lb8ed83c8ad30c00c3d5d86b85ddaadf9});var infowindow = new google.maps.InfoWindow({content: $lb8ed83c8ad30c00c3d5d86b85ddaadf9});google.maps.event.addListener(m_b8ed83c8ad30c00c3d5d86b85ddaadf9, 'click', function() {infowindow.open(map,m_b8ed83c8ad30c00c3d5d86b85ddaadf9);});$marker.push(m_b8ed83c8ad30c00c3d5d86b85ddaadf9);}});}google.maps.event.addDomListener(window, 'load', initialize);