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.0873,-87.5379)};var g_19d0170c5a9f7120fdcb2c34e9373f68 = new google.maps.Geocoder();g_19d0170c5a9f7120fdcb2c34e9373f68.geocode( { 'address': "4950 Jack Springs Rd, Atmore, AL 36502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atmore-AL-diamond-gasoline-station').style.display = '';map = new google.maps.Map(document.getElementById('atmore-AL-diamond-gasoline-station'), mapOptions);}document.getElementById('ad658c78').innerHTML += ' | View Map';var $l19d0170c5a9f7120fdcb2c34e9373f68 = '

Diamond Gasoline Station

Address: 4950 Jack Springs Rd, Atmore, AL 36502, USA
Phone: (251) 446-8065
';var m_19d0170c5a9f7120fdcb2c34e9373f68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Gasoline Station',});m_19d0170c5a9f7120fdcb2c34e9373f68['infowindow'] = new google.maps.InfoWindow({content: $l19d0170c5a9f7120fdcb2c34e9373f68});var infowindow = new google.maps.InfoWindow({content: $l19d0170c5a9f7120fdcb2c34e9373f68});google.maps.event.addListener(m_19d0170c5a9f7120fdcb2c34e9373f68, 'click', function() {infowindow.open(map,m_19d0170c5a9f7120fdcb2c34e9373f68);});$marker.push(m_19d0170c5a9f7120fdcb2c34e9373f68);}});}google.maps.event.addDomListener(window, 'load', initialize);