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.2569,-83.9345)};var g_a1231c2f2311f2d3a33f20d2bc1e8ef1 = new google.maps.Geocoder();g_a1231c2f2311f2d3a33f20d2bc1e8ef1.geocode( { 'address': "10811 Albee Rd, Burt, MI 48417"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burt-MI-community-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('burt-MI-community-state-bank'), mapOptions);}document.getElementById('927a2514').innerHTML += ' | View Map';var $la1231c2f2311f2d3a33f20d2bc1e8ef1 = '

Community State Bank

Address: 10811 Albee Rd, Burt, MI 48417
Phone: (989) 770-4050
';var m_a1231c2f2311f2d3a33f20d2bc1e8ef1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank',});m_a1231c2f2311f2d3a33f20d2bc1e8ef1['infowindow'] = new google.maps.InfoWindow({content: $la1231c2f2311f2d3a33f20d2bc1e8ef1});var infowindow = new google.maps.InfoWindow({content: $la1231c2f2311f2d3a33f20d2bc1e8ef1});google.maps.event.addListener(m_a1231c2f2311f2d3a33f20d2bc1e8ef1, 'click', function() {infowindow.open(map,m_a1231c2f2311f2d3a33f20d2bc1e8ef1);});$marker.push(m_a1231c2f2311f2d3a33f20d2bc1e8ef1);}});}google.maps.event.addDomListener(window, 'load', initialize);