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()};var g_0b946a2d823903d85c2a7b06f3112bd4 = new google.maps.Geocoder();g_0b946a2d823903d85c2a7b06f3112bd4.geocode( { 'address': "7409 W Houghton Lake Dr, Houghton Lk Hts, MI 48630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houghton-lk-hts-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('houghton-lk-hts-MI-chemical-bank'), mapOptions);}document.getElementById('e6e9d238').innerHTML += ' | View Map';var $l0b946a2d823903d85c2a7b06f3112bd4 = '

Chemical Bank

Address: 7409 W Houghton Lake Dr, Houghton Lk Hts, MI 48630
Phone: (989) 422-5111
';var m_0b946a2d823903d85c2a7b06f3112bd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_0b946a2d823903d85c2a7b06f3112bd4['infowindow'] = new google.maps.InfoWindow({content: $l0b946a2d823903d85c2a7b06f3112bd4});var infowindow = new google.maps.InfoWindow({content: $l0b946a2d823903d85c2a7b06f3112bd4});google.maps.event.addListener(m_0b946a2d823903d85c2a7b06f3112bd4, 'click', function() {infowindow.open(map,m_0b946a2d823903d85c2a7b06f3112bd4);});$marker.push(m_0b946a2d823903d85c2a7b06f3112bd4);}});}google.maps.event.addDomListener(window, 'load', initialize);