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.9238,-83.0431)};var g_67a83eab0da5d5e1357e82cee4ea9907 = new google.maps.Geocoder();g_67a83eab0da5d5e1357e82cee4ea9907.geocode( { 'address': "5515 Van Dyke Rd, Almont, MI 48003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('almont-MI-csb-bank').style.display = '';map = new google.maps.Map(document.getElementById('almont-MI-csb-bank'), mapOptions);}document.getElementById('5fe598bc').innerHTML += ' | View Map';var $l67a83eab0da5d5e1357e82cee4ea9907 = '

CSB Bank

Address: 5515 Van Dyke Rd, Almont, MI 48003
Phone: (810) 798-2200
';var m_67a83eab0da5d5e1357e82cee4ea9907 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CSB Bank',});m_67a83eab0da5d5e1357e82cee4ea9907['infowindow'] = new google.maps.InfoWindow({content: $l67a83eab0da5d5e1357e82cee4ea9907});var infowindow = new google.maps.InfoWindow({content: $l67a83eab0da5d5e1357e82cee4ea9907});google.maps.event.addListener(m_67a83eab0da5d5e1357e82cee4ea9907, 'click', function() {infowindow.open(map,m_67a83eab0da5d5e1357e82cee4ea9907);});$marker.push(m_67a83eab0da5d5e1357e82cee4ea9907);}});}google.maps.event.addDomListener(window, 'load', initialize);