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.2708,-83.8087)};var g_956b53a1ecc4777ae7482d440fbcbf07 = new google.maps.Geocoder();g_956b53a1ecc4777ae7482d440fbcbf07.geocode( { 'address': "2950 S State Street, Ann Arbor, MI 48104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-talmer-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-talmer-bank-and-trust'), mapOptions);}document.getElementById('bbde9af0').innerHTML += ' | View Map';var $l956b53a1ecc4777ae7482d440fbcbf07 = '

Talmer Bank and Trust

Address: 2950 S State Street, Ann Arbor, MI 48104
Phone: (734) 887-3100
';var m_956b53a1ecc4777ae7482d440fbcbf07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank and Trust',});m_956b53a1ecc4777ae7482d440fbcbf07['infowindow'] = new google.maps.InfoWindow({content: $l956b53a1ecc4777ae7482d440fbcbf07});var infowindow = new google.maps.InfoWindow({content: $l956b53a1ecc4777ae7482d440fbcbf07});google.maps.event.addListener(m_956b53a1ecc4777ae7482d440fbcbf07, 'click', function() {infowindow.open(map,m_956b53a1ecc4777ae7482d440fbcbf07);});$marker.push(m_956b53a1ecc4777ae7482d440fbcbf07);}});}google.maps.event.addDomListener(window, 'load', initialize);