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.6251,-84.7378)};var g_b27ba130c49b2c8758f0aa6817e6343a = new google.maps.Geocoder();g_b27ba130c49b2c8758f0aa6817e6343a.geocode( { 'address': "320 E Vermontville Hwy, Potterville, MI 48876, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('potterville-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('potterville-MI-independent-bank'), mapOptions);}document.getElementById('90a6dd8b').innerHTML += ' | View Map';var $lb27ba130c49b2c8758f0aa6817e6343a = '

Independent Bank

Address: 320 E Vermontville Hwy, Potterville, MI 48876, USA
Phone: (517) 645-7607
';var m_b27ba130c49b2c8758f0aa6817e6343a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_b27ba130c49b2c8758f0aa6817e6343a['infowindow'] = new google.maps.InfoWindow({content: $lb27ba130c49b2c8758f0aa6817e6343a});var infowindow = new google.maps.InfoWindow({content: $lb27ba130c49b2c8758f0aa6817e6343a});google.maps.event.addListener(m_b27ba130c49b2c8758f0aa6817e6343a, 'click', function() {infowindow.open(map,m_b27ba130c49b2c8758f0aa6817e6343a);});$marker.push(m_b27ba130c49b2c8758f0aa6817e6343a);}});}google.maps.event.addDomListener(window, 'load', initialize);