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.3126,-85.1066)};var g_eaef73772fcb49f558324ad51e5c4d2f = new google.maps.Geocoder();g_eaef73772fcb49f558324ad51e5c4d2f.geocode( { 'address': "5350 Beckley Rd, Battle Creek, MI 49015"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('battle-creek-MI-southern-michigan-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('battle-creek-MI-southern-michigan-bank-trust'), mapOptions);}document.getElementById('24364d62').innerHTML += ' | View Map';var $leaef73772fcb49f558324ad51e5c4d2f = '

Southern Michigan Bank & Trust

Address: 5350 Beckley Rd, Battle Creek, MI 49015
Phone: (269) 979-8822
';var m_eaef73772fcb49f558324ad51e5c4d2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Michigan Bank & Trust',});m_eaef73772fcb49f558324ad51e5c4d2f['infowindow'] = new google.maps.InfoWindow({content: $leaef73772fcb49f558324ad51e5c4d2f});var infowindow = new google.maps.InfoWindow({content: $leaef73772fcb49f558324ad51e5c4d2f});google.maps.event.addListener(m_eaef73772fcb49f558324ad51e5c4d2f, 'click', function() {infowindow.open(map,m_eaef73772fcb49f558324ad51e5c4d2f);});$marker.push(m_eaef73772fcb49f558324ad51e5c4d2f);}});}google.maps.event.addDomListener(window, 'load', initialize);