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.6725,-83.2887)};var g_2252b347a04841cf0c35467a47d2cc29 = new google.maps.Geocoder();g_2252b347a04841cf0c35467a47d2cc29.geocode( { 'address': "44330 Woodward Ave, Pontiac, MI 48341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontiac-MI-national-city').style.display = '';map = new google.maps.Map(document.getElementById('pontiac-MI-national-city'), mapOptions);}document.getElementById('a0085aaa').innerHTML += ' | View Map';var $l2252b347a04841cf0c35467a47d2cc29 = '

National City

Address: 44330 Woodward Ave, Pontiac, MI 48341
Phone: (248) 339-5883
';var m_2252b347a04841cf0c35467a47d2cc29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City',});m_2252b347a04841cf0c35467a47d2cc29['infowindow'] = new google.maps.InfoWindow({content: $l2252b347a04841cf0c35467a47d2cc29});var infowindow = new google.maps.InfoWindow({content: $l2252b347a04841cf0c35467a47d2cc29});google.maps.event.addListener(m_2252b347a04841cf0c35467a47d2cc29, 'click', function() {infowindow.open(map,m_2252b347a04841cf0c35467a47d2cc29);});$marker.push(m_2252b347a04841cf0c35467a47d2cc29);}});}google.maps.event.addDomListener(window, 'load', initialize);