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(33.8559,-84.3953)};var g_33634c80f28bb8ed5190a3e4c006c170 = new google.maps.Geocoder();g_33634c80f28bb8ed5190a3e4c006c170.geocode( { 'address': "732 Joseph E Lowery Blvd NW, Atlanta, GA 30318"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-atlanta-community-food-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-atlanta-community-food-bank'), mapOptions);}document.getElementById('606335c7').innerHTML += ' | View Map';var $l33634c80f28bb8ed5190a3e4c006c170 = '

Atlanta Community Food Bank

Address: 732 Joseph E Lowery Blvd NW, Atlanta, GA 30318
Phone: (404) 892-9822
';var m_33634c80f28bb8ed5190a3e4c006c170 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Community Food Bank',});m_33634c80f28bb8ed5190a3e4c006c170['infowindow'] = new google.maps.InfoWindow({content: $l33634c80f28bb8ed5190a3e4c006c170});var infowindow = new google.maps.InfoWindow({content: $l33634c80f28bb8ed5190a3e4c006c170});google.maps.event.addListener(m_33634c80f28bb8ed5190a3e4c006c170, 'click', function() {infowindow.open(map,m_33634c80f28bb8ed5190a3e4c006c170);});$marker.push(m_33634c80f28bb8ed5190a3e4c006c170);}});}google.maps.event.addDomListener(window, 'load', initialize);