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(43.0575,-83.7333)};var g_e8964b9a2e065b1067f99ff74fcdb449 = new google.maps.Geocoder();g_e8964b9a2e065b1067f99ff74fcdb449.geocode( { 'address': "4813 Clio Rd, Flint, MI 48504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flint-MI-atm-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('flint-MI-atm-citizens-bank'), mapOptions);}document.getElementById('58d4651a').innerHTML += ' | View Map';var $le8964b9a2e065b1067f99ff74fcdb449 = '

ATM (Citizens Bank)

Address: 4813 Clio Rd, Flint, MI 48504, USA
Phone:
';var m_e8964b9a2e065b1067f99ff74fcdb449 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Citizens Bank)',});m_e8964b9a2e065b1067f99ff74fcdb449['infowindow'] = new google.maps.InfoWindow({content: $le8964b9a2e065b1067f99ff74fcdb449});var infowindow = new google.maps.InfoWindow({content: $le8964b9a2e065b1067f99ff74fcdb449});google.maps.event.addListener(m_e8964b9a2e065b1067f99ff74fcdb449, 'click', function() {infowindow.open(map,m_e8964b9a2e065b1067f99ff74fcdb449);});$marker.push(m_e8964b9a2e065b1067f99ff74fcdb449);}});}google.maps.event.addDomListener(window, 'load', initialize);