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_ba17a1846c1af279c92644ae9b18080f = new google.maps.Geocoder();g_ba17a1846c1af279c92644ae9b18080f.geocode( { 'address': "5200 Milwaukee Rd, Tecumseh, MI 49286"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tecumseh-MI-hantz-bank').style.display = '';map = new google.maps.Map(document.getElementById('tecumseh-MI-hantz-bank'), mapOptions);}document.getElementById('5db610ad').innerHTML += ' | View Map';var $lba17a1846c1af279c92644ae9b18080f = '

Hantz Bank

Address: 5200 Milwaukee Rd, Tecumseh, MI 49286
Phone: (517) 815-8850
';var m_ba17a1846c1af279c92644ae9b18080f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hantz Bank',});m_ba17a1846c1af279c92644ae9b18080f['infowindow'] = new google.maps.InfoWindow({content: $lba17a1846c1af279c92644ae9b18080f});var infowindow = new google.maps.InfoWindow({content: $lba17a1846c1af279c92644ae9b18080f});google.maps.event.addListener(m_ba17a1846c1af279c92644ae9b18080f, 'click', function() {infowindow.open(map,m_ba17a1846c1af279c92644ae9b18080f);});$marker.push(m_ba17a1846c1af279c92644ae9b18080f);}});}google.maps.event.addDomListener(window, 'load', initialize);