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.6343,-83.6133)};var g_1e067906fa07c8fbd7a3cb7952fe4ea1 = new google.maps.Geocoder();g_1e067906fa07c8fbd7a3cb7952fe4ea1.geocode( { 'address': "545 N Davis Dr, Warner Robins, GA 31093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warner-robins-GA-famous-liquors').style.display = '';map = new google.maps.Map(document.getElementById('warner-robins-GA-famous-liquors'), mapOptions);}document.getElementById('c10e51f7').innerHTML += ' | View Map';var $l1e067906fa07c8fbd7a3cb7952fe4ea1 = '

Famous Liquors

Address: 545 N Davis Dr, Warner Robins, GA 31093, USA
Phone: (478) 975-0503
';var m_1e067906fa07c8fbd7a3cb7952fe4ea1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Famous Liquors',});m_1e067906fa07c8fbd7a3cb7952fe4ea1['infowindow'] = new google.maps.InfoWindow({content: $l1e067906fa07c8fbd7a3cb7952fe4ea1});var infowindow = new google.maps.InfoWindow({content: $l1e067906fa07c8fbd7a3cb7952fe4ea1});google.maps.event.addListener(m_1e067906fa07c8fbd7a3cb7952fe4ea1, 'click', function() {infowindow.open(map,m_1e067906fa07c8fbd7a3cb7952fe4ea1);});$marker.push(m_1e067906fa07c8fbd7a3cb7952fe4ea1);}});}google.maps.event.addDomListener(window, 'load', initialize);