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.1047,-84.2476)};var g_da0198ea02cb283a14672a3837d65d92 = new google.maps.Geocoder();g_da0198ea02cb283a14672a3837d65d92.geocode( { 'address': "131 S Main St, Brooklyn, MI 49230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-MI-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-MI-old-national-bank'), mapOptions);}document.getElementById('59c78a12').innerHTML += ' | View Map';var $lda0198ea02cb283a14672a3837d65d92 = '

Old National Bank

Address: 131 S Main St, Brooklyn, MI 49230, USA
Phone: (517) 592-1080
';var m_da0198ea02cb283a14672a3837d65d92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_da0198ea02cb283a14672a3837d65d92['infowindow'] = new google.maps.InfoWindow({content: $lda0198ea02cb283a14672a3837d65d92});var infowindow = new google.maps.InfoWindow({content: $lda0198ea02cb283a14672a3837d65d92});google.maps.event.addListener(m_da0198ea02cb283a14672a3837d65d92, 'click', function() {infowindow.open(map,m_da0198ea02cb283a14672a3837d65d92);});$marker.push(m_da0198ea02cb283a14672a3837d65d92);}});}google.maps.event.addDomListener(window, 'load', initialize);