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.0471,-83.167)};var g_9fd89502f375472155b3219b333ea576 = new google.maps.Geocoder();g_9fd89502f375472155b3219b333ea576.geocode( { 'address': "4515 Imlay City Rd, Attica, MI 48412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('attica-MI-lakestone-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('attica-MI-lakestone-bank--trust'), mapOptions);}document.getElementById('5a0dd53a').innerHTML += ' | View Map';var $l9fd89502f375472155b3219b333ea576 = '

Lakestone Bank & Trust

Address: 4515 Imlay City Rd, Attica, MI 48412, USA
Phone: (810) 724-6436
';var m_9fd89502f375472155b3219b333ea576 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lakestone Bank & Trust',});m_9fd89502f375472155b3219b333ea576['infowindow'] = new google.maps.InfoWindow({content: $l9fd89502f375472155b3219b333ea576});var infowindow = new google.maps.InfoWindow({content: $l9fd89502f375472155b3219b333ea576});google.maps.event.addListener(m_9fd89502f375472155b3219b333ea576, 'click', function() {infowindow.open(map,m_9fd89502f375472155b3219b333ea576);});$marker.push(m_9fd89502f375472155b3219b333ea576);}});}google.maps.event.addDomListener(window, 'load', initialize);