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_c920b75709d49179c0ba5a02c9839a46 = new google.maps.Geocoder();g_c920b75709d49179c0ba5a02c9839a46.geocode( { 'address': "511 Circle 85 St, Atlanta, GA 30349"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-b-b-k-auto-inc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-b-b-k-auto-inc'), mapOptions);}document.getElementById('79c43342').innerHTML += ' | View Map';var $lc920b75709d49179c0ba5a02c9839a46 = '

B B & K Auto Inc

Address: 511 Circle 85 St, Atlanta, GA 30349
Phone: (404) 761-3102
';var m_c920b75709d49179c0ba5a02c9839a46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B B & K Auto Inc',});m_c920b75709d49179c0ba5a02c9839a46['infowindow'] = new google.maps.InfoWindow({content: $lc920b75709d49179c0ba5a02c9839a46});var infowindow = new google.maps.InfoWindow({content: $lc920b75709d49179c0ba5a02c9839a46});google.maps.event.addListener(m_c920b75709d49179c0ba5a02c9839a46, 'click', function() {infowindow.open(map,m_c920b75709d49179c0ba5a02c9839a46);});$marker.push(m_c920b75709d49179c0ba5a02c9839a46);}});}google.maps.event.addDomListener(window, 'load', initialize);