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.5043,-83.105)};var g_e15a2d99651f9ec7d1629d3545ac2bee = new google.maps.Geocoder();g_e15a2d99651f9ec7d1629d3545ac2bee.geocode( { 'address': "28841 John R Rd, Madison Heights, MI 48071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-heights-MI-national-city').style.display = '';map = new google.maps.Map(document.getElementById('madison-heights-MI-national-city'), mapOptions);}document.getElementById('7c96d009').innerHTML += ' | View Map';var $le15a2d99651f9ec7d1629d3545ac2bee = '

National City

Address: 28841 John R Rd, Madison Heights, MI 48071
Phone: (248) 691-3936
';var m_e15a2d99651f9ec7d1629d3545ac2bee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City',});m_e15a2d99651f9ec7d1629d3545ac2bee['infowindow'] = new google.maps.InfoWindow({content: $le15a2d99651f9ec7d1629d3545ac2bee});var infowindow = new google.maps.InfoWindow({content: $le15a2d99651f9ec7d1629d3545ac2bee});google.maps.event.addListener(m_e15a2d99651f9ec7d1629d3545ac2bee, 'click', function() {infowindow.open(map,m_e15a2d99651f9ec7d1629d3545ac2bee);});$marker.push(m_e15a2d99651f9ec7d1629d3545ac2bee);}});}google.maps.event.addDomListener(window, 'load', initialize);