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.8234,-82.4862)};var g_b11f2304cf405cf01b3db0fc11da4ff1 = new google.maps.Geocoder();g_b11f2304cf405cf01b3db0fc11da4ff1.geocode( { 'address': "200 S Riverside Ave, St Clair, MI 48079, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-clair-MI-atm-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-clair-MI-atm-fifth-third-bank'), mapOptions);}document.getElementById('76e7a53e').innerHTML += ' | View Map';var $lb11f2304cf405cf01b3db0fc11da4ff1 = '

ATM (Fifth Third Bank)

Address: 200 S Riverside Ave, St Clair, MI 48079, USA
Phone:
';var m_b11f2304cf405cf01b3db0fc11da4ff1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Fifth Third Bank)',});m_b11f2304cf405cf01b3db0fc11da4ff1['infowindow'] = new google.maps.InfoWindow({content: $lb11f2304cf405cf01b3db0fc11da4ff1});var infowindow = new google.maps.InfoWindow({content: $lb11f2304cf405cf01b3db0fc11da4ff1});google.maps.event.addListener(m_b11f2304cf405cf01b3db0fc11da4ff1, 'click', function() {infowindow.open(map,m_b11f2304cf405cf01b3db0fc11da4ff1);});$marker.push(m_b11f2304cf405cf01b3db0fc11da4ff1);}});}google.maps.event.addDomListener(window, 'load', initialize);