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(42.6284,-83.0486)};var g_3244c5565e8519862bc19f0ad6c3ad9b = new google.maps.Geocoder();g_3244c5565e8519862bc19f0ad6c3ad9b.geocode( { 'address': "6256 Auburn Rd, Shelby Charter Township, MI 48317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-charter-township-MI-r-b-s').style.display = '';map = new google.maps.Map(document.getElementById('shelby-charter-township-MI-r-b-s'), mapOptions);}document.getElementById('a64f2d34').innerHTML += ' | View Map';var $l3244c5565e8519862bc19f0ad6c3ad9b = '

R B S

Address: 6256 Auburn Rd, Shelby Charter Township, MI 48317, USA
Phone: (586) 991-5349
';var m_3244c5565e8519862bc19f0ad6c3ad9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R B S',});m_3244c5565e8519862bc19f0ad6c3ad9b['infowindow'] = new google.maps.InfoWindow({content: $l3244c5565e8519862bc19f0ad6c3ad9b});var infowindow = new google.maps.InfoWindow({content: $l3244c5565e8519862bc19f0ad6c3ad9b});google.maps.event.addListener(m_3244c5565e8519862bc19f0ad6c3ad9b, 'click', function() {infowindow.open(map,m_3244c5565e8519862bc19f0ad6c3ad9b);});$marker.push(m_3244c5565e8519862bc19f0ad6c3ad9b);}});}google.maps.event.addDomListener(window, 'load', initialize);