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.7514,-84.483)};var g_c7550aa992da57915ff925bf923825fa = new google.maps.Geocoder();g_c7550aa992da57915ff925bf923825fa.geocode( { 'address': "1600 Abbott Woods Dr, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-summit-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-summit-community-bank'), mapOptions);}document.getElementById('b46ad1af').innerHTML += ' | View Map';var $lc7550aa992da57915ff925bf923825fa = '

Summit Community Bank

Address: 1600 Abbott Woods Dr, East Lansing, MI 48823, USA
Phone: (517) 664-1912
';var m_c7550aa992da57915ff925bf923825fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Community Bank',});m_c7550aa992da57915ff925bf923825fa['infowindow'] = new google.maps.InfoWindow({content: $lc7550aa992da57915ff925bf923825fa});var infowindow = new google.maps.InfoWindow({content: $lc7550aa992da57915ff925bf923825fa});google.maps.event.addListener(m_c7550aa992da57915ff925bf923825fa, 'click', function() {infowindow.open(map,m_c7550aa992da57915ff925bf923825fa);});$marker.push(m_c7550aa992da57915ff925bf923825fa);}});}google.maps.event.addDomListener(window, 'load', initialize);