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.996,-82.9287)};var g_18aa5f58e98214c6fbe817e075a1a82c = new google.maps.Geocoder();g_18aa5f58e98214c6fbe817e075a1a82c.geocode( { 'address': "3433 Capac Rd, Capac, MI 48014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('capac-MI-tri-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('capac-MI-tri-county-bank'), mapOptions);}document.getElementById('d783f07e').innerHTML += ' | View Map';var $l18aa5f58e98214c6fbe817e075a1a82c = '

Tri-County Bank

Address: 3433 Capac Rd, Capac, MI 48014, USA
Phone: (810) 395-8113
';var m_18aa5f58e98214c6fbe817e075a1a82c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri-County Bank',});m_18aa5f58e98214c6fbe817e075a1a82c['infowindow'] = new google.maps.InfoWindow({content: $l18aa5f58e98214c6fbe817e075a1a82c});var infowindow = new google.maps.InfoWindow({content: $l18aa5f58e98214c6fbe817e075a1a82c});google.maps.event.addListener(m_18aa5f58e98214c6fbe817e075a1a82c, 'click', function() {infowindow.open(map,m_18aa5f58e98214c6fbe817e075a1a82c);});$marker.push(m_18aa5f58e98214c6fbe817e075a1a82c);}});}google.maps.event.addDomListener(window, 'load', initialize);