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.6743,-83.2424)};var g_0ac1cef7072226a707d9d83dd0d7b09f = new google.maps.Geocoder();g_0ac1cef7072226a707d9d83dd0d7b09f.geocode( { 'address': "1988 N Opdyke Rd, Auburn Hills, MI 48326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-hills-MI-talmer-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('auburn-hills-MI-talmer-bank-trust'), mapOptions);}document.getElementById('fb2fc307').innerHTML += ' | View Map';var $l0ac1cef7072226a707d9d83dd0d7b09f = '

Talmer Bank & Trust

Address: 1988 N Opdyke Rd, Auburn Hills, MI 48326
Phone: (248) 370-8200
';var m_0ac1cef7072226a707d9d83dd0d7b09f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank & Trust',});m_0ac1cef7072226a707d9d83dd0d7b09f['infowindow'] = new google.maps.InfoWindow({content: $l0ac1cef7072226a707d9d83dd0d7b09f});var infowindow = new google.maps.InfoWindow({content: $l0ac1cef7072226a707d9d83dd0d7b09f});google.maps.event.addListener(m_0ac1cef7072226a707d9d83dd0d7b09f, 'click', function() {infowindow.open(map,m_0ac1cef7072226a707d9d83dd0d7b09f);});$marker.push(m_0ac1cef7072226a707d9d83dd0d7b09f);}});}google.maps.event.addDomListener(window, 'load', initialize);