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.3899,-87.683)};var g_6bb8659e554502cab834d52274a06427 = new google.maps.Geocoder();g_6bb8659e554502cab834d52274a06427.geocode( { 'address': "1401 S McKenzie St, Foley, AL 36535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foley-AL-dodges').style.display = '';map = new google.maps.Map(document.getElementById('foley-AL-dodges'), mapOptions);}document.getElementById('e7bc21c4').innerHTML += ' | View Map';var $l6bb8659e554502cab834d52274a06427 = '

Dodge's

Address: 1401 S McKenzie St, Foley, AL 36535, USA
Phone: (251) 943-4201
';var m_6bb8659e554502cab834d52274a06427 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dodge's',});m_6bb8659e554502cab834d52274a06427['infowindow'] = new google.maps.InfoWindow({content: $l6bb8659e554502cab834d52274a06427});var infowindow = new google.maps.InfoWindow({content: $l6bb8659e554502cab834d52274a06427});google.maps.event.addListener(m_6bb8659e554502cab834d52274a06427, 'click', function() {infowindow.open(map,m_6bb8659e554502cab834d52274a06427);});$marker.push(m_6bb8659e554502cab834d52274a06427);}});}google.maps.event.addDomListener(window, 'load', initialize);