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.4222,-83.4701)};var g_d8a2d3913bea3bb7e37adfda4739f8b7 = new google.maps.Geocoder();g_d8a2d3913bea3bb7e37adfda4739f8b7.geocode( { 'address': "39725 6 Mile Rd, Northville, MI 48167"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northville-MI-t-c-f-bank').style.display = '';map = new google.maps.Map(document.getElementById('northville-MI-t-c-f-bank'), mapOptions);}document.getElementById('a50868e3').innerHTML += ' | View Map';var $ld8a2d3913bea3bb7e37adfda4739f8b7 = '

T C F Bank

Address: 39725 6 Mile Rd, Northville, MI 48167
Phone: (734) 420-1711
';var m_d8a2d3913bea3bb7e37adfda4739f8b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'T C F Bank',});m_d8a2d3913bea3bb7e37adfda4739f8b7['infowindow'] = new google.maps.InfoWindow({content: $ld8a2d3913bea3bb7e37adfda4739f8b7});var infowindow = new google.maps.InfoWindow({content: $ld8a2d3913bea3bb7e37adfda4739f8b7});google.maps.event.addListener(m_d8a2d3913bea3bb7e37adfda4739f8b7, 'click', function() {infowindow.open(map,m_d8a2d3913bea3bb7e37adfda4739f8b7);});$marker.push(m_d8a2d3913bea3bb7e37adfda4739f8b7);}});}google.maps.event.addDomListener(window, 'load', initialize);