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.3743,-84.9244)};var g_14c3eb8771891efffb837717ea96a8c9 = new google.maps.Geocoder();g_14c3eb8771891efffb837717ea96a8c9.geocode( { 'address': "2201 E Mitchell Rd, Petoskey, MI 49770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petoskey-MI-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('petoskey-MI-first-community-bank'), mapOptions);}document.getElementById('b242f626').innerHTML += ' | View Map';var $l14c3eb8771891efffb837717ea96a8c9 = '

First Community Bank

Address: 2201 E Mitchell Rd, Petoskey, MI 49770, USA
Phone: (231) 348-1844
';var m_14c3eb8771891efffb837717ea96a8c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_14c3eb8771891efffb837717ea96a8c9['infowindow'] = new google.maps.InfoWindow({content: $l14c3eb8771891efffb837717ea96a8c9});var infowindow = new google.maps.InfoWindow({content: $l14c3eb8771891efffb837717ea96a8c9});google.maps.event.addListener(m_14c3eb8771891efffb837717ea96a8c9, 'click', function() {infowindow.open(map,m_14c3eb8771891efffb837717ea96a8c9);});$marker.push(m_14c3eb8771891efffb837717ea96a8c9);}});}google.maps.event.addDomListener(window, 'load', initialize);