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.0298,-87.4966)};var g_18ec36fca13a7aff8319d2abed7bea48 = new google.maps.Geocoder();g_18ec36fca13a7aff8319d2abed7bea48.geocode( { 'address': "303 Howard St, Atmore, AL 36502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atmore-AL-diamond-gasoline-station-04').style.display = '';map = new google.maps.Map(document.getElementById('atmore-AL-diamond-gasoline-station-04'), mapOptions);}document.getElementById('b7be9db0').innerHTML += ' | View Map';var $l18ec36fca13a7aff8319d2abed7bea48 = '

Diamond Gasoline Station #04

Address: 303 Howard St, Atmore, AL 36502, USA
Phone: (251) 368-8771
';var m_18ec36fca13a7aff8319d2abed7bea48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Gasoline Station #04',});m_18ec36fca13a7aff8319d2abed7bea48['infowindow'] = new google.maps.InfoWindow({content: $l18ec36fca13a7aff8319d2abed7bea48});var infowindow = new google.maps.InfoWindow({content: $l18ec36fca13a7aff8319d2abed7bea48});google.maps.event.addListener(m_18ec36fca13a7aff8319d2abed7bea48, 'click', function() {infowindow.open(map,m_18ec36fca13a7aff8319d2abed7bea48);});$marker.push(m_18ec36fca13a7aff8319d2abed7bea48);}});}google.maps.event.addDomListener(window, 'load', initialize);