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.4623,-83.8312)};var g_9f1dd0ee7a09b6286d74cb12a0951347 = new google.maps.Geocoder();g_9f1dd0ee7a09b6286d74cb12a0951347.geocode( { 'address': "9700 Chilson Commons Circle, Pinckney, MI 48169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pinckney-MI-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('pinckney-MI-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('fafc838c').innerHTML += ' | View Map';var $l9f1dd0ee7a09b6286d74cb12a0951347 = '

Citizens Bank Supermarket Branch

Address: 9700 Chilson Commons Circle, Pinckney, MI 48169, USA
Phone: (810) 231-1088
';var m_9f1dd0ee7a09b6286d74cb12a0951347 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_9f1dd0ee7a09b6286d74cb12a0951347['infowindow'] = new google.maps.InfoWindow({content: $l9f1dd0ee7a09b6286d74cb12a0951347});var infowindow = new google.maps.InfoWindow({content: $l9f1dd0ee7a09b6286d74cb12a0951347});google.maps.event.addListener(m_9f1dd0ee7a09b6286d74cb12a0951347, 'click', function() {infowindow.open(map,m_9f1dd0ee7a09b6286d74cb12a0951347);});$marker.push(m_9f1dd0ee7a09b6286d74cb12a0951347);}});}google.maps.event.addDomListener(window, 'load', initialize);