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(31.4182,-87.0088)};var g_89cc6ec8cb4097b886d6174f13aa2814 = new google.maps.Geocoder();g_89cc6ec8cb4097b886d6174f13aa2814.geocode( { 'address': "84 Evergreen Retirement Rd, Evergreen, AL 36401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('evergreen-AL-diamond-gasoline-station-20').style.display = '';map = new google.maps.Map(document.getElementById('evergreen-AL-diamond-gasoline-station-20'), mapOptions);}document.getElementById('530be2cd').innerHTML += ' | View Map';var $l89cc6ec8cb4097b886d6174f13aa2814 = '

Diamond Gasoline Station #20

Address: 84 Evergreen Retirement Rd, Evergreen, AL 36401, USA
Phone: (251) 578-9669
';var m_89cc6ec8cb4097b886d6174f13aa2814 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Gasoline Station #20',});m_89cc6ec8cb4097b886d6174f13aa2814['infowindow'] = new google.maps.InfoWindow({content: $l89cc6ec8cb4097b886d6174f13aa2814});var infowindow = new google.maps.InfoWindow({content: $l89cc6ec8cb4097b886d6174f13aa2814});google.maps.event.addListener(m_89cc6ec8cb4097b886d6174f13aa2814, 'click', function() {infowindow.open(map,m_89cc6ec8cb4097b886d6174f13aa2814);});$marker.push(m_89cc6ec8cb4097b886d6174f13aa2814);}});}google.maps.event.addDomListener(window, 'load', initialize);