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.0196,-87.6582)};var g_b674bec4a59e5ac1444122bf25cb06ec = new google.maps.Geocoder();g_b674bec4a59e5ac1444122bf25cb06ec.geocode( { 'address': "21480 Co Rd 47, Perdido, AL 36562, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('perdido-AL-diamond-gasoline-station-18').style.display = '';map = new google.maps.Map(document.getElementById('perdido-AL-diamond-gasoline-station-18'), mapOptions);}document.getElementById('7893437e').innerHTML += ' | View Map';var $lb674bec4a59e5ac1444122bf25cb06ec = '

Diamond Gasoline Station #18

Address: 21480 Co Rd 47, Perdido, AL 36562, USA
Phone: (251) 580-3177
';var m_b674bec4a59e5ac1444122bf25cb06ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Gasoline Station #18',});m_b674bec4a59e5ac1444122bf25cb06ec['infowindow'] = new google.maps.InfoWindow({content: $lb674bec4a59e5ac1444122bf25cb06ec});var infowindow = new google.maps.InfoWindow({content: $lb674bec4a59e5ac1444122bf25cb06ec});google.maps.event.addListener(m_b674bec4a59e5ac1444122bf25cb06ec, 'click', function() {infowindow.open(map,m_b674bec4a59e5ac1444122bf25cb06ec);});$marker.push(m_b674bec4a59e5ac1444122bf25cb06ec);}});}google.maps.event.addDomListener(window, 'load', initialize);