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.3666,-83.3706)};var g_699d64b68148be1dbc1593276c0dc7b6 = new google.maps.Geocoder();g_699d64b68148be1dbc1593276c0dc7b6.geocode( { 'address': "17900 Haggerty Road, Livonia, MI 48152"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livonia-MI-talmer-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('livonia-MI-talmer-bank-and-trust'), mapOptions);}document.getElementById('87769c72').innerHTML += ' | View Map';var $l699d64b68148be1dbc1593276c0dc7b6 = '

Talmer Bank and Trust

Address: 17900 Haggerty Road, Livonia, MI 48152
Phone: (734) 805-4600
';var m_699d64b68148be1dbc1593276c0dc7b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank and Trust',});m_699d64b68148be1dbc1593276c0dc7b6['infowindow'] = new google.maps.InfoWindow({content: $l699d64b68148be1dbc1593276c0dc7b6});var infowindow = new google.maps.InfoWindow({content: $l699d64b68148be1dbc1593276c0dc7b6});google.maps.event.addListener(m_699d64b68148be1dbc1593276c0dc7b6, 'click', function() {infowindow.open(map,m_699d64b68148be1dbc1593276c0dc7b6);});$marker.push(m_699d64b68148be1dbc1593276c0dc7b6);}});}google.maps.event.addDomListener(window, 'load', initialize);