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.5053,-86.3869)};var g_2f209c3ea320d8049c8f2951bfaa478e = new google.maps.Geocoder();g_2f209c3ea320d8049c8f2951bfaa478e.geocode( { 'address': "2865 AL-14, Millbrook, AL 36054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbrook-AL-best-cars-of-millbrook').style.display = '';map = new google.maps.Map(document.getElementById('millbrook-AL-best-cars-of-millbrook'), mapOptions);}document.getElementById('5285a88d').innerHTML += ' | View Map';var $l2f209c3ea320d8049c8f2951bfaa478e = '

Best Cars of Millbrook

Address: 2865 AL-14, Millbrook, AL 36054, USA
Phone: (334) 285-7162
';var m_2f209c3ea320d8049c8f2951bfaa478e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Cars of Millbrook',});m_2f209c3ea320d8049c8f2951bfaa478e['infowindow'] = new google.maps.InfoWindow({content: $l2f209c3ea320d8049c8f2951bfaa478e});var infowindow = new google.maps.InfoWindow({content: $l2f209c3ea320d8049c8f2951bfaa478e});google.maps.event.addListener(m_2f209c3ea320d8049c8f2951bfaa478e, 'click', function() {infowindow.open(map,m_2f209c3ea320d8049c8f2951bfaa478e);});$marker.push(m_2f209c3ea320d8049c8f2951bfaa478e);}});}google.maps.event.addDomListener(window, 'load', initialize);