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.194,-86.1702)};var g_9625fdcfdf80c49a86c36dcc39ff7e92 = new google.maps.Geocoder();g_9625fdcfdf80c49a86c36dcc39ff7e92.geocode( { 'address': "2 E Main St, Hartford, MI 49057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartford-MI-national-city').style.display = '';map = new google.maps.Map(document.getElementById('hartford-MI-national-city'), mapOptions);}document.getElementById('7ace0ab6').innerHTML += ' | View Map';var $l9625fdcfdf80c49a86c36dcc39ff7e92 = '

National City

Address: 2 E Main St, Hartford, MI 49057
Phone: (269) 621-2405
';var m_9625fdcfdf80c49a86c36dcc39ff7e92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City',});m_9625fdcfdf80c49a86c36dcc39ff7e92['infowindow'] = new google.maps.InfoWindow({content: $l9625fdcfdf80c49a86c36dcc39ff7e92});var infowindow = new google.maps.InfoWindow({content: $l9625fdcfdf80c49a86c36dcc39ff7e92});google.maps.event.addListener(m_9625fdcfdf80c49a86c36dcc39ff7e92, 'click', function() {infowindow.open(map,m_9625fdcfdf80c49a86c36dcc39ff7e92);});$marker.push(m_9625fdcfdf80c49a86c36dcc39ff7e92);}});}google.maps.event.addDomListener(window, 'load', initialize);