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.7555,-84.8796)};var g_304815dc11eed11a217aa73f3c432b67 = new google.maps.Geocoder();g_304815dc11eed11a217aa73f3c432b67.geocode( { 'address': "233 W Grand Ledge Hwy, Mulliken, MI 48861, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mulliken-MI-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('mulliken-MI-atm-union-bank'), mapOptions);}document.getElementById('338f7b69').innerHTML += ' | View Map';var $l304815dc11eed11a217aa73f3c432b67 = '

ATM (Union Bank)

Address: 233 W Grand Ledge Hwy, Mulliken, MI 48861, USA
Phone:
';var m_304815dc11eed11a217aa73f3c432b67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_304815dc11eed11a217aa73f3c432b67['infowindow'] = new google.maps.InfoWindow({content: $l304815dc11eed11a217aa73f3c432b67});var infowindow = new google.maps.InfoWindow({content: $l304815dc11eed11a217aa73f3c432b67});google.maps.event.addListener(m_304815dc11eed11a217aa73f3c432b67, 'click', function() {infowindow.open(map,m_304815dc11eed11a217aa73f3c432b67);});$marker.push(m_304815dc11eed11a217aa73f3c432b67);}});}google.maps.event.addDomListener(window, 'load', initialize);