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.4861,-83.3895)};var g_eb7c1eabb2baa803f2635d2ba4792d3f = new google.maps.Geocoder();g_eb7c1eabb2baa803f2635d2ba4792d3f.geocode( { 'address': "345 N State St, Caro, MI 48723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caro-MI-signature-bank').style.display = '';map = new google.maps.Map(document.getElementById('caro-MI-signature-bank'), mapOptions);}document.getElementById('95304f73').innerHTML += ' | View Map';var $leb7c1eabb2baa803f2635d2ba4792d3f = '

Signature Bank

Address: 345 N State St, Caro, MI 48723
Phone: (989) 673-6152
';var m_eb7c1eabb2baa803f2635d2ba4792d3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Signature Bank',});m_eb7c1eabb2baa803f2635d2ba4792d3f['infowindow'] = new google.maps.InfoWindow({content: $leb7c1eabb2baa803f2635d2ba4792d3f});var infowindow = new google.maps.InfoWindow({content: $leb7c1eabb2baa803f2635d2ba4792d3f});google.maps.event.addListener(m_eb7c1eabb2baa803f2635d2ba4792d3f, 'click', function() {infowindow.open(map,m_eb7c1eabb2baa803f2635d2ba4792d3f);});$marker.push(m_eb7c1eabb2baa803f2635d2ba4792d3f);}});}google.maps.event.addDomListener(window, 'load', initialize);