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()};var g_bdafeff719487affafe5f76fb6f02a1a = new google.maps.Geocoder();g_bdafeff719487affafe5f76fb6f02a1a.geocode( { 'address': "3136 Lapeer Road, Port Huron Township, MI 48060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-huron-township-MI-talmer-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('port-huron-township-MI-talmer-bank-and-trust'), mapOptions);}document.getElementById('523d850c').innerHTML += ' | View Map';var $lbdafeff719487affafe5f76fb6f02a1a = '

Talmer Bank and Trust

Address: 3136 Lapeer Road, Port Huron Township, MI 48060
Phone: (810) 984-1578
';var m_bdafeff719487affafe5f76fb6f02a1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank and Trust',});m_bdafeff719487affafe5f76fb6f02a1a['infowindow'] = new google.maps.InfoWindow({content: $lbdafeff719487affafe5f76fb6f02a1a});var infowindow = new google.maps.InfoWindow({content: $lbdafeff719487affafe5f76fb6f02a1a});google.maps.event.addListener(m_bdafeff719487affafe5f76fb6f02a1a, 'click', function() {infowindow.open(map,m_bdafeff719487affafe5f76fb6f02a1a);});$marker.push(m_bdafeff719487affafe5f76fb6f02a1a);}});}google.maps.event.addDomListener(window, 'load', initialize);