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.0065,-83.965)};var g_edcf8899baa331c4008eaf6a7de9f08b = new google.maps.Geocoder();g_edcf8899baa331c4008eaf6a7de9f08b.geocode( { 'address': "1488 W Chicago Blvd, Tecumseh, MI 49286, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tecumseh-MI-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('tecumseh-MI-atm-key-bank'), mapOptions);}document.getElementById('49cf5d58').innerHTML += ' | View Map';var $ledcf8899baa331c4008eaf6a7de9f08b = '

ATM (Key Bank)

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