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(35.1896,-89.8501)};var g_c1a5e794a2b47041247eb0df9774c5b9 = new google.maps.Geocoder();g_c1a5e794a2b47041247eb0df9774c5b9.geocode( { 'address': "6397 Summer Ave, Memphis, TN 38134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-b--r-automarketing').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-b--r-automarketing'), mapOptions);}document.getElementById('a7640e5b').innerHTML += ' | View Map';var $lc1a5e794a2b47041247eb0df9774c5b9 = '

B & R AUTOMARKETING

Address: 6397 Summer Ave, Memphis, TN 38134, USA
Phone: (901) 602-4085
';var m_c1a5e794a2b47041247eb0df9774c5b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B & R AUTOMARKETING',});m_c1a5e794a2b47041247eb0df9774c5b9['infowindow'] = new google.maps.InfoWindow({content: $lc1a5e794a2b47041247eb0df9774c5b9});var infowindow = new google.maps.InfoWindow({content: $lc1a5e794a2b47041247eb0df9774c5b9});google.maps.event.addListener(m_c1a5e794a2b47041247eb0df9774c5b9, 'click', function() {infowindow.open(map,m_c1a5e794a2b47041247eb0df9774c5b9);});$marker.push(m_c1a5e794a2b47041247eb0df9774c5b9);}});}google.maps.event.addDomListener(window, 'load', initialize);