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.2575,-83.2516)};var g_c26ebc788cb8dc59ee3a5bee200f9d4f = new google.maps.Geocoder();g_c26ebc788cb8dc59ee3a5bee200f9d4f.geocode( { 'address': "7000 Monroe Blvd, Taylor, MI 48180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-MI-citizens-bank-supermarket-branch').style.display = '';map = new google.maps.Map(document.getElementById('taylor-MI-citizens-bank-supermarket-branch'), mapOptions);}document.getElementById('d435d20b').innerHTML += ' | View Map';var $lc26ebc788cb8dc59ee3a5bee200f9d4f = '

Citizens Bank Supermarket Branch

Address: 7000 Monroe Blvd, Taylor, MI 48180, USA
Phone: (313) 299-0730
';var m_c26ebc788cb8dc59ee3a5bee200f9d4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Supermarket Branch',});m_c26ebc788cb8dc59ee3a5bee200f9d4f['infowindow'] = new google.maps.InfoWindow({content: $lc26ebc788cb8dc59ee3a5bee200f9d4f});var infowindow = new google.maps.InfoWindow({content: $lc26ebc788cb8dc59ee3a5bee200f9d4f});google.maps.event.addListener(m_c26ebc788cb8dc59ee3a5bee200f9d4f, 'click', function() {infowindow.open(map,m_c26ebc788cb8dc59ee3a5bee200f9d4f);});$marker.push(m_c26ebc788cb8dc59ee3a5bee200f9d4f);}});}google.maps.event.addDomListener(window, 'load', initialize);