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.5195,-83.763)};var g_5df71558241d7bc70902e2d198d3a66c = new google.maps.Geocoder();g_5df71558241d7bc70902e2d198d3a66c.geocode( { 'address': "9968 E Grand River Ave, Brighton, MI 48116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-MI-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('brighton-MI-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('608dbe61').innerHTML += ' | View Map';var $l5df71558241d7bc70902e2d198d3a66c = '

Citizens Bank Supermarket Branch

Address: 9968 E Grand River Ave, Brighton, MI 48116, USA
Phone: (810) 225-2860
';var m_5df71558241d7bc70902e2d198d3a66c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_5df71558241d7bc70902e2d198d3a66c['infowindow'] = new google.maps.InfoWindow({content: $l5df71558241d7bc70902e2d198d3a66c});var infowindow = new google.maps.InfoWindow({content: $l5df71558241d7bc70902e2d198d3a66c});google.maps.event.addListener(m_5df71558241d7bc70902e2d198d3a66c, 'click', function() {infowindow.open(map,m_5df71558241d7bc70902e2d198d3a66c);});$marker.push(m_5df71558241d7bc70902e2d198d3a66c);}});}google.maps.event.addDomListener(window, 'load', initialize);