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(43.0355,-86.1838)};var g_cf866614b6b18cda13fe699a3a65661b = new google.maps.Geocoder();g_cf866614b6b18cda13fe699a3a65661b.geocode( { 'address': "333 Washington Avenue, Grand Haven, MI 49417"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-haven-MI-talmer-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('grand-haven-MI-talmer-bank-and-trust'), mapOptions);}document.getElementById('9bacc715').innerHTML += ' | View Map';var $lcf866614b6b18cda13fe699a3a65661b = '

Talmer Bank and Trust

Address: 333 Washington Avenue, Grand Haven, MI 49417
Phone: (616) 846-1930
';var m_cf866614b6b18cda13fe699a3a65661b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Talmer Bank and Trust',});m_cf866614b6b18cda13fe699a3a65661b['infowindow'] = new google.maps.InfoWindow({content: $lcf866614b6b18cda13fe699a3a65661b});var infowindow = new google.maps.InfoWindow({content: $lcf866614b6b18cda13fe699a3a65661b});google.maps.event.addListener(m_cf866614b6b18cda13fe699a3a65661b, 'click', function() {infowindow.open(map,m_cf866614b6b18cda13fe699a3a65661b);});$marker.push(m_cf866614b6b18cda13fe699a3a65661b);}});}google.maps.event.addDomListener(window, 'load', initialize);