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.5043,-83.105)};var g_6dfcd186b5946ec401a1a399a2451704 = new google.maps.Geocoder();g_6dfcd186b5946ec401a1a399a2451704.geocode( { 'address': "1800 East 12 Mile Road, Madison Heights, MI 48071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-heights-MI-talmer-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('madison-heights-MI-talmer-bank-and-trust'), mapOptions);}document.getElementById('140e8cd8').innerHTML += ' | View Map';var $l6dfcd186b5946ec401a1a399a2451704 = '

Talmer Bank and Trust

Address: 1800 East 12 Mile Road, Madison Heights, MI 48071
Phone: (248) 548-2900
';var m_6dfcd186b5946ec401a1a399a2451704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank and Trust',});m_6dfcd186b5946ec401a1a399a2451704['infowindow'] = new google.maps.InfoWindow({content: $l6dfcd186b5946ec401a1a399a2451704});var infowindow = new google.maps.InfoWindow({content: $l6dfcd186b5946ec401a1a399a2451704});google.maps.event.addListener(m_6dfcd186b5946ec401a1a399a2451704, 'click', function() {infowindow.open(map,m_6dfcd186b5946ec401a1a399a2451704);});$marker.push(m_6dfcd186b5946ec401a1a399a2451704);}});}google.maps.event.addDomListener(window, 'load', initialize);