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.8092,-82.6867)};var g_5f75e8eea894213d75a7c471116a3378 = new google.maps.Geocoder();g_5f75e8eea894213d75a7c471116a3378.geocode( { 'address': "106 S Huron Ave, Harbor Beach, MI 48441"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harbor-beach-MI-signature-bank').style.display = '';map = new google.maps.Map(document.getElementById('harbor-beach-MI-signature-bank'), mapOptions);}document.getElementById('c8e26efa').innerHTML += ' | View Map';var $l5f75e8eea894213d75a7c471116a3378 = '

Signature Bank

Address: 106 S Huron Ave, Harbor Beach, MI 48441
Phone: (989) 479-3255
';var m_5f75e8eea894213d75a7c471116a3378 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Signature Bank',});m_5f75e8eea894213d75a7c471116a3378['infowindow'] = new google.maps.InfoWindow({content: $l5f75e8eea894213d75a7c471116a3378});var infowindow = new google.maps.InfoWindow({content: $l5f75e8eea894213d75a7c471116a3378});google.maps.event.addListener(m_5f75e8eea894213d75a7c471116a3378, 'click', function() {infowindow.open(map,m_5f75e8eea894213d75a7c471116a3378);});$marker.push(m_5f75e8eea894213d75a7c471116a3378);}});}google.maps.event.addDomListener(window, 'load', initialize);