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.7083,-83.3059)};var g_c73bef4145f5608d6abcd8fc80ec1a4f = new google.maps.Geocoder();g_c73bef4145f5608d6abcd8fc80ec1a4f.geocode( { 'address': "4983 S Baldwin Rd, Lake Orion, MI 48359, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orion-charter-township-MI-atm-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('orion-charter-township-MI-atm-citizens-bank'), mapOptions);}document.getElementById('5406f024').innerHTML += ' | View Map';var $lc73bef4145f5608d6abcd8fc80ec1a4f = '

ATM (Citizens Bank)

Address: 4983 S Baldwin Rd, Lake Orion, MI 48359, USA
Phone:
';var m_c73bef4145f5608d6abcd8fc80ec1a4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Citizens Bank)',});m_c73bef4145f5608d6abcd8fc80ec1a4f['infowindow'] = new google.maps.InfoWindow({content: $lc73bef4145f5608d6abcd8fc80ec1a4f});var infowindow = new google.maps.InfoWindow({content: $lc73bef4145f5608d6abcd8fc80ec1a4f});google.maps.event.addListener(m_c73bef4145f5608d6abcd8fc80ec1a4f, 'click', function() {infowindow.open(map,m_c73bef4145f5608d6abcd8fc80ec1a4f);});$marker.push(m_c73bef4145f5608d6abcd8fc80ec1a4f);}});}google.maps.event.addDomListener(window, 'load', initialize);