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.4876,-82.942)};var g_9f30cdf828e312ca326e92b390299eab = new google.maps.Geocoder();g_9f30cdf828e312ca326e92b390299eab.geocode( { 'address': "26000 Gratiot Ave, Roseville, MI 48066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-MI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('roseville-MI-citizens-bank'), mapOptions);}document.getElementById('8425bd17').innerHTML += ' | View Map';var $l9f30cdf828e312ca326e92b390299eab = '

Citizens Bank

Address: 26000 Gratiot Ave, Roseville, MI 48066, USA
Phone: (586) 776-4870
';var m_9f30cdf828e312ca326e92b390299eab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_9f30cdf828e312ca326e92b390299eab['infowindow'] = new google.maps.InfoWindow({content: $l9f30cdf828e312ca326e92b390299eab});var infowindow = new google.maps.InfoWindow({content: $l9f30cdf828e312ca326e92b390299eab});google.maps.event.addListener(m_9f30cdf828e312ca326e92b390299eab, 'click', function() {infowindow.open(map,m_9f30cdf828e312ca326e92b390299eab);});$marker.push(m_9f30cdf828e312ca326e92b390299eab);}});}google.maps.event.addDomListener(window, 'load', initialize);