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.0105,-83.9437)};var g_79d6e374e65e80786cc3b0c8ff46daa0 = new google.maps.Geocoder();g_79d6e374e65e80786cc3b0c8ff46daa0.geocode( { 'address': "3000 W Chicago Blvd, Tecumseh, MI 49286"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tecumseh-MI-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('tecumseh-MI-key-bank'), mapOptions);}document.getElementById('147e8db2').innerHTML += ' | View Map';var $l79d6e374e65e80786cc3b0c8ff46daa0 = '

Key Bank

Address: 3000 W Chicago Blvd, Tecumseh, MI 49286
Phone: (517) 423-7431
';var m_79d6e374e65e80786cc3b0c8ff46daa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_79d6e374e65e80786cc3b0c8ff46daa0['infowindow'] = new google.maps.InfoWindow({content: $l79d6e374e65e80786cc3b0c8ff46daa0});var infowindow = new google.maps.InfoWindow({content: $l79d6e374e65e80786cc3b0c8ff46daa0});google.maps.event.addListener(m_79d6e374e65e80786cc3b0c8ff46daa0, 'click', function() {infowindow.open(map,m_79d6e374e65e80786cc3b0c8ff46daa0);});$marker.push(m_79d6e374e65e80786cc3b0c8ff46daa0);}});}google.maps.event.addDomListener(window, 'load', initialize);