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.1777,-85.2838)};var g_fb985d3590f5b893d00f43752a1cb58a = new google.maps.Geocoder();g_fb985d3590f5b893d00f43752a1cb58a.geocode( { 'address': "10530 W Carson City Rd, Greenville, MI 48838, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-MI-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-MI-commercial-bank'), mapOptions);}document.getElementById('2165b854').innerHTML += ' | View Map';var $lfb985d3590f5b893d00f43752a1cb58a = '

Commercial Bank

Address: 10530 W Carson City Rd, Greenville, MI 48838, USA
Phone: (616) 754-7166
';var m_fb985d3590f5b893d00f43752a1cb58a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bank',});m_fb985d3590f5b893d00f43752a1cb58a['infowindow'] = new google.maps.InfoWindow({content: $lfb985d3590f5b893d00f43752a1cb58a});var infowindow = new google.maps.InfoWindow({content: $lfb985d3590f5b893d00f43752a1cb58a});google.maps.event.addListener(m_fb985d3590f5b893d00f43752a1cb58a, 'click', function() {infowindow.open(map,m_fb985d3590f5b893d00f43752a1cb58a);});$marker.push(m_fb985d3590f5b893d00f43752a1cb58a);}});}google.maps.event.addDomListener(window, 'load', initialize);