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(41.6013,-87.2682)};var g_acd549c869c3f6baf3ca7f172f737978 = new google.maps.Geocoder();g_acd549c869c3f6baf3ca7f172f737978.geocode( { 'address': "518 S Lake St, Gary, IN 46403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gary-IN-atm-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('gary-IN-atm-fifth-third-bank'), mapOptions);}document.getElementById('9ebda4dc').innerHTML += ' | View Map';var $lacd549c869c3f6baf3ca7f172f737978 = '

ATM (Fifth Third Bank)

Address: 518 S Lake St, Gary, IN 46403, USA
Phone:
';var m_acd549c869c3f6baf3ca7f172f737978 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Fifth Third Bank)',});m_acd549c869c3f6baf3ca7f172f737978['infowindow'] = new google.maps.InfoWindow({content: $lacd549c869c3f6baf3ca7f172f737978});var infowindow = new google.maps.InfoWindow({content: $lacd549c869c3f6baf3ca7f172f737978});google.maps.event.addListener(m_acd549c869c3f6baf3ca7f172f737978, 'click', function() {infowindow.open(map,m_acd549c869c3f6baf3ca7f172f737978);});$marker.push(m_acd549c869c3f6baf3ca7f172f737978);}});}google.maps.event.addDomListener(window, 'load', initialize);