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(45.6667,-85.55)};var g_451ba484d2d2e42810c372ac7587198f = new google.maps.Geocoder();g_451ba484d2d2e42810c372ac7587198f.geocode( { 'address': "38230 Michigan Ave, Beaver Island, MI 49782"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaver-island-MI-charlevoix-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaver-island-MI-charlevoix-state-bank'), mapOptions);}document.getElementById('fb51c23c').innerHTML += ' | View Map';var $l451ba484d2d2e42810c372ac7587198f = '

Charlevoix State Bank

Address: 38230 Michigan Ave, Beaver Island, MI 49782
Phone: (231) 448-2190
';var m_451ba484d2d2e42810c372ac7587198f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charlevoix State Bank',});m_451ba484d2d2e42810c372ac7587198f['infowindow'] = new google.maps.InfoWindow({content: $l451ba484d2d2e42810c372ac7587198f});var infowindow = new google.maps.InfoWindow({content: $l451ba484d2d2e42810c372ac7587198f});google.maps.event.addListener(m_451ba484d2d2e42810c372ac7587198f, 'click', function() {infowindow.open(map,m_451ba484d2d2e42810c372ac7587198f);});$marker.push(m_451ba484d2d2e42810c372ac7587198f);}});}google.maps.event.addDomListener(window, 'load', initialize);